nickva commented on issue #1837: Test suite fails with OTP 21.2 URL: https://github.com/apache/couchdb/issues/1837#issuecomment-450530222 I wonder if it is this commit: https://github.com/erlang/otp/commit/d15bd6b9366ff4eef81ec9c4bcc875dfe694fe98#diff-2d07be10f253f2c53640f98f104b3f23 It landed in the 21.1.x series sometimes in Nov 13. 21.1 was released in Sep. The crashing line is: https://github.com/erlang/otp/commit/d15bd6b9366ff4eef81ec9c4bcc875dfe694fe98#diff-2d07be10f253f2c53640f98f104b3f23R387 enif_send say that it either fails if calling env process is dead or the that prim_file (the destination) is dead. I suspect it is the sending process that's dead. But then also wonder how come it wasn't crashing in routine tests, as a process with an open handle dying would trigger this issue... http://erlang.org/doc/man/erl_nif.html#enif_send
---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services
