Bug 117295 - valgrind is sigKILL'd on startup
Summary: valgrind is sigKILL'd on startup
Status: RESOLVED DUPLICATE of bug 117290
Alias: None
Product: valgrind
Classification: Developer tools
Component: general (show other bugs)
Version: 3.1.0
Platform: Debian testing Linux
: NOR normal
Target Milestone: ---
Assignee: Julian Seward
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-11-29 20:10 UTC by Andrés Roldán
Modified: 2005-11-29 20:20 UTC (History)
0 users

See Also:
Latest Commit:
Version Fixed In:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Andrés Roldán 2005-11-29 20:10:55 UTC
I just upgraded from version 3.0.1-2 and all my attempts to run this new version
end up in valgrind receiving the SIGKILL signal.

The output of 'strace -f valgrind' ends with:
readlink("/proc/self/exe", "/usr/bin/valgrind.bin", 4096) = 21
brk(0)                                  = 0x804d000
brk(0x806e000)                          = 0x806e000
execve("/usr/lib/valgrind/x86-linux/memcheck", ["/usr/bin/valgrind.bin"], [/* 36
vars */]) = 0
+++ killed by SIGKILL +++

and gdb given no information whatsoever.

Running memcheck directly gives the same error, and the strace output is just
the execve line.

Note that I'm using the 1GB highmem patch that allows computers with up to 1GB
of RAM to access it as lowmem instead of using the slower highmem code in the
kernel. The previous Valgrind version didn't work with this patch, but at least
it gave some form of (not very human-readable) error message. In this regard,
this version has a regression.

Thanks
Comment 1 Tom Hughes 2005-11-29 20:20:27 UTC

*** This bug has been marked as a duplicate of 117290 ***