-
Notifications
You must be signed in to change notification settings - Fork 640
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
Mono error on Linux #449
Comments
cc this |
Duplicates closed, main Bug is now 42169. Consider adding you logs there if your issue is drastically different. |
Unfortunately Mono regressed after 4.2.4. The 42169 appears to be fixed in 4.6, but pulling it from the alpha channel results in 43473. I suppose we need to wait for stable release of Mono that fixes all the issues. In the meantime pinning to 4.2.4 is a workaround. Check out Dockerfile for how it is done. |
Hi,
I'm getting an error when trying to run any .net code with edge. I've tried several examples and I get the same error:No managed allocator, but we need one for AOT.
It started failing after the last mono release. 4.4.1.0
I've tried with a previous version 4.2.3 and it works well.
This is the stack trace:
Any Ideas, hits, clue about what may be causing this?
This is a travis-ci detailed log: https://travis-ci.org/crisfervil/DynamicsNode/builds/139892709
Regards,
Cristhian
The text was updated successfully, but these errors were encountered: