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


Groups > comp.lang.python > #101397

Re: Strange crash while running a script with a embedded python interpreter

Path csiph.com!fu-berlin.de!uni-berlin.de!not-for-mail
From Michael Torrie <torriem@gmail.com>
Newsgroups comp.lang.python
Subject Re: Strange crash while running a script with a embedded python interpreter
Date Fri, 08 Jan 2016 15:28:36 -0700
Lines 10
Message-ID <mailman.80.1452292120.2305.python-list@python.org> (permalink)
References <4ac97a67-2527-424e-90e2-b714528977c8@googlegroups.com>
Mime-Version 1.0
Content-Type text/plain; charset=windows-1252
Content-Transfer-Encoding 7bit
X-Trace news.uni-berlin.de OmrAOVBnO9QOX0exe3N2XwNZirfhQKArjZco9O6Ja1IQ==
Return-Path <torriem+gmail@torriefamily.org>
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; 'incompatible': 0.07; 'subject:script': 0.09; 'subject:while': 0.09; 'subtle': 0.09; 'python': 0.10; 'subject:python': 0.14; '(also': 0.16; 'from:addr:torriem': 0.16; 'from:name:michael torrie': 0.16; 'msvcrt': 0.16; 'received:io': 0.16; 'received:psf.io': 0.16; 'with?': 0.16; 'wrote:': 0.16; 'windows': 0.20; '2015': 0.20; 'first,': 0.20; 'not,': 0.22; '3.x': 0.22; 'am,': 0.23; 'header :In-Reply-To:1': 0.24; 'header:User-Agent:1': 0.26; 'idea': 0.28; 'compiled': 0.32; 'problem': 0.33; 'though.': 0.33; 'message- id:@gmail.com': 0.34; 'info': 0.34; 'but': 0.36; 'there': 0.36; 'visual': 0.36; 'to:addr:python-list': 0.36; 'subject:: ': 0.37; 'received:org': 0.37; 'itself': 0.38; 'version': 0.38; 'several': 0.38; 'received:192': 0.39; 'to:addr:python.org': 0.40; 'subject:with': 0.40; 'some': 0.40; 'charset:windows-1252': 0.62; '2013)': 0.84; '3.5.1': 0.84; 'versions)': 0.84
X-Virus-Scanned amavisd-new at torriefamily.org
User-Agent Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101 Thunderbird/31.7.0
In-Reply-To <4ac97a67-2527-424e-90e2-b714528977c8@googlegroups.com>
X-BeenThere python-list@python.org
X-Mailman-Version 2.1.20+
Precedence list
List-Id General discussion list for the Python programming language <python-list.python.org>
List-Unsubscribe <https://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 <https://mail.python.org/mailman/listinfo/python-list>, <mailto:python-list-request@python.org?subject=subscribe>
Xref csiph.com comp.lang.python:101397

Show key headers only | View raw


On 01/08/2016 09:18 AM, Rickard Englund wrote:
> First, some system info
> * Windows 7 (also tested on 8 and 10) 
> * Python 3.5.1 64bit (previously also tested using several 3.x versions)  (also tested with 32 bit, but with 3.4.2) 
> * Microsoft Visual Studio 2015 (earlier version of python also tested with Visual Studio 2013)  

Are you using the same version of Visual Studio that Python itself was
compiled with?  If not there can be subtle problems with incompatible
msvcrt dlls.  No idea if this would be contributing to the problem or
not, though.

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


Thread

Strange crash while running a script with a embedded python interpreter Rickard Englund <gefle.rickard@gmail.com> - 2016-01-08 08:18 -0800
  Re: Strange crash while running a script with a embedded python interpreter Rickard Englund <gefle.rickard@gmail.com> - 2016-01-08 08:29 -0800
  Re: Strange crash while running a script with a embedded python interpreter Michael Torrie <torriem@gmail.com> - 2016-01-08 15:28 -0700
    Re: Strange crash while running a script with a embedded python interpreter Rickard Englund <gefle.rickard@gmail.com> - 2016-01-10 23:55 -0800
      Re: Strange crash while running a script with a embedded python interpreter Chris Angelico <rosuav@gmail.com> - 2016-01-11 19:09 +1100
      Confused by python-dbus weird behavior Travis Griggs <travisgriggs@gmail.com> - 2016-01-11 14:14 -0800

csiph-web