gstreamer/subprojects/gst-devtools
Piotr Brzeziński 2cc30770cf tools: Disable fault signal handlers in gst-launch/gst-validate on macOS
By default, macOS attempts to run lldb against a misbehaving process to handle the crash. This does not play well
with the SISEGV/SIGQUIT handler we add in gst-launch/gst-validate. The 'spinning' mechanism causes the lldb
and debugserver processes ran by macOS to misbehave, taking 100% CPU and rendering both themselves and the GStreamer
instance frozen and very hard to effectively kill. macOS's Activity Monitor is also unusable while this is happening.

This patch takes the quickest possible solution of just disabling those signal handlers entirely on macOS.

Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/5190>
2023-08-16 08:52:36 +00:00
..
debug-viewer debug-viewer: Remove unnecessary call to gettext.bind_textdomain_codeset() 2023-07-13 15:07:20 +00:00
docs validate:ssim: fix gst-validate tool name in the example 2023-02-15 23:06:50 +00:00
scripts gst-omx: Retire the whole package 2023-07-16 19:10:03 +00:00
tracer stats: Adapt to new serialization of enums 2023-03-14 04:39:14 +00:00
validate tools: Disable fault signal handlers in gst-launch/gst-validate on macOS 2023-08-16 08:52:36 +00:00
.gitignore Move files from gst-devtools into the "subprojects/gst-devtools/" subdir 2021-09-24 16:15:38 -03:00
gst-devtools.doap Release 1.22.0 2023-01-23 19:41:07 +00:00
meson.build Back to development 2023-01-23 23:04:53 +00:00
meson_options.txt tools: Add support for building gstreamer tools against gst-full 2022-03-30 17:43:17 +00:00
NEWS Release 1.22.0 2023-01-23 19:41:07 +00:00
RELEASE Release 1.22.0 2023-01-23 19:41:07 +00:00