Bug 158660 - Crash in com.apple.WebKit.WebContent at std::__1::__call_once_proxy<std::__1::tuple<CrashReporterSupportLibrary()::$_0&&> >
Summary: Crash in com.apple.WebKit.WebContent at std::__1::__call_once_proxy<std::__1:...
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: bmalloc (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: David Kilzer (:ddkilzer)
URL:
Keywords: InRadar
Depends on: 155409
Blocks:
  Show dependency treegraph
 
Reported: 2016-06-11 06:08 PDT by David Kilzer (:ddkilzer)
Modified: 2016-06-12 09:53 PDT (History)
4 users (show)

See Also:


Attachments
Patch v1 (2.59 KB, patch)
2016-06-11 06:15 PDT, David Kilzer (:ddkilzer)
darin: review+
Details | Formatted Diff | Diff
Archive of layout-test-results from ews122 for ios-simulator-wk2 (633.54 KB, application/zip)
2016-06-11 07:21 PDT, Build Bot
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
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>