From fa2605d672c18a2f52aba7bf551a4d5a1d1e4f36 Mon Sep 17 00:00:00 2001 From: Nicholas Nethercote Date: Tue, 4 Aug 2009 01:16:57 +0000 Subject: [PATCH] This wasn't supposed to be part of r10701. git-svn-id: svn://svn.valgrind.org/valgrind/trunk@10702 --- docs/xml/FAQ.xml | 23 ----------------------- 1 file changed, 23 deletions(-) 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 -- 2.47.3