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 created a cargo workspace with a single member, client which contained the code from this bevy example: https://github.com/bevyengine/bevy/blob/main/examples/3d/3d_scene.rs. I am using the sold linker and the new parallel frontend on nightly. I have the following rust flags: rustflags = ["-C", "link-arg=-fuse-ld=/usr/local/bin/ld64.sold", "-Z", "threads=8"]
The panic seems to come from within rayon, so there seems to be a problem with the parallel frontend itself.
Performing a cargo clean and updating rustc had no effect, and the panic was pretty much immediate in subsequent build attempts.
Hope this helps.
The text was updated successfully, but these errors were encountered:
bjorn3
added
I-ICE
Issue: The compiler panicked, giving an Internal Compilation Error (ICE) ❄️
and removed
needs-triage
This issue may need triage. Remove it if it has been sufficiently triaged.
labels
Dec 4, 2023
I created a cargo workspace with a single member,
client
which contained the code from this bevy example: https://github.com/bevyengine/bevy/blob/main/examples/3d/3d_scene.rs. I am using the sold linker and the new parallel frontend on nightly. I have the following rust flags:rustflags = ["-C", "link-arg=-fuse-ld=/usr/local/bin/ld64.sold", "-Z", "threads=8"]
I have attached the ICE file generated below:
The panic seems to come from within rayon, so there seems to be a problem with the parallel frontend itself.
Performing a cargo clean and updating rustc had no effect, and the panic was pretty much immediate in subsequent build attempts.
Hope this helps.
The text was updated successfully, but these errors were encountered: