Package: notify-osd Version: 0.9.23-2 Severity: normal *** Please type your report below this line ***
I was trying to implement support for append hint on xchat as a plugin in python. Example code: import pynotify pynotify.init("xchat") def send_msg(msg): n = pynotify.Notification("chat alert", "<%s>" % msg, "notification-message-im") n.set_hint_string("x-canonical-append","") n.show() send_msg("hi") The first message is shown correctly, if a second arrives notify-osd segfaults with: ** (notify-osd:17364): WARNING **: bubble_append_message_body(): Got error "Unknown tag 'hi' on line 1 char 13" ** (notify-osd:17364): DEBUG: \u0000\u0000\u0000\u0000 Segmentation fault without <> there is no issue -- System Information: Debian Release: squeeze/sid APT prefers unstable APT policy: (500, 'unstable'), (101, 'experimental') Architecture: amd64 (x86_64) Kernel: Linux 2.6.30.5 (SMP w/3 CPU cores) Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8) Shell: /bin/sh linked to /bin/bash Versions of packages notify-osd depends on: ii libatk1.0-0 1.28.0-1 The ATK accessibility toolkit ii libc6 2.10.1-7 GNU C Library: Shared libraries ii libcairo2 1.8.8-2 The Cairo 2D vector graphics libra ii libdbus-1-3 1.2.16-2 simple interprocess messaging syst ii libdbus-glib-1-2 0.82-2 simple interprocess messaging syst ii libgconf2-4 2.28.0-1 GNOME configuration database syste ii libglib2.0-0 2.22.2-2 The GLib library of C routines ii libgtk2.0-0 2.18.3-1 The GTK+ graphical user interface ii libpango1.0-0 1.26.0-1 Layout and rendering of internatio ii libpixman-1-0 0.16.2-1 pixel-manipulation library for X a ii libwnck22 2.28.0-1 Window Navigator Construction Kit ii libx11-6 2:1.2.2-1 X11 client-side library notify-osd recommends no packages. notify-osd suggests no packages. -- no debconf information -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org