[Gambas-user] Debugging Gambas (again)

Benoît Minisini g4mba5 at gmail.com
Tue Apr 30 16:46:18 CEST 2019


Le 30/04/2019 à 16:00, KKing a écrit :
> Hi All,
> 
> Good news and....
> 
> The good news, my project (with no code changes) does not crash on 3.13.0 !
> 

You should check with 'valgrind' that you really don't have any bad 
memory access, because a bad memory access does not auomatically imply a 
segmentation fault. 'valgrind' is stricter than the OS, and so it 
detects them.

But there is a good chance that the bug has been fixed meanwhile.

Regards,

-- 
Benoît Minisini


More information about the User mailing list