Comment #25 on issue 1791 by [email protected]: MSS 1.3.2 doesn't shutdown properly
http://code.google.com/p/mobicents/issues/detail?id=1791

looks like this issue re-appeared on MSS 1.5
I just tried with a clean download, with no sip applications, to startup/shutdown and the process is not shutting down properly. A kill -3 reveals:

"Timer-2" prio=10 tid=0x0845f800 nid=0x7bae in Object.wait() [0xb51c6000..0xb51c6fa0]
   java.lang.Thread.State: TIMED_WAITING (on object monitor)
        at java.lang.Object.wait(Native Method)
        - waiting on <0x8cae6098> (a java.util.TaskQueue)
        at java.util.TimerThread.mainLoop(Timer.java:509)
        - locked <0x8cae6098> (a java.util.TaskQueue)
        at java.util.TimerThread.run(Timer.java:462)

"Timer-1" prio=10 tid=0x08460000 nid=0x7bad in Object.wait() [0xb5217000..0xb5217f20]
   java.lang.Thread.State: WAITING (on object monitor)
        at java.lang.Object.wait(Native Method)
        - waiting on <0x8caad4c0> (a java.util.TaskQueue)
        at java.lang.Object.wait(Object.java:485)
        at java.util.TimerThread.mainLoop(Timer.java:483)
        - locked <0x8caad4c0> (a java.util.TaskQueue)
        at java.util.TimerThread.run(Timer.java:462)




Reply via email to