Path: csiph.com!x330-a1.tempe.blueboxinc.net!usenet.pasdenom.info!gegeweb.org!de-l.enfer-du-nord.net!feeder1.enfer-du-nord.net!feeder.news-service.com!news2.euro.net!newsgate.cistron.nl!newsgate.news.xs4all.nl!post.news.xs4all.nl!not-for-mail Return-Path: X-Original-To: python-list@python.org Delivered-To: python-list@mail.python.org X-Spam-Status: OK 0.001 X-Spam-Evidence: '*H*': 1.00; '*S*': 0.00; '2.7': 0.04; '2.2': 0.05; 'url:bugs': 0.05; 'bug.': 0.07; 'python': 0.08; 'from:addr:timgolden.me.uk': 0.09; 'from:name:tim golden': 0.09; 'message-id:@timgolden.me.uk': 0.09; 'subject:access': 0.09; '*can*': 0.16; 'bugfixes.': 0.16; 'fixes.': 0.16; 'received:74.55.86': 0.16; 'received:74.55.86.74': 0.16; 'received:smtp.webfaction.com': 0.16; 'received:webfaction.com': 0.16; 'subject:issues': 0.16; 'wrote:': 0.16; '2.x': 0.18; 'issue.': 0.19; 'header:In-Reply-To:1': 0.22; '(on': 0.23; 'happen.': 0.23; 'seeing': 0.28; 'bugs': 0.28; 'problem': 0.28; 'import': 0.28; 'fix': 0.29; 'ran': 0.30; 'tjg': 0.30; 'to:addr :python-list': 0.33; "i've": 0.34; "i'll": 0.34; 'header:User- Agent:1': 0.34; 'quite': 0.34; 'running': 0.35; 'anything': 0.36; 'problem.': 0.36; 'file': 0.36; 'url:python': 0.36; 'issue': 0.36; 'but': 0.37; 'url:org': 0.38; 'subject:: ': 0.39; 'received:192': 0.39; 'getting': 0.39; 'subject:with': 0.39; 'to:addr:python.org': 0.39; "it's": 0.40; 'your': 0.61; 'from:addr:mail': 0.64; 'urgent': 0.72; 'golden': 0.73; 'hard!': 0.84 Date: Mon, 24 Oct 2011 15:18:48 +0100 From: Tim Golden User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:7.0.1) Gecko/20110929 Thunderbird/7.0.1 MIME-Version: 1.0 To: python-list@python.org Subject: Re: spawnl issues with Win 7 access rights References: <4EA565A3.3030909@timgolden.me.uk> In-Reply-To: <4EA565A3.3030909@timgolden.me.uk> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-BeenThere: python-list@python.org X-Mailman-Version: 2.1.12 Precedence: list List-Id: General discussion list for the Python programming language List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Newsgroups: comp.lang.python Message-ID: Lines: 31 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1319465931 news.xs4all.nl 6986 [2001:888:2000:d::a6]:49715 X-Complaints-To: abuse@xs4all.nl Xref: x330-a1.tempe.blueboxinc.net comp.lang.python:14920 On 24/10/2011 14:18, Tim Golden wrote: I ran this (on Python 2.7 on Win7): > > > import os > > os.spawnl (os.P_NOWAIT, r"c:\windows\notepad.exe") > > > > and Python crashed hard! Long time since I've seen that happen. > > This may or may not be related to what you're seeing but it's > definitely a problem. I'll check the bugs database and/or > file a bug. > > I *can* reproduce your problem running Python22 on Win7. Now, > no-one's going to be applying patches to Python 2.2 at this > stage: in the 2.x series, only 2.7 is getting anything other > than urgent security fixes. And even 2.7's only getting clear > bugfixes. Just so you know. OK; the python 2.7 issues is http://bugs.python.org/issue8036 Let's see if I can get a fix in before the next release! Not quite sure whether the 2.2 issue is the same but it's looking like being a W7 / CRT-related issue. I'll keep looking TJG