PLEASE HELP !! how to load libraries into gdb?
cpptutor2000_at_yahoo.com
Date: 06/21/05
- Previous message: Kasper Dupont: "Re: Memory usage confusion"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: 21 Jun 2005 09:02:44 -0700
Could someone please help me with a gdb related problem? In order to
run an application that I am developing, I have to use the gmp library,
and I use the
following command, at the command prompt: export
LD_LIBRARY_PATH=/usr/local/lib
I am getting some segmentation faults, and when I try to run the
application under gdb, I get the following error message:
warning: Unable to find dynamic linker breakpoint function.
GDB will be unable to debug shared library initializers
and track explicitly loaded dynamic code.
[Thread debugging using libthread_db enabled]
[New Thread 16384 (LWP 18752)]
Could not open /proc/18752/status
Could someone please tell me what the error message means, and how to
get around it?
I suspect it is because somehow the gmp library is not loaded
correctly. Any suggestions/ideas would be greatly appreciated.
- Previous message: Kasper Dupont: "Re: Memory usage confusion"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|