-
-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
examples crash on start on macOS Big Sur #633
Comments
FYI: I went to |
Huh, this looks oddly familiar.
I've hit this in Firefox: rust-lang/rust#77585 tl;dr old Do a just like #562 the lack of |
Wow, So maybe it is really worth to commit the Thanks for the help. |
If I clone the repository from scratch and run @myfreeweb @sassman I imagine this is different for you? Could this be a cargo bug? What is exactly changing? On the other hand, if you already have the repository cloned and you are pulling changes after a while... Then, I imagine you could have outdated dependencies which could cause issues. I don't think it's up to us to fix this by versioning the |
That was exactly my case. Did the clone ages ago, then only fetch & pull and of course I totally forgot about the Cargo.lock that got created when executing the examples the last time. |
I would be okay with versioning the I guess we could create a different workspace for all the examples... I will think about it! |
Hm, not sure if sub-workspaces are supported, but if so that might solve it yes. |
Yes, everything shares the same lockfile in the root directory, but I don't see how this is a problem. Your favorite FAQ entry doesn't say |
@myfreeweb I am just trying to understand the issue. If we decide to go against the guide recommendation and version the In particular, I don't believe we should maintain the lockfile just because folks may forget to run Is there any well-known library that versions the |
Hi,
I have no luck in getting the examples run. So far I've tried: stopwatch, tour, todos. All fail. I tried on master @ 87c9df2 and on tag native-0.2.2.
most issues seems to be rooted at
'attempted to leave type
linked_hash_map::Node<u32, glyph_brush_draw_cache::Row>uninitialized, which is invalid'
RUST_BACKTRACE=full cargo run --package tour
tour trace
RUST_BACKTRACE=full cargo run --package todos
todos trace
Versions
The text was updated successfully, but these errors were encountered: