Re: Documentation for User Process Faults

2004-09-30 Thread Martin Schwidefsky
Slack may be giving you the fullword at 0x8c, consisting of two-byte ILC and two-byte code. The instruction length code will be the number of bytes in the faulting instruction: 2, 4, or 6. The code will be the 0x0001 part of the examples you gave, Operation Exception for code 0x0001.

Re: Documentation for User Process Faults

2004-09-30 Thread Klaus Bergmann
Knutson, Sam wrote: Make sure you have the latest in the collection: IBM's z/Architecture white card (SA22-7871-00) The latest is SA22-7871-01 and can be ordered for appr. 4 dollars from the IBM Publictions Center. The PDF download is free. Freundliche Gruesse, Klaus Bergmann Linux

Re: Documentation for User Process Faults

2004-09-30 Thread Tom Anderson
] Subject: Re: Documentation for User Process Faults The Principles of Operation manual (SA22-7832-03 chapter 6) describes all the program interruption types. -Original Message- knowing how to interpret the User process fault: interruption code messages that get generated

Documentation for User Process Faults

2004-09-29 Thread Post, Mark K
In my continuing efforts to build a 64-bit version of Slack/390, I'm running into problems with not knowing how to interpret the User process fault: interruption code messages that get generated. Is there a pointer to a document that contains explanations for these that anyone knows about?

Re: Documentation for User Process Faults

2004-09-29 Thread Daniel Jarboe
knowing how to interpret the User process fault: interruption code messages that get generated. Is there a pointer to a document that contains explanations for these that anyone knows about? You've probably already seen this, but just in case... there's a tiny bit in

Re: Documentation for User Process Faults

2004-09-29 Thread Ferguson, Neale
The Principles of Operation manual (SA22-7832-03 chapter 6) describes all the program interruption types. -Original Message- knowing how to interpret the User process fault: interruption code messages that get generated. Is there a pointer to a document that contains explanations for

Re: Documentation for User Process Faults

2004-09-29 Thread Post, Mark K
for User Process Faults The Principles of Operation manual (SA22-7832-03 chapter 6) describes all the program interruption types. -Original Message- knowing how to interpret the User process fault: interruption code messages that get generated. Is there a pointer to a document

Re: Documentation for User Process Faults

2004-09-29 Thread Ferguson, Neale
Can you forward the user oops output? -Original Message- So, when I see a 0x40001 or 0x020001 error, how do I map that to something in the POP? -- For LINUX-390 subscribe / signoff / archive access instructions, send

Re: Documentation for User Process Faults

2004-09-29 Thread Post, Mark K
on 390 Port [mailto:[EMAIL PROTECTED] On Behalf Of Ferguson, Neale Sent: Wednesday, September 29, 2004 3:17 PM To: [EMAIL PROTECTED] Subject: Re: Documentation for User Process Faults Can you forward the user oops output? -Original Message- So, when I see a 0x40001 or 0x020001 error, how

Re: Documentation for User Process Faults

2004-09-29 Thread Ferguson, Neale
interruption code 0x6 = specification exception (which is why the invalid PSW message is there - the user PSW has an odd address which is invalid) Where is the 0x40001 or 0x020001 error you refer to? Neale -Original Message- I was trying to _not_ do that, since what I'm really looking

Re: Documentation for User Process Faults

2004-09-29 Thread Richard Hitt
Of Ferguson, Neale Sent: Wednesday, September 29, 2004 2:48 PM To: [EMAIL PROTECTED] Subject: Re: Documentation for User Process Faults The Principles of Operation manual (SA22-7832-03 chapter 6) describes all the program interruption types. -Original Message- knowing how to interpret

Re: Documentation for User Process Faults

2004-09-29 Thread Knutson, Sam
You might still be able to get a free one from SPCI if you ask nicely... Email Joe address here http://www.spci.net/contact.htm From a recent SPCI newsletter. Free Reference Summary Have you been dutifully collecting reference summaries since the golden age of the fanfold green card? Just admit

Re: Documentation for User Process Faults

2004-09-29 Thread Post, Mark K
Of Richard Hitt Sent: Wednesday, September 29, 2004 4:07 PM To: [EMAIL PROTECTED] Subject: Re: Documentation for User Process Faults Hi, Mark Slack may be giving you the fullword at 0x8c, consisting of two-byte ILC and two-byte code. The instruction length code will be the number of bytes in the faulting

Re: Documentation for User Process Faults

2004-09-29 Thread Post, Mark K
for User Process Faults interruption code 0x6 = specification exception (which is why the invalid PSW message is there - the user PSW has an odd address which is invalid) Where is the 0x40001 or 0x020001 error you refer to? Neale -Original Message- I was trying to _not_ do that, since what

Re: Documentation for User Process Faults

2004-09-29 Thread Post, Mark K
PROTECTED] On Behalf Of Daniel Jarboe Sent: Wednesday, September 29, 2004 2:46 PM To: [EMAIL PROTECTED] Subject: Re: Documentation for User Process Faults knowing how to interpret the User process fault: interruption code messages that get generated. Is there a pointer to a document