#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 by , 14 years ago
comment:3 by , 14 years ago
| Owner: | set to |
|---|---|
| Status: | new → assigned |
comment:4 by , 14 years ago
| 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?