cygwin gdb程序收到信号?,未知信号

cygwin gdb程序收到信号?,未知信号,gdb,cygwin,Gdb,Cygwin,my.cpp: gcc信息: Program received signal ?, Unknown signal. 0x75fca6f2 in RaiseException () from /cygdrive/c/WINDOWS/System32/KERNELBASE.dll gdb信息: Using built-in specs. COLLECT_GCC=gcc COLLECT_LTO_WRAPPER=/usr/lib/gcc/i686-pc-cygwin/5.4.0/lto-wrap

my.cpp:

gcc信息:

Program received signal ?, Unknown signal.
0x75fca6f2 in RaiseException ()
   from /cygdrive/c/WINDOWS/System32/KERNELBASE.dll
gdb信息:

Using built-in specs.
COLLECT_GCC=gcc
COLLECT_LTO_WRAPPER=/usr/lib/gcc/i686-pc-cygwin/5.4.0/lto-wrapper.exe
Target: i686-pc-cygwin
Thread model: posix
gcc version 5.4.0 (GCC)
GNU gdb(gdb)(Cygwin 7.10.1-1)7.10.1
版权所有(C)2015免费软件基金会。
许可证GPLv3+:GNU GPL版本3或更高版本
这是自由软件:您可以自由更改和重新发布它。
在法律允许的范围内,不存在任何担保。键入“显示复制”
和“显示保修”了解详细信息。
此GDB配置为“i686 pc cygwin”。
键入“显示配置”以获取配置详细信息。
有关错误报告说明,请参阅:
.
在线查找GDB手册和其他文档资源,网址为:
.
要获得帮助,请键入“帮助”。
键入“apropos word”搜索与“word”相关的命令。

这是此版本GDB的已知错误。link可能会帮助您。

当我将cygwin更改为64版本时,问题意外地解决了。
我认为这可能是另一个不同于“众所周知的”GDB错误的错误。

谢谢你的回复,但这不能解决我的问题。我已经尝试过了。
Using built-in specs.
COLLECT_GCC=gcc
COLLECT_LTO_WRAPPER=/usr/lib/gcc/i686-pc-cygwin/5.4.0/lto-wrapper.exe
Target: i686-pc-cygwin
Thread model: posix
gcc version 5.4.0 (GCC)
GNU gdb (GDB) (Cygwin 7.10.1-1) 7.10.1
Copyright (C) 2015 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 "i686-pc-cygwin".
Type "show configuration" for configuration details.
For bug reporting instructions, please see:
<http://www.gnu.org/software/gdb/bugs/>.
Find the GDB manual and other documentation resources online at:
<http://www.gnu.org/software/gdb/documentation/>.
For help, type "help".
Type "apropos word" to search for commands related to "word".