[
https://issues.apache.org/jira/browse/ZOOKEEPER-3222?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16733545#comment-16733545
]
Hudson commented on ZOOKEEPER-3222:
-----------------------------------
FAILURE: Integrated in Jenkins build Zookeeper-trunk-single-thread #172 (See
[https://builds.apache.org/job/Zookeeper-trunk-single-thread/172/])
ZOOKEEPER-3222: Flaky: multiple intermittent segfaults in C++ tests (andor: rev
f644f3d63e3d1efd3a977b2f4621734dfe617f31)
* (edit) zookeeper-client/zookeeper-client-c/tests/TestClient.cc
> Flaky: multiple intermittent segfaults in C++ tests
> ---------------------------------------------------
>
> Key: ZOOKEEPER-3222
> URL: https://issues.apache.org/jira/browse/ZOOKEEPER-3222
> Project: ZooKeeper
> Issue Type: Sub-task
> Components: c client
> Affects Versions: 3.5.4, 3.6.0, 3.4.13
> Reporter: Andor Molnar
> Assignee: Andor Molnar
> Priority: Major
> Labels: pull-request-available
> Fix For: 3.6.0, 3.5.5
>
> Time Spent: 50m
> Remaining Estimate: 0h
>
> There're multiple places in C++ tests where zookeeper client handle
> (zkhandle_t) doesn't get closed correctly causing intermittent segmentations
> faults.
> e.g. In multi threaded tests IO thread remains open in these client which
> could when trying to log something in a log file which is already closed by
> the test.
> Another catch is when the test is trying to validate an already closed
> client: the client struct cannot be accessed after the memory has been freed.
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)