Last modified: 2013-11-15 11:08:12 UTC

Wikimedia Bugzilla is closed!

Wikimedia migrated from Bugzilla to Phabricator. Bug reports are handled in Wikimedia Phabricator.
This static website is read-only and for historical purposes. It is not possible to log in and except for displaying bug reports and their history, links might be broken. See T53333, the corresponding Phabricator task for complete and up-to-date bug report information.
Bug 51333 - Script error: Lua error: Internal error: The interpreter has terminated with signal "11".
Script error: Lua error: Internal error: The interpreter has terminated with ...
Status: RESOLVED FIXED
Product: MediaWiki extensions
Classification: Unclassified
Scribunto (Other open bugs)
master
All Linux
: Normal normal (vote)
: ---
Assigned To: Nobody - You can work on this!
:
Depends on:
Blocks:
  Show dependency treegraph
 
Reported: 2013-07-15 00:22 UTC by u09090
Modified: 2013-11-15 11:08 UTC (History)
3 users (show)

See Also:
Web browser: ---
Mobile Platform: ---
Assignee Huggle Beta Tester: ---


Attachments

Description u09090 2013-07-15 00:22:20 UTC
Trying to add http://en.wikipedia.org/w/index.php?title=Module:Navbox to my wiki.

When I edit Module:Navbox and try to save the code, it returns the error:
  Script error: Lua error: Internal error: The interpreter has terminated with signal "11".

Nothing is written to the error file either; only a blank file is created.

Edit:

Simple code such as:
<source lang="lua">
local p = {}
 
function p.hello( frame )
    return "Hello, world!"
end
 
return p
</source>

results in the same error.

Running CentOS 6.
Comment 1 u09090 2013-07-15 00:35:21 UTC
The Lua version in /usr/bin/lua on my server was 5.1

The binaries shipped in the extension did not seem to work for me. 

Setting $wgScribuntoEngineConf['luastandalone']['luaPath'] = '/usr/bin/lua' fixed the issue.
Comment 2 Tim Starling 2013-07-15 00:40:42 UTC
That's not a fix, it's a workaround. Reopening
Comment 3 Gerrit Notification Bot 2013-08-06 14:44:47 UTC
Change 77905 had a related patch set uploaded by Anomie:
More-compatible Linux standalone binaries

https://gerrit.wikimedia.org/r/77905
Comment 4 Gerrit Notification Bot 2013-08-13 01:34:58 UTC
Change 77905 merged by jenkins-bot:
More-compatible Linux standalone binaries

https://gerrit.wikimedia.org/r/77905
Comment 5 Gerrit Notification Bot 2013-11-14 15:20:22 UTC
Change 95415 had a related patch set uploaded by MarkAHershberger:
More-compatible Linux standalone binaries

https://gerrit.wikimedia.org/r/95415
Comment 6 Gerrit Notification Bot 2013-11-14 16:46:43 UTC
Change 95415 abandoned by MarkAHershberger:
More-compatible Linux standalone binaries

https://gerrit.wikimedia.org/r/95415
Comment 7 Andre Klapper 2013-11-15 11:08:12 UTC
No open patches to review here (backport patches got abandoned), hence resetting status to RESOLVED FIXED. Backport_to_Stable flag might be set to "-" by hexmode.

Note You need to log in before you can comment on or make changes to this bug.


Navigation
Links