Project

General

Profile

Actions

Bug #61009

open

crash: void interval_set<T, C>::erase(T, T, std::function<bool(T, T)>) [with T = inodeno_t; C = std::map]: assert(p->first <= start)

Added by Telemetry Bot about 1 year ago. Updated 7 days ago.

Status:
Fix Under Review
Priority:
Normal
Assignee:
Category:
Correctness/Safety
Target version:
% Done:

100%

Source:
Telemetry
Tags:
Backport:
reef,quincy,pacific
Regression:
No
Severity:
2 - major
Reviewed:
Affected Versions:
ceph-qa-suite:
Component(FS):
MDS
Labels (FS):
Pull request ID:
Crash signature (v1):

4e206621a98d608785fc55ccbeed72a8e30bdec5abd3aba2539532c0775833cb
f49c2f445b22540a1656aca2f64257fee623114cc65ade3553fda74a5bdbe465
f9026600d57dd2f850c5c5a65c1d1e1f6c55e33d29992655feac5a68a6c0bc5d


Description

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

Assert condition: p->first <= start
Assert function: void interval_set<T, C>::erase(T, T, std::function<bool(T, T)>) [with T = inodeno_t; C = std::map]

Sanitized backtrace:

    interval_set<inodeno_t, std::map>::erase(inodeno_t, inodeno_t, std::function<bool (inodeno_t, inodeno_t)>)
    EMetaBlob::replay(MDSRank*, LogSegment*, MDPeerUpdate*)
    EUpdate::replay(MDSRank*)
    MDLog::_replay_thread()
    MDLog::ReplayThread::entry()

Crash dump sample:
{
    "assert_condition": "p->first <= start",
    "assert_file": "include/interval_set.h",
    "assert_func": "void interval_set<T, C>::erase(T, T, std::function<bool(T, T)>) [with T = inodeno_t; C = std::map]",
    "assert_line": 568,
    "assert_msg": "include/interval_set.h: In function 'void interval_set<T, C>::erase(T, T, std::function<bool(T, T)>) [with T = inodeno_t; C = std::map]' thread 7fad56dac700 time 2023-04-26T14:34:47.285484+0000\ninclude/interval_set.h: 568: FAILED ceph_assert(p->first <= start)",
    "assert_thread_name": "md_log_replay",
    "backtrace": [
        "/lib64/libpthread.so.0(+0x12cf0) [0x7fad661eccf0]",
        "gsignal()",
        "abort()",
        "(ceph::__ceph_assert_fail(char const*, char const*, int, char const*)+0x18f) [0x7fad671f2499]",
        "/usr/lib64/ceph/libceph-common.so.2(+0x269605) [0x7fad671f2605]",
        "(interval_set<inodeno_t, std::map>::erase(inodeno_t, inodeno_t, std::function<bool (inodeno_t, inodeno_t)>)+0x2e5) [0x562d23e24ce5]",
        "(EMetaBlob::replay(MDSRank*, LogSegment*, MDPeerUpdate*)+0x59cd) [0x562d2412740d]",
        "(EUpdate::replay(MDSRank*)+0x40) [0x562d241285a0]",
        "(MDLog::_replay_thread()+0x9b3) [0x562d240ae443]",
        "(MDLog::ReplayThread::entry()+0x11) [0x562d23d6ae31]",
        "/lib64/libpthread.so.0(+0x81ca) [0x7fad661e21ca]",
        "clone()" 
    ],
    "ceph_version": "17.2.5",
    "crash_id": "2023-04-26T14:34:47.292303Z_8606677b-4c0a-42e6-ac20-3d0a882cdbbf",
    "entity_name": "mds.488564f788c5cab7df94f7533a23bb23d498d7c8",
    "os_id": "centos",
    "os_name": "CentOS Stream",
    "os_version": "8",
    "os_version_id": "8",
    "process_name": "ceph-mds",
    "stack_sig": "f9026600d57dd2f850c5c5a65c1d1e1f6c55e33d29992655feac5a68a6c0bc5d",
    "timestamp": "2023-04-26T14:34:47.292303Z",
    "utsname_machine": "x86_64",
    "utsname_release": "6.2.9-200.fc37.x86_64",
    "utsname_sysname": "Linux",
    "utsname_version": "#1 SMP PREEMPT_DYNAMIC Thu Mar 30 22:31:57 UTC 2023" 
}


Subtasks 2 (0 open2 closed)

Bug #54943: crash: void interval_set<T, C>::erase(T, T, std::function<bool(T, T)>) [with T = inodeno_t; C = std::map]: assert(p->first <= start)Duplicate

Actions
Bug #62356: mds: src/include/interval_set.h: 538: FAILED ceph_assert(p->first <= start)DuplicateXiubo Li

Actions

Related issues 4 (2 open2 closed)

Related to CephFS - Bug #60241: crash: void interval_set<T, C>::erase(T, T, std::function<bool(T, T)>) [with T = inodeno_t; C = std::map]: assert(p->first <= start)New

Actions
Related to CephFS - Bug #60629: crash: void interval_set<T, C>::erase(T, T, std::function<bool(T, T)>) [with T = inodeno_t; C = std::map]: assert(p != m.end())New

Actions
Related to CephFS - Bug #58489: mds stuck in 'up:replay' and crashed.ResolvedXiubo Li

Actions
Related to CephFS - Bug #63103: mds: disable delegating inode ranges to clientsRejectedVenky Shankar

Actions
Actions

Also available in: Atom PDF