I have a very similar crash triggered by an svg file when nautilus tries
to preview it or when it's opened with eog. I'll attach the file
y-chassis.svg in case it's useful. Note that I'm a Debian Squeeze user
with following versions installed:
ii eog 2.30.2-1
The issue is that the pidgin-libnotify package (not upstream version)
uses g_debug() to output messages. finch could redirect that with
g_log_set_default_handler() but they apparently don't. Either finch
should redirect g_debug() output or pidgin-libnotify and any other
libpurple plugin that want