[Bug 235305] net/glusterfs: Memory leak in 3.11/3.12

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Sun Dec 15 22:15:04 UTC 2019


https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=235305

iron.udjin at gmail.com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |iron.udjin at gmail.com

--- Comment #10 from iron.udjin at gmail.com ---
Hello,

There is 3.13.2 available. But it doesn't compile on 12.1-STABLE:

--- glfs-fops.lo ---
glfs-fops.c:4894:13: warning: logical not is only applied to the left hand side
of this bitwise operator [-Wlogical-not-parentheses]
        if (!xstat->flags_handled & GFAPI_XREADDIRP_STAT)
            ^                     ~
glfs-fops.c:4894:13: note: add parentheses after the '!' to evaluate the
bitwise operator first
        if (!xstat->flags_handled & GFAPI_XREADDIRP_STAT)
            ^
             (                                          )
glfs-fops.c:4894:13: note: add parentheses around left hand side expression to
silence this warning
        if (!xstat->flags_handled & GFAPI_XREADDIRP_STAT)
            ^
            (                    )
--- glfs-mgmt.lo ---
mv -f .deps/glfs-mgmt.Tpo .deps/glfs-mgmt.Plo
--- glfs-resolve.lo ---
mv -f .deps/glfs-resolve.Tpo .deps/glfs-resolve.Plo
--- glfs.lo ---
error: versioned symbol glfs_upcall_register@@GFAPI_3.13.0 must be defined
error: versioned symbol glfs_upcall_unregister@@GFAPI_3.13.0 must be defined
2 errors generated.
*** [glfs.lo] Error code 1

make[5]: stopped in /usr/ports/net/glusterfs/work/glusterfs-3.13.2/api/src
--- glfs-handleops.lo ---
mv -f .deps/glfs-handleops.Tpo .deps/glfs-handleops.Plo
--- glfs-fops.lo ---
1 warning generated.
mv -f .deps/glfs-fops.Tpo .deps/glfs-fops.Plo
1 error

make[5]: stopped in /usr/ports/net/glusterfs/work/glusterfs-3.13.2/api/src
*** [all-recursive] Error code 1

make[4]: stopped in /usr/ports/net/glusterfs/work/glusterfs-3.13.2/api
1 error

make[4]: stopped in /usr/ports/net/glusterfs/work/glusterfs-3.13.2/api
*** [all-recursive] Error code 1

make[3]: stopped in /usr/ports/net/glusterfs/work/glusterfs-3.13.2
1 error

make[3]: stopped in /usr/ports/net/glusterfs/work/glusterfs-3.13.2
*** [all] Error code 2

make[2]: stopped in /usr/ports/net/glusterfs/work/glusterfs-3.13.2
1 error

Is there way to fix it?

-- 
You are receiving this mail because:
You are the assignee for the bug.


More information about the freebsd-ports-bugs mailing list