[EMAIL PROTECTED] said:
| I started a bunch of rm -rf's on a tree under /coda, and this
| happened.
|
| The venus.log is available as http://www.cuc.ml.org/~sopwith/
| venus.log.gz (100K compressed).
|
| Hope this helps, -- Elliot
I couldn't access the logfile, but the backtrace together with the code
showed me that there is a hardcoded limit of 8 concurrent multicast
rpc's. When that limit is exceeded an assertion triggers, which killed
your client.
This looks like one of those cases where some serious rethinking needs
to be done in order to fix the problem.
Jan