Closed
Bug 767810
Opened 14 years ago
Closed 14 years ago
crash on pulldown menu in web page
Categories
(Firefox :: Untriaged, defect)
Tracking
()
RESOLVED
DUPLICATE
of bug 733323
People
(Reporter: bzipitidoo, Unassigned)
Details
User Agent: Mozilla/5.0 (X11; Linux x86_64; rv:13.0) Gecko/20100101 Firefox/13.0.1
Build ID: 20120615233552
Steps to reproduce:
After browsing for a while, the browser crashes on these web sites:
http://www.sawstop.com/ and http://www.scntx.com/
The action that triggers the crash is most often an attempt to access one of the items in one of the pulldown menus built into the web page. Sometimes just navigating to the page causes a crash.
I have not found a sequence of actions that reliably reproduces this bug. Just have to browse for a while, look at a few different web sites. But once the browser crashes, I can make it crash again every time by restoring the session and repeating what I just did.
Comment 1•14 years ago
|
||
We need either a crash ID or a backtrace with debug symbols
https://developer.mozilla.org/en/How_to_get_a_stacktrace_for_a_bug_report
Here's what I see when running Firefox from a terminal, after trying to use a pulldown menu on scntx.com:
u@diamond:~$ firefox
###!!! ABORT: X_CopyArea: BadDrawable (invalid Pixmap or Window parameter); 4 requests ago: file /build/src/mozilla-release/toolkit/xre/nsX11ErrorHandler.cpp, line 190
###!!! ABORT: X_CopyArea: BadDrawable (invalid Pixmap or Window parameter); 4 requests ago: file /build/src/mozilla-release/toolkit/xre/nsX11ErrorHandler.cpp, line 190
Segmentation fault
u@diamond:~$
I'll see what I can get with strace and gdb.
Updated•14 years ago
|
Status: UNCONFIRMED → RESOLVED
Closed: 14 years ago
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•