|
From: Robert W. <rj...@du...> - 2005-03-15 17:35:34
|
> Valgrind will periodically open /proc/self/maps to do some sanity=20 > checking. If the thread changes its id so that it can't open its own=20 > /proc/self/maps, then this will fail. You can use --sanity-level=3D0 to=20 > turn off the sanity checking. I guess the proper fix would be for=20 > Valgrind to keep /proc/self/maps open from the start in case it gets=20 > into a state where it can't open it later (chroot would also cause this). You often can't seek on stuff in /proc - is maps any different? --=20 Robert Walsh Amalgamated Durables, Inc. - "We don't make the things you buy." Email: rj...@du... |