Hello Gabriele, Thanks for your bug report. The bug report does not contain enough information the see where the crash is triggered. Do you have trace or some additional info?
Maybe you could install the pidgin-dbg package (aptitude install pidgin-dbg) and install pidgin-extprefs with debugging symbols. You can do that by either rebuilding pidgin-extprefs yourself with DEB_BUILD_OPTIONS=nostrip debuild or download http://people.debian.org/~arjan/pidgin-extprefs_0.7-2_i386.deb and installing it with dpkg -i pidgin-extprefs_0.7-2_i386.deb With these packages installed you could generate an usefull backtrace by running pidgin in gdb (see http://wiki.debian.org/HowToGetABacktrace). In short in a shell prompt: > gdb pidgin Then on the gdb prompt: (gdb) run And after the crash: (gdb) bt Greetings Arjan
signature.asc
Description: Dit berichtdeel is digitaal ondertekend