morwel@archpc ~ % gdb /usr/bin/pidgin pidgin.dump GNU gdb (GDB) 7.6.2 Copyright (C) 2013 Free Software Foundation, Inc. License GPLv3+: GNU GPL version 3 or later 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-unknown-linux-gnu". For bug reporting instructions, please see: ... Reading symbols from /usr/bin/pidgin...(no debugging symbols found)...done. [New LWP 5202] [New LWP 5204] [New LWP 5203] [New LWP 5205] warning: Could not load shared library symbols for linux-vdso.so.1. Do you need "set solib-search-path" or "set sysroot"? [Thread debugging using libthread_db enabled] Using host libthread_db library "/usr/lib/libthread_db.so.1". warning: no loadable sections found in added symbol-file system-supplied DSO at 0x7fffa118c000 Core was generated by `pidgin'. Program terminated with signal 11, Segmentation fault. #0 0x00007f1b2dcfeccb in wcscoll_l () from /usr/lib/libc.so.6 (gdb) bt #0 0x00007f1b2dcfeccb in wcscoll_l () from /usr/lib/libc.so.6 #1 0x00007f1b2e59a3f7 in g_utf8_collate () from /usr/lib/libglib-2.0.so.0 #2 0x000000000043680e in ?? () #3 0x000000000043785f in pidgin_account_dialog_show () #4 0x00007f1b2ea368d7 in ?? () from /usr/lib/libgobject-2.0.so.0 #5 0x00007f1b2ea4f3a2 in g_signal_emit_valist () from /usr/lib/libgobject-2.0.so.0 #6 0x00007f1b2ea50002 in g_signal_emit () from /usr/lib/libgobject-2.0.so.0 #7 0x00007f1b301cdc85 in ?? () from /usr/lib/libgtk-x11-2.0.so.0 #8 0x00007f1b2ea366a8 in g_closure_invoke () from /usr/lib/libgobject-2.0.so.0 #9 0x00007f1b2ea47857 in ?? () from /usr/lib/libgobject-2.0.so.0 #10 0x00007f1b2ea4fd49 in g_signal_emit_valist () from /usr/lib/libgobject-2.0.so.0 #11 0x00007f1b2ea50002 in g_signal_emit () from /usr/lib/libgobject-2.0.so.0 #12 0x00007f1b301ccbc9 in ?? () from /usr/lib/libgtk-x11-2.0.so.0 #13 0x00007f1b3026ed85 in ?? () from /usr/lib/libgtk-x11-2.0.so.0 #14 0x00007f1b2ea366a8 in g_closure_invoke () from /usr/lib/libgobject-2.0.so.0 #15 0x00007f1b2ea47dfb in ?? () from /usr/lib/libgobject-2.0.so.0 #16 0x00007f1b2ea4fa19 in g_signal_emit_valist () from /usr/lib/libgobject-2.0.so.0 #17 0x00007f1b2ea50002 in g_signal_emit () from /usr/lib/libgobject-2.0.so.0 #18 0x00007f1b3037eab4 in ?? () from /usr/lib/libgtk-x11-2.0.so.0 #19 0x00007f1b3026d534 in gtk_propagate_event () from /usr/lib/libgtk-x11-2.0.so.0 #20 0x00007f1b3026d8eb in gtk_main_do_event () from /usr/lib/libgtk-x11-2.0.so.0 #21 0x00007f1b2fee8c3c in ?? () from /usr/lib/libgdk-x11-2.0.so.0 #22 0x00007f1b2e56c296 in g_main_context_dispatch () from /usr/lib/libglib-2.0.so.0 #23 0x00007f1b2e56c5e8 in ?? () from /usr/lib/libglib-2.0.so.0 #24 0x00007f1b2e56c9ea in g_main_loop_run () from /usr/lib/libglib-2.0.so.0 #25 0x00007f1b3026c9d7 in gtk_main () from /usr/lib/libgtk-x11-2.0.so.0 #26 0x0000000000431aaf in main () (gdb) quit