Github user hanm commented on the issue:
https://github.com/apache/zookeeper/pull/628
I am looking at
https://builds.apache.org/job/PreCommit-ZOOKEEPER-github-pr-build/2486/console,
it was not clear to me which C test failed, aside from the ``./zktest-mt':
free(): invalid pointer: 0x00002b00d6385000` in the end. Note from the console
log, it has:
`[exec] Zookeeper_simpleSystem::testRemoveWatchers ZooKeeper server started
: elapsed 4610 : OK`, so this might be a different failure that @anmolnar was
fixing.
Do we know which C test case is failing here?
---