Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

How does xcheck operator affect on stack?

Status
Not open for further replies.

burya

Programmer
Oct 26, 2003
7
IL
Hi there.

According to "Red Book", xcheck operator tests whether the operand has the executable or literal attribute. But, it seems to me xcheck operator has an influence on ps stack. I have following example:

Code:
operand exec

where operand is dynamically builded executable object.

In some cases, operand execution causes to stack crashing, but if I will use xcheck before exec, means

Code:
operand xcheck pop exec

operand execution will finish good.

My question is:
Do you know something about xcheck influence, or similiar behavior is my particular case?

Thank you,
Michael
 
Thank you for your answer.
It had to me to look on my problem from another point.

Michael
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top