[Gambas-user] No interface showing

Benoit Minisini gambas at ...1...
Sat Nov 10 12:51:35 CET 2007


On samedi 10 novembre 2007, Steven Lobbezoo wrote:
>
> Did that allready, but to me the output is chinese :
> (gdb) bt
> #0  0xb7f2a410 in ?? ()
> #1  0xbfa15de4 in ?? ()
> #2  0x00000002 in ?? ()
> #3  0x00000000 in ?? ()
>
> Does not tell me anything.
>
> Steven
>

Maybe I forgot to told you that gbx2 must be run with the '-p' option inside a 
debugger.

$ cd /path/to/the/ide/source/code
$ gdb gbx2
...
(gdb) run -p
...
//// Hit CTRL-C 
(gdb) bt
..

Otherwisse, another useful thing to do is using the 'strace' program. It trace 
all system class made by a program, and so you could see what it exactly does 
approximately.

$ cd /path/to/the/ide/source/code
$ strace gbx2 -p > strace.out 2>&1

Do that as root (when the IDE runs normally), and as a normal user (when it 
does not work).

Then send me the two strace.out files, so that I can compare them.

Regards,

-- 
Benoit Minisini




More information about the User mailing list