Advertisement
Guest User

Erlang R14 - SSL crash - 2

a guest
Oct 27th, 2010
186
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 6.00 KB | None | 0 0
  1. (cd src;make all)
  2. make[1]: Entering directory `/home/crest/test/src'
  3. make[1]: Nothing to be done for `all'.
  4. make[1]: Leaving directory `/home/crest/test/src'
  5.  
  6. =PROGRESS REPORT==== 27-Oct-2010::10:40:44 ===
  7. supervisor: {local,sasl_safe_sup}
  8. started: [{pid,<0.34.0>},
  9. {name,alarm_handler},
  10. {mfargs,{alarm_handler,start_link,[]}},
  11. {restart_type,permanent},
  12. {shutdown,2000},
  13. {child_type,worker}]
  14.  
  15. =PROGRESS REPORT==== 27-Oct-2010::10:40:44 ===
  16. supervisor: {local,sasl_safe_sup}
  17. started: [{pid,<0.35.0>},
  18. {name,overload},
  19. {mfargs,{overload,start_link,[]}},
  20. {restart_type,permanent},
  21. {shutdown,2000},
  22. {child_type,worker}]
  23.  
  24. =PROGRESS REPORT==== 27-Oct-2010::10:40:44 ===
  25. supervisor: {local,sasl_sup}
  26. started: [{pid,<0.33.0>},
  27. {name,sasl_safe_sup},
  28. {mfargs,
  29. {supervisor,start_link,
  30. [{local,sasl_safe_sup},sasl,safe]}},
  31. {restart_type,permanent},
  32. {shutdown,infinity},
  33. {child_type,supervisor}]
  34.  
  35. =PROGRESS REPORT==== 27-Oct-2010::10:40:44 ===
  36. supervisor: {local,sasl_sup}
  37. started: [{pid,<0.36.0>},
  38. {name,release_handler},
  39. {mfargs,{release_handler,start_link,[]}},
  40. {restart_type,permanent},
  41. {shutdown,2000},
  42. {child_type,worker}]
  43.  
  44. =PROGRESS REPORT==== 27-Oct-2010::10:40:44 ===
  45. application: sasl
  46. started_at: nonode@nohost
  47.  
  48. =PROGRESS REPORT==== 27-Oct-2010::10:40:44 ===
  49. supervisor: {local,kernel_safe_sup}
  50. started: [{pid,<0.41.0>},
  51. {name,timer_server},
  52. {mfargs,{timer,start_link,[]}},
  53. {restart_type,permanent},
  54. {shutdown,1000},
  55. {child_type,worker}]
  56. Eshell V5.8 (abort with ^G)
  57. 1> ** Found 0 name clashes in code paths
  58. 1>
  59. =PROGRESS REPORT==== 27-Oct-2010::10:40:44 ===
  60. supervisor: {local,crypto_sup}
  61. started: [{pid,<0.48.0>},
  62. {name,crypto_server},
  63. {mfargs,{crypto_server,start_link,[]}},
  64. {restart_type,permanent},
  65. {shutdown,2000},
  66. {child_type,worker}]
  67. 1>
  68. =PROGRESS REPORT==== 27-Oct-2010::10:40:44 ===
  69. application: crypto
  70. started_at: nonode@nohost
  71. 1> ** Found 0 name clashes in code paths
  72. 1>
  73. =PROGRESS REPORT==== 27-Oct-2010::10:40:44 ===
  74. supervisor: {local,test_sup}
  75. started: [{pid,<0.53.0>},
  76. {name,test_web},
  77. {mfargs,
  78. {test_web,start,
  79. [[{ip,"0.0.0.0"},
  80. {port,8443},
  81. {docroot,"/home/crest/test/priv/www"},
  82. {ssl,true},
  83. {ssl_opts,
  84. [{certfile,"/home/alex/capersonale/certs/01.pem"},
  85. {keyfile,
  86. "/home/alex/capersonale/private/crest.key"},
  87. {verify,verify_peer},
  88. {cacertfile,"/home/alex/capersonale/cacert.pem"},
  89. {fail_if_no_peer_cert,true},
  90. {verify_fun,#Fun<test_sup.1.100646160>}]}]]}},
  91. {restart_type,permanent},
  92. {shutdown,5000},
  93. {child_type,worker}]
  94. 1>
  95. =PROGRESS REPORT==== 27-Oct-2010::10:40:44 ===
  96. application: test
  97. started_at: nonode@nohost
  98. 1>
  99. =ERROR REPORT==== 27-Oct-2010::10:40:59 ===
  100. application: mochiweb
  101. "Accept failed error"
  102. "{'EXIT',\n {noproc,\n {gen_server,call,\n [ssl_connection_sup,\n {start_child,\n [server,\"localhost\",8443,#Port<0.1035>,\n {{ssl_options,[],verify_peer,#Fun<test_sup.1.100646160>,\n true,false,undefined,1,\n \"/home/alex/capersonale/certs/01.pem\",\n \"/home/alex/capersonale/private/crest.key\",undefined,\n [],\"/home/alex/capersonale/cacert.pem\",undefined,\n [<<0,57>>,\n <<0,56>>,\n <<0,53>>,\n <<0,22>>,\n <<0,19>>,\n <<0,10>>,\n <<0,51>>,\n <<0,50>>,\n <<0,47>>,\n <<0,5>>,\n <<0,4>>,\n <<0,21>>,\n <<0,9>>],\n #Fun<ssl.0.102794131>,true,18446744073709551900,false,\n []},\n {socket_options,binary,0,0,0,false}},\n <0.54.0>,\n {gen_tcp,tcp,tcp_closed,tcp_error}]},\n infinity]}}}"
  103. 1>
  104. =CRASH REPORT==== 27-Oct-2010::10:40:59 ===
  105. crasher:
  106. initial call: mochiweb_acceptor:init/3
  107. pid: <0.54.0>
  108. registered_name: []
  109. exception exit: {error,accept_failed}
  110. in function mochiweb_acceptor:init/3
  111. ancestors: [test_web,test_sup,<0.51.0>]
  112. messages: []
  113. links: [<0.53.0>,#Port<0.1035>]
  114. dictionary: []
  115. trap_exit: false
  116. status: running
  117. heap_size: 4181
  118. stack_size: 24
  119. reductions: 4696
  120. neighbours:
  121. 1>
  122. =ERROR REPORT==== 27-Oct-2010::10:40:59 ===
  123. {mochiweb_socket_server,253,{acceptor_error,{error,accept_failed}}}
  124. 1>
  125. BREAK: (a)bort (c)ontinue (p)roc info (i)nfo (l)oaded
  126. (v)ersion (k)ill (D)b-tables (d)istribution
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement