Opened 12 years ago

Closed 12 years ago

Last modified 12 years ago

#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 12 years ago by Ivan Raikov

Which nemo module causes the compilation to hang?

comment:2 Changed 12 years ago by Mario Domenech Goulart

Hi Ivan,

It hangs on nemo.scm.

comment:3 Changed 12 years ago by felix winkelmann

Owner: set to felix winkelmann
Status: newassigned

comment:4 Changed 12 years ago by Mario Domenech Goulart

Resolution: fixed
Status: assignedclosed

Commit 723a4694ce3fd0dac732207ff612a5511497e7a0 (by Felix) seems to fix this issue.

comment:5 Changed 12 years ago by felix winkelmann

Milestone: 4.8.04.9.0

Milestone 4.8.0 deleted

Note: See TracTickets for help on using tickets.