Project

General

Profile

Actions

Bug #60372

open

crash: void Server::_unlink_local(MDRequestRef&, CDentry*, CDentry*): assert(in->first <= straydn->first)

Added by Telemetry Bot 11 months ago. Updated 11 months ago.

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

0%

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

a228b3ff608e000ced7c484f7ac42bd6d19ddeb3219cf77fc43908122d0a17ce


Description

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

Assert condition: in->first <= straydn->first
Assert function: void Server::_unlink_local(MDRequestRef&, CDentry*, CDentry*)

Sanitized backtrace:

    Server::_unlink_local(boost::intrusive_ptr<MDRequestImpl>&, CDentry*, CDentry*)
    MDSContext::complete(int)
    void finish_contexts<std::vector<MDSContext*, std::allocator<MDSContext*> > >(ceph::common::CephContext*, std::vector<MDSContext*, std::allocator<MDSContext*> >&, int)
    MDSCacheObject::finish_waiting(unsigned long, int)
    Locker::eval_gather(SimpleLock*, bool, bool*, std::vector<MDSContext*, std::allocator<MDSContext*> >*)
    Locker::dispatch(boost::intrusive_ptr<Message const> const&)
    MDSRank::_dispatch(boost::intrusive_ptr<Message const> const&, bool)
    MDSRankDispatcher::ms_dispatch(boost::intrusive_ptr<Message const> const&)
    MDSDaemon::ms_dispatch2(boost::intrusive_ptr<Message> const&)
    DispatchQueue::entry()
    DispatchQueue::DispatchThread::entry()

Crash dump sample:
{
    "archived": "2023-03-28 17:27:08.333667",
    "assert_condition": "in->first <= straydn->first",
    "assert_file": "mds/Server.cc",
    "assert_func": "void Server::_unlink_local(MDRequestRef&, CDentry*, CDentry*)",
    "assert_line": 7863,
    "assert_msg": "mds/Server.cc: In function 'void Server::_unlink_local(MDRequestRef&, CDentry*, CDentry*)' thread 7f0478173700 time 2023-03-28T20:07:01.539221+0300\nmds/Server.cc: 7863: FAILED ceph_assert(in->first <= straydn->first)",
    "assert_thread_name": "ms_dispatch",
    "backtrace": [
        "/lib/x86_64-linux-gnu/libpthread.so.0(+0x13140) [0x7f047d3c4140]",
        "gsignal()",
        "abort()",
        "(ceph::__ceph_assert_fail(char const*, char const*, int, char const*)+0x17e) [0x7f047d6a0296]",
        "/usr/lib/ceph/libceph-common.so.2(+0x25a3da) [0x7f047d6a03da]",
        "(Server::_unlink_local(boost::intrusive_ptr<MDRequestImpl>&, CDentry*, CDentry*)+0x11af) [0x56173e3c717f]",
        "(MDSContext::complete(int)+0x5b) [0x56173e6913cb]",
        "(void finish_contexts<std::vector<MDSContext*, std::allocator<MDSContext*> > >(ceph::common::CephContext*, std::vector<MDSContext*, std::allocator<MDSContext*> >&, int)+0x98) [0x56173e357de8]",
        "(MDSCacheObject::finish_waiting(unsigned long, int)+0x58) [0x56173e6b2a78]",
        "(Locker::eval_gather(SimpleLock*, bool, bool*, std::vector<MDSContext*, std::allocator<MDSContext*> >*)+0x121c) [0x56173e55354c]",
        "(Locker::dispatch(boost::intrusive_ptr<Message const> const&)+0x1ac) [0x56173e567d7c]",
        "(MDSRank::_dispatch(boost::intrusive_ptr<Message const> const&, bool)+0x5c0) [0x56173e375b40]",
        "(MDSRankDispatcher::ms_dispatch(boost::intrusive_ptr<Message const> const&)+0x58) [0x56173e376138]",
        "(MDSDaemon::ms_dispatch2(boost::intrusive_ptr<Message> const&)+0x1bf) [0x56173e35140f]",
        "(Messenger::ms_deliver_dispatch(boost::intrusive_ptr<Message> const&)+0x468) [0x7f047d8ea7a8]",
        "(DispatchQueue::entry()+0x5ef) [0x7f047d8e7eaf]",
        "(DispatchQueue::DispatchThread::entry()+0xd) [0x7f047d9aa19d]",
        "/lib/x86_64-linux-gnu/libpthread.so.0(+0x7ea7) [0x7f047d3b8ea7]",
        "clone()" 
    ],
    "ceph_version": "17.2.5",
    "crash_id": "2023-03-28T17:07:01.548466Z_a6ffd827-533d-44f6-adf5-69a147bc0e19",
    "entity_name": "mds.0573ab21f4ecbcf24c55e70cdd78cccf8ead769b",
    "os_id": "11",
    "os_name": "Debian GNU/Linux 11 (bullseye)",
    "os_version": "11 (bullseye)",
    "os_version_id": "11",
    "process_name": "ceph-mds",
    "stack_sig": "a228b3ff608e000ced7c484f7ac42bd6d19ddeb3219cf77fc43908122d0a17ce",
    "timestamp": "2023-03-28T17:07:01.548466Z",
    "utsname_machine": "x86_64",
    "utsname_release": "5.10.0-21-amd64",
    "utsname_sysname": "Linux",
    "utsname_version": "#1 SMP Debian 5.10.162-1 (2023-01-21)" 
}


Related issues 1 (1 open0 closed)

Related to CephFS - Bug #60669: crash: void Server::_unlink_local(MDRequestRef&, CDentry*, CDentry*): assert(in->first <= straydn->first)New

Actions
Actions #1

Updated by Telemetry Bot 11 months ago

  • Crash signature (v1) updated (diff)
  • Crash signature (v2) updated (diff)
  • Affected Versions v16.2.11, v17.2.5 added
Actions #2

Updated by Milind Changire 10 months ago

  • Related to Bug #60669: crash: void Server::_unlink_local(MDRequestRef&, CDentry*, CDentry*): assert(in->first <= straydn->first) added
Actions

Also available in: Atom PDF