Le 09/05/2012 11:26, Christer Johansson a écrit :
> Hi Benoît.
>
>> When it is frozen, can you use gdb to get a backtrace?
>>
>> First you must get the process id of the frozen Gambas program. Let's
>> call it.
>>
>> Then you run:
>>
>> $ gdb gbx3.
>>
>> gdb will take the control of the process, so
Hi Benoît.
> When it is frozen, can you use gdb to get a backtrace?
>
> First you must get the process id of the frozen Gambas program. Let's
> call it .
>
> Then you run:
>
> $ gdb gbx3 .
>
> gdb will take the control of the process, so that you can print the
> backtrace...
>
> (gdb) bt
>
> ... a