--- Dalibor Topic <[EMAIL PROTECTED]> wrote:
> Hi Tim,
> 
> --- Timothy Stack <[EMAIL PROTECTED]> wrote:
> > > Hi,
> > 
> > hi,
> > 
> > > now that we've got Jython to run, I've tried to
> > > install it using the Jaython 2.1 installer from
> > > http://www.jython.org/download.html . That lead
> to
> > an
> > > interesting crash: the jthread_disable_stop
> assert
> > > that checks if the disable_counter is less than
> 10
> > > leads to a core dump. Increasing the
> > disable_counter
> > > limit to 50 lets most of the installer run, but
> it
> > > still dumps core at the end of the installation
> > > process at the same assert. Finally, increasing
> > the
> > > limit to 1000 leads to a core dump because of a
> > stack
> > > over flow exception.
> > 
> > Do you have a back trace from when it hits the
> > assert?
> > Preferably, from when the counter is at 10.
> 
> Attached. Along with it comes a back trace when the
> counter is set to 50. Then most of the install
> works,
> except some bit at the very end of file copying,
> that
> leads to a crash. Interestingly enough, the latter
> one
> seems to be serialization related.

I've also ran the jython 2.1 installer on kaffe
configured to use the interpreter engine. In this
case, the first crash doesn't occur, independently
whether the limit is 10 or 50. I've attached the
actual exception stack traces in the gdb.

This seems to indicate that jit3 is playing some games
with jthreads and forgetting to call
jthread_enable_stop. Could you take a look at it?

best regards,
dalibor topic 

__________________________________________________
Do you Yahoo!?
Yahoo! Mail Plus - Powerful. Affordable. Sign up now.
http://mailplus.yahoo.com

Attachment: intrp-backtrace
Description: intrp-backtrace

Reply via email to