Closed
Bug 302119
Opened 19 years ago
Closed 19 years ago
XULRunner restarts 3 times on startup even if profile exists
Categories
(Toolkit Graveyard :: XULRunner, defect)
Toolkit Graveyard
XULRunner
Tracking
(Not tracked)
RESOLVED
FIXED
mozilla1.8beta4
People
(Reporter: darin.moz, Assigned: darin.moz)
Details
(Keywords: regression)
Attachments
(1 file)
|
958 bytes,
patch
|
benjamin
:
first-review+
benjamin
:
approval1.8b4+
|
Details | Diff | Splinter Review |
XULRunner restarts 3 times on startup even if profile exists I have not yet confirmed this report, but I'm just filing it here as a reminder to investigate this problem. I hear that this problem started occuring sometime after the 7/19 trunk builds.
| Assignee | ||
Comment 1•19 years ago
|
||
I can reproduce this using today's build of xulrunner on Linux. All I have to do is run the simple testcase, and I observe it restarting twice until it tells me that it prevented EM from restarting the app. I don't know why EM would be getting invoked at all since the simple app is configured to disable EM completely.
Status: UNCONFIRMED → ASSIGNED
Ever confirmed: true
| Assignee | ||
Updated•19 years ago
|
Flags: blocking1.8b4?
Keywords: regression
OS: Windows XP → All
Hardware: PC → All
Target Milestone: --- → mozilla1.8beta4
| Assignee | ||
Comment 2•19 years ago
|
||
This line of code appears to be the problem: http://lxr.mozilla.org/mozilla/source/toolkit/xre/nsAppRunner.cpp#1666 It is comparing against aXULRunnerDir when it should be comparing against aAppDir. Patch coming up...
Comment 4•19 years ago
|
||
Comment on attachment 190497 [details] [diff] [review] v1 patch Yeah, I'm pretty sure that's what I meant.
Attachment #190497 -
Flags: first-review?(benjamin)
Attachment #190497 -
Flags: first-review+
Attachment #190497 -
Flags: approval1.8b4+
Updated•19 years ago
|
Flags: blocking1.8b4? → blocking1.8b4+
| Assignee | ||
Comment 5•19 years ago
|
||
fixed-on-trunk
Status: ASSIGNED → RESOLVED
Closed: 19 years ago
Resolution: --- → FIXED
Updated•9 years ago
|
Product: Toolkit → Toolkit Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•