求助gdb调试出的错误
  • 板块学术版
  • 楼主Gumbo
  • 当前回复12
  • 已保存回复12
  • 发布时间2022/6/9 20:50
  • 上次更新2023/10/27 23:39:40
查看原帖
求助gdb调试出的错误
478861
Gumbo楼主2022/6/9 20:50

RT,是这样的一块信息:

Graph::Johnson (this=0xd6b51ff710) at .\Johnson_reduce.cpp:68 

68            weight = new int[MAX_N];

(gdb) n

warning: Critical error detected c0000374

Thread 1 received signal SIGTRAP, Trace/breakpoint trap.

0x00007ffa37a6ed03 in ntdll!RtlIsZeroMemory () from C:\Windows\SYSTEM32\ntdll.dll

(gdb) n
Single stepping until exit from function ntdll!RtlIsZeroMemory,

which has no line number information.
0x00007ffa379bb040 in ntdll!RtlRaiseException () from C:\Windows\SYSTEM32\ntdll.dll

(gdb) n
Single stepping until exit from function ntdll!RtlRaiseException,

which has no line number information.
gdb: unknown target exception 0xc0000374 at 0x7ffa37a6ed79

Thread 1 received signal ?, Unknown signal.
0x00007ffa37a6ed79 in ntdll!RtlIsZeroMemory () from C:\Windows\SYSTEM32\ntdll.dll

(gdb) n

Single stepping until exit from function ntdll!RtlIsZeroMemory,

which has no line number information.
[Thread 9620.0x1fb8 exited with code 3221226356]
[Inferior 1 (process 9620) exited with code 030000001564]

(gdb) n
The program is not being run.
2022/6/9 20:50
加载中...