Path: utzoo!mnetor!uunet!husc6!mailrus!ames!pasteur!ucbvax!BUITA.BU.EDU!gjc From: gjc@BUITA.BU.EDU Newsgroups: comp.os.vms Subject: VAXC runtime library, longjmp. Message-ID: <8804040158.AA18697@bu-it.bu.edu> Date: 4 Apr 88 01:58:56 GMT Sender: daemon@ucbvax.BERKELEY.EDU Organization: The Internet Lines: 8 No, definitely not. Longjmp in VAXC is implemented using the VAX/VMS SIGNAL mechanism. It SHOULD NOT SCREW UP YOUR STACK, it carefully UNWINDS it, running other exception handling procedures along the way. Therefore I would expect that standard I/O subroutines would behave quite nicely under just such a condition. Perhaps DEC got some Unix hacker to implement their standard I/O library. Anyway, DEC seems to be well aware of the problem at this point. -gjc