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 don't think this is necessarily a bug that we can deal with, and I'm not sure if we would really achieve anything from trying to catch this. It's basically impossible to predict our symbol names reliably and this is just dealing with various linker tricks on Linux. If you take over random symbols then it's basically very likely you'll hit memory corruption.
As a result I'm going to close this because any infrastructure we add to protect against this seems like it wouldn't be worth its weight in maintenance.
I was playing with examples for #28179 and hit this assertion in the playpen.
That
#[no_mangle]
function needs to clash with rust'sio::stdio::_print
. This particular name is from stable 1.2. http://is.gd/YpEFloThe text was updated successfully, but these errors were encountered: