Uploaded image for project: 'Embedded Software & Tools'
  1. Embedded Software & Tools
  2. EXT_EP-11362

[CSITX] Delete API uses already used Semaphore lock resulting in hang

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Fixed
    • Icon: High High
    • PDK
    • PDK-12910
    • PROCESSOR_SDK_08.06.00
    • PROCESSOR_SDK_09.00.00
    • Hide
      j721e-evm
      j721s2-evm
      j784s4-evm
      Show
      j721e-evm j721s2-evm j784s4-evm

      Issue Description:
      In the Delete API (CsitxDrv_delete) of CSITX, driver first takes instance semaphore lock, and then calls CsitxDrv_eventGroupUnRegister, which also takes semaphore lock on the same semaphore. This causes in the hang in the delete API.

      Resolution Description:
      Removed semaphore lock from event unregister API ,as instance semaphore is already obtained by CSITX driver delete API.

            syncuser TI User
            syncuser TI User
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated:
              Resolved: