-
-
Notifications
You must be signed in to change notification settings - Fork 33
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
Julia Crashed in Execution of Generated Symbolic Function. #529
Comments
This is essentially #368. |
Thank you for your response. I read through the posts, and I believe my issue is similar. I generated the KinFuncComplete2.jl file using Symbolics.build_function, resulting in a very large function. However, I’m unsure if this issue has been resolved or if there’s a workaround I could use to fix it. Could you please clarify? |
The workaround is to ignore the message and let the old You can also set the environment variable |
Thank you, Claire, for your message. After running the code and encountering the error, the REPL freezes, so I haven't been able to use the code yet. To set the environment variable, I created a config folder in C:\Users\milad.julia\config and added a startup.jl file with the following line: I am running the code with this setup, but I haven't seen any results yet. |
I guess the stack overflow corrupted some state on stack. |
I generated this function and try to execute it:
I get the following error: please see the attached txt.
JuliaError.txt
The text was updated successfully, but these errors were encountered: