<div dir="ltr"><br><br>Le lun. 20 sept. 2021 à 19:15, Ondrej Zary <<a href="mailto:ondrej@zary.sk">ondrej@zary.sk</a>> a écrit :<br>><br>> On Monday 20 September 2021 16:56:18 Bastien ROUCARIES wrote:<br>> > Le lun. 20 sept. 2021 à 14:24, Ondrej Zary <<a href="mailto:ondrej@zary.sk">ondrej@zary.sk</a>> a écrit :<br>> > ><br>> > > On Monday 20 September 2021, Bastien ROUCARIES wrote:<br>> > > > Could you try to apply<br>> > > ><br>> > > > <a href="https://github.com/nodejs/node/commit/aa4611cccbcb197df51a9f7056d019005d91acf4">https://github.com/nodejs/node/commit/aa4611cccbcb197df51a9f7056d019005d91acf4</a><br>> > > ><br>> > > > I think it describe that you see<br>> > ><br>> > > Does not apply, unfortunately. There's no node_dir.cc file and also no BaseObjectPtr definition.<br>> ><br>> > Ok as band aid could you replace in the patch BaseObjectPtr by<br>> > std:shared_ptr<ObjectPtr><br>><br>> Biggest problem is the missing node_dir.cc file. The patched code from that file is not present at all in nodejs 10.<br><br>Wild guess, try only that part:<br><br>- delete wrap_;<br>+ wrap_->Detach();<br>+ wrap_.reset();<div><br></div><div>Jérémy</div><div><br></div></div>