Closed
Bug 302821
Opened 19 years ago
Closed 19 years ago
firefox crashes when working with multiple tabs, usually when closing a tab.
Categories
(Core Graveyard :: Widget: BeOS, defect)
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: doug, Unassigned)
References
Details
(Keywords: crash, fixed1.8)
Attachments
(2 files)
|
1.06 KB,
text/plain
|
Details | |
|
757 bytes,
patch
|
thesuckiestemail
:
review+
cbeard
:
approval1.8b4+
|
Details | Diff | Splinter Review |
User-Agent: Mozilla/5.0 (BeOS; U; BeOS BePC; en-US; rv:1.8b4) Gecko/20050727 Firefox/1.0+ Build Identifier: Mozilla/5.0 (BeOS; U; BeOS BePC; en-US; rv:1.8b4) Gecko/20050727 Firefox/1.0+ Recent builds of Deer Park from CVS crash intermittantly when working with multiple open tabs, usually when closing a tab. Reproducible: Sometimes Steps to Reproduce: 1. open multiple tabs 2. toggle between them 3. close the current tab using the "tab close" button. Actual Results: Firefox crashes (sometimes). Expected Results: display the previous tab. crashes with a Debugger call. Stack crawl attached. Regardless of situation leading to the crash, seems like the stack crawl always has the same 5 entries at the top.
| Reporter | ||
Comment 1•19 years ago
|
||
Component: General → Widget: BeOS
Product: Firefox → Core
QA Contact: general → beos
Version: unspecified → Trunk
I've had this happen to me when trying to log into 2 different sites on 2 tabs. Using Mozilla/5.0 (BeOS; U; BeOS BePC; en-US; rv:1.7.7) Gecko/20050426 Firefox/1.0.3 on Zeta. Reference http://bugzilla.yellowtab.com/show_bug.cgi?id=1016 Would this be the same issue or does it deserve it's own bug report?
| Reporter | ||
Comment 5•19 years ago
|
||
r? a simple two-line fix to move a misplaced unlock. please review.
Attachment #192381 -
Flags: review?(thesuckiestemail)
Comment on attachment 192381 [details] [diff] [review] fixes mismatched lock/unlock pair r=thesuckiestemail@yahoo.se
Attachment #192381 -
Flags: review?(thesuckiestemail) → review+
| Reporter | ||
Comment 7•19 years ago
|
||
The bug Disreali mentions in comment #4 appears to be related to firefox bug 277015 which reports a hang upon login to some (not all) secure sites.
Comment on attachment 192381 [details] [diff] [review] fixes mismatched lock/unlock pair I guess this one should be checked in both 1.8 and trunk.
Attachment #192381 -
Flags: approval1.8b4?
Updated•19 years ago
|
Attachment #192381 -
Flags: approval1.8b4? → approval1.8b4+
Comment 10•19 years ago
|
||
Maybe there should be an nsAutoLocker class that locks the looper in its constructor and unlocks it in its destructor... trunk: Checking in widget/src/beos/nsWindow.cpp; /cvsroot/mozilla/widget/src/beos/nsWindow.cpp,v <-- nsWindow.cpp new revision: 1.92; previous revision: 1.91 done MOZILLA_1_8_BRANCH: Checking in widget/src/beos/nsWindow.cpp; /cvsroot/mozilla/widget/src/beos/nsWindow.cpp,v <-- nsWindow.cpp new revision: 1.91.4.1; previous revision: 1.91 done
| Assignee | ||
Updated•10 years ago
|
Product: Core → Core Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•