This is the mail archive of the libc-alpha@sources.redhat.com mailing list for the glibc project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: Versioning mess proved!!!


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   `------------------------

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]