GNOME Bugzilla – Bug 346496
gossip crashes when arriving unicode links
Last modified: 2006-07-04 10:48:41 UTC
Please describe the problem: I use gossip from cvs HEAD. When I arrive a link with non-ascii chars gossip crashes. Steps to reproduce: 1. Receive a message with a link like this: http://www.test.com/ä Actual results: Gossip crashes Expected results: Does this happen every time? yes, also with í etc Other information: Backtrace was generated from '/opt/bleedingedge/bin/gossip' Using host libthread_db library "/lib/libthread_db.so.1". [Thread debugging using libthread_db enabled] [New Thread 805560848 (LWP 26486)] 0x0ec21c58 in __waitpid_nocancel () from /lib/libpthread.so.0
+ Trace 69178
Thread 1 (Thread 805560848 (LWP 26486))
Thanks! However, I can't reproduce this. It might depend on whether your regexp library supports utf8 or not. I don't think we need to keep the code that crashes though since it's a left-over from the old logging code. I will proabably just remove it after speaking to Martyn.
I am not sure if this detail is important, but I use a PowerPC. I haven't this problem with a cvs version from last week monday, but with a cvs version from last friday. (I compile a new gossip from head of course, before I report the bug) I also test it with gossip 0.10.2 and can't reproduce it there...
I removed that code, closing.