Closed
Bug 87843
Opened 23 years ago
Closed 23 years ago
4.x profile will not automigrate
Categories
(Core Graveyard :: Profile: Migration, defect)
Tracking
(Not tracked)
VERIFIED
FIXED
People
(Reporter: agracebush, Assigned: dbaron)
Details
(Whiteboard: [PDT+]critical for 0.9.2)
Attachments
(1 file)
(deleted),
patch
|
Details | Diff | Splinter Review |
using branch build 2001062506- I am unable to install and launch with my one 4.x
profile on Linux
steps to reproduce:
1. remove .mozilla
2. install build or run with -installer option
actual results:
N6 hangs in 'inside migrate profile routine'
second launch tries to migrate again (and again)
workaround is to kill process and run with -profilemanager option. The 4.x
profile shows as unmigrated but if you select and confirm-- it does get migrated
expected results: migration completes and activation launched
It does not happen with mozilla and should probably be in bugscape-but there is
no profile component there
Grace,
I think this is bugscape bug 5992.
Closing this one.
Status: NEW → RESOLVED
Closed: 23 years ago
Resolution: --- → INVALID
Summary: 4.x profile will not automigrate → 4.x profile will not automigrate
Reporter | ||
Comment 2•23 years ago
|
||
this is somewhat different.
in bug 5992, profile migrates, brings up empty activation etc
in this bug I do not get beyond 'inside migrate profile' routine.
Maybe the fix to 5992 will fix this but I would like to leave open until it
does.
I am getting too many calls on this
Status: RESOLVED → REOPENED
Resolution: INVALID → ---
Comment 3•23 years ago
|
||
Moving Bugscape-bug 5992 to this bug per marc and ccarlen comments. This will
fail on the 2001062706 mozilla branch build if the preference in the all.js file
"profile.confirm_automigration" is set to false. By default this preference is
set to true on the mozilla builds so you won't see this hang after initial
install with your ~/.mozilla directory deleted. What is happening on the
commercial builds is that the all-ns.js file has this preference set to false
after initial install, and thus causing the hang...so I thought. Setting the
"profile.confirm_automigration" pref to true in the all-ns.js file still shows
the hang. Any ideas as to why the commercial builds still show this behavior
after setting the pref "profile.confirm_automigration" to true in the all-ns.js
file?
Keywords: nsbeta1
Whiteboard: critical for 0.9.2
Assignee | ||
Comment 4•23 years ago
|
||
Assignee | ||
Comment 5•23 years ago
|
||
http://bugscape.netscape.com/show_bug.cgi?id=5992 was about the Activation
window not showing up when profile migration happened from a 4.x profile (which
happens when a 4.x profile exists and a mozilla profile does not). It could
also be reproduced in Mozilla by setting the pref
"profile.confirm_automigration" to false.
The problem was that nsDeviceContextGTK was getting a prefChanged callback for
its DPI pref value. Its |Init| method handled -1 (the default, which says use
the OS only if the OS says it's greater than 96dpi) and 0 (which says to always
use tho OS) values specially, but the codepath that handled them specially was
not in the codepath for the prefChanged callback.
Looking for reviews.
Comment 6•23 years ago
|
||
Nice refactoring of the pref value logic, and the general cleanup looks good too
- [s]r=attinasi
Comment 7•23 years ago
|
||
r/sr=brendan@mozilla.org.
/be
Assignee | ||
Comment 8•23 years ago
|
||
Fix checked into trunk 2001-06-28 19:59 PDT. Adding nsBranch keyword.
Keywords: nsBranch
Comment 9•23 years ago
|
||
reassigning to dbaron who has the fix.
Assignee: racham → dbaron
Status: REOPENED → NEW
Comment 10•23 years ago
|
||
Will this bug make it to the branch as well? If not, how can I nominate it for
consideration? The Solaris commercial port is suffering from this bug as well;
it'd be nice to see the fix in commercial builds and Mozilla both.
Comment 11•23 years ago
|
||
I'll spam pdt2@netscape.com to get approval on this for the branch.
Updated•23 years ago
|
Severity: normal → critical
Comment 12•23 years ago
|
||
Looks like we got PDT approval...here is a snippet of my reply back from
pdt2@netscape.com:
>a=chofmann
Please check into the branch.
Assignee | ||
Comment 13•23 years ago
|
||
Marking PDT+ per conversation with chofmann.
Whiteboard: critical for 0.9.2 → [PDT+]critical for 0.9.2
Assignee | ||
Comment 14•23 years ago
|
||
Checked fix into branch, 2001-06-30 12:01 PDT.
gbush: Is there another bug open for the problem you were describing before
this bug morphed? (Waiting to mark FIXED pending answer and potentially filing
a separate bug if the other problem still exists.)
Reporter | ||
Comment 15•23 years ago
|
||
There was no other bug
events transpired: bug 5992 was logged (at that point I could automigrate) but
not get through activation on first launch- logged on 6/6
then the automigration failed and I logged this bug - 6/20
I will check with today's builds and comment here
Reporter | ||
Comment 16•23 years ago
|
||
I am not seeing this problem on branch ( or trunk) for 2001070206 0.9.2 or
2001070208
will be verifying bug 5992
Assignee | ||
Comment 17•23 years ago
|
||
OK, marking fixed then.
Status: NEW → RESOLVED
Closed: 23 years ago → 23 years ago
Resolution: --- → FIXED
Reporter | ||
Comment 18•23 years ago
|
||
David,
See bug 88893- some strange behavior coming up. Not sure if related
Comment 19•23 years ago
|
||
FYI, this is broken again in the branch and trunk starting july 3. July 2 is
the only set of linux bits that will allow 4.x profile migration. This might be
a result of bug 88893. Anybody else seeing this again?
Comment 20•23 years ago
|
||
Note: This is only happening on the commercial builds.
Reporter | ||
Comment 21•23 years ago
|
||
this is fixed on branch 2001070604
if using recommended install (or custom without Java), Profiles behave as
expected, automigration takes place
adding vtrunk
Keywords: vtrunk
Reporter | ||
Comment 22•23 years ago
|
||
verified on trunk 2001081006
Status: RESOLVED → VERIFIED
Keywords: vtrunk
Updated•8 years ago
|
Product: Core → Core Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•