xach / buildapp

Buildapp makes it easy to build application executables with SBCL
http://www.xach.com/lisp/buildapp/
123 stars 27 forks source link

Don't land the subprocess in the debugger #17

Closed xach closed 10 years ago

xach commented 10 years ago

Easy to reproduce:

$ echo "(" > bug.lisp
$ buildapp --output bug --load bug.lisp

The subprocess gets stuck in a debugger that isn't attached to the terminal.

m-n commented 10 years ago

The DUMP-FILE-DEBUGGER being dumped isn't the form that we want to be dumped. This is one possible fix.

xach commented 10 years ago

This is a stopgap fix. I have a complete reworking in progress that will allow a buildapp built with any supported lisp to produce binaries in any other supported lisp. It's not finished, though, and I'd like to squash this issue sooner rather than later.