Date: Fri, 30 Nov 2001 13:41:04 +1100 From: Peter Jeremy <peter.jeremy@alcatel.com.au> To: freebsd-current@freebsd.org Subject: XFree86 3.3.6 dying Message-ID: <20011130134104.A42555@gsmx07.alcatel.com.au>
next in thread | raw e-mail | index | archive | help
With a recently re-built XFree86, running on -current from last Sunday, whenever I hit one of the keypad keys, the X server crashes. This is somewhat disconcerting... The kernel prints "sigreturn: eflags = 0x13282, was 0x256" (the old eflags value an addition I made to that printf whilst tracking down another problem). These values are consistent. The X server reports that it received SIGBUS and will core dump, but instead goes into a tight loop and needs kill -ABRT or kill -9 to recover. This happens whether or not I'm logged in, after I use xmodmap to unmap the relevant keycodes and when the screen is locked. ktrace on the Xserver shows the server reading a keycode from the keyboard, checking the mouse and getting EWOULDBLOCK then receiving a SIGBUS. Has anyone else seen anything like this? Peter To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20011130134104.A42555>