bind stack overflow factoring 7th degree poly



Barton Willis wrote:
> I'll file a bug, but does anybody know what is going wrong wtih:
>
> (%o7)
> 156*x^7+4808*x^6-182041*x^5-1266489*x^4+43104271*x^3+29839285*x^2-2542327662*x+7826952672
>
> (%i8) factor(%);
> Maxima encountered a Lisp error:
>  Error in MACSYMA-TOP-LEVEL [or a callee]: Bind stack overflow.
>
>   
FWIW, cmucl gets an error NIL not being a fixnum in POINTERGP.

Not really better than gcl's error, but I think this is probably closer
to the real problem.

Ray