#5848 closed Bugs (invalid)
sp_counted_base_nt.hpp: appears to suffer race conditions
Reported by: | Owned by: | Peter Dimov | |
---|---|---|---|
Milestone: | To Be Determined | Component: | smart_ptr |
Version: | Boost 1.47.0 | Severity: | Problem |
Keywords: | Cc: |
Description
Not much different than the analysis in https://svn.boost.org/trac/boost/ticket/5847, but with no locks. Filled as a separate Tracker since its a different file/platform.
Pedigree is the same also: shared_ptr => shared_count => sp_counted_base => sp_counted_base_{pt|nt}.hpp. It not easy to trace, and I hope I followed it correctly from shared_ptr.
Change History (2)
follow-up: 2 comment:1 by , 11 years ago
Resolution: | → invalid |
---|---|
Status: | new → closed |
comment:2 by , 11 years ago
Note:
See TracTickets
for help on using tickets.
nt = no threads.