|
From: <ar...@de...> - 2003-11-14 15:02:51
|
Hi all. I noticed that there is a report on valgrind 1.0.4 which mentions a segfault on machines without RDTSC. I'd like to know if this problem is still present in the current stable valgrind version. Thanks in advance. -- Andres Roldan Fluidsignal Group <ar...@fl...> The Debian Project <ar...@de...> GIGAX <ar...@gi...> GPG Key-ID 0xB29396EB Home Page http://people.fluidsignal.com/~aroldan |
|
From: Jeremy F. <je...@go...> - 2003-11-14 16:47:12
|
On Fri, 2003-11-14 at 07:04, Andrés Roldán wrote: > I noticed that there is a report on valgrind 1.0.4 which mentions > a segfault on machines without RDTSC. I would expect a SIGILL. > I'd like to know if this problem is still present in the current > stable valgrind version. Valgrind uses the TSC for all its internal timing, which means that it won't work without one. This is a bug in itself because the TSC is an unreliable timing source. J |