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

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Wed Aug 27 19:28:35 UTC 2014


https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=192821

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

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

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


More information about the freebsd-chromium mailing list