Closed
Bug 6331
Opened 25 years ago
Closed 25 years ago
command line changes for gtk crashing
Categories
(Core :: XUL, defect, P3)
Tracking
()
VERIFIED
INVALID
People
(Reporter: tor, Assigned: pavlov)
Details
The 5/12 changes to the command line processing for gtk are
crashing the build. widget/src/gtk/nsAppShell.cpp passes
an uninitialized pointer (argc) into nsCmdLineService::GetArgc,
which tries to store something in that location. Unsurprisingly,
this causes a crash.
Looks like the call to nsCmdLineService::GetArgv has the same
problem.
Assignee | ||
Updated•25 years ago
|
Status: ASSIGNED → RESOLVED
Closed: 25 years ago → 25 years ago
You need to log in
before you can comment on or make changes to this bug.
Description
•