https://bugzilla.wikimedia.org/show_bug.cgi?id=71354
Brad Jorsch <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Component|Scribunto |General Version|master |unspecified Product|MediaWiki extensions |MediaWiki-Vagrant --- Comment #19 from Brad Jorsch <[email protected]> --- Ok, I managed to downgrade vagrant far enough to avoid bug 71878 and reproduce this. It turns out the bug is already fixed by Gerrit change 159757,[1] but the version of php-luasandbox available to vagrant doesn't include that change. So the action needed here is that the php-luasandbox package used by vagrant needs updating. [1]: Specifically, the lack of the #include <pthread.h> is causing the compiler to assume pthread_self() returns an int rather than an unsigned long int, so the value gets truncated and pthread_getcpuclockid() crashes on the incorrect value. -- 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
