https://bugzilla.novell.com/show_bug.cgi?id=450199


           Summary: BadFormatException thrown when aborting thread
           Product: Mono: Class Libraries
           Version: unspecified
          Platform: Other
        OS/Version: Other
            Status: NEW
          Severity: Normal
          Priority: P5 - None
         Component: Cecil
        AssignedTo: [EMAIL PROTECTED]
        ReportedBy: [EMAIL PROTECTED]
         QAContact: [email protected]
          Found By: ---


Description of Problem:
When aborting a thread while reading an assembly, a BadFormatException is
thrown.

Steps to reproduce the problem:
1. Read and assembly's file stream using AssemblyFactory on a separate thread
2. Abort the thread

Actual Results:
A BadFormatException is thrown.

Expected Results:
Nothing should happen.

How often does this happen? 
Every time.

Additional Information:
In ReadImage.cs a System.Exception is caught and unconditionally wrapped in a
BadImageFormatException. In this case, a ThreadAbortException is caught.


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

Reply via email to