gpt4 book ai didi

java - 为什么我们在 Java 1.6 中从 FileChannel.map 得到 ClosedByInterruptException?

转载 作者:太空狗 更新时间:2023-10-29 23:02:37 32 4
gpt4 key购买 nike

我们的一位客户提示说,我们对 FileChannel.map 的调用偶尔会因 ClosedByInterruptException 而失败。 Javadoc没有将此列为合法的可能性。有谁知道这里会发生什么?

Cause0: java.nio.channels.ClosedByInterruptExceptionCause0-StackTrace:at java.nio.channels.spi.AbstractInterruptibleChannel.end(AbstractInterruptibleChannel.java:184)at sun.nio.ch.FileChannelImpl.map(FileChannelImpl.java:772)

最佳答案

channel 操作绑定(bind)到执行操作的线程。如果此线程被中断,流/ channel 将因 IO 安全问题而关闭。

关于java - 为什么我们在 Java 1.6 中从 FileChannel.map 得到 ClosedByInterruptException?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/1161297/

32 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com