Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #83828
| From | Dennis Lee Bieber <wlfraed@ix.netcom.com> |
|---|---|
| Subject | Re: [OT] Re: MySQL connections |
| Date | 2015-01-15 09:22 -0500 |
| Organization | IISS Elusive Unicorn |
| References | <DB3F78F5082B4B31A42C783C4E9BD763@JakesPC> <m985f6$t2n$1@ger.gmane.org> <9F8BC49703624E5CBBE5BDFAEA504752@JakesPC> |
| Newsgroups | comp.lang.python |
| Message-ID | <mailman.17762.1421331757.18130.python-list@python.org> (permalink) |
On Thu, 15 Jan 2015 13:48:34 +0200, "Jacob Kruger" <jacob@blindza.co.za>
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/
Back to comp.lang.python | Previous | Next | Find similar | Unroll thread
Re: [OT] Re: MySQL connections Dennis Lee Bieber <wlfraed@ix.netcom.com> - 2015-01-15 09:22 -0500
csiph-web