Project

General

Profile

Actions

Bug #56235

open

crash: bool SimpleBitmap::set(uint64_t, uint64_t): assert(offset + length < m_num_bits)

Added by Telemetry Bot almost 2 years ago. Updated over 1 year ago.

Status:
New
Priority:
Normal
Assignee:
-
Target version:
-
% Done:

0%

Source:
Telemetry
Tags:
Backport:
Regression:
No
Severity:
3 - minor
Reviewed:
Affected Versions:
ceph-qa-suite:
Pull request ID:
Crash signature (v1):

2c0e4f25e2aeee9a25262d8a19ebe8e43ebb85311d956445500917caec3c2ce2


Description

http://telemetry.front.sepia.ceph.com:4000/d/jByk5HaMz/crash-spec-x-ray?orgId=1&var-sig_v2=402b805f7d0461c2c6445d4dc9134d01e681628f9fbbd37b9c603b4ef0b7eb8e

Assert condition: offset + length < m_num_bits
Assert function: bool SimpleBitmap::set(uint64_t, uint64_t)

Sanitized backtrace:

    pthread_kill()
    raise()
    SimpleBitmap::set(unsigned long, unsigned long)
    BlueStore::read_allocation_from_single_onode(SimpleBitmap*, boost::intrusive_ptr<BlueStore::Onode>&, BlueStore::read_alloc_stats_t&)
    BlueStore::read_allocation_from_onodes(SimpleBitmap*, BlueStore::read_alloc_stats_t&)
    BlueStore::reconstruct_allocations(SimpleBitmap*, BlueStore::read_alloc_stats_t&)
    BlueStore::read_allocation_from_drive_on_startup()
    BlueStore::_init_alloc(std::map<unsigned long, unsigned long, std::less<unsigned long>, std::allocator<std::pair<unsigned long const, unsigned long> > >*)
    BlueStore::_open_db_and_around(bool, bool)
    BlueStore::_fsck(BlueStore::FSCKDepth, bool)

Crash dump sample:
{
    "assert_condition": "offset + length < m_num_bits",
    "assert_file": "os/bluestore/simple_bitmap.cc",
    "assert_func": "bool SimpleBitmap::set(uint64_t, uint64_t)",
    "assert_line": 54,
    "assert_msg": "os/bluestore/simple_bitmap.cc: In function 'bool SimpleBitmap::set(uint64_t, uint64_t)' thread 7f658d494900 time 2022-04-02T13:44:21.584662-0400\nos/bluestore/simple_bitmap.cc: 54: FAILED ceph_assert(offset + length < m_num_bits)",
    "assert_thread_name": "ceph-bluestore-",
    "backtrace": [
        "/lib/x86_64-linux-gnu/libc.so.6(+0x42520) [0x7f658d7d7520]",
        "pthread_kill()",
        "raise()",
        "abort()",
        "(ceph::__ceph_assert_fail(char const*, char const*, int, char const*)+0x182) [0x7f658e3d03c3]",
        "/usr/lib/x86_64-linux-gnu/ceph/libceph-common.so.2(+0x257525) [0x7f658e3d0525]",
        "(SimpleBitmap::set(unsigned long, unsigned long)+0x683) [0x561a1a3eaab3]",
        "(BlueStore::read_allocation_from_single_onode(SimpleBitmap*, boost::intrusive_ptr<BlueStore::Onode>&, BlueStore::read_alloc_stats_t&)+0x265) [0x561a1a324695]",
        "(BlueStore::read_allocation_from_onodes(SimpleBitmap*, BlueStore::read_alloc_stats_t&)+0x971) [0x561a1a3688c1]",
        "(BlueStore::reconstruct_allocations(SimpleBitmap*, BlueStore::read_alloc_stats_t&)+0x5a) [0x561a1a3692aa]",
        "(BlueStore::read_allocation_from_drive_on_startup()+0xa1) [0x561a1a3759b1]",
        "(BlueStore::_init_alloc(std::map<unsigned long, unsigned long, std::less<unsigned long>, std::allocator<std::pair<unsigned long const, unsigned long> > >*)+0x9db) [0x561a1a3765cb]",
        "(BlueStore::_open_db_and_around(bool, bool)+0x372) [0x561a1a3ad812]",
        "(BlueStore::_fsck(BlueStore::FSCKDepth, bool)+0x188) [0x561a1a3afc18]",
        "main()",
        "/lib/x86_64-linux-gnu/libc.so.6(+0x29d90) [0x7f658d7bed90]",
        "__libc_start_main()",
        "_start()" 
    ],
    "ceph_version": "17.1.0",
    "crash_id": "2022-04-02T17:44:21.611030Z_1af8ef3a-9193-4cb7-845a-fbab1d9facbd",
    "entity_name": "client.590b341930fefd001f0579e71f44665ac78a651f",
    "os_id": "22.04",
    "os_name": "Ubuntu Jammy Jellyfish (development branch)",
    "os_version": "22.04 (Jammy Jellyfish)",
    "os_version_id": "22.04",
    "process_name": "ceph-bluestore-",
    "stack_sig": "2c0e4f25e2aeee9a25262d8a19ebe8e43ebb85311d956445500917caec3c2ce2",
    "timestamp": "2022-04-02T17:44:21.611030Z",
    "utsname_machine": "x86_64",
    "utsname_release": "5.15.0-23-generic",
    "utsname_sysname": "Linux",
    "utsname_version": "#23-Ubuntu SMP Fri Mar 11 14:54:05 UTC 2022" 
}

Actions #1

Updated by Telemetry Bot almost 2 years ago

  • Crash signature (v1) updated (diff)
  • Crash signature (v2) updated (diff)
  • Affected Versions v17.1.0 added
Actions

Also available in: Atom PDF