Bug 30499 - Web Inspector: Crash when clicking on errors/warnings counter
Summary: Web Inspector: Crash when clicking on errors/warnings counter
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Web Inspector (Deprecated) (show other bugs)
Version: 528+ (Nightly build)
Hardware: All All
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-10-18 18:52 PDT by Pavel Feldman
Modified: 2009-10-30 10:28 PDT (History)
2 users (show)

See Also:


Attachments
patch (1.33 KB, patch)
2009-10-30 08:55 PDT, Alexander Pavlov (apavlov)
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Pavel Feldman 2009-10-18 18:52:45 PDT
1. Open Web Inspector for a page that has errors / warnings
2. Click on the errors/warnings counter (small yellow/red icon in the bottom right corner)

See crash (assertion failure):

#0	0x03f0d7ff in WebCore::firstDeepEditingPositionForNode at htmlediting.h:126
#1	0x04713555 in WebCore::RenderBox::positionForPoint at RenderBox.cpp:2698
#2	0x047808b1 in WebCore::RenderReplaced::positionForPoint at RenderReplaced.cpp:254
#3	0x046e031b in WebCore::RenderBlock::positionForPointWithInlineChildren at RenderBlock.cpp:3434
#4	0x046e05d6 in WebCore::RenderBlock::positionForPoint at RenderBlock.cpp:3472
#5	0x0473d366 in WebCore::RenderInline::positionForPoint at RenderInline.cpp:503
#6	0x04206d72 in WebCore::EventHandler::handleMousePressEventSingleClick at EventHandler.cpp:323
#7	0x04207848 in WebCore::EventHandler::handleMousePressEvent at EventHandler.cpp:418
#8	0x0420811f in WebCore::EventHandler::handleMousePressEvent at EventHandler.cpp:1265
#9	0x0420c472 in WebCore::EventHandler::mouseDown at EventHandlerMac.mm:561
#10	0x00347579 in -[WebHTMLView mouseDown:] at WebHTMLView.mm:3382
Comment 1 Alexander Pavlov (apavlov) 2009-10-30 08:55:59 PDT
Created attachment 42213 [details]
patch
Comment 2 WebKit Commit Bot 2009-10-30 10:28:02 PDT
Comment on attachment 42213 [details]
patch

Clearing flags on attachment: 42213

Committed r50341: <http://trac.webkit.org/changeset/50341>
Comment 3 WebKit Commit Bot 2009-10-30 10:28:05 PDT
All reviewed patches have been landed.  Closing bug.