I’ve got a server program running on Ubuntu and it hangs after a few clients connect. The thing is, it only does it when not being debugged in the IDE. I can run it (the exact same debug binaries) from a command line, attach gdb to it, and it will hang, but gdb finds no problem. When I debug from MonoDevelop, however, it never hangs.
I am at a complete loss for how to proceed from here.
Does anyone know if Mono sets some flags or something I’m not aware of? I’m crucially blocked and completely frustrated.
Apparently, don’t let the Console IO get clogged, because there are almost no indicators.