[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: jre segfaults



On Sat, Jul 17, 2004 at 08:03:36PM +0300, Micha Feigin wrote:
> I just noticed that j2re 1.3 and 1.4 segfault on me. I'm not sure if
> its the recent upgrade to kernel 1.6 (don't think so since I had it
> running with a 2.6 kernel on another machine) or something in debian.
> 
> Anyone else notice this also?
> 

I just ran it trough strace, and it seems that its having problems with
futex for jre 1.3.1, 1.4.2, 1.5

They all show something of the sort:

futex(0x813b588, FUTEX_WAKE, 1)         = 0
gettimeofday({1090084152, 997718}, NULL) = 0
gettimeofday({1090084152, 997822}, NULL) = 0
gettimeofday({1090084152, 997899}, NULL) = 0
gettimeofday({1090084152, 997979}, NULL) = 0
clock_gettime(0, {1090084152, 998063000}) = 0
futex(0x8482f60, FUTEX_WAIT, 155, {0, 99916000}) = -1 EINTR (Interrupted system call)

1.3.1 and 1.4.2 just crush with a segfault, 1.5 hangs.

> Thanks



Reply to: