
Error: More than 100 functions stacked (comp.lang.c)
Quote:
> Hi!
> We are using HPUX10.20,DX1.5,Oracle8,HPUX-C
> We are getting an error:
> Error: More than 100 functions stacked
> Does anybody know what might cause this?
At first glance, itt appears that you've
exceeded your implementation's limits.
Without having and reading your documentaion,
I'll simply conjecture that it's responding to
the fact that your function call 'stack' is 100
levels deep, to me, an indicator of a serious
design flaw (perhaps the existence of a recursive
function that would be better implemented a
different way.)
Just guessing, have you look this message up
in your documentation?
-Mike