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:to:from:subject:date:message-id:references :mime-version:content-type:content-transfer-encoding; q=dns; s= default; b=kHOBwNDj1eocqAfHzsWz54HfiCxKSGM/RJBiWqj704wuUsX1VfGMP UdCkWKopxURsMnCnjWtNp9YwjOqNUW96J6f2hqsmP+c/ny2TKVtlgx6jnK0Mht6N UxU8wkoz1WSMYfyVD2X7sIa4i3CBRNqnjg7s8UWDoxvgkoGfyTt9S8= 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:to:from:subject:date:message-id:references :mime-version:content-type:content-transfer-encoding; s=default; bh=kWKP/QeJGNun9UvYxD14N5UCgvE=; b=APccrajJTOSMTVDzKqjUP8fdI1Od jpkDNU3bbL5OjgCz6IqFXp/BUx+o87d3psPPVtkJX3Qf1Am2mJyqYJ/b7avjhJOq 4crQm+VCLNg9nRey9AJ70VMSYc3SAx8dWx1OD7j0cb05jaXRXYQ3H+qNss+DO/za 0ZlXkdMV9q75Qts= 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.1 required=5.0 tests=AWL,BAYES_00,FREEMAIL_FROM,RCVD_IN_DNSWL_NONE,RP_MATCHES_RCVD,SPF_HELO_PASS,SPF_PASS autolearn=ham version=3.3.2 X-HELO: plane.gmane.org To: cygwin AT cygwin DOT com From: Jean-Pierre Flori Subject: Re: Problem with multiprocessing module from Python Date: Tue, 29 Oct 2013 21:21:49 +0000 (UTC) Lines: 28 Message-ID: References: Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit User-Agent: Pan/0.139 (Sexual Chocolate; GIT bf56508 git://git.gnome.org/pan2) X-IsSubscribed: yes Le Tue, 29 Oct 2013 20:41:07 +0000, Jean-Pierre Flori a écrit : > Le Tue, 29 Oct 2013 19:40:10 +0000, Jean-Pierre Flori a écrit : >>> For your info, I was unable to reproduce such a behavior on Cygwin 32 >>> v 1.7.25 installs running on 64 bits Windows 7 both on real hardware >>> and VirtualBox 4.3... >>> >>> JP >> I went on with further testing and could reproduce the problem with the >> Cygwin shipped Pythons on a 64 bit Windows 7 running under VirtualBox >> 4.3 with Cygwin 64 and on a 32 bit Windows 7 running on real hardware >> (intel Atom). >> >> Best, >> JP > Same problem with Python 2.6.8 from Cygwin on the 32 bit Windows 7 > running on Intel Atom. Some additional info on another 64 bit Windows running on a Corei7: * no problem with Cygwin 32 up-to-date. * with Cygwin 64, i first tested with the old 1.7.22 which was installed and got "ImportError: This platform lacks a functioning sem_open implementation, therefore, the required synchronization primitives needed will not function, see issue 3770." when issuing "p = Pool(2)"; then updated (to 1.7.25 as well as all packages) and got the "ValueError" as originally reported. Best, JP -- 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