[Gluster-devel] NetBSD regressions, memory corruption

Emmanuel Dreyfus manu at netbsd.org
Thu Mar 26 14:00:19 UTC 2015


On Thu, Mar 26, 2015 at 06:04:52PM +0530, Venky Shankar wrote:
> -        ret = pthread_create (&priv->poller, NULL, changelog_rpc_poller, this);

changelog_rpc_poller() contains a call to event_dispatch(). Here we have
our difference between NetBSD and Linux: the former uses poll, while the
later uses epoll. 

-- 
Emmanuel Dreyfus
manu at netbsd.org


More information about the Gluster-devel mailing list