Skip to content

Commit 2ec2b72

Browse files
author
njn
committed
This wasn't supposed to be part of r10701.
git-svn-id: svn://svn.valgrind.org/valgrind/trunk@10702 a5019735-40e9-0310-863c-91ae7b9d1cf9
1 parent 7316df2 commit 2ec2b72

File tree

1 file changed

+0
-23
lines changed

1 file changed

+0
-23
lines changed

docs/xml/FAQ.xml

Lines changed: 0 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -182,29 +182,6 @@ collect2: ld returned 1 exit status
182182
</answer>
183183
</qandaentry>
184184

185-
<qandaentry id="faq.bss">
186-
<question id="q-bss">
187-
<para>My program fails to start, and this message is printed:</para>
188-
<screen></screen>
189-
</question>
190-
<answer id="a-bss">
191-
<para>One possibility is that your program has a bug and erroneously
192-
jumps to a non-code address, in which case you'll get a SIGILL signal.
193-
Memcheck may issue a warning just before this happens, but it might not
194-
if the jump happens to land in addressable memory.</para>
195-
196-
<para>Another possibility is that Valgrind does not handle the
197-
instruction. If you are using an older Valgrind, a newer version might
198-
handle the instruction. However, all instruction sets have some
199-
obscure, rarely used instructions. Also, on amd64 there are an almost
200-
limitless number of combinations of redundant instruction prefixes, many
201-
of them undocumented but accepted by CPUs. So Valgrind will still have
202-
decoding failures from time to time. If this happens, please file a bug
203-
report.</para>
204-
205-
</answer>
206-
</qandaentry>
207-
208185
<qandaentry id="faq.java">
209186
<question id="q-java">
210187
<para>I tried running a Java program (or another program that uses a

0 commit comments

Comments
 (0)