Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.lang.python > #44602

Re: "python.exe has stopped working" when os.execl() runs on Windows 7

Path csiph.com!v102.xanadu-bbs.net!xanadu-bbs.net!feeder.erje.net!us.feeder.erje.net!xlned.com!feeder7.xlned.com!newsfeed.xs4all.nl!newsfeed4.news.xs4all.nl!xs4all!post.news.xs4all.nl!not-for-mail
Return-Path <fabiosantosart@gmail.com>
X-Original-To python-list@python.org
Delivered-To python-list@mail.python.org
X-Spam-Status OK 0.011
X-Spam-Evidence '*H*': 0.98; '*S*': 0.00; 'subject:Windows': 0.02; "'')": 0.09; 'cc:addr:python-list': 0.11; 'python': 0.11; 'windows': 0.15; 'repl': 0.16; 'subject:stopped': 0.16; 'subject:when': 0.16; '>>>': 0.22; 'import': 0.22; 'cc:addr:python.org': 0.22; 'cc:2**0': 0.24; 'cc:no real name:2**0': 0.24; 'header:In-Reply-To:1': 0.27; 'point': 0.28; 'message-id:@mail.gmail.com': 0.30; 'received:209.85': 0.35; 'received:google.com': 0.35; 'received:209': 0.37; 'skip:o 20': 0.38; 'stopped': 0.38; 'subject:" ': 0.39; 'to:addr:gmail.com': 0.65; 'close': 0.67; 'responding.': 0.84
DKIM-Signature v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:x-received:in-reply-to:references:date:message-id :subject:from:to:cc:content-type:content-transfer-encoding; bh=zLGCz61Z7QqQ5BXbvccQNaSJ7efmA+RRoF6B+ZN03nE=; b=ypJRudygxkI/oOlfxvPYOQzjv/CTd9k1GgFeYQMf83Es56aM8rKDE+Nc3Mi8GWeuIj 8mgwYch2osblHS5Rgs22Wk3osDKj08IBtpkNSJISstFzqwVlqFtzTWYfGkpKwkMAc3e8 TvJe3LjkRQgEIm2HYjmvgEtHuKLA31OKaiCxqRsKAfXAB0NZqrG9q+xig5pz/PZorkSe 5yTb8rn465Q/PiaAWMga62smayETxRAF3YDZUztcdVfIgsyxbaysdbbSmEEtqXIrR5FN pA0Jo+lsXyrutUxYCtm4uKu+YxU9ZCts3/8UWkz1o+YdudIqQyKwmLWFdIF7ulNavmN5 2Yrw==
MIME-Version 1.0
X-Received by 10.49.3.6 with SMTP id 6mr5105379qey.64.1367442040849; Wed, 01 May 2013 14:00:40 -0700 (PDT)
In-Reply-To <0d9d14dc-877b-4b68-aefe-834b530dee2c@googlegroups.com>
References <2e11de8b-f7e1-407f-a2fd-a08d5ce55d0b@googlegroups.com> <mailman.1131.1367110561.3114.python-list@python.org> <b53733c1-7d3f-47dd-bc6d-7f33fa91aa78@googlegroups.com> <mailman.1132.1367114541.3114.python-list@python.org> <9ac24332-ead8-4889-815a-a12052f43742@googlegroups.com> <klikch$m3$1@ger.gmane.org> <CAA=1kxTrTFESz30QVRcjgXd3NRvMriYz640j=hR7qjp_QrBs=A@mail.gmail.com> <mailman.1136.1367136310.3114.python-list@python.org> <0d9d14dc-877b-4b68-aefe-834b530dee2c@googlegroups.com>
Date Wed, 1 May 2013 22:00:40 +0100
Subject Re: "python.exe has stopped working" when os.execl() runs on Windows 7
From Fábio Santos <fabiosantosart@gmail.com>
To cormogram@gmail.com
Content-Type text/plain; charset=ISO-8859-1
Content-Transfer-Encoding quoted-printable
Cc python-list@python.org
X-BeenThere python-list@python.org
X-Mailman-Version 2.1.15
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.1223.1367442043.3114.python-list@python.org> (permalink)
Lines 11
NNTP-Posting-Host 2001:888:2000:d::a6
X-Trace 1367442043 news.xs4all.nl 15964 [2001:888:2000:d::a6]:44493
X-Complaints-To abuse@xs4all.nl
Xref csiph.com comp.lang.python:44602

Show key headers only | View raw


Reproduced in Windows 7 Ultimate:

>>> import os
>>> os.execl('ping.exe', '')

At this point the REPL freezes, and windows prompts me to close Python
since it stopped responding.


--
Fábio Santos

Back to comp.lang.python | Previous | NextPrevious in thread | Next in thread | Find similar | Unroll thread


Thread

"python.exe has stopped working" when os.execl() runs on Windows 7 cormogram@gmail.com - 2013-04-27 17:22 -0700
  Re: "python.exe has stopped working" when os.execl() runs on Windows 7 Dave Angel <davea@davea.name> - 2013-04-27 20:55 -0400
    Re: "python.exe has stopped working" when os.execl() runs on Windows 7 cormogram@gmail.com - 2013-04-27 18:05 -0700
      Re: "python.exe has stopped working" when os.execl() runs on Windows 7 Dave Angel <davea@davea.name> - 2013-04-27 22:02 -0400
        Re: "python.exe has stopped working" when os.execl() runs on Windows 7 cormogram@gmail.com - 2013-04-27 20:42 -0700
          Re: "python.exe has stopped working" when os.execl() runs on Windows 7 Terry Jan Reedy <tjreedy@udel.edu> - 2013-04-28 03:51 -0400
            Re: "python.exe has stopped working" when os.execl() runs on Windows 7 cormogram@gmail.com - 2013-04-28 18:39 -0700
          Re: "python.exe has stopped working" when os.execl() runs on Windows 7 Fábio Santos <fabiosantosart@gmail.com> - 2013-04-28 09:02 +0100
            Re: "python.exe has stopped working" when os.execl() runs on Windows 7 cormogram@gmail.com - 2013-04-28 18:34 -0700
          Re: "python.exe has stopped working" when os.execl() runs on Windows 7 Fábio Santos <fabiosantosart@gmail.com> - 2013-04-28 09:05 +0100
            Re: "python.exe has stopped working" when os.execl() runs on Windows 7 cormogram@gmail.com - 2013-04-28 18:38 -0700
              Re: "python.exe has stopped working" when os.execl() runs on Windows 7 Fábio Santos <fabiosantosart@gmail.com> - 2013-05-01 22:00 +0100
                Re: "python.exe has stopped working" when os.execl() runs on Windows 7 Neil Cerutti <neilc@norwich.edu> - 2013-05-02 12:50 +0000
  Re: "python.exe has stopped working" when os.execl() runs on Windows 7 Nobody <nobody@nowhere.com> - 2013-04-28 04:53 +0100
    Re: "python.exe has stopped working" when os.execl() runs on Windows 7 cormogram@gmail.com - 2013-04-27 22:06 -0700

csiph-web