FS#302 - uzbl-core freeze when socket it's open
Attached to Project:
Uzbl
Opened by Eduardo Gotti (eduardogotti) - 2012-08-04 10:47:08 AM
Last edited by Brendan Taylor (bct) - 2012-11-25 10:20:45 PM
Opened by Eduardo Gotti (eduardogotti) - 2012-08-04 10:47:08 AM
Last edited by Brendan Taylor (bct) - 2012-11-25 10:20:45 PM
|
Detailsuzbl-core --version
Commit: 228bc38 Linux 3.4.7-1 i686 [ArchLinux] When using sockets with uzbl, uzbl stay unresponsive until I close the socket. example Python code: import socket s = socket.socket(socket.AF_UNIX, socket.SOCK_STREAM) s.connect("/tmp/uzbl_socket_13570") s.send("uri google.com") then it stay unresponsive (screenshoot http://imgur.com/vcyka) util I do this s.close() then back to normality. |
This task depends upon
Still, I don't think it should block. Looking into it.
Otherwise yes, can reproduce with git built on 2013 02 16.
If "\n" is then sent, uzbl does go to google.com and updates the window once. However, it stays unresponsive.