This is the mail archive of the cygwin mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

libpng issues


After successfully porting our application from Linux to cygwin, most of the functions work, except for one thing - png images. As soon as I call png_create_read_struct, the application will imediately hang and start using up all available CPU power. This happens with both libpng10 and libpng12.

This is the call we make:
png_structp png_ptr = png_create_read_struct (PNG_LIBPNG_VER_STRING, (png_voidp)0, 0, 0);


Anybody who knows anything about it, or knows what more information I should provide?

Thanks /Marco


-- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/faq/


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]