Closed GoogleCodeExporter closed 9 years ago
I think the only reason we have this issue is because the catch block falls
through the end of the method, so we are adding exit instrumentation code. For
the ThreadAbortedException case, we can solve the problem by:
*Not adding the instrumentation IL for the exit PPT in the catch block
*Jumping to the common exit instrumentation instead of the last return at the
end of the catch block (this is necessary since I think the user can "cancel"
the re-raising of the exception).
Original comment by Todd.Sch...@gmail.com
on 12 Mar 2013 at 4:28
Original comment by Todd.Sch...@gmail.com
on 12 Mar 2013 at 4:28
Original comment by melonhea...@gmail.com
on 2 Apr 2013 at 8:53
Original comment by Todd.Sch...@gmail.com
on 4 Apr 2013 at 8:43
Fixed in a794f0c5f153
Original comment by melonhea...@gmail.com
on 9 Apr 2013 at 10:53
Original issue reported on code.google.com by
Todd.Sch...@gmail.com
on 12 Mar 2013 at 4:08