Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Crash in playdartcp #25

Open
mxcl opened this issue Nov 27, 2009 · 1 comment
Open

Crash in playdartcp #25

mxcl opened this issue Nov 27, 2009 · 1 comment

Comments

@mxcl
Copy link

mxcl commented Nov 27, 2009

Not sure if this is my fault as it happened exactly when I was testing the new fswatcher code. However I can't see how that is related. Thought best to submit.

=CRASH REPORT==== 27-Nov-2009::11:28:49 ===
  crasher:
    initial call: playdartcp_resolver:init/1
    pid: <0.139.0>
    registered_name: []
    exception exit: {{badmatch,{error,{already_started,<0.97.0>}}},
                     [{playdartcp_resolver,init,1},
                      {gen_server,init_it,6},
                      {proc_lib,init_p_do_apply,3}]}
      in function  gen_server:init_it/6
    ancestors: [playdar_modules_sup,playdar_sup,<0.58.0>]
    messages: []
    links: [<0.131.0>]
    dictionary: []
    trap_exit: false
    status: running
    heap_size: 233
    stack_size: 24
    reductions: 119
  neighbours:

=SUPERVISOR REPORT==== 27-Nov-2009::11:28:49 ===
     Supervisor: {local,playdar_modules_sup}
     Context:    start_error
     Reason:     {{badmatch,{error,{already_started,<0.97.0>}}},
                  [{playdartcp_resolver,init,1},
                   {gen_server,init_it,6},
                   {proc_lib,init_p_do_apply,3}]}
     Offender:   [{pid,undefined},
                  {name,playdartcp_resolver},
                  {mfa,{playdartcp_resolver,start_link,[]}},
                  {restart_type,transient},
                  {shutdown,5},
                  {child_type,worker}]


=SUPERVISOR REPORT==== 27-Nov-2009::11:28:49 ===
     Supervisor: {local,playdar_sup}
     Context:    start_error
     Reason:     shutdown
     Offender:   [{pid,<0.88.0>},
                  {name,playdar_modules_sup},
                  {mfa,{playdar_modules_sup,start_link,[]}},
                  {restart_type,permanent},
                  {shutdown,infinity},
                  {child_type,supervisor}]

2009/11/27 11:28:49 info playdar_reader_registry handler added for protocol: file
2009/11/27 11:28:49 info playdar_reader_registry handler added for protocol: http

=ERROR REPORT==== 27-Nov-2009::11:28:49 ===
** Generic server playdartcp_router terminating 
** Last message in was {'EXIT',<0.98.0>,killed}
** When Server state == {state,<0.98.0>,[],57377,61474,65571}
** Reason for termination == 
** {{case_clause,[]},
    [{playdartcp_router,handle_info,2},
     {gen_server,handle_msg,5},
     {proc_lib,init_p_do_apply,3}]}

=CRASH REPORT==== 27-Nov-2009::11:28:49 ===
  crasher:
    initial call: playdartcp_router:init/1
    pid: <0.97.0>
    registered_name: playdartcp_router
    exception exit: {{case_clause,[]},
                     [{playdartcp_router,handle_info,2},
                      {gen_server,handle_msg,5},
                      {proc_lib,init_p_do_apply,3}]}
      in function  gen_server:terminate/6
    ancestors: [playdartcp_resolver,playdar_modules_sup,playdar_sup,
                  <0.58.0>]
    messages: []
    links: [<0.48.0>]
    dictionary: []
    trap_exit: true
    status: running
    heap_size: 233
    stack_size: 24
    reductions: 650
  neighbours:
2009/11/27 11:28:49 info playdar_reader_registry handler added for protocol: playdartcp
@mxcl
Copy link
Author

mxcl commented Nov 27, 2009

Yeah closing, it's repeatable. And the second time the crash report had some info that tied it to library_dets so that seems the clue.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant