HANDLE EXCEPTION

Posted by Nystix on Thu 07 Nov 2002 11:39 PM — 5 posts, 17,388 views.

#0
I added the code change for 2 billion VNUMS, it compiles perfectly, but when I start it, it displays this:

Thu Nov 7 18:36:19 2002 :: (name) ready at address vvwk2 on port (portNumber).
Resetting: (areafile).are
15 [main] SMAUG 468 handle_exceptions: Exception: STATUS_ACCESS_VIOLATION
10323 [main] SMAUG 468 open_stackdumpfile: Dumping stack trace to smaug.exe.stackdump

Any ideas as to what this might be? It's driving me crazy, and I've been over all the changes a couple times now... (I took out the name, portnumber and areafile)
#1
...anyone?
Australia Forum Administrator #2
Did you recompile everything? ie. do:

rm *.o
#3
multiple times, yes.
Australia Forum Administrator #4
It is hard to debug problems with patches that you got from somewhere that may or may not be designed for that exact version. I suggest using gdb to look at the core dump - there are various posts on this forum about gdb.