Re: [Quickfix-developers] QuickFIX, java and threads - added blockingStart() to SocketAcceptor
Brought to you by:
orenmnero
From: Alex H. <al...@an...> - 2003-05-06 13:31:37
|
On Tue, 2003-05-06 at 14:29, Joerg Thoennes wrote: > Alex Hornby wrote: > > Hi, > >=20 > > On my platform (redhat 8, gcc 3.2, sun jdk 1.4.1_02) I'm still getting > > thread crashes if threads are spawned outside java (perhaps a thread > > local storage problem in the JVM?). >=20 > Interesting. We have a similiar setup (debian 2.2, gcc 3.0, sun jdk 1.4.1= _01), > and no problems so far. Currently, we use the SocketAcceptor. How does th= ese > crashes show up? >=20 > J=F6rg fromAdmin() gets a null pointer back as the java environment, which then causes a crash as soon as it is used... Alex. |