[Bug symtab/9447] SIGILL in scan_xcoff_symtab on AIX 5.3

brobecker at gnat dot com sourceware-bugzilla@sourceware.org
Thu Oct 18 16:03:00 GMT 2012


http://sourceware.org/bugzilla/show_bug.cgi?id=9447

brobecker at gnat dot com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|ASSIGNED                    |RESOLVED
                 CC|                            |brobecker at gnat dot com
         Resolution|                            |FIXED

--- Comment #1 from brobecker at gnat dot com 2012-10-18 16:03:53 UTC ---
A quick guess would point at GDB trying to call next_symbol_text_func, but with
next_symbol_text_func being NULL.

It looks like that problem got fixed at some point:

2006-01-01  Roger Sayle  <roger@eyesopen.com>
            Elena Zannoni <ezannoni@redhat.com>

 PR symtab/1651
 * xcoffread.c (xcoff_next_symbol_text): Check this_symtab_psymtab
 for NULL before assigning this_symtab_psymtab->objfile to objfile.
 (scan_xcoff_symtab): Initialize next_symbol_text_func.

Before this patch, the function pointer was left un-initialized when
inside scan_xcoff_symtab.

-- 
Configure bugmail: http://sourceware.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.



More information about the Gdb-prs mailing list