Xamarin iOS Simulator tests throw System.Reflection.TargetException #153
Labels
bug
Something isn't working
hacktoberfest
Issues for the Hacktoberfest
help wanted
Extra attention is needed
Milestone
Bug Report
Current Behavior
When running the C# tests in the ios simulator test harness sometimes the tests will fail to execute properly due to a reflection error. This is likely caused by a misalignment of pointer references when the garbage collector runs. This bug was introduced as part of #152 and #154 when the safe handle was added. It is likely that the safe handle is either freeing resources it should not free or is not freeing resources that it should.
Expected Behavior
The tests should be able to be run multiple times in any order with consistent results.
Environment
Possible Solution
Additional context/Screenshots
Trace:
The text was updated successfully, but these errors were encountered: