Can turing machine solve halting problem on a pushdown automaton?

1.9k Views Asked by At

I meant, given a turing machine, judge whether a pushdown automaton will halt.

Pushdown automaton: a finite state machine with a stack

If so, is there any unsolvable problem weaker than halting problem?