Where should I be looking to trace down this bus error?

Lena at lena.kiev.ua Lena at lena.kiev.ua
Thu Sep 18 12:53:25 UTC 2014


> 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


More information about the freebsd-chromium mailing list