I have changed to Chromium recently ( as it works faster than Opera that I used to use ) but I have noticed that it crashes A LOT under very, VERY random circumstances. Sometimes it can go for hours, working just fine and then it will crash few times in 15 minutes and then work fine again.
This is my debug session end ( when it crashed ) from gdb in console ( not much but still better than nothing )
(exe:4208): GLib-CRITICAL **: g_hash_table_destroy: assertion `hash_table != NULL' failed
(exe:4208): GLib-CRITICAL **: g_hash_table_destroy: assertion `hash_table != NULL' failed
(exe:4208): GLib-CRITICAL **: g_hash_table_destroy: assertion `hash_table != NULL' failed
[Thread 0x7fffe196e700 (LWP 1182) exited]
[New Thread 0x7fffd2146700 (LWP 1212)]
[Thread 0x7fffd2146700 (LWP 1212) exited]
[New Thread 0x7fffe196e700 (LWP 1213)]
Program received signal SIGSEGV, Segmentation fault.
0x0000000000000000 in ?? ()
I am using nvidia drivers and do not know if this has something to do with it because sometimes I get this message
Failed to open VDPAU backend libvdpau_nvidia.so: cannot open shared object file: No such file or directory
sudo apt-get install chromium-browser
) – Ryan McClure Aug 12 '12 at 16:49sudo add-apt-repository ppa:a-v-shkop/chromium && sudo apt-get update && sudo apt-get install chromium-browser
– LEo Nov 27 '12 at 16:54