#954120 dovecot-core: 'doveadm dump' hang and unable to kill with FUTEX_WAIT_PRIVATE

Package:
dovecot-core
Source:
dovecot
Description:
secure POP3/IMAP server - core files
Submitter:
BetaBoy
Date:
2021-06-02 11:27:02 UTC
Severity:
normal
#954120#5
Date:
2020-03-17 03:31:38 UTC
From:
To:
Dear Maintainer,

   * What led up to the situation?

When I try to use the command 'dovecot dump username', it just hang
and unkillable by CTRL-C. Finally need to reboot to get rid of it.

   * What exactly did you do (or not do) that was effective (or
     ineffective)?

# jobs -l
[1]+  2447 Running                 doveadm dump username
      2448 Running                 | grep 'ref.*\b0\b' &  (wd: /home)

# strace -p 2447
strace: Process 2447 attached
futex(0x5622aae21730, FUTEX_WAIT_PRIVATE, 2, NULL <--hanging here

Thanks.