[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: FYI, infloop is actually at a higher level
From: |
Chong Yidong |
Subject: |
Re: FYI, infloop is actually at a higher level |
Date: |
Wed, 16 Dec 2009 11:17:45 -0500 |
User-agent: |
Gnus/5.13 (Gnus v5.13) Emacs/23.1.90 (gnu/linux) |
Jim Meyering <address@hidden> writes:
> 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.
If it's looping in Lisp, it probably needs to be debugged in Lisp. Is
there a simple way to reproduce this?