Re: [Gambas-user] Debian ARMEL packages for Gambas3 components?

2012-05-09 Thread Benoît Minisini
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

Re: [Gambas-user] Debian ARMEL packages for Gambas3 components?

2012-05-09 Thread Christer Johansson
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