From owner-freebsd-chromium@FreeBSD.ORG Sat Oct 12 10:44:31 2013 Return-Path: Delivered-To: freebsd-chromium@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 892846F0 for ; Sat, 12 Oct 2013 10:44:31 +0000 (UTC) (envelope-from knightotp@gmail.com) Received: from mail-ee0-x22f.google.com (mail-ee0-x22f.google.com [IPv6:2a00:1450:4013:c00::22f]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 12DDE268D for ; Sat, 12 Oct 2013 10:44:30 +0000 (UTC) Received: by mail-ee0-f47.google.com with SMTP id d49so2371336eek.6 for ; Sat, 12 Oct 2013 03:44:29 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=message-id:date:from:user-agent:mime-version:to:subject:references :in-reply-to:content-type; bh=gCLBuCOovLPIBe+RndxZxP5/7IabXGbASPYHJjXNXeI=; b=bio57vIOMO0pETXU+NFxRaAlQgvCoLO7YNcACVSxdCwnj6FLAP6PEH5CxsQ4lBPiaY YNI+DwC28DEnri5VnW7aNmSjfnt08c9RxghhCXlXd127fI3ZHUDmlU/po/yVx1HqAOhv 0vmPoL02pLamh0jWV56Fk5Y+LH7Yl7YEJouB4Z8RuC2pNGUE+/LR7CQF4iy8HHaECgEP b1DZYZpRstD7hJZEHMVU38U/AcyRns2X0sOgCCHwTwvTPg/v7fW7WaDBc5HBW1Ynw11d cnuBPvejkhZ1qOF3whJvPEfAbyUwkJ7BVeTXWVJvy8SX2w7qPzcjWNkIcuaSsG+7o3HL CNBw== X-Received: by 10.15.74.197 with SMTP id j45mr36599728eey.40.1381574669419; Sat, 12 Oct 2013 03:44:29 -0700 (PDT) Received: from bully.hofman.it (dhcp-077-250-102-123.chello.nl. [77.250.102.123]) by mx.google.com with ESMTPSA id i1sm126060424eeg.0.1969.12.31.16.00.00 (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Sat, 12 Oct 2013 03:44:28 -0700 (PDT) Message-ID: <52592806.1020609@gmail.com> Date: Sat, 12 Oct 2013 12:44:22 +0200 From: Knight Of The Post User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:24.0) Gecko/20100101 Thunderbird/24.0 MIME-Version: 1.0 To: freebsd-chromium@freebsd.org Subject: Re: chromium-30.0.1599.66 issue References: <5256A898.2090900@mega-net.ru> In-Reply-To: X-Enigmail-Version: 1.5.2 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="m12r6Ven85s8ju3RvfmlSnlD4T07v9QCE" 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: Sat, 12 Oct 2013 10:44:31 -0000 This is an OpenPGP/MIME signed message (RFC 4880 and 3156) --m12r6Ven85s8ju3RvfmlSnlD4T07v9QCE Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Hi guys, I'm on 9.2-STABLE amd64 and chromium is not usable at all. Same clang version as reported below, kern.ipc.shm_allow_removed=3D1 is in place and all it does is using up all available CPU cycles on my 8-core system for about 5-10 minutes. After which a few, i think, desktop notifications show up (same amount as tabs opened) with no text and the browser doesn't do anything except giving the system rest by dumping a chrome.core and freeing all CPU's. When started from a terminal the only output I get is; [42404:297825280:1012/123917:ERROR:profile_sync_service.cc(1202)] History Delete Directives datatype error was encountered: Delete directives not supported with encryption. [42404:297873408:1012/124117:ERROR:process_iterator_freebsd.cc(80)] failed to figure out the buffer size for a command line Any ideas where to start. -- Dre On 10/12/13 12:18, Ren=E9 Ladan wrote: > Hm, I can play youtube videos with flash just fine with the default > options in my 10.0-i386 virtual machine... >=20 > This is with chromium 30.0.1599.69 (only CODECS, GCONF, and TEST on) > and linux-f10-flashplugin 11.2r202.310 > I only have system clang installed at version 3.3 (svn 183502) >=20 > Ren=E9 >=20 > 2013/10/11 Carlos Jacobo Puga Medina : >> It works. I can confirm that for i386 processor is necessary compile t= he >> port using GCC46. >> >> Thanks for you help , George. >> >> Regards >> >> --CJPM >> >> 2013/10/10 Carlos Jacobo Puga Medina >> >>> Hi George, >>> >>> I'll try that to confirm that compile it with GCC46 instead Clang fix= es >>> the problem. >>> >>> Of course, I'll report here ASAP. >>> >>> --CJPM >>> >>> >>> >>> 2013/10/10 George Liaskos >>> >>>> Are you on i386? I believe that ffmpeg compiled with port's clang >>>> crashes due to expected stack alignment. >>>> >>>> Can you please try gcc? >>>> >>>> On Thu, Oct 10, 2013 at 4:29 PM, Carlos Jacobo Puga Medina >>>> wrote: >>>>> Hi Dmitry, >>>>> >>>>> Thanks for your input. I have enabled kern.ipc.shm_allow_removed=3D= 1, >>>> and I >>>>> want let you know that it works fine with previous version. Probab= ly >>>> some >>>>> added patch(s) make unusable Chromium at this moment. I built it u= sing >>>>> Clang and all went quite fine. I hope that this can clear a bit th= e >>>> matter. >>>>> >>>>> --CJPM >>>>> >>>>> 2013/10/10 Dmitry S. Nikolaev >>>>> >>>>>> Hello. >>>>>> >>>>>> Earlier blank pages bug treated by setting >>>> kern.ipc.shm_allow_removed=3D1 in >>>>>> sysctl. >>>>>> Do you set it ? >>>>>> >>>>>> P.S. I run version 29.0.1547.76 (223446) and don`t upgraded yet. >>>>>> >>>>>> With best regards, Dmitry S. Nikolaev >>>>>> >>>>>> >>>>>> On 10.10.2013 17:09, Carlos Jacobo Puga Medina wrote: >>>>>>> Hi folks! >>>>>>> >>>>>>> I noticed that the latest chromium update has some issues (blank >>>> pages) >>>>>>> with multimedia web contents, almost all with YouTube website or >>>>>>> similars. >>>>>>> I remember that the same problem happened me last month and it wa= s >>>> fixed >>>>>>> properly. Is anyone aware of this or only happens to me? >>>>>>> >>>>>>> Best regards >>>>>>> >>>>>>> --CJPM >>>>>>> >>>>>>> [1] >>>>>>> >>>>>>> >>>> http://lists.freebsd.org/pipermail/freebsd-chromium/2013-September/0= 00954.html >>>>>>> _______________________________________________ >>>>>>> freebsd-chromium@freebsd.org mailing list >>>>>>> http://lists.freebsd.org/mailman/listinfo/freebsd-chromium >>>>>>> To unsubscribe, send any mail to >>>>>>> "freebsd-chromium-unsubscribe@freebsd.org" >>>>>>> >>>>>>> >>>>>> >>>>> >>>> >>> >>> >> _______________________________________________ >> freebsd-chromium@freebsd.org mailing list >> http://lists.freebsd.org/mailman/listinfo/freebsd-chromium >> To unsubscribe, send any mail to "freebsd-chromium-unsubscribe@freebsd= =2Eorg" > _______________________________________________ > freebsd-chromium@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-chromium > To unsubscribe, send any mail to "freebsd-chromium-unsubscribe@freebsd.= org" >=20 --m12r6Ven85s8ju3RvfmlSnlD4T07v9QCE Content-Type: application/pgp-signature; name="signature.asc" Content-Description: OpenPGP digital signature Content-Disposition: attachment; filename="signature.asc" -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.15 (FreeBSD) iQEcBAEBAgAGBQJSWSgMAAoJEH4rhYAi0yjOOzEH/0WsMV+55peUMFFAAB2rPXxX 1a72cqS+MLWA+MQaO8zEwonv481GWQDqNTMoQGVzM+ljAipTa0hswUnPjEU+s9A4 ylo+XoE/cNClCe+mh7784JCGql8o3B/IFF9+t6Ymts8NVRR+EF/pDbFbTdPkP4FA 7zteJcca09S81roMbywsOIj/mOVfITFFtG9jbPngp27BZA7fg2jJi0Qk6Grg7k3M 1ihq7IPwt9GRRt1oa0zW2o7HmWRio+sYMr3wYnrtNNUAVtCewt4omtww518M7wrl eFbrEo2A2VyMMfaaPWo+2lQDfNcP3aKGeIIc9k1JZpDZo5Ttfm/4DIZZcs0V07E= =L8EX -----END PGP SIGNATURE----- --m12r6Ven85s8ju3RvfmlSnlD4T07v9QCE--