Bug 184815 - [GLIB] ERROR: Thread was unable to be detached when running /jsc/vm test in debug
Summary: [GLIB] ERROR: Thread was unable to be detached when running /jsc/vm test in d...
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: JavaScriptCore (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords: Gtk, InRadar
Depends on:
Blocks:
 
Reported: 2018-04-20 05:57 PDT by Carlos Garcia Campos
Modified: 2018-04-20 23:43 PDT (History)
3 users (show)

See Also:


Attachments
Patch (1.63 KB, patch)
2018-04-20 05:58 PDT, Carlos Garcia Campos
mcatanzaro: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Carlos Garcia Campos 2018-04-20 05:57:06 PDT
This is because in the test we are calling both join and detach. We should only call join.
Comment 1 Carlos Garcia Campos 2018-04-20 05:58:51 PDT
Created attachment 338415 [details]
Patch
Comment 2 Carlos Garcia Campos 2018-04-20 23:42:37 PDT
Committed r230889: <https://trac.webkit.org/changeset/230889>
Comment 3 Radar WebKit Bug Importer 2018-04-20 23:43:23 PDT
<rdar://problem/39618643>