-
- Downloads
terminal: Restore SIGPIPE signal handler to oldact (SIG_DFL)
Prior to executing a new command restore the parent process to the default SIG_DLF handler as we normally use SIG_IGN it to avoid crashing on pasted input. As we seem to be hitting a Broken Pipe message when running certain scripts, it seem we need to restore back the default handler. This is similar to what other folks have been doing in https://github.com/labwc/labwc/issues/1209 . Fixes: #994 Signed-off-by:Marius Vlad <marius.vlad@collabora.com>
parent
46f25304
No related branches found
No related tags found
Pipeline #1387827 passed
Stage: Pre Base container
Stage: Base container
Stage: Full build and test
Stage: No-GL build and test
Stage: Other builds
Stage: pages
Stage: deploy
Please register or sign in to comment