From owner-freebsd-ports@freebsd.org Fri Oct 6 19:39:06 2017 Return-Path: Delivered-To: freebsd-ports@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id CCBB7E3FF2B for ; Fri, 6 Oct 2017 19:39:06 +0000 (UTC) (envelope-from list1@gjunka.com) Received: from msa1.earth.yoonka.com (yoonka.com [88.98.225.149]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "msa1.earth.yoonka.com", Issuer "msa1.earth.yoonka.com" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id 7B1B96D144 for ; Fri, 6 Oct 2017 19:39:05 +0000 (UTC) (envelope-from list1@gjunka.com) Received: from crayon2.yoonka.com (crayon2.yoonka.com [10.70.7.20]) (authenticated bits=0) by msa1.earth.yoonka.com (8.15.2/8.15.2) with ESMTPSA id v96Jd3xt087441 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128 verify=NO) for ; Fri, 6 Oct 2017 19:39:03 GMT (envelope-from list1@gjunka.com) To: freebsd-ports@freebsd.org From: Grzegorz Junka Subject: Crashing chromium/iridium Message-ID: Date: Fri, 6 Oct 2017 19:39:03 +0000 User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:52.0) Gecko/20100101 Thunderbird/52.3.0 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit Content-Language: en-GB-large X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 06 Oct 2017 19:39:06 -0000 Just wanted to check if anybody else observed this annoying behaviour in Chromium/Iridium browsers. Randomly, in about 10-40% of cases, the new tab hangs loading for 30-60 seconds, after which time the browser shows a dialog that the webpage doesn't load and I can either kill or wait. There is no pattern, sometimes I can open 10 tabs with no issues, but sometimes 10 tabs hang in a row and need to be killed. Very often when I kill the page reloading the page doesn't help, it still hangs, but when I open the same URL in a new tab it works. Sometimes, however, reloading the page also works. I compiled and installed Iridium hoping that it will be free from this bug but it seems that the behaviour is exactly the same as in Chromium. It has been happening for the past year at least. Maybe some of the options I checked for Chromium/Iridium don't work well or maybe some of its dependencies are compiled with options that don't work well. How would I investigate it? I didn't try to install precompiled versions. Also, the issue doesn't happen with other browsers (Firefox, any other I could compile on FreeBSD are also fine). I tried to open in safe mode, without extensions, but all without any difference in this behaviour. Thanks GrzegorzJ