Bug 555728
Summary: | mouting of gluster filesystems fails with a crash | ||
---|---|---|---|
Product: | [Fedora] Fedora | Reporter: | Chris Jones <rollercow> |
Component: | glusterfs | Assignee: | Jonathan Steffan <jonathansteffan> |
Status: | CLOSED NEXTRELEASE | QA Contact: | Fedora Extras Quality Assurance <extras-qa> |
Severity: | medium | Docs Contact: | |
Priority: | low | ||
Version: | 13 | CC: | dennis, jonathansteffan, matthias, peljasz |
Target Milestone: | --- | ||
Target Release: | --- | ||
Hardware: | All | ||
OS: | Linux | ||
Whiteboard: | |||
Fixed In Version: | Doc Type: | Bug Fix | |
Doc Text: | Story Points: | --- | |
Clone Of: | Environment: | ||
Last Closed: | 2010-04-17 20:16:13 UTC | Type: | --- |
Regression: | --- | Mount Type: | --- |
Documentation: | --- | CRM: | |
Verified Versions: | Category: | --- | |
oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
Cloudforms Team: | --- | Target Upstream Version: | |
Embargoed: |
Description
Chris Jones
2010-01-15 10:52:09 UTC
I see a similar crash on FC12, but not on FC11, which seems to use the same version of glusterfs. The glibc version differs: FC11: [root@bluebox0 ~]# rpm -q fuse glusterfs-client glusterfs-server glibc fuse-2.8.1-2.fc11.i586 glusterfs-client-2.0.9-1.fc11.i586 glusterfs-server-2.0.9-1.fc11.i586 glibc-2.10.2-1.i586 FC12: [root@applebook ~]# rpm -q fuse glusterfs-client glusterfs-server glibc fuse-2.8.1-4.fc12.i686 glusterfs-client-2.0.9-1.fc12.i686 glusterfs-server-2.0.9-1.fc12.i686 glibc-2.11.1-1.i686 Could be related to this: http://bugs.gluster.com/cgi-bin/bugzilla3/show_bug.cgi?id=197 a combination of gcc and glibc changes together with non-compliant C99 code in glusterfs. This bug appears to have been reported against 'rawhide' during the Fedora 13 development cycle. Changing version to '13'. More information and reason for this action is here: http://fedoraproject.org/wiki/BugZappers/HouseKeeping https://bugzilla.altlinux.org/show_bug.cgi?id=20977 has more (and it reads like it's the correct fix for this) information also. I've tried the no-stack-protector stated by upstream, and this still fails. See: http://bugs.gluster.com/cgi-bin/bugzilla3/show_bug.cgi?id=197#c23 I will be trying with -D_FORTIFY_SOURCE=1 shortly. -D_FORTIFY_SOURCE=1 prevents the crash, but I'm seeing other issues where the transport endpoint times out randomly. Still debugging that issue. https://admin.fedoraproject.org/updates/glusterfs-2.0.9-2.fc13 Please confirm you also see this build as working. Thanks. yes, 2.0.9-2.fc12 from updates-testing seems to work just fine, glusterfs-volgen was crashing too, now seems fine but now glusterfs-volgen binary is moved from glusterfs-common though yum says it is there, it is in devel rpm now, is it intentional? Yes, the move of glusterfs-volgen to the devel subpackage was intentional. I'm going to go ahead and push this build of glusterfs to stable. Thanks for the feedback. |