Sven Werner wrote:

> Hi!
>
> I'm using Linux Kernel 2.0.35, libc5.4.46.
>
> When I'm using the above mentioned JDK it crashes like this:
>
> SIGSEGV   11*  segmentation violation
>
> Full thread dump:
> Monitor Cache Dump:
> Registered Monitor Dump:
>     Monitor IO lock: <unowned>
>     Child death monitor: <unowned>
>     Event monitor: <unowned>
>     I/O monitor: <unowned>
>     Alarm monitor: <unowned>
>     Monitor registry: <unowned>
> Thread Alarm Q:
>
> --------------------------------------------------------
> I downloaded the libc5 Version. Some Ideas.
>
> Ciao!
>
> --------------------------------------------------------
> -> E-Mail: Sven Werner <[EMAIL PROTECTED]>
> -> www   : http://www.ping.de/sites/hawaii-datteln
> --------------------------------------------------------

Sven,

You might try renaming libc.so.5 and libdl.so.1 in the directory
<your jdk dir>/lib/i386/green_threads to some other name just so that it
can't be found by those names.  If I am not mistaken it is a conflict
with the versions of the libs that come with the JDK and the ones linux
uses.  If this doesn't work send the output from the command "ldconfig
-v".

Hope this helps,
K.R.

--
K.R. Foley
Alwan, Inc.
[EMAIL PROTECTED]


Reply via email to