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 sample repo with does reproduce the problem under Linux https://github.com/dragonnn/mimalloc-rust-box-pin-crash
If it uses nightly-2023-05-26 with is the first version that started crashing my bigger project where I use -Cprefer-dynamic to speed up linking time during development.
If the project uses nightly-2023-05-25 it works fine or if -Cprefer-dynamic is removed it also works fine.
I know -Cprefer-dynamic isn't something often used with rust, so I suspect it isn't high priority but still I decide to report it (it might be also a rust nightly bug, but I don't have the knowledge to find that out). Thanks for any feedback!
I am not sure but that might be somehow also connected to #96 ? But in this case it crashes with default-features = false too.
It crashes with:
realloc(): invalid pointer
fish: Job 1, 'cargo run' terminated by signal SIGABRT (Aborted)
The text was updated successfully, but these errors were encountered:
I created a sample repo with does reproduce the problem under Linux
https://github.com/dragonnn/mimalloc-rust-box-pin-crash
If it uses nightly-2023-05-26 with is the first version that started crashing my bigger project where I use
-Cprefer-dynamic
to speed up linking time during development.If the project uses nightly-2023-05-25 it works fine or if
-Cprefer-dynamic
is removed it also works fine.I know
-Cprefer-dynamic
isn't something often used with rust, so I suspect it isn't high priority but still I decide to report it (it might be also a rust nightly bug, but I don't have the knowledge to find that out). Thanks for any feedback!I am not sure but that might be somehow also connected to #96 ? But in this case it crashes with
default-features = false
too.It crashes with:
The text was updated successfully, but these errors were encountered: