Closed
Bug 48635
Opened 25 years ago
Closed 25 years ago
Selecting "Create Profile" from Prof Manager causes crash
Categories
(Core Graveyard :: Profile: BackEnd, defect, P3)
Tracking
(Not tracked)
VERIFIED
WORKSFORME
M18
People
(Reporter: dimator, Assigned: racham)
Details
(Keywords: crash, Whiteboard: [nsbeta3+])
Mozilla daily build from 8-10-2000.
1) Run "Mozilla Profile Migration"
2) Click "Create Profile..." or "Rename Profile" or "Delete Profile"
- or -
2) Click an existing 4.x profile for migration, and click "Start Mozilla"
doing each crashes with MacsBug message:
Assertion: null widget ptr: 'nsNull != aWidget' file nsView.cpp line 199
(Filing only one bug because they're probably related.)
This doesn't look like an actual Migration bug. You can't run "Mozilla Profile
Migration", there's not such thing. You can run the Profile Manager which is
what you described. This looks like a Profile Manager bug since Create, Rename
and Delete are ONLY in Profile Manager code and never step into the migration
code. Reassigning.
Assignee: dbragg → racham
Component: Profile Migration → Profile Manager FrontEnd
Front-end bugs to Ben.
looks like some operation is attempted on a null widget....?
Assignee: racham → ben
Comment 3•25 years ago
|
||
I can reproduce this on Win build 2000081508M18
ProfileManager comes up- list of 4.x profiles displayed ( removed
mozregistry.dat)- choose one profile to migrate, confirm migration dialog is
displayed and poof. No Talkback- On WinNT only.
Win95 migrates successfully
Status: UNCONFIRMED → NEW
Ever confirmed: true
nav triage team:
[nsbeta3+], obviously bad, reassigning to profile mng backend
Assignee: ben → putterman
Component: Profile Manager FrontEnd → Profile Manager BackEnd
Whiteboard: [nsbeta3+]
This bug does not belong to me....I think, you haven't reached the backend yet
as this occurs. I will soon be reassining to the right owner.
This is givnig a pre-condition assert in nsView.cpp
204 sfraser 3.75 NS_PRECONDITION(nsnull != aWidget, "null widget ptr");
(http://bonsai.mozilla.org/cvsblame.cgi?file=mozilla/view/src/nsView.cpp#204)
Simon, we need your help here. Please tell us why is getting a null and what
widget is this...? Is the syntax in profilemanager xul causing any problems...?
Adding Ben to the cc list.
Comment 8•25 years ago
|
||
That assertion is nsView is hit all the time. It is not relevant to this hug.
I am able to proceed further (even after this assertion) and bring up the
browser in my debug build.
Grace, please verify if this bug is still valid on sweetlou mac builds..
Comment 10•25 years ago
|
||
I could not reproduce on Mozilla/Netscape 6 Installed builds (2000082108)
Assignee | ||
Comment 11•25 years ago
|
||
This is not reproducible. Marking this worksforme.
Status: ASSIGNED → RESOLVED
Closed: 25 years ago
Resolution: --- → WORKSFORME
Updated•9 years ago
|
Product: Core → Core Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•