zsh-workers
 help / color / mirror / code / Atom feed
From: Peter Stephenson <pws@ibmth.df.unipi.it>
To: zsh-workers@sunsite.auc.dk (Zsh hackers list)
Subject: Re: Terminal problem with linux-2.0.34
Date: Mon, 15 Feb 1999 17:02:02 +0100	[thread overview]
Message-ID: <9902151602.AA30646@ibmth.df.unipi.it> (raw)
In-Reply-To: ""Larry P . Schrof""'s message of "Mon, 15 Feb 1999 09:20:59 NFT." <199902151522.KAA06190@po_box.cig.mot.com>

"Larry P . Schrof" wrote:
> - Any time the user runs a program that makes a stat() call, the
> shell hangs forever, until the user breaks out of it. Even after sending
> the process, say ls -l, a signal, it takes awhile to get the shell prompt
> back.

Something this weird suggests zsh is tickling something in Linux, and also
suggests the only way to find out what is just painfully to comment bits of
code out until it goes away; it's probably not just zle.  (Does the stat()
problem go away if you run zsh without zle?)

I have access to a 2.0.32 system --- unfortunately it needs booting too
often to show this problem --- with zsh 3.0.2 and looking at strace I can
only suggest checking things like

- setlocale()
- getuid(), geteuid(), and friends
- isatty()
- tcsetpgrp() and related terminal handling
- getrlimit() --- if this gets a wrong type for a limit, and passes it on,
  that could cause fireworks, though why after 250 days uptime?
- termcap

I can pass on what strace is giving here for comparison, if that's any
use.

Also, it would be worth making sure it isn't in the latest development
version
http://www.ifh.de/~pws/computing/zsh-3.1.5-pws-8.tar.gz
since the stuff that opens the terminal has changed a bit.

I doubt if this is helpful.

-- 
Peter Stephenson <pws@ibmth.df.unipi.it>       Tel: +39 050 844536
WWW:  http://www.ifh.de/~pws/
Dipartimento di Fisica, Via Buonarroti 2, 56127 Pisa, Italy


       reply	other threads:[~1999-02-15 16:19 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <199902151522.KAA06190@po_box.cig.mot.com>
1999-02-15 16:02 ` Peter Stephenson [this message]
     [not found] <19990217173737.D29924@niksula.cs.hut.fi>
1999-02-17 16:03 ` Peter Stephenson
     [not found] <19990214112653.A22618@turing.netspan.fi>
1999-02-15  9:58 ` Peter Stephenson
1999-02-15 10:57   ` Ville Herva

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=9902151602.AA30646@ibmth.df.unipi.it \
    --to=pws@ibmth.df.unipi.it \
    --cc=zsh-workers@sunsite.auc.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).