[Mono-bugs] [Bug 362607] Make "Cannot open assembly xxxx" error more specific.

bugzilla_noreply at novell.com bugzilla_noreply at novell.com
Sun Aug 15 02:53:03 EDT 2010


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

http://bugzilla.novell.com/show_bug.cgi?id=362607#c5


Zoltan Varga <vargaz at gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Platform|All                         |x86-64
         OS/Version|All                         |Windows 7

--- Comment #5 from Zoltan Varga <vargaz at gmail.com> 2010-08-15 06:53:02 UTC ---
We call mono_image_strerror () which calls strerror(errno). So it looks like
errno is ERANGE. No idea why that is. Maybe errno is clobbered between the
fopen () call and the strerror(errno) call.

-- 
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