[
Date Prev][
Date Next][
Thread Prev][
Thread Next][
Date Index][
Thread Index]
FYI, infloop is actually at a higher level
From:
Jim Meyering
Subject:
FYI, infloop is actually at a higher level
Date:
2009年12月16日 16:55:15 +0100
I reported an unbreakable infloop in re_match_2_internal, but in fact,
C-g does break out of it. It's just that immediately afterwards,
execution immediately returns to and gets stuck in that same
seemingly-infinite loop.
- FYI, infloop is actually at a higher level,
Jim Meyering <=