25 Dec
2007
25 Dec
'07
10:46 p.m.
If I print the backtrace I get the same:
========================== Program received signal SIGSEGV, Segmentation fault. 0x77c4900f in msvcrt!_HUGE () from C:\WINDOWS\system32\msvcrt.dll (gdb) bt #0 0x77c4900f in msvcrt!_HUGE () from C:\WINDOWS\system32\msvcrt.dll #1 0x00000000 in ?? () (gdb) quit The program is running. Exit anyway? (y or n) ==========================
Does this help?
Rok
On Dec 25, 2007 8:37 PM, MenTaLguY <mental@...3...> wrote:
On Tue, 2007-12-25 at 09:50 +0100, Rock Star wrote:
Sorry, forgot to include the report from GDB. This is:
Could you get gdb to print the backtrace before you quit it (I believe the command is just "bt")? The backtrace is the potentially useful part.
-mental