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 corefiles/19834] crash or "Assertion `core_vec' failed" if core arch is i386 while executable x64


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

--- Comment #4 from Pedro Alves <palves at redhat dot com> ---
Sure.

> Due to some Cygwin bug, core files created by my Cygwin x64's `dumper' have elf32-i386 format.

vs 

> In that particular case the prstatus of an i386 core file looks like that from an AMD64 core file, i.e., it is larger than GDB would expect.

Or said another way:

 64-bit core is broken and has 32-bit format.
vs 
 32-bit core is broken and has 64-bit format.

Thus my "opposite".

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