[bf1942] Crash Report 1.45ob3

Andreas Fredriksson andreas.fredriksson at dice.se
Sat Sep 13 06:42:55 EDT 2003


Sounds like you're out of memory.

operator new[] is throwing an exception (std::bad_alloc) because
it can't allocate memory for the array.

Under win32 we compile without execptions so I'll have to address
this as well.

// Andreas

-----Original Message-----
From: Donald Maner
To: bf1942 at icculus.org
Sent: 9/12/2003 3:09 PM
Subject: [bf1942] Crash Report 1.45ob3

Seeing the same backtrace every time on the dynamic binary.  I'm going
to switch to static to see if it is a glibc incompatability, but here's
the report none the less.
 
#0  0xffffe002 in ?? ()
#1  0x42028b93 in abort () from /lib/tls/libc.so.6
#2  0x400e6b57 in __cxa_call_unexpected () from /usr/lib/libstdc++.so.5
#3  0x400e6ba4 in std::terminate() () from /usr/lib/libstdc++.so.5
#4  0x400e6d16 in __cxa_throw () from /usr/lib/libstdc++.so.5
#5  0x400e6f02 in operator new(unsigned) () from /usr/lib/libstdc++.so.5
#6  0x400e6fef in operator new[](unsigned) () from
/usr/lib/libstdc++.so.5
#7  0x08370a14 in dice::ref2::io::ServerConnection::run() ()
#8  0x0836f447 in dice::ref2::io::Server::run() ()
#9  0x0805e43c in dice::bf::Setup::mainLoop() ()
#10 0x0808dc95 in main ()
#11 0x420156a4 in __libc_start_main () from /lib/tls/libc.so.6
 
RedHat 9, glibc-2.3.2-27.9 i686.  Crashes on average every half-hour to
hour.  



More information about the Bf1942 mailing list