Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Very wierd output problems
- X-seq: zsh-workers 21430
- From: Ulf Magnusson <ulfalizer@xxxxxxxxx>
- To: zsh-workers@xxxxxxxxxx
- Subject: Very wierd output problems
- Date: Mon, 11 Jul 2005 16:47:02 +0200
- Domainkey-signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:reply-to:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition; b=pgKo7BYaA/tH/6F2WAWRSmHKHYNcq1ZslfhMWsHGHxMxiU/QDZiYlFKC6L0UZawrkJkkrFLKg2Kq3m5VPxc6LooSnQmRCDgudyVRBNuBAv3z3F3scx+252nwlWeUtCpwnqL8725XbC+1fo241VXuGLuf0NKnBzUaPDmxHGZ/M8g=
- Mailing-list: contact zsh-workers-help@xxxxxxxxxx; run by ezmlm
- Reply-to: Ulf Magnusson <ulfalizer@xxxxxxxxx>
For some reason, output from programs that use printf no longer shows
up when they are run from ZSH. For example, the following C program
produces no output when run from ZSH:
#include <stdio.h>
int main() {
printf("foo");
}
The ZSH builtin printf (that presumably uses the libc printf) doesn't
produce any output anymore either. The following is totally silent:
$ builtin printf Test%dTest 1000
Output via the function puts still shows up as it should.
All programs run as they should when invoked from Bash. I've tried
restarting ZSH and even the system, but the problem won't go away.
This is with ZSH 4.2.5, running on FreeBSD 5.4.
Ulf
Messages sorted by:
Reverse Date,
Date,
Thread,
Author