www.delorie.com/archives/browse.cgi   search  
Mail Archives: cygwin/2025/02/18/17:38:58

DMARC-Filter: OpenDMARC Filter v1.4.2 delorie.com 51IMcv3C3659579
Authentication-Results: delorie.com; dmarc=pass (p=none dis=none) header.from=cygwin.com
Authentication-Results: delorie.com; spf=pass smtp.mailfrom=cygwin.com
DKIM-Filter: OpenDKIM Filter v2.11.0 delorie.com 51IMcv3C3659579
Authentication-Results: delorie.com;
dkim=pass (1024-bit key, unprotected) header.d=cygwin.com header.i=@cygwin.com header.a=rsa-sha256 header.s=default header.b=twhIrEvc
X-Recipient: archive-cygwin AT delorie DOT com
DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 5CCCB3858C42
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=cygwin.com;
s=default; t=1739918335;
bh=6e1nzvTxaxVhvXeQ2uKdKkhGMcI2ZrVxS7g9HEv5AL0=;
h=Date:To:Subject:In-Reply-To:References:List-Id:List-Unsubscribe:
List-Archive:List-Post:List-Help:List-Subscribe:From:Reply-To:
From;
b=twhIrEvca/avMwRbTPJHcpFSZpiUFrqKdt5sElrT55swU7NYF53rk3r7myy9pLmjS
Jnhkjfu+Ll+txfDqGpgKKBYvthgTF2gzuJM8EBV6Lcf7Rc3ByM1GrNCfgZAGluIo8Y
UD3hyaJzd3UOP7ph/vMjPIm89Ev4JgIzRmgBkybk=
X-Original-To: cygwin AT cygwin DOT com
Delivered-To: cygwin AT cygwin DOT com
DMARC-Filter: OpenDMARC Filter v1.4.2 sourceware.org 828763858D20
ARC-Filter: OpenARC Filter v1.0.0 sourceware.org 828763858D20
ARC-Seal: i=1; a=rsa-sha256; d=sourceware.org; s=key; t=1739918299; cv=none;
b=aneQ7P208TN5x13aSb8k6Iz0bcDjWXbk5TNNPnFQFR4+I4j8WwlX052Lr7XH9s42cBpFDreh3YHocVFFR4x7+zxD75pR5s5yTwNoh8HFtHVflrgK+5YUjsEmSfc3SAC2DdrRo6mcRMLXudXrQlidvQDd+IZ/ciki2f4gJkqmVz8=
ARC-Message-Signature: i=1; a=rsa-sha256; d=sourceware.org; s=key;
t=1739918299; c=relaxed/simple;
bh=DZTy2LUx0f//z33BnHOSaEAwQ7W8/PfttHEPwcRMv7k=;
h=Date:From:To:Subject:Message-Id:Mime-Version:DKIM-Signature;
b=rIaHQba6NYn4+wzjoeJas1/Jw6OQWXlTkCsahQ8sYjRKOfsIWdqTUO13l+g4iBojc1/2XgYWUZUEptFbl84xnQIDYlmQMHWz7zo8CACPhjqM8NcetsG01iLPP0+96YStL5sJfJlT9WHJ2UmsADLhmvB+4FFjQ7hj8ApQw5hciW0=
ARC-Authentication-Results: i=1; server2.sourceware.org
DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 828763858D20
Date: Wed, 19 Feb 2025 07:38:13 +0900
To: cygwin AT cygwin DOT com
Subject: Re: lost output after pipe redirection
Message-Id: <20250219073813.7b26b8db73e055b9f1d2c75b@nifty.ne.jp>
In-Reply-To: <32abf18d-488e-4658-b006-96c62cfd1f00@gmail.com>
References: <6bc117eb-ece2-43a7-91ae-6ab17d62f6ca AT gmail DOT com>
<20250218205647 DOT 41b64c0fded65dc9bc681589 AT nifty DOT ne DOT jp>
<32abf18d-488e-4658-b006-96c62cfd1f00 AT gmail DOT com>
X-Mailer: Sylpheed 3.7.0 (GTK+ 2.24.30; i686-pc-mingw32)
Mime-Version: 1.0
X-BeenThere: cygwin AT cygwin DOT com
X-Mailman-Version: 2.1.30
List-Id: General Cygwin discussions and problem reports <cygwin.cygwin.com>
List-Unsubscribe: <https://cygwin.com/mailman/options/cygwin>,
<mailto:cygwin-request AT cygwin DOT com?subject=unsubscribe>
List-Archive: <https://cygwin.com/pipermail/cygwin/>
List-Post: <mailto:cygwin AT cygwin DOT com>
List-Help: <mailto:cygwin-request AT cygwin DOT com?subject=help>
List-Subscribe: <https://cygwin.com/mailman/listinfo/cygwin>,
<mailto:cygwin-request AT cygwin DOT com?subject=subscribe>
From: Takashi Yano via Cygwin <cygwin AT cygwin DOT com>
Reply-To: Takashi Yano <takashi DOT yano AT nifty DOT ne DOT jp>
Errors-To: cygwin-bounces~archive-cygwin=delorie DOT com AT cygwin DOT com
Sender: "Cygwin" <cygwin-bounces~archive-cygwin=delorie DOT com AT cygwin DOT com>

On Tue, 18 Feb 2025 21:59:36 +0100
Marco Atzeriwrote:
> On 18/02/2025 12:56, Takashi Yano via Cygwin wrote:
> > Hi Marco,
> > 
> > On Mon, 17 Feb 2025 09:28:11 +0100
> > Marco Atzeri wrote:
> >> Hi Takashi,
> >>
> >> I think there is still issue on pipe redirection output lost.
> >> I have two cases where during package tests the test are reported as
> >> failures as the output is missing, while running the test stand alone
> >> the output is produced as expected.
> >>
> 
> >> --------------------------------------------------------------
> > 
> > This is not a pipe problem, but just a path problem for gdbmtool.
> > Please try the patch attached.
> 
> Thanks Takashi,
> 
> it works.
> I reported the solution upstream.

I forgot to mention, but this problem does not occur in Linux.
I don't know why.

-- 
Takashi Yano <takashi DOT yano AT nifty DOT ne DOT jp>

-- 
Problem reports:      https://cygwin.com/problems.html
FAQ:                  https://cygwin.com/faq/
Documentation:        https://cygwin.com/docs.html
Unsubscribe info:     https://cygwin.com/ml/#unsubscribe-simple

- Raw text -


  webmaster     delorie software   privacy  
  Copyright © 2019   by DJ Delorie     Updated Jul 2019