Uploaded image for project: 'Apache Arrow'
  1. Apache Arrow
  2. ARROW-1327

[Python] Failing to release GIL in MemoryMappedFile._open causes deadlock

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Resolved
    • Major
    • Resolution: Fixed
    • 0.5.0
    • 0.6.0
    • Python
    • None

    Description

      This is occurring at

      https://github.com/apache/arrow/blob/master/python/pyarrow/io.pxi#L450

      This call is missing a with nogil:, the deadlock is occurring when this function attempts to reacquire the GIL to raise an exception. See discussion in ARROW-1282

      Attachments

        Activity

          People

            wesm Wes McKinney
            wesm Wes McKinney
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: