tag 556172 = moreinfo thanks On Fri, Nov 13, 2009 at 08:39:50PM -0300, German wrote: > 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
Can you still reproduce this? It works fine here, although I seemed to be able to reproduce it in February. -- Julian Andres Klode - Debian Developer, Ubuntu Member See http://wiki.debian.org/JulianAndresKlode and http://jak-linux.org/. -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org