THIS IS AN AUTOMATED MESSAGE, DO NOT REPLY.

The following task has a new comment added:

FS#777 - awesome crashes on some D-Bus method calls
User who did this - Uli Schlachter (psychon)

----------
No idea why, but this is what is happening:

int n = lua_gettop(globalconf.L) - nargs;
luaA_object_push(globalconf.L, (void *) func);
luaA_dofunction(globalconf.L, nargs, LUA_MULTRET);
n -= lua_gettop(globalconf.L);

"n" somehow ends up being "-1". The lua code being executed is "return nil" in naughty.lua line 467. If I 
change that "return nil" into "return", then this bug goes away and "n" ends up being 0.

Why is lua returning -1 results?...
(And no, we shouldn't just change the 'return nil' into 'return' but instead 
fix it properly on the C side!)
----------

More information can be found at the following URL:
http://awesome.naquadah.org/bugs/index.php?do=details&task_id=777#comment2031

You are receiving this message because you have requested it from the Flyspray 
bugtracking system.  If you did not expect this message or don't want to 
receive mails in future, you can change your notification settings at the URL 
shown above.

--
To unsubscribe, send mail to [email protected].

Reply via email to