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
I remember there were some reports about segmentation fault while using NAPI-RS modules with npm link, and I believe it's a bug from the Node.js side. Are you in this case?
Not at all.
I am inside a docker container for node and have this issue with the getReports function; so I did just remove the code to check isMuslin my project.
I don't know the impact but it works
I have a segmentation fault when loading my native module from a file.
Strangely if I load it from another topper file it's ok then.
I debugged via console.log the index.js entrypoint and the issue is coming when calling.
getReports()
fonction that lead to the segmentation fault.So it even does not get the
glibcVersionRuntime
,If I import it elsewhere on my project it's ok and get the
glibcVersionRuntime 2.28 and return false
Not sure what to do then..
The text was updated successfully, but these errors were encountered: