-
Notifications
You must be signed in to change notification settings - Fork 14k
Open
Labels
C-bugCategory: This is a bug.Category: This is a bug.O-linuxOperating system: LinuxOperating system: LinuxO-x3232 bit ABI for x86-6432 bit ABI for x86-64
Description
As can see here, the are failing tests for x86_64-unknown-linux-gnux32
lto-unwind.rsbacktrace-debuginfo.rs(Fixed by More fixes for x86_64-unknown-linux-gnux32 #45652)backtrace.rs(Fixed by More fixes for x86_64-unknown-linux-gnux32 #45652)command-before-exec.rs(Fixed by More fixes for x86_64-unknown-linux-gnux32 #45652)command-exec.rs(Fixed by More fixes for x86_64-unknown-linux-gnux32 #45652)out-of-stack.rs(Fixed by More fixes for x86_64-unknown-linux-gnux32 #45652)stack-probes-lto.rs(Fixed by More fixes for x86_64-unknown-linux-gnux32 #45652)stack-probes.rs(Fixed by More fixes for x86_64-unknown-linux-gnux32 #45652)wait-forked-but-failed-child.rs(Fixed by More fixes for x86_64-unknown-linux-gnux32 #45652)
@alexcrichton suggests that it is a problem with stack walk.
libstd:
net::tcp::tests::timeoutsnet::udp::tests::timeoutsys::imp::ext::net::test::timeoutsio::cursor::tests::test_box_slice_writer(segfault)
The timeout are related with timeval, setsockopt and SO_RCVTIMEO.
Edit 1: update to include #45652 fixes
Metadata
Metadata
Assignees
Labels
C-bugCategory: This is a bug.Category: This is a bug.O-linuxOperating system: LinuxOperating system: LinuxO-x3232 bit ABI for x86-6432 bit ABI for x86-64