[Gambas-user] First look at Gambas 3

Fabien Bodard gambas.fr at ...626...
Fri Dec 3 14:59:48 CET 2010


the same problem on qt than me,




fabien at ...2489...:~/Documents/Projets/Composants/gb.form.widgets$ valgrind
--tool=memcheck --track-origins=yes --num-callers=50 gbx3
==2477== Memcheck, a memory error detector
==2477== Copyright (C) 2002-2010, and GNU GPL'd, by Julian Seward et al.
==2477== Using Valgrind-3.6.0.SVN-Debian and LibVEX; rerun with -h for
copyright info
==2477== Command: gbx3
==2477==
==2477== Invalid read of size 2
==2477==    at 0x5712930: getenv (getenv.c:84)
==2477==    by 0x125AF25F: ??? (in /usr/lib/libcanberra.so.0.2.4)
==2477==    by 0x125A6FBE: ??? (in /usr/lib/libcanberra.so.0.2.4)
==2477==    by 0x125B0180: ??? (in /usr/lib/libcanberra.so.0.2.4)
==2477==    by 0x57134F1: exit (exit.c:78)
==2477==    by 0x422619: main (gbx.c:400)
==2477==  Address 0x60ecf35 is not stack'd, malloc'd or (recently) free'd
==2477==
==2477==
==2477== Process terminating with default action of signal 11 (SIGSEGV)
==2477==  Access not within mapped region at address 0x60ECF35
==2477==    at 0x5712930: getenv (getenv.c:84)
==2477==    by 0x125AF25F: ??? (in /usr/lib/libcanberra.so.0.2.4)
==2477==    by 0x125A6FBE: ??? (in /usr/lib/libcanberra.so.0.2.4)
==2477==    by 0x125B0180: ??? (in /usr/lib/libcanberra.so.0.2.4)
==2477==    by 0x57134F1: exit (exit.c:78)
==2477==    by 0x422619: main (gbx.c:400)
==2477==  If you believe this happened as a result of a stack
==2477==  overflow in your program's main thread (unlikely but
==2477==  possible), you can try to increase the size of the
==2477==  main thread stack using the --main-stacksize= flag.
==2477==  The main thread stack size used in this run was 8388608.
==2477==
==2477== HEAP SUMMARY:
==2477==     in use at exit: 3,181,225 bytes in 13,146 blocks
==2477==   total heap usage: 78,208 allocs, 65,062 frees, 24,239,762
bytes allocated
==2477==
==2477== LEAK SUMMARY:
==2477==    definitely lost: 41,040 bytes in 888 blocks
==2477==    indirectly lost: 828,621 bytes in 1,551 blocks
==2477==      possibly lost: 1,342,116 bytes in 4,612 blocks
==2477==    still reachable: 969,448 bytes in 6,095 blocks
==2477==         suppressed: 0 bytes in 0 blocks
==2477== Rerun with --leak-check=full to see details of leaked memory
==2477==
==2477== For counts of detected and suppressed errors, rerun with: -v
==2477== ERROR SUMMARY: 1 errors from 1 contexts (suppressed: 10 from 8)
Processus arrêté
fabien at ...2489...:~/Documents/Projets/Composants/gb.form.widgets$




More information about the User mailing list