Im running on win32. I wasn't able to reproduce the error... Sorry.
> -----Urspr�ngliche Nachricht----- > Von: Taglang, Guillaume [mailto:[EMAIL PROTECTED]] > Gesendet: Montag, 25. Februar 2002 17:25 > An: 'Avalon Developers List' > Betreff: RE: strange missing classes behavior > > > [...] > > >And my call did hang (on the nbio acceptor construction). > After more > > >that one hour of debug I discovered a bug in my build.xml > > file: the NBIO > > >lib wasn't included in the generated sar file. My > > NBIOAcceptor class has > > >a nbio class member (which had a static part - perhaps it's > > important ;) > > >) and of course it could not be found. The strange thing is that I > > >didn't get any exception, the thread was just killed without any > > >exception throwed. Is that a avalon bug? > > > > > Threads don't just go away without a trace. :-) Its low > > tech, but try > > going through the code and adding > > debug output every couple lines to track down exactly where > > the thread > > is dying. > > If you are on a un*x system kill -3 PID is a lot more useful: > you see the different thread in your system and you see what > they are really doing. > > Hope it helps. > > Guillaume > > -- > To unsubscribe, e-mail: > <mailto:avalon-dev-> [EMAIL PROTECTED]> > For > additional commands, > e-mail: <mailto:[EMAIL PROTECTED]> > > -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
