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 326129 - invalid UTF-8 fed to gtk
invalid UTF-8 fed to gtk
Status: RESOLVED NOTGNOME
Product: evince
Classification: Core
Component: general
git master
Other Linux
: High critical
: ---
Assigned To: Evince Maintainers
Evince Maintainers
critical-warning
Depends on:
Blocks:
 
 
Reported: 2006-01-07 18:43 UTC by Christian Persch
Modified: 2006-02-19 13:34 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Christian Persch 2006-01-07 18:43:32 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
  • #0 IA__g_log
    at gmessages.c line 516
  • #1 gtk_cell_renderer_text_set_property
    at gtkcellrenderertext.c line 1045
  • #2 IA__g_object_set_property
    at gobject.c line 691
  • #3 gtk_icon_view_set_cell_data
    at gtkiconview.c line 4112
  • #4 gtk_icon_view_calculate_item_size
    at gtkiconview.c line 2629
  • #5 gtk_icon_view_layout
    at gtkiconview.c line 2489
  • #6 gtk_icon_view_size_allocate
    at gtkiconview.c line 1223
  • #2 IA__g_object_set_property
    at gobject.c line 691
$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'
Comment 1 Christian Persch 2006-02-18 11:12:41 UTC
Still happening with current poppler + evince HEAD.
Comment 2 Christian Persch 2006-02-19 13:34:16 UTC
Poppler bug, forwarded to https://bugs.freedesktop.org/show_bug.cgi?id=5952 .