Closed
Bug 6281
Opened 26 years ago
Closed 26 years ago
Second time Send Msg causes apprunner to crash
Categories
(MailNews Core :: Backend, defect, P1)
MailNews Core
Backend
Tracking
(Not tracked)
VERIFIED
DUPLICATE
People
(Reporter: fenella, Assigned: phil)
Details
RE: Linux build (1999-05-11-08m6)
steps:
1. Run apprunner
2. Open Messenger from Tasks menu
3. CLick on New Msg to open the compose window
4. Compose a message and click Send. Message send, no problem
5. Close compose window.
6. Click on New Msg to open the compose window again.
7. Compose a message and click on Send.
8. Wait for a few second, crash occurs here.
Consistently reproducible.
Here is the back trace:
#1 0x40b58f84 in nsComposeAppCore::SendMessage ()
#2 0x40b597b3 in nsComposeAppCore::SendMessage2 ()
#3 0x40b56fe8 in NS_MsgLoadMailtoUrl ()
#4 0x4031dd82 in js_Invoke ()
#5 0x403239de in js_Interpret ()
#6 0x4031ddd0 in js_Invoke ()
#7 0x403239de in js_Interpret ()
#8 0x4031ddd0 in js_Invoke ()
#9 0x4031df75 in js_CallFunctionValue ()
#10 0x40308c99 in JS_CallFunctionValue ()
#11 0x402c328c in nsJSEventListener::HandleEvent ()
#12 0x40857ea5 in nsEventListenerManager::HandleEvent ()
#13 0x4067239f in RDFElementImpl::HandleDOMEvent ()
#14 0x40859876 in nsEventStateManager::CheckForAndDispatchClick ()
#15 0x40858e95 in nsEventStateManager::PostHandleEvent ()
#16 0x4087ee3c in PresShell::HandleEvent ()
#17 0x40ba9365 in nsView::HandleEvent ()
#18 0x40bb0ac5 in nsViewManager::DispatchEvent ()
#19 0x40ba7e2e in _init ()
#20 0x40095756 in nsWidget::DispatchEvent ()
#21 0x400956ad in nsWidget::DispatchWindowEvent ()
#22 0x400957d3 in nsWidget::DispatchMouseEvent ()
#23 0x40095def in nsWidget::OnButtonReleaseSignal ()
#24 0x400960bf in nsWidget::ButtonReleaseSignal ()
#25 0x80c3fb0 in gtk_window_set_default_size ()
#26 0x809ce0b in gtk_signal_connect_object ()
#27 0x809c492 in gtk_signal_connect_object ()
#28 0x809abce in gtk_selection_data_set ()
#29 0x80bc6f8 in gtk_widget_size_request ()
#30 0x8085d4d in gtk_get_current_event ()
#31 0x80852ee in gtk_main_iteration_do ()
#32 0x80d317f in gdk_input_add ()
#33 0x80e6104 in g_list_length ()
#34 0x80e657f in g_list_length ()
#35 0x80e6699 in g_main_iteration ()
#36 0x8084e03 in gtk_main ()
#37 0x4008ba53 in nsAppShell::Run ()
#38 0x40016eea in nsAppShellService::Run ()
#39 0x8051254 in main ()
(gdb) #1 0x40cebf84 in nsComposeAppCore::SendMessage ()
(gdb) #2 0x40cec7b3 in nsComposeAppCore::SendMessage2 ()
OS: Linux → All
Priority: P3 → P1
Hardware: Other → All
Summary: [PP]Second time Send Msg causes apprunner to crash → Second time Send Msg causes apprunner to crash
This happens on win_nt 4.0 too. Will get the talkback trace.
Status: NEW → RESOLVED
Closed: 26 years ago
Resolution: --- → DUPLICATE
http://bugzilla.mozilla.org/show_bug.cgi?id=6182 - duplicate bug.
Fenella, pls post your Win32 findings to the other bug. Thanks.
*** This bug has been marked as a duplicate of 6182 ***
FYI...I verified the duplicate as fixed and this scenario was part of the
testing.
Updated•20 years ago
|
Product: MailNews → Core
Updated•16 years ago
|
Product: Core → MailNews Core
You need to log in
before you can comment on or make changes to this bug.
Description
•