THIS IS AN AUTOMATED MESSAGE, DO NOT REPLY.
A new Flyspray task has been opened. Details are below.
User who did this - Uli Schlachter (psychon)
Attached to Project - awesome
Summary - "unprotected" calls to luaL_error()
Task Type - Bug Report
Category - Core
Status - New
Assigned To -
Operating System - All
Severity - Low
Priority - Normal
Reported Version - git/master
Due in Version - Undecided
Due Date - Undecided
Details - There are a couple of places where luaL_error() is called while we
were not called from any lua code. This results in lua calling luaA_panic()
which means awesome dies.
I think these places should use luaA_warn() or something like that.
I went through the list from ' git grep luaL_error | cut -f1 -d: | uniq | xargs
echo' and I think the following files can cause this (there might also be other
places, I only skimmed through the list!):
- dbus.c
- common/luaobject.c in luaA_object_emit_signal()
There are tons of calls to luaA_object_emit_signal() and at least some of them
(e.g. from event.c) aren't from any lua context.
More information can be found at the following URL:
http://awesome.naquadah.org/bugs/index.php?do=details&task_id=713
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].