Bug 68558 - [chromium] SharedGraphicsContext3D's context should not be destroyed during atexit
Summary: [chromium] SharedGraphicsContext3D's context should not be destroyed during a...
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: New Bugs (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: James Robinson
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-09-21 12:35 PDT by James Robinson
Modified: 2011-09-21 13:38 PDT (History)
2 users (show)

See Also:


Attachments
Patch (2.06 KB, patch)
2011-09-21 12:37 PDT, James Robinson
no flags Details | Formatted Diff | Diff
now with 50% more compilation (2.06 KB, patch)
2011-09-21 12:43 PDT, James Robinson
senorblanco: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description James Robinson 2011-09-21 12:35:28 PDT
[chromium] SharedGraphicsContext3D's context should not be destroyed during atexit
Comment 1 James Robinson 2011-09-21 12:37:34 PDT
Created attachment 108207 [details]
Patch
Comment 2 James Robinson 2011-09-21 12:43:59 PDT
Created attachment 108209 [details]
now with 50% more compilation
Comment 3 James Robinson 2011-09-21 12:46:40 PDT
This is a fairly high frequency crasher on the latest dev release (although it only crashes when the render process is terminating normally).
Comment 4 Stephen White 2011-09-21 12:47:18 PDT
Comment on attachment 108209 [details]
now with 50% more compilation

Thanks for cleaning this up.  r=me (if the bots are ok with it)
Comment 5 James Robinson 2011-09-21 13:38:20 PDT
Committed r95668: <http://trac.webkit.org/changeset/95668>