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


Groups > comp.lang.python > #29641

Re: Blue Screen Python

References <7c8701cc-1bc5-46ee-a83a-3e9a038ceada@googlegroups.com>
Date 2012-09-22 00:29 +1000
Subject Re: Blue Screen Python
From Chris Angelico <rosuav@gmail.com>
Newsgroups comp.lang.python
Message-ID <mailman.1016.1348237758.27098.python-list@python.org> (permalink)

Show all headers | View raw


On Sat, Sep 22, 2012 at 12:04 AM, mikcec82 <michele.cecere@gmail.com> wrote:
> Hallo to all,
>
> I'm using Python 2.7.3 with Windows 7 @ 64 bit
> and an Intel Core i3 -2350M CPU @2.30GHz 2.3GHz.
>
> Sometimes, when I'm programming in Python on my screen compare this blue screen:
> http://imageshack.us/a/img228/8352/48579647436249494527021.jpg
>
> Can you help on what is the issue, and how I can solve it?
>
> If you need more info I'm available.

Ouch, that's not fun. I've never actually seen Python bsod by itself.
My first guesses are:

1) It's a buggy library that you're using with Python. Do you know
what modules your code calls on? Mainly ones that aren't part of the
standard library.

2) It's unrelated, but maybe triggered somehow. For instance, your
Python program might be consuming a lot of RAM, which causes a problem
when you make use of a faulty bit of memory somewhere in the higher
addresses.

Have you run a RAM test on that machine? This is a well-respected one:
http://www.memtest.org/

Alternatively, can you narrow the problem down to a particular script
that will repeatedly cause the BSOD?

ChrisA

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


Thread

Blue Screen Python mikcec82 <michele.cecere@gmail.com> - 2012-09-21 07:04 -0700
  Re: Blue Screen Python Chris Angelico <rosuav@gmail.com> - 2012-09-22 00:29 +1000
  Re: Blue Screen Python Grant Edwards <invalid@invalid.invalid> - 2012-09-21 15:14 +0000
    Re: Blue Screen Python Alister <alister.ware@ntlworld.com> - 2012-09-21 16:01 +0000
      Re: Blue Screen Python Alister <alister.ware@ntlworld.com> - 2012-09-21 16:02 +0000
      Re: Blue Screen Python Dave Angel <d@davea.name> - 2012-09-21 18:47 -0400
        Re: Blue Screen Python Alister <alister.ware@ntlworld.com> - 2012-09-22 10:53 +0000
          Re: Blue Screen Python Dave Angel <d@davea.name> - 2012-09-22 07:44 -0400
            Re: Blue Screen Python 88888 Dihedral <dihedral88888@googlemail.com> - 2012-09-22 05:19 -0700
            Re: Blue Screen Python 88888 Dihedral <dihedral88888@googlemail.com> - 2012-09-22 05:19 -0700
            Re: Blue Screen Python Steven D'Aprano <steve+comp.lang.python@pearwood.info> - 2012-09-22 13:07 +0000
              Re: Blue Screen Python Chris Angelico <rosuav@gmail.com> - 2012-09-23 00:10 +1000
                Re: Blue Screen Python 88888 Dihedral <dihedral88888@googlemail.com> - 2012-09-23 04:17 -0700
                Re: Blue Screen Python 88888 Dihedral <dihedral88888@googlemail.com> - 2012-09-23 04:17 -0700
          Re: Blue Screen Python Mark Lawrence <breamoreboy@yahoo.co.uk> - 2012-09-22 13:53 +0100
  Re: Blue Screen Python mikcec82 <michele.cecere@gmail.com> - 2012-10-09 00:37 -0700
    Re: Blue Screen Python Philipp Hagemeister <phihag@phihag.de> - 2012-10-09 12:32 +0200
  Re: Blue Screen Python mikcec82 <michele.cecere@gmail.com> - 2012-10-09 05:10 -0700
  Re: Blue Screen Python mikcec82 <michele.cecere@gmail.com> - 2012-10-22 06:15 -0700

csiph-web