Paul Ho writes:
> JDK 1.1.6v4a give me SIGSEGV "out of the box".
>
> Dump from java_g:
> SIGSEGV 11* segmentation violation
>
> Full thread dump:
> "../../../../src/genunix/java/green_threads/src/monitor_md.c", line 443:
> assertion failure
>
> *** panic: Internal error dumping threads!
>
>
> My config:
> jdk1.1.6-v4a-i386-libc5.tar.gz
> Linux 2.0.35 libc.so.5.4.44 ld.so.1.9.7 libdl.so.1.9.7
> (Notice I'm NOT using ld.so.1.9.9)
>
> Solution:
> Remove libc.so.5 and libdl.so.1 from $JAVAHOME/lib/i686/green_threads/
Interesting! I had thought that ld.so.1.9.8 worked, and that 1.9.9 was a
regression, but this shows that that wasn't the case. Thanks for diagnosing
this and sharing your solution!
Steve