Differences between version 19 and predecessor to the previous major change of DeBugging.
Other diffs: Previous Revision, Previous Author, or view the Annotated Edit History
Newer page: | version 19 | Last edited on Friday, September 10, 2004 12:03:03 pm | by PerryLorier | Revert |
Older page: | version 17 | Last edited on Friday, June 25, 2004 1:13:58 pm | by JohnMcPherson | Revert |
@@ -41,9 +41,9 @@
strace -p ''pid''
will also work.
!signals
-If your program hangs, you can press Alt-\ to send it a SIGQUIT and force it to dump core. You can also force them to dump core with the command:
+If your program hangs, you can press Alt-\ to send it a [
SIGQUIT]
and force it to dump core. You can also force them to dump core with the command:
kill -QUIT ''programpid''
!Core files
To allow crashing programs to create [CoreDump]s you have to remove the ulimit(1) on them. This can be done with the command:
@@ -105,5 +105,5 @@
* [LD_DEBUG] environment variable
* [DMALLOC|http://www.dmalloc.com]
* printf(3)
* GarbageCollection
-* AddToMe: any other neat tools you know of?
+* AdvancedDebuggingHints