]> git.ipfire.org Git - thirdparty/valgrind.git/commitdiff
Remove now-unnecessary FAQ. (Was removed from the text FAQ.txt a while
authorNicholas Nethercote <njn@valgrind.org>
Fri, 11 Mar 2005 04:38:00 +0000 (04:38 +0000)
committerNicholas Nethercote <njn@valgrind.org>
Fri, 11 Mar 2005 04:38:00 +0000 (04:38 +0000)
ago.)

git-svn-id: svn://svn.valgrind.org/valgrind/trunk@3273

docs/xml/FAQ.xml

index 1a3ad3d305b272962fae2d3ae11e6af36ca6757c..c4e20605eea409c534d529fef444cdec829cb63e 100644 (file)
@@ -433,27 +433,6 @@ int main(void)
 </qandaentry>
 
 
-<qandaentry id="faq.segfault">
- <question>
-  <para>My program dies with a segmentation fault, but Memcheck
-  doesn't give any error messages before it, or none that look
-  related.</para>
- </question>
- <answer>
-  <para>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:</para>
-<programlisting>
-char* s = "hello";
-s[0] = 'j';
-</programlisting>
-
-  <para>or something similar.  Writing to read-only memory can
-  also apparently make LinuxThreads behave strangely.</para>
- </answer>
-</qandaentry>
-
 </qandaset>
 </chapter>