i-nex / I-Nex

System information tool written in gambas3, python, bash
http://i-nex.linux.pl/
174 stars 24 forks source link

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

Open BrainwreckedTech opened 3 years ago

BrainwreckedTech commented 3 years ago
** 
** 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 commented 3 years ago

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}