Advertisement
Guest User

Untitled

a guest
May 8th, 2021
112
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.03 KB | None | 0 0
  1. asarch@ellis:~$ cd ~/bin/servidor && sbcl --load go.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 "servidor":
  10. Load 1 ASDF system:
  11. servidor
  12. ; Loading "servidor"
  13. ................
  14. To load "servidor":
  15. Load 1 ASDF system:
  16. servidor
  17. ; Loading "servidor"
  18.  
  19. Hunchentoot server is started.
  20. Listening on 0.0.0.0:5000.
  21. * "Guest"
  22. 127.0.0.1 - [08/May/2021:23:23:58 -05:00] "GET / HTTP/1.1" 200 2497 "-" "Mozilla/5.0 (X11; Linux x86_64; rv:78.0) Gecko/20100101 Firefox/78.0"
  23. [23:24:08] <DB> SELECT * FROM "oracion" ORDER BY "id" DESC () [430 rows] | LACK.UTIL:FUNCALL-WITH-CB
  24. [23:24:08] <DB> SELECT * FROM "habilidad" ORDER BY "id" () [131 rows] | LACK.UTIL:FUNCALL-WITH-CB
  25. 127.0.0.1 - [08/May/2021:23:24:08 -05:00] "GET /duolingo HTTP/1.1" 200 126918 "http://localhost:5000/" "Mozilla/5.0 (X11; Linux x86_64; rv:78.0) Gecko/20100101 Firefox/78.0"
  26.  
  27. debugger invoked on a SB-INT:BROKEN-PIPE in thread
  28. #<THREAD "hunchentoot-worker-127.0.0.1:49460" RUNNING {1001870103}>:
  29. Couldn't write to #<SB-SYS:FD-STREAM for "socket 127.0.0.1:5000, peer: 127.0.0.1:49460" {10055DC253}>:
  30. Broken pipe
  31.  
  32. The current thread is not at the foreground,
  33. SB-THREAD:RELEASE-FOREGROUND has to be called in #<SB-THREAD:THREAD "main thread" RUNNING {1001870513}>
  34. for this thread to enter the debugger.
  35.  
  36. debugger invoked on a SB-INT:BROKEN-PIPE in thread
  37. #<THREAD "hunchentoot-worker-127.0.0.1:49464" RUNNING {1001879D23}>:
  38. Couldn't write to #<SB-SYS:FD-STREAM for "socket 127.0.0.1:5000, peer: 127.0.0.1:49464" {1001878DD3}>:
  39. Broken pipe
  40.  
  41. The current thread is not at the foreground,
  42. SB-THREAD:RELEASE-FOREGROUND has to be called in #<SB-THREAD:THREAD "main thread" RUNNING {1001870513}>
  43. for this thread to enter the debugger.
  44.  
  45.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement