I've answered my own question. The requested semantic stack for string [1000000] is too big.

Thanks,

Jim
--

%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
James Long
Biotechnology Computing Research Group
University of Alaska
jim.long|at|alaska.edu
http://biotech.inbre.alaska.edu
(907) 474-5769
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%




On Dec 13, 2007, at 11:37 AM, James Long wrote:

Can someone tell me why I might get a segfault in yyparse() at

YYSTYPE *yyvs = yyvsa;

I think it has something to do with

%union
{
  char string[1000000];
}

which works fine with yacc.

Thanks,

Jim
--

%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
James Long
Biotechnology Computing Research Group
University of Alaska
jim.long|at|alaska.edu
http://biotech.inbre.alaska.edu
(907) 474-5769
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%







_______________________________________________
help-bison@gnu.org http://lists.gnu.org/mailman/listinfo/help-bison

Reply via email to