-
Notifications
You must be signed in to change notification settings - Fork 618
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Regression: Hot lib reload, unable to find __rust_alloc. #2310
Comments
Yes, I'm well aware you didn't plan on removing this... |
Your error has nothing to do with this library. If you want general Rust help you should ask on https://users.rust-lang.org or some other help forum |
The difference is the version of image used... I don't get how you can claim the error has nothing to do when the the error has everything to do with the version of image used. The fact is your upgrade breaks things for random other libraries. |
Agree with @fintelia here. The symbol The supposed reproduction is not minimal and can't be followed either, it's not clear what's being changed in the log or what source code there would be for reproduction. This comment explains a difference in exposed symbols when compiling Rust libraries. Maybe it applies, maybe it doesn't. Sorry, but that's not something we can track in this issue tracker. |
Thanks for helping me identify the cause... I'm trying not to read into what you are saying improperly. I should try and use |
If you want help figuring out what component is causing the bug in your code, you should ask in a general Rust help forum. I'm going to go ahead and lock this issue |
I'm not great with ENGLISH, let me explain with a console log... It contains everything I know about the issue,
output-image
is the hot crate.The second run is me not perfectly downgrading
image
and can be ignored. The things to note are the versions ofhot-lib-reloader
andimage
/imageproc
/ravif
/ect Only imager and it's descendants were changed.I've maybe 500 lines of code, the project is basically 3days old and is only a skeliton of what's needed to get v4l images into face detection. I am planing on drawing something with the tenserflow output and wanted to not have to reload NNs on every change.
The text was updated successfully, but these errors were encountered: