FS#265 - Uzbl-tabbed freezes on some pages
|
DetailsI'm running archlinux with python2, uzbl-git 20110501. Running uzbl-tabbed from the terminal, I can browse without a problem, but occasionally when browsing a page uzbl will completely hang and become unresponsive, ultimately drawing a blank screen. Terminal output will show:
(uzbl-core:8385): GLib-WARNING **: GError set over the top of a previous GError or uninitialized memory. This indicates a bug in someone's code. You must ensure an error is NULL before it's set. The overwriting error message was: Error resolving 'upload.wikimedia.org': Name or service not known uzbl-browser does not have this problem whatsoever, for some reason it is restricted to uzbl-tabbed. Please let me know what other information I can contribute. Thanks. |
This task depends upon
Comment by David Keijser (keis) -
2011-05-07 02:33:32 PM
this was tracked down to uzbl-core getting stuck in a flush after writing a event.
Comment by murchik (murchik) -
2012-12-17 10:18:55 PM
Yeah, such crap happens sometimes. Some keybinding to kill current tab instance can become helpful. I'm doing it manually by kill -9 by now.