application:stop hangs

Chandrashekhar Mullaparthi Chandrashekhar.Mullaparthi@REDACTED
Thu May 24 13:20:46 CEST 2001


Hi,
 
I need help finding out why my application:stop hangs. 
I have a supervisor(one_for_one) which has:
 
5 vanilla gen_servers, 
    {permanent, 2000, worker}
 
10 workers spawned using proc_lib:spawn by one of the above gen_server. Do
not trap exits
    {transient, brutal_kill, worker}
 
2 gen_servers which trap_exits but also shutdown when they receive a
{'EXIT', Parent, shutdown} message
    {permanent, 2000, worker}
 
1 supervisor(simple_one_for_one) which supervises two other vanilla
gen_servers
    {permanent, 5000, supervisor}. Childspec is {transient, 2000, worker}
 
How do I track down the rogue process(es)?
 
tia,
Chandru
 



NOTICE AND DISCLAIMER:
This email (including attachments) is confidential.  If you have received
this email in error please notify the sender immediately and delete this
email from your system without copying or disseminating it or placing any
reliance upon its contents.  We cannot accept liability for any breaches of
confidence arising through use of email.  Any opinions expressed in this
email (including attachments) are those of the author and do not necessarily
reflect our opinions.  We will not accept responsibility for any commitments
made by our employees outside the scope of our business.  We do not warrant
the accuracy or completeness of such information.





More information about the erlang-questions mailing list