This problem is caused by the collision of chrome/chromium sandbox and Fedora's SELinux, as explained here. The same problem occurs when you open twitter (see this).
The solution is
restorecon -R ~/.config
# install restorecond
su -c 'yum install policycoreutils-restorecond'
# enable it
su -c 'chkconfig restorecond on'