Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: Strange test suite behaviour since zsh 5.2-dev-1: C02cond.ztst no more reports its finishing
- X-seq: zsh-workers 37856
- From: Bart Schaefer <schaefer@xxxxxxxxxxxxxxxx>
- To: Axel Beckert <abe@xxxxxxxxxxxxxxx>, zsh-workers@xxxxxxx
- Subject: Re: Strange test suite behaviour since zsh 5.2-dev-1: C02cond.ztst no more reports its finishing
- Date: Sun, 31 Jan 2016 12:51:45 -0800
- Cc: Debian Zsh Maintainers <pkg-zsh-devel@xxxxxxxxxxxxxxxxxxxxxxx>
- 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==
- In-reply-to: <20160131201933.GL4726@sym.noone.org>
- List-help: <mailto:zsh-workers-help@zsh.org>
- List-id: Zsh Workers List <zsh-workers.zsh.org>
- List-post: <mailto:zsh-workers@zsh.org>
- Mailing-list: contact zsh-workers-help@xxxxxxx; run by ezmlm
- References: <20160131201933.GL4726@sym.noone.org>
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.
Messages sorted by:
Reverse Date,
Date,
Thread,
Author