-
Notifications
You must be signed in to change notification settings - Fork 140
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
form crashes when .clear is in a procedure #557
Comments
Valgrind output
|
I suppose we are just after a sensible error message and a clean crash here; after all, |
If the procedure is in a
|
Just to give some background on how I use this now. FORM is started with the -pipe option. An external application is sending commands to FORM. When one of the commands is the
I also tried to put the |
And you would like to send To be honest, I have never used |
Hi, I also never used it before ;-) until this weekend ;-) I have created a simple FORM kernel for use in jupyter notebooks. In a notebook I have 2 chapters. Both chapters share the same FORM setup file. After performing FORM statements in the first chapter, the second chapter starts with a As a workaround, I now just restart the FORM program. The solution with the clear statement would be a cleaner solution than to just restart it. |
When form executes a .clear statement inside a procedure it crashes with the following output:
The minimal program that illustrates this:
The text was updated successfully, but these errors were encountered: