Comment 5 for bug 271401

Revision history for this message
Jon A. Cruz (jon-joncruz) wrote :

From the man page on setjmp.

"setjmp() and sigsetjmp() make programs hard to understand and maintain. If possible an alternative should be used."

Depending on whether or not some debugging is going to be done, those might be. But as long as there is not an alternative to the setjmp() use, you are right that some restructuring should clean up the issue.