As in my previous questions, I have
f::Depends(r,\theta,\phi, vr, vtheta, vphi);
The following works ok:
exfr:= { fr = \partial_r{f} };
but
exfth:= { fth = \partial_\theta{f} };
makes the server go into some kind of infinite loop (i.e., consumes ~ 99% CPU). So I have to restart the kernel.
Similarly,
exfvth:= { fvth = \partial_vtheta{f} };
causes infinite looping in server.
Enclosing the \theta or vtheta in braces works ok, i.e.,
exfth:= { fth = \partial_{\theta}{f} };