GNOME Bugzilla – Bug 392777
crash in Deskbar: reading a web page
Last modified: 2007-01-04 16:08:40 UTC
What were you doing when the application crashed? reading a web page Distribution: Ubuntu 7.04 (feisty) Gnome Release: 2.17.2 2006-11-14 (Ubuntu) BugBuddy Version: 2.17.3 System: Linux 2.6.20-3-generic #2 SMP Tue Dec 26 02:36:13 UTC 2006 x86_64 X Vendor: The X.Org Foundation X Vendor Release: 70101000 Selinux: No Accessibility: Disabled Memory status: size: 0 vsize: 0 resident: 0 share: 0 rss: 0 rss_rlim: 0 CPU usage: start_time: 0 rtime: 0 utime: 0 stime: 0 cutime:0 cstime: 0 timeout: 0 it_real_value: 0 frequency: 0 ----------- .xsession-errors (403 sec old) --------------------- alarm-notify.c:337 (alarm_msgport_replied) - 0x6d76b0: Replied to GUI thread alarm-queue.c:560 (load_alarms_for_today) - From Thu Jan 4 00:00:00 2007 to Thu Jan 4 00:00:00 2007 alarm-queue.c:497 (load_alarms) alarm-queue.c:526 (load_alarms) - Setting Call backs alarm-notify.c:337 (alarm_msgport_replied) - 0x6d6ef0: Replied to GUI thread alarm-queue.c:1837 (check_midnight_refresh) alarm-queue.c:1837 (check_midnight_refrException exceptions.TypeError: 'evolution_new_mail_callback() takes exactly 1 argument (2 given)' in 'dbus_bindings._GIL_safe_cmessage_function_handler' ignored Exception exceptions.TypeError: 'evolution_new_mail_callback() takes exactly 1 argument (2 given)' in 'dbus_bindings._GIL_safe_cmessage_function_handler' ignored Exception exceptions.TypeError: 'evolution_new_mail_callback() takes exactly 1 argument (2 given)' in 'dbus_bindings._GIL_safe_cmessage_function_handler' ignored Exception exceptions.TypeError: 'evolution_new_mail_callback() takes exactly 1 argument (2 given)' in 'dbus_bindings._GIL_safe_cmessage_function_handler' ignored Exception exceptions.TypeError: 'evolution_new_mail_callback() takes exactly 1 argument (2 given)' in 'dbus_bindings._GIL_safe_cmessage_function_handler' ignored Exception exceptions.TypeError: 'evolution_new_mail_callback() takes exactly 1 argument (2 given)' in 'dbus_bindings._GIL_safe_cmessage_function_handler' ignored Exception exceptions.TypeError: 'evolution_new_mail_callback() takes exactly 1 argument (2 given)' in 'dbus_bindings._GIL_safe_cmessage_function_handler' ignored -------------------------------------------------- Traceback (most recent call last):
+ Trace 99345
self.watcher.connect('changed', lambda watcher, f: self.watch_callback())
self._history = EpiphanyHistoryParser(self, favicon_cache).get_indexer()
self._index_history();
parser.parse(EPHY_HISTORY_FILE)
xmlreader.IncrementalParser.parse(self, source)
self.feed(buffer)
self._err_handler.fatalError(exc)
raise exception
The ephy-history.xml line that gives the parsing error is: <property id="2" value_type="gchararray">Topology Broadcast Based on Reverse-Path Forwarding (TBRPF)</property> The '' character is a 0x0b character, or '\v' (vertical tab). It comes from the title of this web page: http://www3.ietf.org/proceedings/00jul/SLIDES/manet-tbrpf/sld001.htm Epiphany did generate the XML without properly quoting this title...
*** This bug has been marked as a duplicate of 337766 ***