|
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 |