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.