From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on inbox.vuxu.org X-Spam-Level: X-Spam-Status: No, score=-1.0 required=5.0 tests=MAILING_LIST_MULTI, RCVD_IN_DNSWL_NONE autolearn=ham autolearn_force=no version=3.4.2 Received: from primenet.com.au (ns1.primenet.com.au [203.24.36.2]) by inbox.vuxu.org (OpenSMTPD) with ESMTP id 3f756b41 for ; Tue, 30 Jul 2019 14:47:15 +0000 (UTC) Received: (qmail 4516 invoked by alias); 30 Jul 2019 14:47:10 -0000 Mailing-List: contact zsh-workers-help@zsh.org; run by ezmlm Precedence: bulk X-No-Archive: yes List-Id: Zsh Workers List List-Post: List-Help: List-Unsubscribe: X-Seq: 44590 Received: (qmail 6593 invoked by uid 1010); 30 Jul 2019 14:47:09 -0000 X-Qmail-Scanner-Diagnostics: from mx0a-001b2d01.pphosted.com by f.primenet.com.au (envelope-from , uid 7791) with qmail-scanner-2.11 (clamdscan: 0.101.2/25524. spamassassin: 3.4.2. Clear:RC:0(148.163.156.1):SA:0(-2.6/5.0):. Processed in 0.895 secs); 30 Jul 2019 14:47:09 -0000 X-Envelope-From: ayappap2@in.ibm.com X-Qmail-Scanner-Mime-Attachments: | X-Qmail-Scanner-Zip-Files: | Received-SPF: pass (ns1.primenet.com.au: SPF record at in.ibm.com designates 148.163.156.1 as permitted sender) MIME-Version: 1.0 Subject: zsh testcase hangs in AIX To: zsh-workers@zsh.org Cc: "Ayappan P2" From: "Ayappan P2" Date: Tue, 30 Jul 2019 20:16:02 +0530 X-KeepSent: CF3AC7E7:E703D5E1-00258447:0050768E; type=4; name=$KeepSent X-Mailer: IBM Notes Release 10.0.1FP1 March 26, 2019 X-LLNOutbound: False X-Disclaimed: 20951 X-TNEFEvaluated: 1 Content-type: multipart/alternative; Boundary="0__=8FBB0ED4DFC3F01E8f9e8a93df938690918c8FBB0ED4DFC3F01E" Content-Disposition: inline x-cbid: 19073014-1335-0000-0000-000000D2F48B X-IBM-SpamModules-Scores: BY=0; FL=0; FP=0; FZ=0; HX=0; KW=0; PH=0; SC=0.423878; ST=0; TS=0; UL=0; ISC=; MB=0.000102 X-IBM-SpamModules-Versions: BY=3.00011523; HX=3.00000242; KW=3.00000007; PH=3.00000004; SC=3.00000287; SDB=6.01239632; UDB=6.00653624; IPR=6.01021044; MB=3.00027958; MTD=3.00000008; XFM=3.00000015; UTC=2019-07-30 14:46:31 X-IBM-AV-DETECTION: SAVI=unsuspicious REMOTE=unsuspicious XFE=unused X-IBM-AV-VERSION: SAVI=2019-07-30 08:21:49 - 6.00010227 x-cbparentid: 19073014-1336-0000-0000-000001A6077A Message-Id: X-Proofpoint-Virus-Version: vendor=fsecure engine=2.50.10434:,, definitions=2019-07-30_07:,, signatures=0 X-Proofpoint-Spam-Reason: safe --0__=8FBB0ED4DFC3F01E8f9e8a93df938690918c8FBB0ED4DFC3F01E Content-Transfer-Encoding: quoted-printable Content-type: text/plain; charset=US-ASCII Hi, We are porting zsh 5.5.1 in AIX. As part of the build, we are running internal test suites by invoking "make check". We are experiencing a hang issue with one of the testcase named " A04redirect.ztst" . Below is the console output (with verbose set to 2 ). ZTST=5Ftest: looking for new test ZTST=5Ftest: examining line: ZTST=5Ftest: examining line: fn() { local foo; read foo; print $foo; } ZTST=5Fgetchunk: read code chunk: fn() { local foo; read foo; print $foo; } coproc fn print test output >&p read bar <&p print $bar ZTST=5Ftest: examining line: >test output ZTST=5Fgetredir: read redir for '>': test output test output ZTST=5Ftest: examining line: Running test: '>&p' and '<&p' redirection ZTST=5Ftest: expecting status: 0 Input: /tmp/zsh.ztst.2359968/ztst.in, output: /tmp/zsh.ztst.2359968/ztst.out, error: /tmp/zsh.ztst.2359968/ztst.terr test output It hanged at this step. Any help would be great. Thanks Ayappan P --0__=8FBB0ED4DFC3F01E8f9e8a93df938690918c8FBB0ED4DFC3F01E--