zsh-workers
 help / color / mirror / code / Atom feed
From: Ulf Magnusson <ulfalizer@gmail.com>
To: zsh-workers@sunsite.dk
Subject: Very wierd output problems
Date: Mon, 11 Jul 2005 16:47:02 +0200	[thread overview]
Message-ID: <cf7bbda90507110747669da77b@mail.gmail.com> (raw)

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


             reply	other threads:[~2005-07-11 14:47 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2005-07-11 14:47 Ulf Magnusson [this message]
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

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=cf7bbda90507110747669da77b@mail.gmail.com \
    --to=ulfalizer@gmail.com \
    --cc=zsh-workers@sunsite.dk \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).