Bug 1459759
Summary: | Glusterd segmentation fault in ' _Unwind_Backtrace' while running peer probe | ||||||
---|---|---|---|---|---|---|---|
Product: | [Community] GlusterFS | Reporter: | Gaurav Yadav <gyadav> | ||||
Component: | glusterd | Assignee: | Gaurav Yadav <gyadav> | ||||
Status: | CLOSED CURRENTRELEASE | QA Contact: | |||||
Severity: | urgent | Docs Contact: | |||||
Priority: | medium | ||||||
Version: | 3.11 | CC: | amukherj, anraj, ben, bugs, earl, gyadav, kaushal, kkeithle, ppai, sbairagy, skoduri | ||||
Target Milestone: | --- | Keywords: | Triaged | ||||
Target Release: | --- | ||||||
Hardware: | x86_64 | ||||||
OS: | Linux | ||||||
Whiteboard: | |||||||
Fixed In Version: | glusterfs-3.11.1 | Doc Type: | If docs needed, set a value | ||||
Doc Text: | Story Points: | --- | |||||
Clone Of: | 1447523 | Environment: | |||||
Last Closed: | 2017-06-28 18:32:26 UTC | Type: | Bug | ||||
Regression: | --- | Mount Type: | --- | ||||
Documentation: | --- | CRM: | |||||
Verified Versions: | Category: | --- | |||||
oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |||||
Cloudforms Team: | --- | Target Upstream Version: | |||||
Embargoed: | |||||||
Bug Depends On: | 1447523 | ||||||
Bug Blocks: | 1454418 | ||||||
Attachments: |
|
Description
Gaurav Yadav
2017-06-08 06:30:33 UTC
REVIEW: https://review.gluster.org/17496 (libglusterfs : Fix crash in glusterd while peer probing) posted (#1) for review on release-3.11 by Gaurav Yadav (gyadav) COMMIT: https://review.gluster.org/17496 committed in release-3.11 by Shyamsundar Ranganathan (srangana) ------ commit 169a64f7066a5d079c60e816a81325094ed8ad74 Author: Gaurav Yadav <gyadav> Date: Mon May 22 23:25:47 2017 +0530 libglusterfs : Fix crash in glusterd while peer probing glusterd crashes when port is being set explcitly to a range which is outside greater than short data type range. Eg. sysctl net.ipv4.ip_local_reserved_ports="49152-49156" In above case glusterd crashes while parsing the port. With this fix glusterd will be able to handle port range between INT_MIN to INT_MAX > Reviewed-on: https://review.gluster.org/17359 > Smoke: Gluster Build System <jenkins.org> > NetBSD-regression: NetBSD Build System <jenkins.org> > CentOS-regression: Gluster Build System <jenkins.org> > Reviewed-by: Samikshan Bairagya <samikshan> > Reviewed-by: Atin Mukherjee <amukherj> > Reviewed-by: Niels de Vos <ndevos> > Reviewed-by: Jeff Darcy <jeff.us> Change-Id: I7c75ee67937b0e3384502973d96b1c36c89e0fe1 BUG: 1459759 Signed-off-by: Gaurav Yadav <gyadav> Reviewed-on: https://review.gluster.org/17496 Smoke: Gluster Build System <jenkins.org> NetBSD-regression: NetBSD Build System <jenkins.org> Reviewed-by: Samikshan Bairagya <samikshan> CentOS-regression: Gluster Build System <jenkins.org> Reviewed-by: Shyamsundar Ranganathan <srangana> This bug is getting closed because a release has been made available that should address the reported issue. In case the problem is still not fixed with glusterfs-3.11.1, please open a new bug report. glusterfs-3.11.1 has been announced on the Gluster mailinglists [1], packages for several distributions should become available in the near future. Keep an eye on the Gluster Users mailinglist [2] and the update infrastructure for your distribution. [1] http://lists.gluster.org/pipermail/announce/2017-June/000074.html [2] https://www.gluster.org/pipermail/gluster-users/ |