PNG that crashes (false alarm)

here is an url to a png image that is crashing SDL_image on windows.
http://pygame.seul.org/ftp/contrib/crasher.png

no problem under X11. find out where it crashes and give us a stacktrace

sorry about the false alarm there. i compiled all the libraries
as debug so i could test this. when i tried displaying the image
it actually worked, but i did get the following warning…

libpng warning: Incomplete compressed datastream in iCCP chunk

anyways, the image was working. so i went back and recompiled all
my libraries as nondebug dlls and much to my delight the image is
loading fine.
i’m assuming i made some error while compiling my SDL_image and
its dependencies. these little buggers are hard to find sometimes :]