Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 6 Oct 2014 22:54:20 +0200
From:      Serpent7776 <serpent7776@gmail.com>
To:        freebsd-ports@freebsd.org
Subject:   www/chromium bus error
Message-ID:  <20141006225420.0e061b9c@DaemON.home>

next in thread | raw e-mail | index | archive | help
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@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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20141006225420.0e061b9c>