Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 08 Apr 2006 20:06:52 +1000
From:      Michael Vince <mv@roq.com>
To:        Hideki Okubo <uruchi@gmail.com>
Cc:        freebsd-java@freebsd.org
Subject:   Re: Diablo JDK1.5.0 SIGBUS problem
Message-ID:  <44378B3C.3010804@roq.com>
In-Reply-To: <7d978f1d0604070526s2b76f25bwec8c95c987985a67@mail.gmail.com>
References:  <7d978f1d0604070526s2b76f25bwec8c95c987985a67@mail.gmail.com>

next in thread | previous in thread | raw e-mail | index | archive | help
Hideki Okubo wrote:

>Hi guys
>
>I have experienced same kind of problem in an earlier thread.
>This occurs quite often but not all the time. Once app properly starts, it
>seems to be running pretty stable.
>Is there anyway to get around this problem? Any clue will be appreciated.
>
>Hideki Okubo
>
>  
>
I have been testing with different threading libraries by putting this 
in /etc/libmap.conf to use either libthr library or lib_r
I am also using the latest 6-stable build of FreeBSD which I think has 
better thread stability.
This for me has turn around from something that sometimes couldn't even 
start a tomcat to something thats had non stop 12 hour benchmarking on it.

[/usr/local/diablo-jdk1.5.0/]
#libpthread.so           libc_r.so
#libpthread.so.2         libc_r.so.6
libpthread.so.2         libthr.so.2
libpthread.so           libthr.so

Mike




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