You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@zookeeper.apache.org by "Richard Dermer (JIRA)" <ji...@apache.org> on 2013/01/03 00:38:16 UTC

[jira] [Created] (ZOOKEEPER-1614) zoo_multi c MT client windows crash

Richard Dermer created ZOOKEEPER-1614:
-----------------------------------------

             Summary: zoo_multi c MT client windows crash
                 Key: ZOOKEEPER-1614
                 URL: https://issues.apache.org/jira/browse/ZOOKEEPER-1614
             Project: ZooKeeper
          Issue Type: Bug
          Components: c client
    Affects Versions: 3.4.5
         Environment: Windows C MT client
            Reporter: Richard Dermer


The windows C MultiThreaded client crashes when usng the zoo_multi APis.  The underlying is that the mutex and condition variables need to be initialized with pthread_cond_init and pthread_mutex_init.

Attached are the files I've modified to make this work.  In the modified files I've added a "multi" command to cli that when Cli.exe (mt build) is run on window's without the rest of the fixes will crash.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira