1. can't get call stack by using function "backtrace".
2. I have two threads: thread1 and thread2. First let thread1 block the terminal signal, then thread1 raise terminal signal and hope thread2 to run signal handler, but thread2 does not execute signal handler.
Please kindly give me some comments for these two problems. Thanks very much!