[ft-devel] Regression Crash between freetype 2.3.5 and 2.3.7

2008-08-17 Thread Albert Astals Cid
The attached font crashes when trying to load it. I'm also attaching gdb backtrace. Albert #0 0x7f0fd26b3afe in cff_parse_real ( start=0x7f0fd87681b4 \177\006\036�ccc\177\f\t\036\021:3o\n\036\022\n\206�\v\036\020\nD_\036\022�\220\231\237\f\f\036\022\n\206�\036\022\212C\1

Re: [ft-devel] Regression Crash between freetype 2.3.5 and 2.3.7

2008-08-17 Thread Werner LEMBERG
The attached font crashes when trying to load it. Neither 2.3.7 nor the current CVS does crash for me. I tested with both ftview and ftstring; valgrind doesn't report an error either. Werner ___ Freetype-devel mailing list

Re: [ft-devel] Regression Crash between freetype 2.3.5 and 2.3.7

2008-08-17 Thread Albert Astals Cid
A Diumenge 17 Agost 2008, Werner LEMBERG va escriure: Strange, any idea what could be the culprit? I have 2.3.5 working and 2.3.7 failing with Floating point exception Can it be gcc? optimization flags? Something else? `Floating point exception' probably indicates a compiler bug. Please

Re: [ft-devel] Regression Crash between freetype 2.3.5 and 2.3.7

2008-08-17 Thread Werner LEMBERG
`Floating point exception' probably indicates a compiler bug. Please try with -O0. With -O0 it does not crash, so what now? What does valgrind say if you compile with -O2? Maybe something isn't properly initialized in FreeType. Do I close the poppler bug and tell the user to go to bug