Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upAdd gcc patch for libbacktrace #148
Conversation
|
Yes the artifacts from the pull requests will contain the packages. You can download them manually from GHA, and then install locally like so: pacman -Su mingw-w64-x86_64-gcc-8.3.0-9500-any.pkg.tar.xzYou can also try subitting the patch to https://github.com/msys2/MINGW-packages for feedback. |
|
Confirmed that installation of the package fixes the downstream issue. |
|
Submitted bug to gcc issue tracker too: https://gcc.gnu.org/bugzilla/show_bug.cgi?id=96948. |
|
Simplified, and submitted upstream as msys2/MINGW-packages#6962. |
This patch allows obtaining a nice native backtrace on mingw64 with libbacktrace. Without this patch, we can still get a backtrace but miss the exact position in the function.
Downstream: ianlancetaylor/libbacktrace#43 (comment)
I hope the GCC maintainers can review it so that we ca get more confidence here.
Does the pull request already creates binary packages which I can download and install on my system?