Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upworkers, crypto: passing KeyObject as workerData crashes #35263
Comments
|
Ok... yeah, it's what I suspected... I added a CHECK to verify in my local branch:
|
|
We could probably make |
|
I’ve marked this |
|
I was going to work up the fix this next week as part of #35093 but if someone wants to pick it up, feel free! |
|
@addaleax @jasnell I want to pick it up. As a starter how much c++ should i know be knowing to tackle this issue? Edit: I am going through the relevant details from https://github.com/nodejs/node/blob/master/src/README.md and i will try to work on it. Thanks |
|
@ThakurKarthik I don’t think it requires a deep knowledge of the language, but some basic understanding would be helpful. Fwiw, the relevant parts of the code base are: Lines 3268 to 3288 in a8971f8 Lines 6953 to 6954 in a8971f8 And this is how we’ve solved this for the Lines 1076 to 1094 in a8971f8 |
|
Thanks @addaleax for the pointers |
@addaleax @nodejs/workers ... The following segfaults on master and 14.x ...
I'll be investigating shortly...
lldb yields...