Bug 158660

Summary: Crash in com.apple.WebKit.WebContent at std::__1::__call_once_proxy<std::__1::tuple<CrashReporterSupportLibrary()::$_0&&> >
Product: WebKit Reporter: David Kilzer (:ddkilzer) <ddkilzer>
Component: bmallocAssignee: David Kilzer (:ddkilzer) <ddkilzer>
Status: RESOLVED FIXED    
Severity: Normal CC: ddkilzer, ggaren, Javier_picolo, saam
Priority: P2 Keywords: InRadar
Version: WebKit Nightly Build   
Hardware: Unspecified   
OS: Unspecified   
Bug Depends on: 155409    
Bug Blocks:    
Attachments:
Description Flags
Patch v1
darin: review+
Archive of layout-test-results from ews122 for ios-simulator-wk2 none

Description David Kilzer (:ddkilzer) 2016-06-11 06:08:39 PDT
Crash in com.apple.WebKit.WebContent at std::__1::__call_once_proxy<std::__1::tuple<CrashReporterSupportLibrary()::$_0&&> > is because CrashReporterSupport.framework is in /S/L/PrivateFrameworks/, not /S/L/Frameworks/.

This regressed in commit r198809 for Bug 155409.
Comment 1 David Kilzer (:ddkilzer) 2016-06-11 06:14:32 PDT
<rdar://problem/25652686>
Comment 2 David Kilzer (:ddkilzer) 2016-06-11 06:15:18 PDT
Created attachment 281098 [details]
Patch v1
Comment 3 Build Bot 2016-06-11 07:21:32 PDT
Comment on attachment 281098 [details]
Patch v1

Attachment 281098 [details] did not pass ios-sim-ews (ios-simulator-wk2):
Output: http://webkit-queues.webkit.org/results/1484092

New failing tests:
fast/scrolling/ios/scroll-event-from-scrollTo.html
Comment 4 Build Bot 2016-06-11 07:21:34 PDT
Created attachment 281099 [details]
Archive of layout-test-results from ews122 for ios-simulator-wk2

The attached test failures were seen while running run-webkit-tests on the ios-sim-ews.
Bot: ews122  Port: ios-simulator-wk2  Platform: Mac OS X 10.11.4
Comment 5 David Kilzer (:ddkilzer) 2016-06-11 10:16:33 PDT
(In reply to comment #3)
> Comment on attachment 281098 [details]
> Patch v1
> 
> Attachment 281098 [details] did not pass ios-sim-ews (ios-simulator-wk2):
> Output: http://webkit-queues.webkit.org/results/1484092
> 
> New failing tests:
> fast/scrolling/ios/scroll-event-from-scrollTo.html

I suspect a newly flakey test, but not enough data yet:

<http://webkit-test-results.webkit.org/dashboards/flakiness_dashboard.html#showAllRuns=true&tests=fast/scrolling/ios/scroll-event-from-scrollTo.html>

It's highly unlikely that this change could cause this test to fail.
Comment 6 Darin Adler 2016-06-11 12:23:17 PDT
Comment on attachment 281098 [details]
Patch v1

Any idea why the tests are failing?
Comment 7 David Kilzer (:ddkilzer) 2016-06-11 13:51:56 PDT
(In reply to comment #6)
> Comment on attachment 281098 [details]
> Patch v1
> 
> Any idea why the tests are failing?

See Comment #5.
Comment 8 David Kilzer (:ddkilzer) 2016-06-12 06:24:14 PDT
Committed r201983: <http://trac.webkit.org/changeset/201983>