Bug 68558

Summary: [chromium] SharedGraphicsContext3D's context should not be destroyed during atexit
Product: WebKit Reporter: James Robinson <jamesr>
Component: New BugsAssignee: James Robinson <jamesr>
Status: RESOLVED FIXED    
Severity: Normal CC: kbr, senorblanco
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
Patch
none
now with 50% more compilation senorblanco: review+

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>