> Ok, ok, I WILL debug it! :D It's your fault for telling me that you would test the text module in your old mac :-)
:P Good news. The problem has nothing to do with the endianess. Some counters (automatic variables) were not initialized before the corresponding loops. The result: KABOOM!! I have commited the fix. All the text module unit tests run ok in the powerpc g3. [EMAIL PROTECTED]:~/gnu/src/libgnupdf/torture/unit/base/text$ cvs diff pdf-text-get-unicode.c Index: pdf-text-get-unicode.c =================================================================== RCS file: /cvsroot/pdf/libgnupdf/torture/unit/base/text/pdf-text-get-unicode.c,v retrieving revision 1.1 diff -r1.1 pdf-text-get-unicode.c 629a630 > i = 0; 722a724 > i = 0; 930a933 > i = 0; 1003a1007 > i = 0;
