#711 closed defect (fixed)
compiler seems to loop endlessly on nemo
Reported by: | Mario Domenech Goulart | Owned by: | felix winkelmann |
---|---|---|---|
Priority: | critical | Milestone: | 4.9.0 |
Component: | compiler | Version: | 4.7.x |
Keywords: | nemo, endless loop | Cc: | |
Estimated difficulty: |
Description
chicken seems to go into an endless loop when attempting to compile nemo.
To reproduce this behavior, just try
$ chicken-install nemo
using a recent chicken from git.
I'm not sure if it is really an endless loop or some operation that takes a very long time to be performed (I haven't wait until the end).
By bisecting, I found that fe80ccfa8ce886c220b699211991c6a81fea50da may be the culprit.
Change History (5)
comment:1 Changed 13 years ago by
comment:3 Changed 13 years ago by
Owner: | set to felix winkelmann |
---|---|
Status: | new → assigned |
comment:4 Changed 13 years ago by
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
Commit 723a4694ce3fd0dac732207ff612a5511497e7a0 (by Felix) seems to fix this issue.
Note: See
TracTickets for help on using
tickets.
Which nemo module causes the compilation to hang?