[Bug 267193] devel/gettext-tools: msgmerge -q /dev/null /dev/null hangs uninterruptedly on amd64 in kvm

From: <bugzilla-noreply_at_freebsd.org>
Date: Mon, 12 Jun 2023 05:37:48 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=267193

Zeus Panchenko <zeus@gnu.org.ua> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |zeus@gnu.org.ua

--- Comment #4 from Zeus Panchenko <zeus@gnu.org.ua> ---
same for me
13.1 and 13.2 on Hetzner AMD VMs causes exactly same behavior and switching to
Intel VM solved everything ...


> truss -f -d -s 400 /usr/local/bin/msgmerge --update -q /dev/null /dev/null
...
69098: 0.021860797 sigprocmask(SIG_SETMASK,{ },0x0) = 0 (0x0)
69098: 0.021970072 sigprocmask(SIG_SETMASK,{
SIGHUP|SIGINT|SIGQUIT|SIGILL|SIGTRAP|SIGABRT|SIGEMT|SIGFPE|SIGKILL|SIGBUS|SIGSEGV|SIGSYS|SIGPIPE|SIGALRM|SIGTERM|SIGURG|SIGSTOP|SIGTSTP|SIGCONT|SIGCHLD|SIGTTIN|SIGTTOU|SIGIO|SIGXCPU|SIGXFSZ|SIGVTALRM|SIGPROF|SIGWINCH|SIGINFO|SIGUSR1|SIGUSR2
},{ }) = 0 (0x0)
69098: 0.022076361 sigaction(SIGPIPE,0x0,{ SIG_DFL SA_RESTART ss_t }) = 0 (0x0)
69098: 0.022158451 sigprocmask(SIG_SETMASK,{ },0x0) = 0 (0x0)
69098: 0.022254249
cpuset_getaffinity(0x3,0x1,0xffffffffffffffff,0x20,0x800e1a140) = 0 (0x0)
69098: 0.022351039
cpuset_getaffinity(0x3,0x1,0xffffffffffffffff,0x20,0x800e1a1c0) = 0 (0x0)
69098: 0.022462919
cpuset_setaffinity(0x3,0x1,0xffffffffffffffff,0x20,0x800e1a240) = 0 (0x0)

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