bug-make
[Top][All Lists]
Advanced

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

[bug #46077] SHELL process handling does not work under Windows 10 in x6


From: anonymous
Subject: [bug #46077] SHELL process handling does not work under Windows 10 in x64 build -> endless waiting
Date: Tue, 29 Sep 2015 18:55:35 +0000
User-agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36 Edge/12.10240

URL:
  <http://savannah.gnu.org/bugs/?46077>

                 Summary: SHELL process handling does not work under Windows
10 in x64 build -> endless waiting
                 Project: make
            Submitted by: None
            Submitted on: Di 29 Sep 2015 18:55:34 UTC
                Severity: 3 - Normal
              Item Group: Bug
                  Status: None
                 Privacy: Public
             Assigned to: None
             Open/Closed: Open
         Discussion Lock: Any
       Component Version: 4.1
        Operating System: MS Windows
           Fixed Release: None
           Triage Status: None

    _______________________________________________________

Details:

This is due to using 

extern int shell_function_pid;

should be 

extern pid_t shell_function_pid;

In the windows build pid_t is defined as pointer, works in 32bit but not in
64bit environment.

The attached patch fixes this problem
best regards
Bernd Oerding




    _______________________________________________________

Reply to this item at:

  <http://savannah.gnu.org/bugs/?46077>

_______________________________________________
  Nachricht gesendet von/durch Savannah
  http://savannah.gnu.org/




reply via email to

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