From Bugzilla Helper: User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.7.3) Gecko/20040922 Description of problem: when htt_server crashes, the wrong signal number is output into the logs. Version-Release number of selected component (if applicable): How reproducible: Always Steps to Reproduce: 1.kill -SEGV `/sbin/pidof htt_server` 2.look at /var/log/iiim/segv*.log 3. Actual Results: Process 617 received signal 61711 Expected Results: Process 617 received signal 11 Additional info:
should be fixed in 12.1-5
Confirmed fixed, it is now receiving signal 11. Tested with im-sdk-12.1-6. Thanks.