|
From: Jeroen N. W. <jn...@xs...> - 2005-08-11 19:59:55
|
Greetings, On Debian 3.1, running the regression test off valgrind 3 revision 4383/1330 results in a CPU-bound loop requiring SIGKILL to terminate. This seems to be independent of the program being tested and the tool being used. The loop occurs early in the execution of valgrind: ==19733== Nulgrind, a binary JIT-compiler. ==19733== Copyright (C) 2002-2005, and GNU GPL'd, by Nicholas Nethercote. ==19733== Using LibVEX rev 1317, a library for dynamic binary translation. ==19733== Copyright (C) 2004-2005, and GNU GPL'd, by OpenWorks LLP. ==19733== Using valgrind-3.1.SVN, a dynamic binary instrumentation framework. ==19733== Copyright (C) 2000-2005, and GNU GPL'd, by Julian Seward et al. --19733-- Valgrind library directory: ../../.in_place --19733-- Command line --19733-- ./addressable --19733-- Startup, with flags: --19733-- -v --19733-- --command-line-only=yes --19733-- --tool=none --19733-- Contents of /proc/version: --19733-- Linux version 2.4.26-1-386 (horms@tabatha) (gcc version 3.2.3 (Debian)) #1 Tue Aug 24 13:31:19 JST 2004 --19733-- Reading syms from /home/jeroen/MirrorDirs/valgrind-testing/memcheck/tests/addressable (0x8048000) --19733-- Reading syms from /lib/ld-2.3.2.so (0x3A965000) --19733-- Reading debug info from /lib/ld-2.3.2.so... --19733-- ... CRC mismatch (computed E7117123 wanted 4ECF6D33) --19733-- object doesn't have a symbol table --19733-- Reading syms from /home/jeroen/MirrorDirs/valgrind-testing/coregrind/stage2 (0xB0000000) ==19733== [kill -9] If you need more information please let me know. Jeroen. |
|
From: Jeroen N. W. <jn...@xs...> - 2005-08-14 15:41:02
|
> On Debian 3.1, running the regression test off valgrind 3 revision > 4383/1330 results in a CPU-bound loop requiring SIGKILL to terminate. This was the result of a build problem in VEX, for which http://bugs.kde.org/show_bug.cgi?id=110770 has been opened. Jeroen. |