Hi. our app suddenly aborted and core file was generated. the result of examining the core by gdb is as follows.
(gdb) where #0 0x00e5a410 in __kernel_vsyscall () #1 0x00a0edf0 in raise () from /lib/libc.so.6 #2 0x00a10701 in abort () from /lib/libc.so.6 #3 0x00b693ad in unwind_cleanup () from /lib/libpthread.so.0 #4 0x0080bcad in _Unwind_DeleteException () from /lib/libgcc_s.so.1 #5 0x02c3b958 in __cxa_end_catch () from /usr/lib/libstdc++.so.6 #6 0x00427492 in activemq::threads::DedicatedTaskRunner::run() () from /usr/local/lib/libactivemq-cpp.so.8 #7 0x00691ebd in decaf::lang::ThreadProperties::runCallback (properties=0x86f7c38) at decaf/lang/Thread.cpp:135 #8 0x0068f1c7 in (anonymous namespace)::threadWorker (arg=0x86f7c38) at decaf/lang/Thread.cpp:188 #9 0x00b62832 in start_thread () from /lib/libpthread.so.0 #10 0x00ab7e0e in clone () from /lib/libc.so.6otherwise, i hope to get the cause and way to avoid this. our environment is belows client: CMS(C++client) 3.1.3 Activemq: 5.5.0 Linux version 2.6.18-128.el5 (mockbu...@hs20-bc1-7.build.redhat.com) (gcc version 4.1.2 20080704 (Red Hat 4.1.2-44)) #1 SMP Wed Dec 17 11:41:38 EST 2008 SMP: Allowing 8 CPUs, 4 hotplug CPUs Memory: 20416636k/21757948k available (2494k kernel code, 552784k reserved, 1263k data, 200k init) thanks and regards, Kenji