Closed
Bug 763360
Opened 13 years ago
Closed 13 years ago
"Private Joe" seg faults with X_ShmPutImage: BadMatch
Categories
(Firefox Graveyard :: Web Apps, defect)
Tracking
(Not tracked)
RESOLVED
DUPLICATE
of bug 733322
People
(Reporter: info, Unassigned)
Details
(Keywords: crash)
Attachments
(2 files)
User Agent: Mozilla/5.0 (X11; Linux x86_64; rv:13.0) Gecko/20120604 Firefox/13.0 SeaMonkey/2.10
Build ID: 20120604225702
Steps to reproduce:
I installed https://marketplace.mozilla.org/en-US/app/private-joe-urban-warfare-1/ and ran this web app.
Actual results:
% ./.http\;www.private-joe.com/webapprt-stub
(webapprt-stub:13481): GLib-CRITICAL **: g_slice_set_config: assertion `sys_page_size == 0' failed
(window appears, I see a border at the bottom, but then)
###!!! ABORT: X_ShmPutImage: BadMatch (invalid parameter attributes); 6 requests ago: file /builds/slave/profiling-lnx64-ntly/build/toolkit/xre/nsX11ErrorHandler.cpp, line 157
###!!! ABORT: X_ShmPutImage: BadMatch (invalid parameter attributes); 6 requests ago: file /builds/slave/profiling-lnx64-ntly/build/toolkit/xre/nsX11ErrorHandler.cpp, line 157
zsh: segmentation fault (core dumped) ./.http\;www.private-joe.com/webapprt-stub
~ % file core
core: ELF 64-bit LSB core file x86-64, version 1 (SYSV), SVR4-style, from '/home/skierpage/programs/firefox/firefox'
I've attached the gdb output
Expected results:
seg fault bad?
Maybe the game doesn't run on 64-bit Firefox Linux nightly, or it's my weak ATI video card (X.Org X Server 1.11.3, ATI Radeon 9600 AS with ati 6.14.99 driver) , or something else.
Updated•13 years ago
|
Component: General → Web Apps
Product: Web Apps → Firefox
QA Contact: general → webapps
Version: unspecified → 16 Branch
Updated•13 years ago
|
OS: All → Linux
Comment 1•13 years ago
|
||
I think this is a pretty common crash.
Maybe it's related to the flash plugin, with a debug build the crash happens right after the plugin load:
> For application/x-shockwave-flash found plugin libflashplayer.so
> LoadPlugin() /usr/lib/adobe-flashplugin/libflashplayer.so returned 7fee7246fdc0
> For application/x-shockwave-flash found plugin libflashplayer.so
> (webapprt-stub:3407): Gdk-WARNING **: XID collision, trouble ahead
> ###!!! ABORT: X_ShmPutImage: BadMatch (invalid parameter attributes); sync; id=0x3e00195: file /home/marco/Scrivania/FD/src/toolkit/xre/nsX11ErrorHandler.cpp, line 157
See also http://support.mozilla.org/it/questions/758901
Comment 2•13 years ago
|
||
Marco - Can you get a stack for this bug? Also, is this bug specific to linux, or applicable to other OSes (could it possibly happen on other OSes as well)?
Keywords: stackwanted
Comment 3•13 years ago
|
||
I couldn't reproduce the crash anymore... Really weird. After the removal of the profile directory, it's crashing again.
However it's Linux specific and it definitely looks like a flash plugin issue.
Updated•13 years ago
|
Keywords: stackwanted → crash
Updated•13 years ago
|
Severity: normal → critical
Comment 4•13 years ago
|
||
Probably a dup of bug 733322 (webapprt seems to always use in-process plugins currently)
Comment 5•13 years ago
|
||
(In reply to John Schoenick [:johns] from comment #4)
> Probably a dup of bug 733322 (webapprt seems to always use in-process
> plugins currently)
Sounds like it. Resolving as such.
Status: NEW → RESOLVED
Closed: 13 years ago
Resolution: --- → DUPLICATE
Assignee | ||
Updated•10 years ago
|
Product: Firefox → Firefox Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•