Closed
Bug 530676
Opened 16 years ago
Closed 16 years ago
WinMo Installer gets stuck at User Profile Creation on 11/23 1.9.2 nightly
Categories
(Firefox for Android Graveyard :: General, defect)
Firefox for Android Graveyard
General
All
Windows Mobile 6 Professional
Tracking
(status1.9.2 beta5-fixed, fennec1.0a4-wm+)
VERIFIED
FIXED
Tracking | Status | |
---|---|---|
status1.9.2 | --- | beta5-fixed |
fennec | 1.0a4-wm+ | --- |
People
(Reporter: aakashd, Assigned: alexp)
Details
Attachments
(1 file, 1 obsolete file)
1.31 KB,
patch
|
alexp
:
review+
|
Details | Diff | Splinter Review |
Build Id:
Mozilla/5.0 (Windows; U; Window3sCE 5.2; en-US; rv:1.9.2b4pre) Gecko/20091123 Namoroka/3.6b4pre Fennec/1.0a4pre
Steps to Reproduce:
1. Go to http://ftp.mozilla.org/pub/mozilla.org/firefox/nightly/latest-mobile-1.9.2/
2. Download and Install the fennec-1.0a4pre.en-US.wince-arm.exe build of Fennec.
Actual Results:
The installer gets stuck at "Creating user profile. Please wait..."
Reporter | ||
Updated•16 years ago
|
Severity: blocker → critical
tracking-fennec: --- → ?
Reporter | ||
Comment 1•16 years ago
|
||
I forgot to add that I only see this behavior on the Omnia 2.
Updated•16 years ago
|
tracking-fennec: ? → 1.0a4-wm+
Assignee | ||
Comment 2•16 years ago
|
||
This seems to be due to the FastStart service, which currently keeps Fennec running regardless of the command line arguments.
Assignee: nobody → alexp
Assignee | ||
Comment 3•16 years ago
|
||
Wait until the time out is over.
Assignee | ||
Updated•16 years ago
|
Attachment #414541 -
Flags: review?(bugmail)
Comment 4•16 years ago
|
||
Comment on attachment 414541 [details] [diff] [review]
Fix silent Fennec execution
>diff --git a/toolkit/mozapps/installer/wince/nsInstallerDlg.cpp b/toolkit/mozapps/installer/wince/nsInstallerDlg.cpp
>+ // Wait for it to finish (or until the time out)
>+ WaitForSingleObject(pi.hProcess, 10000);
r=me with a comment change to explain why we're waiting here. something like:
// Wait for it to finish (since the system is likely to be busy
// while it launches anyways). The process may never terminate if faststart
// is enabled, so don't wait longer than 10 seconds.
Attachment #414541 -
Flags: review?(bugmail) → review+
Assignee | ||
Comment 5•16 years ago
|
||
Fixed the comment.
Attachment #414541 -
Attachment is obsolete: true
Attachment #414573 -
Flags: review+
Assignee | ||
Updated•16 years ago
|
Keywords: checkin-needed
Comment 6•16 years ago
|
||
Comment 7•16 years ago
|
||
status1.9.2:
--- → final-fixed
Reporter | ||
Comment 8•16 years ago
|
||
verified FIXED on build:
Mozilla/5.0 (Windows; U; Window3sCE 5.2; en-US; rv:1.9.2b4pre) Gecko/20091130 Namoroka/3.6b4pre Fennec/1.0a4pre
Status: RESOLVED → VERIFIED
Updated•15 years ago
|
Component: Windows Mobile → General
QA Contact: mobile-windows → general
Hardware: ARM → All
You need to log in
before you can comment on or make changes to this bug.
Description
•