public inbox for gdb@sourceware.org
 help / color / mirror / Atom feed
* Is corefile support for missing on Win32?
@ 2022-06-07 19:30 Simon Sobisch
  2022-06-09 16:20 ` Pedro Alves
  0 siblings, 1 reply; 5+ messages in thread
From: Simon Sobisch @ 2022-06-07 19:30 UTC (permalink / raw)
  To: Simon Sobisch via Gdb

Testing with MSYS2 generated mingw64 gcc 12.1 + gdb 12.1 resulted in 
"everything working" ...until I needed to create a core file.

(gdb) show arch
The target architecture is set to "auto" (currently "i386:x86-64").
(gdb) gcore test.core
warning: cannot close "test.core": invalid operation
Can't create a corefile

(with gnutarget auto, pei-x86-64 and pe-x86-64)

I see that the first error message comes from
   gdb/gdb_bfd.c (gdb_bfd_close_warning)
and the second from the default implementation
   gdb/exec.c (make_corefile_notes)


This issue seems to exists for longer as some SO question [1] asked 
about this over 5 years ago.

Further testing showed the same issue with same tools in MinGW x86 and 
with "good old MinGW" using GDB 7.6.1 / GCC 9.2.

Testing with cygwin-x64 (GDB 11.2) shows the same result.


Questions:

* Is there something missing in the configuration / build to get it working?
* Should I file a bug on 
https://sourceware.org/bugzilla/buglist.cgi?component=corefiles ?

Thanks to share some info,
Simon


Background: I want to move from an "unsafe signal handler" doing a 
text-dump of variables in GnuCOBOL to "create a coredump, let the user 
inspect this"; but if this doesn't work on Win32 I may need some 
different approach there.

I guess the system's minidump format cannot be processed with GDB, can it?

Do you see other options to do post-mortem debugging on Win32?

Simon


[1]:https://stackoverflow.com/questions/41468614/warning-cannot-close-core-xxxxx-invalid-operation

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2023-02-08 16:28 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-06-07 19:30 Is corefile support for missing on Win32? Simon Sobisch
2022-06-09 16:20 ` Pedro Alves
2023-02-07 10:35   ` Simon Sobisch
2023-02-07 20:18     ` Christian Biesinger
2023-02-08 16:28       ` Hannes Domani

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).