zsh-workers
 help / color / mirror / code / Atom feed
* Very wierd output problems
@ 2005-07-11 14:47 Ulf Magnusson
  2005-07-11 15:14 ` Travis Spencer
  0 siblings, 1 reply; 9+ messages in thread
From: Ulf Magnusson @ 2005-07-11 14:47 UTC (permalink / raw)
  To: zsh-workers

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


^ permalink raw reply	[flat|nested] 9+ messages in thread

end of thread, other threads:[~2005-07-12 20:46 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2005-07-11 14:47 Very wierd output problems Ulf Magnusson
2005-07-11 15:14 ` Travis Spencer
2005-07-11 17:40   ` Wayne Davison
2005-07-12  3:20     ` Bart Schaefer
2005-07-12  5:35       ` [PATCH] adding a new option: PROMPT_NUDGE Wayne Davison
2005-07-12 14:19         ` Bart Schaefer
2005-07-12 18:48           ` Wayne Davison
2005-07-12 19:16             ` Wayne Davison
2005-07-12 20:46           ` J

Code repositories for project(s) associated with this public inbox

	https://git.vuxu.org/mirror/zsh/

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).