Error: More than 100 functions stacked (comp.lang.c) 
Author Message
 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?

my guess would be that you have a lot of
syntactic errors in your code. BTW, this
newsgroup is about 'standard c', you should
attend a NG that is specific for your
platform/tool. try:

comp.sys.hp.*

or other newsgroups specific to your
platform/tool



Sat, 26 Jun 2004 07:46:40 GMT  
 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



Sat, 26 Jun 2004 10:01:13 GMT  
 
 [ 2 post ] 

 Relevant Pages 

1. c/c++ book, comp.lang.c++, comp.lang.c++.leda, comp.lang.c++.moderated, comp.lang.c.moderated, comp.sys.mac.programmer.codewarrior

2. Site 100% fran?ais, 100% développement, 100% Pocket PC

3. Newsgroups: comp.lang.c,comp.lang.c++,comp.lang.c++.moderated,comp.lang.c.moderated

4. Rogue Cancels in comp.lang.c and comp.lang.c++ originating from cnet.fr

5. Rogue Cancels in comp.lang.c and comp.lang.c++ originating from cnet.fr

6. comp.lang.prolog comp.lang.c

7. comp.lang.c/comp.lang.c++

8. Pre-RFD: comp.lang.c.advocacy and comp.lang.c.learn

9. CALL FOR DISCUSSION: comp.lang.c.dos and comp.lang.c.unix

10. RENAME comp.lang.c to COMP.LANG.ANSI.C

11. char[100] to CString and CString to char[100] again

 

 
Powered by phpBB® Forum Software