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 gdb/13242] MinGW-GDB crash in coff_symtab_read when runningchild program


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

--- Comment #2 from Hendricks266 <Hendricks266 at gmail dot com> 2012-01-19 23:59:41 UTC ---
I was able to work around the bug by adding this snippet at line 935 in
coffread.c:

    if (bfd_section == 0)
        ms_type = mst_unknown;
    else

This probably is not an ideal solution but I have encountered no problems with
it so far.

-- 
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]