You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have few knowledge about compiler and not sure whether it's libunwind or the compiler(rustc)'s fault. Any suggestion about how to diagnose such issues would be appreciated. 🙏
I've posted the issue on discourse before. Not sure which place is better. More context there https://discourse.llvm.org/t/libunwind-parsefdeinstructions-segfaults-at-null-pointer/69858/
I have few knowledge about compiler and not sure whether it's libunwind or the compiler(rustc)'s fault. Any suggestion about how to diagnose such issues would be appreciated. 🙏
(in
parseFDEInstructions
)This
instructions = 0
leads to the segfaultIt is
cieInfo.cieInstructions
The text was updated successfully, but these errors were encountered: