Closed
Bug 67695
Opened 25 years ago
Closed 25 years ago
crash in attempt to open bookmark manager
Categories
(SeaMonkey :: Bookmarks & History, defect, P2)
Tracking
(Not tracked)
VERIFIED
FIXED
mozilla0.8
People
(Reporter: tracy, Assigned: bugs)
References
Details
(Keywords: smoketest)
seen on linux commercial build 2001-02-05-08-mtrunk
-go to Bookmarks | Manage Bookmarks
crash everytime!!!
Comment 1•25 years ago
|
||
doesntcrashforme on win32/ns bits, debug linux.
Lots of assertions though
Comment 3•25 years ago
|
||
I don't see this in the latest linux respin. lowering to critical. if someone
else can confirm they don't see this, we can close it worksforme.
Severity: blocker → critical
It's a race condition, and 100% reproducable on RH6.2++ and build 2001020508
starts like this, then loops forever:
#0 0x40644943 in gdk_window_resize () from /usr/lib/libgdk-1.2.so.0
#1 0x401b0f91 in gdk_superwin_resize ()
from /usr/local/mozilla/libgtksuperwin.so
#2 0x404db4a1 in nsWindow::Resize ()
from /usr/local/mozilla/components/libwidget_gtk.so
#3 0x40f8ffdb in nsView::SetDimensions ()
from /usr/local/mozilla/components/libgkview.so
#4 0x40f9ca02 in nsViewManager2::SetWindowDimensions ()
from /usr/local/mozilla/components/libgkview.so
#5 0x40f9e3c9 in nsViewManager2::DispatchEvent ()
from /usr/local/mozilla/components/libgkview.so
#6 0x40f8f36d in HandleEvent ()
from /usr/local/mozilla/components/libgkview.so
#7 0x404d51da in nsWidget::DispatchEvent ()
from /usr/local/mozilla/components/libwidget_gtk.so
#8 0x404d5105 in nsWidget::DispatchWindowEvent ()
from /usr/local/mozilla/components/libwidget_gtk.so
#9 0x404d4189 in nsWidget::OnResize ()
from /usr/local/mozilla/components/libwidget_gtk.so
#10 0x404db575 in nsWindow::Resize ()
from /usr/local/mozilla/components/libwidget_gtk.so
#11 0x40f8ffdb in nsView::SetDimensions ()
from /usr/local/mozilla/components/libgkview.so
#12 0x40f9ca02 in nsViewManager2::SetWindowDimensions ()
from /usr/local/mozilla/components/libgkview.so
#13 0x40f9e3c9 in nsViewManager2::DispatchEvent ()
Comment 5•25 years ago
|
||
try 2001020512
| Reporter | ||
Comment 6•25 years ago
|
||
seeing this also on Mac commercial build 2001-02-05-12-mtrunk
OS: Linux → All
Hardware: PC → All
Comment 8•25 years ago
|
||
raising back up to blocker, setting platform to mac since linux and win32 seem ok.
Severity: critical → blocker
OS: All → Mac System 9.x
Hardware: All → Macintosh
Updated•25 years ago
|
Priority: -- → P2
Target Milestone: --- → mozilla0.8
Comment 9•25 years ago
|
||
granrose tells me Ben needs some Mac expertise on this. Calling in some folks
who may be able to help. Ben can you describe what the problem is on the Mac to
help give us a better idea of what the fix may require?
Comment 10•25 years ago
|
||
Ben is working with me to look at the issue. We believe that a missing CSS file
is causing instability, and that a chrome fix will help.
Comment 11•25 years ago
|
||
Ben has checked in fixes to both classic and modern skins, and some XBL bindings
goodness that kills assertions too.
Status: NEW → RESOLVED
Closed: 25 years ago
Resolution: --- → FIXED
Comment 12•25 years ago
|
||
*** Bug 67694 has been marked as a duplicate of this bug. ***
| Reporter | ||
Comment 13•25 years ago
|
||
still seeing this on mac commercial build 2001-02-06-10-mtrunk
Status: RESOLVED → REOPENED
Resolution: FIXED → ---
Comment 14•25 years ago
|
||
This may be skin dependent. Please test both classic and modern skins.
Comment 15•25 years ago
|
||
And any console errors?
| Reporter | ||
Comment 16•25 years ago
|
||
my bad...I meant to reopen bug 63078...**crossed up notes**
Status: REOPENED → RESOLVED
Closed: 25 years ago → 25 years ago
Resolution: --- → FIXED
Updated•21 years ago
|
Product: Browser → Seamonkey
You need to log in
before you can comment on or make changes to this bug.
Description
•