This is the mail archive of the binutils@sources.redhat.com mailing list for the binutils 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] | |
Alan,
I meant IBM's bugzilla, which I was told RedHat can access. If you can
not, try to run the attached C program on RH 7,1 or 7,2 for IA64. Here is
a run with the debugger:
[nchris@tollway bfdtest]$ gdb --dbx bfdtest
GNU gdb Red Hat Linux 7.x (5.0rh-15) (MI_OUT)
Copyright 2001 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 "ia64-redhat-linux"...
(gdb) r bfdtest
Starting program: /usr/src/bfdtest/bfdtest bfdtest
Program received signal SIGSEGV, Segmentation fault.
0x20000000000be571 in bfd_elf64_slurp_symbol_table ()
from /usr/lib/libbfd-2.11.90.0.8.so
(gdb) where
#0 0x20000000000be571 in bfd_elf64_slurp_symbol_table ()
from /usr/lib/libbfd-2.11.90.0.8.so
#1 0x20000000000e6ff0 in _bfd_elf_get_symtab ()
from /usr/lib/libbfd-2.11.90.0.8.so
#2 0x4000000000001890 in main ()
#3 0x200000000018c540 in __libc_start_main (
main=0x4000000000003ff8 <_fini+424>, argc=2, ubp_av=0x80000fffffffba38,
init=0x20000000000407e0 <local+12560>,
fini=0x2000000000042578 <_dl_debug_mask>,
rtld_fini=0x20000000003541c8 <xdr_sizeof+312>,
stack_end=0x80000fffffffba30) at ../sysdeps/generic/libc-start.c:129
#4 0x20000000000be030 in bfd_elf64_slurp_symbol_table ()
from /usr/lib/libbfd-2.11.90.0.8.so
#5 0x20000000000be030 in bfd_elf64_slurp_symbol_table ()
from /usr/lib/libbfd-2.11.90.0.8.so
Cannot access memory at address 0x80000fff7ffffff0
(gdb)
Regards,
Niels
(See attached file: Makefile)(See attached file: bfdtest.c)
Alan Modra
<amodra@bigpon To: Niels Christiansen/Austin/IBM@IBMUS
d.net.au> cc: binutils@sources.redhat.com
Subject: Re: Bugzilla bug 493 - libbfd seg fault
12/12/2001
03:17 AM
On Tue, Dec 11, 2001 at 10:25:14AM -0500, Niels Christiansen wrote:
> Hi, If you can't access Bugzilla bug 493, please let me know and I'll
> supply you with the details.
http://bugzilla.mozilla.org/show_bug.cgi?id=493
This is Bugzilla: the Mozilla bug system. For more information about what
Bugzilla is and what it can do, see mozilla.org's bug pages.
Error
Bug #493 does not exist.
Exactly which bugzilla did you mean? There are _lots_ of them around.
In any case, you are better off posting the details here, assuming any
file attachments are not too large.
Alan
Attachment:
Makefile
Description: Binary data
Attachment:
bfdtest.c
Description: Binary data
| Index Nav: | [Date Index] [Subject Index] [Author Index] [Thread Index] | |
|---|---|---|
| Message Nav: | [Date Prev] [Date Next] | [Thread Prev] [Thread Next] |