integral yields Lisp error



I have been browsing recent posts to this list and one of them was about the
following integral:

integrate(x*log(sin(x)),x,0,%pi);

and a long result was shown. I have tried it with Maxima 5.19.1, but got
instead an error message:

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


It sounds like a bug.

Alejandro Jakubi