public inbox for gas2@sourceware.org
 help / color / mirror / Atom feed
From: Joel Sherrill <joel@merlin.gcs.redstone.army.mil>
To: gas2@cygnus.com
Subject: is there a patch to binutils 2.6 for this?
Date: Mon, 06 May 1996 14:57:00 -0000	[thread overview]
Message-ID: <Pine.SV4.3.91.960506164209.7854K-100000@merlin> (raw)

configuration m68k-coff

Using gdb and breaking at obj-format.c:2645 I can see that the pointer 
(filename_list_scan->filename) is NULL.  Here is a trace.

$6 = 0xf85f0 "/net/morgana/usr1/rtems/rtems-3.5.16/c/mvme136/include/asm.h"
(gdb) cont
Continuing.
 
Breakpoint 1, yank_symbols () at obj-format.c:2645
2645                  string_byte_count += strlen 
(filename_list_scan->filename) + 1;
(gdb) print filename_list_scan->filename
Cannot access memory at address 0x0.
(gdb) bt
#0  yank_symbols () at obj-format.c:2645
#1  0x29328 in crawl_symbols (h=0xefffed80, abfd=0xf4240) at 
obj-format.c:2833
#2  0x29b30 in write_object_file () at obj-format.c:3067
#3  0x311f4 in main (argc=2, argv=0xc85f8) at ../../src/gas/as.c:598
(gdb) cont                   
Continuing.
 
Program received signal SIGSEGV, Segmentation fault.
0x28c7c in yank_symbols () at obj-format.c:2645
obj-format.c:2645: No such file or directory.
(gdb)

If someone has a patch, I would appreciate it.  Otherwise I will spend 
the time to track it down.

Thanks

--joel

                 reply	other threads:[~1996-05-06 14:57 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=Pine.SV4.3.91.960506164209.7854K-100000@merlin \
    --to=joel@merlin.gcs.redstone.army.mil \
    --cc=gas2@cygnus.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).