I haven't noticed this with straight-up GNOME, but with Unity, often times an
intense graphical operation, usually an operation that may require it to
refresh the entire screen, will cause it to freeze. The resolution is nearly
almost always to do this:

ps aux | grep xrdp

and then do a sudo gdb xrdp process_id on each one, and then do a sudo kill
-9 on each one that is not sitting in the "select" statement (the bugged up
processes are nearly always stuck in the send command). If you're doing this
right, you run the kill and suddenly watch the XRDP session come back to
life, but sometimes it requires that you end 2 xrdp sessions and lose your
current connection, and then reconnect. Operations like changing the desktop
background also seem to be a trigger for this "bug."

Any ideas?



--
View this message in context: 
http://xrdp-devel.766250.n3.nabble.com/Bug-with-XRDP-and-Unity-Rogue-xrdp-processes-freezing-in-send-tp4025011.html
Sent from the XRDP Devel mailing list archive at Nabble.com.

------------------------------------------------------------------------------
Everyone hates slow websites. So do we.
Make your web apps faster with AppDynamics
Download AppDynamics Lite for free today:
http://p.sf.net/sfu/appdyn_d2d_feb
_______________________________________________
xrdp-devel mailing list
xrdp-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/xrdp-devel

Reply via email to