https://bugzilla.novell.com/show_bug.cgi?id=225245 eich@novell.com changed: What |Removed |Added ---------------------------------------------------------------------------- CC|mhopf@novell.com, | |eich@novell.com | ------- Comment #16 from eich@novell.com 2006-12-04 09:34 MST ------- X errors are not a fault condition of the server but either of the application sending a request that's invalid and cannot be handled or of other applications in the case of resource exhaustion. The bad drawable error is an application error. it can only be handled by the application. The BadAlloc problem is probably caused by an application that is taking away all available resources. The application getting this error is not necessarily the offending one but the next one that's trying to allocate resources. It is conceivable that more than one application receives this error and - unless it has an error handler that's smart enough to deal with a resource exhaustion condition - will most likely crash. Firefox has been know to be notorious in memory consumption. Please monitor the resource allocation of your applications and try to find the the resource sink. In any case, we need to have more/different evidence to believe that this is the fault of X. -- 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, or are watching someone who is.