内容简介:在发布 4.1.18.Final 一个星期之后,开发团队发现了一个回归错误,当通过使用一个 native transports 试图写一个CompositeByteBuf时,会导致出现 core-dump 的情况,为了解决这个问题,开发团队发布了 netty 4.1....
在发布 4.1.18.Final 一个星期之后,开发团队发现了一个回归错误,当通过使用一个 native transports 试图写一个CompositeByteBuf时,会导致出现 core-dump 的情况,为了解决这个问题,开发团队发布了 netty 4.1.19.Final 来解决这个情况,如果使用的是 4.1.18.Final 和 native transports,建议升级到新版本。
这个回归错误只出现在 4.1 系列上,有关该问题的更多详细信息,请阅读:
FileDescriptor writev core dump (#7507)
除了这个修复这个回归错误之外,还修复了另外两个问题,其中修复了一个使得不能将 netty 的 native transport 用作 Java 9 模块的 bug。
有关详细信息和所有更改,点此查看。
来自:http://netty.io/news/2017/12/18/4-1-19-Final.html
【声明】文章转载自:开源中国社区 [http://www.oschina.net]
以上就是本文的全部内容,希望对大家的学习有所帮助,也希望大家多多支持 码农网
本站部分资源来源于网络,本站转载出于传递更多信息之目的,版权归原作者或者来源机构所有,如转载稿涉及版权问题,请联系我们。
Iterative Methods for Sparse Linear Systems, Second Edition
Yousef Saad / Society for Industrial and Applied Mathematics / 2003-04-30 / USD 102.00
Tremendous progress has been made in the scientific and engineering disciplines regarding the use of iterative methods for linear systems. The size and complexity of linear and nonlinear systems arisi......一起来看看 《Iterative Methods for Sparse Linear Systems, Second Edition》 这本书的介绍吧!