[Webkit-unassigned] [Bug 15008] ASSERTION FAILED: !firstLineBox() == !lastLineBox() setting content on image

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sun Aug 19 09:30:48 PDT 2007


http://bugs.webkit.org/show_bug.cgi?id=15008


pewtermoose at gmail.com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |pewtermoose at gmail.com
             Status|UNCONFIRMED                 |NEW
     Ever Confirmed|0                           |1
           Keywords|                            |HasReduction
            Summary|Reproducible crash when     |ASSERTION FAILED:
                   |setting content on image    |!firstLineBox() ==
                   |                            |!lastLineBox() setting
                   |                            |content on image




------- Comment #3 from pewtermoose at gmail.com  2007-08-19 09:30 PDT -------
Confirmed with r25142 debug build which hits this assert:
ASSERTION FAILED: !firstLineBox() == !lastLineBox()
(/Users/matt/Code/WebKit/WebCore/rendering/RenderInline.cpp:327 virtual int
WebCore::RenderInline::height() const)

I can't get this to crash in a release build though (using r25145 nightly).

Thread 0 Crashed:
0   com.apple.WebCore           0x0119d01c WebCore::RenderInline::height()
const + 144 (RenderInline.cpp:327)
1   com.apple.WebCore           0x01195a80
WebCore::RenderFlow::absoluteClippedOverflowRect() + 1164 (RenderFlow.cpp:503)
2   com.apple.WebCore           0x011b5c00 WebCore::RenderObject::repaint(bool)
+ 228 (RenderObject.cpp:1753)
3   com.apple.WebCore           0x0117a1b8
WebCore::RenderBox::imageChanged(WebCore::CachedImage*) + 292
(RenderBox.cpp:464)
4   com.apple.WebCore           0x0112cc04
WebCore::CachedImage::ref(WebCore::CachedResourceClient*) + 152
(CachedImage.cpp:83)
5   com.apple.WebCore           0x011994cc
WebCore::RenderImage::setCachedImage(WebCore::CachedImage*) + 184
(RenderImage.cpp:71)
6   com.apple.WebCore           0x01337390
WebCore::HTMLImageLoader::notifyFinished(WebCore::CachedResource*) + 144
(HTMLImageLoader.cpp:142)
7   com.apple.WebCore           0x0112cfc0 WebCore::CachedImage::checkNotify()
+ 108 (CachedImage.cpp:218)
8   com.apple.WebCore           0x0112d2ec
WebCore::CachedImage::data(WTF::PassRefPtr<WebCore::SharedBuffer>, bool) + 428
(CachedImage.cpp:201)
9   com.apple.WebCore           0x01131f68
WebCore::Loader::didFinishLoading(WebCore::SubresourceLoader*) + 408
(loader.cpp:116)
10  com.apple.WebCore           0x01493034
WebCore::SubresourceLoader::didFinishLoading() + 204
(SubresourceLoader.cpp:195)
11  com.apple.WebCore           0x01490e38
WebCore::ResourceLoader::didFinishLoading(WebCore::ResourceHandle*) + 60
12  com.apple.WebCore           0x01464a68 -[WebCoreResourceHandleAsDelegate
connectionDidFinishLoading:] + 204 (ResourceHandleMac.mm:443)
13  com.apple.Foundation        0x92c1389c
-[NSURLConnection(NSURLConnectionInternal) _sendDidFinishLoadingCallback] + 188
14  com.apple.Foundation        0x92c11b08
-[NSURLConnection(NSURLConnectionInternal) _sendCallbacks] + 556


-- 
Configure bugmail: http://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.



More information about the webkit-unassigned mailing list