Re: [CinePaint] Cinepaint 0.25-0 Crashes
Robin Rowe <[email protected]> Sun, 04 Jan 2009 11:06:48 -0800
| Newsgroups | gmane.comp.video.cinepaint.user |
|---|---|
| Message-ID | <[email protected]> |
Glen, Thank you for the update. > Using insight as a front end to gdb, I have found that cinepaint is > blowing up in cms.c here: > > 1219 profile = cmsOpenProfileFromFile (file_name, "r"); > > cmsOpenProfileFromFile is in lcms. I'm not sure why it blows up at this > point. Is file_name a valid string? What's its value? Is CinePaint passing garbage to lcms? Suggestions... If it's blowing up inside lcms, you can build lcms with debug and trace into it to find the failure point. You could write a small test program that pases the same file name and see what lcms does without CinePaint when it tries to open that profile. Robin -- Robin Rowe CinePaint Project Leader Beverly Hills, California www.CinePaint.org www.twitter.com/robinrowe www.cinepaint.blogspot.com www.linkedin.com/in/robinrowe ------------------------------------------------------------------------------