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:date:from:reply-to:message-id:to:subject :in-reply-to:references:mime-version:content-type :content-transfer-encoding; q=dns; s=default; b=Ka1TiQhhl8PP2iI3 bo/+q7G/3Q9nGsyMBLQ+lvWYIunwWEFeS7oXQgAQbI+Z9RQREz2tY3uyYZmJ8/bi i+lWVtPQdy+PS6+P+XoAAdfICgeMqh4V464Jzjd3F9kl0ecH0dAI9leiK4Cd3oYT 6072vH7laCJ1qSpnKDEyyM+/+Fo= 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:date:from:reply-to:message-id:to:subject :in-reply-to:references:mime-version:content-type :content-transfer-encoding; s=default; bh=34rD/aYEjdZvQky/lDg4QP mTf/8=; b=Pl6gtXhkAgNHwQglml6tV+E5IMGR+LLD8BOntnQFnT7SSIEhaPEQSH akWAQAB6ihVKCHTDLRWOxZro1vjFCAukNv8rYBwhEq6ue02LBa4fltRYZ8KW5xF4 W+eHA4cST4Qp+znyHQo3gWFRlIOkRRUPqFJnmvnsuU79Z/uUmRrlQ= 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=1.7 required=5.0 tests=AWL,BAYES_50,FREEMAIL_FROM,KAM_BODY_URIBL_PCCC,KAM_FROM_URIBL_PCCC,KAM_THEBAT,SPF_SOFTFAIL autolearn=no version=3.3.2 X-HELO: smtp.ht-systems.ru Date: Mon, 2 Feb 2015 02:27:05 +0300 From: Andrey Repin Reply-To: cygwin AT cygwin DOT com Message-ID: <125401449.20150202022705@yandex.ru> To: Michael Wild , cygwin AT cygwin DOT com Subject: Re: Fork errors in python2.7 on 64-bit Cygwin In-Reply-To: References: <87h9v5wwts DOT fsf AT Rainer DOT invalid> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-IsSubscribed: yes Greetings, Michael Wild! >>> * Trying to run a shell command from Python fails 50% of the time >>> with: address space needed by 'cygz.dll' (0x450000) is already >>> occupied. >> >> Such a low address on 64bit is an indication of an image intercept >> and/or BLODA in my experience. >> > Thanks for your answer. Any suggestions on how I could find out what > is causing this? I found Corinna mentioning the hacking of cygwin.dll > by adding a call to sleep in the error handler in order to allow the > inspection of /proc/$PID/maps in an old thread, but perhaps there is > something more convenient now? You can try enabling DLL inspection through CYGWIN environment variable for a start. http://cygwin.com/cygwin-ug-net/using-cygwinenv.html#cygwinenv-implemented-options -- WBR, Andrey Repin (anrdaemon AT yandex DOT ru) 02.02.2015, <02:25> Sorry for my terrible english... -- 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