> > Problem 2 (Linux 2.4/libc 2.2.4/Debian Woody):
> > Symbol addresses from shared library are coming up as offsets from 0
> > rather than offsets from start of text segment.

I've tracked this problem down to an extra ':' in LD_LIBRARY_PATH.

echo $LD_LIBRARY_PATH

/home/oracle/OraHome1/lib::/home/oracle/OraHome1/rdbms/lib:/home/andrewd/test/gomic/engine:/home/andrewd/test/gomic/common

gdb is using this to pickup the libraries from the current directory
rather than the direct paths later down the list.

_______________________________________________
Bug-gdb mailing list
[EMAIL PROTECTED]
http://mail.gnu.org/mailman/listinfo/bug-gdb

Reply via email to