Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: W02jobs.ztst hangs with zsh 5.6.1
- X-seq: zsh-workers 43429
- From: Daniel Shahaf <d.s@xxxxxxxxxxxxxxxxxx>
- To: Peter Stephenson <p.stephenson@xxxxxxxxxxx>, zsh-workers@xxxxxxx
- Subject: Re: W02jobs.ztst hangs with zsh 5.6.1
- Date: Mon, 10 Sep 2018 15:50:32 +0000
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d= daniel.shahaf.name; h=content-transfer-encoding:content-type :date:from:in-reply-to:message-id:mime-version:references :subject:to:x-me-sender:x-me-sender:x-sasl-enc; s=fm1; bh=SV004C BZmynDUibQ/gzzGG03cOPfYlU3T1B2PAsmhPE=; b=nRYLtGb8yWlqIV/+Ge5fIs TsjfpoyFEt9jM7tBPnrDPvKoVfNJ/XAYVbTJl1P2Sonkj6IdcxNWxGrRjg/0CN9r ZDvW/ErGgamaWsuc88nBfgnVLJxiI/M8b48mGt0x5GRetXCTbR9lXGGiMlpzjXlY Bdy3i27jSb5YXHDy81Pf92KtkjvlXP3xpvMTdi4kxB1suNbUPHs+mcipjiZUi8If SaHGEqhiTeyTExCrO9q33ObdhbbZg3aVZ45tMZ6153zR658IqUHUWltkyi8hXFLo 9bSlkOgHjCmYBUZZ7ZKVagG32PAJJIlfSCOoBBr85tumxpcV25BDHPSjHeyt20JA ==
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d= messagingengine.com; h=content-transfer-encoding:content-type :date:from:in-reply-to:message-id:mime-version:references :subject:to:x-me-sender:x-me-sender:x-sasl-enc; s=fm3; bh=SV004C BZmynDUibQ/gzzGG03cOPfYlU3T1B2PAsmhPE=; b=lPp8hNQ2uyHsLl8JGSl4tP 76ZI0SjrFjCTFsbdK8RX0hDFW/KUgPuEb2HJ6NI/IZFrdu32zXClY3/HRKUH5sgU Nj67lvw5pZ3uLEoXslRTTQshUGxZ6IXJtSUU+b3m6kq57LzLLPP/vr5Q29iBBrH/ /TteGIAxKDbLGL6Ji9CoQemrmuybx4UqYS7F2ZiREjqQc84tif4HkYiFQbCN40iZ 05KW8DJhDteWqWu5IfbgDIg2XXiTdeh9ZPKuagKJRrtFvxXJoZUbB+7HJJfOSKot uqxFu8W2ggKW9Wv3SNkz3UHY4/PXwZpqSmArhj0H5mzkc19uwvLaJirRGcVGhrEA ==
- In-reply-to: <20180910151428eucas1p17e62bab7b6d218d45d0b82f21af8df1f~TErVhouMz0413304133eucas1p1x@eucas1p1.samsung.com>
- List-help: <mailto:zsh-workers-help@zsh.org>
- List-id: Zsh Workers List <zsh-workers.zsh.org>
- List-post: <mailto:zsh-workers@zsh.org>
- List-unsubscribe: <mailto:zsh-workers-unsubscribe@zsh.org>
- Mailing-list: contact zsh-workers-help@xxxxxxx; run by ezmlm
- References: <CGME20180910102119epcas5p384cea9ba5749eb81be99c4f4d85a954e@epcas5p3.samsung.com> <CAMAzfThq_tGTSHPgXTfZ9y7Kjo6LJERAA-gx72UPy4jfYuySZw@mail.gmail.com> <20180910103226eucas1p2c84a98abec87724d039d0f14a33c3d28~TA1GZtpYp3066130661eucas1p2z@eucas1p2.samsung.com> <CAMAzfThnh_rVT_f9ccSvYoqCLhhT8z1sdm9vpBKP+TM+X5YmCw@mail.gmail.com> <524677991.1156882.1536578389106@mail2.virginmedia.com> <20180910151428eucas1p17e62bab7b6d218d45d0b82f21af8df1f~TErVhouMz0413304133eucas1p1x@eucas1p1.samsung.com>
Peter Stephenson wrote on Mon, 10 Sep 2018 16:14 +0100:
> It's unlikely zpty is going to get enough love and attention to be
> robust enough for what we really need here.
>
> I wonder if there is some replacement we could use that someone might
> already know about? The Python pty module looked like it might be
> usable, but I encountered half a dozen Python-style illogicalities before
> getting a dozen lines into a programme, so we'll need some existing
> script to start with.
Could you explain what that replacement (in Python or anything else)
needs to do? Are you asking for a program that launches ../Src/zsh in a
pty and then writes the stty(1) 'susp' character to that pty? (At this
point the program could just send SIGTSTP directly, too; I'm not sure
if that's an option.)
Messages sorted by:
Reverse Date,
Date,
Thread,
Author