This is the mail archive of the gdb-prs@sourceware.org mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

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


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.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]