No Stack Trace is being produced on Linux Ubuntu 16.04/18.04 with AArch64 CPU.
The following are the outputs from running the backtrace.swift test file.
It looks like the implementation for this is in swift::printCurrentBacktrace in stdlib/public/runtime/Errors.cpp, if you want to check it out. It's just calling backtrace(3), though, so you or someone would have to look into why that might be failing on AArch64.
Environment
Linux Ubuntu 16.04/18.04 AArch64
Additional Detail from JIRA
md5: 89c3bbd67c6b974a07f1d6df8c0c6da8
Issue Description:
No Stack Trace is being produced on Linux Ubuntu 16.04/18.04 with AArch64 CPU.
The following are the outputs from running the backtrace.swift test file.
x86
aarch64
As there is no stack trace being produced the linux-fatal-bracktrace test is failing on aarch64.
The text was updated successfully, but these errors were encountered: