Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 06 Apr 2006 17:41:42 -0400
From:      Kurt Miller <lists@intricatesoftware.com>
To:        freebsd-java@freebsd.org
Subject:   Re: Diablo 1.5 SIGBUS
Message-ID:  <200604061741.42559.lists@intricatesoftware.com>
In-Reply-To: <20060406212231.GC5697@dan.emsphone.com>
References:  <C05B19CA.2221%odela01@ca.com> <20060406212231.GC5697@dan.emsphone.com>

next in thread | previous in thread | raw e-mail | index | archive | help
On Thursday 06 April 2006 5:22 pm, Dan Nelson wrote:
> In the last episode (Apr 06), odela01 said:
> > Just trying out the new JDK 1.5 binaries on my TestNG suite. Unfortunately I
> > can't get it to complete, I get a SIGBUS every time. It said to send the bug
> > report to this list. I have a 113Mb core dump too, if that^1s any use.
> > 
> > The SIGBUS occurs at different places, but most often at
> > [libjvm.so+0x589595]. The box has two CPUs.
> 
> I was waiting for someone else to post first, just in case it was due
> to a local mod on my machine, but I'm getting the same error.  The
> attached hs_err files are from RabbIT and Netbeans.  I've saved a core
> from each, and can generate as many as needed :)
> 

Hi,

Could you try applying this patch to libpthreads and see
if it helps? It is a shot it the dark, but perhaps it will
help.

I got it from this pr:
http://www.freebsd.org/cgi/query-pr.cgi?pr=95127

Thanks,
-Kurt

--- src/lib/libpthread/thread/thr_kern.c.orig	Thu Apr  6 16:30:27 2006
+++ src/lib/libpthread/thread/thr_kern.c	Thu Apr  6 16:31:10 2006
@@ -1334,6 +1334,7 @@
 
 	if (free_kseg_count <= MAX_CACHED_KSEGS)
 		return; 
+	TAILQ_INIT(&worklist);
 	crit = _kse_critical_enter();
 	KSE_LOCK_ACQUIRE(curthread->kse, &kse_lock);
 	while (free_kseg_count > MAX_CACHED_KSEGS) {



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200604061741.42559.lists>