[Gambas-user] Why 1.9.x doesn't show up
Eilert
eilert-sprachen at ...221...
Wed May 31 08:32:35 CEST 2006
Benoit Minisini schrieb:
> On Tuesday 30 May 2006 18:11, Eilert wrote:
>>> No, in the gambas *IDE* source directory!
>>>
>>> According to what I read, it is for you:
>>> /raid/home/tester/Downloads/gambas2/gambas2-1.9.31/app/src/gambas2
>>>
>>> Regards,
>> Oh my goodness, now it's so much text, I zip and attach it.
>>
>> Regards
>>
>> Rolf
>
> The libc is hanging on the following socket:
>
> ...
> socket(PF_INET, SOCK_STREAM, IPPROTO_IP) = 8
> getrlimit(RLIMIT_NOFILE, {rlim_cur=1024, rlim_max=1024}) = 0
> setsockopt(8, SOL_TCP, TCP_NODELAY, [1], 4) = 0
> setsockopt(8, SOL_SOCKET, SO_KEEPALIVE, [1], 4) = 0
> connect(8, {sa_family=AF_INET, sin_port=htons(6000),
> sin_addr=inet_addr("192.168.10.151")}, 16) = 0
> getsockname(8, {sa_family=AF_INET, sin_port=htons(52678),
> sin_addr=inet_addr("192.168.10.102")}, [16]) = 0
> getpeername(8, {sa_family=AF_INET, sin_port=htons(6000),
> sin_addr=inet_addr("192.168.10.151")}, [16]) = 0
> ...
> select(10, [6 8 9], [], [], {0, 0}) = 0 (Timeout)
> ioctl(8, FIONREAD, [0]) = 0
> select(10, [6 8 9], [], [], {0, 0}) = 0 (Timeout)
> ioctl(8, FIONREAD, [0]) = 0
> select(10, [6 8 9], [], [], {0, 0}) = 0 (Timeout)
> ioctl(8, FIONREAD, [0]) = 0
> ...
>
> It seems that this socket is the one used to communicate with the X server.
> This is logical, as the backtrace told that the program was blocked inside
> the QT event loop.
>
> Is your X server local, on another machine? Do you have this problem only with
> the gambas IDE, or other QT-based programs?
>
> Regards,
>
This problem is only with gambas 1.9.x, and it is on the machine itself
as well as on the X server I'm usually sitting at (in my office).
Yes, I log in via X into the server from my office, but when I go to the
server directly and start gambas on the screen there, there is the same
problem: I log in under one of my guest accounts, then start "gambas2",
the first window appears asking for loading a new or existing or example
project, I click on "Kate Browser" or something, it says "This project
is write protected", OK, then the Tip of the Day appears, the maskot
appears, and when I close the Tip of the Day, the maskot remains the
only thing to see.
On my office machine, it doesn't show the Tip of the Day anymore, maybe
I switched it off (don't remember), the rest is the same.
I will have to killall gbx2 to stop it.
102 is the server, 151 is my office machine running the X server. Up to
gambas 1.9.24, this problem has never arisen (arosen, arised? :-) ) before.
Any help if I compiled it under a guest account and issued the strace
from there directly on the server?
Regards,
Rolf
More information about the User
mailing list