help-gnu-radius
[Top][All Lists]
Advanced

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

Re: [Help-gnu-radius] Long loop at rw_yynewstate in radiusd/rewrite.c


From: Sergey Poznyakoff
Subject: Re: [Help-gnu-radius] Long loop at rw_yynewstate in radiusd/rewrite.c
Date: Tue, 24 Jun 2003 11:48:04 +0300

>     I attached a patch that inserts a counter to the rw_yynewstate loop
> in radiusd/rewrite.c .  The terminal log is the result, which shows the
> rw_yynewstate loop runs 554 times. 

I'm afraid you're on the wrong track. The loop you mention is a
usual parser loop and is executed as many times as is the number
of the LALR transitions produced by the input file (in this case,
the Rewrite source). The default rewrite file found in the testsuite
produces about 1144 transitions.

>     By the way, that pentium 133/32MB machine hasn't finished "make
> check" yet since 2 days ago.

That's just the question I asked before: on which test did it get stuck?

Regards,
Sergey





reply via email to

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