Advertisement
Guest User

Untitled

a guest
Jul 2nd, 2020
65
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.23 KB | None | 0 0
  1. This is SBCL 2.0.4.debian, an implementation of ANSI Common Lisp.
  2. More information about SBCL is available at <http://www.sbcl.org/>.
  3.  
  4. SBCL is free software, provided as is, with absolutely no warranty.
  5. It is mostly in the public domain; some portions are provided under
  6. BSD-style licenses. See the CREDITS and COPYING files in the
  7. distribution for more information.
  8. * (sb-ext::without-package-locks (defun sb-impl::output-float-infinity (x stream) (print-object x stream)))
  9.  
  10. debugger invoked on a PACKAGE-LOCKED-ERROR in thread
  11. #<THREAD "main thread" RUNNING {1000580083}>:
  12. Lock on package SB-IMPL violated when interning OUTPUT-FLOAT-INFINITY while
  13. in package COMMON-LISP-USER.
  14. See also:
  15. The SBCL Manual, Node "Package Locks"
  16.  
  17. Type HELP for debugger help, or (SB-EXT:EXIT) to exit from SBCL.
  18.  
  19. restarts (invokable by number or by possibly-abbreviated name):
  20. 0: [CONTINUE ] Ignore the package lock.
  21. 1: [IGNORE-ALL ] Ignore all package locks in the context of this operation.
  22. 2: [UNLOCK-PACKAGE] Unlock the package.
  23. 3: [ABORT ] Exit debugger, returning to top level.
  24.  
  25. (PACKAGE-LOCK-VIOLATION #<PACKAGE "SB-IMPL"> :SYMBOL NIL :FORMAT-CONTROL "interning ~A" :FORMAT-ARGUMENTS ("OUTPUT-FLOAT-INFINITY"))
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement