I woke up to a frozen XoloX. I was running the debugger, but I couldn't understand what was going on past the fact that it wasn't in a small infinate loop so far as I could tell.
What I did to was run a netstat to see who I was connected to, and lo and behold, I saw this:
Code:
Proto Local Address Foreign Address State
TCP computer:4414 127.16.255.17:6346 ESTABLISHED
TCP computer:6346 127.16.255.17:4414 ESTABLISHED
Which I assume is very very bad, considering that this is a loopback address. Somewhere in your code I think you made it so you can't connect to your own IP, but it seems that some people are 'force real IP'ing to be a loopback address, and it's killing XoloX.