C:\Program Files\Ciel>gdb_72_x64.exe skychart.exe
GNU gdb (GDB) 7.2
Copyright (C) 2010 Free Software Foundation, Inc.
License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>
This is free software: you are free to change and redistribute it.
There is NO WARRANTY, to the extent permitted by law.  Type "show copying"
and "show warranty" for details.
This GDB was configured as "x86_64-w64-mingw32".
For bug reporting instructions, please see:
<http://www.gnu.org/software/gdb/bugs/>.
This binary was built by Equation Solution <http://www.Equation.com>...
Reading symbols from C:\Program Files\Ciel/skychart.exe...done.
(gdb) r
Starting program: C:\Program Files\Ciel/skychart.exe
[New Thread 11988.0x33d0]
[New Thread 11988.0x3588]
[New Thread 11988.0x24f4]
[New Thread 11988.0x11e0]
[New Thread 11988.0x2d94]
[New Thread 11988.0x2034]
[New Thread 11988.0x298c]
[New Thread 11988.0x1998]
[New Thread 11988.0x2ac4]
[New Thread 11988.0x2f54]
[New Thread 11988.0x331c]
[New Thread 11988.0x4c4]
[New Thread 11988.0x3204]
[New Thread 11988.0x2798]
[New Thread 11988.0x258c]
[New Thread 11988.0x1170]
[New Thread 11988.0x298]

Program received signal SIGSEGV, Segmentation fault.
[Switching to Thread 11988.0x4c4]
0x000007fefae42fa1 in CreateMRUListW ()
   from C:\windows\WinSxS\amd64_microsoft.windows.common-controls_6595b64144ccf1df_6.0.7601.17514_none_fa396087175ac9ac\comctl32.dll
(gdb) bt
#0  0x000007fefae42fa1 in CreateMRUListW ()
   from C:\windows\WinSxS\amd64_microsoft.windows.common-controls_6595b64144ccf1df_6.0.7601.17514_none_fa396087175ac9ac\comctl32.dll
#1  0x0000000000000000 in ?? ()
(gdb) q
A debugging session is active.

        Inferior 1 [process 11988] will be killed.

Quit anyway? (y or n) y

C:\Program Files\Ciel>