Is it a bug?



In 5.14.0 (CLISP 2.41) calling desolve inside a "for...do" block makes it loop 
endlessly. Is it a bug?

(%i1) for i : 1 thru 3 do (print(i));
1
2
3
(%o1)                               done

(%i2) for i : 1 thru 3 do (desolve('diff(foo(x),x)=1,foo(x)), print(i));
1
1
1
...

-- 
Alexey Beshenov <al at beshenov.ru>
http://beshenov.ru/
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 189 bytes
Desc: not available
Url : http://www.math.utexas.edu/pipermail/maxima/attachments/20080514/c9bb5218/attachment.pgp