Bug 89740 - REGRESSION(r120982): [chromium] ASSERTION FAILED: m_allocatedTextureIds.contains(textureId) (Requested by ukai on #webkit).
Summary: REGRESSION(r120982): [chromium] ASSERTION FAILED: m_allocatedTextureIds.conta...
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: 89045
  Show dependency treegraph
 
Reported: 2012-06-21 23:05 PDT by WebKit Review Bot
Modified: 2012-06-21 23:12 PDT (History)
3 users (show)

See Also:


Attachments
ROLLOUT of r120982 (87.03 KB, patch)
2012-06-21 23:06 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 2012-06-21 23:05:46 PDT
http://trac.webkit.org/changeset/120982 broke the build:
[chromium] ASSERTION FAILED: m_allocatedTextureIds.contains(textureId) (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 2012-06-21 23:06:41 PDT
Created attachment 148964 [details]
ROLLOUT of r120982

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 2012-06-21 23:09:43 PDT
http://build.chromium.org/p/chromium/buildstatus?builder=Win%20Aura&number=15702

[ RUN      ] LayerWithDelegateTest.ConvertPointToLayer_Simple
ASSERTION FAILED: m_allocatedTextureIds.contains(textureId)


[ RUN      ] ShellTest.CreateWindow
ASSERTION FAILED: m_allocatedTextureIds.contains(textureId)

[ RUN      ] RootWindowTest.CanProcessEventsWithinSubtree
ASSERTION FAILED: m_allocatedTextureIds.contains(textureId)

[ RUN      ] ViewLayerTest.DontPaintChildrenWithLayers
ASSERTION FAILED: m_allocatedTextureIds.contains(textureId)

http://build.chromium.org/p/chromium.chromiumos/buildstatus?builder=Linux%20ChromiumOS%20Tests%20%28dbg%29%283%29&number=6217


[ RUN      ] DetachToBrowserTabDragControllerTest.DragInSameWindow
...
ASSERTION FAILED: m_allocatedTextureIds.contains(textureId)
third_party/WebKit/Source/WebCore/platform/graphics/chromium/TrackingTextureAllocator.cpp(100) : virtual void WebCore::TrackingTextureAllocator::deleteTexture(unsigned 
..
Comment 3 WebKit Review Bot 2012-06-21 23:12:01 PDT
Comment on attachment 148964 [details]
ROLLOUT of r120982

Clearing flags on attachment: 148964

Committed r121005: <http://trac.webkit.org/changeset/121005>
Comment 4 WebKit Review Bot 2012-06-21 23:12:05 PDT
All reviewed patches have been landed.  Closing bug.