From: Nicholas Nethercote Date: Tue, 4 Aug 2009 01:16:57 +0000 (+0000) Subject: This wasn't supposed to be part of r10701. X-Git-Tag: svn/VALGRIND_3_5_0~148 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=fa2605d672c18a2f52aba7bf551a4d5a1d1e4f36;p=thirdparty%2Fvalgrind.git This wasn't supposed to be part of r10701. git-svn-id: svn://svn.valgrind.org/valgrind/trunk@10702 --- diff --git a/docs/xml/FAQ.xml b/docs/xml/FAQ.xml index 07f3f1a5d5..22409a4119 100644 --- a/docs/xml/FAQ.xml +++ b/docs/xml/FAQ.xml @@ -182,29 +182,6 @@ collect2: ld returned 1 exit status - - - My program fails to start, and this message is printed: - - - - One possibility is that your program has a bug and erroneously - jumps to a non-code address, in which case you'll get a SIGILL signal. - Memcheck may issue a warning just before this happens, but it might not - if the jump happens to land in addressable memory. - - Another possibility is that Valgrind does not handle the - instruction. If you are using an older Valgrind, a newer version might - handle the instruction. However, all instruction sets have some - obscure, rarely used instructions. Also, on amd64 there are an almost - limitless number of combinations of redundant instruction prefixes, many - of them undocumented but accepted by CPUs. So Valgrind will still have - decoding failures from time to time. If this happens, please file a bug - report. - - - - I tried running a Java program (or another program that uses a