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..

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 falseNot sure what to do then..