Mirror of the gdb-patches mailing list
 help / color / mirror / Atom feed
From: Daniel Jacobowitz <drow@false.org>
To: Joel Brobecker <brobecker@adacore.com>
Cc: gdb-patches@sourceware.org
Subject: Re: [RFA] Fix crash when DW_AT_producer attribute is absent
Date: Tue, 27 Feb 2007 12:03:00 -0000	[thread overview]
Message-ID: <20070227120345.GA5622@caradoc.them.org> (raw)
In-Reply-To: <20070227044623.GA13159@adacore.com>

On Mon, Feb 26, 2007 at 08:46:23PM -0800, Joel Brobecker wrote:
> The crash happens because we do the following inside dwarf2read.c:
> 
>   attr = dwarf2_attr (die, DW_AT_producer, cu);
>   if (attr)
>     cu->producer = DW_STRING (attr);
>   [...]
>   record_producer (cu->producer);
> 
>   (but cu->producer is NULL)

Whoops, that was sloppy of me.  OK and thanks.

-- 
Daniel Jacobowitz
CodeSourcery


  reply	other threads:[~2007-02-27 12:03 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2007-02-27  4:46 Joel Brobecker
2007-02-27 12:03 ` Daniel Jacobowitz [this message]
2007-02-27 23:08   ` Joel Brobecker

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=20070227120345.GA5622@caradoc.them.org \
    --to=drow@false.org \
    --cc=brobecker@adacore.com \
    --cc=gdb-patches@sourceware.org \
    /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