test_checkpoint06 python file disagg segfault

XMLWordPrintableJSON

    • Storage Engines, Storage Engines - Foundations
    • SE Foundations - 2025-10-10
    • 3

      Working through all the truncate python files, I have found a python failure for test_checkpoint06 python file:

      [2025/09/17 18:31:00.776] #1  0x00007f1b15154859 in __GI_abort () at abort.c:79
      [2025/09/17 18:31:00.797] #2  0x00007f1b1483bf80 in __wt_abort (session=session@entry=0x5105be2ed860) at /data/mci/cb074c1022d143d9ee47ac58595267b2/wiredtiger/src/os_common/os_abort.c:31
      [2025/09/17 18:31:00.798] #3  0x00007f1b14729b21 in __wt_tree_modify_set (session=session@entry=0x5105be2ed860) at /data/mci/cb074c1022d143d9ee47ac58595267b2/wiredtiger/src/include/btree_inline.h:797
      [2025/09/17 18:31:00.811] #4  0x00007f1b1472afce in __wt_sync_file (session=session@entry=0x5105be2ed860, syncop=syncop@entry=WT_SYNC_CHECKPOINT) at /data/mci/cb074c1022d143d9ee47ac58595267b2/wiredtiger/src/btree/bt_sync.c:387
      [2025/09/17 18:31:00.811] #5  0x00007f1b14760d00 in __checkpoint_tree (session=session@entry=0x5105be2ed860, is_checkpoint=is_checkpoint@entry=true, cfg=cfg@entry=0x7fff4dd93810) at /data/mci/cb074c1022d143d9ee47ac58595267b2/wiredtiger/src/checkpoint/checkpoint_txn.c:2560
      [2025/09/17 18:31:00.811] #6  0x00007f1b147614b1 in __wt_checkpoint_file (session=session@entry=0x5105be2ed860, cfg=cfg@entry=0x7fff4dd93810) at /data/mci/cb074c1022d143d9ee47ac58595267b2/wiredtiger/src/checkpoint/checkpoint_txn.c:2755
      [2025/09/17 18:31:00.811] #7  0x00007f1b1476287b in __checkpoint_db_internal (session=session@entry=0x5105be2ed860, cfg=cfg@entry=0x7fff4dd93810) at /data/mci/cb074c1022d143d9ee47ac58595267b2/wiredtiger/src/checkpoint/checkpoint_txn.c:1548
      [2025/09/17 18:31:00.812] #8  0x00007f1b14763088 in __checkpoint_db_wrapper (session=session@entry=0x5105be2ed860, cfg=cfg@entry=0x7fff4dd93810) at /data/mci/cb074c1022d143d9ee47ac58595267b2/wiredtiger/src/checkpoint/checkpoint_txn.c:1734
      [2025/09/17 18:31:00.872] #9  0x00007f1b147632ad in __wt_checkpoint_db (session=session@entry=0x5105be2ed860, cfg=cfg@entry=0x7fff4dd93810, waiting=waiting@entry=true) at /data/mci/cb074c1022d143d9ee47ac58595267b2/wiredtiger/src/checkpoint/checkpoint_txn.c:1813
      [2025/09/17 18:31:00.873] #10 0x00007f1b148b0b55 in __session_checkpoint (wt_session=0x5105be2ed860, config=<optimized out>) at /data/mci/cb074c1022d143d9ee47ac58595267b2/wiredtiger/src/session/session_api.c:2363
      [2025/09/17 18:31:00.873] #11 0x00007f1b148bcfa0 in __rollback_to_stable_int (session=0x5105be2ed860, no_ckpt=no_ckpt@entry=false) at /data/mci/cb074c1022d143d9ee47ac58595267b2/wiredtiger/src/rollback_to_stable/rts_api.c:188
      [2025/09/17 18:31:00.888] #12 0x00007f1b148bd43f in __rollback_to_stable (session=<optimized out>, cfg=<optimized out>, no_ckpt=<optimized out>) at /data/mci/cb074c1022d143d9ee47ac58595267b2/wiredtiger/src/rollback_to_stable/rts_api.c:312
      [2025/09/17 18:31:00.888] #13 0x00007f1b1476d71d in __conn_rollback_to_stable (wt_conn=0x5105bf54e000, config=<optimized out>) at /data/mci/cb074c1022d143d9ee47ac58595267b2/wiredtiger/src/conn/conn_api.c:1461
      [2025/09/17 18:31:01.501] #14 0x00007f1b149fd359 in _wrap_Connection_rollback_to_stable (self=<optimized out>, args=<optimized out>) at /data/mci/cb074c1022d143d9ee47ac58595267b2/wiredtiger/cmake_build/lang/python/CMakeFiles/wiredtiger_python.dir/wiredtigerPYTHON_wrap.c:8822
      [2025/09/17 18:31:01.543] #15 0x00007f1b1562fa58 in cfunction_call (func=0x7f1b14ace200, args=<optimized out>, kwargs=<optimized out>) at ../src/Python-3.10.4/Objects/methodobject.c:552
      [2025/09/17 18:31:01.544] #16 0x00007f1b15628cfb in _PyObject_MakeTpCall (tstate=0x5105bfe587e0, callable=0x7f1b14ace200, args=<optimized out>, nargs=1, keywords=<optimized out>) at ../src/Python-3.10.4/Objects/call.c:224
      [2025/09/17 18:31:01.569] #17 0x00007f1b1563c98f in _PyObject_VectorcallTstate (tstate=<error reading variable: dwarf2_find_location_expression: Corrupted DWARF expression.>, callable=<error reading variable: dwarf2_find_location_expression: Corrupted DWARF expression.>, args=0x7f1b1303ec80, nargsf=<optimized out>, kwnames=<optimized out>) at ../src/Python-3.10.4/Include/cpython/abstract.h:112
      [2025/09/17 18:31:01.569] #18 _PyObject_VectorcallTstate (tstate=0x5105bfe587e0, callable=0x7f1b14ace200, args=0x7f1b1303ec80, nargsf=<optimized out>, kwnames=<optimized out>) at ../src/Python-3.10.4/Include/cpython/abstract.h:99
      
      

            Assignee:
            [DO NOT USE] Backlog - Storage Engines Team
            Reporter:
            Jie Chen
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated: