Bug 67984 - REGRESSION(r94975): crash in PrerenderBrowserTest.PrerenderHTML5VideoJs (Requested by ukai on #webkit).
Summary: REGRESSION(r94975): crash in PrerenderBrowserTest.PrerenderHTML5VideoJs (Requ...
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: WebKit Review Bot
URL:
Keywords:
Depends on:
Blocks: 67440
  Show dependency treegraph
 
Reported: 2011-09-12 21:36 PDT by WebKit Review Bot
Modified: 2011-09-12 21:43 PDT (History)
3 users (show)

See Also:


Attachments
ROLLOUT of r94975 (66.28 KB, patch)
2011-09-12 21:37 PDT, WebKit Review Bot
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description WebKit Review Bot 2011-09-12 21:36:52 PDT
http://trac.webkit.org/changeset/94975 broke the build:
crash in PrerenderBrowserTest.PrerenderHTML5VideoJs (Requested by ukai on #webkit).

This is an automatic bug report generated by the sheriff-bot. If this bug
report was created because of a flaky test, please file a bug for the flaky
test (if we don't already have one on file) and dup this bug against that bug
so that we can track how often these flaky tests case pain.

"Only you can prevent forest fires." -- Smokey the Bear
Comment 1 WebKit Review Bot 2011-09-12 21:37:19 PDT
Created attachment 107140 [details]
ROLLOUT of r94975

Any committer can land this patch automatically by marking it commit-queue+.  The commit-queue will build and test the patch before landing to ensure that the rollout will be successful.  This process takes approximately 15 minutes.

If you would like to land the rollout faster, you can use the following command:

  webkit-patch land-attachment ATTACHMENT_ID

where ATTACHMENT_ID is the ID of this attachment.
Comment 2 Fumitoshi Ukai 2011-09-12 21:41:37 PDT
http://build.chromium.org/p/chromium/builders/Linux%20Tests%20%28Views%20dbg%29%282%29/builds/5603/steps/browser_tests/logs/PrerenderHTML5VideoJs

[7567:7567:465913624:ERROR:gl_surface_linux.cc(73)] GLSurfaceGLX::InitializeOneOff failed.
ASSERTION FAILED: m_ptr
third_party/WebKit/Source/JavaScriptCore/wtf/OwnPtr.h(63) : typename WTF::RemovePointer<T>::Type* WTF::OwnPtr<T>::operator->() const [with T = WebCore::TextureManager]
chrome/browser/prerender/prerender_browsertest.cc:124: Failure
Value of: final_status()
  Actual: 21
Expected: expected_final_status_
Which is: 19
 when testing URL /files/prerender/prerender_html5_video_script.html (Expected: HTML5 Media, Actual: Renderer Crashed)
Comment 3 WebKit Review Bot 2011-09-12 21:43:44 PDT
Comment on attachment 107140 [details]
ROLLOUT of r94975

Clearing flags on attachment: 107140

Committed r95014: <http://trac.webkit.org/changeset/95014>
Comment 4 WebKit Review Bot 2011-09-12 21:43:49 PDT
All reviewed patches have been landed.  Closing bug.