Closed
Bug 934250
Opened 12 years ago
Closed 12 years ago
crash in mozilla::layers::ThebesLayerBuffer::BeginPaint(mozilla::layers::ThebesLayer*, gfxContentType, unsigned int)
Categories
(Core :: Graphics: Layers, defect)
Tracking
()
VERIFIED
FIXED
mozilla28
| Tracking | Status | |
|---|---|---|
| firefox28 | --- | verified |
People
(Reporter: kairo, Assigned: nrc)
Details
(Keywords: crash, topcrash-linux)
Crash Data
Attachments
(1 file)
|
2.23 KB,
patch
|
mattwoodrow
:
review+
|
Details | Diff | Splinter Review |
This bug was filed from the Socorro interface and is
report bp-f47ed489-2a14-413f-9004-19f322131103.
=============================================================
I'm seeing crashes all the time just during normal browser usage recently - usually I'm on my own builds but I switched to official Nightly to get crash reports from this, and this one is the first one. As I expected, I'm not the only person seeing this recently.
I have OMTC enabled, so that could definitely be a factor here.
More crash reports with this signature can be found at https://crash-stats.mozilla.com/report/list?product=Firefox&signature=mozilla%3A%3Alayers%3A%3AThebesLayerBuffer%3A%3ABeginPaint%28mozilla%3A%3Alayers%3A%3AThebesLayer%2A%2C+gfxContentType%2C+unsigned+int%29
From those, it looks like this is happening on Linux since the 10/27 build of Nightly 27.0a1, and it's happening on Nightly 28.0a1 now. I haven't seen any reports from Aurora yet (but updates have only been enabled recently and if this is OMTC-specific I expect more people testing that on Nightly than Aurora, even if 27 might be affected). There also have been a few reports on Windows (8.1 and 7) dating back to 10/21-10/28 Nightly builds.
This is the #3 crash on Nightly 28.0a1 Linux right now, so marking as topcrash-linux as well.
Comment 1•12 years ago
|
||
I guess this is a problem with bug 921212. That landed earlier, so something else must have actually regressed it.
Keywords: regressionwindow-wanted
| Reporter | ||
Comment 2•12 years ago
|
||
When I get to another state where I can reliably trigger it (I had some tab set today where I could trigger it at every session restore), I'll look into testing a few older nightly builds to try and find a regression window. I'm pretty busy usually, though, so I'm happy if someone else finds one before I get to this. :)
| Assignee | ||
Updated•12 years ago
|
Component: Graphics → Graphics: Layers
| Assignee | ||
Updated•12 years ago
|
Assignee: nobody → ncameron
| Assignee | ||
Comment 3•12 years ago
|
||
Well, I couldn't repro this bug, so I have no idea if this will help, but logically it ought to and I'd be very surprised if it made anything worse...
Attachment #829028 -
Flags: review?(matt.woodrow)
| Assignee | ||
Comment 4•12 years ago
|
||
If you could test a build with this patch applied and see if it helps the problem, that would be very useful, thanks!
Flags: needinfo?(kairo)
Updated•12 years ago
|
Attachment #829028 -
Flags: review?(matt.woodrow) → review+
| Reporter | ||
Comment 5•12 years ago
|
||
I have been running with this patch for a couple hours yesterday and a few more today and haven't seen another crash so far even though i performed all the kinds of actions that were more likely to provoke it (like scrolling on a particular image-heavy page). I would guess that means that the patch is likely to work correctly. Thanks!
Flags: needinfo?(kairo)
| Assignee | ||
Comment 6•12 years ago
|
||
Comment 7•12 years ago
|
||
Status: NEW → RESOLVED
Closed: 12 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla28
Updated•12 years ago
|
Flagging for verification by checking crashstats.
Keywords: verifyme
Comment 9•12 years ago
|
||
No crashes were recorded in Aurora 28.0a2 based on Socorro in the last 3 weeks:
https://crash-stats.mozilla.com/query/?product=Firefox&version=Firefox%3A28.0a2&platform=lin&range_value=3&range_unit=weeks&date=12%2F18%2F2013+13%3A00%3A00&query_search=signature&query_type=contains&query=mozilla%3A%3Alayers%3A%3AThebesLayerBuffer%3A%3ABeginPaint%28mozilla%3A%3Alayers%3A%3AThebesLayer*%2C+gfxContentType%2C+unsigned+int&reason=&release_channels=&build_id=&process_type=any&hang_type=any
Comment 10•11 years ago
|
||
Issue is resolved - clearing old keywords - qa-wanted clean-up
Keywords: regressionwindow-wanted
You need to log in
before you can comment on or make changes to this bug.
Description
•