From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 990 invoked from network); 14 Jan 2004 16:05:24 -0000 Received: from sunsite.dk (130.225.247.90) by ns1.primenet.com.au with SMTP; 14 Jan 2004 16:05:24 -0000 Received: (qmail 16483 invoked by alias); 14 Jan 2004 16:05:16 -0000 Mailing-List: contact zsh-workers-help@sunsite.dk; run by ezmlm Precedence: bulk X-No-Archive: yes X-Seq: 19367 Received: (qmail 16455 invoked from network); 14 Jan 2004 16:05:15 -0000 Received: from localhost (HELO sunsite.dk) (127.0.0.1) by localhost with SMTP; 14 Jan 2004 16:05:15 -0000 X-MessageWall-Score: 0 (sunsite.dk) Received: from [198.51.251.8] by sunsite.dk (MessageWall 1.0.8) with SMTP; 14 Jan 2004 16:5:15 -0000 Received: from chorus.teradyne.com (chorus.teradyne.com [131.101.1.195]) by rent.teradyne.com (8.8.8+Sun/8.8.8) with ESMTP id LAA22060; Wed, 14 Jan 2004 11:05:11 -0500 (EST) Received: from kiki.icd.teradyne.com (kiki.icd.teradyne.com [131.101.10.126]) by chorus.teradyne.com (8.8.8+Sun/8.7.1) with ESMTP id LAA28891; Wed, 14 Jan 2004 11:05:12 -0500 (EST) Received: from denver.icd.teradyne.com (denver [131.101.18.106]) by kiki.icd.teradyne.com (8.9.3+Sun/8.9.3) with ESMTP id LAA20175; Wed, 14 Jan 2004 11:05:59 -0500 (EST) Received: (from shelton@localhost) by denver.icd.teradyne.com (8.11.6+Sun/8.11.6) id i0EG5AQ00659; Wed, 14 Jan 2004 11:05:10 -0500 (EST) X-Authentication-Warning: denver.icd.teradyne.com: shelton set sender to acs@alumni.princeton.edu using -f To: zsh-workers@sunsite.dk cc: Vin Shelton Subject: Coredump in test B02 as of 2004-01-13 From: Vin Shelton Organization: Teradyne, Inc Date: Wed, 14 Jan 2004 11:05:10 -0500 Message-ID: <545y8saseh5.fsf@alumni.princeton.edu> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Greetings, On my SunOS systems at work I'm seeing the following failure in the testsuite when running against a build of 2004-01-13: (Partial result from 'ZTST_verbose=2 make TESTNUM=B02 check') Running test: Stress test: all parameters are local and unset, using -m ZTST_test: expecting status: 0 Input: /tmp/zsh.ztst.in.722, output: /tmp/zsh.ztst.out.722, error: /tmp/zsh.ztst.terr.722 ZTST_execchunk: status 0 ZTST_test: test produced standard output: scalar a r y ZTST_test: and standard error: Test successful. ZTST_test: looking for new test ZTST_test: examining line: ZTST_test: examining line: # The first declare works around the "not an identifier" bug with -h ZTST_getchunk: read code chunk: # The first declare works around the "not an identifier" bug with -h declare \! \# \$ \* - \? @ 0 typeset -h +g -m \* unset -m \* integer i=9 float -H f=9 declare -t scalar declare -H -a array typeset typeset + ZTST_test: examining line: >array local array ZTST_getredir: read redir for '>': array local array float local f integer local i=9 local tagged scalar='' array local array float local f integer local i local tagged scalar ZTST_test: examining line: Running test: Parameter hiding and tagging, printing types and values ZTST_test: expecting status: 0 Input: /tmp/zsh.ztst.in.722, output: /tmp/zsh.ztst.out.722, error: /tmp/zsh.ztst.terr.722 Segmentation Fault - core dumped make: [check] Error 139 (ignored) rm -rf Modules .zcompdump The 2004-01-12 build did not show this coredump, IIRC. HTH, Vin -- In a minute there is time For decisions and revisions which a minute will reverse. T.S. Eliot [URL: http://www.cs.amherst.edu/~ccm/prufrock.html]