Mirror of the gdb mailing list
 help / color / mirror / Atom feed
From: "Neal E. Coombes" <nealc@trdlnk.com>
To: Andrew Cagney <ac131313@redhat.com>
Cc: Jim Blandy <jimb@redhat.com>, gdb@sources.redhat.com
Subject: Re: dbxread.c:1771: internal-error: sect_index_data not initialized
Date: Wed, 17 Sep 2003 20:16:00 -0000	[thread overview]
Message-ID: <3F68C117.3010007@trdlnk.com> (raw)
In-Reply-To: <3F68A535.8010609@redhat.com>

Andrew Cagney wrote:
>> This has already been reported and fixed, but the fix was too late to
>> be included in 6.0.
> 
> In July?
> 
>> Bug 1241 in the GDB bug database has a patch (get the second patch,
>> not the first): http://sources.redhat.com/cgi-bin/gnatsweb.pl
> 
> It can at least be pulled into the branch after 6.0 is released.

Thank you all very much, works very nicely.  I encourage you to pull it 
into the source as soon as you can.

We modified the patch to do the change at the ?root? of the problem 
instead of in the specific section.  Please let me know if this will 
have any ill effects (since we certainly don't know as much about gdb as 
the rest of you).

Thanks,

Neal

src/gdb/objfiles.h

638c639,641
<       ? (internal_error (__FILE__, __LINE__, "sect_index_data not 
initialized"), -1) \
---
 >       ? ((objfile->sect_index_bss == -1) \
 >          ? (internal_error (__FILE__, __LINE__, "sect_index_data not 
initialized"), -1) \
 >          : objfile->sect_index_bss) \


  reply	other threads:[~2003-09-17 20:16 UTC|newest]

Thread overview: 11+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2003-09-17 15:02 Neal E. Coombes
2003-09-17 17:54 ` Jim Blandy
2003-09-17 18:17   ` Andrew Cagney
2003-09-17 20:16     ` Neal E. Coombes [this message]
2003-09-18 22:41       ` Jim Blandy
2003-09-19 14:04         ` Neal E. Coombes
2003-09-18 22:34     ` Jim Blandy
2003-09-18 22:57       ` Andrew Cagney
2003-09-18 23:12         ` Jim Blandy
2003-09-19 19:45           ` Andrew Cagney
2003-09-17 17:54 Michael Elizabeth Chastain

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=3F68C117.3010007@trdlnk.com \
    --to=nealc@trdlnk.com \
    --cc=ac131313@redhat.com \
    --cc=gdb@sources.redhat.com \
    --cc=jimb@redhat.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