[Bugs] [Bug 1233044] [geo-rep]: Segmentation faults are observed on all the master nodes
bugzilla at redhat.com
bugzilla at redhat.com
Fri Jun 19 07:12:38 UTC 2015
https://bugzilla.redhat.com/show_bug.cgi?id=1233044
--- Comment #2 from Anand Avati <aavati at redhat.com> ---
COMMIT: http://review.gluster.org/11308 committed in release-3.7 by Venky
Shankar (vshankar at redhat.com)
------
commit d37920661fa36aa1c77de20351d79f7378222e80
Author: Kotresh HR <khiremat at redhat.com>
Date: Wed Jun 17 14:39:26 2015 +0530
libgfchangelog: Fix crash in gf_changelog_process
Problem:
Crash observed in gf_changelog_process and
gf_changelog_callback_invoker.
Cause:
Assignments to arguments passed to thread is done
post thread creation. If the thread created gets
scheduled before the assignment and access these
variables, it would crash with segmentation fault.
Solution:
Assignments to arguments are done prior to the thread
creation.
BUG: 1233044
Change-Id: I520599ab43026d25f4064ce71bd5a8b8e0d4b90a
Signed-off-by: Kotresh HR <khiremat at redhat.com>
Reviewed-on: http://review.gluster.org/11273
Reviewed-on: http://review.gluster.org/11308
Tested-by: Gluster Build System <jenkins at build.gluster.com>
Reviewed-by: Venky Shankar <vshankar at redhat.com>
--
You are receiving this mail because:
You are on the CC list for the bug.
Unsubscribe from this bug https://bugzilla.redhat.com/token.cgi?t=TCzyIX8Qwt&a=cc_unsubscribe
More information about the Bugs
mailing list