[Bugs] [Bug 1232666] [geo-rep]: Segmentation faults are observed on all the master nodes
bugzilla at redhat.com
bugzilla at redhat.com
Thu Jun 18 06:34:15 UTC 2015
https://bugzilla.redhat.com/show_bug.cgi?id=1232666
--- Comment #3 from Anand Avati <aavati at redhat.com> ---
COMMIT: http://review.gluster.org/11273 committed in master by Venky Shankar
(vshankar at redhat.com)
------
commit ba7d5d914b2c897aef0616f3d95beb4d17bc51a8
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.
Change-Id: I6afc8ccedd050cf4b50b967fef8287a0c834177b
BUG: 1232666
Signed-off-by: Kotresh HR <khiremat at redhat.com>
Reviewed-on: http://review.gluster.org/11273
Tested-by: NetBSD Build System <jenkins at build.gluster.org>
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=FMJD8xugAL&a=cc_unsubscribe
More information about the Bugs
mailing list