Power Developer
https://www.powerdeveloper.org/forums/

Gambas2 gbx2 consumes all resources
https://www.powerdeveloper.org/forums/viewtopic.php?f=31&t=2042
Page 1 of 1

Author:  jmitchel [ Fri Aug 19, 2011 5:27 am ]
Post subject:  Gambas2 gbx2 consumes all resources

I've upgraded my smart top to maverick-20110722.img.xz
and installed KDE and Gambas2. KDE works OK.

Gambas2 doesn't start up properly - instead it runs gbx2 and that consumes all the available CPU resources :(
Please point if there is a fix available, or if I can do something to fix it, please suggest and I will try.

Thanks.

Joe

Author:  jmitchel [ Wed Sep 07, 2011 3:05 am ]
Post subject:  Re: Gambas2 gbx2 consumes all resources

Reply from Gambas mailing list:
-------------------------------

Gambas 2 already runs some project on ARM, but two ARM computers are well-
known to be very different!

Go to the directory of the Gambas 2 project you want to run, and use the
debugger. Hit CTRL+C to stop it when it loops, and send me the backtrace.

$ cd /path/to/my/gambas/project
$ gdb gbx2
...
(gdb) run
...
^C
(gdb) bt
...

Please try to compile the latest version of gambas, and with debugging
information enabled. Try to compile with and without optimization too, to see
if something changes.

Regards,

--
Benoît Minisini

Author:  jmitchel [ Wed Sep 07, 2011 12:58 pm ]
Post subject:  Re: Gambas2 gbx2 consumes all resources

Results of running gdb:
-----------------------

~/code/gambas/app1$ gdb gbx2
GNU gdb (GDB) 7.2-ubuntu
Copyright (C) 2010 Free Software Foundation, Inc.
License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>
This is free software: you are free to change and redistribute it.
There is NO WARRANTY, to the extent permitted by law. Type "show copying"
and "show warranty" for details.
This GDB was configured as "arm-linux-gnueabi".
For bug reporting instructions, please see:
<http://www.gnu.org/software/gdb/bugs/>...
Reading symbols from /usr/bin/gbx2...(no debugging symbols found)...done.
(gdb) run
Starting program: /usr/bin/gbx2
[Thread debugging using libthread_db enabled]
^C
Program received signal SIGINT, Interrupt.
0x0001850a in ?? ()
(gdb) bt
#0 0x0001850a in ?? ()
#1 0x0001ee68 in ?? ()
Backtrace stopped: previous frame identical to this frame (corrupt stack?)
(gdb)

Page 1 of 1 All times are UTC-06:00
Powered by phpBB® Forum Software © phpBB Group
http://www.phpbb.com/