Closed
Bug 4300
Opened 26 years ago
Closed 26 years ago
Need error diagnostics when libraries can't be loaded
Categories
(Core :: XPCOM, defect, P2)
Tracking
()
RESOLVED
FIXED
M4
People
(Reporter: akkzilla, Assigned: dp)
Details
When there's a problem loading a library (e.g. missing symbols), the failure
mode is a crash on the assertion "Could not obtain the event queue service", or
sometimes just an exit without any crash or any other way to debug the problem.
This makes it really difficult for people to figure out what the problem is
(especially QA and net people who aren't familiar with the registry and may not
have debug builds). We need some diagnostics when there are potentially fatal
errors. Printing to stdout would be fine.
Reporter | ||
Updated•26 years ago
|
Priority: P3 → P2
Target Milestone: M4
Assignee | ||
Comment 1•26 years ago
|
||
Just checkin to diasplay error message when any library fails to load.
Assignee | ||
Updated•26 years ago
|
Status: NEW → RESOLVED
Closed: 26 years ago
Resolution: --- → FIXED
Assignee | ||
Comment 2•26 years ago
|
||
Checked in error message at two places where load fails.
You need to log in
before you can comment on or make changes to this bug.
Description
•