Re: WebKit bug?
Re: WebKit bug?
- Subject: Re: WebKit bug?
- From: Ben Kazez <email@hidden>
- Date: Sat, 09 Jul 2005 23:19:55 -0400
Oops, this should have gone to webkit-dev. Sorry. (But don't hesitate
to answer if you know how to fix the problem!)
Ben
On Jul 9, 2005, at 11:15 PM, Ben Kazez wrote:
Hi everyone,
I'm not sure if this is the right place for this question, but I'll
gladly change mailing lists if it isn't.
I'm working on a Dashboard widget with a multi-threaded Cocoa
plugin. The plugin seems to be working just fine, but I'm getting
an occasional (frequent but inconsistent) crash that appears to
indicate a bug in WebKit:
======================================================
Exception: EXC_BAD_ACCESS (0x0001)
Codes: KERN_PROTECTION_FAILURE (0x0002) at 0x00000018
Thread 0 Crashed:
0 com.apple.WebCore 0x95c4a734 khtml::inlineWidth
(khtml::RenderObject*, bool, bool) + 152
1 com.apple.WebCore 0x95c48b98
khtml::RenderBlock::findNextLineBreak(khtml::BidiIterator&,
khtml::BidiState&) + 3548
2 com.apple.WebCore 0x95c46dbc
khtml::RenderBlock::layoutInlineChildren(bool) + 1980
3 com.apple.WebCore 0x95c435d4
khtml::RenderBlock::layoutBlock(bool) + 692
4 com.apple.WebCore 0x95c4a49c
khtml::RenderBlock::layoutPositionedObjects(bool) + 172
5 com.apple.WebCore 0x95c43930
khtml::RenderBlock::layoutBlock(bool) + 1552
6 com.apple.WebCore 0x95c4409c
khtml::RenderBlock::layoutBlockChildren(bool) + 696
7 com.apple.WebCore 0x95c435ec
khtml::RenderBlock::layoutBlock(bool) + 716
8 com.apple.WebCore 0x95c40524
khtml::RenderCanvas::layout() + 252
9 com.apple.WebCore 0x95c3fe08 KHTMLView::layout() +
792
10 com.apple.WebCore 0x95c52518 -[WebCoreBridge
forceLayoutAdjustingViewSize:] + 56
11 com.apple.WebKit 0x959ce11c -[WebHTMLView
layoutToMinimumPageWidth:maximumPageWidth:adjustingViewSize:] + 228
12 com.apple.WebKit 0x959e1328 -[WebHTMLView
(WebPrivate) _web_layoutIfNeededRecursive] + 36
13 com.apple.WebKit 0x959cb8c0 -[WebHTMLView
(WebPrivate) _propagateDirtyRectsToOpaqueAncestors] + 72
...
======================================================
The crash is preceded by incorrect width of displayed divs,
disappearing elements, or both. Does this seem to you to be a
WebKit bug, or is it more likely to be a problem with my code?
Ben
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Cocoa-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden
References: | |
| >WebKit bug? (From: Ben Kazez <email@hidden>) |