Conversation
384c8b8 to
98c3e07
Compare
bf64bce to
8a47642
Compare
|
I don't have a link handy but IIRC there were some issues segfaults on FreeBSD13 (maybe in the Cargo repo?). @asomers would know more |
|
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=285873 is the bug for the cargo segfaults on FreeBSD 13. It's still unsolved. |
|
Rebase after #4648 once that lands, since it changes the ctest implementation, might happen to fix things (though unlikely...) |
|
...oh, or it may make things worse. Does the toolchain not support that way of getting the size of a field without reading uninit data? |
A bugreport seems to indicate that segfaults in rustc are less likely on FreeBSD 13.3. https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=285873
|
I wound up removing this job since it hasn't given us useful information in a long time, see #4740. Please feel free to open a PR adding it back if you figure this out :) |
I'm fine with that. |
Description
Investigating why there's a test failure on FreeBSD 13 i686
Sources
TODO
Checklist
libc-test/semverhave been updated*LASTor*MAXareincluded (see #3131)
cd libc-test && cargo test --target mytarget);especially relevant for platforms that may not be checked in CI