Closed alfonmga closed 3 years ago
Looks like when releaser.Release() is fired the process hangs on futex system call.
releaser.Release()
strace output:
strace
[root@box-centos7 ~]# strace -p 4394 strace: Process 4394 attached futex(0xc000084550, FUTEX_WAIT_PRIVATE, 0, NULL
Thanks for this awesome library btw!
I cannot reproduce it now. It may be a Vagrant local issue.
Looks like when
releaser.Release()
is fired the process hangs on futex system call.strace
output:Thanks for this awesome library btw!