Re: Reading a dump

2020-10-12 Thread Hank Oerlemans
: IBM-MAIN@LISTSERV.UA.EDU Subject: Re: Reading a dump [CAUTION: This Email is from outside the Organization. Unless you trust the sender, Don’t click links or open attachments as it may be a Phishing email, which can steal your Information and compromise your Computer.] Agreed! Especially if you co

Re: Reading a dump

2020-06-21 Thread David Crayford
hardcore MVS debugger, he would not have written the query that he did.) Charles -Original Message- From: IBM Mainframe Discussion List [mailto:IBM-MAIN@LISTSERV.UA.EDU] On Behalf Of Don Poitras Sent: Sunday, June 21, 2020 3:40 AM To: IBM-MAIN@LISTSERV.UA.EDU Subject: Re: Reading a dump Since

Re: Reading a dump

2020-06-21 Thread Ze'ev Atlas
Thank you all I am looking at your suggestions, but the issue was not really the dump but how I compile and bind the thing. I am away from our beloved z/OS most of the time, but with your help I figure it out. Ze'ev -- For IBM-M

Re: Reading a dump

2020-06-21 Thread Seymour J Metz
23 PM To: IBM-MAIN@LISTSERV.UA.EDU Subject: Reading a dump I admit that I am rusty and did not look at any dump for decades, and when I did I was coding either Assembler or COBOL and I knew how to decipher the thing.I am porting a C library libxc to classic z/OS and it compiles cleanly (most of it,

Re: Reading a dump

2020-06-21 Thread Charles Mills
hardcore MVS debugger, he would not have written the query that he did.) Charles -Original Message- From: IBM Mainframe Discussion List [mailto:IBM-MAIN@LISTSERV.UA.EDU] On Behalf Of Don Poitras Sent: Sunday, June 21, 2020 3:40 AM To: IBM-MAIN@LISTSERV.UA.EDU Subject: Re: Reading a dump Since

Re: Reading a dump

2020-06-21 Thread Don Poitras
Since the program is written in C, SYSUDUMP really isn't the easiest place to look for info. CEEDUMP will show the regs and a traceback which is usually all that's needed. See TERMTHDACT option for how to generate a CEEDUMP. Alternatively, use SYSMDUMP and IPCS. There's a learning curve, but for

Re: Reading a dump

2020-06-20 Thread Binyamin Dissen
Scan the dump looking for RTM2WA That will have the PSW, the registers and the last branch location. After looking at those you start debugging. On Fri, 19 Jun 2020 22:23:49 + Ze'ev Atlas <004b34e7c98a-dmarc-requ...@listserv.ua.edu> wrote: :>I admit that I am rusty and did not look at a

Re: Reading a dump

2020-06-19 Thread Bernd Oppolzer
Hello Ze'ev, maybe I can help you, please contact me offline. Thanks, kind regards Bernd Am 20.06.2020 um 00:23 schrieb Ze'ev Atlas: I admit that I am rusty and did not look at any dump for decades, and when I did I was coding either Assembler or COBOL and I knew how to decipher the thing.

Reading a dump

2020-06-19 Thread Ze'ev Atlas
I admit that I am rusty and did not look at any dump for decades, and when I did I was coding either Assembler or COBOL and I knew how to decipher the thing.I am porting a C library libxc to classic z/OS and it compiles cleanly (most of it, at least).  As is implied by the description, most user