https://bugzilla.wikimedia.org/show_bug.cgi?id=71354
Gilles Dubuc <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected], | |[email protected], | |[email protected], | |[email protected], | |[email protected] Component|General |Scribunto Version|unspecified |master Product|MediaWiki-Vagrant |MediaWiki extensions --- Comment #11 from Gilles Dubuc <[email protected]> --- I've managed to track down the crash, it's coming from the first clock_gettime in timer.c of luasandbox being called (I can't tell which clock_gettime call, though, strace doesn't give me enough info). The crash only happens when the import command is run inside puppet. The exact same mwscript command running from the vagrant vm's command line works fine. It's a segfault coming from writing to the wrong pointer. I.e. the pointer passed as the second argument to clock_gettime probably isn't malloced properly. A typical day in C, I guess :) -- 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
