Just to be clear, on my own box running 9.1-RELEASE on amd64, I still have some links on many pages not clickable.
The text is selectable, but I don't get the change of cursor when the pointer is over these links--so it seems the browser isn't properly treating them as links for some reason. And just to be clear, I have kern.ipc.shm_allow_removed=1 set. I tried running with logging and -v, as George suggested. But I don't see anything in the log that seems out of the ordinary. I can provide the log to George if that would be helpful. I could also try to build a statically linked executable, see if that has the problem, and share it with others, if that would be helpful. -Brad, [email protected] On Jul 26, 2013, at 5:46 PM, Yuri <[email protected]> wrote: > On 07/26/2013 09:36, Yuri wrote: >> On 07/24/2013 16:18, George Liaskos wrote: >>> Unfortunately i can't reproduce this, I am on 9.1-STABLE r253102 amd64. >>> >>> Are you on amd64 or i386? You can try to enable logging and see if there's >>> any hint, >>> start chrome with --enable-logging=stderr and optionally --v=1 >>> _______________________________________________ >> >> I just built this version in VirtualBox amd64 and doesn't even display any >> page. Status bar shows that some URLs are accessed but the main browser area >> remains blank. Therev is somethi g very wrong with this version. >> >> I can let you download this vbox image as appliance file if you still can't >> reproduce this yourself. >> >> Yuri >> _______________________________________________ >> [email protected] mailing list >> http://lists.freebsd.org/mailman/listinfo/freebsd-chromium >> To unsubscribe, send any mail to "[email protected]" > > Never mind, this is because of sysctl kern.ipc.shm_allow_removed=1 wasn't set. > You should place this check and warning at runtime and possibly at build > time, because people can't remember every such obscure detail. > > Yuri _______________________________________________ [email protected] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-chromium To unsubscribe, send any mail to "[email protected]"
