rust-lang / backtrace-rs

Backtraces in Rust
https://docs.rs/backtrace
Other
537 stars 246 forks source link

Add CI for s390x-unknown-linux-gnu #392

Closed uweigand closed 3 years ago

uweigand commented 3 years ago

This adds a Docker-based CI job for s390x-unknown-linux-gnu similar to previous existing ones.

Two interesting comments:

alexcrichton commented 3 years ago

Looks great to me, thanks!

Also wow that ld.so.cache issue sounds spooky...

uweigand commented 3 years ago

Looks great to me, thanks!

Also wow that ld.so.cache issue sounds spooky...

I'm still trying to track down the actual root cause, but it's a bit challenging. In particular because even installing gdb or strace into the container pulls in more libraries, which makes the crash disappear :-)

uweigand commented 3 years ago

Looks great to me, thanks!

Also wow that ld.so.cache issue sounds spooky...

Just to follow up on this - the underlying issue has now been fixed in glibc upstream and in the Ubuntu package: https://bugs.launchpad.net/ubuntu/+source/glibc/+bug/1906250