-
-
Notifications
You must be signed in to change notification settings - Fork 698
Debug Singular segmentation fault with tmate #40729
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
Conversation
|
Documentation preview for this PR (built with commit 548c26e; changes) is ready! 🎉 |
|
I also try to Might be something malfunctioning, since usually the disk usage is like (even with non-editable install) The following is an investigation of a editable install (thus likely take less memory) surely we don't need the Android SDK? |
|
Running I guess the first 3 are just always there. Still, they shouldn't be core dumped though. |
|
gdb in one of the plural fail why is edit: maybe that's unrelated. edit: it's indeed unrelated, there's a test in |
898af7f to
7d8078d
Compare
7d8078d to
1e14f52
Compare
|
A traceback not all that surprising. I tried to look at this problem somewhat at #39628 , but I haven't figured out why yet. |
sagemathgh-40814: Rerun plural and singular/function on failure This pull request: * add new feature `--all-except` to `sage -t` (does what you expect) * modify `ci-meson.yml` to workaround sagemath#29528 , the cause of which is yet unknown. (I also tried porting an old pull request that purportedly fix the issue at sagemath#39628, but the result is even worse.) controlling this in bash seems easier than sagemath#39539 , for now. I suspect testing these files separately will make it stop failing however (doesn't really matter, the bug remains). sagemath#40729 (comment) contains a traceback, but I think it isn't of too much help. (Thought? Is `--all --exclude=a --exclude=b` better?) ### 📝 Checklist <!-- Put an `x` in all the boxes that apply. --> - [ ] The title is concise and informative. - [ ] The description explains in detail what this PR is about. - [ ] I have linked a relevant issue or discussion. - [ ] I have created tests covering the changes. - [ ] I have updated the documentation and checked the documentation preview. ### ⌛ Dependencies <!-- List all open PRs that this PR logically depends on. For example, --> <!-- - sagemath#12345: short description why this is a dependency --> <!-- - sagemath#34567: ... --> URL: sagemath#40814 Reported by: user202729 Reviewer(s): Tobias Diez
sagemathgh-40814: Rerun plural and singular/function on failure This pull request: * add new feature `--all-except` to `sage -t` (does what you expect) * modify `ci-meson.yml` to workaround sagemath#29528 , the cause of which is yet unknown. (I also tried porting an old pull request that purportedly fix the issue at sagemath#39628, but the result is even worse.) controlling this in bash seems easier than sagemath#39539 , for now. I suspect testing these files separately will make it stop failing however (doesn't really matter, the bug remains). sagemath#40729 (comment) contains a traceback, but I think it isn't of too much help. (Thought? Is `--all --exclude=a --exclude=b` better?) ### 📝 Checklist <!-- Put an `x` in all the boxes that apply. --> - [ ] The title is concise and informative. - [ ] The description explains in detail what this PR is about. - [ ] I have linked a relevant issue or discussion. - [ ] I have created tests covering the changes. - [ ] I have updated the documentation and checked the documentation preview. ### ⌛ Dependencies <!-- List all open PRs that this PR logically depends on. For example, --> <!-- - sagemath#12345: short description why this is a dependency --> <!-- - sagemath#34567: ... --> URL: sagemath#40814 Reported by: user202729 Reviewer(s): Tobias Diez
Singular keeps failing, and I can't reproduce it locally. Will try debug it on the CI.
📝 Checklist
⌛ Dependencies