Path: csiph.com!usenet.pasdenom.info!aioe.org!news.stack.nl!newsfeed.xs4all.nl!newsfeed4.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.001 X-Spam-Evidence: '*H*': 1.00; '*S*': 0.00; 'python.': 0.02; 'python,': 0.02; 'subject:: [': 0.04; 'dynamically': 0.07; 'received:80.91': 0.09; 'received:80.91.229': 0.09; 'received:gmane.org': 0.09; 'received:list': 0.09; 'python': 0.11; 'jan': 0.12; 'windows': 0.15; '(should': 0.16; 'implies': 0.16; 'message-id:@4ax.com': 0.16; 'modules,': 0.16; 'popping': 0.16; 'received:80.91.229.3': 0.16; 'received:plane.gmane.org': 0.16; 'module': 0.19; 'stack': 0.19; 'thu,': 0.19; 'subject:] ': 0.20; 'command': 0.22; 'error': 0.23; 'library,': 0.24; 'url:home': 0.24; 'fairly': 0.24; 'extension': 0.26; 'header:X-Complaints-To:1': 0.27; 'fault': 0.31; 'trace': 0.31; 'checking': 0.33; 'third': 0.33; 'maybe': 0.34; 'problem': 0.35; 'something': 0.35; 'but': 0.35; 'version': 0.36; '+0200,': 0.36; 'machine.': 0.36; 'skip:> 10': 0.36; 'shows': 0.36; 'charset:us-ascii': 0.36; 'application': 0.37; 'too': 0.37; 'being': 0.38; 'received:76': 0.38; 'problems': 0.38; 'to:addr:python-list': 0.38; 'track': 0.38; 'that,': 0.38; 'does': 0.39; 'to:addr:python.org': 0.39; 'either': 0.39; 'received:org': 0.40; 'called': 0.40; 'up,': 0.60; 'name:': 0.61; 'show': 0.63; 'name': 0.63; 'interest': 0.64; 'linked': 0.65; 'e-mail,': 0.69; '2015': 0.84; 'processes,': 0.91 X-Injected-Via-Gmane: http://gmane.org/ To: python-list@python.org From: Dennis Lee Bieber Subject: Re: [OT] Re: MySQL connections Date: Thu, 15 Jan 2015 09:22:22 -0500 Organization: IISS Elusive Unicorn References: <9F8BC49703624E5CBBE5BDFAEA504752@JakesPC> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Gmane-NNTP-Posting-Host: adsl-76-249-24-142.dsl.klmzmi.sbcglobal.net X-Newsreader: Forte Agent 6.00/32.1186 X-No-Archive: YES 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: 29 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1421331757 news.xs4all.nl 2934 [2001:888:2000:d::a6]:38279 X-Complaints-To: abuse@xs4all.nl Xref: csiph.com comp.lang.python:83828 On Thu, 15 Jan 2015 13:48:34 +0200, "Jacob Kruger" declaimed the following: >Agree with that, but, like said in prior e-mail, just get windows error >message popping up, mentioning - no track trace, since it's python >terminating: > Python is fairly good about dumping a stack trace when the error is something detectable by Python. >---error details--- > Problem Event Name: BEX > Application Name: python.exe > Fault Module Name: StackHash_0a9e >---end error details--- > This, to me, implies that something being called by Python, but not part of Python, is at fault. Third party extension modules, maybe system ODBC library, etc. It's something that is dynamically linked to the current Python processes, which is why the application name shows Python. Does SFC /scannow show any problems on either machine. (should be some command that does version checking too which might be of interest to compare) -- Wulfraed Dennis Lee Bieber AF6VN wlfraed@ix.netcom.com HTTP://wlfraed.home.netcom.com/