Skip to content

GitLab

  • Projects
  • Groups
  • Snippets
  • Help
    • Loading...
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
cmucl
cmucl
  • Project overview
    • Project overview
    • Details
    • Activity
    • Releases
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 25
    • Issues 25
    • List
    • Boards
    • Labels
    • Service Desk
    • Milestones
  • Merge Requests 1
    • Merge Requests 1
  • CI / CD
    • CI / CD
    • Pipelines
    • Jobs
    • Schedules
  • Operations
    • Operations
    • Incidents
    • Environments
  • Analytics
    • Analytics
    • CI / CD
    • Repository
    • Value Stream
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Members
    • Members
  • Collapse sidebar
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
  • cmucl
  • cmuclcmucl
  • Issues
  • #49

Closed
Open
Opened Jan 24, 2018 by Raymond Toy@rtoyOwner

CLM crashes

Using the 2018-01 snapshot on my linux box,

cmulisp
* (require :clm)
* ^C

Pressing Ctrl-C here should bring up motifd with a debugger window. Instead, I get

Invoking debugger...


Error in function UNIX::SIGSEGV-HANDLER:  Segmentation Violation at #x103F4982.
   [Condition of type SIMPLE-ERROR]

Restarts:
  0: [CONTINUE] Return from BREAK.
  1: [ABORT   ] Return to Top-Level.
Debug  (type H for help)

(UNIX::SIGINT-HANDLER #<unused-arg> #<unused-arg> #.(SYSTEM:INT-SAP #xF7BF264C))
Source: 
; File: target:code/signal.lisp

; File has been modified since compilation:
;   target:code/signal.lisp
; Using form offset instead of character position.
(DEFINE-SIGNAL-HANDLER SIGINT-HANDLER "Interrupted" BREAK)
0] 

Not quite sure what's happening here, but this used to work.

Assignee
Assign to
Snapshot 2018-02
Milestone
Snapshot 2018-02 (Past due)
Assign milestone
Time tracking
None
Due date
None
Reference: cmucl/cmucl#49