Update gimli dependencies#421
Conversation
0f5a4dd to
1151c3b
Compare
ca5ec39 to
9ba86eb
Compare
|
I don't understand why the |
|
I've bisected this as a "regression" which was introduced in rust-lang/rust#84635. I don't think that PR is actually breaking. The "breakage" is probably because of rust-lang/cargo#9418 which does something to reorder CGUs or symbols or something like that. My suspicion is that this is a bug in libbacktrace itself. Locally testing resetting the libbacktrace submodule to the Actually, I can confirm that a cherry-pick of ianlancetaylor/libbacktrace@430dc8b fixes the issue. So I think there's an interesting question of what to do with this at this point. The libbacktrace implementation of this crate at this point is long-unmaintained and it's falling behind in terms of features (compression, split-debuginfo, etc). I don't think there's any reason to turn it on over the gimli implementation now that gimli has baked for quite some time. I think, personally, it's time to remove this implementation. Would you be ok commenting out the libbacktrace tests in CI? That'll get this green and I can do the removal myself in a future PR. |
An unrelated change has caused this to fail.
|
Done, thanks for looking into that. |
No description provided.