Bohua
unread,Jun 26, 2012, 11:51:41 PM6/26/12Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to sage-...@googlegroups.com
An example that triggers the bug is:
roots = mod(-1, 4489).nth_root(2, all=True)
Note 4489=67^2 and 67^2 is the first prime >62.
Following the hint given in the printed error, I changed the print mode near line 1168 of rings/finite_rings/integer_mod.pyx from 'digits' to 'bars'. This fixes the problem, but I don't know whether it will mess up something else.
Version 5.0.1 on Linux