www/chromium bus error
Serpent7776
serpent7776 at gmail.com
Mon Oct 6 20:55:09 UTC 2014
hello,
I'm having trouble starting chrome. When I'm trying to start chrome I get Bus
error.
backtrace from gdb78:
#0 0x0000000805e3a815 in getframeaddr () from /usr/local/lib/libexecinfo.so.1
#1 0x0000000805e339d3 in backtrace () from /usr/local/lib/libexecinfo.so.1
#2 0x0000000000b8118e in ?? ()
#3 0x0000000000978dbe in ?? ()
#4 0x00000000007db7a2 in ?? ()
#5 0x00000000007dc9a7 in ?? ()
#6 0x0000000002780aa5 in ?? ()
#7 0x000000000289304f in ?? ()
#8 0x0000000002784909 in ?? ()
#9 0x0000000002785774 in ?? ()
#10 0x000000000278019c in ?? ()
#11 0x0000000000b74ecb in ?? ()
#12 0x0000000000b73ed9 in ?? ()
#13 0x00000000004e4519 in ChromeMain ()
#14 0x00000000004e43a1 in _start ()
My system is
$ uname -a
FreeBSD DaemON.home 9.3-RELEASE-p2 FreeBSD 9.3-RELEASE-p2 #0: Mon Sep 15
16:44:27 UTC 2014
root at amd64-builder.daemonology.net:/usr/obj/usr/src/sys/GENERIC amd64
$ sysctl kern.ipc.shm_allow_removed
kern.ipc.shm_allow_removed: 1
Also when compiling I got error
../../media/cast/logging/encoding_event_subscriber.cc: In member function 'void
media::cast::EncodingEventSubscriber::GetEventsAndReset(media::cast::proto::LogMetadata*,
media::cast::FrameEventList*,
media::cast::PacketEventList*)': ../../media/cast/logging/encoding_event_subscriber.cc:203:3:
error: 'sort' is not a member of 'std' std::sort(frame_event_storage_.begin(),
frame_event_storage_.end(),
^ ../../media/cast/logging/encoding_event_subscriber.cc:205:3: error: 'sort' is
not a member of 'std' std::sort(packet_event_storage_.begin(),
packet_event_storage_.end(), ^ [4752/14923] CXX
obj/media/cast/logging/cast_base.log_serializer.o ninja: build stopped:
subcommand failed.
Adding
#include <algorithm>
header to media/cast/logging/encoding_event_subscriber.cc fixes this error, but
chrome still crashes with bus error.
Does somebody also has these issues?
--
//Serpent7776
More information about the freebsd-ports
mailing list