Interrupt with wrapper doesnt work 🙁

Dear users!
I am using MPLAB port with PIC32MX360f512 device.
I am using few interrupts and all with assembler wrapper, all works fine, but… i did one interrupt for external signal INT1 and my app hangs :( when i did it without wrapper this interrupt works. Debugging was not helping :( Maybe you know where i can go?

Interrupt with wrapper doesnt work 🙁

P.S. now i am using 3 wrapped interrupts. Hmmm… what about stack? maybe here is the problem? stack is for all interrupts together? i mean: configISR_STACK_SIZE is for all together  or for each and every int?

Interrupt with wrapper doesnt work 🙁

No :( i twiced the configISR_STACK_SIZE but it didnt help :(

Interrupt with wrapper doesnt work 🙁

Yeah! I found:)
my INT1 had higher priority than configMAX_PRIORITIES.