Uploaded image for project: 'WiredTiger'
  1. WiredTiger
  2. WT-9190

Fix crash in __reconcile on Windows

      This ticket is to fix the crash reported in BF-25018.
      Some highlights from that ticket: failed: replica_sets_update_v1_oplog on windows-debug-suggested [mongodb-mongo-master @ a22dcf11] (change_stream_pit_pre_images.js)

      .../src/third_party/wiredtiger/src/support/err.c@548: __wt_panic_func
      .../src/third_party/wiredtiger/src/reconcile/rec_write.c@326: __reconcile
      .../src/third_party/wiredtiger/src/reconcile/rec_write.c@97: __wt_reconcile
      .../src/third_party/wiredtiger/src/evict/evict_page.c@691: __evict_review
      .../src/third_party/wiredtiger/src/evict/evict_page.c@159: __wt_evict
      .../src/third_party/wiredtiger/src/evict/evict_lru.c@2336: __evict_page
      .../src/third_party/wiredtiger/src/evict/evict_lru.c@1150: __evict_lru_pages
      .../src/third_party/wiredtiger/src/evict/evict_lru.c@320: __wt_evict_thread_run
      .../src/third_party/wiredtiger/src/support/thread_group.c@31: __thread_run
      

      rec_write.c:326 is this code:

      err:
          if (ret != 0)
              WT_RET_PANIC(session, ret, "reconciliation failed after building the disk image");
          return (ret);
      

      So not much to go on there. I don't see a .dmp file in the artifacts.

            Assignee:
            backlog-server-storage-engines [DO NOT USE] Backlog - Storage Engines Team
            Reporter:
            donald.anderson@mongodb.com Donald Anderson
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

              Created:
              Updated:
              Resolved: