[Haskell-beginners] hsmagic & core dump

Alexander Alexeev mail at eax.me
Wed Jan 9 14:53:03 CET 2013


On 01/09/2013 01:51 PM, Sergey Bushnyak wrote:
> Trying to work with images via hsmagic package, use something like this
>
> scaleTest :: FilePath -> IO()
> scaleTest dst = do
>                initializeMagick
>                image <- readImage dst
>                let image' =  scaleImage 450 450 image
>                writeImage dst image'
>
> but get core dump, when compiling. Types are ok, and path are valid, 
> can it be problem of os or I'm doing something wrong?
>
> _______________________________________________
> Beginners mailing list
> Beginners at haskell.org
> http://www.haskell.org/mailman/listinfo/beginners
Same problem here (Ubuntu 12.10, amd64, GHC 7.4.2). This package seems 
to be broken.

-- 
Best regards,
Alexander Alexeev
http://eax.me/




More information about the Beginners mailing list