help-bison
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

RE: Parser stack overflow


From: Xinan Tang
Subject: RE: Parser stack overflow
Date: Mon, 17 Mar 2003 11:20:31 -0800

Hi 

  It seems that you may have an infinite loop. One way to debug it is to
turn on bison debugging facilities and see the trace of execution.

 
Xinan Tang
Senior MTS
Xambala Inc
2025 Gateway Place, Suite 130
San Jose, CA 95110
Ph # (408)-436-2208   
_________________________________________________

-----Original Message-----
From: Mhaxx [mailto:address@hidden 
Sent: Monday, March 17, 2003 10:46 AM
To: address@hidden
Subject: Parser stack overflow

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 before under Windows than
under
Unix, I don't know why. However the problem remains: "parser stack
overflow"

What can I do?

Mhaxx



_______________________________________________
address@hidden http://mail.gnu.org/mailman/listinfo/help-bison




reply via email to

[Prev in Thread] Current Thread [Next in Thread]