cnickh / lem

Common Lisp editor/IDE with high expansibility
http://lem-project.github.io/
MIT License
5 stars 2 forks source link

C-x c hangs #4

Open rpx99 opened 1 month ago

rpx99 commented 1 month ago

Closing lem has some problem:

tron$ lem 
^[[A

^C
debugger invoked on a SB-SYS:INTERACTIVE-INTERRUPT @9FFFAC88BCB in thread
#<THREAD tid=255416 "main thread" RUNNING {1104CC00A3}>:
  Interactive interrupt at #x9FFFAC88BCB.

Type HELP for debugger help, or (SB-EXT:EXIT) to exit from SBCL.

restarts (invokable by number or by possibly-abbreviated name):
  0: [CONTINUE] Return from SB-UNIX:SIGINT.
  1: [ABORT   ] Exit from the current thread.

("bogus stack frame")

The editor window goes away but it seems not to shutdown properly.

rpx99 commented 1 month ago

Remark: closing lem using "close" / the X symbol of the McClim window kills the lem process as expected.