GitHub user zwoop opened an issue: https://github.com/apache/trafficserver/issues/1288
CID 1367518: (LOCK): records/P_RecCore.cc ``` *** CID 1367518: (LOCK) /lib/records/P_RecCore.cc: 751 in RecSyncConfigToTB(textBuffer *, bool *)() 745 break; 746 default: 747 ink_assert(!"Unexpected RecD type"); 748 break; 749 } 750 tb->copyFrom("\n", 1); CID 1367518: (LOCK) "rec_mutex_release" unlocks "r->lock.the_mutex" while it is unlocked. 751 rec_mutex_release(&(r->lock)); 752 } 753 } 754 llq_rec = llq_rec->next; 755 } 756 ink_rwlock_unlock(&g_records_rwlock); /lib/records/P_RecCore.cc: 751 in RecSyncConfigToTB(textBuffer *, bool *)() 745 break; 746 default: 747 ink_assert(!"Unexpected RecD type"); 748 break; 749 } 750 tb->copyFrom("\n", 1); CID 1367518: (LOCK) "rec_mutex_release" unlocks "r->lock.the_mutex" while it is unlocked. 751 rec_mutex_release(&(r->lock)); 752 } 753 } 754 llq_rec = llq_rec->next; 755 } 756 ink_rwlock_unlock(&g_records_rwlock); ``` ---- ---- --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is enabled but not working, please contact infrastructure at infrastruct...@apache.org or file a JIRA ticket with INFRA. ---