reassign 466491 linux-2.6
found 2.6.26-15
thanks

On Tue, Apr 28, 2009 at 05:54:02PM -0600, John Wright wrote:
> With the following program on a lenny amd64 machine, I can trigger this
> bug:
> 
>   $ cat test.c 
>   #include <stdio.h>
>   #include <sys/time.h>
>   
>   int main(void) 
>   {
>       struct timezone tz;
>   
>       gettimeofday(NULL, &tz);
>       return 0;
>   }

This doesn't happen when vdso=0 is in the kernel command-line, so it's a
problem with the amd64 implementation of the gettimeofday vDSO.  I'm
reassigning to linux-2.6.

-- 
+----------------------------------------------------------+
| John Wright <[email protected]>                         |
| HP Mission Critical OS Enablement & Solution Test (MOST) |
+----------------------------------------------------------+



-- 
To UNSUBSCRIBE, email to [email protected]
with a subject of "unsubscribe". Trouble? Contact [email protected]

Reply via email to