bugmake - Bugs: bug #57967, make messes up the terminal

 
 

bug #57967: make messes up the terminal

Submitter:  None
Submitted:  Sat 07 Mar 2020 12:07:51 PM UTC
   
 
Severity:  3 - Normal Item Group:  Bug
Status:  Fixed Privacy:  Public
Assigned to:  psmith Open/Closed:  Closed
Component Version:  4.0 Operating System:  POSIX-Based
Fixed Release:  4.4 Triage Status:  None
* Mandatory Fields

Add a New Comment Rich Markup
   

Tue 31 Mar 2020 05:12:05 AM UTC, comment #1: 

Patch applied.  Thanks!

Paul D. Smith <psmith>
Group administrator
Sat 07 Mar 2020 12:07:51 PM UTC, original submission:  

I have a program which is using the splice(2) system call for i/o when the source is a pipe.

Each time I run GNU make in the terminal, the program will fail afterwards with an error caused by splice(2) not being able to write to the terminal anymore.

It happens because GNU make sets the terminal in append-mode, and splice(2) will not accept it.

I have already described this bug at

https://stackoverflow.com/a/60020271/10306503

and also already submitted a report with a patch to bug-make@

https://lists.gnu.org/archive/html/bug-make/2020-02/msg00000.html

which was ignored without any explanation.

Anonymous

 

(Note: upload size limit is set to 16384 kB, after insertion of the required escape characters.)

Attach Files:
   
   
Comment:
   

No files currently attached

 

Depends on the following items: None found

Items that depend on this one: None found

 

Carbon-Copy List
  • -email is unavailable- added by psmith (Posted a comment)
  •  

    There are 0 votes so far. Votes easily highlight which items people would like to see resolved in priority, independently of the priority of the item set by tracker managers.

    Only logged-in users can vote.

     

    Follow 5 latest changes.

    Date Changed by Updated Field Previous Value => Replaced by
    2020-03-31 psmith StatusNone Fixed
        Assigned toNone psmith
        Open/ClosedOpen Closed
        Component Version4.4 4.0
        Fixed ReleaseNone 4.4

    Back to the top

    Powered by Savane 3.13-4448.
    Corresponding source code