Hiroshi Sakurai

Results 6 comments of Hiroshi Sakurai

This issue cannot be reproduced when it's in the known-bugs sample because the Activity must be the first activity of the app. When it's called from another activity, the bug...

I'm afraid I don't have a way to trigger the problem at will. The moble dongle I use is huawei 604HW. https://consumer.huawei.com/jp/mobile-broadband/604hw/specs/ This one notifies the signal strength asynchronously. It...

@enaess it seems that it doesn't deadlock with -S option. I've tried connecting periorically with and without -S option. With -S, chat didn't deadlock in one hour trial. Without -S,...

Following is a workaround which blocks signals in msgf() and fatal(). I know it's not optimal but it circumvent the deadlock. ``` diff --git a/chat/chat.c b/chat/chat.c index 710dba9..eff7097 100644 ---...

- In the unlikely event that SIGALRM or SIGINT is triggered when chat is inside a call to fprintf() in libc from signal handler is still going to deadlock, right?...

@Neustradamus I'm afraid not. I've been busy recently. I hope someone would make a fix for it.