OS: Ubuntu 10.10 x64
Build: 2.0-rc5
Function: feedTriggers
feedTriggers crashes mudlet with a segfault, for some reason. I can reproduce the error with the code below, but haven't been able to pin point the reason.
The segfault ONLY happens, when the code below is run from a trigger. It executes properly; as expected, from an alias.
local enlist = {"Shallam","Sentaari","Sentinels","Blacklotus","Druids","Templars","Empyreal","Vastar","Oakstone","Crystalline","Pentharian","Cyrene","Melantha","Eleusis","Sylvans","Mithraea","Tybeirdd","Kastalia","Artemis"}
table.sort(enlist)
local chkstr = table.concat(enlist,", " )
feedTriggers(chkstr .. ".\n")