pkgsrc-Bugs archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
Re: pkg/56461: audio/zynaddsubfx hangs at exit and can't save settings
The following reply was made to PR pkg/56461; it has been noted by GNATS.
From: Michael van Elst <mlelstv%serpens.de@localhost>
To: gnats-bugs%netbsd.org@localhost
Cc:
Subject: Re: pkg/56461: audio/zynaddsubfx hangs at exit and can't save
settings
Date: Sat, 23 Oct 2021 17:54:23 +0200
zynaddsubfx runs two threads.
The main thread opens /dev/sequencer.
The second thread reads from the open descriptor and blocks for input.
The main thread tries to close the filedescriptor and stalls because
the descriptor is in use.
The sequencer device driver is buggy, the close should set sc_dying
and wake up the pending read. So that's a kernel bug, not pkg.
Greetings,
--
Michael van Elst
Internet: mlelstv%serpens.de@localhost
"A potential Snark may lurk in every tree."
Home |
Main Index |
Thread Index |
Old Index