2014-11-24 12:19 GMT+01:00 Cédric Krier <[email protected]>:
> On 21 Nov 17:35, Raimon Esteve wrote:
>> 2014-11-21 16:26 GMT+01:00 Cédric Krier <[email protected]>:
>> > Hi,
>> >
>> > As many should know the version of libraries provided by the GNOME
>> > project for GTK+-2 on win32 are quite out dated and contain at least one
>> > memory leak.
>> > I succeeded to build the all chain using [1] and some fixes.
>> > Than I build a tryton setup for testing [2] and it seems to work
>> > correctly.
>> > Please test it on many Windows platform.
>>
>> I test in Win7. Next week I try winXP.
>>
>> 1. Instalation successfully
>> 2. First time to connect demo.tryton.org, get me "error connection". I
>> try again and I do login to demo.tryton.org. I don't know why first
>> time get me this message.
>> 3. I try to open a "big tree view" with new image widget in tree view,
>> and crash me GTK client (client died). I copy server log after this
>> operation:
>>
>> [Fri Nov 21 16:22:25 2014]
>> INFO:trytond.protocols.dispatcher:successful login 'admin' from
>> ::ffff:192.168.0.131:49360 using JSON-RPC on database 'try34esale'
>>
>> Exception happened during processing of request from
>> ('::ffff:192.168.0.131', 49360, 0, 0)
>> Traceback (most recent call last):
>>   File "/usr/lib/python2.7/SocketServer.py", line 593, in 
>> process_request_thread
>>     self.finish_request(request, client_address)
>>   File "/usr/lib/python2.7/SocketServer.py", line 334, in finish_request
>>     self.RequestHandlerClass(request, client_address, self)
>>   File "/usr/lib/python2.7/SocketServer.py", line 649, in __init__
>>     self.handle()
>>   File "/usr/lib/python2.7/BaseHTTPServer.py", line 342, in handle
>>     self.handle_one_request()
>>   File "/usr/lib/python2.7/BaseHTTPServer.py", line 310, in 
>> handle_one_request
>>     self.raw_requestline = self.rfile.readline(65537)
>>   File "/usr/lib/python2.7/socket.py", line 476, in readline
>>     data = self._sock.recv(self._rbufsize)
>> error: [Errno 104] Connection reset by peer
>
> Do you have the same with the current build?

Different.

- I'm working successfully with 3.4.0 (1) and widget image .
- I'm NOT working successfully with 3.4.1 (2) and widget image; When I
open tree view with image widget, GTK client died (close).

Tested in Win7 and WinXP => similar

> Do you have the same with the client running on UNIX?

My work desktop is linux, not windows = working successfully tryton
source from 3.4 branch

> Is it possible to have access to the server for testing?

I run windows test in internal network (192.xxx.x.x).

Is it possilbe create a new database in demo.tryton.org and you review logs?

- Logs from trytond I get "error: [Errno 104] Connection reset by peer"
- Logs from client GTK windows, I don't know where find more
information. Windows open popup about not detailled error and GTK
client is close.

I publish a codereview to test widget image in party (3)

(1) http://downloads.tryton.org/3.4/tryton-setup-3.4.0.exe
(2) http://www.b2ck.com/~ced/tryton-setup-3.4.1-dev.exe
(3) http://codereview.tryton.org/8741002

-- 
Raimon Esteve

Reply via email to