Displaying 4 results from an estimated 4 matches for "ast_mutex_trylock".
2005 Dec 28
5
Regular crashes
...her issue
experienced is occasional break up on inbound sound quality.
Below are traces of the last two crashes
Any Help much appreciated
Regards
Andrew Gough
FIRST TRACE
#0 0x400268b7 in pthread_mutex_trylock () from /lib/tls/libpthread.so.0
No symbol table info available.
#1 0x0806c146 in ast_mutex_trylock (pmutex=0x672e33fc) at lock.h:597
No locals.
#2 0x0806175a in ast_queue_hangup (chan=0x672e3330) at channel.c:671
f = {frametype = 4, subclass = 1, datalen = 0, samples = 0,
mallocd = 0, offset = 0, src = 0x0, data = 0x0, delivery = {tv_sec =
0,
tv_usec = 0}, prev = 0x0, next = 0x0}...
2006 Jan 05
0
Regular Crashes - Partially Solved
...t; >
> > Any Help much appreciated
> >
> > Regards
> >
> > Andrew Gough
> >
> > FIRST TRACE
> >
> > #0 0x400268b7 in pthread_mutex_trylock () from
/lib/tls/libpthread.so.0
> > No symbol table info available.
> > #1 0x0806c146 in ast_mutex_trylock (pmutex=0x672e33fc) at
lock.h:597
> > No locals.
> > #2 0x0806175a in ast_queue_hangup (chan=0x672e3330) at
channel.c:671
> > f = {frametype = 4, subclass = 1, datalen = 0, samples = 0,
> > mallocd = 0, offset = 0, src = 0x0, data = 0x0, delivery = {tv_sec
=
>...
2004 Dec 01
6
Avoided deadlock
Dec 1 12:08:43 WARNING[6189]: channel.c:495 ast_channel_walk_locked:
Avoided deadlock for 'SIP/2502-6303', 10 retries!
Dec 1 12:08:44 WARNING[6189]: channel.c:495 ast_channel_walk_locked:
Avoided deadlock for 'SIP/2502-6303', 10 retries!
Dec 1 12:08:44 WARNING[6189]: channel.c:495 ast_channel_walk_locked:
Avoided deadlock for 'SIP/2502-6303', 10 retries!
what does this
2004 Dec 01
2
dont write me again
...gt; Content-Type: text/plain; charset="us-ascii"
>
> Repeat after me... WARNING != ERROR. This is just letting you know that
it
> walked the channel list and did avoid a dead lock by not trying to grab a
> lock on a channel that's already locked.
>
> if (ast_mutex_trylock(&l->lock)) {
> if (retries < 10)
> ast_log(LOG_DEBUG, "Avoiding initial deadlock for
> '%s'\n", l->name);
> else
> ast_log(LOG_WARNING, "Avoided initial deadlock for
'%s...