On Tue, Jun 2, 2009 at 7:59 AM, Charlie Moad <cwm...@gmail.com> wrote:
> I can't say that I have them.  Petr, you can use 98.5.3 binaries found
> here, "http://drop.io/tvuqe3o";.  Just keep in mind that png operations
> will fail.

I've done some digging on this -- the segfault is happening in
_png.cpp on the line

  png_write_info(png_ptr, info_ptr);

and the error is

  Unhandled exception at 0x7c91b1fa in python.exe: 0xC0000005: Access
violation writing location 0x00000010.

when I paste this part of the message into google "python.exe:
0xC0000005: Access violation writing location 0x00000010" I find all
kinds of matches.  Eg, this page

  
http://stackoverflow.com/questions/391917/jpeg-support-with-ijg-getting-access-violation

suggests that there could be a problem in trying to pass FILE *
pointers to shared libraries.  It seems we've done what is necessary
to compile these statically, but I'm just throwing this out there in
case it stimulates some ideas.  I'm stuck so far in trying to fix
this.

JDH

------------------------------------------------------------------------------
OpenSolaris 2009.06 is a cutting edge operating system for enterprises 
looking to deploy the next generation of Solaris that includes the latest 
innovations from Sun and the OpenSource community. Download a copy and 
enjoy capabilities such as Networking, Storage and Virtualization. 
Go to: http://p.sf.net/sfu/opensolaris-get
_______________________________________________
Matplotlib-devel mailing list
Matplotlib-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/matplotlib-devel

Reply via email to