I was debugging some application issues today, and I was changing the system clock around to try and force my issues.
I noticed that whenever I would set the clock backwards, most of the time icegridnode would lock up. I had to kill -9 it in order to make it stop. This is Ice 3.3.0.
I don't know if this is a bug or not, or just a side effect of some internals, but I wanted you to know about it in case it is a bug.
Thanks,
Caleb

Reply With Quote
Do you remember the steps necessary to reproduce this problem? If you can still reproduce this, the best would be to attach to the IceGrid node process with the debugger and get the stack traces of each thread. This should tell us why the node hangs on shutdown.