Hi, There are some issues on multilocalized Unicode when gnuc is being used. I am currently addressing that, and hopefully it will be solved in next release. Meanwhile you could try the patch Kai-Uwe posted time ago...
Regards Marti Maria The littleCMS project www.littlecms.com -----Original Message----- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Udi Fuchs Sent: Saturday, October 27, 2007 7:31 PM To: lcms-user@lists.sourceforge.net Cc: Martin Ling Subject: [Lcms-user] Problematic monitor profile Hi, The attached display profile generated by the Pantone Huey software crashes UFRaw. Removing the call in UFRaw to cmsTakeProductName() prevents the crash. I could not reproduce the crash with a simple test program. But the following test program does report errors under Valgrind: #include <lcms.h> int main() { cmsHPROFILE prof = cmsOpenProfileFromFile( "Dell Precision M20.icm", "r"); const char *prod = cmsTakeProductName(prof); printf("product name: %s (%d)\n", prod, strlen(prod)); cmsCloseProfile(prof); } I'm also attaching the Valgrind output. I'm using lcms-1.17. There might be something wrong with the profile, but it should not be causing memory flows in lcms. Udi ------------------------------------------------------------------------- This SF.net email is sponsored by: Splunk Inc. Still grepping through log files to find problems? Stop. Now Search log events and configuration files using AJAX and a browser. Download your FREE copy of Splunk now >> http://get.splunk.com/ _______________________________________________ Lcms-user mailing list Lcms-user@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/lcms-user