Changes between Initial Version and Version 1 of Ticket #11318


Ignore:
Timestamp:
Jul 5, 2015, 10:50:00 PM (7 years ago)
Author:
viboes
Comment:

Please, could you post exactly the code as the following is not valid code

boost::mutex::scoped_lock <Scoped Lock Variable> (<Mutex Object>)

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #11318

    • Property Owner set to viboes
    • Property Status newassigned
    • Property Component Nonethread
  • Ticket #11318 – Description

    initial v1  
    33Below is the sample code I use in the application:
    44
     5
     6{{{
    57boost::mutex::scoped_lock <Scoped Lock Variable> (<Mutex Object>)
     8}}}
     9
    610
    711Below 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: