You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It crashes after the third call & garbage collection.
This function is called from a libuv event callback, which does not provide any isolate or else, so I have to use GetCurrent() (even if I also do it everywhere else, but I'll change that).
Am I doing something wrong, or is there a bug inside node/v8 ?
The text was updated successfully, but these errors were encountered:
6.10.3-1nodesource1~jessie1
and7.10.0-1nodesource1~jessie1
(debian packages)I encountered an error (described here : binarysec/node-tuntap#6 ) in which there seems to be a double free() error. It happens in the
void Tuntap::do_read()
function of https://github.com/binarysec/node-tuntap/blob/master/src/tuntap.cc#L621 . As a short version, if I doIt does not crash, but if I do :
It crashes after the third call & garbage collection.
This function is called from a libuv event callback, which does not provide any isolate or else, so I have to use GetCurrent() (even if I also do it everywhere else, but I'll change that).
Am I doing something wrong, or is there a bug inside node/v8 ?
The text was updated successfully, but these errors were encountered: