Advertisement
Guest User

Untitled

a guest
May 1st, 2018
159
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.98 KB | None | 0 0
  1. % rlwrap maxima
  2. Maxima 5.41.0 http://maxima.sourceforge.net
  3. using Lisp SBCL 1.4.6.debian
  4. Distributed under the GNU Public License. See the file COPYING.
  5. Dedicated to the memory of William Schelter.
  6. The function bug_report() provides bug reporting information.
  7. (%i1) to_lisp();
  8.  
  9. Type (to-maxima) to restart, ($quit) to quit Maxima.
  10.  
  11. MAXIMA> (load "/tmp/pdiff.lisp")
  12.  
  13. ; file: /tmp/pdiff.lisp
  14. ; in: DEFUN PDIFF-GET-NUMBER-ARGS
  15. ; (MAXIMA::MEMQ MAXIMA::F
  16. ; '(MAXIMA::%LOG MAXIMA::%GAMMA MAXIMA::%ERF MAXIMA::%SQRT
  17. ; MAXIMA::MABS))
  18. ;
  19. ; caught WARNING:
  20. ; Compile-time package lock violation:
  21. ; Lock on package SB-KERNEL violated when declaring *HANDLER-CLUSTERS* special
  22. ; while in package MAXIMA.
  23. ; See also:
  24. ; The SBCL Manual, Node "Package Locks"
  25. ;
  26. ; caught ERROR:
  27. ; Lock on package SB-KERNEL violated when declaring *HANDLER-CLUSTERS* special
  28. ; while in package MAXIMA.
  29. ; See also:
  30. ; The SBCL Manual, Node "Package Locks"
  31. While evaluating the form starting at line 31, column 0
  32.  
  33. Maxima encountered a Lisp error:
  34.  
  35. failed AVER: (NOT (SB-C::CTRAN-NEXT SB-C::CTRAN))
  36. This is probably a bug in SBCL itself. (Alternatively, SBCL might have been
  37. corrupted by bad user code, e.g. by an undefined Lisp operation like
  38. (FMAKUNBOUND 'COMPILE), or by stray pointers from alien code or from unsafe
  39. Lisp code; or there might be a bug in the OS or hardware that SBCL is running
  40. on.) If it seems to be a bug in SBCL itself, the maintainers would like to
  41. know about it. Bug reports are welcome on the SBCL mailing lists, which you
  42. can find at <http://sbcl.sourceforge.net/>.
  43.  
  44. Automatically continuing.
  45. To reenable the Lisp debugger set *debugger-hook* to nil.
  46. of #P"/tmp/pdiff.lisp":;
  47. ; compilation unit aborted
  48. ; caught 1 fatal ERROR condition
  49. ; caught 1 ERROR condition
  50. ; caught 1 WARNING condition
  51.  
  52. MAXIMA>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement