Closed
Bug 369729
Opened 19 years ago
Closed 18 years ago
Error console (-jsconsole) not showing up on first launch: like hanged
Categories
(Toolkit :: Startup and Profile System, defect)
Tracking
()
RESOLVED
WORKSFORME
mozilla1.9alpha7
People
(Reporter: sgautherie, Unassigned)
References
()
Details
(Keywords: regression)
[Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.8.1.2pre) Gecko/20070207 BonEcho/2.0.0.2pre] (nightly) (W2Ksp4)
No bug.
[Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.9a3pre) Gecko/20070207 Minefield/3.0a3pre] (nightly) (W2Ksp4)
Steps (for easy viewing):
1. Start FFv2, then stop it.
2. Start FFv3 with "-jsconsole -console".
2r. The Error Console window does not show up. <-- BUG !
3. Close the browser window.
3r. Notice that the OS Console does not close automatically.
4. Close the OS Console (Ctrl-C, for example)
5. Restart FFv3.
5r. FFv3 ask to resume the previous session...
Workaround:
After exiting FFv3 successfully, by using "File > Exit", the bug goes away;
but comes back if FFv2 is used again.
I guess it happens whenever a release is (re)run for the "first" time !?
| Reporter | ||
Comment 1•19 years ago
|
||
PS:
The "-console" is used only to "see" the bug, but is not needed/related to it.
Flags: blocking-firefox3?
| Reporter | ||
Comment 2•19 years ago
|
||
What triggers the bug is the absence of
|user_pref("browser.startup.homepage_override.mstone", "rv:1.9a3pre");
|
in <prefs.js> !
This regressed between
[Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.9a1) Gecko/2006081804 Minefield/3.0a1] (2006-08-18-04-trunk) (W2Ksp4)
and
[Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.9a1) Gecko/2006081904 Minefield/3.0a1] (2006-08-19-04-trunk) (W2Ksp4)
| Reporter | ||
Comment 3•18 years ago
|
||
[Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.9a5pre) Gecko/2007051804 Minefield/3.0a5pre] (nightly) (W2Ksp4)
Bug still there.
Updated•18 years ago
|
Flags: blocking-firefox3? → blocking-firefox3-
| Reporter | ||
Comment 4•18 years ago
|
||
Fixed between
[Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.9a7pre) Gecko/200707100808 Minefield/3.0a7pre] (nightly) (W2Ksp4)
and
[Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.9a7pre) Gecko/200707110505 Minefield/3.0a7pre] (nightly) (W2Ksp4)
<http://bonsai.mozilla.org/cvsquery.cgi?treeid=default&branch=HEAD&branchtype=match&sortby=Date&hours=2&date=explicit&mindate=2007-07-10+08&maxdate=2007-07-11+06&cvsroot=%2Fcvsroot>
(Bug 384384 ??)
Status: NEW → RESOLVED
Closed: 18 years ago
Resolution: --- → WORKSFORME
Summary: Error console (-jsconsole) not showing up on first launch: like hangged → Error console (-jsconsole) not showing up on first launch: like hanged
Target Milestone: --- → Firefox 3 M7
| Assignee | ||
Updated•17 years ago
|
Product: Firefox → Toolkit
You need to log in
before you can comment on or make changes to this bug.
Description
•