-
Notifications
You must be signed in to change notification settings - Fork 26
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
cypari2 built with CFLAGS="-march=native -O0 -pipe -g -ggdb" causes a SIGSEGV #655
Comments
What about |
Changing just |
When I, from sage do
things look correct. However, when I exit sage there is a backtrace that hangs unless I interrupt things from the keyboard. So, I'm not sure if the issue is with |
Nothing like this is present in building |
I think
|
This all I see here. Perhaps a Prefix thing?
|
I made too many assumptions. Echoed output is different between Prefix and Gentoo. Gentoo looks fine. I have the debugging enabled on the Prefix |
I would consider that a bug. May be worth asking on the gentoo prefix mailing list. |
Bug report appears at https://bugs.gentoo.org/818043. The issue seems to occur whenever a |
This is in a Prefix and it causes the failure
The failing line in
totallyreal.pyx
is line221
Using
gdb
I seeBuilding
cypari2
withCFLAGS="-march=native -O2 -pipe"
does not produce the SIGSEGV and thetotallyreal.pyx
doctest passes.The text was updated successfully, but these errors were encountered: