Ticket #1231 (closed defect: fixed)
[with patch, with positive review] seg fault when computing with modular symbols over a finite field
| Reported by: | AlexGhitza | Owned by: | craigcitro |
|---|---|---|---|
| Priority: | major | Milestone: | sage-2.8.15 |
| Component: | modular forms | Keywords: | |
| Cc: | Author(s): | ||
| Report Upstream: | Reviewer(s): | ||
| Merged in: | Work issues: |
Description
Here is the troublesome code:
ModularSymbols(1,8,0,GF(3)).simple_factors()
which results in
------------------------------------------------------------ Unhandled SIGSEGV: A segmentation fault occured in SAGE. This probably occured because a *compiled* component of SAGE has a bug in it (typically accessing invalid memory) or is not properly wrapped with _sig_on, _sig_off. You might want to run SAGE under gdb with 'sage -gdb' to debug this. SAGE will now terminate (sorry). ------------------------------------------------------------
8 is the smallest weight for which this happens over GF(3). The same issue occurs with all of the following (again, smallest weight):
ModularSymbols(1,12,0,GF(5)).simple_factors() ModularSymbols(1,12,0,GF(7)).simple_factors() ModularSymbols(1,12,0,GF(11)).simple_factors() ModularSymbols(1,12,0,GF(13)).simple_factors()
Attachments
Change History
Note: See
TracTickets for help on using
tickets.

