On Thu, Aug 29, 2013 at 04:46:06PM +0300, Arto Jonsson wrote: > Hi, > > using amd64 snapshot from Aug 25. > > I decided to test the new radeondrm with Gnome Shell. However, X crashes > repeatedly after using Gnome Shell for a short period of time. I was > using the Weather application each time X crashed. > > In the Xorg.log the error is: > > Fatal server error: > WaitForSomething(): select: Invalid argument > > I compiled the latest version of Xenocara from CVS but to problem still > persists. > > I found this LKML discussion from 2012 but I don't know if it's > connected: https://lkml.org/lkml/2012/8/31/1
In itimerfix() function in /usr/src/sys/kern/kern_time.c:632 the tv_sec is compared to 100000000. Xorg tries to set a larger tv_sec value than this which returns EINVAL. Xorg aborts in /usr/xenocara/xserver/os/WaitFor.c:235.