Paste #ybc -- näytä pelkkänä tekstinä -- uusi tämän pohjalta
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 | Program received signal SIGSEGV, Segmentation fault.
[Switching to Thread 1480.0x1060]
0x77c33509 in msvcrt!__argc () from C:\WINDOWS\system32\msvcrt.dll
(gdb) bt
#0 0x77c33509 in msvcrt!__argc () from C:\WINDOWS\system32\msvcrt.dll
#1 0x00000000 in ?? ()
(gdb) thread apply all bt
Thread 330 (Thread 1480.0xe40):
#0 0x77c36cc1 in msvcrt!bsearch () from C:\WINDOWS\system32\msvcrt.dll
#1 0x77c36d22 in msvcrt!getenv () from C:\WINDOWS\system32\msvcrt.dll
#2 0x00465245 in __dyn_tls_init_callback ()
#3 0x0948fee0 in ?? ()
#4 0x0043758c in __pformat_exponent_digits ()
at ../../mingw/mingwex/stdio/pformat.c:178
#5 __mingw_pformat (flags=0, dest=0xb50f844, max=299,
fmt=0x463080 "%s: p2d=(%d,%d)", argv=0xb50f7d4 "k3F")
at ../../mingw/mingwex/stdio/pformat.c:1749
#6 0x004360c6 in __mingw_vsnprintf (buf=0xb50f844 "T", length=299,
fmt=0x463080 "%s: p2d=(%d,%d)", argv=0xb50f7d4 "k3F")
at ../../mingw/mingwex/stdio/vsnprintf.c:49
#7 0x0043608b in __mingw_snprintf (buf=0xb50f844 "T", length=300,
fmt=0x463080 "%s: p2d=(%d,%d)") at ../../mingw/mingwex/stdio/snprintf.c:39
#8 0x0042e503 in ServerMap::emergeSector (this=0x948f820, p2d=...)
at src/map.cpp:1349
#9 0x00429b83 in ServerMap::emergeBlock (this=0x948f820, p=...,
only_from_disk=true, changed_blocks=..., lighting_invalidated_blocks=...)
at src/map.cpp:1569
#10 0x00416414 in EmergeThread::Thread (this=0x948feb0) at src/server.cpp:137
#11 0x00435187 in JThread::TheThread ()
#12 0x77c3a3b6 in msvcrt!_endthreadex () from C:\WINDOWS\system32\msvcrt.dll
#13 0x7c80b729 in KERNEL32!GetModuleFileNameA ()
from C:\WINDOWS\system32\kernel32.dll
#14 0x00000000 in ?? ()
Thread 3 (Thread 1480.0x10d8):
#0 0x7c90e514 in ntdll!LdrAccessResource ()
from C:\WINDOWS\system32\ntdll.dll
#1 0x7c90d21a in ntdll!ZwDelayExecution () from C:\WINDOWS\system32\ntdll.dll
#2 0x7c8023f1 in SleepEx () from C:\WINDOWS\system32\kernel32.dll
#3 0x00000000 in ?? ()
Thread 2 (Thread 1480.0x1060):
#0 0x77c33509 in msvcrt!__argc () from C:\WINDOWS\system32\msvcrt.dll
#1 0x00000000 in ?? ()
Thread 1 (Thread 1480.0xa44):
#0 0x7c90e514 in ntdll!LdrAccessResource ()
from C:\WINDOWS\system32\ntdll.dll
#1 0x7c90d21a in ntdll!ZwDelayExecution () from C:\WINDOWS\system32\ntdll.dll
#2 0x7c8023f1 in SleepEx () from C:\WINDOWS\system32\kernel32.dll
#3 0x00000000 in ?? ()
(gdb)
|