-
Notifications
You must be signed in to change notification settings - Fork 204
Closed
Description
Node v9.2.0 crashes when attempting to use this jest matcher
/usr/bin/node[24137]: ../src/node_zlib.cc:189:static void node::{anonymous}::ZCtx::Write(const v8::FunctionCallbackInfo<v8::Value>&) [with bool async = false]: Assertion `Buffer::HasInstance(args[4])' failed.
1: node::Abort() [node]
2: node::Assert(char const* const (*) [4]) [node]
3: 0x55f886814175 [node]
4: v8::internal::FunctionCallbackArguments::Call(void (*)(v8::FunctionCallbackInfo<v8::Value> const&)) [node]
5: 0x55f8861002df [node]
6: 0x55f88610082f [node]
7: 0x1755837042fd
After doing some research and investigation, the problem appears to be the pngjs package and how the package interacts with the internal zlib changes to node. Open issue tracking is here: pngjs/pngjs#95
adrianmcli, eliseumds, VinSpee and kmui2
Metadata
Metadata
Assignees
Labels
No labels