> Are you sure that you are running valgrind correctly? How do you run
> it?
>
> --
As explained into Reporting problems section of Gambas web site:
$ cd trunk/app/src/gambas3
$ gbc3 -agt
$ valgrind --tool=memcheck --num-callers=50 gbx3 > valgrind.out 2>&1
almost immediately hit ctrl-c as the
Le 11/10/2012 07:31, Emanuele Sottocorno a écrit :
> Thanks Benoit,
> attached the new generated gdb output and another valgrind. (hope it is
> useful)
>
> Emanuele
>
Are you sure that you are running valgrind correctly? How do you run it?
--
Benoît Minisini
Looks like I'll be sticking with rev5051 (is that recent enough for you
Kevin?) for a little while then... :-D
Kind regards,
Caveat
On 11/10/12 07:34, Kevin Fishburne wrote:
> On 10/11/2012 01:31 AM, Emanuele Sottocorno wrote:
>> Thanks Benoit,
>> attached the new generated gdb output and anoth
On 10/11/2012 01:31 AM, Emanuele Sottocorno wrote:
> Thanks Benoit,
> attached the new generated gdb output and another valgrind. (hope it is
> useful)
>
> Emanuele
Dammit, I did miss the memo. Please excuse me while I fall on my sword.
--
Kevin Fishburne
Eight Virtues
www: http://sales.eightvir
Thanks Benoit,
attached the new generated gdb output and another valgrind. (hope it is
useful)
Emanuele
segfault_no_opt.tar.gz
Description: application/compressed-tar
--
Don't let slow site performance ruin your business
Le 10/10/2012 18:10, Emanuele Sottocorno a écrit :
> Output from debugger and valgrind attached.
> thanks
>
> Emanuele
>
Is it possible to recompile gambas with no optimization?
Not all of it, but just gb.qt4:
$ cd /gb.qt4
$ make clean
...
$ make "CFLAGS=-O0 -g" "CXXFLAGS=-O0 -g"
...
$ sudo make
Output from debugger and valgrind attached.
thanks
Emanuele
segfault.tar.gz
Description: application/compressed-tar
--
Don't let slow site performance ruin your business. Deploy New Relic APM
Deploy New Relic app perform
Le 10/10/2012 15:56, Emanuele Sottocorno a écrit :
> OS: Ubuntu 12.04.1
> Kernel: 3.2.0-31-generic
> pkg-config: 0.26
>
> Updated to Rev 5229, configure, make and make install run with no error.
> The only warnings from configure were:
>
> configure: WARNING: Unable to met pkg-config requirement: >