GNOME Bugzilla – Bug 326129
invalid UTF-8 fed to gtk
Last modified: 2006-02-19 13:34:16 UTC
Testcase: open the document http://www.universetoday.com/365days.pdf . Result: LOADS of warnings: (evince:374): Gtk-WARNING **: Failed to set cell text from markup due to error parsing markup: Erreur à la ligne 1 caractère 9 : Texte codé en UTF-8 non valide Breakpoint 2, IA__g_log (log_domain=0xb7baa5b7 "Gtk", log_level=-1212504649, format=0xb7baa5b7 "Gtk") at gmessages.c:516 516 gmessages.c: Aucun fichier ou répertoire de ce type. in gmessages.c (gdb) where 10
+ Trace 65025
$2 = 0 (gdb) p (char*)((GValue*)value)->data.v_pointer $3 = 0x8447938 "<i>\uffff\uffffi</i>" (gdb) x /11c $3 0x8447938: 60 '<' 105 'i' 62 '>' -2 '\uffff' -1 '\uffff' 105 'i' 60 '<' 47 '/' 0x8447940: 105 'i' 62 '>' 0 '\0'
Still happening with current poppler + evince HEAD.
Poppler bug, forwarded to https://bugs.freedesktop.org/show_bug.cgi?id=5952 .