OS Ubuntu 10.1 64 Bit
Chromium 12.0.733.0 (81064) Ubuntu 10.10
Any URL
Scroll down fast make the app crash
from CLI
[1:1:511447237:ERROR:native_library_linux.cc(32)] dlopen failed when trying
to open libsoftokn3.so: libsoftokn3.so: cannot open shared object file: No
such file or directory
[1:1:511447451:ERROR:native_library_linux.cc(32)] dlopen failed when trying
to open libfreebl3.so: libfreebl3.so: cannot open shared object file: No
such file or directory
Attempting to load libmoonloaderxpi
Unable to load the libmono libpcre.so.0: cannot open shared object file: No
such file or directory
Attempting to load libmoonloaderxpi
Unable to load the libmono libpcre.so.0: cannot open shared object file: No
such file or directory
[3628:3628:511869586:ERROR:native_library_linux.cc(32)] dlopen failed when
trying to open default_plugin: default_plugin: cannot open shared object
file: No such file or directory
(exe:3648): Gdk-WARNING **: XID collision, trouble ahead
Same issue here, I have flash block enabled, when I click on a flash objet
to enable it the problem appears.
But not on youtube and if the flash movie is not embed.
So I think is something regarding the embedding code of flash.
Same for Ubuntu 11.04 Natty (today's Daily Build). Symlinking solves the
problem.
Another workaround, you can also:
sudo echo -e "/usr/lib/nss" >/etc/ld.so.conf.d/libsoftokn.conf
sudo ldconfig
Which gives a similar effect to symlinking.
I wouldn't modify ld.so.conf.d or symlink the shared libraries into
/usr/lib.
These warnings should be spurious and ignorable. We should fix the
warnings, but they shouldn't be causing any functionality issue.
Can one of you guys verify if there is any problem with connecting to an
https site? Also, find the running chrome process wiht --type=zygote, and
do cat /proc/<pid of process>/maps and see if you can find
/usr/lib/nss/libfreeb13.so loaded.