Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
I cannot run zsh: child state waiting for longjmp
- X-seq: zsh-users 15221
- From: Cesar Romani <cesar.romani@xxxxxxxxx>
- To: zsh-users@xxxxxxx
- Subject: I cannot run zsh: child state waiting for longjmp
- Date: Mon, 02 Aug 2010 08:33:56 -0500
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from :user-agent:mime-version:newsgroups:to:subject:content-type :content-transfer-encoding; bh=0rCr+xd1/gN2k0MVLU9JJmML0p4CBT6gHfaRd1GXuS0=; b=gduq7Cl/l3PQPVRXkn6GwTG0PvPnYcn7WG5103mUxY0sYozoqPlP073blraNERExoU 3LEKH6hOp6+wI2MFR3cjolhYPFmPRFDpVonuyV9Ytb0a5Bwp1MWiQWNgUG0mAJnFjzc0 F6VkJg2H1O7/tq0/2pbLDixhFkn3pbFbeusik=
- Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:user-agent:mime-version:newsgroups:to:subject :content-type:content-transfer-encoding; b=klRPGrGbBfzPo075cbN6g4dfLEnR4D1FhYLnaJ4jaYJmCA7+htGDEmb241WcG/Im/s /nedSZf+6cthaAw4q7OqxNK4lYufT6aWoCunXqwsait2b51krrc/kheTgN3tFtNp1LjS v5Xrn1syDP9hDGS3MgswnJz9bZBEHpv0e/XfQ=
- List-help: <mailto:zsh-users-help@zsh.org>
- List-id: Zsh Users List <zsh-users.zsh.org>
- List-post: <mailto:zsh-users@zsh.org>
- Mailing-list: contact zsh-users-help@xxxxxxx; run by ezmlm
I built zsh-4.3.10 on MSYS on Win XP.
It's working fine but Whenever I set path to whatever value, let's say:
path=(. /usr/local/bin /mingw/bin /bin)
and run whatever command, let's say ls, I get:
--------------------
$ path=(. /usr/local/bin /mingw/bin /bin)
$ ls
0 [main] zsh 1556 sync_with_child: child 444(0x6AC) died before
initialization with status code 0xC0000135
17380 [main] zsh 1556 sync_with_child: *** child state waiting for
longjmp
zsh: fork failed: resource temporarily unavailable
--------------------
Many thanks in advance,
--
Cesar
Messages sorted by:
Reverse Date,
Date,
Thread,
Author