Menu

#47 unwindstack filter-set violates POSIX requirements

new
None
filter-sets
minor
0.0.20090311
defect
2009-03-14
2009-03-14
Bruce Merry
No

longjmp is only supposed to be used to jump up the stack, not to a stack frame that has been exited. To fix this would require integrating the setjmp/longjmp into the invoker itself, which would be a bit unclean.

Discussion