Encountering segfault seemingly in System.Numerics.Tests.PlaneTests.PlaneCreateFromVerticesTest on 32bit Android devices when using AOT+LLVM #1444
Labels
Area: Mono Runtime
Mono-related issues: BCL bugs, AOT issues, etc.
Area: Unit Tests
Issues with repo unit tests.
The new XUnit System.* tests that have been added to XA in 15.7 are crashing on the majority of "older" devices when compiled in Release mode with both AOT+LLVM enabled. As is shown in the gist output links below, the test run crashes consistently after printing the following line which leads me to believe the issue may have to do with
System.Numerics.Tests.PlaneTests.PlaneCreateFromVerticesTest
.The same set of tests execute successfully without crashing on newer 64bit devices when both AOT and LLVM are enabled, however there are some new failures (which I will file as a separate issue).
Steps to Reproduce
Details
Link to .apk file - https://microsoft-my.sharepoint.com/:u:/p/pecolli/EYrN-tuwhJFJmkrnwj5vAgIBzEQFPGZkCUcmSkNMJUYMUg?e=LBt3gv
Link to obj output - https://microsoft-my.sharepoint.com/:u:/p/pecolli/EXGoMM2LZURMhg8mPY8IUyoBgDudDiDsjXrLA86zaPjHSQ?e=3YL4a8
Version Information
Windows 10 w/ VS 15.7
Xamarin.Android SDK 8.3.0.5 (HEAD/1a8ed5388)
Log File
The following devices reproduced the crash with the following log files:
Nexus 10 v5.1.1 (armeabi-v7a) - http://xqa.blob.core.windows.net/gist/report-426eda8f3f0a419682cd440c99126f10.txt
Moto G v4.4.4 (armeabi-v7a) - http://xqa.blob.core.windows.net/gist/report-8b4910f76fab4ad89c23c31ed1dd8059.txt
Nexus 5 v6.0 (armeabi-v7a) - https://gist.githubusercontent.com/pjcollins/8fcd8d365e62a71e0427190924c8dfd2/raw/09804bbe144cb34097e97a6737b44d2cce1f8f98/gistfile1.txt
The text was updated successfully, but these errors were encountered: