W
wenmang
Hi, all,
I am trying to allocate some objects during application starts up. The
objects are created through new operator, but for some reason, the
application keeps crashing and here is the debug trace:
(gdb) where
#0 0xb64349dd in _int_malloc () from /lib/tls/libc.so.6
#1 0xb6433ced in malloc () from /lib/tls/libc.so.6
#2 0xb659789e in operator new () from /usr/lib/libstdc++.so.5
I am using redhat Linux 2.4.21-15.ELsm, any idea why is that?
I am trying to allocate some objects during application starts up. The
objects are created through new operator, but for some reason, the
application keeps crashing and here is the debug trace:
(gdb) where
#0 0xb64349dd in _int_malloc () from /lib/tls/libc.so.6
#1 0xb6433ced in malloc () from /lib/tls/libc.so.6
#2 0xb659789e in operator new () from /usr/lib/libstdc++.so.5
I am using redhat Linux 2.4.21-15.ELsm, any idea why is that?