[Bug 192821] www/chromium crashes when signing into chrome

2014-08-30 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=192821

--- Comment #12 from Steve Wills swi...@freebsd.org ---
Created attachment 146538
  -- https://bugs.freebsd.org/bugzilla/attachment.cgi?id=146538action=edit
patch for devel/protobuf

Yep, this patch to devel/protobuf fixes chrome for me.

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
freebsd-chromium@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-chromium
To unsubscribe, send any mail to freebsd-chromium-unsubscr...@freebsd.org


[Bug 192821] www/chromium crashes when signing into chrome

2014-08-30 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=192821

--- Comment #13 from Vanilla I. Shu vani...@freebsd.org ---

Sure, Just Do It, it's ok to me.

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
freebsd-chromium@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-chromium
To unsubscribe, send any mail to freebsd-chromium-unsubscr...@freebsd.org


[Bug 192821] www/chromium crashes when signing into chrome

2014-08-30 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=192821

--- Comment #14 from commit-h...@freebsd.org ---
A commit references this bug:

Author: swills
Date: Sat Aug 30 17:48:20 UTC 2014
New revision: 366656
URL: http://svnweb.freebsd.org/changeset/ports/366656

Log:
  devel/protobuf: disable RTTI to fix chrome

  Add -DGOOGLE_PROTOBUF_NO_RTTI to CFLAGS to fix chrome

  PR:192821
  Submitted by:Carlos Jacobo Puga Medina c...@fbsd.es
  Approved by:vanilla (maintainer)

Changes:
  head/devel/protobuf/Makefile

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
freebsd-chromium@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-chromium
To unsubscribe, send any mail to freebsd-chromium-unsubscr...@freebsd.org


[Bug 192821] www/chromium crashes when signing into chrome

2014-08-30 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=192821

--- Comment #15 from Steve Wills swi...@freebsd.org ---
Fix committed, seems to work. Re-open if you still have issues.

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
freebsd-chromium@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-chromium
To unsubscribe, send any mail to freebsd-chromium-unsubscr...@freebsd.org


[Bug 192821] www/chromium crashes when signing into chrome

2014-08-30 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=192821

Steve Wills swi...@freebsd.org changed:

   What|Removed |Added

 Status|Open|Issue Resolved
 Resolution|--- |FIXED

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
freebsd-chromium@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-chromium
To unsubscribe, send any mail to freebsd-chromium-unsubscr...@freebsd.org


Re: [Bug 192821] www/chromium crashes when signing into chrome

2014-08-28 Thread Marcus Reid
Hi,

What is the rationale for using external ports instead of bundled
versions?  I understand that for example, the bundled OpenSSL has a
number of Google patches.  I'd rather have a Chromium with less bugs
than save a little disk space.

Marcus
___
freebsd-chromium@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-chromium
To unsubscribe, send any mail to freebsd-chromium-unsubscr...@freebsd.org


[Bug 192821] www/chromium crashes when signing into chrome

2014-08-27 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=192821

--- Comment #8 from Jonathan Chen j...@chen.org.nz ---
I tweaked the Makefile and can confirm that a port built with the bundled
protobuf works fine on my  10/STABLE-amd64.

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
freebsd-chromium@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-chromium
To unsubscribe, send any mail to freebsd-chromium-unsubscr...@freebsd.org


[Bug 192821] www/chromium crashes when signing into chrome

2014-08-27 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=192821

jiash...@gmail.com changed:

   What|Removed |Added

 CC||jiash...@gmail.com

--- Comment #9 from jiash...@gmail.com ---
According to stack trace in the dumped core file, 
(frame #0 libcxxrt, #1 libprotobuf, ...),
and in protobuf it seemed to crash at a point related to RTTI,
so I added -DGOOGLE_PROTOBUF_NO_RTTI to CFLAGS and rebuilt  reinstalled
protobuf ports.

This solves the sign-in crash too for me on Chromium 37/-current, without using
built-in protobuf or rebuilding Chromium.

Not sure if clang in base has enough RTTI support, or is it that protobuf
failed to correctly detect whatever it needs during building.

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
freebsd-chromium@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-chromium
To unsubscribe, send any mail to freebsd-chromium-unsubscr...@freebsd.org


[Bug 192821] www/chromium crashes when signing into chrome

2014-08-27 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=192821

Carlos Jacobo Puga Medina c...@fbsd.es changed:

   What|Removed |Added

 CC||c...@fbsd.es

--- Comment #10 from Carlos Jacobo Puga Medina c...@fbsd.es ---
Yes, adding GOOGLE_PROTOBUF_NO_RTTI solves the issue. In protobuf.gyp is
defined like this:

'defines': [
  'USE_SYSTEM_PROTOBUF',

  # This macro must be defined to suppress the use
  # of dynamic_cast, which requires RTTI.
  'GOOGLE_PROTOBUF_NO_RTTI',
  'GOOGLE_PROTOBUF_NO_STATIC_INITIALIZER',
],

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
freebsd-chromium@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-chromium
To unsubscribe, send any mail to freebsd-chromium-unsubscr...@freebsd.org


[Bug 192821] www/chromium crashes when signing into chrome

2014-08-19 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=192821

miguelmcl...@gmail.com changed:

   What|Removed |Added

 CC||miguelmcl...@gmail.com

--- Comment #5 from miguelmcl...@gmail.com ---

I'm getting the same issue. Compilation was successful only using poudriere
(Couldn't compile in the live host)

I was using Google Account to sync (using Encryption) and now It just crashes
after opening.

I used --user-data-dir to change to a temp dir, it works and once I login to
chrome it crashes!


chrome --user-data-dir=/tmp
ATTENTION: default value of option force_s3tc_enable overridden by environment.
[62830:339764224:0819/120957:ERROR:CONSOLE(113)] Uncaught Strict get failed,
invalid object., source:
https://www.google.pt/xjs/_/js/k=xjs.ntp.en_US.m8-TqNudpcQ.O/m=jsa,ntp,pcc,csi/rt=j/d=1/t=zcms/rs=AItRSTM4GKqdrFOr4RvvDHNSr57H62qpGw
(113)
[62830:339764224:0819/120957:ERROR:CONSOLE(113)] Uncaught Strict get failed,
invalid object., source:
https://www.google.pt/xjs/_/js/k=xjs.ntp.en_US.m8-TqNudpcQ.O/m=jsa,ntp,pcc,csi/rt=j/d=1/t=zcms/rs=AItRSTM4GKqdrFOr4RvvDHNSr57H62qpGw
(113)
[62830:341495808:0819/121013:ERROR:channel.cc(297)] RawChannel fatal error
(type 1)
[62830:339764224:0819/121036:ERROR:CONSOLE(113)] Uncaught Strict get failed,
invalid object., source:
https://www.google.pt/xjs/_/js/k=xjs.ntp.en_US.m8-TqNudpcQ.O/m=jsa,ntp,pcc,csi/rt=j/d=1/t=zcms/rs=AItRSTM4GKqdrFOr4RvvDHNSr57H62qpGw
(113)
[62830:339764224:0819/121036:ERROR:CONSOLE(113)] Uncaught Strict get failed,
invalid object., source:
https://www.google.pt/xjs/_/js/k=xjs.ntp.en_US.m8-TqNudpcQ.O/m=jsa,ntp,pcc,csi/rt=j/d=1/t=zcms/rs=AItRSTM4GKqdrFOr4RvvDHNSr57H62qpGw
(113)
[62830:341495808:0819/121109:ERROR:channel.cc(297)] RawChannel fatal error
(type 1)
[62830:394674176:0819/121124:ERROR:get_updates_processor.cc(240)]
PostClientToServerMessage() failed during GetUpdates
[62830:341495808:0819/121124:ERROR:channel.cc(297)] RawChannel fatal error
(type 1)
[62830:341495808:0819/121124:ERROR:channel.cc(297)] RawChannel fatal error
(type 1)
[62830:339764224:0819/121124:ERROR:profile_sync_service.cc(1292)] History
Delete Directives datatype error was encountered: Delete directives not
supported with encryption.
[62830:341495808:0819/121124:ERROR:gservices_settings.cc(103)] Setting not
found: checkin_interval
[62830:339764224:0819/121124:ERROR:data_type_manager_impl.cc(39)] Bookmarks
cryptographer error was encountered: 
[62830:339764224:0819/121124:ERROR:data_type_manager_impl.cc(39)] Preferences
cryptographer error was encountered: 
[62830:339764224:0819/121124:ERROR:data_type_manager_impl.cc(39)] Passwords
cryptographer error was encountered: 
[62830:339764224:0819/121124:ERROR:data_type_manager_impl.cc(39)] Autofill
Profiles cryptographer error was encountered: 
[62830:339764224:0819/121124:ERROR:data_type_manager_impl.cc(39)] Autofill
cryptographer error was encountered: 
[62830:339764224:0819/121124:ERROR:data_type_manager_impl.cc(39)] Themes
cryptographer error was encountered: 
[62830:339764224:0819/121124:ERROR:data_type_manager_impl.cc(39)] Typed URLs
cryptographer error was encountered: 
[62830:339764224:0819/121124:ERROR:data_type_manager_impl.cc(39)] Extensions
cryptographer error was encountered: 
[62830:339764224:0819/121124:ERROR:data_type_manager_impl.cc(39)] Search
Engines cryptographer error was encountered: 
[62830:339764224:0819/121124:ERROR:data_type_manager_impl.cc(39)] Sessions
cryptographer error was encountered: 
[62830:339764224:0819/121124:ERROR:data_type_manager_impl.cc(39)] Apps
cryptographer error was encountered: 
[62830:339764224:0819/121124:ERROR:data_type_manager_impl.cc(39)] App settings
cryptographer error was encountered: 
[62830:339764224:0819/121124:ERROR:data_type_manager_impl.cc(39)] Extension
settings cryptographer error was encountered: 
[62830:339764224:0819/121124:ERROR:data_type_manager_impl.cc(39)] Favicon
Images cryptographer error was encountered: 
[62830:339764224:0819/121124:ERROR:data_type_manager_impl.cc(39)] Favicon
Tracking cryptographer error was encountered: 
[62830:339764224:0819/121124:ERROR:data_type_manager_impl.cc(39)] App List
cryptographer error was encountered: 
[62830:339764224:0819/121125:ERROR:CONSOLE(113)] Uncaught Strict get failed,
invalid object., source:
https://www.google.pt/xjs/_/js/k=xjs.ntp.en_US.m8-TqNudpcQ.O/m=jsa,ntp,pcc,csi/rt=j/d=1/t=zcms/rs=AItRSTM4GKqdrFOr4RvvDHNSr57H62qpGw
(113)
[62830:339764224:0819/121125:ERROR:CONSOLE(113)] Uncaught Strict get failed,
invalid object., source:
https://www.google.pt/xjs/_/js/k=xjs.ntp.en_US.m8-TqNudpcQ.O/m=jsa,ntp,pcc,csi/rt=j/d=1/t=zcms/rs=AItRSTM4GKqdrFOr4RvvDHNSr57H62qpGw
(113)
Segmentation fault (core dumped)

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
freebsd-chromium@freebsd.org mailing list

[Bug 192821] www/chromium crashes when signing into chrome

2014-08-18 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=192821

John Marino mar...@freebsd.org changed:

   What|Removed |Added

 Status|Needs Triage|Open
   Assignee|freebsd-ports-bugs@FreeBSD. |chrom...@freebsd.org
   |org |

--- Comment #2 from John Marino mar...@freebsd.org ---
over to chromium team...

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
freebsd-chromium@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-chromium
To unsubscribe, send any mail to freebsd-chromium-unsubscr...@freebsd.org