[Mono-list] Mono Hang

Sébastien Robitaille sebastien.robitaille@croesus.com
Mon, 14 Mar 2005 09:52:31 -0500


Hello,

Our server running on Mono stops responding after a few days of execution.
All the client apps (15) that are connected through Remoting are also blocked.
The strange thing is that our server is configured to broadcast a UDP packet every 5 seconds (in a different thread) but this
mechanism also stops working after a few days even if it is completely isolated from the rest of the application.

I started the server last Friday and this morning everything if blocked. "top" shows that the mono process is using between 0.0 and
0.3% of CPU but Friday, this value was near 95%.
If I try to connect another client through Remoting, this client also hangs (the remoting call never returns).

For reference, our server has also been running on MS.NET for more that 3 weeks without problem.

Any advice on how I could debug/solve this problem?
Does anybody have experienced the same kind of problem before?

Note: I am using mono-1.1.4 on Linux RedHat 9

Thanks
Sébastien Robitaille