[Numpy-discussion] Strange problem

David Cournapeau cournape at gmail.com
Fri Jun 29 04:57:48 EDT 2012


On Fri, Jun 29, 2012 at 9:54 AM, Uwe Schmitt <uschmitt at mineway.de> wrote:
> Hi,
>
> I have unreproducable crashes on a customers Win 7 machine with Python 2.7.2
> and
> Numpy 1.6.1.  He gets the following message:
>
>   Problem signature:
>   Problem Event Name: APPCRASH
>   Application Name: python.exe
>   Application Version: 0.0.0.0
>   Application Timestamp: 4df4ba7c
>   Fault Module Name: umath.pyd
>   Fault Module Version: 0.0.0.0
>   Fault Module Timestamp: 4e272b96
>   Exception Code: c0000005
>   Exception Offset: 0001983a
>   OS Version: 6.1.7601.2.1.0.256.4
>   Locale ID: 2055
>   Additional Information 1: 0a9e
>   Additional Information 2: 0a9e372d3b4ad19135b953a78882e789
>   Additional Information 3: 0a9e
>   Additional Information 4: 0a9e372d3b4ad19135b953a78882e789
>
> I know that I can not expect a clear answer without more information, but my
> customer is on hollidays and I just wanted to ask for some hints for
> possible
> reasons. The machine is not out of memory and despite this crash runs very
> stable.

Is this on 32 or 64 bits windows ? Do you know if your customer uses
only numpy, or other packages that depend on numpy C extension ?

David



More information about the NumPy-Discussion mailing list