Opened 3 years ago
Last modified 3 years ago
#24147 closed defect
Segfault with ex.coefficients — at Initial Version
Reported by: | rws | Owned by: | |
---|---|---|---|
Priority: | critical | Milestone: | sage-duplicate/invalid/wontfix |
Component: | symbolics | Keywords: | |
Cc: | Merged in: | ||
Authors: | Reviewers: | ||
Report Upstream: | N/A | Work issues: | |
Branch: | Commit: | ||
Dependencies: | Stopgaps: |
Description
From https://groups.google.com/forum/#!topic/sage-devel/_amko6fGk64 :
sage: s = diff(function('f')(x), x) * x^2 sage: s.coefficients(x) # Bam!
Note: See
TracTickets for help on using
tickets.