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]

shlibs/1280: stepping into function in shared library on ppc doesn't work


>Number:         1280
>Category:       shlibs
>Synopsis:       stepping into function in shared library on ppc doesn't work
>Confidential:   no
>Severity:       serious
>Priority:       medium
>Responsible:    unassigned
>State:          open
>Class:          sw-bug
>Submitter-Id:   net
>Arrival-Date:   Sun Jul 13 16:18:00 UTC 2003
>Closed-Date:
>Last-Modified:
>Originator:     Adam Fedor
>Release:        5.3.90_2003-07-13-cvs
>Organization:
>Environment:
Linux 2.4.18-0.8a #1 Sat Mar 9 22:54:21 EST 2002 ppc unknown
>Description:
When I try to step into a function in a shared library, the program breaks on some internal dynamic loading function.
>How-To-Repeat:
Output from a session using the compiled program in the file attachement:

GNU gdb 5.3.90_2003-07-13-cvs
Copyright 2003 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 "powerpc-unknown-linux-gnu"...
(gdb) break main 
Breakpoint 1 at 0x10000694: file testit.c, line 7.
(gdb) run
Starting program: /home/users/fedor/src/CSharedLib/simple_share 

Breakpoint 1, main () at testit.c:7
7         hithere2();
(gdb) s
0x30025d30 in __clz_tab () from /lib/ld.so.1
(gdb) bt
#0  0x30025d30 in __clz_tab () from /lib/ld.so.1
#1  0x3000b348 in fixup () from /lib/ld.so.1
#2  0x3000b68c in _dl_runtime_resolve () from /lib/ld.so.1
#3  0x100004c4 in _init ()
#4  0x0fe0ec30 in __libc_start_main () from /lib/libc.so.6
>Fix:

>Release-Note:
>Audit-Trail:
>Unformatted:
----gnatsweb-attachment----
Content-Type: application/x-gzip; name="CSharedLib.tar.gz"
Content-Transfer-Encoding: base64
Content-Disposition: attachment; filename="CSharedLib.tar.gz"

H4sIAF/iED8AA+2XbW/aMBDHeYs/xakPEqmazKFAJNZNY0C3SrSraKdq0iQUEgPeEhs5jlo0bZ99
l5DytG7VpD5oq38vMDnbd+eY/9m0zye+YmGPD1+UHgpKa9Sr17GlrtdYa28oUc+jNbfhulW3RN0q
deslqD9YRiukifYVQGnEQqn+MO6u/n+U9nL/T/yvbMQjdu8xqEtpo1b73f67bt0r9r/uUVrF8Qe1
hlsCeu+Z3MIz3/9tQnrHb8/hFdiRHH4JsIlJ++zsqNd6l1vHYHcG/W739KLfOr0Ae3R23Ab70o8i
/C6kLWOu7ZHyY2ZPJReaKSBk+8PRca+bzf8oeCBD5kiyMCX5Lw4tZBu9NCHh8TRiJP8e8WEqeFLY
BvlQHAfn+TNccT2RqS5cZKOVr2ZkProJmiWaa0cuQ5R3Ku22BfhZLMkCW4Uz4cc8gDm2LKL9Oh3n
ZS/H2sjg9vDzZFeSKNbyVznMnSx9fCblst1zcFcyV4NwmVHhvYmW+Zu1bgLZRXr2ZbRvJxLjsP1i
9CB0EplFW3teeiBBxHzRJGUV4+7CnrN4N2sT9n5sbNCuI5uw68SLFIL15WKMN7BzSMhT/9wNG6zU
/3631TnpPkCMO+o/rR0cbJ7/Da9q6v9jQPosUMzXXIxBTxgM03GTkIprQSDjKd4G1pSOXeUYrwkb
8q9ULTjJzWlWvCbspjQClnIuYCZTBVNfT3B+rzPACtZv9T8NzloX7185zZ0NE/o7sKDDMBXgmpBx
ONyI9xqGmPNXiH0u8EGlYmGaYH1milXREEihsRGEkIvZNFuggIpg1xrX5qcJS/JMp0qO8fQCLTM/
oDkebOwai+/zqFUr+i8OneDeY9ylf5cu9I+1YH7/86jR/2NAUA9MCVSpXmgHKtZLQtBCMoFVLPKN
wKIz6wNQTKc4i74k35+HTv5XVvRf3HqfQP/eUv91/OOf6R+vBEb/j8A2F0GUhgwOEx1y6Uxe58pf
kXuu/qlC46iyldmyQ/0qa/FYBz2bMsgOVTxarc9iK68Oi9Ecci9w07FaNkzdMBgMBoPBYDAYDAaD
wWAwGAyGh+Qn9VV79AAoAAA=


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