GAURAVGUPTA9
26th July 2002, 10:06
hi all
once again i have got a fatal error while processing the error is
adres_stack overflow entries >99
cannot continue in tibom9204mggg()
nebody plz help me to find out its solution i have no clue about the source of this problem. how to solve this problem.
regds
GAurav
lli-baan
26th July 2002, 10:37
Hi!
Did you customize the script. May u debug the script, so you can see on which point of the script the error appears!!!
evesely
26th July 2002, 17:52
I've seen something similar to this if a script keeps making LEGAL recursive calls (something like an infinite loop). It may not be your problem, but I thought I'd mention it.
Good luck!
ksthakur
27th July 2002, 17:26
I had come across the situation similar to this, the reason was, I was trying to change index numbers from within the script using execute(change.order) or like.
In this case system waits for sometime and then throws stack overflow error, just try to corelate, hope u may get the solution.
regards
hklett
28th July 2002, 02:27
Maybee thers is a recursion in the bom-structure like this
Three item A, B , C
mitm A contains sitm B
mitm B contains sitm C
mitm C contains sitm A.
If your program walks trough this structure this can result in an infinie loop.