-
-
Notifications
You must be signed in to change notification settings - Fork 503
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
Random Segfaults in matrix_gap
#37295
Comments
I have also recently encountered a random encounter using matrices, although nothing to do with gap as far as I can tell. sage: F.<x> = FunctionField(GF(3))
sage: x*mat(QQ,9,1,[1] + [0]*8) This causes a segmentation fault. The funny part is that if you try a matrix with 8 lines instead, the coercion works properly. I run version 10.3.beta8 on linux, but a friend has reproduced the bug on his machine with version 10.2. It looks like your code also crashed when finite field are involved, so this might be the same problem. |
Just improve some documentation. Apparently the existing documentation uses the absolute URL `` * - `Tutorial <../tutorial/index.html>`_`` e.g. `sage/src/doc/en/developer/sage_manuals.rst`, none of them uses `<tutorial>`. I tried using `<chapter-tutorial>` in https://github.com/s agemath/sage/commit/955a09e746c7d9675d2a4c4f10558cec8d3eb948 but for some reason it doesn't work, so I just end up deleting it. ### 📝 Checklist <!-- Put an `x` in all the boxes that apply. --> - [x] The title is concise and informative. - [x] The description explains in detail what this PR is about. - [x] I have linked a relevant issue or discussion. (not aware of one) - [x] I have created tests covering the changes. - [x] I have updated the documentation and checked the documentation preview. ------ test failures have nothing to do with the change, see sagemath#37295 URL: sagemath#38943 Reported by: user202729 Reviewer(s): Kwankyu Lee, user202729
Just improve some documentation. Apparently the existing documentation uses the absolute URL `` * - `Tutorial <../tutorial/index.html>`_`` e.g. `sage/src/doc/en/developer/sage_manuals.rst`, none of them uses `<tutorial>`. I tried using `<chapter-tutorial>` in https://github.com/s agemath/sage/commit/955a09e746c7d9675d2a4c4f10558cec8d3eb948 but for some reason it doesn't work, so I just end up deleting it. ### 📝 Checklist <!-- Put an `x` in all the boxes that apply. --> - [x] The title is concise and informative. - [x] The description explains in detail what this PR is about. - [x] I have linked a relevant issue or discussion. (not aware of one) - [x] I have created tests covering the changes. - [x] I have updated the documentation and checked the documentation preview. ------ test failures have nothing to do with the change, see sagemath#37295 URL: sagemath#38943 Reported by: user202729 Reviewer(s): Kwankyu Lee, user202729
Just improve some documentation. Apparently the existing documentation uses the absolute URL `` * - `Tutorial <../tutorial/index.html>`_`` e.g. `sage/src/doc/en/developer/sage_manuals.rst`, none of them uses `<tutorial>`. I tried using `<chapter-tutorial>` in https://github.com/s agemath/sage/commit/955a09e746c7d9675d2a4c4f10558cec8d3eb948 but for some reason it doesn't work, so I just end up deleting it. ### 📝 Checklist <!-- Put an `x` in all the boxes that apply. --> - [x] The title is concise and informative. - [x] The description explains in detail what this PR is about. - [x] I have linked a relevant issue or discussion. (not aware of one) - [x] I have created tests covering the changes. - [x] I have updated the documentation and checked the documentation preview. ------ test failures have nothing to do with the change, see sagemath#37295 URL: sagemath#38943 Reported by: user202729 Reviewer(s): Kwankyu Lee, user202729
Steps To Reproduce
Expected Behavior
Tests pass
Actual Behavior
Additional Information
No response
Environment
Checklist
The text was updated successfully, but these errors were encountered: