WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED WORKSFORME
47083
Web Inspector: regular crashes in WebCore::RenderStyle::hasPseudoStyle(WebCore::PseudoId)
https://bugs.webkit.org/show_bug.cgi?id=47083
Summary
Web Inspector: regular crashes in WebCore::RenderStyle::hasPseudoStyle(WebCor...
Philippe Wittenbergh
Reported
2010-10-04 06:30:07 PDT
Created
attachment 69627
[details]
Apple crash log Possible steps to reproduce: 1. open the inspector on any page that make use of the :hover and/ or :focus pseudo class 2. inspect the node (e.g. link) 3. click on the link (and navigate away from the page) I haven't manage to reproduce this with a minimal test case though. I do experience this regularly on a site I'm developing. Thread 0 Crashed: Dispatch queue: com.apple.main-thread 0 com.apple.WebCore 0x00000001015bfb7e WebCore::RenderStyle::hasPseudoStyle(WebCore::PseudoId) const + 14 1 com.apple.WebCore 0x0000000100d9729e WebCore::CSSStyleSelector::styleForElement(WebCore::Element*, WebCore::RenderStyle*, bool, bool, bool) + 1502 2 com.apple.WebCore 0x00000001014cda32 WebCore::Node::styleForRenderer() + 82 3 com.apple.WebCore 0x00000001014cf85f WebCore::Node::createRendererIfNeeded() + 143 4 com.apple.WebCore 0x0000000100ec72d0 WebCore::Element::attach() + 32 5 com.apple.WebCore 0x0000000100fcc771 WebCore::HTMLLIElement::attach() + 17 (full crash log attached)
Attachments
Apple crash log
(45.10 KB, text/plain)
2010-10-04 06:30 PDT
,
Philippe Wittenbergh
no flags
Details
View All
Add attachment
proposed patch, testcase, etc.
Simon Fraser (smfr)
Comment 1
2010-10-04 11:07:41 PDT
Reliable steps to reproduce would be very helpful.
Philippe Wittenbergh
Comment 2
2010-10-04 21:46:44 PDT
(In reply to
comment #1
)
> Reliable steps to reproduce would be very helpful.
Yeah, I realise that :-). Unfortunately, I still haven't managed to create a minimal testcase. I have this in my stylesheet: li { /* some stuff*/ background-color: rgb(234,233,229); background-image: something.png; /* some other stuff */ } li:hover { background-color: rgb(234,226,199); } If I take out the background-image, the crash goes away.
Philippe Wittenbergh
Comment 3
2011-03-30 06:15:28 PDT
Hmmm. I can't seem to reproduce anymore (@rev 82367). Resolving as Works for Me.
Note
You need to
log in
before you can comment on or make changes to this bug.
Top of Page
Format For Printing
XML
Clone This Bug