X-Git-Url: https://git.lttng.org/?p=ust.git;a=blobdiff_plain;f=usttrace;fp=usttrace;h=c90ee9d8e44f64cf81a443155c3610f7675c6151;hp=4f6f1f26bf9241d67f8c0f8647e9be05ad03887c;hb=b31f279b5fa10164bba3a81aadb13d9f18b21f53;hpb=d6d27063c1bef41888d6310d992106c205859353 diff --git a/usttrace b/usttrace index 4f6f1f2..c90ee9d 100755 --- a/usttrace +++ b/usttrace @@ -145,12 +145,6 @@ fi export LD_PRELOAD="$LD_PRELOAD:$LIBINTERFORK_PATH" fi -# Install a handler for SIGIO. This is the signal that will be sent by ustd to -# the traced program to trigger the creation of its listener thread. However, -# it is possible that the SIGIO will be sent after the shell fork, but before -# the exec of the command. If this handler isn't there, bash might terminate -# because of a unhandled signal. - # Execute the command $CMD 2>&1 ) | tee "$OUTDIR/app.log"