Ah, that sounds something to try. I am not worried about LE intercepting abends, rather the opposite. We run with TRAP(OFF,NOSPIE) so we get a proper SVC dump.
This is very old code originally written in SAS/C. The guys who wrote it created C callable assembler wrappers for all the MVS macros. -----Original Message----- From: IBM Mainframe Discussion List [mailto:[email protected]] On Behalf Of David Crayford Sent: 21 March 2016 15:51 To: [email protected] Subject: Re: Linking C module with SSL You can circumvent the problem by detaching signal handling with BPX1MSD. Trouble with that is if you get an ABEND LE condition handling does not get control and the dumps are useless. How come you're not using pthreads for you subtasks? On 21/03/2016 3:41 PM, Robin Atwood wrote: > No, only one TCB can have POSIX(ON), the others get a failure in BPX1MSS, > rc=156, rsn= 0D07020. > > Robin > > -----Original Message----- > From: IBM Mainframe Discussion List [mailto:[email protected]] > On Behalf Of Charles Mills > Sent: 18 March 2016 21:12 > To: [email protected] > Subject: Re: Linking C module with SSL > > And you can't just compile them with POSIX(ON)? > > Charles > > -----Original Message----- > From: IBM Mainframe Discussion List [mailto:[email protected]] > On Behalf Of Robin Atwood > Sent: Friday, March 18, 2016 5:11 AM > To: [email protected] > Subject: Re: Linking C module with SSL > > Charles - > We are already attaching C programs to each other, the problem seems to be > the POSIX option is not inherited. > > ---------------------------------------------------------------------- > For IBM-MAIN subscribe / signoff / archive access instructions, send > email to [email protected] with the message: INFO IBM-MAIN > > ---------------------------------------------------------------------- > For IBM-MAIN subscribe / signoff / archive access instructions, send > email to [email protected] with the message: INFO IBM-MAIN ---------------------------------------------------------------------- For IBM-MAIN subscribe / signoff / archive access instructions, send email to [email protected] with the message: INFO IBM-MAIN ---------------------------------------------------------------------- For IBM-MAIN subscribe / signoff / archive access instructions, send email to [email protected] with the message: INFO IBM-MAIN
