[Bugs] [Bug 1369393] New: dead loop in changelog_rpc_server_destroy

bugzilla at redhat.com bugzilla at redhat.com
Tue Aug 23 09:39:12 UTC 2016


https://bugzilla.redhat.com/show_bug.cgi?id=1369393

            Bug ID: 1369393
           Summary: dead loop in changelog_rpc_server_destroy
           Product: GlusterFS
           Version: mainline
         Component: changelog
          Assignee: bugs at gluster.org
          Reporter: ryan.ding at open-fs.com
                CC: bugs at gluster.org



Description of problem:
the programe unregister loop never get moved forward, it's a dead loop. post
the bug code here:
        while (*progs) {
                prog = *progs;
                (void) rpcsvc_program_unregister (rpc, prog);
                progs++;
        }

-- 
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