Bug 34191 - DumpRenderTree silently crashes at the end of the run because geolocationControllerClient pointer is 0
Summary: DumpRenderTree silently crashes at the end of the run because geolocationCont...
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebCore Misc. (show other bugs)
Version: 528+ (Nightly build)
Hardware: PC OS X 10.5
: P2 Normal
Assignee: Nobody
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2010-01-26 17:02 PST by Dmitry Titov
Modified: 2010-01-26 17:25 PST (History)
2 users (show)

See Also:


Attachments
Crash log. (30.56 KB, text/plain)
2010-01-26 17:02 PST, Dmitry Titov
no flags Details
Patch. (2.12 KB, patch)
2010-01-26 17:09 PST, Dmitry Titov
sfalken: review+
dimich: commit-queue-
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Dmitry Titov 2010-01-26 17:02:58 PST
Created attachment 47465 [details]
Crash log.

DRT crashes dereferencing 0 pointer (see attached crash report). This happens a few times during run-webkit-test, no bad diagnostics but it makes the run longer because it waits on ReportCrash.

Since Page can be created with 0 geolocationControllerClient, it seems the simple fix is to add 0 check. Patch is coming.
Comment 1 Simon Fraser (smfr) 2010-01-26 17:05:05 PST
<rdar://problem/7582135>
Comment 2 Dmitry Titov 2010-01-26 17:06:21 PST
to reproduce, run: 
run-webkit-tests  LayoutTests/svg/W3C-SVG-1.1/struct-image-05-b.svg
Comment 3 Dmitry Titov 2010-01-26 17:09:21 PST
Created attachment 47469 [details]
Patch.
Comment 4 Dmitry Titov 2010-01-26 17:25:06 PST
Landed: http://trac.webkit.org/changeset/53876