On 29-May-98 Steve Byrne wrote:
> >
> > I just (more or less) confirmed that there seems to be a conflict
> > problem between the stock jdk1.1.6v1-test and ld.so-1.9.9.
I've also got this same problem with the stock jdk1.1.5-v7 and ld.so-1.9.9.
This is on a libc box. I was previously running ld.so.1.9.6 with no problems.
Running any java program (applet or application) results in a Segmentation
Violation. Here's thefirst few lines dumped when attempting to run ICQ.
oto:~/ICQJava> ./ICQ
SIGSEGV 11* segmentation violation
stackbase=0xbffff628, stackpointer=0xbffff530
Full thread dump:
"Finalizer thread" (TID:0x40650c30, sys_thread_t:0x41391f04, state:R) prio=1
"Async Garbage Collector" (TID:0x40650c78, sys_thread_t:0x41370f04,
state:R) prio=1
"Idle thread" (TID:0x40650cc0, sys_thread_t:0x4134ff04, state:R) prio=0
"Clock" (TID:0x4064d088, sys_thread_t:0x4132ef04, state:CW) prio=12
"main" (TID:0x4064d0b0, sys_thread_t:0x81b69a8, state:R) prio=5 *current
thread*
>
> 5. Removing .../green_threads/libdl.so.1 (? this is from memory),
> and ../green_threads/libc.so.5 and rerunning ldconfig cleared
> up the problem.
Is this the proper way to fix this problem?
-Dave