Closed
Bug 16414
Opened 26 years ago
Closed 26 years ago
[DOGFOOD]mozilla.exe crashes if there's no profile directory.
Categories
(Core Graveyard :: Profile: BackEnd, defect, P3)
Tracking
(Not tracked)
VERIFIED
FIXED
M11
People
(Reporter: ssu0262, Assigned: racham)
References
Details
(Whiteboard: [PDT+])
This happens when there is a mozregistry.dat, but no profile directory to go
with it.
Deleting the mozregistry.dat launches the profile manager and then the browser
comes up fine.
Updated•26 years ago
|
Assignee: selmer → racham
Comment 1•26 years ago
|
||
Bhuvan, I didn't find any duplicates of this in the open bugs. I had thought
this was fixed, but maybe recent changes broke it again. Steve
Comment 2•26 years ago
|
||
Dogfood Candidate
Updated•26 years ago
|
Summary: mozilla.exe crashes if there's no profile directory. → [DOGFOOD]mozilla.exe crashes if there's no profile directory.
Comment 3•26 years ago
|
||
If there is a mozregistry.dat file but the profile directory has been deleted,
the profiles in the mozregistry.dat will be listed in profile manager window. If
you select one, you will exit - since there are no profile files associated with
the entry
Status: ASSIGNED → RESOLVED
Closed: 26 years ago
Resolution: --- → FIXED
The crash occurred in the past, as the profile directory was deleted and
app couldn't find prefs file.
This is Fixed. Code has been added to recreate the entire directory structure
that is lost. The directory path is obtained from the registry. Contents of the
defaults/profile folder gets copied into the newly created folder.
*** Bug 14941 has been marked as a duplicate of this bug. ***
*** Bug 12107 has been marked as a duplicate of this bug. ***
Updated•26 years ago
|
Status: RESOLVED → VERIFIED
Comment 8•26 years ago
|
||
build 1999102908
Moving all Profile Manager bugs to new Profile Manager Backend component.
Profile Manager component to be deleted.
Updated•10 years ago
|
Product: Core → Core Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•