Status: New
Owner: ----
Labels: Type-Defect Priority-Medium

New issue 134 by [email protected]: Mobicents jsr309-driver bug
http://code.google.com/p/mediaserver/issues/detail?id=134

At class FSM, function
public void run() {
        lock.lock();
        synchronized(this) {
            if (state != null && state != start && state != end) {
                state.tick(System.currentTimeMillis());
            }
        }
    }
ReentranLock had lock but not unlock. It make a lot of :

Locked ownable synchronizers:
- <0x00000000f55602d0> (a java.util.concurrent.locks.ReentrantLock$NonfairSync) - <0x00000000f55793a8> (a java.util.concurrent.locks.ReentrantLock$NonfairSync)

when jstack.



--
You received this message because this project is configured to send all issue notifications to this address.
You may adjust your notification preferences at:
https://code.google.com/hosting/settings

--

--- You received this message because you are subscribed to the Google Groups "mobicents-all-issues-changes" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to