bug-bash
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Bash printf should diagnose integer overflow


From: Chet Ramey
Subject: Re: Bash printf should diagnose integer overflow
Date: Fri, 22 Mar 2024 11:54:18 -0400
User-agent: Mozilla Thunderbird

On 3/22/24 2:40 AM, Paul Eggert wrote:

$ diff -u :check[34].log
--- :check3.log    2024-03-21 14:09:48.069094929 -0700
+++ :check4.log    2024-03-21 22:39:51.391869014 -0700
@@ -327,6 +327,10 @@
 warning: UNIX versions number signals and schedule processes differently.
 warning: If output differing only in line numbers is produced, please
 warning: do not consider this a test failure.
+111c111
+< ./trap8.sub: DEBUG warning: run_pending_traps: recursive invocation while running trap for signal 17
+---
+> CHLD

I've run into this before, since there's a debug message for it, but I
can't reproduce it on Fedora 39. (The question is whether or not to run
a SIGCHLD trap when you get a SIGCHLD while running the SIGCHLD trap.)

--
``The lyf so short, the craft so long to lerne.'' - Chaucer
                 ``Ars longa, vita brevis'' - Hippocrates
Chet Ramey, UTech, CWRU    chet@case.edu    http://tiswww.cwru.edu/~chet/

Attachment: OpenPGP_signature.asc
Description: OpenPGP digital signature


reply via email to

[Prev in Thread] Current Thread [Next in Thread]