link1305
07-11-2007, 09:34 PM
Hello,
Is it possible to examine a core dump from srcds using gdb (the debugging tool on linux)? I read somewhere else that it is, but gdb won't read the file:
"/servers/source/core.6691" is not a core dump: File format not recognized :o
For those interested:
The problem I have only exists on linux....it runs without issue on windows (how often can you say that? ;)). When my server mod reads a certain line in its config file, the server seg faults. The line it reads isn't very different from any other Convar I've created either - all it does is call the "SetValue()" function of a variable of type ConVar. I have about 20 convars total, and only 4 of them cause it to seg fault. Very strange problem.
Any thoughts?
Is it possible to examine a core dump from srcds using gdb (the debugging tool on linux)? I read somewhere else that it is, but gdb won't read the file:
"/servers/source/core.6691" is not a core dump: File format not recognized :o
For those interested:
The problem I have only exists on linux....it runs without issue on windows (how often can you say that? ;)). When my server mod reads a certain line in its config file, the server seg faults. The line it reads isn't very different from any other Convar I've created either - all it does is call the "SetValue()" function of a variable of type ConVar. I have about 20 convars total, and only 4 of them cause it to seg fault. Very strange problem.
Any thoughts?