Skip to content

Weblocks infinite loop #352

@smithzvk

Description

@smithzvk

Under x86-64 sbcl-1.0.55_debian on Ubuntu 12.04 using the newest quicklisp dist, when I try to load weblocks I get a weird infinite loop where it seems to be repeatedly attempting to load ASDF...

CL-USER> (ql:quickload :weblocks)
To load "weblocks":
  Load 1 ASDF system:
    weblocks
; Loading "weblocks"
To load "asdf":
  Load 1 ASDF system:
    asdf
; Loading "asdf"

; Loading "weblocks"
To load "asdf":
  Load 1 ASDF system:
    asdf
; Loading "asdf"

; Loading "weblocks"
To load "asdf":
  Load 1 ASDF system:
    asdf
; Loading "asdf"

; Loading "weblocks"
To load "asdf":
  Load 1 ASDF system:
    asdf
; Loading "asdf"
...

This continues until you interrupt the process.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions