chicken-users
[Top][All Lists]
Advanced

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

Re: [Chicken-users] Build Failure (maybe infinite recursion) on x86_64 L


From: Alex Shinn
Subject: Re: [Chicken-users] Build Failure (maybe infinite recursion) on x86_64 Linux
Date: Tue, 24 Mar 2009 14:46:11 +0900
User-agent: Gnus/5.11 (Gnus v5.11) Emacs/22.3 (darwin)

felix winkelmann <address@hidden> writes:

> It seems that one of the regexen's compiled in the definitions
> for `absolute-pathname?' or `decompose-pathname' triggers
> a loop in `nfa-join-transitions!' in the "files.scm" unit (these
> are executed at toplevel, outside of the scope of the associated
> lambdas).

Yes, but that would happen at load time, not compile time,
so I guess some other macro is using the files unit at
compile time, thus loading irregex?

Anyway, I tried compiling all four of the patterns occurring
in those two procedures with both the irregex.scm in Chicken
and with the latest upstream, and couldn't trigger an
infinite loop.

I'm also puzzled as to how this can be behaving differently
between Chicken 3 and 4 when the irregex.scm file is
identical.

-- 
Alex




reply via email to

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