Closed
Bug 274547
Opened 21 years ago
Closed 21 years ago
GRE_BUILD_ID has a newline which causes infinite restart loop
Categories
(Toolkit :: Startup and Profile System, defect)
Toolkit
Startup and Profile System
Tracking
()
RESOLVED
FIXED
People
(Reporter: bugs, Assigned: bugs)
Details
Attachments
(2 files)
|
2.50 KB,
patch
|
Details | Diff | Splinter Review | |
|
1.11 KB,
patch
|
Details | Diff | Splinter Review |
When you build on Windows GRE_BUILD_ID is generated in nsBuildID.h by
mozilla/config/mozBDate.pm with a newline after the version string. This causes
an invalid version mismatch in xre_main which causes the app to continuously
think it has been upgraded and thus go into an infinite restart loop. D'oh.
| Assignee | ||
Comment 1•21 years ago
|
||
| Assignee | ||
Comment 2•21 years ago
|
||
| Assignee | ||
Comment 3•21 years ago
|
||
Fixed.
Status: NEW → RESOLVED
Closed: 21 years ago
Resolution: --- → FIXED
Updated•19 years ago
|
Flags: in-testsuite-
Component: XRE Startup → Startup and Profile System
QA Contact: nobody → startup
You need to log in
before you can comment on or make changes to this bug.
Description
•