|
From: Jeroen N. W. <jn...@xs...> - 2005-07-31 12:44:31
|
> Valgrind-3.0.0 Release Candidate 1 is available from > http://www.valgrind.org/downloads/valgrind-3.0.RC1.tar.bz2 > (md5sum == c3dc8089bebe7aba0822667b7850451e) On Debian 3.1 (x86), valgrind RC1 works, but shows two unexpected errors in the regression test: * none/tests/x86/int fails with vex x86->IR: unhandled instruction bytes: 0xCD 0x81 0xC7 0x4 * none/tests/faultstatus fails with Test 4: PASS Test 5: vex x86->IR: unhandled instruction bytes: 0xF 0xB 0x5D 0xC3 FAIL: expected si_code==2, not 1 Test 6: vex x86->IR: unhandled instruction bytes: 0xCC 0x5D 0xC3 0x55 FAIL: expected signal 5, not 4 Test 7: vex x86->IR: unhandled instruction bytes: 0xCD 0x10 0x5D 0xC3 FAIL: expected signal 11, not 4 Test 8: vex x86->IR: unhandled instruction bytes: 0xCE 0x89 0x45 0xFC FAIL: expected signal 11, not 4 Test 9: vex x86->IR: unhandled instruction bytes: 0x62 0x5 0xC 0x90 FAIL: expected signal 11, not 4 Both programs behave as expected outside of valgrind. Software used: gcc version 3.3.5 (Debian 1:3.3.5-13) $ uname -a Linux localhost 2.4.26-1-386 #1 Tue Aug 24 13:31:19 JST 2004 i686 GNU/Linux $ /lib/libc.so.6 GNU C Library stable release version 2.3.2, by Roland McGrath et al. Copyright (C) 2003 Free Software Foundation, Inc. This is free software; see the source for copying conditions. There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. Compiled by GNU CC version 3.3.5 (Debian 1:3.3.5-12). Compiled on a Linux 2.6.0-test7 system on 2005-05-10. Available extensions: GNU libio by Per Bothner crypt add-on version 2.1 by Michael Glad and others linuxthreads-0.10 by Xavier Leroy BIND-8.2.3-T5B libthread_db work sponsored by Alpha Processor Inc NIS(YP)/NIS+ NSS modules 0.19 by Thorsten Kukuk Thread-local storage support included. Report bugs using the `glibcbug' script to <bu...@gn...>. |