Closed
Bug 258847
Opened 21 years ago
Closed 20 years ago
Crashes on closing mail generating talkback event [@ 0x00000018 - PL_DHashTableRawRemove() ]
Categories
(Thunderbird :: General, defect)
Tracking
(Not tracked)
RESOLVED
DUPLICATE
of bug 200119
People
(Reporter: PeterCutts, Assigned: mscott)
Details
(Keywords: crash)
Crash Data
User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.7) Gecko/20040803 Firefox/0.9.3
Build Identifier: Thunderbird version 0.7.3 (20040803)
Everytime I close the Thunderbird application it crashes, triggering a talkback
event.
This happens consistantly - cant find anything to change the behaviour.
The only thing is, if I open then close imediately Thunderbird, there is no
crash. But if it has been running for more than 30 seconds, then it crashes.
No other side-effects - no missing or corrupt mail.
Example talk back events: TB780120H, TB779098K, TB764993H
Reproducible: Always
Steps to Reproduce:
1.Start Thunderbird
2. Wait 30 or so seconds
3. Close Thunderbird
Actual Results:
Talkback started and send a report
Expected Results:
Nothing should happen
| Reporter | ||
Comment 1•21 years ago
|
||
I have a collection of core files from these crashes - don't like to attach them
here due to privacy concerns (all my passwords, etc)
gdb stacktrace is:
#0 0x409a5671 in kill () from /lib/i686/libc.so.6
#1 0x4059eafd in pthread_kill () from /lib/i686/libpthread.so.0
#2 0x4059ee9b in raise () from /lib/i686/libpthread.so.0
#3 0x0807e7aa in gtk_widget_grab_focus ()
#4 0x405a167e in __pthread_sighandler () from /lib/i686/libpthread.so.0
#5 <signal handler called>
#6 0x00000019 in ?? ()
#7 0x404de100 in PL_DHashTableRawRemove () from /usr/local/thunderbird/libxpcom.so
#8 0x404de265 in PL_DHashTableEnumerate () from /usr/local/thunderbird/libxpcom.so
#9 0x404e2f4c in nsHashtable::Reset(int (*)(nsHashKey*, void*, void*), void*) ()
from /usr/local/thunderbird/libxpcom.so
#10 0x404e2eeb in nsHashtable::Reset() () from /usr/local/thunderbird/libxpcom.so
#11 0x08749431 in nsPRUint32Key::Clone() const ()
#12 0x0874a913 in nsPRUint32Key::Clone() const ()
#13 0x404e5b16 in nsObserverService::GetObserverList(char const*,
nsObserverList**) ()
from /usr/local/thunderbird/libxpcom.so
#14 0x0807b9b3 in gtk_widget_grab_focus ()
#15 0x080779bd in gtk_widget_grab_focus ()
#16 0x0807a101 in gtk_widget_grab_focus ()
#17 0x08075704 in gtk_widget_grab_focus ()
#18 0x40992a67 in __libc_start_main () from /lib/i686/libc.so.6
Comment 2•21 years ago
|
||
http://talkback-public.mozilla.org/talkback/fastfind.jsp?search=2&type=iid&id=TB780120H
0x00000018
PL_DHashTableRawRemove()
PL_DHashTableEnumerate()
nsHashtable::Reset()
nsHashtable::Reset()
nsNSSComponent::StopCRLUpdateTimer()
nsNSSComponent::Observe()
nsObserverService::NotifyObservers()
nsXREDirProvider::DoShutdown()
ScopedXPCOMStartup::~ScopedXPCOMStartup()
xre_main()
main()
libc.so.6 + 0x15a67 (0x40992a67)
Updated•21 years ago
|
Summary: Crashes on closing mail generating talkback event. Occurs consistantly → Crashes on closing mail generating talkback event [@ 0x00000018 - PL_DHashTableRawRemove() ]
Whiteboard: TB780120H, TB779098K, TB764993H
Comment 3•20 years ago
|
||
This is an automated message, with ID "auto-resolve01".
This bug has had no comments for a long time. Statistically, we have found that
bug reports that have not been confirmed by a second user after three months are
highly unlikely to be the source of a fix to the code.
While your input is very important to us, our resources are limited and so we
are asking for your help in focussing our efforts. If you can still reproduce
this problem in the latest version of the product (see below for how to obtain a
copy) or, for feature requests, if it's not present in the latest version and
you still believe we should implement it, please visit the URL of this bug
(given at the top of this mail) and add a comment to that effect, giving more
reproduction information if you have it.
If it is not a problem any longer, you need take no action. If this bug is not
changed in any way in the next two weeks, it will be automatically resolved.
Thank you for your help in this matter.
The latest beta releases can be obtained from:
Firefox: http://www.mozilla.org/projects/firefox/
Thunderbird: http://www.mozilla.org/products/thunderbird/releases/1.5beta1.html
Seamonkey: http://www.mozilla.org/projects/seamonkey/
Comment 4•20 years ago
|
||
is this still happening with the latest builds?
| Reporter | ||
Comment 5•20 years ago
|
||
This is still occuring consistantly everytime I close Thunderbird.
I am now running 1.5 Beta 1.
Latest talkback events are TB9800944H and TB9800864H (I have lots of them)
I also have a collection of core files
Is it useful to get a stack trace and add it?
If anywone wants to look at this I would gladly run any tests or work with them
to help solve this issue.
Comment 6•20 years ago
|
||
looks like a dup of bug 200119 which has a possible fix in it.
*** This bug has been marked as a duplicate of 200119 ***
Status: UNCONFIRMED → RESOLVED
Closed: 20 years ago
Resolution: --- → DUPLICATE
Updated•14 years ago
|
Crash Signature: [@ 0x00000018 - PL_DHashTableRawRemove() ]
You need to log in
before you can comment on or make changes to this bug.
Description
•