Advertisement
Guest User

Untitled

a guest
Nov 25th, 2017
48
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.12 KB | None | 0 0
  1. =CRASH REPORT==== 25-Nov-2017::12:26:54 ===
  2. crasher:
  3. initial call: cowboy_stream_h:request_process/3
  4. pid: <0.424.0>
  5. registered_name: []
  6. exception exit: {{badmap,[]},
  7. [{cowboy_req,reply,4,
  8. [{file,"src/cowboy_req.erl"},{line,729}]},
  9. {get_handler,init,2,
  10. [{file,"src/get_handler.erl"},{line,22}]},
  11. {cowboy_handler,execute,2,
  12. [{file,"src/cowboy_handler.erl"},{line,37}]},
  13. {cowboy_stream_h,execute,3,
  14. [{file,"src/cowboy_stream_h.erl"},{line,247}]},
  15. {cowboy_stream_h,request_process,3,
  16. [{file,"src/cowboy_stream_h.erl"},{line,225}]},
  17. {proc_lib,init_p_do_apply,3,
  18. [{file,"proc_lib.erl"},{line,247}]}]}
  19. in function cowboy_req:reply/4 (src/cowboy_req.erl, line 729)
  20. in call from get_handler:init/2 (src/get_handler.erl, line 22)
  21. in call from cowboy_handler:execute/2 (src/cowboy_handler.erl, line 37)
  22. in call from cowboy_stream_h:execute/3 (src/cowboy_stream_h.erl, line 247)
  23. in call from cowboy_stream_h:request_process/3 (src/cowboy_stream_h.erl, line 225)
  24. ancestors: [<0.423.0>,<0.370.0>,<0.369.0>,ranch_sup,<0.358.0>]
  25. messages: []
  26. links: [<0.423.0>]
  27. dictionary: []
  28. trap_exit: false
  29. status: running
  30. heap_size: 610
  31. stack_size: 27
  32. reductions: 222
  33. neighbours:
  34.  
  35. =ERROR REPORT==== 25-Nov-2017::12:26:54 ===
  36. Ranch listener my_http_listener, connection process <0.423.0>, stream 1 had its request process <0.424.0> exit with reason {badmap,[]} and stacktrace [{cowboy_req,reply,4,[{file,"src/cowboy_req.erl"},{line,729}]},{get_handler,init,2,[{file,"src/get_handler.erl"},{line,22}]},{cowboy_handler,execute,2,[{file,"src/cowboy_handler.erl"},{line,37}]},{cowboy_stream_h,execute,3,[{file,"src/cowboy_stream_h.erl"},{line,247}]},{cowboy_stream_h,request_process,3,[{file,"src/cowboy_stream_h.erl"},{line,225}]},{proc_lib,init_p_do_apply,3,[{file,"proc_lib.erl"},{line,247}]}]
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement