This is the mail archive of the gdb-prs@sources.redhat.com mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

gdb/236: Unable to find dynamic linker breakpoint function



>Number:         236
>Category:       gdb
>Synopsis:       Unable to find dynamic linker breakpoint function
>Confidential:   no
>Severity:       serious
>Priority:       medium
>Responsible:    unassigned
>State:          open
>Class:          sw-bug
>Submitter-Id:   net
>Arrival-Date:   Fri Oct 26 13:58:00 PDT 2001
>Closed-Date:
>Last-Modified:
>Originator:     Greg Frinchaboy
>Release:        5.0
>Organization:
>Environment:
Architecture is DELL 2500 w/dual PIII @ 933Mhz w/512M of memory.
Software is i386-pc-solaris2.8
>Description:
I get the following problem running gdb:
warning: Unable to find dynamic linker breakpoint function.
GDB will be unable to debug shared library initializers
and track explicitly loaded dynamic code.


12_ gdb ui
GNU gdb 5.0
Copyright 2000 Free Software Foundation, Inc.
GDB is free software, covered by the GNU General Public License, and you are
welcome to change it and/or distribute copies of it under certain conditions.
Type "show copying" to see the conditions.
There is absolutely no warranty for GDB.  Type "show warranty" for details.
This GDB was configured as "i386-pc-solaris2.8"...
(gdb) b main
Breakpoint 1 at 0x805d8fd: file ui3_main.c, line 136.
(gdb) r
Starting program: bin/ui 
warning: Unable to find dynamic linker breakpoint function.
GDB will be unable to debug shared library initializers
and track explicitly loaded dynamic code.
[New LWP 1]
[New LWP 2]
[New LWP 3]

Breakpoint 1, main (argc=1, argv=0x8046650) at ui3_main.c:136
136         if (XInitThreads() == 0) {
Current language:  auto; currently c++

gcc -v
Reading specs from /usr/local/gnu/lib/gcc-lib/i386-pc-solaris2.8/3.0.1/specs
Configured with: ../gcc-3.0.1/configure --prefix=/usr/local/gnu --with-minimal-bfd --with-gnu-ld --with-ld=/
usr/local/gnu/bin/ld --with-gnu-as --with-as=/usr/local/gnu/bin/as --with-stabs --enable-threads=posix --ena
ble-languages=c++,java,objc
Thread model: posix
gcc version 3.0.1
>How-To-Repeat:
Try gdb on an application built with dynamically linked libraries using gcc version 3.0.1 on i386-pc-solaris2.8 
>Fix:

>Release-Note:
>Audit-Trail:
>Unformatted:


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