https://bugzilla.novell.com/show_bug.cgi?id=644908
https://bugzilla.novell.com/show_bug.cgi?id=644908#c0 Summary: Crash with "fatal error in GC too many root sets" when sending messages to RabbitMQ Classification: Mono Product: Mono: Class Libraries Version: 2.8.x Platform: All OS/Version: All Status: NEW Severity: Critical Priority: P5 - None Component: System AssignedTo: [email protected] ReportedBy: [email protected] QAContact: [email protected] Found By: --- Blocker: --- User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.2; en-US) AppleWebKit/534.3 (KHTML, like Gecko) Chrome/6.0.472.63 Safari/534.3 The problem in System.Messaging.MessageQueue.Send method. Each call of System.Messaging.MessageQueue.Send in transaction method creates new thread, to send message to RabbitMQ queue. When sending 1000 messages to queue, 1000 thread was started and application crashes. Reproducible: Always Steps to Reproduce: 1. 2. 3. -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA contact for the bug. You are the assignee for the bug. _______________________________________________ mono-bugs maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-bugs
