On 7/7/2011 3:06 PM, Noah Aklilu wrote: > Hello, > > I am using matplotlib as part of a data analysis tool, and I am having > problems with a crash on Windows 2008 server when plotting data. The > application use to run fine, though I guess there was a round of windows > updates recently (including some VC++ 2008 runtime updates). No problems > on Windows 7 professional with the same runtime updates. > > I have tracked the problem down to the function call to > update_path_extents in the _path.pyd module from transforms.py (L821 in > 1.0.1). > > Anyone else seeing this?
I can reproduce this. For me any matplotlib script crashes on Windows Server 2008 when frozen with py2exe and py2exe's "bundle_files" option is not 3 (the default). Frozen PIL scripts also crash. The executables work When bundle_files=3. Christoph > > The event log shows that it is an uncaught VC++ exception based on this > message: > > Log Name: Application > > Source: Application Error > > Date: 07/07/2011 3:11:40 PM > > Event ID: 1000 > > Task Category: (100) > > Level: Error > > Keywords: Classic > > User: N/A > > Computer: TS1.synodon.com > > Description: > > Faulting application name: sensview.exe, version: 0.0.0.0, time stamp: > 0x4918019c > > Faulting module name: KERNELBASE.dll, version: 6.1.7601.17514, time > stamp: 0x4ce7bafa > > Exception code: 0xe06d7363 > > Fault offset: 0x0000b727 > > Faulting process id: 0x18d8 > > Faulting application start time: 0x01cc3cea60fe867f > > Faulting application path: C:\Program Files (x86)\sensview\sensview.exe > > Faulting module path: C:\Windows\syswow64\KERNELBASE.dll > > Report Id: b4b6d9f6-a8dd-11e0-bdde-002590135f53 > > Event Xml: > > <Event xmlns="http://schemas.microsoft.com/win/2004/08/events/event"> > > <System> > > <Provider Name="Application Error" /> > > <EventID Qualifiers="0">1000</EventID> > > <Level>2</Level> > > <Task>100</Task> > > <Keywords>0x80000000000000</Keywords> > > <TimeCreated SystemTime="2011-07-07T21:11:40.000000000Z" /> > > <EventRecordID>10539</EventRecordID> > > <Channel>Application</Channel> > > <Computer>TS1.synodon.com</Computer> > > <Security /> > > </System> > > <EventData> > > <Data>sensview.exe</Data> > > <Data>0.0.0.0</Data> > > <Data>4918019c</Data> > > <Data>KERNELBASE.dll</Data> > > <Data>6.1.7601.17514</Data> > > <Data>4ce7bafa</Data> > > <Data>e06d7363</Data> > > <Data>0000b727</Data> > > <Data>18d8</Data> > > <Data>01cc3cea60fe867f</Data> > > <Data>C:\Program Files (x86)\sensview\sensview.exe</Data> > > <Data>C:\Windows\syswow64\KERNELBASE.dll</Data> > > <Data>b4b6d9f6-a8dd-11e0-bdde-002590135f53</Data> > > </EventData> > > </Event> > > > > ------------------------------------------------------------------------------ > All of the data generated in your IT infrastructure is seriously valuable. > Why? It contains a definitive record of application performance, security > threats, fraudulent activity, and more. Splunk takes this data and makes > sense of it. IT sense. And common sense. > http://p.sf.net/sfu/splunk-d2d-c2 > > > > _______________________________________________ > Matplotlib-users mailing list > Matplotlib-users@lists.sourceforge.net > https://lists.sourceforge.net/lists/listinfo/matplotlib-users ------------------------------------------------------------------------------ All of the data generated in your IT infrastructure is seriously valuable. Why? It contains a definitive record of application performance, security threats, fraudulent activity, and more. Splunk takes this data and makes sense of it. IT sense. And common sense. http://p.sf.net/sfu/splunk-d2d-c2 _______________________________________________ Matplotlib-users mailing list Matplotlib-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/matplotlib-users