From owner-freebsd-chromium@FreeBSD.ORG Sun Mar 10 19:22:15 2013 Return-Path: Delivered-To: freebsd-chromium@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id 0BD84532 for ; Sun, 10 Mar 2013 19:22:15 +0000 (UTC) (envelope-from r.c.ladan@gmail.com) Received: from mail-we0-x22f.google.com (mail-we0-x22f.google.com [IPv6:2a00:1450:400c:c03::22f]) by mx1.freebsd.org (Postfix) with ESMTP id 65F6DC01 for ; Sun, 10 Mar 2013 19:22:14 +0000 (UTC) Received: by mail-we0-f175.google.com with SMTP id x8so2861676wey.34 for ; Sun, 10 Mar 2013 12:22:13 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=x-received:message-id:date:from:user-agent:mime-version:to:subject :references:in-reply-to:x-enigmail-version:content-type :content-transfer-encoding; bh=wl6UCSqETBj85iHSDxHmU2MorXy6pI4t0oURe+WgN9g=; b=c5zd6K/XdMMbX3AItPr2O/N4uTnJMnl5wfiBk62OH3R9EjN0YTwXjAC+ltATiDTKPS VuwzMU9MvE8/5agvrtoU1adcJMWh1QeWf4oQNVjj99qEP2cvucCJRS+IvvoGCnhWHtXm UM1b7CCVKR1G7a0bSFsXfOMIKrpG6VU/0U8AZBFHzrZZdkvEd1vHrHxNs1vRU7PPBHNx i3eznqziDVTXTvT3KzrmyPWYE3oJ5uEvfOHP+ZieAgZLiqBcGl0O2f2pNo/0XbDk/PwA hodkTXLNmI6x0lwMdqJ7oWLy9pvXIqwLfXZoW0g1uvB+tp5bLaVSLL6b6GBacfLvl6rV j1hw== X-Received: by 10.194.19.135 with SMTP id f7mr14994238wje.27.1362943333342; Sun, 10 Mar 2013 12:22:13 -0700 (PDT) Received: from ?IPv6:2001:980:d7ed:1:51c2:633e:5f93:6b06? ([2001:980:d7ed:1:51c2:633e:5f93:6b06]) by mx.google.com with ESMTPS id du2sm11484427wib.0.2013.03.10.12.22.11 (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Sun, 10 Mar 2013 12:22:12 -0700 (PDT) Message-ID: <513CDD60.1000807@gmail.com> Date: Sun, 10 Mar 2013 20:22:08 +0100 From: =?ISO-8859-1?Q?Ren=E9_Ladan?= User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:17.0) Gecko/20130228 Thunderbird/17.0.3 MIME-Version: 1.0 To: freebsd-chromium@freebsd.org Subject: geolocation (was: Re: chromium v25.0.1364.97 problems) References: <135007687.20087195.1361905506071.JavaMail.root@k-state.edu> <985459515.20213713.1361920260108.JavaMail.root@k-state.edu> <20130302084256.33869737@shibato> In-Reply-To: <20130302084256.33869737@shibato> X-Enigmail-Version: 1.5.1 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-BeenThere: freebsd-chromium@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: FreeBSD-specific Chromium issues List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 10 Mar 2013 19:22:15 -0000 On 02-03-2013 14:42, J.R. Oldroyd wrote: > On Tue, 26 Feb 2013 18:11:00 -0500 (EST) "Lawrence K. Chen, P.Eng." wrote: >> >> Also Currently seems to no longer be able to figure out my location anymore. >> >> Anybody else seeing this? >> > > Yes. > > I took a look at the wifi geolocation code, and it is still there and > looks like it's still compiling in. So this must be another example > of some other C++ class masking out the FreeBSD wifi provider class. > It is still compiling in. > You can run with "chrome -v 1" from the console and go to any geoloc > web page. If it's working, you'll see messages showing the wifi > access points it is using to determine your location. But it is not > showing those messages, which means that the FreeBSD wifi class is > not being executed. > I think the correct syntax is "chrome --v=1" (google for "chromium vlog") but VLOG() seems broken. If you replace the VLOG(1) in wifi_data_provider_freebsd.cc by a LOG(ERROR) you will see a list of access points on the console. So a list is retrieved but somehow not processed correctly. Rene From owner-freebsd-chromium@FreeBSD.ORG Mon Mar 11 01:40:14 2013 Return-Path: Delivered-To: freebsd-chromium@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id B8D802A1; Mon, 11 Mar 2013 01:40:14 +0000 (UTC) (envelope-from edwin@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) by mx1.freebsd.org (Postfix) with ESMTP id 948B2CB1; Mon, 11 Mar 2013 01:40:14 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.6/8.14.6) with ESMTP id r2B1eEVw081579; Mon, 11 Mar 2013 01:40:14 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.6/8.14.6/Submit) id r2B1eEJV081578; Mon, 11 Mar 2013 01:40:14 GMT (envelope-from edwin) Date: Mon, 11 Mar 2013 01:40:14 GMT Message-Id: <201303110140.r2B1eEJV081578@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, freebsd-chromium@FreeBSD.org From: edwin@FreeBSD.org Subject: Re: ports/176828: www/chromium: Build failure on 10-CURRENT X-BeenThere: freebsd-chromium@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: FreeBSD-specific Chromium issues List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 11 Mar 2013 01:40:14 -0000 Synopsis: www/chromium: Build failure on 10-CURRENT Responsible-Changed-From-To: freebsd-ports-bugs->freebsd-chromium Responsible-Changed-By: edwin Responsible-Changed-When: Mon Mar 11 01:40:14 UTC 2013 Responsible-Changed-Why: Over to maintainer (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=176828 From owner-freebsd-chromium@FreeBSD.ORG Mon Mar 11 03:42:05 2013 Return-Path: Delivered-To: freebsd-chromium@freebsd.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id 5B007C7F for ; Mon, 11 Mar 2013 03:42:05 +0000 (UTC) (envelope-from fbsd@opal.com) Received: from mho-02-ewr.mailhop.org (mho-04-ewr.mailhop.org [204.13.248.74]) by mx1.freebsd.org (Postfix) with ESMTP id 091BF1F4 for ; Mon, 11 Mar 2013 03:42:04 +0000 (UTC) Received: from pool-141-154-241-44.bos.east.verizon.net ([141.154.241.44] helo=homobox.opal.com) by mho-02-ewr.mailhop.org with esmtpsa (TLSv1:AES256-SHA:256) (Exim 4.72) (envelope-from ) id 1UEtci-000GwA-2L; Mon, 11 Mar 2013 03:42:04 +0000 Received: from shibato (pool-173-52-168-49.nycmny.east.verizon.net [173.52.168.49]) (authenticated bits=0) by homobox.opal.com (8.14.4/8.14.4) with ESMTP id r2B3g0qj033228 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES128-SHA bits=128 verify=NO); Sun, 10 Mar 2013 23:42:01 -0400 (EDT) (envelope-from fbsd@opal.com) X-Mail-Handler: Dyn Standard SMTP by Dyn X-Originating-IP: 141.154.241.44 X-Report-Abuse-To: abuse@dyndns.com (see http://www.dyndns.com/services/sendlabs/outbound_abuse.html for abuse reporting information) X-MHO-User: U2FsdGVkX1/p73Qbg2SoNBQPx+FFWzWT Date: Sun, 10 Mar 2013 23:41:53 -0400 From: "J.R. Oldroyd" To: =?UTF-8?B?UmVuw6k=?= Ladan Subject: Re: geolocation (was: Re: chromium v25.0.1364.97 problems) Message-ID: <20130310234153.2a6078f0@shibato> In-Reply-To: <513CDD60.1000807@gmail.com> References: <135007687.20087195.1361905506071.JavaMail.root@k-state.edu> <985459515.20213713.1361920260108.JavaMail.root@k-state.edu> <20130302084256.33869737@shibato> <513CDD60.1000807@gmail.com> X-Mailer: Claws Mail 3.9.0 (GTK+ 2.24.6; amd64-portbld-freebsd9.1) Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable X-Greylist: Sender succeeded SMTP AUTH, not delayed by milter-greylist-4.2.6 (homobox.opal.com [141.154.241.44]); Sun, 10 Mar 2013 23:42:01 -0400 (EDT) X-Spam-Status: No, score=2.8 required=5.0 tests=AWL,BAYES_00, FH_HOST_EQ_VERIZON_P,FSL_HELO_NON_FQDN_1,RCVD_IN_PBL,RDNS_DYNAMIC shortcircuit=no autolearn=no version=3.3.2 X-Spam-Level: ** X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on homobox.opal.com Cc: freebsd-chromium@freebsd.org X-BeenThere: freebsd-chromium@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: FreeBSD-specific Chromium issues List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 11 Mar 2013 03:42:05 -0000 On Sun, 10 Mar 2013 20:22:08 +0100 Ren=C3=A9 Ladan wr= ote: > > I think the correct syntax is "chrome --v=3D1" (google for "chromium > vlog") but VLOG() seems broken. If you replace the VLOG(1) in > wifi_data_provider_freebsd.cc by a LOG(ERROR) you will see a list of > access points on the console. >=20 > So a list is retrieved but somehow not processed correctly. >=20 Confirmed that when I replace the VLOG() with LOG(ERROR) it does show the WiFi AP scan info. That's good. The FreeBSD WiFi AP scan code is still working, then. VLOG() was working when I wrote the WiFI AP scan code on 23.x, by the way. So the AP scan list is returned to DoWifiScanTask() in wifi_data_provider_common.cc where it is compared to the previous scan results and if DiffersSignificantly() or it is the first scan, NotifyListeners() is called. That's an inline macro that calls DeviceDataUpdateAvailable() on all registered listeners. Ok, who here knows how to backtrace C++ callers? -jr From owner-freebsd-chromium@FreeBSD.ORG Mon Mar 11 08:57:43 2013 Return-Path: Delivered-To: freebsd-chromium@freebsd.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id E15EB378; Mon, 11 Mar 2013 08:57:43 +0000 (UTC) (envelope-from luigi@onelab2.iet.unipi.it) Received: from onelab2.iet.unipi.it (onelab2.iet.unipi.it [131.114.59.238]) by mx1.freebsd.org (Postfix) with ESMTP id 98204EA7; Mon, 11 Mar 2013 08:57:41 +0000 (UTC) Received: by onelab2.iet.unipi.it (Postfix, from userid 275) id 6F1C47300A; Mon, 11 Mar 2013 09:58:21 +0100 (CET) Date: Mon, 11 Mar 2013 09:58:21 +0100 From: Luigi Rizzo To: freebsd-chromium@freebsd.org Subject: chromium/FreeBSD9/amd64 unresponsive to input in gmail Message-ID: <20130311085821.GA11256@onelab2.iet.unipi.it> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.5.20 (2009-06-14) X-BeenThere: freebsd-chromium@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: FreeBSD-specific Chromium issues List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 11 Mar 2013 08:57:43 -0000 at least on a couple of recent versions (25.0.1364.160 and 25.0.1364.152) chromium on FreeBSD/9 amd64 seems to have problems with input (keypresses and mouse events). Symptoms are that in the compose windows input is not displayed for 10+ seconds, then some characters randomly come out; mouse clicks also act strangely, sometimes showing the cursor (vertical bar between characters) in two places, and so on. The same site works correctly under a recent Firefox. I have seen reports of javascript-related failures on the chromium forums too https://productforums.google.com/forum/?fromgroups=#!topic/chrome/tkUlIgUqXv0 so i wonder if others are seeing problems. cheers luigi From owner-freebsd-chromium@FreeBSD.ORG Mon Mar 11 11:06:21 2013 Return-Path: Delivered-To: chromium@FreeBSD.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id 131B4A26 for ; Mon, 11 Mar 2013 11:06:21 +0000 (UTC) (envelope-from owner-bugmaster@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) by mx1.freebsd.org (Postfix) with ESMTP id 04C6578C for ; Mon, 11 Mar 2013 11:06:21 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.6/8.14.6) with ESMTP id r2BB6KpQ088492 for ; Mon, 11 Mar 2013 11:06:20 GMT (envelope-from owner-bugmaster@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.6/8.14.6/Submit) id r2BB6K0U088490 for chromium@FreeBSD.org; Mon, 11 Mar 2013 11:06:20 GMT (envelope-from owner-bugmaster@FreeBSD.org) Date: Mon, 11 Mar 2013 11:06:20 GMT Message-Id: <201303111106.r2BB6K0U088490@freefall.freebsd.org> X-Authentication-Warning: freefall.freebsd.org: gnats set sender to owner-bugmaster@FreeBSD.org using -f From: FreeBSD bugmaster To: chromium@FreeBSD.org Subject: Current problem reports assigned to chromium@FreeBSD.org X-BeenThere: freebsd-chromium@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: FreeBSD-specific Chromium issues List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 11 Mar 2013 11:06:21 -0000 Note: to view an individual PR, use: http://www.freebsd.org/cgi/query-pr.cgi?pr=(number). The following is a listing of current problems submitted by FreeBSD users. These represent problem reports covering all versions including experimental development code and obsolete releases. S Tracker Resp. Description -------------------------------------------------------------------------------- f ports/175972 chromium www/chromium does not build with pulseaudio o ports/175369 chromium www/chromium: Chromimum Desktop Integration doesn't op o ports/165637 chromium www/chromium: 17.0.963.56 fails to find some ns plugin o ports/165635 chromium www/chromium: 17.0.963.56: proxy isn't read by chrome f ports/165634 chromium www/chromium : 17.0.963.56 doesn't show physical print 5 problems total. From owner-freebsd-chromium@FreeBSD.ORG Mon Mar 11 11:06:40 2013 Return-Path: Delivered-To: freebsd-chromium@FreeBSD.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id 1E2AFA87 for ; Mon, 11 Mar 2013 11:06:40 +0000 (UTC) (envelope-from owner-bugmaster@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) by mx1.freebsd.org (Postfix) with ESMTP id EBBF67BF for ; Mon, 11 Mar 2013 11:06:39 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.6/8.14.6) with ESMTP id r2BB6dnT088918 for ; Mon, 11 Mar 2013 11:06:39 GMT (envelope-from owner-bugmaster@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.6/8.14.6/Submit) id r2BB6dtS088915 for freebsd-chromium@FreeBSD.org; Mon, 11 Mar 2013 11:06:39 GMT (envelope-from owner-bugmaster@FreeBSD.org) Date: Mon, 11 Mar 2013 11:06:39 GMT Message-Id: <201303111106.r2BB6dtS088915@freefall.freebsd.org> X-Authentication-Warning: freefall.freebsd.org: gnats set sender to owner-bugmaster@FreeBSD.org using -f From: FreeBSD bugmaster To: freebsd-chromium@FreeBSD.org Subject: Current problem reports assigned to freebsd-chromium@FreeBSD.org X-BeenThere: freebsd-chromium@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: FreeBSD-specific Chromium issues List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 11 Mar 2013 11:06:40 -0000 Note: to view an individual PR, use: http://www.freebsd.org/cgi/query-pr.cgi?pr=(number). The following is a listing of current problems submitted by FreeBSD users. These represent problem reports covering all versions including experimental development code and obsolete releases. S Tracker Resp. Description -------------------------------------------------------------------------------- o ports/176828 chromium www/chromium: Build failure on 10-CURRENT 1 problem total. From owner-freebsd-chromium@FreeBSD.ORG Mon Mar 11 22:13:32 2013 Return-Path: Delivered-To: freebsd-chromium@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id 68CEAD3A for ; Mon, 11 Mar 2013 22:13:32 +0000 (UTC) (envelope-from lkchen@k-state.edu) Received: from ksu-out.merit.edu (ksu-out.merit.edu [207.75.117.132]) by mx1.freebsd.org (Postfix) with ESMTP id 341626ED for ; Mon, 11 Mar 2013 22:13:31 +0000 (UTC) X-Merit-ExtLoop1: 1 X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: AgEFAPlVPlHPS3TT/2dsb2JhbAA/AQMWiBO+GBZ0gikBAQUjVgwCDRoCDRkCHTwGE4gTDK0OiUyJDwSBH4wqIYE4ghyBEwOnSoMmgVc1 X-IronPort-AV: E=Sophos;i="4.84,825,1355115600"; d="scan'208";a="208276095" X-MERIT-SOURCE: KSU Received: from ksu-sfpop-mailstore02.merit.edu ([207.75.116.211]) by sfpop-ironport07.merit.edu with ESMTP; 11 Mar 2013 18:13:25 -0400 Date: Mon, 11 Mar 2013 18:13:24 -0400 (EDT) From: "Lawrence K. Chen, P.Eng." To: Luigi Rizzo Message-ID: <2047237674.974857.1363040004920.JavaMail.root@k-state.edu> In-Reply-To: <20130311085821.GA11256@onelab2.iet.unipi.it> Subject: Re: chromium/FreeBSD9/amd64 unresponsive to input in gmail MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Originating-IP: [129.130.0.181] X-Mailer: Zimbra 7.2.2_GA_2852 (ZimbraWebClient - GC25 ([unknown])/7.2.2_GA_2852) Cc: freebsd-chromium@freebsd.org X-BeenThere: freebsd-chromium@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: FreeBSD-specific Chromium issues List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 11 Mar 2013 22:13:32 -0000 Yeah, this has been happening to me in Zimbra (advanced interface) webmail. Sometimes it thing just freeze.... I think I also saw it in the web interface for our BigIP....and it drew a screen strange....the buttons for the next page seemed to be poking up through the previous page, took a moment for the rest of the page to render. ----- Original Message ----- > at least on a couple of recent versions (25.0.1364.160 and > 25.0.1364.152) > chromium on FreeBSD/9 amd64 seems to have problems with input > (keypresses and mouse events). > Symptoms are that in the compose windows input is not displayed > for 10+ seconds, then some characters randomly come out; > mouse clicks also act strangely, sometimes showing the cursor > (vertical bar between characters) in two places, and so on. > > The same site works correctly under a recent Firefox. > > I have seen reports of javascript-related failures on the > chromium forums too > > https://productforums.google.com/forum/?fromgroups=#!topic/chrome/tkUlIgUqXv0 > > so i wonder if others are seeing problems. > > cheers > luigi -- Who: Lawrence K. Chen, P.Eng. - W0LKC - Senior Unix Systems Administrator For: Enterprise Server Technologies (EST) -- & SafeZone Ally Snail: Computing and Telecommunications Services (CTS) Kansas State University, 109 East Stadium, Manhattan, KS 66506-3102 Phone: (785) 532-4916 - Fax: (785) 532-3515 - Email: lkchen@ksu.edu Web: http://www-personal.ksu.edu/~lkchen - Where: 11 Hale Library From owner-freebsd-chromium@FreeBSD.ORG Tue Mar 12 06:21:16 2013 Return-Path: Delivered-To: freebsd-chromium@freebsd.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id 31D53D01; Tue, 12 Mar 2013 06:21:16 +0000 (UTC) (envelope-from rizzo.unipi@gmail.com) Received: from mail-la0-x232.google.com (mail-la0-x232.google.com [IPv6:2a00:1450:4010:c03::232]) by mx1.freebsd.org (Postfix) with ESMTP id 5C758A4E; Tue, 12 Mar 2013 06:21:15 +0000 (UTC) Received: by mail-la0-f50.google.com with SMTP id ec20so4808002lab.9 for ; Mon, 11 Mar 2013 23:21:14 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:x-received:sender:in-reply-to:references:date :x-google-sender-auth:message-id:subject:from:to:cc:content-type; bh=2EloZ/PQPRM+O5yjHLnE27+zukGPcw4a4CbZwv/Eaek=; b=iY6cQ7QEVSDl+Ay987lQ6RquFricSF2smSecrXd6LfPKVMhlLrPfPSjX6QewgqT/SM hoAwsq6gnKGuXfaeU4DPAhH7xOov+T1FRq1OzlBihftKpbev+Y2gBkxmg5JskCx85/dB xdt7DWL4R7OkD3MHmbtPe3vP+D9VvuUmSbPOpK4DcskZRNco+IY1XRIhIpEmfkagW1Se i4gZFVTxMDodJB1rPG8MW0OfrybygAvn2lqAcSxg0CVGNc4Td1BenQhFVQA3GSH/kLAq FBPqrcFX6eJMSO8wMK1Wvf+wgXEzgUwl+9bXOW+f6Lh+JNBK+zWTVgpDScGQwudWw5MI IY3Q== MIME-Version: 1.0 X-Received: by 10.112.42.162 with SMTP id p2mr5590651lbl.103.1363069274171; Mon, 11 Mar 2013 23:21:14 -0700 (PDT) Sender: rizzo.unipi@gmail.com Received: by 10.114.3.36 with HTTP; Mon, 11 Mar 2013 23:21:14 -0700 (PDT) In-Reply-To: <20130311085821.GA11256@onelab2.iet.unipi.it> References: <20130311085821.GA11256@onelab2.iet.unipi.it> Date: Tue, 12 Mar 2013 07:21:14 +0100 X-Google-Sender-Auth: 472gtVo2Zji2a7L8W0lEWRJwbko Message-ID: Subject: Re: chromium/FreeBSD9/amd64 unresponsive to input in gmail From: Luigi Rizzo To: freebsd-chromium@freebsd.org Content-Type: text/plain; charset=ISO-8859-1 X-Content-Filtered-By: Mailman/MimeDel 2.1.14 X-BeenThere: freebsd-chromium@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: FreeBSD-specific Chromium issues List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 12 Mar 2013 06:21:16 -0000 as a follow up, same problem also exists on 25.0.1364.97 The latest version that works for me is 24.0.1312.57_2 from ports/www/chromium (23.0.1271.97 also works). cheers luigi On Mon, Mar 11, 2013 at 9:58 AM, Luigi Rizzo wrote: > at least on a couple of recent versions (25.0.1364.160 and 25.0.1364.152) > chromium on FreeBSD/9 amd64 seems to have problems with input > (keypresses and mouse events). > Symptoms are that in the compose windows input is not displayed > for 10+ seconds, then some characters randomly come out; > mouse clicks also act strangely, sometimes showing the cursor > (vertical bar between characters) in two places, and so on. > > The same site works correctly under a recent Firefox. > > I have seen reports of javascript-related failures on the > chromium forums too > > > https://productforums.google.com/forum/?fromgroups=#!topic/chrome/tkUlIgUqXv0 > > so i wonder if others are seeing problems. > > cheers > luigi > -- -----------------------------------------+------------------------------- Prof. Luigi RIZZO, rizzo@iet.unipi.it . Dip. di Ing. dell'Informazione http://www.iet.unipi.it/~luigi/ . Universita` di Pisa TEL +39-050-2211611 . via Diotisalvi 2 Mobile +39-338-6809875 . 56122 PISA (Italy) -----------------------------------------+------------------------------- From owner-freebsd-chromium@FreeBSD.ORG Wed Mar 13 20:32:35 2013 Return-Path: Delivered-To: freebsd-chromium@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id 94B4B974; Wed, 13 Mar 2013 20:32:35 +0000 (UTC) (envelope-from gjb@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) by mx1.freebsd.org (Postfix) with ESMTP id 5AA507C9; Wed, 13 Mar 2013 20:32:35 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.6/8.14.6) with ESMTP id r2DKWZHX048326; Wed, 13 Mar 2013 20:32:35 GMT (envelope-from gjb@freefall.freebsd.org) Received: (from gjb@localhost) by freefall.freebsd.org (8.14.6/8.14.6/Submit) id r2DKWZln048325; Wed, 13 Mar 2013 20:32:35 GMT (envelope-from gjb) Date: Wed, 13 Mar 2013 20:32:35 GMT Message-Id: <201303132032.r2DKWZln048325@freefall.freebsd.org> To: gjb@FreeBSD.org, gjb@FreeBSD.org, freebsd-chromium@FreeBSD.org From: gjb@FreeBSD.org Subject: Re: ports/176828: www/chromium: Build failure on 10-CURRENT X-BeenThere: freebsd-chromium@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: FreeBSD-specific Chromium issues List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 13 Mar 2013 20:32:35 -0000 Synopsis: www/chromium: Build failure on 10-CURRENT State-Changed-From-To: open->closed State-Changed-By: gjb State-Changed-When: Wed Mar 13 20:32:01 UTC 2013 State-Changed-Why: It seems this was due to a broken gcc46 install... Sorry for the noise. http://www.freebsd.org/cgi/query-pr.cgi?pr=176828 From owner-freebsd-chromium@FreeBSD.ORG Fri Mar 15 23:45:43 2013 Return-Path: Delivered-To: freebsd-chromium@freebsd.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id 800A59BE for ; Fri, 15 Mar 2013 23:45:43 +0000 (UTC) (envelope-from semageparrks@gmail.com) Received: from mail-wg0-x229.google.com (mail-wg0-x229.google.com [IPv6:2a00:1450:400c:c00::229]) by mx1.freebsd.org (Postfix) with ESMTP id 02E8D6AF for ; Fri, 15 Mar 2013 23:45:42 +0000 (UTC) Received: by mail-wg0-f41.google.com with SMTP id ds1so1021545wgb.0 for ; Fri, 15 Mar 2013 16:45:42 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:x-received:date:message-id:subject:from:to :content-type; bh=uMsucN89D7V+wbqkOt+r7v80ZbTH+XGbZ47rv48NLAA=; b=NLToum6+kPGwKJxzG4bwr3OCAr/tPj9EHFHh6RBWW3EePonxdnqbSeD2xF1WlhSahS /IlPdYNVIYCqg9TyaOs6+hDZa9NEothciCVTq6fo8VSytGvZ91w9A9pRATy+9rmBrQ0o 8ITcXNZSbrvGKdxXGhumEyG51EtP3170eTlaBdCzhV9gb3g2vmKjbnER82EeoGPJw/vX LXFjN/ThQLgxl1LD9Gf/hiEUbE5IFcAH0SglX1Zw6ygtgh5J+2Ph/3IMsmnIehd9ybu0 SycOU7hofY2N/mKzScuklQQ27f8h9szyKBIOSOa9MMh82nrqWWUL2S6BBCksEi2Iyta3 e8ag== MIME-Version: 1.0 X-Received: by 10.194.109.35 with SMTP id hp3mr14062555wjb.15.1363391142252; Fri, 15 Mar 2013 16:45:42 -0700 (PDT) Received: by 10.194.164.193 with HTTP; Fri, 15 Mar 2013 16:45:42 -0700 (PDT) Received: by 10.194.164.193 with HTTP; Fri, 15 Mar 2013 16:45:42 -0700 (PDT) Date: Fri, 15 Mar 2013 16:45:42 -0700 Message-ID: Subject: From: Semage Parrks To: freebsd-chromium@freebsd.org Content-Type: text/plain; charset=ISO-8859-1 X-Content-Filtered-By: Mailman/MimeDel 2.1.14 X-BeenThere: freebsd-chromium@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: FreeBSD-specific Chromium issues List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 15 Mar 2013 23:45:43 -0000 Semage Parks From owner-freebsd-chromium@FreeBSD.ORG Fri Mar 15 23:46:47 2013 Return-Path: Delivered-To: freebsd-chromium@freebsd.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id 3C6EB9D2 for ; Fri, 15 Mar 2013 23:46:47 +0000 (UTC) (envelope-from semageparrks@gmail.com) Received: from mail-we0-x234.google.com (mail-we0-x234.google.com [IPv6:2a00:1450:400c:c03::234]) by mx1.freebsd.org (Postfix) with ESMTP id C4E286B5 for ; Fri, 15 Mar 2013 23:46:46 +0000 (UTC) Received: by mail-we0-f180.google.com with SMTP id k14so3635573wer.11 for ; Fri, 15 Mar 2013 16:46:46 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:x-received:date:message-id:subject:from:to :content-type; bh=qaSVn7J/s2QcYujMa30i6kxZMzaCK+OMfmQq985+NB8=; b=iAPpP5hz6OM+x592BsJt6RdJ9ePRHzFzUjdhYP5mR57MskDbbjH3ohBaFXpqIQi+tA Oiz5DCIeGKlk48DacHq106PVQ9mP9cq5hjom/VrjaCJpHyDd56CiQAQLql5AQbpqhEd8 0WVVM70PBcJKkAi5/FE+E7wAl39Vm1VR2c4/Z2exvsdPjcmMy5NOwn7/E46YEpUgxBkt Ni5Sdj0RVbV2WQI/UaS9FDQxYRhJdnJVmy/1JYsC0n8nZgrT1eVYska1wQmw6W5EyrNQ u4BpAWv0I5QjrDO21dCU9c5r0Qzmdq0mlxiwPk2VK21tYjGyk1JF0onhudsJpeuTzWSK 9vhQ== MIME-Version: 1.0 X-Received: by 10.194.11.70 with SMTP id o6mr13717970wjb.29.1363391206088; Fri, 15 Mar 2013 16:46:46 -0700 (PDT) Received: by 10.194.164.193 with HTTP; Fri, 15 Mar 2013 16:46:45 -0700 (PDT) Received: by 10.194.164.193 with HTTP; Fri, 15 Mar 2013 16:46:45 -0700 (PDT) Date: Fri, 15 Mar 2013 16:46:46 -0700 Message-ID: Subject: Sweetkp79 From: Semage Parrks To: freebsd-chromium@freebsd.org Content-Type: text/plain; charset=ISO-8859-1 X-Content-Filtered-By: Mailman/MimeDel 2.1.14 X-BeenThere: freebsd-chromium@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: FreeBSD-specific Chromium issues List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 15 Mar 2013 23:46:47 -0000 E mail me if interested Semage Parks