Closed
Bug 6745
Opened 26 years ago
Closed 26 years ago
crash after first profile created
Categories
(Core Graveyard :: Profile: BackEnd, defect, P3)
Tracking
(Not tracked)
People
(Reporter: Brade, Assigned: gayatrib)
Details
I ran AppRunnerDebug today and was prompted (first time) to create a profile.
For the profile name I entered a string with a space in it: "Mozilla Brade"
The actual folder created was named "Mozilla%20Brade"
After entering data for several of the fields, I crashed after I entered the
outgoing smtp server "nsmail-2.mcom.com." and clicked next.
I will attempt to reproduce this to get a better stack crawl.
Reporter | ||
Comment 1•26 years ago
|
||
I was able to reproduce this by trashing my registry and the profile folder.
Here is a partial stack crawl:
js_Invoke [note that "cx" has already been deleted]
js_Interpret
js_Invoke
js_Interpret
js_Invoke
js_Interpret
js_Invoke
js_CallFunctionValue
JS_CallFunctionValue
nsJSEventListener::HandleEvent(nsIDOMEvent*)
nsEventListenerManager::HandleEvent(nsIPresContext&,nsEvent*,nsIDOMEvent**
,unsigned int,nsEventStatus&)
nsGenericElement::HandleDOMEvent(nsIPresContext&,nsEvent*,nsIDOMEvent**,unsigned
int,nsEventStatus&)
nsHTMLButtonElement::HandleDOMEvent(nsIPresContext&,nsEvent*,nsIDOMEvent**
,unsigned int,nsEventStatus&)
nsEventStateManager::CheckForAndDispatchClick(nsIPresContext&,nsMouseEvent*
,nsEventStatus&)
nsEventStateManager::PostHandleEvent(nsIPresContext&,nsGUIEvent*,nsIFrame*
,nsEventStatus&,nsIView*)
PresShell::HandleEvent(nsIView*,nsGUIEvent*,nsEventStatus&)
nsView::HandleEvent(nsGUIEvent*,unsigned int,nsEventStatus&)
...
Updated•26 years ago
|
Status: RESOLVED → VERIFIED
Moving all Profile Manager bugs to new Profile Manager Backend component.
Profile Manager component to be deleted.
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
•