dlsym SEGV in certain cases

Andreas Schwab schwab@issan.informatik.uni-dortmund.de
Thu Apr 1 00:00:00 GMT 1999


Kars de Jong <jongk@cs.utwente.nl> writes:

|> At the SEGV args looks like this:
|> $9 = {handle = 0xffffffff, name = 0xc002d838 "__sigprocmask", version = {
|>     name = 0xffffffff <Address 0xffffffff out of bounds>, hash = 4026529440, hidden = -1073572488,
|>     filename = 0xc00310c4 ""}, caller = 3221383020, loadbase = 0, ref = 0x0}
|> 
|> loadbase = 0, which probably means it wasn't found. libhpi_g.so was however linked against
|> libc, so I suppose it should have found the symbol.

__sigprocmask is an internal symbol that is not exported from libc.  JDK
should probably use sigprocmask instead.

-- 
Andreas Schwab                                      "And now for something
schwab@issan.cs.uni-dortmund.de                      completely different"
schwab@gnu.org



More information about the Libc-alpha mailing list