Closed Bug 530676 Opened 15 years ago Closed 15 years ago

WinMo Installer gets stuck at User Profile Creation on 11/23 1.9.2 nightly

Categories

(Firefox for Android Graveyard :: General, defect)

All
Windows Mobile 6 Professional
defect
Not set
critical

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)

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..."
Severity: blocker → critical
tracking-fennec: --- → ?
I forgot to add that I only see this behavior on the Omnia 2.
tracking-fennec: ? → 1.0a4-wm+
This seems to be due to the FastStart service, which currently keeps Fennec running regardless of the command line arguments.
Assignee: nobody → alexp
Attached patch Fix silent Fennec execution (obsolete) — Splinter Review
Wait until the time out is over.
Attachment #414541 - Flags: review?(bugmail)
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+
Fixed the comment.
Attachment #414541 - Attachment is obsolete: true
Attachment #414573 - Flags: review+
Keywords: checkin-needed
http://hg.mozilla.org/mozilla-central/rev/6204a78b9d25
Status: NEW → RESOLVED
Closed: 15 years ago
Keywords: checkin-needed
Resolution: --- → FIXED
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
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.

Attachment

General

Created:
Updated:
Size: