Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

_ClassStat.GotoNextSection.14: #39: End of file #101

Open
BrainwreckedTech opened this issue Jul 31, 2021 · 1 comment
Open

_ClassStat.GotoNextSection.14: #39: End of file #101

BrainwreckedTech opened this issue Jul 31, 2021 · 1 comment

Comments

@BrainwreckedTech
Copy link

BrainwreckedTech commented Jul 31, 2021

** 
** OOPS! INTERNAL ERROR. Program aborting, sorry! :-(
** Unable to load JIT library: /tmp/gambas.1001/896144/jit/gb.so: failed to map segment from shared object
** 
** _ClassStat.GotoNextSection.14: #39: End of file
** _ClassStat.GotoNextSection.14 _ClassStat.Stat.84 Jit._Compile.111 Finfosys.Timer1_Timer.848 
** 
** Please send a bug report to the gambas bugtracker [1] or to the gambas mailing-list [2].
** [1] http://gambaswiki.org/bugtracker
** [2] https://lists.gambas-basic.org/listinfo/user
** 
@BrainwreckedTech
Copy link
Author

BrainwreckedTech commented Jul 31, 2021

This seems to be a problem when /tmp is mounted noexec. I can get around it with

mkdir -p /tmp/gambas.${UID} ${HOME}/.cache/gambas; mount -o bind ${HOME}/.cache/gambas /tmp/gambas.${UID}

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant