From mboxrd@z Thu Jan 1 00:00:00 1970 From: Kevin Buettner To: Fernando Nasser , gdb-patches@sources.redhat.com, Jim Blandy , Elena Zannoni Subject: Re: RFA: [dwarf2read.c] Avoid using section index if not yet set Date: Fri, 11 May 2001 01:10:00 -0000 Message-id: <1010511081018.ZM27270@ocotillo.lan> References: <3AFB90A7.D8F37C43@redhat.com> X-SW-Source: 2001-05/msg00205.html On May 11, 3:11am, Fernando Nasser wrote: > This fix was suggested to me by someone that loads symbols from object > files. It seems that in this situation the section index may not be set > and this bit of code tries to use it. > > I this fix correct? Can I check it in? IMO, no. I think it would be better to figure out why (and where) the section index isn't getting set. Kevin