exception - CannotUnloadAppDomain Mbunit and CCNET -


our ccnet build system has been running fine since set up. moved room , changed 1 ip address on our system , getting cannotunloadappdomainexception mbunit run ncover. have checked our svn logs make sure there no changes , there aren't. has experienced before or have ideas should looking for?

gallio runs tests in isolatedappdomain mode default. error indicates appdomain sandbox cannot unloaded due critical error involving resource lock, multi-thread race condition, or out of memory issue or stack overflow.

you need more information diagnose root cause of problem. can do:

  • run manually tests gallio.echo , have @ test report or @ console output.
  • you may want run tests in isolatedprocess or local modes instead. make whole process collapse faster; may highlight underlying issue.
  • you ask question in gallio user group.

Comments

Popular posts from this blog

python - Scipy curvefit RuntimeError:Optimal parameters not found: Number of calls to function has reached maxfev = 1000 -

c# - How to add a new treeview at the selected node? -

java - netbeans "Please wait - classpath scanning in progress..." -