Bug 692100

Summary: ElectricFence doesn't support posix_memalign
Product: [Fedora] Fedora Reporter: Yann Droneaud <yann>
Component: ElectricFenceAssignee: Petr Machata <pmachata>
Status: CLOSED DUPLICATE QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: medium Docs Contact:
Priority: unspecified    
Version: 14CC: kraxel, mkenneth, mnewsome, mnowak, pmachata, pmuller, syeghiay, virt-maint
Target Milestone: ---   
Target Release: ---   
Hardware: All   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: 603075 Environment:
Last Closed: 2011-03-30 12:45:56 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 Yann Droneaud 2011-03-30 12:37:19 UTC
+++ This bug was initially created as a clone of Bug #603075 +++

With ElectricFence-2.2.2-30.fc14, For program that use posix_memalign(), ElectricFence incorrectly report errors such as:

ElectricFence Aborting: free(7fa424019200): address not from malloc().

In fact ElectricFence doesn't support posix_memalign(), so libc'smalloc() is called for allocation, but efence's free() is called for dellocation.

Bug #603075 has a patch that fix the problem.

Comment 1 Yann Droneaud 2011-03-30 12:43:39 UTC
It seems to be fixed in Fedora Core 15's ElectricFence-2.2.2-32.fc15, see this link

http://lists.fedoraproject.org/pipermail/scm-commits/2011-March/579237.html

Comment 2 Yann Droneaud 2011-03-30 12:45:56 UTC

*** This bug has been marked as a duplicate of bug 684019 ***