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:from:date:message-id:subject:to :content-type; q=dns; s=default; b=VuPCCNZpN98fRIsCfQ+Z9MhZOoWPR GJr7Hlx9W7JvZcmOFGsdQTisqwUva7rijAlf0z4vvli6C93m1TGyFRACjqP6fqPs z8YGrdLhgLEk3cQJbCpb1VVFQYE1H+BFaycXFnXCtG5MT29jvlBTblCFe8RhssX4 y1BJm+yHZEClCA= 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:from:date:message-id:subject:to :content-type; s=default; bh=JDhryxIZs0+QVxf5VVMqaSyb4xg=; b=SVu aw8AOEexTPHMuQl7YYsklDqqXnuQ+kOBXaSJKs5zvv5CYBjwMQWXY2wW0L6+7W6M Mr54e+1KgWJXUqn8f4T/lC82HQm+lZrU2k8QzMxeILslWnb/Ud0mP1p1ul669Q1j sHd11wyyUE9RV8VNpEYiqc/nX6Co8MVw6UgPR86s= 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=-0.7 required=5.0 tests=AWL,BAYES_00,FREEMAIL_FROM,RCVD_IN_DNSWL_LOW,SPF_PASS autolearn=ham version=3.3.2 X-HELO: mail-we0-f177.google.com X-Received: by 10.194.81.161 with SMTP id b1mr33597907wjy.2.1422796512275; Sun, 01 Feb 2015 05:15:12 -0800 (PST) MIME-Version: 1.0 From: Michael Wild Date: Sun, 1 Feb 2015 14:14:51 +0100 Message-ID: Subject: Fork errors in python2.7 on 64-bit Cygwin To: The Cygwin Mailing List Content-Type: text/plain; charset=UTF-8 X-IsSubscribed: yes Dear all I know, this is topic everybody is fed up with and that it has been discussed ad nauseum. Still, I can't figure out what's going on... Here the symptoms: * Trying to run a shell command from Python fails 50% of the time with: address space needed by 'cygz.dll' (0x450000) is already occupied. So far only Python shows this problem. E.g. the following simple snippet regularly fails: >>> import subprocess >>> subprocess.check_call('sleep 1'.split()) * rebaseall doesn't help (even tried a fresh installation of Cygwin, a clean PATH, etc). * rebase -si only shows an asterisk for the following entries: /usr/bin/cygperl5_14.dll base 0x0003fe9b0000 size 0x00190000 * /usr/lib/perl5/5.14/x86_64-cygwin-threads/CORE/cygperl5_14.dll base 0x0003fe9b0000 size 0x00190000 * Given that they both belong to the same package and have the same name, I tend to think that this is a spurious message that has nothing to do with my problem. Nothing suspicious about cygz.dll in the output (at least as far as I can tell). * The 32-bit Cygwin installation is fine and never shows this behavior Anybody got an idea how to get to the bottom of this problem? Cheers Michael -- 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