[Gambas-user] Crash Gambas3.12.2

Benoît Minisini g4mba5 at gmail.com
Mon Mar 4 23:05:21 CET 2019


Le 04/03/2019 à 22:55, T Lee Davidson a écrit :
> On 3/3/19 7:40 PM, Benoît Minisini wrote:
>> Le 02/03/2019 à 02:35, T Lee Davidson a écrit :
>>> On 3/1/19 5:20 PM, Benoît Minisini wrote:
>>>> Does it change anything if you run your program with "GB_NO_JIT=1" set?
>>>
>>> No, it still crashes:
>>  > ...
>>
>> Does it still crash with the latest commit?
> 
> Yes, with Gambas version 3.12.90 f2de1bc27 (master), it still crashes.
> 
> I re-created executables for both CrashG3.gambas and my graphical test 
> project which does "TerminalView1.Exec([User.Home &/ 
> "CrashG3.gambas"])". They both still crash.
> 
> ---
> user at linux-pvlm:~> GB_NO_JIT=1 gbr3 TestGraphical.gambas
> Segmentation fault (core dumped)
> ---
> 
> No backtrace.
> 
> 
> Open and execute CrashG3 project like so:
> ---
> user at linux-pvlm:~> GB_NO_JIT=1 gbr3 /usr/bin/gambas3.gambas
> KCrash: Application 'gbx3' crashing...
> *** Error in `/usr/bin/gambas3.gambas': malloc(): memory corruption 
> (fast): 0x0000000003663980 ***
> ======= Backtrace: =========
> [snip]
> ---
> 
> Backtrace content attached.
> 
> 
> ___
> Lee
> 

That backtrace is useless. Can you run the IDE with valgrind and send me 
the valgrind output?

$ valgrind --tool=memcheck --num-callers=50 gbr3 /usr/bin/gambas3.gambas
...

Thanks.

-- 
Benoît Minisini


More information about the User mailing list