Advertisement
Guest User

Erlang R14 - SSL crash

a guest
Oct 26th, 2010
149
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.93 KB | None | 0 0
  1. =CRASH REPORT==== 26-Oct-2010::12:05:07 ===
  2. crasher:
  3. initial call: mochiweb_socket_server:init/1
  4. pid: <0.53.0>
  5. registered_name: []
  6. exception exit: {undef,[{fdsrv,start,[]},
  7. {mochiweb_socket_server,init,1},
  8. {gen_server,init_it,6},
  9. {proc_lib,init_p_do_apply,3}]}
  10. in function gen_server:init_it/6
  11. ancestors: [test_sup,<0.51.0>]
  12. messages: []
  13. links: [<0.52.0>]
  14. dictionary: []
  15. trap_exit: true
  16. status: running
  17. heap_size: 987
  18. stack_size: 24
  19. reductions: 1269
  20. neighbours:
  21. 1>
  22. =SUPERVISOR REPORT==== 26-Oct-2010::12:05:07 ===
  23. Supervisor: {local,test_sup}
  24. Context: start_error
  25. Reason: {undef,[{fdsrv,start,[]},
  26. {mochiweb_socket_server,init,1},
  27. {gen_server,init_it,6},
  28. {proc_lib,init_p_do_apply,3}]}
  29. Offender: [{pid,undefined},
  30. {name,test_web},
  31. {mfargs,
  32. {test_web,start,
  33. [[{ip,"0.0.0.0"},
  34. {docroot,"/myserver/priv/www"},
  35. {port,443},
  36. {ssl,true},
  37. {ssl_opts,
  38. [{certfile,
  39. "/somepath/certs/01.pem"},
  40. {keyfile,
  41. "/somepath/private/01.key"},
  42. {verify,verify_peer},
  43. {cacertfile,
  44. "/somepath/cacert.pem"},
  45. {fail_if_no_peer_cert,true},
  46. {verify_fun,#Fun<test_sup.1.3695159>}]}]]}},
  47. {restart_type,permanent},
  48. {shutdown,5000},
  49. {child_type,worker}]
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement