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

   Hmm, maybe there is one and it's getting suppressed, or rather, Python 
trying to print the exception is what's crashing the interpreter?
   
   <details>
   
   ```
   Thread 1 "python" received signal SIGSEGV, Segmentation fault.
   PyFrame_GetCode (frame=frame@entry=0x7fff6a05257000) at 
/usr/local/src/conda/python-3.11.3/Objects/frameobject.c:1312
   1312 /usr/local/src/conda/python-3.11.3/Objects/frameobject.c: No such file 
or directory.
   (gdb) bt
   #0  PyFrame_GetCode (frame=frame@entry=0x7fff6a05257000) at 
/usr/local/src/conda/python-3.11.3/Objects/frameobject.c:1312
   #1  0x000055555569728e in tb_printinternal (margin=<optimized out>, 
indent=<optimized out>, limit=<optimized out>, 
       f=<optimized out>, tb=0x7ffff0ba8aef) at 
/usr/local/src/conda/python-3.11.3/Python/traceback.c:943
   #2  _PyTraceBack_Print_Indented (v=v@entry=0x7fff6a3b0ff0, indent=0, 
margin=0x55555588988a "", 
       header_margin=<optimized out>, header=<optimized out>, f=0x7ffff705d8b0)
       at /usr/local/src/conda/python-3.11.3/Python/traceback.c:1018
   #3  0x000055555568b9dc in print_exception_traceback (value=0x7fff684a9fd0, 
ctx=0x7fffffffd258)
       at /usr/local/src/conda/python-3.11.3/Python/pythonrun.c:942
   #4  print_exception (ctx=ctx@entry=0x7fffffffd258, 
value=value@entry=0x7fff684a9fd0)
       at /usr/local/src/conda/python-3.11.3/Python/pythonrun.c:1224
   #5  0x000055555568b233 in print_exception_recursive 
(ctx=ctx@entry=0x7fffffffd258, value=value@entry=0x7fff684a9fd0)
       at /usr/local/src/conda/python-3.11.3/Python/pythonrun.c:1509
   #6  0x000055555568b054 in _PyErr_Display (file=0x7ffff705d8b0, 
exception=<optimized out>, value=0x7fff684a9fd0, 
       tb=<optimized out>) at 
/usr/local/src/conda/python-3.11.3/Python/pythonrun.c:1552
   #7  0x000055555568acf1 in PyErr_Display (exception=0x555556230ba0, 
value=0x7fff684a9fd0, tb=0x7fff6a3b0ff0)
       at /usr/local/src/conda/python-3.11.3/Python/pythonrun.c:1584
   #8  0x000055555568abe7 in sys_excepthook_impl (traceback=<optimized out>, 
value=<optimized out>, 
       exctype=<optimized out>, module=<optimized out>) at 
/usr/local/src/conda/python-3.11.3/Python/sysmodule.c:745
   #9  sys_excepthook (module=<optimized out>, args=0x7fffffffd380, 
nargs=<optimized out>)
       at /usr/local/src/conda/python-3.11.3/Python/clinic/sysmodule.c.h:73
   #10 0x000055555575785b in cfunction_vectorcall_FASTCALL 
(func=func@entry=0x7ffff7250050, args=0x7fffffffd380, nargsf=3, 
       kwnames=<optimized out>) at 
/usr/local/src/conda/python-3.11.3/Objects/methodobject.c:427
   #11 0x00005555557299b5 in _PyObject_VectorcallTstate (tstate=0x555555ad08b8 
<_PyRuntime+166328>, 
       callable=0x7ffff7250050, args=<optimized out>, nargsf=<optimized out>, 
kwnames=<optimized out>)
       at /usr/local/src/conda/python-3.11.3/Include/internal/pycore_call.h:92
   #12 0x0000555555828eae in _PyErr_PrintEx (tstate=0x555555ad08b8 
<_PyRuntime+166328>, set_sys_last_vars=<optimized out>)
       at /usr/local/src/conda/python-3.11.3/Python/pythonrun.c:826
   #13 0x000055555568a801 in PyErr_Print () at 
/usr/local/src/conda/python-3.11.3/Python/pythonrun.c:882
   #14 _PyRun_SimpleFileObject (fp=<optimized out>, filename=<optimized out>, 
closeit=<optimized out>, 
       flags=<optimized out>) at 
/usr/local/src/conda/python-3.11.3/Python/pythonrun.c:446
   #15 0x0000555555828a23 in _PyRun_AnyFileObject (fp=0x555555b225b0, 
filename=0x7ffff72672e0, closeit=1, 
       flags=0x7fffffffd498) at 
/usr/local/src/conda/python-3.11.3/Python/pythonrun.c:79
   #16 0x0000555555822ab6 in pymain_run_file_obj (skip_source_first_line=0, 
filename=0x7ffff72672e0, 
       program_name=0x7ffff71e7040) at 
/usr/local/src/conda/python-3.11.3/Modules/main.c:360
   #17 pymain_run_file (config=0x555555ab6900 <_PyRuntime+59904>) at 
/usr/local/src/conda/python-3.11.3/Modules/main.c:379
   #18 pymain_run_python (exitcode=0x7fffffffd490) at 
/usr/local/src/conda/python-3.11.3/Modules/main.c:601
   #19 Py_RunMain () at /usr/local/src/conda/python-3.11.3/Modules/main.c:680
   #20 0x00005555557e5179 in Py_BytesMain (argc=<optimized out>, 
argv=<optimized out>)
       at /usr/local/src/conda/python-3.11.3/Modules/main.c:734
   #21 0x00007ffff7c58083 in __libc_start_main (main=0x5555557e50d0 <main>, 
argc=2, argv=0x7fffffffd6c8, 
       init=<optimized out>, fini=<optimized out>, rtld_fini=<optimized out>, 
stack_end=0x7fffffffd6b8)
       at ../csu/libc-start.c:308
   #22 0x00005555557e5015 in _start () at 
/usr/local/src/conda/python-3.11.3/Python/getplatform.c:9
   ```
   
   </details>


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