Windows 7 GTKmm = http://ftp.gnome.org/pub/GNOME/binaries/win64/gtkmm/ I have a program that was compiling/running without any problems, but now it is not running the debugger reports: -- PATH=.;D:\MinGW64\bin;C:\Program Files\Common Files\Microsoft Shared\Windows Live;C:\Program Files (x86)\Common Files\Microsoft Shared\Windows Live;C:\Windows\system32;C:\Windows;C:\Windows\System32\Wbem;C:\Windows\System32\WindowsPowerShell\v1.0\;C:\Program Files (x86)\Windows Live\Shared;D:\msys\1.0\bin;D:\msys\1.0\etc;D:\msys\1.0\home;C:\Program Files (x86)\doxygen\bin;C:\Program Files (x86)\QuickTime\QTSystem\;C:\Program Files (x86)\Microsoft SQL Server\110\Tools\Binn\;C:\Program Files\Microsoft SQL Server\110\Tools\Binn\;C:\Program Files\Microsoft SQL Server\110\DTS\Binn\;D:\gtkmm64\bin;D:\msys\1.0\bin;D:\msys\1.0\etc;D:\msys\1.0\home Command-line: D:\MinGW64\bin\gdb.exe -nx -fullname -quiet -args bin/Debug/Samiira.exe Working dir : D:\ArbolOne\dev\Samiira\ > set prompt >>>>>>cb_gdb: Reading symbols from D:\ArbolOne\dev\Samiira/bin/Debug/Samiira.exe... done. (gdb) >>>>>>cb_gdb: > show version GNU gdb (GDB) 7.1 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/>. >>>>>>cb_gdb: > set confirm off >>>>>>cb_gdb: > set width 0 >>>>>>cb_gdb: > set height 0 >>>>>>cb_gdb: > set breakpoint pending on >>>>>>cb_gdb: > set print asm-demangle on >>>>>>cb_gdb: > set unwindonsignal on >>>>>>cb_gdb: > set debugevents on >>>>>>cb_gdb: > set disassembly-flavor att >>>>>>cb_gdb: > catch throw Function "__cxa_throw" not defined. Catchpoint 1 (throw) >>>>>>cb_gdb: > source D:\Program Files (x86)\CodeBlocks\share\codeblocks/scripts/stl-views-1.0.3.gdb >>>>>>cb_gdb: > directory D:/ArbolOne/dev/Samiira/ >>>>>>cb_gdb: > run gdb: windows_init_thread_list [New Thread 1940.0x99c] UG_EVENT) g dll "C:\Windows\WinSxS\amd64_microsoft.windows.common-controls_6595b64144ccf1df_5.82.7601.17514_none_a4d6a923711520a9\comctl32.dll" at 0x7fefa750000. Program received signal SIGTRAP, Trace/breakpoint trap. 0x00000000778ec212 in ntdll!RtlIsValidHandle () from C:\Windows\system32\ntdll.dll >>>>>>cb_gdb: > set debugevents off >>>>>>cb_gdb: ---- Is this a MS-Win7 problem? What can I do to fix this problem? |