https://bugzilla.novell.com/show_bug.cgi?id=644908
https://bugzilla.novell.com/show_bug.cgi?id=644908#c2 --- Comment #2 from Baurzhan Taishinov <[email protected]> 2010-10-12 04:20:15 UTC --- // for each packet received System.Messaging.MessageQueue.Send method is called in // transaction // this works perfectly in .Net framework // but in Mono each method call starts new Thread and application crashes with // error "fatal error in GC too many root sets" using (System.Messaging.MessageQueueTransaction transaction = new System.Messaging.MessageQueueTransaction()) { transaction.Begin(); this.MSMQMessages.Send(this.CreateMessage(message), transaction); transaction.Commit(); transaction.Dispose(); } -- 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
