Interrupt handling without "attachInterrupt" causes reset

Aaaaah!

I think I found it.

I used
ISR(PCINT0_vect) {
but I should use
ISR(INT0_vect) {

Thanks for hints.

Ralf