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 Tue, 2007-12-25 at 09:50 +0100, Rock Star wrote:Could you get gdb to print the backtrace before you quit it (I believe
> Sorry, forgot to include the report from GDB. This is:
the command is just "bt")? The backtrace is the potentially useful
part.
-mental