Closed
Bug 316503
Opened 19 years ago
Closed 18 years ago
Javascript is nonfunctional in 1.5 Firefox
Categories
(Firefox :: Shell Integration, defect)
Tracking
()
RESOLVED
DUPLICATE
of bug 304755
People
(Reporter: tech, Unassigned)
Details
User-Agent: Mozilla/5.0 (Macintosh; U; PPC Mac OS X Mach-O; en-US; rv:1.8) Gecko/20051114 Firefox/1.5
Build Identifier: Mozilla/5.0 (Macintosh; U; PPC Mac OS X Mach-O; en-US; rv:1.8) Gecko/20051114 Firefox/1.5
upon launching the browser I get this fatal ,error
Error: Warning: unrecognized command line flag -psn_0_54525953
Source File: file:///Applications/Firefox.app/Contents/MacOS/components/nsBrowserContentHandler.js
Line: 511
code is,
Components.utils.reportError("Warning: unrecognized command line flag " + curarg + "\n");
Reproducible: Always
Steps to Reproduce:
1.launch firefox
2.open javascript console
3.
Actual Results:
launch firefox browser
Expected Results:
javascript crashes it is non functional
Comment 1•19 years ago
|
||
Mac OS X seems to pass arguments of this form (-psn_0_54525953) to all GUI apps, and Firefox always issues this warning and then continues on its merry way. If you are crashing the problem is somewhere else.
Group: security
Component: Build Config → OS Integration
Comment 2•19 years ago
|
||
The Mac error is bug 304755, and unrelated, as Daniel said. Christopher, can you provide more detail? Is this still happening?
Updated•18 years ago
|
QA Contact: build.config → os.integration
Comment 3•18 years ago
|
||
No reply from reporter, resolving as just the non-fatal warning.
*** This bug has been marked as a duplicate of 304755 ***
Status: UNCONFIRMED → RESOLVED
Closed: 18 years ago
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•