Stack Overflow error (AREV Specific)
At 04 MAR 2008 11:24:44PM Caroline Lloyd wrote:
One of our sites is have a problem insomuch as I continually get a run time error in the following scenario:
Build list for one ward for two weeks in sc-control
Retrieve list and run easywriter report over the top
Run time error encountered
Line
143
B31 Stack overflow
.
They can run it for some stations but not others.
I take it this is a memory issue but do you know of any settings I can tweak to get this to work. Client machine is Win XP
Usual settings apply
Expanded memory enabled
Files=200 etc
At 05 MAR 2008 05:08AM Aaron Kaplan wrote:
Which program is the runtime error encountered? Because of the line number, it's probably one of yours, so what's on line 143? If it's not, then it's probably a system assembler program, most likely IDX.SETS.
What version of ARev is this?
Have you verified how much memory is available?
At 05 MAR 2008 06:21AM Eric wrote:
APK -
Perhaps an expendable version of CALCULATEX would help. This tends to improve report memory usage. A symbolic with a garbagecollect may also help.
At 05 MAR 2008 06:04PM Caroline Lloyd wrote:
Not sure whats on Line 123
Arev is 3.12
At 05 MAR 2008 06:06PM Caroline Lloyd wrote:
Forgot to add - while I haven't personally verified available memory, experienced user reports all usual amounts available and settings as recommended
At 10 MAR 2008 04:43PM Ralph Johler wrote:
Stack overflow sounds like too many symbolics, each of which loads at least one r/basic program onto the program stack.
There is an arev limit about how may programs can be on the stack (275?) can't remember the exact limit.
If you have control at the debugger when the report crashes, try PSP.
This is the "Program Stack Popup". UP ARROW to get the count.
If there is debugger control, try "X" to go to tcl and then type WHO and verify that Expanded Memory is available (but never over 4096KB).
At 11 MAR 2008 02:50PM Victor Engel wrote:
At 30 MAR 2008 08:12PM Caroline Lloyd wrote:
Thanks for your answers.