revorm@galaxy:~$ gdb scim-bridge GNU gdb 6.7.1-debian Copyright (C) 2007 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 "i486-linux-gnu"... Using host libthread_db library "/lib/tls/i686/cmov/libthread_db.so.1". (gdb) r Starting program: /usr/bin/scim-bridge Program exited normally. (gdb) r Starting program: /usr/bin/scim-bridge Program received signal SIGSEGV, Segmentation fault. 0xb7f29473 in scim::Module::unload () from /usr/lib/libscim-1.0.so.8 (gdb) bt #0 0xb7f29473 in scim::Module::unload () from /usr/lib/libscim-1.0.so.8 #1 0xb7f296d3 in scim::Module::~Module () from /usr/lib/libscim-1.0.so.8 #2 0x080503da in ScimBridgeAgentImpl::finalize_scim (this=0x80752b8) at /usr/include/scim-1.0/scim_config_module.h:68 #3 0x08050446 in ScimBridgeAgentImpl::finalize (this=0x80752b8) at scim-bridge-agent.cpp:418 #4 0x080524a0 in ~ScimBridgeAgentImpl (this=0x80752b8) at scim-bridge-agent.cpp:206 #5 0x080522ba in ScimBridgeAgent::alloc () at scim-bridge-agent.cpp:186 #6 0x0804f34a in main (argc=1, argv=0xbfce0334) at scim-bridge-agent-application.cpp:114 #7 0xb7c64450 in __libc_start_main () from /lib/tls/i686/cmov/libc.so.6 #8 0x0804f1a1 in _start () (gdb) q The program is running. Exit anyway? (y or n) y