From owner-freebsd-chromium@freebsd.org Fri Oct 9 23:04:33 2015 Return-Path: Delivered-To: freebsd-chromium@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 853079D3ACB for ; Fri, 9 Oct 2015 23:04:33 +0000 (UTC) (envelope-from jonc@chen.org.nz) Received: from mail-ig0-f175.google.com (mail-ig0-f175.google.com [209.85.213.175]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 5E352B8B for ; Fri, 9 Oct 2015 23:04:32 +0000 (UTC) (envelope-from jonc@chen.org.nz) Received: by igcrk20 with SMTP id rk20so45354154igc.1 for ; Fri, 09 Oct 2015 16:04:32 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:date:message-id:subject:from:to :content-type; bh=Lk+nZ5FdRnzawzFcPqHn6ujfNWW+DM4Hra5VSp5Mvlw=; b=dgDb4JiDeLvqQLalskG4GD5BJ7Gqajurmz0Y4nd6/SxKvfr8TazWpIcRsQf2CKp0CR SLXgp5Qg/TS626CVUsJ6d2UIldQWyOkHrFMm3zQLgEPaRG/FKFWXEiDhxGkCDXrjKS2g M0b9ay8Vl6lGipnehygvS6hy1uqCHKr2zuDAXByRe1pl8Dpr5KpA8RhseekGDpxSE3j9 zyXcoEhfa4ShW0Z9BjUeTbQTYvDX8kmJwpxeEsH2FngRWbygl8Iwh9tEQJcMc0xEtXcW pR31WDcYq3fadAVGMHEe8deXZvt3Mwhrz9ORSpStMYkcO/DPpcn23N5TKVie49r+qG19 29Og== X-Gm-Message-State: ALoCoQlxYAwFZSwL53aMQzRCZlgB5m9nh5S/qX7ye8psky8TIMmdZlWz/3PNa6SFmlZvxweh8Wu1 MIME-Version: 1.0 X-Received: by 10.50.40.4 with SMTP id t4mr1783028igk.73.1444431872393; Fri, 09 Oct 2015 16:04:32 -0700 (PDT) Received: by 10.79.112.219 with HTTP; Fri, 9 Oct 2015 16:04:32 -0700 (PDT) X-Originating-IP: [121.99.71.229] Date: Sat, 10 Oct 2015 12:04:32 +1300 Message-ID: Subject: Odd infrequent crashes on chromium with Javascript? From: Jonathan Chen To: freebsd-chromium@freebsd.org Content-Type: text/plain; charset=UTF-8 X-BeenThere: freebsd-chromium@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: FreeBSD-specific Chromium issues List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 09 Oct 2015 23:04:33 -0000 Hi, Has anyone else experience odd-crashes on chromium these past few months? These tend to happen on Javascript heavy pages. I suspect a race condition of some sort, as reloading the page (possible a few times) will eventually result in a displayable page. This behaviour is present on 2 separate installations of chromium, running different checkpoints of 10-STABLE. Cheers. -- Jonathan Chen