[Mono-bugs] [Bug 574713] crash if System.IO.Compression.DeflateStream.ReadZStream is called

bugzilla_noreply at novell.com bugzilla_noreply at novell.com
Wed Apr 7 18:51:41 EDT 2010


http://bugzilla.novell.com/show_bug.cgi?id=574713

http://bugzilla.novell.com/show_bug.cgi?id=574713#c1


--- Comment #1 from Gonzalo Paniagua Javier <gonzalo at novell.com> 2010-04-07 22:51:40 UTC ---
Looks like there's a mismatch between the calling convention used by mono on
windows (stdcall) and the calling convention used to compile
MonoPosixHelper.dll (cdecl)... I have compiled a MonoPosixHelper with stdcall
and uploaded it to: http://gonzalo.name/tmp/MonoPosixHelper.zip

Can you replace the installed .dll that you have with this one (make a backup!)
and try again?

-- 
Configure bugmail: http://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