[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug #60774] make hangs on fcntl lock when using -O and stdout is /dev/n
From: |
Eli Zaretskii |
Subject: |
[bug #60774] make hangs on fcntl lock when using -O and stdout is /dev/null |
Date: |
Sat, 24 Jul 2021 11:25:47 -0400 (EDT) |
User-agent: |
Mozilla/5.0 (Windows NT 5.1; rv:52.0) Gecko/20100101 Firefox/52.0 |
Follow-up Comment #5, bug #60774 (project make):
The MS-Windows port of GNU Make doesn't lock stdout (or any other standard
device). Instead, it uses a mutex to synchronize output. So I think this
problem cannot happen on Windows.
But I see that your changeset touches quite a few places in the code which is
Windows specific, and I wonder why did you have to do that, since the problem
you are trying to fix doesn't exist there. Wouldn't it be more prudent to
leave the Windows-only code alone?
_______________________________________________________
Reply to this item at:
<https://savannah.gnu.org/bugs/?60774>
_______________________________________________
Message sent via Savannah
https://savannah.gnu.org/
- [bug #60774] make hangs on fcntl lock when using -O and stdout is /dev/null, Mike Frysinger, 2021/07/21
- [bug #60774] make hangs on fcntl lock when using -O and stdout is /dev/null, Dmitry Goncharov, 2021/07/24
- [bug #60774] make hangs on fcntl lock when using -O and stdout is /dev/null, Dmitry Goncharov, 2021/07/24
- [bug #60774] make hangs on fcntl lock when using -O and stdout is /dev/null, Dmitry Goncharov, 2021/07/24
- [bug #60774] make hangs on fcntl lock when using -O and stdout is /dev/null,
Eli Zaretskii <=
- Re: [bug #60774] make hangs on fcntl lock when using -O and stdout is /dev/null, David Boyce, 2021/07/24
- Re: [bug #60774] make hangs on fcntl lock when using -O and stdout is /dev/null, Dmitry Goncharov, 2021/07/24
- Re: [bug #60774] make hangs on fcntl lock when using -O and stdout is /dev/null, David Boyce, 2021/07/24
- Re: [bug #60774] make hangs on fcntl lock when using -O and stdout is /dev/null, Dmitry Goncharov, 2021/07/24
- Re: [bug #60774] make hangs on fcntl lock when using -O and stdout is /dev/null, Paul Smith, 2021/07/25
- Re: [bug #60774] make hangs on fcntl lock when using -O and stdout is /dev/null, Dmitry Goncharov, 2021/07/25
- Re: [bug #60774] make hangs on fcntl lock when using -O and stdout is /dev/null, Paul Smith, 2021/07/25
- Re: [bug #60774] make hangs on fcntl lock when using -O and stdout is /dev/null, Paul Smith, 2021/07/25
- Re: [bug #60774] make hangs on fcntl lock when using -O and stdout is /dev/null, Dmitry Goncharov, 2021/07/25
- Re: [bug #60774] make hangs on fcntl lock when using -O and stdout is /dev/null, Paul Smith, 2021/07/25