Taylor series of elliptic_kc(m) about m=0 fails with error



Taylor series of elliptic_kc(m) about m=0 fails with 
maxima-5.28.0/gcl/windows and clisp/windows.

taylor(elliptic_kc(m),m,0,1);

Maxima encountered a Lisp error:
  Error in MACSYMA-TOP-LEVEL [or a callee]: Bind stack overflow.
Automatically continuing.
To enable the Lisp debugger set *debugger-hook* to nil.

According to A&S 17.3.11

K(m) ~= 1 + (1/2)^2 m + (1.3/2.4)^2 m^2 + ....