Server crash AFTER shutdown :P

Found a bug in UOX3? Or experienced a server crash? Perhaps you've noticed a broken feature? Post the details here!
Post Reply
User avatar
Xuri
Site Admin
Posts: 3704
Joined: Mon Jun 02, 2003 9:11 am
Location: Norway
Has thanked: 48 times
Been thanked: 8 times
Contact:

Server crash AFTER shutdown :P

Post by Xuri »

Server crashed after it reported having exited with no errors :)

Code: Select all

NTDLL! 7c901230()
NTDLL! 7c949b79()
NTDLL! 7c9269a9()
NTDLL! 7c96e062()
NTDLL! 7c94a5d0()
NTDLL! 7c9268ad()
_free_base(void * 0x008fd688) line 96
_free_dbg_lk(void * 0x008fd6a8, int 1) line 1116 + 9 bytes
_free_dbg(void * 0x008fd6a8, int 1) line 1001 + 13 bytes
free(void * 0x008fd6a8) line 956 + 11 bytes
operator delete(void * 0x008fd6a8) line 7 + 9 bytes
std::allocator<char>::deallocate(void * 0x008fd6a8, unsigned int 33) line 64 + 21 bytes
std::basic_string<char,std::char_traits<char>,std::allocator<char> >::_Tidy(unsigned char 1) line 592
std::basic_string<char,std::char_traits<char>,std::allocator<char> >::~basic_string<char,std::char_traits<char>,std::allocator<char> >() line 59 + 22 bytes
$E15() + 19 bytes
doexit(int 0, int 0, int 0) line 353
exit(int 0) line 279 + 13 bytes
UOX::Shutdown(long 0) line 2475
main(int 1, char * * 0x003d2c50) line 3486 + 7 bytes
mainCRTStartup() line 206 + 25 bytes
KERNEL32! 7c816d4f()
-= Ho Eyo He Hum =-
User avatar
Xuri
Site Admin
Posts: 3704
Joined: Mon Jun 02, 2003 9:11 am
Location: Norway
Has thanked: 48 times
Been thanked: 8 times
Contact:

Post by Xuri »

This bugreport doesn't really help much, does it? :P
-= Ho Eyo He Hum =-
Sydius
UOX3 Apprentice
Posts: 171
Joined: Thu Mar 25, 2004 3:22 am
Has thanked: 0
Been thanked: 0

Post by Sydius »

Somewhere there is memory-overwriting going on, and something is thinking that it owns a chunk of memory it does not, and it is mangling a part of RAM that delete operation depends upon (and probably more, too). This could be a symptom of a very bad problem elsewhere.
Post Reply