Re: gdb and core files

2020-07-02 Thread Mark Geisert
Jon Turney wrote: On 30/06/2020 04:24, Mark Geisert wrote: Ken Brown via Cygwin wrote: On 6/28/2020 9:31 AM, Jon Turney wrote: On 28/06/2020 01:50, Ken Brown via Cygwin wrote: Following the instructions at https://cygwin.com/cygwin-ug-net/using-cygwinenv.html, I tried to create a core file t

Re: gdb and core files

2020-07-01 Thread Jon Turney
On 30/06/2020 04:24, Mark Geisert wrote: Ken Brown via Cygwin wrote: On 6/28/2020 9:31 AM, Jon Turney wrote: On 28/06/2020 01:50, Ken Brown via Cygwin wrote: Following the instructions at https://cygwin.com/cygwin-ug-net/using-cygwinenv.html, I tried to create a core file that I could examine

Re: gdb and core files

2020-06-29 Thread Mark Geisert
Ken Brown via Cygwin wrote: On 6/28/2020 9:31 AM, Jon Turney wrote: On 28/06/2020 01:50, Ken Brown via Cygwin wrote: Following the instructions at https://cygwin.com/cygwin-ug-net/using-cygwinenv.html, I tried to create a core file that I could examine with gdb, but I apparently ran into a gdb

Re: gdb and core files

2020-06-29 Thread Ken Brown via Cygwin
On 6/28/2020 9:31 AM, Jon Turney wrote: On 28/06/2020 01:50, Ken Brown via Cygwin wrote: Following the instructions at https://cygwin.com/cygwin-ug-net/using-cygwinenv.html, I tried to create a core file that I could examine with gdb, but I apparently ran into a gdb bug. I tried both gdb 9.2-

Re: gdb and core files

2020-06-28 Thread Jon Turney
On 28/06/2020 01:50, Ken Brown via Cygwin wrote: Following the instructions at https://cygwin.com/cygwin-ug-net/using-cygwinenv.html, I tried to create a core file that I could examine with gdb, but I apparently ran into a gdb bug.  I tried both gdb 9.2-1 and 8.3.1-1.  Here are the results with

gdb and core files

2020-06-27 Thread Ken Brown via Cygwin
Following the instructions at https://cygwin.com/cygwin-ug-net/using-cygwinenv.html, I tried to create a core file that I could examine with gdb, but I apparently ran into a gdb bug. I tried both gdb 9.2-1 and 8.3.1-1. Here are the results with 9.2-1. $ cat crash.c #include int main () {