Mailing-List: contact zsh-workers-help@zsh.org; run by ezmlm
Precedence: bulk
X-No-Archive: yes
List-Id: Zsh Workers List <zsh-workers.zsh.org>
List-Post: <mailto:zsh-workers@zsh.org>
List-Help: <mailto:zsh-workers-help@zsh.org>
X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on f.primenet.com.au
X-Spam-Level: 
X-Spam-Status: No, score=-1.9 required=5.0 tests=BAYES_00,T_DKIM_INVALID
	autolearn=ham autolearn_force=no version=3.4.0
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed;
        d=brasslantern-com.20150623.gappssmtp.com; s=20150623;
        h=from:message-id:date:in-reply-to:comments:references:to:subject:cc
         :mime-version:content-type;
        bh=YWK16ePOi/sFvs3WC/V2gc4ObHgJPUrVLRw9y9VXdV4=;
        b=pPnqlOFSoyvbmiHnZf2A+sXAMvpcd1IGgZW48hYpK9nAVGOBE6XKr8UREkHyfb1pQi
         8qZkoIOjneSlUkQ3e7NPSYQSC5JIQXNpczytH/iIuwcQqIYlJHA857rDjG84WJuD5GrA
         RykfG7IeTZUb0I+M5ps+GdWWDbjfu/U+wjzgCWbqE0v+rX7+nuKufLbjxt3G9ogQl74D
         Gl3e1KgmllEhG98i9fWIYRMvj+Ti4oZgqWJtLAPyWXJSABv3PwSbUJfM6Hx+WkTEC5Pi
         5EEfdd9KfWZKBVZQpkfXp0Gat0KbIlow29GZIppQ9UBHOJ3W/xMvYFKYmKrTOJ7aUt3E
         y7lA==
X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed;
        d=1e100.net; s=20130820;
        h=x-gm-message-state:from:message-id:date:in-reply-to:comments
         :references:to:subject:cc:mime-version:content-type;
        bh=YWK16ePOi/sFvs3WC/V2gc4ObHgJPUrVLRw9y9VXdV4=;
        b=RBtIG9zL3gKrYjVEnRYCTpdF51cEayjw6CKPTR9IUTVdo5YADt+FXqZwzHNPiEovb7
         xVCRrOO3JSlQLNu9i9FYL+ON+tKIYdupisix717q1nY//x1ejr6Eaou+m/X5YkEnDrzY
         +wqtHLljTH4pss1zcLRwP/DjCqDVyhMLyFLI0vSrqeiXpLEAujjFuR3kDW1oxUekXXjx
         LSq8jCsT/vqY7lnKdc3J6mcgN0u76pR0ZmaG5MCjI2bMQSTTa4QjtYbnjNwtpCoDGGXl
         Ak3qAdfAIAnACllYX6WQuYUHNrmwRYGdZQ8kfKnYkrjHu+WZRUew1MgA+AkSr93u4SR3
         z7kA==
X-Gm-Message-State: AG10YOQz+ERmpfR8AmEEeQGtJbUueIbAdeTFIKX8akwlWVFt0C4Sk9BkJxJXTSTIwWZeZw==
X-Received: by 10.98.11.143 with SMTP id 15mr2317916pfl.134.1454273454865;
        Sun, 31 Jan 2016 12:50:54 -0800 (PST)
From: Bart Schaefer <schaefer@brasslantern.com>
Message-Id: <160131125145.ZM12147@torch.brasslantern.com>
Date: Sun, 31 Jan 2016 12:51:45 -0800
In-Reply-To: <20160131201933.GL4726@sym.noone.org>
Comments: In reply to Axel Beckert <abe@deuxchevaux.org>
        "Strange test suite behaviour since zsh 5.2-dev-1: C02cond.ztst no more reports its finishing" (Jan 31,  9:19pm)
References: <20160131201933.GL4726@sym.noone.org>
X-Mailer: OpenZMail Classic (0.9.2 24April2005)
To: Axel Beckert <abe@deuxchevaux.org>, zsh-workers@zsh.org
Subject: Re: Strange test suite behaviour since zsh 5.2-dev-1: C02cond.ztst no more reports its finishing
Cc: Debian Zsh Maintainers <pkg-zsh-devel@lists.alioth.debian.org>
MIME-Version: 1.0
Content-Type: text/plain; charset=us-ascii
X-Seq: zsh-workers 37856

On Jan 31,  9:19pm, Axel Beckert wrote:
}
} Any ideas what could cause this silent exiting of a .ztst script and
} why it only appears under certain (yet not 100% clear) conditions?

Silent exit occurs when the test crashes the test-harness shell.  This
is an unfortunate side-effect of the way error output is managed by the
harness; the only way to detect it is to spot coredump files, or find
temp files that have never been removed, left behind after the "make".

What circumstances are causing the crash, you'll have to try to run down.

