[Bugs] [Bug 1632717] New: EC crashes when running on non 64-bit architectures
bugzilla at redhat.com
bugzilla at redhat.com
Tue Sep 25 11:22:29 UTC 2018
https://bugzilla.redhat.com/show_bug.cgi?id=1632717
Bug ID: 1632717
Summary: EC crashes when running on non 64-bit architectures
Product: GlusterFS
Version: mainline
Component: porting
Assignee: bugs at gluster.org
Reporter: jahernan at redhat.com
CC: bugs at gluster.org
Description of problem:
When gluster is compiled on a non 64-bit architecture, it shows many warnings,
but creates an executable. However that executable doesn't work when a disperse
volume is created.
Version-Release number of selected component (if applicable):
How reproducible:
Always
Steps to Reproduce:
1. Compile gluster in a 32 bit architecture
2. Create a dispersed volume
3. Try to create a file and write data to it
Actual results:
The fuse mount crashes
Expected results:
The file should be created and written.
Additional info:
Some of the warnings are critical because of the implied size of size_t data
type when passed as a reference to some functions that expect an uint64_t *.
--
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