THIS IS AN AUTOMATED MESSAGE, DO NOT REPLY.

The following task has a new comment added:

FS#1259 - Random Cairo assert
User who did this - Uli Schlachter (psychon)

----------
You have a bad timing. I recently rewrote quite some code for client icons and 
thus thought the bug must have been in there. However, that code isn't in 
master and I was just confused...

If you want to try something random, edit objects/client.c, function 
luaA_client_get_icon and replace lua_pushlightuserdata(L, 
cairo_surface_reference(c->icon)); with lua_pushlightuserdata(L, 
draw_dup_image_surface(c->icon));.
That way the C code creates a copy of the client's icon and returns that to lua 
instead of just getting another reference to the already-used surface.

This should help with "The only logic here is that blind is so much of a hack 
that it prevent Lua for GC-ing icon surfaces, so the problem is somewhere else, 
but cannot happen due to Blind keeping its caches.".
----------

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

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 awesome-devel-unsubscr...@naquadah.org.

Reply via email to