Uploaded image for project: 'Couchbase Lite'
  1. Couchbase Lite
  2. CBL-2182

Crash in assertion

    XMLWordPrintable

Details

    • Bug
    • Resolution: Fixed
    • Blocker
    • 3.0
    • 2.8.1
    • LiteCore
    • Security Level: Public
    • None
    • Jim 52
    • 5

    Description

      Core is crashing on this assertion:

         void ValueSlot::setPointer(const Value *v) {
              precondition(v != nullptr);
              if (_usuallyFalse(v == pointer()))
                  return;
              releaseValue();
              _pointer = uint64_t(size_t(retain(v)));
      >>>     assert(isPointer());
          }
      

      Jianmin Zhao asserts that there has been no change in the code that could cause this, since 2020. Oddlly, the Android/Java tests have suddenly started failing.

      Attachments

        1. crash.log
          41 kB
        2. crash-1.log
          137 kB
        3. crash-2.log
          3.80 MB
        No reviews matched the request. Check your Options in the drop-down menu of this sections header.

        Activity

          People

            jimb Jim Borden
            blake.meike Blake Meike
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved:

              Gerrit Reviews

                There are no open Gerrit changes

                PagerDuty