From owner-freebsd-chromium@FreeBSD.ORG Wed Feb 8 05:07:15 2012 Return-Path: Delivered-To: chromium@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 394EE1065695 for ; Wed, 8 Feb 2012 05:07:15 +0000 (UTC) (envelope-from yuri@rawbw.com) Received: from shell0.rawbw.com (shell0.rawbw.com [198.144.192.45]) by mx1.freebsd.org (Postfix) with ESMTP id 08CFE8FC18 for ; Wed, 8 Feb 2012 05:07:14 +0000 (UTC) Received: from eagle.yuri.org (stunnel@localhost [127.0.0.1]) (authenticated bits=0) by shell0.rawbw.com (8.14.4/8.14.4) with ESMTP id q1857Ep0078577 for ; Tue, 7 Feb 2012 21:07:14 -0800 (PST) (envelope-from yuri@rawbw.com) Message-ID: <4F320301.6090403@rawbw.com> Date: Tue, 07 Feb 2012 21:07:13 -0800 From: Yuri User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:10.0) Gecko/20120202 Thunderbird/10.0 MIME-Version: 1.0 To: chromium@freebsd.org Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: Subject: chromium-16.0.912.77: gui freezes when waiting for network X-BeenThere: freebsd-chromium@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: FreeBSD-specific Chromium issues List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 08 Feb 2012 05:07:15 -0000 Hi, This version of chromium on FreeBSD has this annoying quality that very often while waiting for network gui becomes frozen. Sometimes with the "busy" cursor. Scrollbars not working, links not working. I compared with Ubuntu, it currently has exactly the same version of chromium, and gui is much more responsive there. I don't see such severe problem there. I understand browser as a state machine. It always waits for something, network, user interaction or screen repaint, but while waiting other parts should be functional. Any time network operation is pending gui should show whatever is available by that time. Looks like chromium is broken in this respect. chromium-16.0.912.77 FreeBSD-9.0 amd64 Ubuntu (current) 64bit Yuri