Topic on Extension talk:Scribunto

The interpreter has terminated with signal "11"

2
Redheadkelly (talkcontribs)

Does anyone have any other suggestions for the 'The interpreter has terminated with signal "11"' error?

I'm using Scribunto with Semantic Mediawiki. I just upgraded to MW 1.39.5. I'm using it with SMW 4.1.2. Every time I upgrade I have to navigate getting SMW working again. It's never a smooth transition.

I set /wiki/extensions/Scribunto/includes/engines/LuaStandalone/binaries/lua5_1_5_linux_64_generic/lua to 755 so it is executable.

I have '$wgScribuntoDefaultEngine = 'luastandalone';' in LocalSettings.php.

The only other suggestion that is everywhere on the internet is the: require_once "$IP/extensions/Scribunto/Scribunto.php"; $wgScribuntoDefaultEngine = 'luastandalone'; $wgScribuntoEngineConf['luastandalone']['luaPath'] = '/opt/lua/bin/lua';

But I feel like it should just work as it was intended without all that and I've managed to make it work before. I'm just not sure now what I did. Is there something else that typically needs to be done?

Tim Starling (talkcontribs)

Signal 11 is a segmentation fault, but that's not enough information to isolate this problem. What is your operating system and/or what version of libc are you using? Does that binary give you a prompt when you run it from the command line?

Reply to "The interpreter has terminated with signal "11""