[Gambas-user] Segmentation fault (11) with ImageStat() function
Ru Vuott
vuott at ...325...
Sun Oct 12 02:44:37 CEST 2014
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
[System]
Gambas=3.6.0
OperatingSystem=Linux
Kernel=3.13.0-24-generic
Architecture=x86_64
Distribution=Linux Mint 17 Qiana
Desktop=GNOME
Theme=QCleanlooks
Language=it_IT.UTF-8
Memory=3953M
[Libraries]
Cairo=libcairo.so.2.11301.0
Curl=libcurl.so.4.3.0
DBus=libdbus-1.so.3.7.6
GStreamer=libgstreamer-0.10.so.0.30.0
GStreamer=libgstreamer-1.0.so.0.204.0
GTK+3=libgtk-3.so.0.1000.8
GTK+=libgtk-x11-2.0.so.0.2400.23
OpenGL=libGL.so.1.2.0
Poppler=libpoppler.so.44.0.0
Qt4=libQtCore.so.4.8.6
SDL=libSDL-1.2.so.0.11.4
More information about the User
mailing list