Date: Tue, 07 Oct 2014 10:56:45 -0400
From: Ken Brown <kbrown@cornell.edu>
CC: 17753@debbugs.gnu.org
I don't know if it's possible at this point to get gdb to read the
debug information for cygdbus-1-3.dll and cygatspi-0.dll (once you
install the debuginfo packages) or if you have to wait for the next
crash. I'm sure Eli knows.
You can always type the addresses by hand and get the file and line
number, like this:
(gdb) list *0x00000003ff120d78
Since this is an optimized build, you won't get anything more detailed
anyway.
Btw, is this a crash or an abort? What was the signal that caused
this? (GDB should have displayed that info before the backtrace.)