https://bugzilla.wikimedia.org/show_bug.cgi?id=51333

       Web browser: ---
            Bug ID: 51333
           Summary: Script error: Lua error: Internal error: The
                    interpreter has terminated with signal "11".
           Product: MediaWiki extensions
           Version: master
          Hardware: All
                OS: Linux
            Status: UNCONFIRMED
          Severity: normal
          Priority: Unprioritized
         Component: Scribunto
          Assignee: [email protected]
          Reporter: [email protected]
                CC: [email protected], [email protected],
                    [email protected]
    Classification: Unclassified
   Mobile Platform: ---

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.

-- 
You are receiving this mail because:
You are the assignee for the bug.
You are on the CC list for the bug.
_______________________________________________
Wikibugs-l mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l

Reply via email to