Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 18 Sep 2014 15:53:10 +0300
From:      Lena@lena.kiev.ua
To:        freebsd-chromium@freebsd.org
Subject:   Re: Where should I be looking to trace down this bus error?
Message-ID:  <20140918125310.GF795@lena.kiev>
In-Reply-To: <CA%2Bi0-i-gP-2tr-vweycJDBXPm4mstgEYrZP=GtrNr3is7gSDzA@mail.gmail.com>
References:  <mailman.63.1411041601.52969.freebsd-chromium@freebsd.org>

next in thread | previous in thread | raw e-mail | index | archive | help
> From: Robert Backhaus

> I am currently getting a buss error on startup. Sorry I can't get you a
> better backtrace, but building chromium with debug enabled is broken for me.

> #0  0x0000000805e10815 in getframeaddr () from /usr/local/lib/libexecinfo.so.1

Me too, only segfault instead if bus error.
Both compiled from ports and `pkg install chromium`. 8.4 i386.

$ chrome
/libexec/ld-elf.so.1: /usr/lib/libstdc++.so.6: version GLIBCXX_3.4.11 required by /usr/local/share/chromium/chrome not found
$ 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



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