#7264: segfault while substituting powers of exp
-------------------------+--------------------------------------------------
Reporter: burcin | Owner: burcin
Type: defect | Status: new
Priority: critical | Milestone: sage-4.2.1
Component: symbolics | Keywords:
Work_issues: | Author:
Reviewer: | Merged:
-------------------------+--------------------------------------------------
Comment(by jason):
In 4.2:
{{{
sage: var('a,b,c,I')
(a, b, c, I)
sage: model_exp=exp(I)**a*(b)
sage: sol1_l={b: 5.0, a: 1.1}
sage: model_exp.subs(sol1_l)
/home/grout/sage/local/bin/sage-sage: line 203: 23853 Segmentation fault
sage-ipython "$@" -i
}}}
Since 4.2 has #6948 merged in, I guess that was not the cause.
--
Ticket URL: <http://trac.sagemath.org/sage_trac/ticket/7264#comment:1>
Sage <http://www.sagemath.org>
Sage: Creating a Viable Open Source Alternative to Magma, Maple, Mathematica,
and MATLAB
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"sage-trac" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/sage-trac?hl=en
-~----------~----~----~----~------~----~------~--~---