[Mono-bugs] [Bug 701733] Setting ENV variables for mono causes crash while generating Xml serializers

bugzilla_noreply at novell.com bugzilla_noreply at novell.com
Thu Jun 23 03:12:43 EDT 2011


https://bugzilla.novell.com/show_bug.cgi?id=701733

https://bugzilla.novell.com/show_bug.cgi?id=701733#c2


--- Comment #2 from Maciej Paszta <maciej.paszta at mlabs.pl> 2011-06-23 07:12:42 UTC ---
I was able to track down the problem - XmlSerializer uses CSharpCodeCompiler
that invokes "mcs" command with all the original ENV variables, that may cause
errors due to different parameters passed to the "mono" command. I don't think
that invoking "mcs" with different GC inside CSharpCodeCompiler has much sense,
so I came up with simple patch that solves the issue.

-- 
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.


More information about the mono-bugs mailing list