[Gambas-user] Why 1.9.x doesn't show up
Benoit Minisini
gambas at ...1...
Mon May 29 18:58:23 CEST 2006
On Monday 29 May 2006 09:35, Eilert wrote:
> Benoit Minisini schrieb:
> > Another useful information is launching the IDE with strace until it
> > freezes, and sending the output. This way:
> > $ cd <path/to/IDE/source>
> > $ strace gbx2 2> strace.out
> >
> > Regards,
>
> Just forgot to mention that I downloaded and installed the 1.9.31 this
> morning, and now the maskot appears, but nothing else :-))
>
>
> I hope I did it right, just started gambas2 as usual, then looked for
> the pid of gbx2, connected gbd to it and pressed Ctrl+C.
>
> So this is the result of bt:
>
> #0 0xffffe410 in ?? ()
> #1 0xbfffd93c in ?? ()
> #2 0x080b355c in ?? ()
> #3 0x080b33d8 in ?? ()
> #4 0x407f235d in ___newselect_nocancel () from /lib/tls/libc.so.6
> #5 0x401f5cc7 in QEventLoop::processEvents () from /usr/lib/libqt-mt.so.3
> #6 0x40d90f25 in MyEventLoop::processEvents (this=0x80b3358, flags=4)
> at main.cpp:240
> #7 0x4025ea31 in QEventLoop::enterLoop () from /usr/lib/libqt-mt.so.3
> #8 0x4025e876 in QEventLoop::exec () from /usr/lib/libqt-mt.so.3
> #9 0x402488df in QApplication::exec () from /usr/lib/libqt-mt.so.3
> #10 0x40d909f3 in hook_loop () at main.cpp:444
> #11 0x0805fdd4 in main (argc=1, argv=0xbfffdbc4) at gbx.c:323
>
>
> I tried the second one as well, this is the contents of strace.out:
>
Sorry, I made a mistake. You must type 'strace gbx2 -p 2> strace.out'. I will
compare it with my own...
Regards,
--
Benoit Minisini
More information about the User
mailing list