Closed
Bug 299410
Opened 19 years ago
Closed 17 years ago
Random crashes with firefox in [@ PL_IsQueueNative]
Categories
(Core :: XPCOM, defect)
Tracking
()
RESOLVED
WORKSFORME
People
(Reporter: bob+mozilla, Unassigned)
Details
(Keywords: crash)
Crash Data
User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.7.8) Gecko/20050513 Debian/1.7.8-1 Build Identifier: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.7.8) Gecko/20050513 Debian/1.7.8-1 After about a day of usage, firefox 1.0.4 (debian build) crashes. I've observed this crash consistently over several months, but I do not have a reproducible recipe to trigger it. Reproducible: Couldn't Reproduce Steps to Reproduce: I usually keep ~10 or more tabs open, and use the browser all day. After running for 1-2 days, it crashes. I ran under gdb: Program received signal SIGSEGV, Segmentation fault. [Switching to Thread 1086662624 (LWP 23276)] 0x40118667 in PL_IsQueueNative () from /usr/lib/mozilla-firefox/libxpcom.so (gdb) where #0 0x40118667 in PL_IsQueueNative () from /usr/lib/mozilla-firefox/libxpcom.so #1 0x401195cb in nsEventQueueImpl::~nsEventQueueImpl () from /usr/lib/mozilla-firefox/libxpcom.so #2 0x4011ab49 in nsEventQueueServiceImpl::Init () from /usr/lib/mozilla-firefox/libxpcom.so #3 0x08e25eb0 in ?? () #4 0x00000001 in ?? () #5 0x400d584d in PL_DHashTableOperate () from /usr/lib/mozilla-firefox/libxpcom.so Previous frame inner to this frame (corrupt stack?) apologies for not using a debug build, but I hope the above stack trace is somewhat useful.
Comment 1•19 years ago
|
||
We don't accept bug reports from debian builds. Please use an original Mozilla.org build with talkback and post a talkback ID from such a crash.
if you're building debug can you build such that you have both symbols and line numbers and when you crash, attach your debugger and visit irc.mozilla.org and ask someone to help you get more information for this crash?
Keywords: crash
Summary: Random crashes with firefox in PL_IsQueueNative → Random crashes with firefox in [@ PL_IsQueueNative]
Assignee: nobody → dougt
Component: General → XPCOM
Product: Firefox → Core
QA Contact: general → xpcom
Version: unspecified → 1.7 Branch
Updated•17 years ago
|
Status: UNCONFIRMED → RESOLVED
Closed: 17 years ago
Resolution: --- → WORKSFORME
| Assignee | ||
Updated•13 years ago
|
Crash Signature: [@ PL_IsQueueNative]
You need to log in
before you can comment on or make changes to this bug.
Description
•