Path: csiph.com!usenet.pasdenom.info!weretis.net!feeder4.news.weretis.net!rt.uk.eu.org!newsfeed.xs4all.nl!newsfeed3.news.xs4all.nl!xs4all!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.006 X-Spam-Evidence: '*H*': 0.99; '*S*': 0.00; 'python.': 0.02; 'subject:Windows': 0.02; 'subject:code': 0.07; 'consistency': 0.09; 'here?': 0.09; 'cc:addr:python-list': 0.11; 'python': 0.11; 'question.': 0.14; 'windows': 0.15; '24,': 0.16; 'from:addr:rosuav': 0.16; 'from:name:chris angelico': 0.16; 'polygon': 0.16; 'reboot': 0.16; 'with?': 0.16; 'sat,': 0.16; 'fix': 0.17; 'wrote:': 0.18; 'code.': 0.18; 'drawing': 0.19; 'cc:addr:python.org': 0.22; 'creating': 0.23; "haven't": 0.24; 'cc:2**0': 0.24; 'post': 0.26; 'asking': 0.27; 'header:In-Reply- To:1': 0.27; 'am,': 0.29; 'errors': 0.30; 'especially': 0.30; 'message-id:@mail.gmail.com': 0.30; 'code': 0.31; 'lines': 0.31; 'too.': 0.31; 'usually': 0.31; 'checked': 0.32; 'critical': 0.32; 'figure': 0.32; 'run': 0.32; 'url:python': 0.33; 'problem': 0.35; 'something': 0.35; 'but': 0.35; 'received:google.com': 0.35; 'google': 0.35; 'there': 0.35; 'library.': 0.36; 'should': 0.36; 'email addr:python.org': 0.37; 'problems': 0.38; 'sure': 0.39; 'even': 0.60; 'read': 0.60; 'simple': 0.61; 'real': 0.63; 'more': 0.64; 'email name:python-list': 0.65; 'here': 0.66; 'groups.': 0.74; 'now:': 0.74; 'repeat': 0.74; 'draws': 0.84; 'surprised,': 0.84; 'url:lang': 0.84; 'to:none': 0.92 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:cc :content-type:content-transfer-encoding; bh=CdiXKXSYC/ab+32HnMzJrLSxEZrEyIPhl3YXHc8GGes=; b=GojNAz7CJ+y5FC0kMxGS7hFTYIrvibIOgHZV1dLXKVN8xgr0SuI7F+0TynTTnges+w uVj30Z6n6Onhjq0fvrL5larv48OHLGSuDDjBb1xYWGt1mXdjnmKAuPDNoBDz2xoKFT+O mySB+xbKAb0DccX/dphUea2qtI86eYWaRy3ObYRM9XXbxSCmfo5nNXD821eb9AyoxoM5 EApLWpmg3K9HcZpQuF4bqi+3LwD6827GU2p5oxF2dqORSXuuN4JoYdrrQaU97prIX+x0 Hnn4Rv7qz1UlQOatKqWDd1xEijhX9hKffmFJijjKl/0zs0ICtdf/42DEqtnLNXbD+hGF cgIw== MIME-Version: 1.0 X-Received: by 10.58.89.242 with SMTP id br18mr1174604veb.66.1400859392754; Fri, 23 May 2014 08:36:32 -0700 (PDT) In-Reply-To: References: Date: Sat, 24 May 2014 01:36:32 +1000 Subject: Re: Windows automatic rebooting due to faulty code From: Chris Angelico Cc: "python-list@python.org" Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable X-BeenThere: python-list@python.org X-Mailman-Version: 2.1.15 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: 25 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1400859710 news.xs4all.nl 2948 [2001:888:2000:d::a6]:40530 X-Complaints-To: abuse@xs4all.nl Xref: csiph.com comp.lang.python:71934 On Sat, May 24, 2014 at 1:26 AM, Ronak Dhakan wrot= e: > Even I am surprised, python errors should stay in python. But I am sure t= hat the reboot is triggered exactly when I run some faulty code. And usuall= y I change the code after reboot, so I haven't checked whether the same cod= e is able to repeat the reboot. This happens even in simple code of 10-15 l= ines for drawing a polygon. > Aim for consistency and reproducibility. Figure out something that always brings Windows down. More importantly... *tell us what modules you are using*. What draws a polygon here? What are you working with? That's kinda critical here, especially if (as I suspect) it's not part of the Python standard library. > There was a problem while creating the post asking the question. Here it = is now: https://groups.google.com/d/msg/comp.lang.python/WINUrOfAey4/pvbnap= LrRcsJ > Solution: Get off Google Groups. Subscribe to python-list@python.org and read it all in your email client, or read comp.lang.python in a real newsreader. That'll fix several other problems too. ChrisA