[Bugs] [Bug 1369524] New: segment fault while join thread reaper_thr in fini()
bugzilla at redhat.com
bugzilla at redhat.com
Tue Aug 23 16:23:42 UTC 2016
https://bugzilla.redhat.com/show_bug.cgi?id=1369524
Bug ID: 1369524
Summary: segment fault while join thread reaper_thr in fini()
Product: GlusterFS
Version: mainline
Component: upcall
Assignee: bugs at gluster.org
Reporter: ryan.ding at open-fs.com
CC: bugs at gluster.org
Description of problem:
reaper_thr thread may not be started according to option 'cache-invalidation',
if it's not started, the following code in fini() will cause segment fault:
priv->fini = 1;
pthread_join (priv->reaper_thr, NULL);
--
You are receiving this mail because:
You are on the CC list for the bug.
You are the assignee for the bug.
More information about the Bugs
mailing list