Penguin

Differences between version 19 and previous revision of DeBugging.

Other diffs: Previous Major 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 18 Last edited on Friday, September 10, 2004 12:02:03 pm by PerryLorier 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: