lidavidm commented on PR #36986:
URL: https://github.com/apache/arrow/pull/36986#issuecomment-1673630674

   Hmm, yeah.
   
   ```
   (gdb) bt
   #0  __GI_raise (sig=sig@entry=6) at ../sysdeps/unix/sysv/linux/raise.c:50
   #1  0x00007f25576b8859 in __GI_abort () at abort.c:79
   #2  0x0000558134e9cf78 in fatal_error_exit (status=-1) at 
/usr/local/src/conda/python-3.11.3/Python/pylifecycle.c:2722
   #3  fatal_error (fd=<optimized out>, header=header@entry=1, 
       prefix=prefix@entry=0x5581350bb890 <__func__.5.lto_priv.1> 
"_PyMem_DebugFree", 
       msg=msg@entry=0x55813504c2f0 "Python memory allocator called without 
holding the GIL", status=status@entry=-1)
       at /usr/local/src/conda/python-3.11.3/Python/pylifecycle.c:2833
   #4  0x0000558134e9d334 in _Py_FatalErrorFunc (func=func@entry=0x5581350bb890 
<__func__.5.lto_priv.1> "_PyMem_DebugFree", 
       msg=msg@entry=0x55813504c2f0 "Python memory allocator called without 
holding the GIL")
       at /usr/local/src/conda/python-3.11.3/Python/pylifecycle.c:2919
   #5  0x0000558134e02b3c in _PyMem_DebugCheckGIL (func=<optimized out>)
       at /usr/local/src/conda/python-3.11.3/Objects/obmalloc.c:2683
   #6  _PyMem_DebugFree (ctx=<optimized out>, ptr=<optimized out>)
       at /usr/local/src/conda/python-3.11.3/Objects/obmalloc.c:2707
   #7  0x0000558134fe37f5 in _PyFaulthandler_Fini () at 
/usr/local/src/conda/python-3.11.3/Modules/faulthandler.c:1445
   #8  0x0000558134e9d2ca in fatal_error (fd=2, header=header@entry=1, 
       prefix=prefix@entry=0x558135095510 <__func__.6.lto_priv.2> 
"PyThreadState_Get", 
       msg=msg@entry=0x55813504ddc0 "the function must be called with the GIL 
held, but the GIL is released (the current Python thread state is NULL)", 
status=status@entry=-1) at 
/usr/local/src/conda/python-3.11.3/Python/pylifecycle.c:2891
   #9  0x0000558134e9d334 in _Py_FatalErrorFunc (
       func=func@entry=0x558135095510 <__func__.6.lto_priv.2> 
"PyThreadState_Get", 
       msg=msg@entry=0x55813504ddc0 "the function must be called with the GIL 
held, but the GIL is released (the current Python thread state is NULL)") at 
/usr/local/src/conda/python-3.11.3/Python/pylifecycle.c:2919
   #10 0x0000558134e9d3e4 in _Py_FatalError_TstateNULL (
       func=func@entry=0x558135095510 <__func__.6.lto_priv.2> 
"PyThreadState_Get")
       at /usr/local/src/conda/python-3.11.3/Python/ceval.c:344
   #11 0x0000558134e31174 in _Py_EnsureFuncTstateNotNULL (tstate=<optimized 
out>, func=<synthetic pointer>)
       at 
/usr/local/src/conda/python-3.11.3/Include/internal/pycore_pystate.h:94
   #12 PyThreadState_Get () at 
/usr/local/src/conda/python-3.11.3/Python/pystate.c:1200
   #13 subtype_dealloc (self=0x7f24c9ae4dd0) at 
/usr/local/src/conda/python-3.11.3/Objects/typeobject.c:1369
   #14 0x00007f24c97aad52 in Py_DECREF (op=0x7f24c9ae4dd0)
       at /home/lidavidm/miniforge3/envs/dev/include/python3.11/object.h:538
   #15 0x00007f24c97aad74 in Py_XDECREF (op=0x7f24c9ae4dd0)
       at /home/lidavidm/miniforge3/envs/dev/include/python3.11/object.h:602
   #16 0x00007f24c97ab2e7 in arrow::py::OwnedRef::reset (this=0x55813774ba48, 
obj=0x0)
       at 
/home/lidavidm/Code/upstream/flight-async/python/pyarrow/src/arrow/python/common.h:150
   #17 0x00007f24c97ab313 in arrow::py::OwnedRef::reset (this=0x55813774ba48)
       at 
/home/lidavidm/Code/upstream/flight-async/python/pyarrow/src/arrow/python/common.h:154
   #18 0x00007f24c97a8e18 in operator() (__closure=0x55813774ba28, result=...)
       at 
/home/lidavidm/Code/upstream/flight-async/python/pyarrow/src/arrow/python/flight.cc:403
   #19 0x00007f24c97aa7b4 in 
arrow::Future<arrow::flight::FlightInfo>::WrapResultyOnComplete::Callback<arrow::py::flight::AsyncGetFlightInfo(arrow::flight::FlightClient*,
 const arrow::flight::FlightCallOptions&, const 
arrow::flight::FlightDescriptor&, PyObject*, 
arrow::py::flight::AsyncGetFlightInfoCallback)::<lambda(arrow::Result<arrow::flight::FlightInfo>)>
 >::operator()(const arrow::FutureImpl &) (this=0x55813774ba28, impl=...)
       at 
/home/lidavidm/Code/upstream/flight-async/install/include/arrow/util/future.h:442
   ```


-- 
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]

Reply via email to