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 derfloh on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

(b)GETINFO (0) Unrecoverable error 650; processor stact fault

Status
Not open for further replies.

k77

Programmer
Joined
Aug 10, 2000
Messages
1
Location
MY
my program is running on win95 network, when program running using "loop" and "get" around 10 times, the program will terminated and show this message "(b)GETINFO (0) Unrecoverable error 650; processor stact fault" please help me to solve this problem [sig][/sig]
 
This can be fix, using environment var, SWPK on this form:

Set CLIPPER=//F:80 //SWPK:16000

16000 = 16Kb on Swap File, if you put more, your file must be big.

I dont know so much english. [sig][/sig]
 
other problem wath may yopu have, is, en your code block of GET, you make a loop N times.

pueded euq tu bloque de codigo se llame a si mismo en foma infinita, checa la forma en que usas tu recursividad. [sig][/sig]
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top