Closed
Bug 5627
Opened 26 years ago
Closed 26 years ago
new message from mail window crashes - BLOCK
Categories
(MailNews Core :: Composition, defect, P3)
Tracking
(Not tracked)
VERIFIED
FIXED
M5
People
(Reporter: leaf, Assigned: bugzilla)
Details
(Whiteboard: waiting for officailly released build after 4/28 to verify)
(gdb) run
Starting program: /builds/test/package/./apprunner
Linux thread target has modified User defined signal 1 handling
Linux thread target has modified User defined signal 2 handling
nsComponentManager: Using components dir: /builds/test/package/components
width was not set
height was not set
defaultReading file...
Reading file...Done
The Messenger component is available. Initializing...
Messenger has been bootstrapped!
The Composer component is available. Initializing...
Composer has been bootstrapped!
Reading file...
Reading file...Done
Got thew event queue from the service
Calling gdk_input with event queue
Reading file...
Reading file...Done
Doing Startup...
Creating browser app core
BrowserAppCore has been created.
Setting content window
Gtk-CRITICAL **:
Init!
Reading file...
Reading file...Done
adding "resource:/res/rdf/remote-flash-1.rdf" to the tree
Reading file...
Reading file...Done
adding "resource:/res/rdf/remote-flash-2.rdf" to the tree
Reading file...
Reading file...Done
adding "resource:/res/rdf/remote-flash-3.rdf" to the tree
Reading file...
Reading file...Done
nsMenu::MenuConstruct called
nsMenu::MenuConstruct called
menu_item_activate_handler
nsMenuItem::MenuItemSelected
nsMenu::MenuDestruct called
nsMenu::MenuDestruct called
menu_item_activate_handler
nsMenuItem::MenuItemSelected
JavaScript error: MsgNewMessage is not defined
HandleDOMEvent calledCreated nsToolkitCore
No accounts. I'll try to migrate 4.x prefs..
nsGetMailboxRoot(Inbox) =
folder = Inbox
Path of mailbox://Inbox is (null) (failed)
nsGetMailboxRoot(Inbox) = (null)
folder = Inbox
Path of mailbox://Inbox is (null) (failed)
Gtk-CRITICAL **:
nsGetMailboxRoot(pop) = /builds/test/package/~/nsmail/
folder =
Path of mailbox://pop/ is /builds/test/package/~/nsmail/ (succeeded)
MsgNewMessage from XUL
newMsg from XUL
ComposeMessage from XUL
We succesfully obtained a nsIMsgSend interface....
We succesfully obtained a nsIMsgPost interface....
We succesfully obtained a nsIMsgCompFields interface....
Program received signal SIGSEGV, Segmentation fault.
0x40904218 in main_arena ()
(gdb) bt
#0 0x40904218 in main_arena ()
#1 0x40230ca1 in nsDocumentBindInfo::OnStopBinding ()
#2 0x40214fac in NS_ShutdownINetService ()
#3 0x401f4b5f in net_CallExitRoutine ()
#4 0x401f6b9c in NET_GetURL ()
#5 0x40213cfa in nsNetlibService::OpenStream ()
#6 0x4023084b in nsDocumentBindInfo::Bind ()
#7 0x4022fcb0 in nsDocLoaderImpl::OpenStream ()
#8 0x40214c9d in NS_OpenURL ()
#9 0x40217259 in nsUnicharStreamLoader::nsUnicharStreamLoader ()
#10 0x402175b5 in NS_NewUnicharStreamLoader ()
#11 0x40a0967f in XULContentSinkImpl::OpenScript ()
#12 0x40a09032 in XULContentSinkImpl::OpenTag ()
#13 0x40a07972 in XULContentSinkImpl::OpenContainer ()
#14 0x40593768 in CWellFormedDTD::HandleToken ()
#15 0x405933fe in CWellFormedDTD::BuildModel ()
#16 0x4058e1d6 in nsParser::BuildModel ()
#17 0x4058e128 in nsParser::ResumeParse ()
#18 0x4058d9d0 in nsParser::EnableParser ()
#19 0x40a07d1a in XULContentSinkImpl::DoneLoadingStyle ()
#20 0x402174a6 in nsUnicharStreamLoader::OnStopBinding ()
#21 0x40230c5c in nsDocumentBindInfo::OnStopBinding ()
#22 0x402196ce in XP_FindContextOfType ()
#23 0x4015dbfb in _init ()
#24 0x401f6f3f in NET_ProcessNet ()
#25 0x401fc563 in NET_PollSockets ()
#26 0x40214e15 in nsNetlibService::NetPollSocketsCallback ()
#27 0x40134cfa in TimerImpl::FireTimeout ()
#28 0x40135060 in nsTimerExpired ()
#29 0x80dd13b in g_list_length ()
#30 0x80dc6c0 in g_list_length ()
#31 0x80dcb3b in g_list_length ()
#32 0x80dcc55 in g_list_length ()
#33 0x8080393 in gtk_main ()
#34 0x40082dd9 in nsAppShell::Run ()
#35 0x40016fbe in nsAppShellService::Run ()
#36 0x8051179 in main ()
Reporter | ||
Updated•26 years ago
|
Target Milestone: M5
Updated•26 years ago
|
Status: NEW → RESOLVED
Closed: 26 years ago
Resolution: --- → FIXED
Comment 1•26 years ago
|
||
5.0 will crash when it can't find the js file. the problem was JFD named the
file MsgComposeCommands.js, but changed the Makefile.in to export
msgcomposecommands.js
I fixed Makefile.in, rebuilt, and it works.
marking fixed.
Assignee | ||
Comment 2•26 years ago
|
||
Thanks Seth.
Whiteboard: waiting for officailly released build after 4/28 to verify
Using 1999042908 build on Linux this is fixed as specified in Summary. Clicing
New Message button or Menu item New|Message brings up the Compose window, does
not crash at this point.
Verified
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
•