[Mono-dev] Fatal error in gc
Miguel de Icaza
miguel at ximian.com
Wed Jul 12 17:01:01 EDT 2006
Hello,
> I'm trying to run web service client from embedded environment but I
> keep getting this "Fatal error in gc, collecting from unknown thread."
> error when web service is invoked. I've tried with few different web
> service assemblies but they all give me the same message. Does anyone
> know what causes that or have clues how to get rid of it?
You need to register all threads with the runtime and the GC, or they
wont be able to function properly.
Miguel.
More information about the Mono-devel-list
mailing list