Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #14920
| 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 | <mail@timgolden.me.uk> |
| 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 <mail@timgolden.me.uk> |
| 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 | <c7b441c4-3e7c-4b6b-bd2e-b60e08ca62f0@gk10g2000vbb.googlegroups.com> <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 <python-list.python.org> |
| List-Unsubscribe | <http://mail.python.org/mailman/options/python-list>, <mailto:python-list-request@python.org?subject=unsubscribe> |
| List-Archive | <http://mail.python.org/pipermail/python-list> |
| List-Post | <mailto:python-list@python.org> |
| List-Help | <mailto:python-list-request@python.org?subject=help> |
| List-Subscribe | <http://mail.python.org/mailman/listinfo/python-list>, <mailto:python-list-request@python.org?subject=subscribe> |
| Newsgroups | comp.lang.python |
| Message-ID | <mailman.2177.1319465931.27778.python-list@python.org> (permalink) |
| 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 |
Show key headers only | View raw
On 24/10/2011 14:18, Tim Golden wrote: I ran this (on Python 2.7 on Win7): > > <code> > import os > > os.spawnl (os.P_NOWAIT, r"c:\windows\notepad.exe") > > </code> > > 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
Back to comp.lang.python | Previous | Next — Previous in thread | Next in thread | Find similar | Unroll thread
spawnl issues with Win 7 access rights Propad <npropadovic@googlemail.com> - 2011-10-24 05:43 -0700
Re: spawnl issues with Win 7 access rights Tim Golden <mail@timgolden.me.uk> - 2011-10-24 14:18 +0100
Re: spawnl issues with Win 7 access rights Propad <npropadovic@googlemail.com> - 2011-10-24 06:47 -0700
Re: spawnl issues with Win 7 access rights Terry Reedy <tjreedy@udel.edu> - 2011-10-24 18:16 -0400
Re: spawnl issues with Win 7 access rights Tim Golden <mail@timgolden.me.uk> - 2011-10-24 15:18 +0100
Re: spawnl issues with Win 7 access rights Terry Reedy <tjreedy@udel.edu> - 2011-10-24 18:14 -0400
Re: spawnl issues with Win 7 access rights Miki Tebeka <miki.tebeka@gmail.com> - 2011-10-24 17:21 -0700
Re: spawnl issues with Win 7 access rights Propad <npropadovic@googlemail.com> - 2011-10-25 00:01 -0700
Re: spawnl issues with Win 7 access rights Tim Golden <mail@timgolden.me.uk> - 2011-10-25 13:19 +0100
Re: spawnl issues with Win 7 access rights Terry Reedy <tjreedy@udel.edu> - 2011-10-25 21:11 -0400
Re: spawnl issues with Win 7 access rights Tim Golden <mail@timgolden.me.uk> - 2011-10-26 15:38 +0100
Re: spawnl issues with Win 7 access rights Terry Reedy <tjreedy@udel.edu> - 2011-10-26 15:20 -0400
Re: spawnl issues with Win 7 access rights Propad <npropadovic@googlemail.com> - 2011-10-27 03:27 -0700
Re: spawnl issues with Win 7 access rights Tim Golden <mail@timgolden.me.uk> - 2011-10-27 11:36 +0100
Re: spawnl issues with Win 7 access rights Terry Reedy <tjreedy@udel.edu> - 2011-10-27 15:53 -0400
Re: spawnl issues with Win 7 access rights Tim Golden <mail@timgolden.me.uk> - 2011-10-28 09:22 +0100
csiph-web