Hi, > > Is this test valid? Can jmp buffer be allowed on stack? > > Sure, the contents of the jmp buffer is only valid during the lifetime > of the call frame anyway.
Indeed. The issue with jmp buffer being on the stack causing incorrect restore when doing longjmp has just been fixed (PR64242). Wilco