[Gambas-user] Segmentation fault (11) with ImageStat() function

Benoît Minisini gambas at ...1...
Sun Oct 12 03:23:36 CEST 2014


Le 12/10/2014 02:44, Ru Vuott a écrit :
> Hello,
>
> by starting from this:
> http://sourceforge.net/p/gambas/mailman/message/21194093/
>
> I tried this simple code:
>
> Public Sub Form_Open()
>
> With ImageStat("/tmp/my_image.jpg")
>    Print .Type
>    Print .Width;; .Height;; .Depth
> End With
>
> End
>
>
> Well, I obtain a  Segmentation fault (11)  error !
>
> ..maybe, is it a bug ?
>
> Regards
> vuott
>
> My Gambas SVN revision: #6535
>

Fixed in revision #6536.

Regards,

-- 
Benoît Minisini




More information about the User mailing list