Steve Byrne writes: > > It seems that there are two different > > prots of jdk going on one by Steve Byrne's and the other by Sergey > > Nikitin. > > [misc. valid diffs] And both jdk-1.1.6 (sbb v2 and sn v1.2) cause my C app to "crash when linked" under RH 5.1/glibc-2.0.7-13. Steve makes a good point here, re: the source diffs he provides. The source at least gives me some hope to track down the problem. b. P.S.: gdb claims src/genunix/java/green_threads/src/iomgr.c:229 is the part of the problem, but stepping I seem to crash in dl-runtime.c (which should be glibc, not JDK). I get there with a simple _dl_lookup_symbol on an open("whatever", O_RDWR) call - if any of this sounds familiar to somebody, please drop me a line.