Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 7 Oct 2014 15:18:22 +0300
From:      Lena@lena.kiev.ua
To:        freebsd-ports@freebsd.org
Subject:   Re: www/chromium bus error
Message-ID:  <20141007121822.GP800@lena.kiev>
In-Reply-To: <20141006225420.0e061b9c@DaemON.home>
References:  <mailman.1.1412683200.69409.freebsd-ports@freebsd.org>

next in thread | previous in thread | raw e-mail | index | archive | help
> From: Serpent7776 <serpent7776@gmail.com>

> 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

I get segfault also at start and in libexecinfo:

$ LD_LIBRARY_PATH=/usr/local/lib/gcc48 chrome
Segmentation fault (core dumped)
$ gdb /usr/local/share/chromium/chrome chrome.core
...
(gdb) bt
#0  0x2dc97f64 in getframeaddr () from /usr/local/lib/libexecinfo.so.1
#1  0x2dc93b21 in backtrace () from /usr/local/lib/libexecinfo.so.1
#2  0x088369aa in std::_Rb_tree<int, std::pair<int const, std::string>, std::_Select1st<std::pair<int const, std::string> >, std::less<int>, std::allocator<std::pair<int const, std::string> > >::_M_insert_unique ()
#3  0x08ac9543 in std::vector<std::string*, std::allocator<std::string*> >::_M_insert_aux ()
#4  0x089f1198 in std::vector<std::string*, std::allocator<std::string*> >::_M_insert_aux ()
#5  0x089f0764 in std::vector<std::string*, std::allocator<std::string*> >::_M_insert_aux ()
#6  0x3428f8f0 in ?? ()
#7  0x33097104 in ?? ()
#8  0x00000000 in ?? ()
(gdb) quit
$ pkg info -E chromium
chromium-37.0.2062.94

(installed with `pkg install chrominum`). 8.4 i386.



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