[jira] Commented: (ZOOKEEPER-309) core dump using zoo_get_acl()

2009-03-13 Thread Hudson (JIRA)

[ 
https://issues.apache.org/jira/browse/ZOOKEEPER-309?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12681685#action_12681685
 ] 

Hudson commented on ZOOKEEPER-309:
--

Integrated in ZooKeeper-trunk #253 (See 
[http://hudson.zones.apache.org/hudson/job/ZooKeeper-trunk/253/])


> core dump using zoo_get_acl() 
> --
>
> Key: ZOOKEEPER-309
> URL: https://issues.apache.org/jira/browse/ZOOKEEPER-309
> Project: Zookeeper
>  Issue Type: Bug
>  Components: c client
>Affects Versions: 3.0.0, 3.0.1, 3.1.0
>Reporter: Chris Darroch
>Assignee: Mahadev konar
> Fix For: 3.1.1, 3.2.0
>
> Attachments: ZOOKEEPER-309.patch, ZOOKEEPER-309.patch
>
>
> The zookeeper_process() function incorrectly calls the c.acl_result member of 
> the completion_list_t structure when handling the completion from a 
> synchronous zoo_get_acl() request.  The c.acl_result member is set to 
> SYNCHRONOUS_MARKER, which is a null pointer.
> The attached patch removes this call.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.



[jira] Commented: (ZOOKEEPER-309) core dump using zoo_get_acl()

2009-03-11 Thread Mahadev konar (JIRA)

[ 
https://issues.apache.org/jira/browse/ZOOKEEPER-309?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12681110#action_12681110
 ] 

Mahadev konar commented on ZOOKEEPER-309:
-

also forgot to mention that the tests fail with segmenetation fault without 
chris's patch and pass with the patch.. 

> core dump using zoo_get_acl() 
> --
>
> Key: ZOOKEEPER-309
> URL: https://issues.apache.org/jira/browse/ZOOKEEPER-309
> Project: Zookeeper
>  Issue Type: Bug
>  Components: c client
>Affects Versions: 3.0.0, 3.0.1, 3.1.0
>Reporter: Chris Darroch
>Assignee: Mahadev konar
> Fix For: 3.1.1, 3.2.0
>
> Attachments: ZOOKEEPER-309.patch, ZOOKEEPER-309.patch
>
>
> The zookeeper_process() function incorrectly calls the c.acl_result member of 
> the completion_list_t structure when handling the completion from a 
> synchronous zoo_get_acl() request.  The c.acl_result member is set to 
> SYNCHRONOUS_MARKER, which is a null pointer.
> The attached patch removes this call.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.



[jira] Commented: (ZOOKEEPER-309) core dump using zoo_get_acl()

2009-02-10 Thread Mahadev konar (JIRA)

[ 
https://issues.apache.org/jira/browse/ZOOKEEPER-309?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12672446#action_12672446
 ] 

Mahadev konar commented on ZOOKEEPER-309:
-

can we include a test case for this so that we do not get embarrased again? 

> core dump using zoo_get_acl() 
> --
>
> Key: ZOOKEEPER-309
> URL: https://issues.apache.org/jira/browse/ZOOKEEPER-309
> Project: Zookeeper
>  Issue Type: Bug
>  Components: c client
>Affects Versions: 3.0.1
>Reporter: Chris Darroch
> Fix For: 3.1.0, 3.2.0
>
> Attachments: zookeeper.c.patch
>
>
> The zookeeper_process() function incorrectly calls the c.acl_result member of 
> the completion_list_t structure when handling the completion from a 
> synchronous zoo_get_acl() request.  The c.acl_result member is set to 
> SYNCHRONOUS_MARKER, which is a null pointer.
> The attached patch removes this call.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.



[jira] Commented: (ZOOKEEPER-309) core dump using zoo_get_acl()

2009-02-10 Thread Benjamin Reed (JIRA)

[ 
https://issues.apache.org/jira/browse/ZOOKEEPER-309?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12672445#action_12672445
 ] 

Benjamin Reed commented on ZOOKEEPER-309:
-

+1 that's embarrassing! 

> core dump using zoo_get_acl() 
> --
>
> Key: ZOOKEEPER-309
> URL: https://issues.apache.org/jira/browse/ZOOKEEPER-309
> Project: Zookeeper
>  Issue Type: Bug
>  Components: c client
>Affects Versions: 3.0.1
>Reporter: Chris Darroch
> Fix For: 3.1.0, 3.2.0
>
> Attachments: zookeeper.c.patch
>
>
> The zookeeper_process() function incorrectly calls the c.acl_result member of 
> the completion_list_t structure when handling the completion from a 
> synchronous zoo_get_acl() request.  The c.acl_result member is set to 
> SYNCHRONOUS_MARKER, which is a null pointer.
> The attached patch removes this call.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.