Versioning mess proved!!!
Ulrich Drepper
drepper@redhat.com
Fri Oct 27 23:46:00 GMT 2000
The strace output wasn't useful since the problem is in a child. You
might want to try the -f option to strace. Perhaps we are completely
out of luck if threads are already used.
The DSO looks OK so I cannot say anything.
The "easiest" thing would probably be to try running mozilla inside
gdb, put a breakpoint on dl_open_worker (since this is in a DSO you'll
have to break first on main and then add the other breakpoint). Then
run the program until dl_open_worker is reached for loading the
libjvm. Single step into a function called _dl_map_object and try to
find out if/when an error state is reached.
--
---------------. ,-. 1325 Chesapeake Terrace
Ulrich Drepper \ ,-------------------' \ Sunnyvale, CA 94089 USA
Red Hat `--' drepper at redhat.com `------------------------
More information about the Libc-alpha
mailing list