chromium crashes on start

In console:
Code:
$ /usr/local/share/chromium/chrome
Segmentation fault
$ [16257:276853760:42888721031:ERROR:zygote_main_linux.cc(535)] write: Broken pipe

Recipe from here doesn't work.

Chrome compiled from ports by lang/gcc46
 
Mine is working just fine:
Code:
pkg_info -E chromium\*
chromium-19.0.1084.56
System 9-STABLE, chromium compiled with clang.
 
It's not an isolated problem. One of my 8.3-RELEASE systems is fine, but the other has the same problem as @dagor. Both were compiled with gcc46.
 
Have the same problem
% pkg_info -E chromium\*
Code:
chromium-19.0.1084.56_1

% uname -a
Code:
FreeBSD nroz.kuadriga.com 9.0-RELEASE-p1 FreeBSD 9.0-RELEASE-p1 #1: Tue May  8 18:25:13 EEST 2012     
[email]root@nroz.kuadriga.com[/email]:/usr/obj/usr/src/sys/JUNKIES  amd64

Chromium compiled with clang, compiled with clang too.
 
Do you have the same output at the terminal as the initial post, with both clang and gcc? If you install chromium from the STABLE packages, does it crash too?
 
Back
Top