-
-
Notifications
You must be signed in to change notification settings - Fork 337
memory issues with expect
#7799
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
Comments
This is happening because we're sharing memory between processes in a brittle way.
The core team is mostly occupied with working on the new compiler (which will also fix this issue) but a motivated individual could probably land this fix in the old compiler. |
Important zulip conversation: #bugs > ✔ segfault on failing multi-line tests with a float def @ 💬 |
Other bugs caused by this issue: |
Workaround for this issue; write your own inline test function like
|
Would you be interested in taking a look at this @lukewilliamboswell? It may not be a lot of work, no promises though :p |
@Anton-4 -- I'm not particularly motivated to look at this. I've spent a lot of time poking around in the shared memory stuff and it's a bit wild and difficult for me to debug anything. I'm glad we had identified a workaround for now. If @kili-ilo needs help I could look into a more specific issue and try to help find another workaround. |
I'm not currently inconvenienced by this. |
It's quite easy to hit a segmentation fault when using the
expect
keyword.Example:
Output:
The text was updated successfully, but these errors were encountered: