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

From: <bugzilla-noreply_at_freebsd.org>
Date: Thu, 10 Nov 2022 09:54:40 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=267193

--- Comment #2 from Tijl Coosemans <tijl@FreeBSD.org> ---
(In reply to Kubilay Kocak from comment #1)
I can't add anything to what you've already said.  I looked at the code and
didn't see anything special.  -q means no output to stderr.  And both /dev/null
are opened with fopen("/dev/null", "r"), read with getc (which returns EOF),
and closed with fclose.  Because the result is empty no output file is opened.

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