AxDSan / obfuscar

Automatically exported from code.google.com/p/obfuscar
0 stars 0 forks source link

Obfuscated code crashes calling Linq to SQL DataContext constructor with XmlMappingSouurce #53

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. DataContext ctx = new DataContext(constr, anyValidXmlMappingSource);

What is the expected output? What do you see instead?
OutOfMemoryException

What version of the product are you using? On what operating system?
2.0.0.0

Please provide any additional information below.

The crash does not happen constructing the DataContext with explicit or 
implicit AttributeMappingSource parameter.

With the XmlMappingSource the DataContext crashes even if I use  
<SkipNamespace> or <SkipType> on everything and Mapping.txt shows no renames.

Original issue reported on code.google.com by alekso...@gmail.com on 17 Mar 2014 at 7:07

GoogleCodeExporter commented 9 years ago
OutOfMemoryException should not happen

Original comment by alekso...@gmail.com on 17 Mar 2014 at 7:11