https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=192821
[email protected] changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #9 from [email protected] --- 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. _______________________________________________ [email protected] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-chromium To unsubscribe, send any mail to "[email protected]"
