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
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
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