lidavidm commented on PR #36986: URL: https://github.com/apache/arrow/pull/36986#issuecomment-1673710909
Ok, well setting that aside (just taking out the explicit release() seems to be fine), the issue is still that somehow, we're generating an exception with an invalid traceback, and when we either go to print that traceback out or garbage collect it, the interpreter dies. I wonder if it has something to do with us generating the exception from a cdef function + asyncio possibly doing something weird/unsafe with stackframes that doesn't mesh well with Cython cdef functions. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
