Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 27 Aug 2014 19:28:35 +0000
From:      bugzilla-noreply@freebsd.org
To:        chromium@FreeBSD.org
Subject:   [Bug 192821] www/chromium crashes when signing into chrome
Message-ID:  <bug-192821-28929-HMrqYrD5Q3@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-192821-28929@https.bugs.freebsd.org/bugzilla/>
References:  <bug-192821-28929@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=192821

Carlos Jacobo Puga Medina <cpm@fbsd.es> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |cpm@fbsd.es

--- Comment #10 from Carlos Jacobo Puga Medina <cpm@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.



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-192821-28929-HMrqYrD5Q3>