Re: Re: xserver hijacks cpu iff running flightgear

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

 



On Fri, Jan 23, 2004 at 04:14:31PM -0500, John Gotts wrote:
> I have a similar configuration, an ASUS A7V8X with the Matrox G550.  I'm
> running Red Hat Linux 9 now.  8 was the first operating system on the machine.
> With every 8 kernel and the first few 9 kernels the machine completely froze
> about once a week.  With the past few 9 kernel updates the X server just
> freezes with the following:
> 
> ioctl(8, 0x4008642a, 0xbfffe388)        = ? ERESTARTSYS (To be restarted)

I just noticed that your ioctl had returned instead of hanging with ....

That happens in DRM(lock):
if ( signal_pending( current ) ) {
	ret = -ERESTARTSYS;
	break;
}

which means I guess there is a signal that something isn't handling if
it is just sitting there.  I'm not sure if this is an application level
problem or at the server.

-- 
Ryan Underwood, <nemesis@xxxxxxxxxxxx>

Attachment: signature.asc
Description: Digital signature


[Index of Archives]     [X Forum]     [Xorg]     [XFree86 Newbie]     [IETF Announce]     [Security]     [Font Config]     [Bugtraq]     [Yosemite]     [MIPS Linux]     [ARM Linux]     [Linux Security]     [Linux RAID]     [Linux Kernel]

  Powered by Linux