Re: [Quickfix-developers] core dump on receiving allocation
Brought to you by:
orenmnero
From: <OM...@th...> - 2002-11-27 19:22:45
|
Looks like there your getting some sort of unhandled exception in the message_order constructor. The implementation for that constructor is in the MessageSorters.cpp file. Although you can supposedly attach a debugger to a shared object loaded by the JVM, I've always had bad luck with this. (anyone else had better luck doing this?) I think the biggest help would be to put a trace statement in the method that displays what is being passed into it. The last statement printed out would let us know the input that caused the method to crash. Then we can write a unit test to duplicate it. --oren |---------+-----------------------------------------------> | | gar...@su... | | | Sent by: | | | qui...@li...ur| | | ceforge.net | | | | | | | | | 11/27/2002 12:05 PM | | | | |---------+-----------------------------------------------> >----------------------------------------------------------------------------------------------| | | | To: qui...@li... | | cc: | | Subject: [Quickfix-developers] core dump on receiving allocation | >----------------------------------------------------------------------------------------------| I have another engine passing an allocation message to my acceptor engine and I get the following core dump. Can anyone suggest how I might go about diagnosing the problem? Thanks, Gary (8=FIX.4.29=21135=J34=33343=Y49=FMRFITST52=20021127-17:57:5656=STNMMTST122=20021127-17:53:096=10011=NONREF15=USD17=execId22=10037 048=CUSIP54=155=FIXED70=071=373=1124=16613=MONEYMARKET6614=16629=MATURITY10=204) An unexpected exception has been detected in native code outside the VM. Unexpected Signal : 11 occurred at PC=0xf4a4318c Function name=__as__Q23FIX13message_orderRCQ23FIX13message_order Library=/export/home/gmui/build/qfe/lib/libquickfix_jni.so Current Java thread: at org.quickfix.SocketAcceptor.doStart(Native Method) at org.quickfix.SocketAcceptor.start(Unknown Source) at com.prescient.qfe.engine.QFEngine$1.run(QFEngine.java:126) Dynamic libraries: 0x10000 /usr/bin/../java/bin/../bin/sparc/native_threads/java 0xff350000 /usr/lib/libthread.so.1 0xff390000 /usr/lib/libdl.so.1 0xff200000 /usr/lib/libc.so.1 0xff330000 /usr/platform/SUNW,Ultra-5_10/lib/libc_psr.so.1 0xfe480000 /usr/j2sdk1_3_1/jre/lib/sparc/client/libjvm.so 0xff2e0000 /usr/lib/libCrun.so.1 0xff1e0000 /usr/lib/libsocket.so.1 0xff100000 /usr/lib/libnsl.so.1 0xff0d0000 /usr/lib/libm.so.1 0xff310000 /usr/lib/libw.so.1 0xff0b0000 /usr/lib/libmp.so.2 0xff080000 /usr/j2sdk1_3_1/jre/lib/sparc/native_threads/libhpi.so 0xff050000 /usr/j2sdk1_3_1/jre/lib/sparc/libverify.so 0xfe440000 /usr/j2sdk1_3_1/jre/lib/sparc/libjava.so 0xff020000 /usr/j2sdk1_3_1/jre/lib/sparc/libzip.so 0xf4800000 /export/home/gmui/build/qfe/lib/libquickfix_jni.so 0xfd090000 /export/home/gmui/build/qfe/lib/libstdc++.so.2.10.0 0xfac80000 /export/home/gmui/build/qfe/lib/libstlport_gcc.so 0xf4680000 /export/home/gmui/build/qfe/lib/libxml2.so.2 0xfe230000 /usr/lib/libz.so 0xfe210000 /usr/lib/libpthread.so.1 0xfe150000 /usr/j2sdk1_3_1/jre/lib/sparc/libnet.so 0xfd3e0000 /usr/lib/nss_files.so.1 Local Time = Wed Nov 27 12:57:56 2002 Elapsed Time = 24 # # The exception above was detected in native code outside the VM # # Java VM: Java HotSpot(TM) Client VM (1.3.1-b24 mixed mode) # # An error report file has been saved as hs_err_pid5031.log. # Please refer to the file for further information. # startAcceptor.sh[9]: 5031 Abort(coredump) Gary Mui Prescient Markets, Inc 914-989-3118 (W) 445 Hamilton Avenue 914-422-3693 (F) White Plains, NY 10601 Please visit us at http://www.cpmarket.com ------------------------------------------------------- This SF.net email is sponsored by: Get the new Palm Tungsten T handheld. Power & Color in a compact size! http://ads.sourceforge.net/cgi-bin/redirect.pl?palm0002en _______________________________________________ Quickfix-developers mailing list Qui...@li... https://lists.sourceforge.net/lists/listinfo/quickfix-developers |