|
From: Nicholas N. <nj...@cs...> - 2005-03-04 05:51:37
|
CVS commit by nethercote: Remove FAQ 5.3, which is no longer true/relevant. M +0 -15 FAQ.txt 1.25 --- valgrind/FAQ.txt #1.24:1.25 @@ -315,19 +315,4 @@ way that fits with how Memcheck works. Sorry. ------------------------------------------------------------------ - -5.3. My program dies with a segmentation fault, but Memcheck doesn't give - any error messages before it, or none that look related. - -One possibility is that your program accesses to memory with -inappropriate permissions set, such as writing to read-only memory. -Maybe your program is writing to a static string like this: - - char* s = "hello"; - s[0] = 'j'; - -or something similar. Writing to read-only memory can also apparently -make LinuxThreads behave strangely. - ----------------------------------------------------------------- |