Re: list-lpeg and capture stack overflow
[
Date Prev][
Date Next][
Thread Prev][
Thread Next]
[
Date Index]
[
Thread Index]
- Subject: Re: list-lpeg and capture stack overflow
- From: Wesley Smith <wesley.hoke@...>
- Date: 2010年6月17日 11:09:01 -0700
> Are you talking about the Lua stack or the capture stack? When I run
> your script pushcapture is called only once, and prints "15", but this
> 15 is how many values are in the Lua stack, not the capture stack. Is
> this value >9000 in your other test?
>
Sorry for the ambiguity. I'm talking about the Lua stack. It goes
>9000 for a more serious production level test. I was probably
confusing terms in my original post as I'm not totally clear what's
going on. The error I get talks about too many captures, which is why
I mentioned that word so much, but yes I do mean the Lua stack.
wes