X-Recipient: archive-cygwin AT delorie DOT com DomainKey-Signature: a=rsa-sha1; c=nofws; d=sourceware.org; h=list-id :list-unsubscribe:list-subscribe:list-archive:list-post :list-help:sender:mime-version:date:message-id:subject:from:to :content-type; q=dns; s=default; b=Kcepg7Vz3/tbsn3Z35koUs0i/1nkt l7SnM9HipN3k615N+sZ03B9bPFYiCAD/G00S+f+exOg7yrdFfviVXwQxuUa3s5OV IozTi63OCW/AKPb98Z78wkjEpIN/XPefPfsQt0Tk8akd9ajm27RKf3RIbnXwMgKK qQW5wFZl39UfYM= DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=sourceware.org; h=list-id :list-unsubscribe:list-subscribe:list-archive:list-post :list-help:sender:mime-version:date:message-id:subject:from:to :content-type; s=default; bh=vE4JhHtQmWRyFVN0LENzeLVwQW8=; b=NmD asJ3NZznUVv7JmLEIi5nAcyHRNcUEYQvNEY2gV/SX0nSQraYoky5Y3pg3XsYZ2ZM mudifPWxyoWBUWNRV8Rr/kRGdnUoTq+sTAfPWEcSFWKGT9YiwY4e1P1/kv1kIQvC KbzeMZEuPZ7KlWpDFzN/PCzlSgrEHR6GRkiTJhS0= Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT cygwin DOT com Mail-Followup-To: cygwin AT cygwin DOT com Delivered-To: mailing list cygwin AT cygwin DOT com Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=3.5 required=5.0 tests=AWL,BAYES_00,RDNS_NONE autolearn=no version=3.3.2 X-HELO: mail-ve0-f181.google.com X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:date:message-id:subject:from:to :content-type; bh=rumnlWACpKS5diVq9tjYsI5NcnuMmqSSu7f5GfAkJpI=; b=Xn3i5gb9AS4XZY1V+XDVJ2wyB1DkitUgS5hz3+Hk0oRTxHXJlVQZp5sqvuFs6DRCKK b/7Ej0hGTdjclxFOlinWwmGh2httntEFixtAuilnGHim2vV/4mNvqKajLDcCkvZ6Df4u AmmNPIimDE82urqofcnnlVIREjJM6deQPZz9qSqEfdRs9XsEZtZl918KcYDKg+35dzO7 mD4YwtCjXS5D0CXBFCVCo+vejyyYEsIJJ4LZELWDaueD8ZGxoJKDBV9jb9S32owIODXU FLwKkNoonL7xE/JFuZMPFRLrD6aEQSzCW2b8uXxckh+1cnsuhBaQvwjsstObuN+S4eJ2 zR/Q== X-Gm-Message-State: ALoCoQm/rtlFheOTNZ45h/RsMSax7NX0em3xdq654bygri5AnFTiRypXR/2uJfHOtv8OvhoWK/DI MIME-Version: 1.0 X-Received: by 10.58.171.4 with SMTP id aq4mr2319041vec.26.1378230191364; Tue, 03 Sep 2013 10:43:11 -0700 (PDT) Date: Tue, 3 Sep 2013 13:43:11 -0400 Message-ID: Subject: ZSH "Address Space Needed By" problem From: Chris To: cygwin AT cygwin DOT com Content-Type: text/plain; charset=UTF-8 X-IsSubscribed: yes Hey folks, I fired up Cygwin this morning to find that my ZSH is having a problem starting. I'm getting the following error message anytime I try to start it: ZSH initiated. Syncing profile with zorro...done 0 [main] zsh 5960 child_info_fork::abort: address space needed by 'rlimits.dll' (0x4A0000) is already occupied /home/goose/.zsh/alias:15: fork failed: resource temporarily unavailable 0 [main] zsh 3608 child_info_fork::abort: address space needed by 'rlimits.dll' (0x4A0000) is already occupied /home/goose/.zsh/completion:46: fork failed: resource temporarily unavailable 0 [main] zsh 1080 child_info_fork::abort: unable to remap parameter.dll to same address as parent (003F0000) - try running rebaseall /home/goose/.zsh/prompt:7: fork failed: resource temporarily unavailable 0 [main] zsh 1312 child_info_fork::abort: address space needed by 'parameter.dll' (0x3F0000) is already occupied precmd:4: fork failed: resource temporarily unavailable (goose AT crucio)[128] ~ % I'm unable to execute any commands, even "bash" or "echo"; however, if I manually edit my /etc/passwd file and change my shell from ZSH to bash, I'm able to use bash without any issues. Here's the locations of the affected DLL's: goose AT crucio / $ find . -depth -type f -name "*parameter.dll*" ./lib/zsh/5.0.2/zsh/parameter.dll ./lib/zsh/5.0.2/zsh/zleparameter.dll ./usr/lib/zsh/5.0.2/zsh/parameter.dll ./usr/lib/zsh/5.0.2/zsh/zleparameter.dll goose AT crucio / $ find . -depth -type f -name "*rlimits.dll*" ./lib/zsh/5.0.2/zsh/rlimits.dll ./usr/lib/zsh/5.0.2/zsh/rlimits.dll I've tried the following commands, none of which have fixed it: D:\cygwin\bin\dash.exe -c '/usr/bin/rebaseall -v' D:\cygwin\bin\dash.exe -c '/usr/bin/rebaseall -v -s *.dll' D:\cygwin\bin\dash.exe -c '/usr/bin/rebase -s /usr/lib/zsh/5.0.2/zsh/*.dll' D:\cygwin\bin\dash.exe -c '/usr/bin/rebase -O /usr/lib/zsh/5.0.2/zsh/*.dll' The first time I attempted to send this email with my "cygcheck.out" attached, I received a response of "ezmlm-reject: fatal: Sorry, I don't accept messages larger than 1000000 bytes (#5.2.3)" (Not sure why I got this, as my cygcheck.out measures 815908 bytes). The second time I attempted to send this email, I uploaded the file to my personal web server and provided a direct link to the cygcheck.txt file the, and I received the error reply: "552 spam score exceeded threshold" So forgive me for making you fix this URL by hand, but hopefully this third try it will actually send to the mailing list: https (colon slash slash) captain (dash) kickass (dot) net (slash) files (slash) cygcheck (dot) txt Thanks. -- Problem reports: http://cygwin.com/problems.html FAQ: http://cygwin.com/faq/ Documentation: http://cygwin.com/docs.html Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple