Been getting crashes so I popped up gdb to see where they were. Tried break exit as Nick has suggested in the past to no avail.
This is what gdb pops out.
Quote: 14 [main] MUD 4328 handle_exceptions: Exception: STATUS_ACCESS_VIOLATION
667 [main] MUD 4328 open_stackdumpfile: Dumping stack trace to af.exe.stackdump
And here is the .stackdump file.
Quote: Exception: STATUS_ACCESS_VIOLATION at eip=0048EEC3
eax=00000000 ebx=0199D248 ecx=01B41DF0 edx=01B41DF0 esi=0199F378 edi=610E21A0
ebp=0022D828 esp=0022D800 program=c:\af\build\edited\area\af.exe, pid 4328, thread main
cs=001B ds=0023 es=0023 fs=003B gs=0000 ss=0023
Stack trace:
Frame Function Args
0022D828 0048EEC3 (0197CB68, 0199D248, 00000000, 00000000)
0022DAC8 0048F9E1 (00762133, 0022DAF0, 00000010, 00000007)
0022ED08 0066B292 (01B4BEE0, 00000008, 0022ED90, 0022ED88)
0022EDC8 004BC356 (00000004, 00000FA0, 00000000, 004BAD46)
0022EF18 004BB089 (00000005, 611578F0, 00A20090, 7C919AF0)
0022EFD8 61004DD2 (0022EFF0, 0022EFD4, 00000001, 00240178)
0022FF88 6100594F (00000000, 00000000, 00000000, 00000000)
End of stack trace
Any help is appreciated.
|