[Gambas-user] Gambas 2.11.1 Ubuntu 8.xx Socket Problem

Benoît Minisini gambas at ...1...
Fri Feb 20 12:13:49 CET 2009


> Hello again,
>
> we don't use a gambas server on the other site. Just the application wich
> connect to an server will take the cpu performance.
>
> Regards,
>
> A.Fröhlke
>

Strange: I did a test, and the client took no CPU, but the server did. So I 
fixed it.

If your client takes CPU while idle (it should not), please can you take a gdb 
backtrace and send it me?

To do that:

$ ps axf # to get the PID of the gbx2 process that takes CPU.
$ gdb gbx2 <PID>
...
(gdb) bt
...

If you can compile Gambas 2 from sources to get the debugging information, it 
would be great. If you have debugging development packages on your 
distribution, you just have to install them instead.

Regards,

-- 
Benoît




More information about the User mailing list