[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: stack overflow in c++
From: |
Mhaxx |
Subject: |
Re: stack overflow in c++ |
Date: |
Thu, 20 Mar 2003 23:11:00 +0100 |
Hello, I've found an yout post... so I decided to write to you to ask if you
have any ideas about my incredibile problem...
When I run my parser I get the error: "parser stack overflow".
I've insert into my parser these two rows:
#define YYMAXDEPTH 1000000
#define YYINITDEPTH 10000
but I get the same error, at the same point! (it seems like my two rows are
ignored...)
I've noted "parser stack overflow" appears under Windows but not under
Linux, I don't know why.
Could you tell me something to do?
I hope you can help me... T.I.A.
Best regards,
Mhaxx
- Re: stack overflow in c++,
Mhaxx <=