Advertisement
Guest User

Untitled

a guest
Jun 4th, 2025
8
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.31 KB | None | 0 0
  1. In ice-9/boot-9.scm:
  2. 1756:15 25 (with-exception-handler #<procedure 732777103f30 at ic…> …)
  3. In fibers.scm:
  4. 157:13 24 (run-fibers _ #:hz _ #:scheduler _ #:parallelism _ # _ # …)
  5. 78:4 23 (%run-fibers _ 100 #<procedure finished? ()> _)
  6. In fibers/interrupts.scm:
  7. 69:4 22 (with-interrupts/thread-cputime _ _ #<procedure yield-…> …)
  8. In fibers/scheduler.scm:
  9. 305:26 21 (run-scheduler #<<scheduler> events-impl: #<<epoll> fd…> …)
  10. In ice-9/boot-9.scm:
  11. 1756:15 20 (with-exception-handler #<procedure 73277716c870 at ic…> …)
  12. 1762:12 19 (with-exception-handler _ _ #:unwind? _ # _)
  13. In fibers/scheduler.scm:
  14. 269:10 18 (next-task)
  15. In fibers.scm:
  16. 186:20 17 (_)
  17. In goblins/vat.scm:
  18. 1040:12 16 (loop)
  19. 1026:24 15 (_ _)
  20. In ice-9/control.scm:
  21. 91:24 14 (call-with-escape-continuation _)
  22. In ice-9/boot-9.scm:
  23. 1762:12 13 (with-exception-handler _ _ #:unwind? _ # _)
  24. In unknown file:
  25. 12 (_ #<procedure list _>)
  26. In goblins/core.scm:
  27. 3149:2 11 (actormap-restore-with-far-refrs! #<<actormap> metatyp…> …)
  28. In unknown file:
  29. 10 (hash-for-each #<procedure 7327741a8f80 at goblins/cor…> …)
  30. In goblins/core.scm:
  31. 3135:6 9 (_ _ _)
  32. 2251:4 8 (actormap-run* _ _)
  33. 1816:8 7 (call-with-fresh-syscaller _ #<procedure 7327741db150 a…>)
  34. 2190:7 6 (_ #<<syscaller> actormap: #<<actormap> metatype: #<<ac…>)
  35. 1153:7 5 (syscaller-$ _ #<local-object> ())
  36. 3138:29 4 (_)
  37. 1259:4 3 (syscaller-spawn _ #<redefinable #<program 732777799ea…> …)
  38. In goblins/ocapn/netlayer/tcp-tls.scm:
  39. 246:29 2 (^tcp-tls-netlayer* #<program 7327741f65e0 7327798f24c4> …)
  40. In goblins/core.scm:
  41. 1242:5 1 (syscaller-$ _ _ _)
  42. In ice-9/boot-9.scm:
  43. 1683:22 0 (raise-exception _ #:continuable? _)
  44.  
  45.  
  46. Backtrace:
  47. In ice-9/boot-9.scm:
  48. 1762:12 7 (with-exception-handler _ _ #:unwind? _ # _)
  49. In unknown file:
  50. 6 (apply-smob/0 #<thunk 73277f70f2a0>)
  51. In ice-9/boot-9.scm:
  52. 731:2 5 (call-with-prompt _ _ #<program 73277f2ab6b0 73277f29cf…>)
  53. In ice-9/eval.scm:
  54. 619:8 4 (_ #(#(#<directory (guile-user) 73277f713c80>)))
  55. In ice-9/boot-9.scm:
  56. 2865:4 3 (save-module-excursion _)
  57. 4415:12 2 (_)
  58. In /home/vv/Projects/hoot-boop/boop-desktop.scm:
  59. 47:2 1 (_)
  60. In goblins/vat.scm:
  61. 1439:8 0 (spawn-persistent-vat _ _ _ #:persist-on _ # _ #:name _ …)
  62.  
  63. goblins/vat.scm:1439:8: In procedure spawn-persistent-vat:
  64. Throw to key `match-error' with args `("match" "no matching pattern" #(fail #<&compound-exception components: (#<&error> #<&origin origin: #f> #<&message message: "~A ~S ~S ~S ~S ~S ~S ~S"> #<&irritants irritants: (not-callable "Not callable with $ or from toplevel <-:" to-refr: #<local-promise> args: () mactor: #<<mactor:naive> unresolved: #<<m~unresolved> eventual: #<<m~eventual> resolver-unsealer: #<program 732777217dc0 7327798efea8> resolver-tm?: #<program 732777217da0 7327798eff50>> listeners: ()> waiting-messages: ()>)> #<&exception-with-kind-and-args kind: misc-error args: (#f "~A ~S ~S ~S ~S ~S ~S ~S" (not-callable "Not callable with $ or from toplevel <-:" to-refr: #<local-promise> args: () mactor: #<<mactor:naive> unresolved: #<<m~unresolved> eventual: #<<m~eventual> resolver-unsealer: #<program 732777217dc0 7327798efea8> resolver-tm?: #<program 732777217da0 7327798eff50>> listeners: ()> waiting-messages: ()>) #f)>)>))'.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement