RE: [Quickfix-developers] Exception and crash
Brought to you by:
orenmnero
From: Requenes, M. <Max...@sa...> - 2004-05-14 14:46:03
|
I had a similar problem (using 1.6.0). Disabling the callstack makes it go away. I believe the callstack feature is used to print the callstack when an exception is caught. -----Original Message----- From: Howard S. Engelhart [mailto:ho...@Pi...] Sent: Thursday, May 13, 2004 5:04 PM To: QuickFIX Questions (E-mail) Subject: [Quickfix-developers] Exception and crash Using quickfix 1.7.0.. While running a qa script pumping new orders in via a single session my FIX server went down. We were running up to 10 new orders per second (about 2000 orders within 3 minutes). From my logs it looks like the engine was about to send a message out when it went down. Below is the stack trace I pulled out of the core dump. Anyone have any experience with problems like this? Thanks, -Howard #5 0x406deac5 in pthread_sighandler (signo=11, ctx= {gs = 31, __gsh = 0, fs = 0, __fsh = 0, es = 43, __esh = 0, ds = 43, __dsh = 0, edi = 138371228, esi = 926103173, ebp = 10948713 16, esp = 1094871292, ebx = 1078239844, edx = 926103201, ecx = 135798880, eax = 926103201, trapno = 14, err = 4, eip = 1078052437, cs = 35, __csh = 0, eflags = 66050, esp_at_signal = 1094871292, ss = 43, __ssh = 0, fpstate = 0x41426680, oldmask = 2147483648, cr2 = 926 103185}) at signals.c:97 #6 <signal handler called> #7 _STL::deque<FIX::CallStack::Method, _STL::allocator<FIX::CallStack::Method> >::_M_pop_back_aux() (this=0x83f609c) at /usr/local/include/stlport/stl/_string.h:124 #8 0x403fb216 in ~CallStack (this=0x414269bc) at /usr/local/include/stlport/stl/_deque.h:620 #9 0x403b040a in FIX::SocketServer::block(FIX::SocketServer::Strategy&, bool) (this=0x822a038, strategy=@0x0, poll=false) at SocketServer.cpp:153 #10 0x403b9aa7 in FIX::SocketAcceptor::onStart() (this=0x81d8230) at SocketAcceptor.cpp:113 #11 0x403b3e38 in FIX::Acceptor::startThread(void*) (p=0x81d8230) at Acceptor.cpp:217 #12 0x406dbc6f in pthread_start_thread (arg=0x41426be0) at manager.c:284 ------------------------------------------------------- This SF.Net email is sponsored by: SourceForge.net Broadband Sign-up now for SourceForge Broadband and get the fastest 6.0/768 connection for only $19.95/mo for the first 3 months! http://ads.osdn.com/?ad_id%62&alloc_ida84&op=click _______________________________________________ Quickfix-developers mailing list Qui...@li... https://lists.sourceforge.net/lists/listinfo/quickfix-developers DISCLAIMER: This e-mail message and any attachments are intended solely for the use of the individual or entity to which it is addressed and may contain information that is confidential or legally privileged. If you are not the intended recipient, you are hereby notified that any dissemination, distribution, copying or other use of this message or its attachments is strictly prohibited. If you have received this message in error, please notify the sender immediately and permanently delete this message and any attachments. |