Opened 11 years ago

Closed 11 years ago

Last modified 11 years ago

#5848 closed Bugs (invalid)

sp_counted_base_nt.hpp: appears to suffer race conditions

Reported by: Jeffrey Walton <noloader@…> 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)

comment:1 by Steven Watanabe, 11 years ago

Resolution: invalid
Status: newclosed

nt = no threads.

in reply to:  1 comment:2 by Jeffrey Walton <noloader@…>, 11 years ago

Replying to steven_watanabe:

nt = no threads.

Doh! And I thought it was NT, as in Windows NT.

Note: See TracTickets for help on using tickets.