Closed
Bug 86190
Opened 24 years ago
Closed 24 years ago
mozilla -compose crashes on send
Categories
(MailNews Core :: Composition, defect)
Tracking
(Not tracked)
VERIFIED
WORKSFORME
People
(Reporter: sspitzer, Assigned: bugzilla)
Details
(Keywords: crash)
on linux, if I do mozilla -compose and send an email I crash on sending.
I haven't tried win32 yet.
on the console:
CopyListener: COPY OPERATION FAILED!
###!!! ASSERTION: You can't dereference a NULL nsCOMPtr with operator->().:
'mRawPtr != 0', file ../../../dist/include/nsCOMPtr.h, line 649
###!!! Break: at file ../../../dist/include/nsCOMPtr.h, line 649
Program received signal SIGSEGV, Segmentation fault.
here's the stack:
#0 0x41c2d037 in ?? ()
#1 0x41c3a3e7 in ?? ()
#2 0x41c4392b in ?? ()
#3 0x42a13743 in ?? ()
#4 0x42a13640 in ?? ()
#5 0x42a13d8c in ?? ()
#6 0x400fcd5c in DeleteEntry (aKey=0x888dde8, aData=0x888ddd0, closure=0x0)
at nsServiceManager.cpp:258
#7 0x400bdfa6 in _hashEnumerateRemove (he=0x888de08, i=24, arg=0xbffff508)
at nsHashtable.cpp:369
#8 0x40250bd9 in PL_HashTableEnumerateEntries (ht=0x805ed04,
f=0x400bdf88 <_hashEnumerateRemove(PLHashEntry *, int, void *)>,
---Type <return> to continue, or q <return> to quit---
arg=0xbffff508) at plhash.c:413
#9 0x400be031 in nsHashtable::Reset (this=0x805ed00,
destroyFunc=0x400fcd34 <DeleteEntry(nsHashKey *, void *, void *)>,
closure=0x0) at nsHashtable.cpp:388
#10 0x400bec19 in nsObjectHashtable::Reset (this=0x805ed00)
at nsHashtable.cpp:627
#11 0x400beb11 in nsObjectHashtable::~nsObjectHashtable (this=0x805ed00,
__in_chrg=3) at nsHashtable.cpp:593
#12 0x400fce9d in nsServiceManagerImpl::~nsServiceManagerImpl (
this=0x805ece8, __in_chrg=3) at nsServiceManager.cpp:283
#13 0x400fcfcb in nsServiceManagerImpl::Release (this=0x805ece8)
at nsServiceManager.cpp:292
---Type <return> to continue, or q <return> to quit---
#14 0x400fd9bf in nsServiceManager::ShutdownGlobalServiceManager (result=0x0)
at nsServiceManager.cpp:544
#15 0x400b61d4 in NS_ShutdownXPCOM (servMgr=0x0) at nsXPComInit.cpp:476
#16 0x08054c39 in main (argc=2, argv=0xbffff7dc) at nsAppRunner.cpp:1416
#17 0x40591177 in __libc_start_main (main=0x8054a60 <main>, argc=2,
ubp_av=0xbffff7dc, init=0x804cf00 <_init>, fini=0x8059d40 <_fini>,
rtld_fini=0x4000e184 <_dl_fini>, stack_end=0xbffff7cc)
at ../sysdeps/generic/libc-start.c:129
| Assignee | ||
Comment 1•24 years ago
|
||
I wonder if it's similar to the second crash reported in bug 84544!
Comment 2•24 years ago
|
||
Cool, I tried starting up my fresh debug build with -compose and sent myself a
message. No crash.
The app shut down after the msg was sent. The message was delivered successfully.
Marking as WORKSFORME.
Status: NEW → RESOLVED
Closed: 24 years ago
Resolution: --- → WORKSFORME
Comment 3•24 years ago
|
||
verifying worksforme. linux-2001082706 build. Please reopen if you see this
crash again
Status: RESOLVED → VERIFIED
Updated•21 years ago
|
Product: MailNews → Core
Updated•17 years ago
|
Product: Core → MailNews Core
You need to log in
before you can comment on or make changes to this bug.
Description
•