File tree Expand file tree Collapse file tree 1 file changed +0
-23
lines changed Expand file tree Collapse file tree 1 file changed +0
-23
lines changed Original file line number Diff line number Diff line change @@ -182,29 +182,6 @@ collect2: ld returned 1 exit status
182
182
</answer >
183
183
</qandaentry >
184
184
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
-
208
185
<qandaentry id =" faq.java" >
209
186
<question id =" q-java" >
210
187
<para >I tried running a Java program (or another program that uses a
You can’t perform that action at this time.
0 commit comments