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/16201] internal error on a cygwin program linked against a DLL with no .data section


https://sourceware.org/bugzilla/show_bug.cgi?id=16201

Tom Tromey <tromey at redhat dot com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|WAITING                     |NEW

--- Comment #12 from Tom Tromey <tromey at redhat dot com> ---
Thanks for the update.

Looking at your stack trace and mine, one difference is that
mine passes 0 for "addrs" to syms_from_objfile.
This makes me wonder what code path avoids default_symfile_offsets
and thus the "cleanup" code in init_objfile_sect_indices.

Two thoughts - one, try git master, in case changes in this area
helped; two, step through syms_from_objfile.

Unfortunately it seems you were correct that a windows box is
needed to easily reproduce.  Sorry about that.

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