Closed
Bug 717663
Opened 13 years ago
Closed 13 years ago
Crash when opening about:support with abort message: "X_FreeGC: BadGC (invalid GC parameter); 5 requests ago" when WebGL is forced enabled
Categories
(Core :: Graphics: CanvasWebGL, defect)
Tracking
()
RESOLVED
DUPLICATE
of bug 589546
People
(Reporter: evilpie, Unassigned)
Details
(Keywords: crash, reproducible)
Crash Data
Running nightly build, about:support crashes instantly for me. Interestingly with different stacks.
Eg.
https://crash-stats.mozilla.com/report/index/bp-172f3d6d-92e0-4564-828c-
https://crash-stats.mozilla.com/report/index/bp-1fe9582c-646c-4a32-8917-2f0382120112
At the moment this 100% reproducible for me, so if you want me debug anything?
Comment 1•13 years ago
|
||
(In reply to Tom Schuster (evilpie) from comment #0)
> https://crash-stats.mozilla.com/report/index/bp-172f3d6d-92e0-4564-828c-
This one is truncated.
Severity: normal → critical
Crash Signature: [@ js::MaybeGC ] → [@ js::MaybeGC]
[@ mozalloc_abort | NS_DebugBreak_P | X11Error]
Keywords: crash
Comment 2•13 years ago
|
||
Can you find the regression range, for instance by using http://harthur.github.com/mozregression/?
Keywords: reproducible
Reporter | ||
Comment 3•13 years ago
|
||
Can try doing that.
Also the crash report was https://crash-stats.mozilla.com/report/index/bp-172f3d6d-92e0-4564-828c-fcf172120112
Comment 4•13 years ago
|
||
does it crash also if you started in safe mode?
Reporter | ||
Comment 5•13 years ago
|
||
It tried using mozregression, but not one of these builds crashed?!
Yes, same crash in safe-mode, but they all were mozalloc_abort now.
Comment 6•13 years ago
|
||
I added the new TouchBadMemory crash signature that replaces crash signatures starting by mozalloc on Linux.
Crash Signature: [@ js::MaybeGC]
[@ mozalloc_abort | NS_DebugBreak_P | X11Error] → [@ js::MaybeGC]
[@ mozalloc_abort | NS_DebugBreak_P | X11Error]
[@ TouchBadMemory]
Reporter | ||
Comment 7•13 years ago
|
||
I still get this crash every time, I try to open about:support.
Comment 8•13 years ago
|
||
(In reply to Tom Schuster (evilpie) from comment #7)
> I still get this crash every time, I try to open about:support.
As there were previously two crash signatures, can you provide recent crash IDs related to this issue?
Reporter | ||
Comment 9•13 years ago
|
||
Updated•13 years ago
|
Component: General → Widget: Gtk
Product: Firefox → Core
QA Contact: general → gtk
Summary: Crash when opening about:support → Crash when opening about:support with abort message: "X_FreeGC: BadGC (invalid GC parameter); 5 requests ago"
Version: 12 Branch → Trunk
Comment 10•13 years ago
|
||
Can you submit a crash report from a run with MOZ_X_SYNC=1 in the environment, please?
The [@ js::MaybeGC ] report looks quite different.
Perhaps a modern version of bug 633845.
Comment 11•13 years ago
|
||
Strange that a GL Context is created when glxtest failed.
Could webgl.force-enabled somehow be set in about:config?
Component: Widget: Gtk → Graphics
QA Contact: gtk → thebes
Updated•13 years ago
|
Component: Graphics → Canvas: WebGL
QA Contact: thebes → canvas.webgl
Reporter | ||
Comment 12•13 years ago
|
||
(In reply to Karl Tomlinson (:karlt) from comment #11)
> Strange that a GL Context is created when glxtest failed.
>
> Could webgl.force-enabled somehow be set in about:config?
Yes, I hope this doesn't make this bug invalid. I must have this enabled quite a while back, but it never helped so I probably forgot about it. Disabling it, stops the crash.
Good Catch :)
Updated•13 years ago
|
Summary: Crash when opening about:support with abort message: "X_FreeGC: BadGC (invalid GC parameter); 5 requests ago" → Crash when opening about:support with abort message: "X_FreeGC: BadGC (invalid GC parameter); 5 requests ago" when WebGL is forced enabled
Comment 13•13 years ago
|
||
Duplicate of bug 667439, which is a duplicate of bug 589546.
Status: NEW → RESOLVED
Closed: 13 years ago
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•