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
Check if noexec is enabled before loading native libraries
Use case or motivation behind the feature request
Getting errors like .cache/JNA/temp/jna2624433973614287324.tmp: failed to map segment from shared object: Operation not permitted
due to noexec being enabled in $HOME, stacktrace points it to being jpr_01
<snip>
at com.sun.jna.Structure.<init>(Structure.java:204)
at com.sun.jna.Structure.<init>(Structure.java:191)
at com.sun.jna.Structure.<init>(Structure.java:183)
at com.teragrep.jpr_01.JavaPcre$LibJavaPcre$OptionsStruct.<init>(JavaPcre.java:42)
at com.teragrep.jpr_01.JavaPcre.<init>(JavaPcre.java:187)
at com.teragrep.pth10.ast.commands.transformstatement.regex.RegexMatch.call(RegexMatch.java:70)
at com.teragrep.pth10.ast.commands.transformstatement.regex.RegexMatch.call(RegexMatch.java:57)
<snip>
This doesn't seem to be a bug but I am also not sure how feasible it is to do a self sanity check
Description
Check if noexec is enabled before loading native libraries
Use case or motivation behind the feature request
Getting errors like
.cache/JNA/temp/jna2624433973614287324.tmp: failed to map segment from shared object: Operation not permitted
due to noexec being enabled in $HOME, stacktrace points it to being jpr_01
This doesn't seem to be a bug but I am also not sure how feasible it is to do a self sanity check
Additional context
https://github.com/teragrep/pth_10
The text was updated successfully, but these errors were encountered: