[PATCH] posix: Add SIGSEGV on the trap list for globtest.sh
Florian Weimer
fweimer@redhat.com
Tue Apr 11 21:13:00 GMT 2017
On 04/11/2017 09:59 PM, Adhemerval Zanella wrote:
>
>
> On 11/04/2017 15:22, Florian Weimer wrote:
>> On 04/11/2017 08:09 PM, Adhemerval Zanella wrote:
>>> -trap 'chmod 777 $testdir/noread; rm -fr $testdir $testout' 1 2 3 15
>>> +trap 'chmod 777 $testdir/noread; rm -fr $testdir $testout' HUP INT QUIT SEGV TERM
>>
>> Does the shell really receive the signal? Why not use “0”?
>
> It does not off course since it is not the shell that is actually generating
> the segfault.
Well, the shell uses globbing, too, so who knows. :)
> I will rewrite the patch.
Thanks. Using 0 is probably the correct choice, then.
Florian
More information about the Libc-alpha
mailing list