Path: csiph.com!fu-berlin.de!uni-berlin.de!not-for-mail From: Michael Torrie 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: 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: 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 List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Xref: csiph.com comp.lang.python:101397 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.