Bugzilla – Bug 3727
uncertain globus_mutex_unlock in client-stub-source-doclit.tmpl
Last modified: 2006-01-31 14:18:14
You need to log in before you can comment on or make changes to this bug.
In client-stub-source-doclit.tmpl, I found a globus_mutex_unlock that looks without (I cannot find) the counterpart globus_mutex_lock. (please see http://viewcvs.globus.org/viewcvs.cgi/wsrf/c/parser/cgen/source/client-stub-source-doclit.tmpl?annotate=globus_4_0_1#657 ) Is this correct?
You are correct. I'd be cautious about using the c container in a threaded build because the code hasn't been tested very much in that configuration. joe
I've commited a fix removing this unlock. joe