Skip to content
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

MIPSEL: SIGBUS in t-div (fmpq_mpoly) #785

Closed
SnarkBoojum opened this issue Jul 4, 2020 · 0 comments
Closed

MIPSEL: SIGBUS in t-div (fmpq_mpoly) #785

SnarkBoojum opened this issue Jul 4, 2020 · 0 comments

Comments

@SnarkBoojum
Copy link

I could get the following trace with gdb:

Program received signal SIGBUS, Bus error.
0x77d70b28 in fmpz_mpoly_quasidivrem_heap (scale=<optimized out>, q=<optimized out>, r=<optimized out>, poly2=0x7fff4478, poly3=<optimized out>, ctx=<optimized out>) at quasidivrem_heap.c:868
868           exp2 = (ulong *) flint_malloc(N*poly2->length*sizeof(ulong));
(gdb) bt
#0  0x77d70b28 in fmpz_mpoly_quasidivrem_heap (scale=<optimized out>, q=<optimized out>, r=<optimized out>, poly2=0x7fff4478, poly3=<optimized out>, ctx=<optimized out>) at quasidivrem_heap.c:868
#1  0x77d81a98 in fmpq_mpoly_divrem (Q=0x7fff44a8, R=0x7fff44c4, A=0x7fff4470, B=0x7fff448c, ctx=0x7fff4500) at divrem.c:35
#2  0x55552918 in main () at test/t-div.c:348
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants