简体   繁体   English

Eclipse CDT,GDB异常cygwin_exception :: open_stackdumpfile

[英]Eclipse cdt, gdb exception cygwin_exception::open_stackdumpfile

I am using eclipse Mars (4.5.1) CDT. 我正在使用Eclipse Mars(4.5.1)CDT。 The toolchain is CygwinGCC. 工具链是CygwinGCC。 I just create a "hello world" c++ code. 我只是创建一个“ hello world” c ++代码。 It compiles but when I am trying to debug. 它可以编译,但是当我尝试调试时。 I had following gdb exception: 我有以下gdb异常:

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 "x86_64-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".
[New Thread 812.0x560]
[New Thread 812.0x146c]
[New Thread 812.0xd48]
[New Thread 812.0xe54]
[New Thread 812.0x1758]
[Thread 812.0x146c exited with code 0]
[Thread 812.0xe54 exited with code 0]
[Thread 812.0xd48 exited with code 0]
[Thread 812.0x1758 exited with code 0]
[Inferior 1 (process 812) exited normally]
 54 [main] gdb 11012 cygwin_exception::open_stackdumpfile: Dumping stack trace to gdb.exe.stackdump

Any hints for fixing the problem? 有解决问题的任何提示吗?

Thanks, 谢谢,

Rong ong

The exception is thrown when there is no break point is set. 未设置断点时会引发异常。 CDT is not the best tool for C++ comparing with vs and xcode. 与vs和xcode相比,CDT并不是C ++的最佳工具。 But none of them available for Cygwin. 但是它们都不适用于Cygwin。 I just do not want to install Linux on my pc. 我只是不想在我的PC上安装Linux。 So Eclipse is the only thing I can think of :) I got luck this time. 因此,Eclipse是我唯一能想到的:)这次我很幸运。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 如何处理错误cygwin_exception :: open_stackdumpfile - How to handle the error cygwin_exception::open_stackdumpfile cygwin_exception :: open_stackdumpfile:将堆栈跟踪转储到* .exe.stackdump - cygwin_exception::open_stackdumpfile: Dumping stack trace to *.exe.stackdump C ++ / g ++ cygwin_exception :: open_stackdumpfile:将堆栈跟踪信息转储到* .exe.stackdump - C++/g++ cygwin_exception::open_stackdumpfile: Dumping stack trace to *.exe.stackdump 4 [main]打开mchess 8784 cygwin_exception :: open_stackdumpfile:将堆栈跟踪信息转储到mchess.exe.stackdumpfile - 4 [main] open mchess 8784 cygwin_exception::open_stackdumpfile: Dumping stack trace to mchess.exe.stackdumpfile 2 [main] hw3 10368 cygwin_exception::open_stackdumpfile:将堆栈跟踪转储到 hw3.exe.stackdump - 2 [main] hw3 10368 cygwin_exception::open_stackdumpfile: Dumping stack trace to hw3.exe.stackdump cygwin异常stackdumpfile错误? - cygwin exception stackdumpfile error? 我的指针出了什么问题(open_stackdumpfile错误)? - What's wrong with my pointers (open_stackdumpfile error)? eclipse cdt cygwin gdb stackdump 不是核心转储文件格式无法识别 - eclipse cdt cygwin gdb stackdump is not a core dump File format not recognized Eclipse CDT Cygwin错误 - Eclipse CDT Cygwin error 使用Eclipse CDT和GDB进行调试 - Debugging with Eclipse CDT and GDB
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM