Re: [Gambas-user] Bug with rev 4772

2012-06-01 Thread Benoît Minisini
Le 31/05/2012 19:09, Jussi Lahtinen a écrit : > I'm trying to isolate this problem, and while messing up with things I > found bug (signal 11) that might be related. > Project attached. > I fixed circular initialization problem in revision #4799. Of course, now, you cannot suppose that a class is

Re: [Gambas-user] Bug with rev 4772

2012-05-31 Thread Jussi Lahtinen
I'm trying to isolate this problem, and while messing up with things I found bug (signal 11) that might be related. Project attached. >From gbx_exec.c I uncommented this "printf(" NEW %s\n", class->name);", because the bug seems to happen when Gambas initializes classes. So after that all pro

[Gambas-user] Bug with rev 4772

2012-05-24 Thread Jussi Lahtinen
Hi! I tried to start one of my project with new revision, but nothing showed up (there should be window which tells about initialization progress). So, I tried to run it with gdb to see what is going on. Interpreter is in loop and so I cannot get anything from it, so I killed it. Unfortunately I c