Opened 4 months ago
Last modified 3 weeks ago
#33229 new defect
Reed Mueller code crashing
Reported by: | gh-MathieuDutSik | Owned by: | |
---|---|---|---|
Priority: | major | Milestone: | sage-9.7 |
Component: | coding theory | Keywords: | segfault |
Cc: | slelievre | Merged in: | |
Authors: | Reviewers: | ||
Report Upstream: | N/A | Work issues: | |
Branch: | Commit: | ||
Dependencies: | Stopgaps: |
Description (last modified by )
In Sage 9.5.rc1, the following command causes a crash:
sage: C = codes.BinaryReedMullerCode(16, 32) ------------------------------------------------------------------------ (no backtrace available) ------------------------------------------------------------------------ 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. ------------------------------------------------------------------------ .../src/bin/sage-python: line 2: 60716 Segmentation fault: 11 sage -python "$@"
In case the input is invalid, an error would be preferable to a crash.
Change History (4)
comment:1 Changed 4 months ago by
- Description modified (diff)
comment:2 Changed 4 months ago by
- Cc slelievre added
- Keywords segfault added
comment:3 Changed 4 months ago by
- Component changed from combinatorial designs to coding theory
comment:4 Changed 3 weeks ago by
- Milestone changed from sage-9.6 to sage-9.7
Note: See
TracTickets for help on using
tickets.