nyxiscoo1 / obfuscar

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

Obfuscar damages the value__ special field in enumerations #17

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Build program with mono 2.4, using enumerations
2. run program
3. wait for core dump

It appears that mangling the hidden "value__" field in enumerations results
in a crash of the 2.4 mono runtime (and is wrong anyway!) 

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

I discovered this problem with mono 2.4 (from source) on Centos 5.2.

The attached diff (against subversion) seems to fix the problem.

Original issue reported on code.google.com by tekh...@gmail.com on 26 Jun 2009 at 6:33

Attachments:

GoogleCodeExporter commented 8 years ago
This is hopefully (not tested yet) fixed with version 1.5. thx!

Original comment by webbi...@gmail.com on 6 Nov 2009 at 3:00