[Gambas-user] First look at Gambas 3
Benoît Minisini
gambas at ...1...
Fri Dec 3 00:43:56 CET 2010
> Thanks Benoit,
> This enabled me to run in the IDE. I still have other mods to do as the
> components do not fit on the form but I will work on this.
> The error#11 did not happen with the V2.0 project. I started Gambas 3,
> select File/New Project/QT4.
> Get a project with FMain. Press F5 and runs ok. CLick the X to close
> the form and get error #11 plus the warning I mentioned previously.
>
> Regards
> Mike
>
Please, can you run your project with the valgrind tool to know where it
crashes exactly?
1) Gambas 3 must be compiled with debugging information enabled, which should
be the case by default.
2) Open a terminal
3) "cd" to the directory of the project that crashes
4) Run the following command:
$ valgrind --tool=memcheck --track-origins=yes --num-callers=50 gbx3
5) Send me the output of valgrind.
Of course, the valgrind tool must have been installed.
Thanks in advance.
Regards,
--
Benoît Minisini
More information about the User
mailing list