[asterisk-dev] tilghman: trunk r152689 - /trunk/main/pbx.c

Tilghman Lesher tilghman at mail.jeffandtilghman.com
Thu Oct 30 13:15:48 CDT 2008


On Thursday 30 October 2008 12:30:44 Russell Bryant wrote:
> SVN commits to the Digium repositories wrote:
> > Author: tilghman
> > Date: Wed Oct 29 19:45:47 2008
> > New Revision: 152689
> >
> > URL: http://svn.digium.com/view/asterisk?view=rev&rev=152689
> > Log:
> > Track down and fix annoying lock errors
>
> Please be a bit more descriptive about the issue that you're fixing.
> Thanks.  :)

I wasn't sure exactly how to describe it, especially since I was more
interested in the feature I was about to commit, having been debugging it
most of the day.

The locking errors were caused by an attempt to recursively lock an rwlock
during a dialplan reload, where a pattern match hint had resulted in a hint
being automatically generated, and thus needed to be inherited on reload
to its new parent hint.

-- 
Tilghman



More information about the asterisk-dev mailing list