From owner-freebsd-hackers@FreeBSD.ORG Tue May 7 13:51:13 2013 Return-Path: Delivered-To: freebsd-hackers@freebsd.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id 7FD14532 for ; Tue, 7 May 2013 13:51:13 +0000 (UTC) (envelope-from syuu@dokukino.com) Received: from mail-pb0-x232.google.com (mail-pb0-x232.google.com [IPv6:2607:f8b0:400e:c01::232]) by mx1.freebsd.org (Postfix) with ESMTP id 5C963944 for ; Tue, 7 May 2013 13:51:13 +0000 (UTC) Received: by mail-pb0-f50.google.com with SMTP id um15so414859pbc.37 for ; Tue, 07 May 2013 06:51:13 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=dokukino.com; s=google; h=mime-version:x-received:date:message-id:subject:from:to :content-type; bh=wZJrCazSf0eZEZ7CU90EPT9Hfcxb1IbE+oFh98n9G+4=; b=B/FOE5k8XdRQgg3sAiOmuKD8AdMpyeub9Qbu4h8Q0lVbYZlZ7gn3d5fZPiplsUdxtp lqj1p1vzbhequenQatnMIK5GC4QNkofiZrWPibsQ18i9aEWxJfI6M4gNSuTnzbo5cmuL YvmJ5z2+ITVacdop3EXc/R01Rv73srMBCNU+g= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=20120113; h=mime-version:x-received:date:message-id:subject:from:to :content-type:x-gm-message-state; bh=wZJrCazSf0eZEZ7CU90EPT9Hfcxb1IbE+oFh98n9G+4=; b=Zvb993vIkSAPBJf8aNnKS8SeejAAq3UrQSydH//J3zoo9aDGs2a3xVWWWGN0Lfbxbb E3VmA8V9Ehd6muID+1z7CLQllHcqjWDetTPTNdc5pcU0ptDmob/xl3nRlJV9BH4o6Oqp 1wuX+o1ufcKaI57CH9yamHjqPWXkiInF7d5uW2LdNwq1Ho+14z2Va748t0Gwouw8FVRY hwoSFuNmO5RMJv1/Jz2S08RrRweb8yzfbVG7uTfOFg+fpqePy36PBo8+7W9MrFzgoweu ZqVuCyJeFoKRmZGirKIqXJh4eGac62SjaBgvgRiQSR9rR+xEtaQaRXH2oVXqMlu6yDQW Iq9Q== MIME-Version: 1.0 X-Received: by 10.68.132.101 with SMTP id ot5mr2563682pbb.11.1367934673084; Tue, 07 May 2013 06:51:13 -0700 (PDT) Received: by 10.68.150.98 with HTTP; Tue, 7 May 2013 06:51:13 -0700 (PDT) Date: Tue, 7 May 2013 22:51:13 +0900 Message-ID: Subject: Chromium causes freeze on CURRENT From: Takuya ASADA To: "freebsd-hackers@freebsd.org" X-Gm-Message-State: ALoCoQncIR9HQoN1J5nPvFBRILeMm9mygYjeFl6C4mwx713AEUGhOBGRbPpCAI0LQxYwFJo0RVzM X-Mailman-Approved-At: Tue, 07 May 2013 15:27:54 +0000 Content-Type: text/plain; charset=UTF-8 X-Content-Filtered-By: Mailman/MimeDel 2.1.14 X-BeenThere: freebsd-hackers@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Technical Discussions relating to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 07 May 2013 13:51:13 -0000 Hi, I experienced OS freeze when I using Chromium on FreeBSD-CURRENT. - Apr 23 version of FreeBSD-CURRENT/amd64 - Chrome version is 24.0.1312.52(175374) - Flash plugin installed - Not happen with other apps like Firefox - Not depending videocards, it's happen on at least nvidia/intel/matrox video cards - At reast happen on two machines(both are intel core i3/5/7 series) It at least happen on Nvidia / Intel / Matrox video cards, so looks like not depending on video card / driver, and also it doesn't happen until start using Chromium(Firefox is fine). Does anyone have a idea what is the reason? And is there any way to get dmesg & ddb when I using X? Maybe via serial port, but my machines doesn't have a serial port..