Crash when digging
#10
(05-10-2013, 05:47 AM)STR_Warrior Wrote: and all the .pdb files right? Wink or is that different with linux?
Linux packs all the PDB files' contents into the executable (so the "exe" for Linux is huge - I think about 30 MiB). One can also strip the information altogether, then the "exe" is smaller but the debugging info is lost.

(05-10-2013, 05:58 AM)tonibm19 Wrote: How is possible to find an error in 116mb of code?

The crashdump contains a complete snapshot of the server's memory, including what instructions were just being executed. So usually I can see "I called function A, that called function B with these parameters, which called function C with these parameters, which .... which called function Z that crashed".

If you did the post-mortem analysis, using the gdb and its bt command, that's exactly what I'm doing.

So then I know to focus my attention to that chain of function calls, and coupled with the error message, I can usually figure out what's going on. The more difficult part is determining, why it's going on Wink
Reply
Thanks given by:


Messages In This Thread
Crash when digging - by tonibm19 - 05-10-2013, 04:12 AM
RE: Crash when digging - by NiLSPACE - 05-10-2013, 04:41 AM
RE: Crash when digging - by xoft - 05-10-2013, 04:52 AM
RE: Crash when digging - by tonibm19 - 05-10-2013, 05:00 AM
RE: Crash when digging - by xoft - 05-10-2013, 05:16 AM
RE: Crash when digging - by tonibm19 - 05-10-2013, 05:39 AM
RE: Crash when digging - by xoft - 05-10-2013, 05:45 AM
RE: Crash when digging - by NiLSPACE - 05-10-2013, 05:47 AM
RE: Crash when digging - by tonibm19 - 05-10-2013, 05:58 AM
RE: Crash when digging - by xoft - 05-10-2013, 04:40 PM



Users browsing this thread: 1 Guest(s)