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=GGN4f4LC32IZyM64QCqKr4xeX6eT9 NZaCR0Vi+umca//QTlHtcYEGd+ebFlSofEKGPamNQgDDzbWy7x8CmR8IfJ0Te4Hj U5P/dySkKf/63x2LJMY44eRiqfmiHQQYhqJXGEEnD2+CpzgK+V/aqI3CpvmIVn0y dZy0toV5m6MdO8= 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=R7exOrfKnbtTYRRUsQw5pPpEbyU=; b=OUc 5VyBNYU9xng+ZEshlN9488MKcAvqCljAgy+04wiDZFZM4kQZtQyF4k+rDnH+FY+b EUut9PfbnsncvRqJ7JgLg1PXt/c6yia1eohHwYK3//nkEJjpBusDbNExZxgVM3db EkK7Jk+sv9cyBoinqv1azJgmn7mQmOOmDYB4rA+M= 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_ENVFROM_END_DIGIT,FREEMAIL_FROM,RCVD_IN_DNSWL_NONE,SPF_PASS autolearn=no version=3.3.2 X-HELO: mail-pd0-f175.google.com X-Received: by 10.66.145.166 with SMTP id sv6mr8989985pab.31.1393670250536; Sat, 01 Mar 2014 02:37:30 -0800 (PST) MIME-Version: 1.0 From: "farmer1992 AT gmail DOT com" Date: Sat, 1 Mar 2014 18:36:50 +0800 Message-ID: Subject: Python 2.7.5-3 core when using pip To: cygwin AT cygwin DOT com Content-Type: text/plain; charset=UTF-8 X-IsSubscribed: yes python 2.7.5-3 cygwin1.dll 1.7.28 x64 windows 8.1 64bit python core when run python -c 'import pip' I compiled python 2.7.6 on same cygwin and everything goes well issue on pip https://github.com/pypa/pip/issues/1448 core dump https://onedrive.live.com/redir?resid=174F4B7796AF12D8!1082&authkey=!AB3lABlSF7hjdAk&ithint=file%2c.dmp gdb trace Program received signal SIGSEGV, Segmentation fault. 0x0000000000000000 in ?? () (gdb) bt #0 0x0000000000000000 in ?? () #1 0x00007ffcca221148 in WaitForSingleObjectEx () from /cygdrive/c/WINDOWS/system32/KERNELBASE.dll #2 0x00000000002329b8 in ?? () #3 0x0000000000231910 in ?? () #4 0x00000000002329b8 in ?? () #5 0x00007ffcca221d28 in WriteFile () from /cygdrive/c/WINDOWS/system32/KERNELBASE.dll #6 0x0000000000231250 in ?? () #7 0xffffffffdc3cba00 in ?? () #8 0x0000000000000048 in ?? () #9 0x0000000100000001 in ?? () #10 0x0000000000000000 in ?? () -- 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