Advertisement
Guest User

Untitled

a guest
May 8th, 2021
133
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.67 KB | None | 0 0
  1. asarch@ellis:~/bin/agenda$ sbcl --load agenda.lisp
  2. This is SBCL 2.1.4, an implementation of ANSI Common Lisp.
  3. More information about SBCL is available at <http://www.sbcl.org/>.
  4.  
  5. SBCL is free software, provided as is, with absolutely no warranty.
  6. It is mostly in the public domain; some portions are provided under
  7. BSD-style licenses. See the CREDITS and COPYING files in the
  8. distribution for more information.
  9. To load "cl-cffi-gtk":
  10. Load 1 ASDF system:
  11. cl-cffi-gtk
  12. ; Loading "cl-cffi-gtk"
  13. ..................
  14. To load "datafly":
  15. Load 1 ASDF system:
  16. datafly
  17. ; Loading "datafly"
  18. ......
  19. * Heap exhausted during allocation: 3112960 bytes available, 8388640 requested.
  20. Gen Boxed Code Raw LgBox LgCode LgRaw Pin Alloc Waste Trig WP GCs Mem-age
  21. 0 55 0 141 289 0 512 7 29747776 2921920 30563482 997 1 0.0000
  22. 1 0 0 0 0 0 0 0 0 0 10737418 0 0 0.0000
  23. 2 136 0 3072 0 0 11839 22 460851520 32208576 170827146 15047 1 0.3474
  24. 3 97 0 2133 0 0 8234 17 320012224 22872128 10737418 10464 0 0.5000
  25. 4 1379 4 1142 87 0 558 37 99748160 4126400 2000000 3170 0 0.0000
  26. 5 0 0 0 0 0 0 0 0 0 2000000 0 0 0.0000
  27. 6 492 2 220 55 0 10 0 24880160 646112 2000000 779 0 0.0000
  28. Total bytes allocated = 935239840
  29. Dynamic-space-size bytes = 1073741824
  30. GC control variables:
  31. *GC-INHIBIT* = false
  32. *GC-PENDING* = false
  33. *STOP-FOR-GC-PENDING* = false
  34.  
  35. debugger invoked on a SB-KERNEL::HEAP-EXHAUSTED-ERROR in thread
  36. #<THREAD "cl-cffi-gtk main thread" RUNNING {1001860103}>:
  37. Heap exhausted (no more space for allocation).
  38. 3112960 bytes available, 8388640 requested.
  39.  
  40. PROCEED WITH CAUTION.
  41.  
  42. The current thread is not at the foreground,
  43. SB-THREAD:RELEASE-FOREGROUND has to be called in #<SB-THREAD:THREAD "main thread" RUNNING {10018602A3}>
  44. for this thread to enter the debugger.
  45. ^C
  46. debugger invoked on a SB-SYS:INTERACTIVE-INTERRUPT in thread
  47. #<THREAD "main thread" RUNNING {10018602A3}>:
  48. Interactive interrupt at #x7FF391CFE819.
  49.  
  50. Type HELP for debugger help, or (SB-EXT:EXIT) to exit from SBCL.
  51.  
  52. restarts (invokable by number or by possibly-abbreviated name):
  53. 0: [CONTINUE] Return from SB-UNIX:SIGINT.
  54. 1: [ABORT ] Exit debugger, returning to top level.
  55.  
  56. ((FLET SB-UNIX::RUN-HANDLER :IN SB-UNIX::%INSTALL-HANDLER) 23 #.(SB-SYS:INT-SAP #X7FF39195F1B0) #.(SB-SYS:INT-SAP #X7FF39195F080))
  57. 0]
  58. *
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement