Advertisement
Guest User

Erlang crash report

a guest
May 11th, 2010
131
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.20 KB | None | 0 0
  1. =PROGRESS REPORT==== 11-May-2010::17:17:47 ===
  2. supervisor: {<0.68.0>,crest_process}
  3. started: [{pid,<0.69.0>},
  4. {mfa,
  5. {crest_process,init,
  6. [{"2ae1bc71-8607-4b44-9bee-dc8679857eda",
  7. #Fun<spawn_test.1.48275628>}]}}]
  8.  
  9. =PROGRESS REPORT==== 11-May-2010::17:17:47 ===
  10. supervisor: {local,crest_sup}
  11. started: [{pid,<0.68.0>},
  12. {name,"2ae1bc71-8607-4b44-9bee-dc8679857eda"},
  13. {mfa,
  14. {crest_process,start,
  15. ["2ae1bc71-8607-4b44-9bee-dc8679857eda",
  16. #Fun<spawn_test.1.48275628>]}},
  17. {restart_type,temporary},
  18. {shutdown,infinity},
  19. {child_type,supervisor}]
  20.  
  21. =PROGRESS REPORT==== 11-May-2010::17:17:50 ===
  22. supervisor: {<0.71.0>,crest_process}
  23. started: [{pid,<0.72.0>},
  24. {mfa,
  25. {crest_process,init,
  26. [{"16b8a449-22ca-4a47-be19-2ea204fb829e",
  27. #Fun<spawn_test.1.48275628>}]}}]
  28.  
  29. =PROGRESS REPORT==== 11-May-2010::17:17:50 ===
  30. supervisor: {local,crest_sup}
  31. started: [{pid,<0.71.0>},
  32. {name,"16b8a449-22ca-4a47-be19-2ea204fb829e"},
  33. {mfa,
  34. {crest_process,start,
  35. ["16b8a449-22ca-4a47-be19-2ea204fb829e",
  36. #Fun<spawn_test.1.48275628>]}},
  37. {restart_type,temporary},
  38. {shutdown,infinity},
  39. {child_type,supervisor}]
  40.  
  41. =SUPERVISOR REPORT==== 11-May-2010::17:17:53 ===
  42. Supervisor: {<0.68.0>,crest_process}
  43. Context: child_terminated
  44. Reason: killed
  45. Offender: [{pid,<0.69.0>},{mod,crest_process}]
  46.  
  47.  
  48. =ERROR REPORT==== 11-May-2010::17:17:53 ===
  49. ** Generic server <0.68.0> terminating
  50. ** Last message in was {'EXIT',<0.69.0>,killed}
  51. ** When Server state == {state,crest_process,undefined,<0.69.0>,
  52. {<0.68.0>,crest_process}}
  53. ** Reason for termination ==
  54. ** killed
  55.  
  56. =CRASH REPORT==== 11-May-2010::17:17:53 ===
  57. crasher:
  58. initial call: supervisor_bridge:crest_process/1
  59. pid: <0.68.0>
  60. registered_name: []
  61. exception exit: killed
  62. in function gen_server:terminate/6
  63. ancestors: [crest_sup,<0.62.0>]
  64. messages: []
  65. links: [<0.63.0>]
  66. dictionary: []
  67. trap_exit: true
  68. status: running
  69. heap_size: 377
  70. stack_size: 24
  71. reductions: 162
  72. neighbours:
  73.  
  74. =SUPERVISOR REPORT==== 11-May-2010::17:17:53 ===
  75. Supervisor: {local,crest_sup}
  76. Context: child_terminated
  77. Reason: killed
  78. Offender: [{pid,<0.68.0>},
  79. {name,"2ae1bc71-8607-4b44-9bee-dc8679857eda"},
  80. {mfa,{crest_process,start,
  81. ["2ae1bc71-8607-4b44-9bee-dc8679857eda",
  82. #Fun<spawn_test.1.48275628>]}},
  83. {restart_type,temporary},
  84. {shutdown,infinity},
  85. {child_type,supervisor}]
  86.  
  87.  
  88. =PROGRESS REPORT==== 11-May-2010::17:17:53 ===
  89. supervisor: {<0.74.0>,crest_process}
  90. started: [{pid,<0.75.0>},
  91. {mfa,
  92. {crest_process,init,
  93. [{"2cb040dd-b945-4e5b-b476-dde07a8d5e3b",
  94. #Fun<spawn_test.1.48275628>}]}}]
  95.  
  96. =PROGRESS REPORT==== 11-May-2010::17:17:53 ===
  97. supervisor: {local,crest_sup}
  98. started: [{pid,<0.74.0>},
  99. {name,"2cb040dd-b945-4e5b-b476-dde07a8d5e3b"},
  100. {mfa,
  101. {crest_process,start,
  102. ["2cb040dd-b945-4e5b-b476-dde07a8d5e3b",
  103. #Fun<spawn_test.1.48275628>]}},
  104. {restart_type,temporary},
  105. {shutdown,infinity},
  106. {child_type,supervisor}]
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement