Diablo 1.5 SIGBUS
Kurt Miller
lists at intricatesoftware.com
Thu Apr 6 21:46:29 UTC 2006
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) {
More information about the freebsd-java
mailing list