- Home /
Fatal error in gc: too many threads
When I run my project from the MonoDevelop debugger, I get a little message box that pops up that says "Fatal error in gc: too many threads". It happens when I make a call into the Apache.NMS library to create a JMS connection. At most it should only spawn a second thread. Two couldn't possibly be too many, could it?
Answer by unimechanic · Jul 14, 2014 at 04:06 PM
This question is old, but has many votes. If someone is still experiencing this issue please submit a bug report with a minimal project showing the problem:
Your answer
Follow this Question
Related Questions
Fatal error in gc: GetThreadContext failed (?) 7 Answers
"Health" value doesn't change? 1 Answer
Why am I seeing: error CS0117: `Debug' does not contain a definition for `LogWarning' 1 Answer
Is there a way to tell unity not to debug a certian error? 1 Answer
Not getting where error comes from which line when debugging on Android 1 Answer