Closed
Bug 107430
Opened 24 years ago
Closed 24 years ago
Turbo on:Selecting a profile other than default crashes app
Categories
(SeaMonkey :: MailNews: Message Display, defect)
Tracking
(Not tracked)
VERIFIED
DUPLICATE
of bug 105177
People
(Reporter: sheelar, Assigned: sspitzer)
Details
(Keywords: crash)
comm. trunk build id: 2001-10-26-06 win98
I have different profiles set up. But most of the time I use the one that has
all my account. After I exit the application with turbo on and I double click
on the N icon which brings up the profile manager. I select a different profile
which is a pop account then I crash. I can reproduce this on my machine most of
the time.
Steps:
Install a trunk build
Keep the default which has turbo turned on
You should have multiple profiles
Select the first profile and launch the application
My first profile has imap as default account
Exit and keep the turbo on
Double click on the N icon in the RHS
Select the last profile which is a pop account
Actual: Application crashes.
Expected: Should not crash and should launch the application.
I am not sure this can be reprodced by the following steps. But I can see this
on my machine. I probably have about 5-6 different profiles. Also I tried
launching the application first with a pop account profile first. Then exit and
relanuch the imap account profile and did not crash. It is only when I am using
the imap account profile and then start the pop account profile is when I crash.
| Reporter | ||
Comment 1•24 years ago
|
||
Here is the stack trace: stack signature: nsGlobalHistory::OpenDB 155a50a4
nsGlobalHistory::OpenDB
[d:\builds\seamonkey\mozilla\xpfe\components\history\src\nsGlobalHistory.cpp,
line 2160]
nsGlobalHistory::Observe
[d:\builds\seamonkey\mozilla\xpfe\components\history\src\nsGlobalHistory.cpp,
line 3189]
nsObserverService::NotifyObservers
[d:\builds\seamonkey\mozilla\xpcom\ds\nsObserverService.cpp, line 214]
nsProfile::SetCurrentProfile
[d:\builds\seamonkey\mozilla\profile\src\nsProfile.cpp, line 1157]
nsProfile::StartApprunner
[d:\builds\seamonkey\mozilla\profile\src\nsProfile.cpp, line 1836]
XPTC_InvokeByIndex
[d:\builds\seamonkey\mozilla\xpcom\reflect\xptcall\src\md\win32\xptcinvoke.cpp,
line 154]
XPCWrappedNative::CallMethod
[d:\builds\seamonkey\mozilla\js\src\xpconnect\src\xpcwrappednative.cpp, line
1953]
XPC_WN_CallMethod
[d:\builds\seamonkey\mozilla\js\src\xpconnect\src\xpcwrappednativejsops.cpp,
line 1267]
js_Invoke [d:\builds\seamonkey\mozilla\js\src\jsinterp.c, line 811]
js_Interpret [d:\builds\seamonkey\mozilla\js\src\jsinterp.c, line 2769]
js_Invoke [d:\builds\seamonkey\mozilla\js\src\jsinterp.c, line 827]
js_InternalInvoke [d:\builds\seamonkey\mozilla\js\src\jsinterp.c, line 902]
JS_CallFunctionValue [d:\builds\seamonkey\mozilla\js\src\jsapi.c, line 3421]
nsJSContext::CallEventHandler
[d:\builds\seamonkey\mozilla\dom\src\base\nsJSEnvironment.cpp, line 980]
nsJSEventListener::HandleEvent
[d:\builds\seamonkey\mozilla\dom\src\events\nsJSEventListener.cpp, line 156]
nsEventListenerManager::HandleEventSubType
[d:\builds\seamonkey\mozilla\content\events\src\nsEventListenerManager.cpp, line
1214]
nsEventListenerManager::HandleEvent
[d:\builds\seamonkey\mozilla\content\events\src\nsEventListenerManager.cpp, line
2206]
nsXULElement::HandleDOMEvent
[d:\builds\seamonkey\mozilla\content\xul\content\src\nsXULElement.cpp, line
3388]
PresShell::HandleDOMEventWithTarget
[d:\builds\seamonkey\mozilla\layout\html\base\src\nsPresShell.cpp, line 5844]
nsButtonBoxFrame::MouseClicked
[d:\builds\seamonkey\mozilla\layout\xul\base\src\nsButtonBoxFrame.cpp, line 195]
nsButtonBoxFrame::HandleEvent
[d:\builds\seamonkey\mozilla\layout\xul\base\src\nsButtonBoxFrame.cpp, line 142]
PresShell::HandleEventInternal
[d:\builds\seamonkey\mozilla\layout\html\base\src\nsPresShell.cpp, line 5813]
PresShell::HandleEventWithTarget
[d:\builds\seamonkey\mozilla\layout\html\base\src\nsPresShell.cpp, line 5766]
nsEventStateManager::CheckForAndDispatchClick
[d:\builds\seamonkey\mozilla\content\events\src\nsEventStateManager.cpp, line
2492]
nsEventStateManager::PostHandleEvent
[d:\builds\seamonkey\mozilla\content\events\src\nsEventStateManager.cpp, line
1578]
PresShell::HandleEventInternal
[d:\builds\seamonkey\mozilla\layout\html\base\src\nsPresShell.cpp, line 5817]
PresShell::HandleEvent
[d:\builds\seamonkey\mozilla\layout\html\base\src\nsPresShell.cpp, line 5721]
nsView::HandleEvent [d:\builds\seamonkey\mozilla\view\src\nsView.cpp, line 392]
nsViewManager::DispatchEvent
[d:\builds\seamonkey\mozilla\view\src\nsViewManager.cpp, line 2069]
HandleEvent [d:\builds\seamonkey\mozilla\view\src\nsView.cpp, line 83]
nsWindow::DispatchEvent
[d:\builds\seamonkey\mozilla\widget\src\windows\nsWindow.cpp, line 748]
nsWindow::DispatchWindowEvent
[d:\builds\seamonkey\mozilla\widget\src\windows\nsWindow.cpp, line 765]
nsWindow::DispatchMouseEvent
[d:\builds\seamonkey\mozilla\widget\src\windows\nsWindow.cpp, line 4319]
ChildWindow::DispatchMouseEvent
[d:\builds\seamonkey\mozilla\widget\src\windows\nsWindow.cpp, line 4569]
nsWindow::ProcessMessage
[d:\builds\seamonkey\mozilla\widget\src\windows\nsWindow.cpp, line 3282]
nsWindow::WindowProc
[d:\builds\seamonkey\mozilla\widget\src\windows\nsWindow.cpp, line 1013]
KERNEL32.DLL + 0x363b (0xbff7363b)
KERNEL32.DLL + 0x24407 (0xbff94407)
0x00688526
| Reporter | ||
Comment 2•24 years ago
|
||
Hmm.. this is a dup bug of 105177. Thanks Stephen for the dup bug.
*** This bug has been marked as a duplicate of 105177 ***
Status: NEW → RESOLVED
Closed: 24 years ago
Resolution: --- → DUPLICATE
Updated•20 years ago
|
Product: Browser → Seamonkey
You need to log in
before you can comment on or make changes to this bug.
Description
•