[Gambas-user] Issue 411 in gambas: something is wrong

2013-03-11 Thread gambas
Status: New Owner: Labels: Version Type-Bug Priority-Medium OpSys-Any Dist-Any Arch-Any Desktop-Any GUI-Any New issue 411 by naythe...@gmail.com: something is wrong http://code.google.com/p/gambas/issues/detail?id=411 1) Describe the problem. Fillstyle issues 2) GIVE THE FOLLOWING INF

Re: [Gambas-user] Using valgrind with Gambas3 project.

2013-03-11 Thread Ron
I left it out and its OK. Thanks. Op 11 mrt. 2013 22:05 schreef "Tobias Boege" het volgende: > On Mon, 11 Mar 2013, Ron wrote: > > I cannot run valgrind anymore together with a Gambas3 project to check > > memory alloc issues. > > > > I use this syntax inside the project directory: > > > > $ gbc

Re: [Gambas-user] Issue 410 in gambas: Signal 11 in gb.net.curl

2013-03-11 Thread gambas
Comment #6 on issue 410 by r...@cyberjunky.nl: Signal 11 in gb.net.curl http://code.google.com/p/gambas/issues/detail?id=410 Attached the valgrind memcheck-full output of starting the project, let it run for a second or 10 and then run the signal 11 code. Attachments: valgrind.tar.gz

Re: [Gambas-user] Using valgrind with Gambas3 project.

2013-03-11 Thread Tobias Boege
On Mon, 11 Mar 2013, Ron wrote: > I cannot run valgrind anymore together with a Gambas3 project to check > memory alloc issues. > > I use this syntax inside the project directory: > > $ gbc3 -agpmt > $ valgrind --log-file=/tmp/valgrind.log --tool=memcheck --num-callers=50 gbx3 > -p > > But then

[Gambas-user] Using valgrind with Gambas3 project.

2013-03-11 Thread Ron
I cannot run valgrind anymore together with a Gambas3 project to check memory alloc issues. I use this syntax inside the project directory: $ gbc3 -agpmt $ valgrind --log-file=/tmp/valgrind.log --tool=memcheck --num-callers=50 gbx3 -p But then I end up in this: Welcome to the Gambas debugger. *

[Gambas-user] Gambas 3.4.0 making installation package

2013-03-11 Thread Tobias Boege
Hi, Hans said that he had problems creating an installation package using Gambas 3.4.0 on Ubuntu 12.04 (I suppose). He said, with step 10 the program spins and he could only 'reboot' (I just translate what he reported). Although, with revision 5578 in a virtual machine, everything works fine for

Re: [Gambas-user] Issue 410 in gambas: Signal 11 in gb.net.curl

2013-03-11 Thread gambas
Comment #5 on issue 410 by r...@cyberjunky.nl: Signal 11 in gb.net.curl http://code.google.com/p/gambas/issues/detail?id=410 You see that in the gdb output, that it copies 3MB? Thats quite odd, while the code I use simply calls the google api to create a dial image of a few hundreds kb. This is