Debugging Dynamic Memory Usage Errors Using HP WDB
Manuals
Brands
HP Manuals
Software
HP-UX Debugging Tools
41
42
43
44
45
46
47
48
49
50
Ignore top 4 frames belonging to leak detection library of gdb.
0x70e78d7c in __rtc_event+0 () from /opt/langtools/lib/librtc.sl
(gdb) f 4
#4 0x4000960:0 in main () at bounds.c:9
9 free(cp);
(gdb)
50
1
...
...
48
49
50
51
52
...
...
75