Bug#777158: Text functions segfault on i386

2016-06-17 Thread Herwin Weststrate
Still broken on Debian Stretch and Sid as well, only Experimental appears to have the updated packages. -- Herwin Weststrate

Bug#777158: Text functions segfault on i386

2016-04-27 Thread Joachim Breitner
Version: 8:6.8.9.9-5+deb8u1 Hi, On Fri, 08 May 2015 15:23:47 +0200 Bas van Sisseren wrote: > Package: libimage-magick-perl > Version: 8:6.8.9.9-5 > Severity: normal >  > The PerlMagick/quantum/Makefile.PL was using the wrong > magick/magick-baseconfig.h file. I've attached a patch to fix this p

Bug#777158: Text functions segfault on i386

2015-05-08 Thread Bas van Sisseren
Package: libimage-magick-perl Version: 8:6.8.9.9-5 Severity: normal The PerlMagick/quantum/Makefile.PL was using the wrong magick/magick-baseconfig.h file. I've attached a patch to fix this problem. Regards, Bas van Sisseren -- Bas van Sisseren Quarantainenet Description: Fix include path fo

Bug#777158: Text functions segfault on i386

2015-05-07 Thread Herwin Weststrate
Just compiled the package with this two lines added to the top of debian/rules: export CC=/usr/bin/clang-3.5 export CXX=/usr/bin/clang++-3.5 And suddenly it works -- Herwin Weststrate -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of "unsubscribe". T

Bug#777158: Text functions segfault on i386

2015-05-04 Thread Herwin Weststrate
Some more observations: The error begins in PerlMagick/Magick.xs method QueryFontMetrics around line 12321: draw_info=CloneDrawInfo(package_info->image_info,(DrawInfo *) NULL); CloneString(&draw_info->text,""); Tracing CloneDrawInfo in GDB, we have the following piece of code: clone_info=

Bug#777158: Text functions segfault on i386

2015-04-24 Thread Herwin Weststrate
I've seen it as wel when calling XS_Image__Magick__Q16_Mogrify >From what i've seen, the parameter **destination in CloneString always points to 0x0001, which I don't think is correct. -- Herwin Weststrate -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subjec

Bug#777158: Text functions segfault on i386

2015-03-26 Thread Matthias Großmann
Control: retitle -1 Text functions segfault on i386 This problem seems to affect other functions dealing with text, too: The program also segfaults when I replace QueryFontMetrics() with Annotate(text=>'Test', x=>100, y=>100) or Draw(primitive=>'text', text=>'Test', pointsize=>12, points=>'100,