I'm trying to do an coomplex integral:
domain:complex;
f(z):=sqrt(z+Gamma)/((z+D*k^2)*(zp-z+D*k^2));
integrate(f(%i*omega)*exp(%i*omega*t), omega, minf, inf);
When I run this I get:
*** - Program stack overflow. RESET
[../src/eval.d:573] reset() found no driver frame
(sp=0xbff1ef70-0xbff192a0)
Exiting on signal 6
Process maxima aborted (core dumped)
I'm running withing emacs, but I doubt that this is the problem.