If I running 3 lines codes below: PR.<x,y> = PolynomialRing(Zmod(0x10001)) f = (x + y) ^ 3 print(f.factor())
sagemath will crash: ------------------------------------------------------------------------ Unhandled SIGSEGV: A segmentation fault occurred. This probably occurred because a *compiled* module has a bug in it and is not properly wrapped with sig_on(), sig_off(). Python will now terminate. ------------------------------------------------------------------------ /opt/sagemath-9.2/src/bin/sage-python: line 2: 1044 Segmentation fault (core dumped) sage -python "$@" -- You received this message because you are subscribed to the Google Groups "sage-devel" group. To unsubscribe from this group and stop receiving emails from it, send an email to sage-devel+unsubscr...@googlegroups.com. To view this discussion on the web visit https://groups.google.com/d/msgid/sage-devel/ec59028e-1970-4eeb-968b-bb9e5cd52af0n%40googlegroups.com.