-
-
Notifications
You must be signed in to change notification settings - Fork 34
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
Crashes when loading package after using Downloads.download during precompilation of package #224
Comments
I have no idea how to debug this. Maybe @vtjnash could suggest something. |
My guess is that the crash is not actually when precompiling but when loading the precompiled file. And then there is some task or something that is serialized and tries to get loaded and that breaks things. But just a guess. |
Does it only happen if you use the file pseudoprotocol? |
Nope |
Okay, the crash is actually not during precompile time. It crashes when loading the generated pkgimage file. |
Inserting a small
at the end of the package to precompile a bit causes a crash:
The text was updated successfully, but these errors were encountered: