Closed
Bug 384083
Opened 18 years ago
Closed 18 years ago
Profile migrator is broken when first profile is from NS4
Categories
(SeaMonkey :: Startup & Profiles, defect)
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: bugzilla, Assigned: bugzilla)
References
()
Details
Attachments
(1 file)
1.29 KB,
patch
|
neil
:
review+
|
Details | Diff | Splinter Review |
For a description of the problem have a look at http://groups.google.de/group/mozilla.dev.apps.seamonkey/browse_thread/thread/baffdffee338b3d1/201767b0eda5bc5b
char migratedStr[3] in Line 522 is set to "no" in the first loop and stays "no" for the other loops, although it's a local variable (perhaps caused by an optimization of the compiler). Setting it to 0 after declaration fixes the problem and the migrator works.
Assignee | ||
Comment 1•18 years ago
|
||
Attachment #268013 -
Flags: review?(neil)
Assignee | ||
Comment 2•18 years ago
|
||
I also tested my old registry.dat with 4 profiles and the NS test profile and I can choose between those 4 profiles at migration.
Comment 3•18 years ago
|
||
FYI.
Bug 379068 is already applied to trunk.
> Bug 379068 – Remove support for Netscape 4.x migration from the trunk
Comment 4•18 years ago
|
||
(In reply to comment #3)
> FYI.
> Bug 379068 is already applied to trunk.
> > Bug 379068 – Remove support for Netscape 4.x migration from the trunk
Yes, but we're not trying to migrate Netscape 4.x profiles with this bug. The problem is when a registry file references old Netscape 4.x profiles directly (which weren't migrated) the migrator tries to skip them and ends up skipping the rest of the good profiles as well.
Updated•18 years ago
|
Attachment #268013 -
Flags: review?(neil) → review+
Comment 5•18 years ago
|
||
I checked this in earlier.
Thanks for spending the time looking into this Bruno and doing the patch.
Status: ASSIGNED → RESOLVED
Closed: 18 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•