Le 29/07/2013 02:40, Cam Era a écrit :
> Greetings all
>
> I am trying to run the latest Gambas (3.4.2) on Ubuntu 12.10 (x86) system
> running the Cinnamon desktop.
>
> I find that the application hangs part way through loading.
>
> I've run it perhaps 30 times, and only once or twice has it actually loaded
> to completion. Therefore, I know it can work fine once it actually does
> load completely.
>
> I've also launched the application with 'strace' and here is the output of
> the last few lines:
>
> ###
> ...
> time(NULL) = 1375054983
> time(NULL) = 1375054983
> time(NULL) = 1375054983
> time(NULL) = 1375054983
> time(NULL) = 1375054983
> time(NULL) = 1375054983
> time(NULL) = 1375054983
> poll([{fd=31, events=POLLIN}], 1, 60000) = ? ERESTART_RESTARTBLOCK (To be
> restarted)
>
> ###
>
> The application hangs on the poll() It seems to be waitin for some kind o
> file resources to become available, but it never does.
>
> I have no issues running this same version of Gambas on other Ubuntu 12.10
> systems running different desktops.
>
> Any suggestions to fix (or pointers as to to acquire additional
> information), would be appreciated.
>
> Thanks,
>
> -- Con

Please run the development through 'gdb', hit CTRL+C when it freezes, 
and send me the gdb backtrace.

$ cd /path/to/gambas3/ide/project
$ gbc3 -agt
$ gdb gbx3
...
(gdb) run
...
------> hit CTRL+C
(gdb) bt
...

-- 
Benoît Minisini

------------------------------------------------------------------------------
See everything from the browser to the database with AppDynamics
Get end-to-end visibility with application monitoring from AppDynamics
Isolate bottlenecks and diagnose root cause in seconds.
Start your free trial of AppDynamics Pro today!
http://pubads.g.doubleclick.net/gampad/clk?id=48808831&iu=/4140/ostg.clktrk
_______________________________________________
Gambas-user mailing list
Gambas-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gambas-user

Reply via email to