I hope this is what you were talking about because here it is.
it seems to happen from a misspelled word then pressing the menu key, the one that brings up the context menu. On my laptop keyboard EN-US style it is to the right of the alt key and on the left of the ctrl key on the right side. In most programs it brings upthe context menu. I have no idea of what else to call it.
macarthur@parties:~$ gdb pidgin
GNU gdb (GDB) 7.2-debian
Copyright (C) 2010 Free Software Foundation, Inc.
License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>
This is free software: you are free to change and redistribute it.
There is NO WARRANTY, to the extent permitted by law.  Type "show copying"
and "show warranty" for details.
This GDB was configured as "x86_64-linux-gnu".
For bug reporting instructions, please see:
<http://www.gnu.org/software/gdb/bugs/>...
Reading symbols from /usr/bin/pidgin...Reading symbols from /usr/lib/debug/usr/bin/pidgin...done.
done.
(gdb) set pagination 0
(gdb) run
Starting program: /usr/bin/pidgin
[Thread debugging using libthread_db enabled]

(Pidgin:11897): Gtk-WARNING **: Unable to locate theme engine in module_path: "ubuntulooks",

Program received signal SIGSEGV, Segmentation fault.
0x00007fffdc1c7eaf in mkallcap(char*, cs_info const*) () from /usr/lib/libhunspell-1.2.so.0
(gdb) bt
#0 0x00007fffdc1c7eaf in mkallcap(char*, cs_info const*) () from /usr/lib/libhunspell-1.2.so.0 #1 0x00007fffdc1d6514 in SuggestMgr::ngsuggest(char**, char*, int, HashMgr**, int) () from /usr/lib/libhunspell-1.2.so.0 #2 0x00007fffdc1d11e1 in Hunspell::suggest(char***, char const*) () from /usr/lib/libhunspell-1.2.so.0 #3 0x00007fffdc401f47 in MySpellChecker::suggestWord(char const*, unsigned long, unsigned long*) () from /usr/lib/enchant/libenchant_myspell.so #4 0x00007ffff27d30bd in enchant_dict_suggest () from /usr/lib/libenchant.so.1
#5  0x00007ffff6b370f5 in ?? () from /usr/lib/libgtkspell.so.0
#6  0x00007ffff6b38ba7 in ?? () from /usr/lib/libgtkspell.so.0
#7 0x00007ffff529b47e in g_closure_invoke () from /usr/lib/libgobject-2.0.so.0
#8  0x00007ffff52b13f7 in ?? () from /usr/lib/libgobject-2.0.so.0
#9 0x00007ffff52b2a76 in g_signal_emit_valist () from /usr/lib/libgobject-2.0.so.0
#10 0x00007ffff52b2fc3 in g_signal_emit () from /usr/lib/libgobject-2.0.so.0
#11 0x00007ffff6506754 in ?? () from /usr/lib/libgtk-x11-2.0.so.0
#12 0x00007ffff657a369 in ?? () from /usr/lib/libgtk-x11-2.0.so.0
#13 0x00007ffff529b47e in g_closure_invoke () from /usr/lib/libgobject-2.0.so.0
#14 0x00007ffff52b13f7 in ?? () from /usr/lib/libgobject-2.0.so.0
#15 0x00007ffff52b2a76 in g_signal_emit_valist () from /usr/lib/libgobject-2.0.so.0 #16 0x00007ffff52b2d93 in g_signal_emit_by_name () from /usr/lib/libgobject-2.0.so.0
#17 0x00007ffff64ab493 in ?? () from /usr/lib/libgtk-x11-2.0.so.0
#18 0x00007ffff64ab898 in ?? () from /usr/lib/libgtk-x11-2.0.so.0
#19 0x00007ffff644bc78 in ?? () from /usr/lib/libgtk-x11-2.0.so.0
#20 0x00007ffff529b47e in g_closure_invoke () from /usr/lib/libgobject-2.0.so.0
#21 0x00007ffff52b1040 in ?? () from /usr/lib/libgobject-2.0.so.0
#22 0x00007ffff52b28bd in g_signal_emit_valist () from /usr/lib/libgobject-2.0.so.0
#23 0x00007ffff52b2fc3 in g_signal_emit () from /usr/lib/libgobject-2.0.so.0
#24 0x00007ffff6561f7f in ?? () from /usr/lib/libgtk-x11-2.0.so.0
#25 0x00007ffff6445455 in gtk_main_do_event () from /usr/lib/libgtk-x11-2.0.so.0
#26 0x00007ffff60b93cc in ?? () from /usr/lib/libgdk-x11-2.0.so.0
#27 0x00007ffff4dec6f2 in g_main_context_dispatch () from /lib/libglib-2.0.so.0
#28 0x00007ffff4df0568 in ?? () from /lib/libglib-2.0.so.0
#29 0x00007ffff4df0a75 in g_main_loop_run () from /lib/libglib-2.0.so.0
#30 0x00007ffff64456b7 in gtk_main () from /usr/lib/libgtk-x11-2.0.so.0
#31 0x0000000000486324 in main (argc=1, argv=0x7fffffffe8d8) at /usr/src/debian/work/build-area/pidgin-2.7.9/./pidgin/gtkmain.c:978



On 02/08/2011 09:44 AM, Ari Pollak wrote:
Which menu button? Can you install pidgin-dbg and follow the directions
here to get a backtrace:
http://wiki.debian.org/HowToGetABacktrace





--
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Reply via email to