Changes between Initial Version and Version 1 of Ticket #11318
- Timestamp:
- Jul 5, 2015, 10:50:00 PM (7 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #11318
- Property Owner set to
- Property Status new → assigned
- Property Component None → thread
-
Ticket #11318 – Description
initial v1 3 3 Below is the sample code I use in the application: 4 4 5 6 {{{ 5 7 boost::mutex::scoped_lock <Scoped Lock Variable> (<Mutex Object>) 8 }}} 9 6 10 7 11 Below is the exception message I am seeing which strangely occurs the second time a scoped lock is called on the same valid Mutex Object within the application: