On Wednesday 23 January 2013 09:22:21 PM IST, Nilesh Govindrajan wrote: > I tried compiling all versions of chromium (-O3, but it always worked > previously) & v8 (tried -O3 & -O2 too) > but it always segfaults when I try to open the settings page. > > CrRendererMain[6059]: segfault at 500000000 ip 00007f0d0834970c sp > 00007fff71d91a60 error 4 in libv8.so.3.15.11[7f0d08181000+45d000] > > Quite interestingly, the binary version of chrome works without hitches, > which I don't want to run because I'm a little paranoid about it ;-) > And that also means that there is no hardware fault. > > dev-lang/v8-3.15.11.5 > www-client/chromium-24.0.1312.56 (I'm at present using the google chrome > beta, but chromium 25 doesn't work either). > > Flags: > CFLAGS="-O3 -march=core2 -mtune=core2 -msse -msse2 -mssse3 -mmmx -pipe" > CXXFLAGS="${CFLAGS}" > LDFLAGS="-Wl,-O1 -Wl,--as-needed" > > Just replace that O3 with O2 for v8. > > Anybody knows what's going on here? >
Looks like I proved myself wrong. The binary version crashed on extensions page with a segfault -_- -- Nilesh Govindarajan http://nileshgr.com