[Quickfix-developers] Help: QF 1.3.2 + Java/JNI on Debian Linux 3.0 (kernel 2.2) aborts with SIGAB
Brought to you by:
orenmnero
From: Joerg T. <Joe...@ma...> - 2003-04-03 10:20:48
|
Hi, after the call to the onRun() method, my application stops with a SIGABORT signal (no core dump). The last words according to strace are: gettimeofday({1049364332, 949497}, NULL) = 0 gettimeofday({1049364332, 949592}, NULL) = 0 write(5, "[Thu Apr 03 12:05:32.949 CEST 2003] [INFO ] [FixSession] open: opening session.."..., 82[Thu Apr 03 12:05:32.949 CEST 2003] [INFO ] [FixSession] open: opening session... ) = 82 rt_sigprocmask(SIG_SETMASK, NULL, [RTMIN], 8) = 0 write(4, "\240\320\2@\0\0\0\0\0\0\0\0\334kbL\230_\'\10\0\0\0\200\0\0\0\0\330\306\377\277\220^(\10\27\0\0\0\302l\\L\370(U@0(\5\10\360\306\377\277-\200\\L\304(\5\10"..., 148) = 148 [Thu Apr 03 12:05:32.951 CEST 2003] [INFO ] [FixApplication] onRun: started rt_sigprocmask(SIG_SETMASK, NULL, [RTMIN], 8) = 0 rt_sigsuspend([] <unfinished ...> --- SIGRTMIN (Real-time signal 0) --- <... rt_sigsuspend resumed> ) = -1 EINTR (Interrupted system call) sigreturn() = ? (mask now [RTMIN]) rt_sigprocmask(SIG_UNBLOCK, [ABRT], NULL, 8) = 0 kill(32338, SIGABRT) = 0 --- SIGABRT (Aborted) --- +++ killed by SIGABRT +++ Previously, the onCreate() and onRun() callbacks of the Application have been successfully called. My program uses a SocketAcceptor. QF version is 1.3.2 (1.4.0 still has some compilation problems, so I decided to wait for 1.4.1.) Compiler: gcc-3.0 -v Reading specs from /usr/lib/gcc-lib/i386-linux/3.0.4/specs Configured with: ../src/configure -v --enable-languages=c,c++,java,f77,proto,objc --prefix=/usr --infodir=/share/info --mandir=/share/man --enable-shared --with-gnu-as --with-gnu-ld --with-system-zlib --enable-long-long --enable-nls --without-included-gettext --disable-checking --enable-threads=posix --enable-java-gc=boehm --with-cpp-install-dir=bin --enable-objc-gc i386-linux Thread model: posix gcc version 3.0.4 Libc version: libc6 Version: 2.2.5-6 Kernel version: 2.2.19 Linux distribution: Debian 3.0 Did anybody here run QF with Java on Linux successfully? I may provide further information if needed. Cheers, Jörg -- Joerg Thoennes http://macd.com Tel.: +49 (0)241 44597-24 Macdonald Associates GmbH Fax : +49 (0)241 44597-10 Lothringer Str. 52, D-52070 Aachen |