[Mono-bugs] [Bug 682963] New: gstring.c:116: assertion 'val != NULL' failed
bugzilla_noreply at novell.com
bugzilla_noreply at novell.com
Mon Mar 28 03:03:55 EDT 2011
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: lupus at novell.com
ReportedBy: xocotl at gmail.com
QAContact: mono-bugs at lists.ximian.com
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.
More information about the mono-bugs
mailing list