Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Emscripten: Xfail backtrace ui tests #131776

Merged
merged 1 commit into from
Oct 16, 2024

Commits on Oct 16, 2024

  1. Emscripten: Xfail backtrace ui tests

    It is possible to link libunwind and use the normal backtrace code, but it fails
    to symbolize stack traces. I investigated and could get the list of instruction
    pointers and symbol names, but I'm not sure how to use the dwarf info to map
    from instruction pointer to source location. In any case, fixing this is
    probably not a high priority.
    
    See rust-lang#131738
    hoodmane committed Oct 16, 2024
    Configuration menu
    Copy the full SHA
    476ea45 View commit details
    Browse the repository at this point in the history