https://bugzilla.novell.com/show_bug.cgi?id=682963
https://bugzilla.novell.com/show_bug.cgi?id=682963#c0 Summary: gstring.c:116: assertion 'val != NULL' failed Classification: Mono Product: Mono: Runtime Version: 2.8.x Platform: x86 OS/Version: Windows 7 Status: NEW Severity: Normal Priority: P5 - None Component: JIT AssignedTo: [email protected] ReportedBy: [email protected] QAContact: [email protected] Found By: --- Blocker: --- User-Agent: Mozilla/5.0 (Windows NT 6.1; rv:2.0) Gecko/20100101 Firefox/4.0 This does not cause me any runtime problems that I know of, but it is completely reproduceable when I use mono.exe --debug. I obfuscate my program using the open source Obfuscar obfuscator 1.5.4 (it uses Cecil, if that makes any difference). It's not a crazy obfuscator -- for the most part it just renames methods to 'a'. :) Any time I do this, I get this error about twenty times on program startup. I think it may have to do with Obfuscar converting all the strings in the program into an array and decoding that on load (at least, that's what I read it did). 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. _______________________________________________ mono-bugs maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-bugs
