Closed GoogleCodeExporter closed 9 years ago
What version of Lsyncd are you running?
What version of Lua? 5.1 or 5.1.4? If not the later try upgrading that.
For further debugging, we can try to add a stackdump here:
--- lsyncd.c (revision 587)
+++ lsyncd.c (working copy)
@@ -1569,7 +1569,7 @@
if (lua_pcall(L, 0, 1, -2)) {
exit(-1); // ERRNO
}
-
+ l_stackdump(L);
if (lua_type(L, -1) == LUA_TBOOLEAN) {
have_alarm = false;
force_alarm = lua_toboolean(L, -1);
Original comment by axk...@gmail.com
on 29 Aug 2011 at 7:28
Original comment by axk...@gmail.com
on 16 Sep 2011 at 10:12
Original issue reported on code.google.com by
atvol3....@gmail.com
on 29 Aug 2011 at 6:42