Hi Ricardo,
On 26.09.2017 23:54, Ricardo Mestre wrote:
Hi ports@
If st's window is deleted then it will dump core due to a missing
pledge
promise, specifically proc. Once the window is deleted it will try to
send
a SIGHUP through kill(2), but since proc is missing from the pledge
applied
once the parent process then it will abort.
Is the version you tested different from the current version in ports? I
use the pleged st on all my machines (running -current) and ever saw a
core dump. Any steps on how to reproduce this?
Cheers
Matthias