Bug 159655 - Crash due to abort() calling libc++.1.dylib: std::__1::thread::detach()
Summary: Crash due to abort() calling libc++.1.dylib: std::__1::thread::detach()
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: New Bugs (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Geoffrey Garen
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-07-11 16:32 PDT by Geoffrey Garen
Modified: 2016-07-11 17:17 PDT (History)
1 user (show)

See Also:


Attachments
Patch (6.13 KB, patch)
2016-07-11 16:38 PDT, Geoffrey Garen
sam: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Geoffrey Garen 2016-07-11 16:32:19 PDT
Crash due to abort() calling libc++.1.dylib: std::__1::thread::detach()
Comment 1 Geoffrey Garen 2016-07-11 16:38:56 PDT
Created attachment 283364 [details]
Patch
Comment 2 WebKit Commit Bot 2016-07-11 16:40:01 PDT
Attachment 283364 [details] did not pass style-queue:


ERROR: Source/bmalloc/bmalloc/AsyncTask.h:126:  More than one command on the same line  [whitespace/newline] [4]
Total errors found: 1 in 3 files


If any of these errors are false positives, please file a bug against check-webkit-style.
Comment 3 Geoffrey Garen 2016-07-11 17:17:03 PDT
Committed r203100: <http://trac.webkit.org/changeset/203100>