Hi, I hit the Assertion (ASSERT (Count < PcdGet32 (PcdMaximumLinkedListLength))), "Linked list is too long" inside the "InternalBaseLibIsNodeInList" of baselib "linkedlist.c".
Almost all the Linked list API, calls this function. There is not one particular API that throws this error when Invoked inside the Dxe Driver. If I comment this Assertion call everything works fine. The node elements in the lists at any point of the time or no more than 3 or 4. So wondering what could be the cause of this assertion. It happens most of the time, some kind of timing issue. Suspecting memory corruption of the links, if so any reason (or) is anything wrong in the way I initialize the linked lists? Your help is so much appreciated. Thanks Sai
------------------------------------------------------------------------------
_______________________________________________ edk2-devel mailing list edk2-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/edk2-devel