Description of problem: Noticed that if an application closes/quit with IME activated, that will cause scim-bridge to crash. Version-Release number of selected component (if applicable): scim-bridge-0.2.4-1.fc6 How reproducible: Always Steps to Reproduce: 1.start evolution and create a new mail 2.activate scim 3.exit the application Actual results: scim-bridge crash Expected results: should exit normally Additional info: [Thread -1323197536 (LWP 3006) exited] Program received signal SIGUSR1, User defined signal 1. [Switching to Thread -1312707680 (LWP 3005)] 0xb7f87402 in ?? () (gdb) bt #0 0xb7f87402 in ?? () #1 0x0011b1ee in sem_wait () from /lib/libpthread.so.0 #2 0x08057645 in ScimBridgeAgentEventClient::poll_event (this=0x8a766b0) at scim-bridge-agent-event-client.cpp:111 #3 0x08058a7c in ScimBridgeAgentClientListenerImpl::process_event ( this=0x8a766b0) at scim-bridge-agent-client-listener.cpp:375 #4 0x08058bdb in run_socket_writer (arg=0x8a766b0) at scim-bridge-agent-client-listener.cpp:153 #5 0x001163fc in start_thread () from /lib/libpthread.so.0 #6 0x00bd38ae in clone () from /lib/libc.so.6 (gdb)
> Actual results: > scim-bridge crash How did you know that? Does it kill IM on another apps too? I always keep scim-anthy activated, but no problem has been occured. (I've found another crash problem in logout, but it's another problem) > Additional info: This's normal; Scim-bridge-agent kills itself by USER1 signal.
OK understood. Closing as NOTABUG. Thanks.