Bug 49862 - crash when opening webkit inspector [@ WTF::String::toUInt(bool*)]
Summary: crash when opening webkit inspector [@ WTF::String::toUInt(bool*)]
Status: RESOLVED DUPLICATE of bug 49731
Alias: None
Product: WebKit
Classification: Unclassified
Component: JavaScriptCore (show other bugs)
Version: 528+ (Nightly build)
Hardware: PC OS X 10.6
: P2 Major
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-11-20 03:38 PST by Philippe Wittenbergh
Modified: 2010-11-21 07:33 PST (History)
1 user (show)

See Also:


Attachments
crashlog (39.44 KB, text/plain)
2010-11-20 03:38 PST, Philippe Wittenbergh
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Philippe Wittenbergh 2010-11-20 03:38:23 PST
Created attachment 74477 [details]
crashlog

OS X 10.6.5

str:
1. load http://hicksdesign.co.uk/journal/finally-a-fluid-hicksdesign
2. open webkit inspector bu either
	* option-command-I
	* right-click on element to inspector and choose 'inspect element'
AR the inspector opens but remains blank, then the browser crashes
ER obviously…

this started *after* svn r71897 (which works fine)

affected: WebKit nightly builds and Chrome 9.0.587.0 dev

the url above is not the only one where it happens, it is the most likely one not to change…

other url that repro the crash:
http://dev.w3.org/csswg/css3-writing-modes/

I haven't been able to find a pattern.

crashlog:
com.apple.JavaScriptCore      	0x0000000100909430 WTF::String::toUInt(bool*) const + 0
1   com.apple.WebCore             	0x0000000101115239 WebCore::InspectorStyleSheet::styleForId(WebCore::InspectorCSSId const&) const + 9
2   com.apple.WebCore             	0x0000000101115741 WebCore::InspectorStyleSheet::inspectorStyleForId(WebCore::InspectorCSSId const&) + 49
3   com.apple.WebCore             	0x000000010111ca79 WebCore::InspectorStyleSheet::buildObjectForStyle(WebCore::CSSStyleDeclaration*) + 409
Comment 1 Philippe Wittenbergh 2010-11-21 01:14:12 PST
Can't repro the crash with r72487

I think this got fixed by http://trac.webkit.org/changeset/72386
(bug 49731)
Comment 2 Pavel Feldman 2010-11-21 07:33:52 PST

*** This bug has been marked as a duplicate of bug 49731 ***