After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 392777 - crash in Deskbar: reading a web page
crash in Deskbar: reading a web page
Status: RESOLVED DUPLICATE of bug 337766
Product: epiphany
Classification: Core
Component: History
2.17.x
Other All
: Normal normal
: ---
Assigned To: Epiphany Maintainers
Marco Pesenti Gritti
Depends on:
Blocks:
 
 
Reported: 2007-01-04 15:53 UTC by Gustavo Carneiro
Modified: 2007-01-04 16:08 UTC
See Also:
GNOME target: ---
GNOME version: 2.17/2.18



Description Gustavo Carneiro 2007-01-04 15:53:58 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):
  • File "/usr/lib/deskbar-applet/handlers/epiphany.py", line 73 in <lambda>
    self.watcher.connect('changed', lambda watcher, f: self.watch_callback())
  • File "/usr/lib/deskbar-applet/handlers/epiphany.py", line 136 in _parse_history
    self._history = EpiphanyHistoryParser(self, favicon_cache).get_indexer()
  • File "/usr/lib/deskbar-applet/handlers/epiphany.py", line 275 in __init__
    self._index_history();
  • File "/usr/lib/deskbar-applet/handlers/epiphany.py", line 287 in _index_history
    parser.parse(EPHY_HISTORY_FILE)
  • File "/usr/lib/python2.4/site-packages/_xmlplus/sax/expatreader.py", line 109 in parse
    xmlreader.IncrementalParser.parse(self, source)
  • File "/usr/lib/python2.4/site-packages/_xmlplus/sax/xmlreader.py", line 123 in parse
    self.feed(buffer)
  • File "/usr/lib/python2.4/site-packages/_xmlplus/sax/expatreader.py", line 220 in feed
    self._err_handler.fatalError(exc)
  • File "/usr/lib/python2.4/site-packages/_xmlplus/sax/handler.py", line 38 in fatalError
    raise exception
SAXParseException: /home/gjc/.gnome2/epiphany/ephy-history.xml:9234:73: not well-formed (invalid token)

Comment 1 Gustavo Carneiro 2007-01-04 15:58:31 UTC
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...
Comment 2 Christian Persch 2007-01-04 16:08:40 UTC

*** This bug has been marked as a duplicate of 337766 ***