Re: [Gambas-user] gb3 on pclinuxos - builds OK but IDE is blank

2012-05-16 Thread Benoît Minisini
Le 16/05/2012 05:50, Bruce a écrit : Hi folks, I've been struggling with this for over a week now with no success, so I need some help. I have a client with a new pclinuxos distro. When I install gambas3 from the svn it all appears to build and install properly, but when I start the IDE

Re: [Gambas-user] gb3 on pclinuxos - builds OK but IDE is blank

2012-05-16 Thread Bruce
On Wed, 2012-05-16 at 20:07 +0200, Benoît Minisini wrote: Maybe this is related to Olivier's crash. Maybe not... To help me, you can break the currently frozen IDE by getting its process id, and run gdb gbx3 that process id. Then you enter the 'bt' command in the debugger and you tell me

Re: [Gambas-user] gb3 on pclinuxos - builds OK but IDE is blank

2012-05-16 Thread Benoît Minisini
Le 16/05/2012 22:48, Bruce a écrit : On Wed, 2012-05-16 at 20:07 +0200, Benoît Minisini wrote: Maybe this is related to Olivier's crash. Maybe not... To help me, you can break the currently frozen IDE by getting its process id, and run gdb gbx3that process id. Then you enter the 'bt'

Re: [Gambas-user] gb3 on pclinuxos - builds OK but IDE is blank

2012-05-16 Thread Bruce
On Wed, 2012-05-16 at 23:45 +0200, Benoît Minisini wrote: Can you test the revision #4735? Run the IDE from a terminal, and tell me what debugging messages are printed. Thanks! Woot! :-) [bb@localhost ~]$ gambas3 gb.qt4: warning: unable to load Qt translation: en_AU.UTF-8

Re: [Gambas-user] gb3 on pclinuxos - builds OK but IDE is blank

2012-05-16 Thread Benoît Minisini
Le 17/05/2012 00:25, Bruce a écrit : On Wed, 2012-05-16 at 23:45 +0200, Benoît Minisini wrote: Can you test the revision #4735? Run the IDE from a terminal, and tell me what debugging messages are printed. Thanks! Woot! :-) [bb@localhost ~]$ gambas3 gb.qt4: warning: unable to load Qt

Re: [Gambas-user] gb3 on pclinuxos - builds OK but IDE is blank

2012-05-16 Thread Bruce
On Thu, 2012-05-17 at 00:44 +0200, Benoît Minisini wrote: What is it what? :-) I meant What was it that was causing the hang? Bruce -- Live Security Virtual Conference Exclusive live event will cover all the ways

Re: [Gambas-user] gb3 on pclinuxos - builds OK but IDE is blank

2012-05-16 Thread Benoît Minisini
Le 17/05/2012 00:59, Bruce a écrit : On Thu, 2012-05-17 at 00:44 +0200, Benoît Minisini wrote: What is it what? :-) I meant What was it that was causing the hang? Bruce The signal management routines allows to associate a list of callbacks to a signal. At the moment, there is only one

Re: [Gambas-user] gb3 on pclinuxos - builds OK but IDE is blank

2012-05-16 Thread Bruce
On Thu, 2012-05-17 at 01:48 +0200, Benoît Minisini wrote: Le 17/05/2012 00:59, Bruce a écrit : On Thu, 2012-05-17 at 00:44 +0200, Benoît Minisini wrote: What is it what? :-) I meant What was it that was causing the hang? Bruce The signal management routines allows to associate a

Re: [Gambas-user] gb3 on pclinuxos - builds OK but IDE is blank

2012-05-15 Thread Bruce
A possible further clue? When I run some of my apps that work under the gb.qt environment e.g. cd ~/libman export GB_GUI=gb.qt4 ./libman.gambas the app hangs when it executes an external command. So far I've found examples where Shell and Desktop calls end up with the application hanging.