Penguin

Differences between version 4 and previous revision of SIGSEGV.

Other diffs: Previous Major Revision, Previous Author, or view the Annotated Edit History

Newer page: version 4 Last edited on Thursday, February 5, 2004 2:54:28 pm by JohnMcPherson Revert
Older page: version 3 Last edited on Saturday, November 16, 2002 1:13:57 pm by JohnMcPherson Revert
@@ -18,4 +18,7 @@
  
  printf("value pointed to by pointer is %d\n", 
  *pointer /* this will cause SEGV */ 
  ); 
+  
+  
+See CommonProgrammingBugs for hints on how to track down memory related bugs in the source code.