Opened 8 years ago
Closed 8 years ago
#10738 closed Bugs (invalid)
In N3785 ~thread_executor join threads but boost implementation simply detach (potential use of deleted objects in tasks)
Reported by: | viboes | Owned by: | viboes |
---|---|---|---|
Milestone: | To Be Determined | Component: | thread |
Version: | Boost 1.57.0 | Severity: | Problem |
Keywords: | Cc: |
Description
Change History (2)
comment:1 by , 8 years ago
Owner: | changed from | to
---|---|
Status: | new → assigned |
comment:2 by , 8 years ago
Resolution: | → invalid |
---|---|
Status: | assigned → closed |
Note:
See TracTickets
for help on using tickets.
This is not true. Boost.Thread uses
which joins the thread at destruction time.