Closed
Bug 559492
Opened 15 years ago
Closed 15 years ago
Only dump leaked URLs on successful shutdown
Categories
(Core :: Networking, defect)
Tracking
()
RESOLVED
FIXED
mozilla1.9.3a5
People
(Reporter: karlt, Assigned: karlt)
Details
Attachments
(1 file, 1 obsolete file)
986 bytes,
patch
|
Details | Diff | Splinter Review |
Dumping leaked URLs on abnormal early exit can make the cause of the error
harder to see (e.g. bug 559454) or lost entirely if it disappears out of the
scrollback buffer.
Assignee | ||
Comment 1•15 years ago
|
||
Comment 2•15 years ago
|
||
I support the goal of this patch.
Comment on attachment 439159 [details] [diff] [review]
patch
r=dbaron
Attachment #439159 -
Flags: review?(dbaron) → review+
Assignee | ||
Comment 4•15 years ago
|
||
Added a check for gInitialized in ShutdownGlobalObjects as
necko (nsNetModule.cpp) calls ShutdownGlobalObjects but not
InitGlobalObjects.
Attachment #439159 -
Attachment is obsolete: true
Assignee | ||
Comment 5•15 years ago
|
||
Status: ASSIGNED → RESOLVED
Closed: 15 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla1.9.3a5
You need to log in
before you can comment on or make changes to this bug.
Description
•