[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#466491: Reproducer and more information



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 <john.wright@hp.com>                         |
| HP Mission Critical OS Enablement & Solution Test (MOST) |
+----------------------------------------------------------+



Reply to: