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

2014-10-12 Thread Ru Vuott
Optime ! Now it works. regards vuott Dom 12/10/14, Benoît Minisini ha scritto: Oggetto: Re: [Gambas-user] Segmentation fault (11) with ImageStat() function A: "mailing list for gambas users" Data: Domenica 12 ottobre 2014, 03:23

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

2014-10-11 Thread Benoît Minisini
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 >

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

2014-10-11 Thread Ru Vuott
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 ! ..mayb

Re: [Gambas-user] Segmentation fault (11)

2014-05-29 Thread Patrik Karlsson
2014-05-29 22:55 GMT+02:00 Tobias Boege : > On Thu, 29 May 2014, Patrik Karlsson wrote: > > The program has stopped unexpectedly: > > Segmentation fault (11) > > > > Please send a bug report to the following mail address: > > gam...@users.sourceforge.net. > > --- > > > > This is what I get whe

Re: [Gambas-user] Segmentation fault (11)

2014-05-29 Thread Emil Lenngren
Hm, could you provide a backtrace (from gdb) if it is the JIT that segfaults? 2014-05-30 0:25 GMT+02:00 Tobias Boege : > On Fri, 30 May 2014, Jussi Lahtinen wrote: > > According to documentation, debugging information is enabled by default. > > If not it should be enough to recompile just the in

Re: [Gambas-user] Segmentation fault (11)

2014-05-29 Thread Tobias Boege
On Fri, 30 May 2014, Jussi Lahtinen wrote: > According to documentation, debugging information is enabled by default. > If not it should be enough to recompile just the interpreter: > cd ~/trunk/main/gbx > Or where ever you sources are. > sudo make clean && make "CFLAGS=-O0 -g" "CXXFLAGS=-O0 -g" &&

Re: [Gambas-user] Segmentation fault (11)

2014-05-29 Thread Jussi Lahtinen
According to documentation, debugging information is enabled by default. If not it should be enough to recompile just the interpreter: cd ~/trunk/main/gbx Or where ever you sources are. sudo make clean && make "CFLAGS=-O0 -g" "CXXFLAGS=-O0 -g" && sudo make install It's quickly done, however the de

Re: [Gambas-user] Segmentation fault (11)

2014-05-29 Thread Tobias Boege
On Thu, 29 May 2014, Patrik Karlsson wrote: > The program has stopped unexpectedly: > Segmentation fault (11) > > Please send a bug report to the following mail address: > gam...@users.sourceforge.net. > --- > > This is what I get when trying to close my program while it is doing some > timer

[Gambas-user] Segmentation fault (11)

2014-05-29 Thread Patrik Karlsson
The program has stopped unexpectedly: Segmentation fault (11) Please send a bug report to the following mail address: gam...@users.sourceforge.net. --- This is what I get when trying to close my program while it is doing some timer based animations. I guess the program is to complex to make a