Closed
Bug 92581
Opened 23 years ago
Closed 23 years ago
[xlib] Implement Xlib error handler for Xlib-toolkit
Categories
(Core :: XUL, enhancement)
Tracking
()
RESOLVED
FIXED
mozilla0.9.4
People
(Reporter: roland.mainz, Assigned: roland.mainz)
References
Details
Attachments
(1 file)
1.31 KB,
patch
|
roland.mainz
:
review+
roland.mainz
:
superreview+
|
Details | Diff | Splinter Review |
RFE: Xlib-toolkit needs a X error handler, just like the libX default one -
except that it should call abort(); instead of exit(EXIT_FAILURE);
This should help getting better bug reports for X errors...
Assignee | ||
Comment 1•23 years ago
|
||
We really need this one urgendly; some hardware+platforms combinations like
Solaris+Creator3D and recent Xfree86+hw_with_many_visuals versions suffer from X
error related crashes.
Accepting bug, setting milestone.
Assignee | ||
Updated•23 years ago
|
Summary: Implement Xlib error handler for Xlib-toolkit → [xlib] Implement Xlib error handler for Xlib-toolkit
I'll post some code for this tomorrow, unless you [gisburn] already have
something going on.
Assignee | ||
Comment 3•23 years ago
|
||
Yes... I have code for this... but the patch does not apply without applying
stuff in bug 94569 first ... ;-(
Assignee | ||
Comment 4•23 years ago
|
||
Assignee | ||
Comment 5•23 years ago
|
||
Filed patch, requesting r=/sr=. Note that the patch may require patch from bug
94569 to be applied first.
Whiteboard: want for mozilla 0.9.4
Comment 6•23 years ago
|
||
May God have mercy on us all. The 212 bug spam-o-rama is Now!
QA Contact: aegis → jrgm
Assignee | ||
Comment 8•23 years ago
|
||
Requesting sr=
Updated•23 years ago
|
Whiteboard: want for mozilla 0.9.4
Assignee | ||
Comment 10•23 years ago
|
||
Requesting a{0.9.4,trunk}= ...
Assignee | ||
Comment 11•23 years ago
|
||
CC:'ing mkaply@us.ibm.com for checkin when tree opens after branching (trunk
only for now...) ...
Assignee | ||
Updated•23 years ago
|
Attachment #46582 -
Flags: superreview+
Attachment #46582 -
Flags: review+
Comment 12•23 years ago
|
||
Checked in.
Assignee | ||
Comment 13•23 years ago
|
||
Thanks!
Marking bug as FIXED.
Status: ASSIGNED → RESOLVED
Closed: 23 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•