Bug 103217 - REGRESSION(134142): ASSERT(!m_size.isZero()) hits in CoordinatedBackingStore::paintToTextureMapper().
Summary: REGRESSION(134142): ASSERT(!m_size.isZero()) hits in CoordinatedBackingStore:...
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Layout and Rendering (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Dongseong Hwang
URL:
Keywords:
Depends on:
Blocks: 101701
  Show dependency treegraph
 
Reported: 2012-11-25 23:27 PST by Dongseong Hwang
Modified: 2012-11-26 02:42 PST (History)
4 users (show)

See Also:


Attachments
Patch (2.39 KB, patch)
2012-11-25 23:29 PST, Dongseong Hwang
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Dongseong Hwang 2012-11-25 23:27:37 PST
It is possible for CoordinatedBackingStore of directed composited image to not
have tiles, because CoordinatedImageBacking does not create tiles when the image
is invisible.
Comment 1 Dongseong Hwang 2012-11-25 23:29:08 PST
Created attachment 175932 [details]
Patch
Comment 2 Dongseong Hwang 2012-11-25 23:30:55 PST
I feel sorry for many mistakes I made.

I wish to correct all today.
Comment 3 Chris Dumez 2012-11-25 23:33:49 PST
FYI, this seems related as well:
http://build.webkit.org/results/EFL%20Linux%2064-bit%20Debug%20WK2/r135679%20%286335%29/compositing/overflow/content-loses-scrollbars-crash-log.txt

I hope this patch fixes it as well.
Comment 4 Dongseong Hwang 2012-11-25 23:51:37 PST
(In reply to comment #3)
> FYI, this seems related as well:
> http://build.webkit.org/results/EFL%20Linux%2064-bit%20Debug%20WK2/r135679%20%286335%29/compositing/overflow/content-loses-scrollbars-crash-log.txt
> 
> I hope this patch fixes it as well.

The crash is fixing in Bug 103171. I'm sorry. I hope you don't encounter the crash tomorrow.
Comment 5 WebKit Review Bot 2012-11-26 02:42:11 PST
Comment on attachment 175932 [details]
Patch

Clearing flags on attachment: 175932

Committed r135697: <http://trac.webkit.org/changeset/135697>
Comment 6 WebKit Review Bot 2012-11-26 02:42:15 PST
All reviewed patches have been landed.  Closing bug.