Closed
Bug 184295
Opened 23 years ago
Closed 22 years ago
double assert in nsAppRunner.cpp when command line service is unavailable
Categories
(Core Graveyard :: Cmd-line Features, defect)
Core Graveyard
Cmd-line Features
Tracking
(Not tracked)
VERIFIED
FIXED
People
(Reporter: timwatt, Assigned: timeless)
References
()
Details
(Keywords: assertion)
Attachments
(1 file)
|
952 bytes,
patch
|
akkzilla
:
review+
dveditz
:
superreview+
|
Details | Diff | Splinter Review |
Filing a bug for timeless, who lacks a browser...
(recent trunk build from CVS)
Redundant assertion:
NS_ASSERTION(NS_SUCCEEDED(rv), "failed to get command line service");
if (NS_FAILED(rv)) {
NS_ASSERTION(PR_FALSE, "Could not obtain CmdLine processing service\n");
see URL.
Attachment #108711 -
Flags: superreview?(dveditz)
Attachment #108711 -
Flags: review?(akkana)
Comment 2•23 years ago
|
||
Comment on attachment 108711 [details] [diff] [review]
mix and match
r=akkana
Attachment #108711 -
Flags: review?(akkana) → review+
Comment 3•22 years ago
|
||
Comment on attachment 108711 [details] [diff] [review]
mix and match
sr=dveditz
Attachment #108711 -
Flags: superreview?(dveditz) → superreview+
checked in
Status: NEW → RESOLVED
Closed: 22 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•