From: Russell Bryant Date: Thu, 27 Dec 2007 15:17:31 +0000 (+0000) Subject: Blocked revisions 94831 via svnmerge X-Git-Tag: 1.6.0-beta1~3^2~277 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=22a442e05ec74da48bc50702348a7f4d8db70ec4;p=thirdparty%2Fasterisk.git Blocked revisions 94831 via svnmerge ........ r94831 | russell | 2007-12-27 09:16:56 -0600 (Thu, 27 Dec 2007) | 5 lines Now that the contexts lock is a read/write lock, it should not be locked here in ast_hint_state_changed(). This makes it get locked recursively which now causes a deadlock. (closes issue #11080, thanks to callguy for the access to a deadlocked machine) ........ git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@94832 65c4cc65-6c06-0410-ace0-fbb531ad65f3 ---