https://bugzilla.novell.com/show_bug.cgi?id=367539 User sndirsch@novell.com added comment https://bugzilla.novell.com/show_bug.cgi?id=367539#c2 --- Comment #2 from Stefan Dirsch <sndirsch@novell.com> 2008-03-05 15:21:55 MST --- Looks like the new 1.4 xserver will give us a lot of fun. :-( --> xserver/mi/mieq.c:ieqEnqueue(...) Recent changes by Daniel Stone/Peter Hutterer at this location. Meanwhile the messages have been improved. commit e070c2cbef0d6fbbafce8d417e8b29231c2fdc50 Author: Peter Hutterer <peter@cs.unisa.edu.au> Date: Fri Dec 7 20:18:49 2007 +1030 mi: change infamous "Tossed event ..." error for something more explanatory. [...] - if (newtail == miEventQueue.head) { - ErrorF("tossed event which came in late\n"); + if (newtail == miEventQueue.head) { + ErrorF("[mi] EQ overflowing. The server is probably stuck " + "in an infinite loop.\n"); -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.