2

Intellij でプロジェクトを実行すると Consumer closed input channel or an error occured events=0x8 、LogCat に表示されます。それは何ですか、どうすればこの問題を解決できますか?

4

1 に答える 1

2

The input pipe file descriptor(fd) has been closed by someone. Either the window has been closed so the client correctly closed the fd, or something in the process is accidentally closing that fd when it shouldn't, or the process crashed and the fd got closed by the kernel. Dbug your program by single stepping using eclipse debugger to figure where the bug is.

于 2012-10-11T09:39:20.017 に答える