Closed
Bug 241173
Opened 21 years ago
Closed 21 years ago
Parse errors result in seg fault
Categories
(SeaMonkey :: Installer, defect)
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: ajschult784, Assigned: ajschult784)
Details
(Keywords: crash)
Attachments
(1 file)
1.05 KB,
patch
|
benjamin
:
review+
dveditz
:
superreview+
|
Details | Diff | Splinter Review |
If there are parsing errors, or any other error that happens before the
installer calls RunWizard (and calls gtk_init()), ErrorHandler still tries to
put up a gtk dialog box, which is very fatal.
Assignee | ||
Comment 1•21 years ago
|
||
Assignee | ||
Updated•21 years ago
|
Attachment #146660 -
Flags: review?(bsmedberg)
Updated•21 years ago
|
Attachment #146660 -
Flags: review?(bsmedberg) → review+
Assignee | ||
Updated•21 years ago
|
Attachment #146660 -
Flags: superreview?(dveditz)
Comment 2•21 years ago
|
||
Comment on attachment 146660 [details] [diff] [review]
patch
sr=dveditz
Attachment #146660 -
Flags: superreview?(dveditz) → superreview+
Assignee | ||
Comment 3•21 years ago
|
||
checked in by timeless
Status: NEW → RESOLVED
Closed: 21 years ago
Resolution: --- → FIXED
Updated•20 years ago
|
Product: Browser → Seamonkey
You need to log in
before you can comment on or make changes to this bug.
Description
•