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 - Memory leak due to uncollectable references to widgets
Task Type - Bug Report
Category - Core
Status - New
Assigned To - Julien Danjou
Operating System - All
Severity - Medium
Priority - High
Reported Version - git/master
Due in Version - 4.0
Due Date - Undecided
Details - Hi,

as described on the mailing list, naughty causes memory leaks. Julien figured 
out this is due to luaA_table2widgets() doing luaA_object_ref() on the widget, 
which means the lua garbage collector won't see it's the wibox which depends on 
the widget.

This should be fixed by using the wibox' environment for saving the reference.

Test case:

while true ; do notify-send -t 1 test ; done
(watch memory usage in top climb)

Uli

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

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