Project

General

Profile

Actions

Bug #59860

open

crash: syscall()

Added by Telemetry Bot 12 months ago. Updated 12 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(RADOS):
Pull request ID:
Crash signature (v1):

3b6724b20e560801cecb9d552c7873d68f58ce00550eef15b16874626c4831f7


Description

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

Sanitized backtrace:

    syscall()
    base::internal::SpinLockWake(int volatile*, bool)
    tcmalloc::CentralFreeList::RemoveRange(void**, void**, int)
    tcmalloc::ThreadCache::FetchFromCentralCache(unsigned int, int, void* (*)(unsigned long))
    ceph::buffer::list::append(ceph::buffer::ptr const&, unsigned int, unsigned int)
    ceph::buffer::list::iterator_impl<true>::copy(unsigned int, ceph::buffer::list&)
    ClassHandler::ClassMethod::exec(void*, ceph::buffer::list&, ceph::buffer::list&)
    PrimaryLogPG::do_osd_ops(PrimaryLogPG::OpContext*, std::vector<OSDOp, std::allocator<OSDOp> >&)
    PrimaryLogPG::prepare_transaction(PrimaryLogPG::OpContext*)
    PrimaryLogPG::execute_ctx(PrimaryLogPG::OpContext*)
    PrimaryLogPG::do_op(boost::intrusive_ptr<OpRequest>&)
    OSD::dequeue_op(boost::intrusive_ptr<PG>, boost::intrusive_ptr<OpRequest>, ThreadPool::TPHandle&)
    ceph::osd::scheduler::PGOpItem::run(OSD*, OSDShard*, boost::intrusive_ptr<PG>&, ThreadPool::TPHandle&)
    OSD::ShardedOpWQ::_process(unsigned int, ceph::heartbeat_handle_d*)
    ShardedThreadPool::shardedthreadpool_worker(unsigned int)
    ShardedThreadPool::WorkThreadSharded::entry()

Crash dump sample:
{
    "archived": "2022-10-20 15:58:09.328124",
    "backtrace": [
        "/lib/x86_64-linux-gnu/libpthread.so.0(+0x13140) [0x7f327b6e1140]",
        "syscall()",
        "(base::internal::SpinLockWake(int volatile*, bool)+0x3f) [0x7f327ba7221f]",
        "(tcmalloc::CentralFreeList::RemoveRange(void**, void**, int)+0x118) [0x7f327ba62f98]",
        "(tcmalloc::ThreadCache::FetchFromCentralCache(unsigned int, int, void* (*)(unsigned long))+0x73) [0x7f327ba66863]",
        "(ceph::buffer::v15_2_0::list::append(ceph::buffer::v15_2_0::ptr const&, unsigned int, unsigned int)+0x3c) [0x557378217adc]",
        "(ceph::buffer::v15_2_0::list::iterator_impl<true>::copy(unsigned int, ceph::buffer::v15_2_0::list&)+0x48) [0x55737821f668]",
        "/usr/lib/rados-classes/libcls_rgw_gc.so(+0x1a43e) [0x7f326ed0143e]",
        "/usr/lib/rados-classes/libcls_rgw_gc.so(+0x109f9) [0x7f326ecf79f9]",
        "/usr/bin/ceph-osd(+0xd7a919) [0x5573779c9919]",
        "(ClassHandler::ClassMethod::exec(void*, ceph::buffer::v15_2_0::list&, ceph::buffer::v15_2_0::list&)+0x59) [0x5573779ca209]",
        "(PrimaryLogPG::do_osd_ops(PrimaryLogPG::OpContext*, std::vector<OSDOp, std::allocator<OSDOp> >&)+0x79b) [0x557377aa1a2b]",
        "(PrimaryLogPG::prepare_transaction(PrimaryLogPG::OpContext*)+0x9f) [0x557377ab432f]",
        "(PrimaryLogPG::execute_ctx(PrimaryLogPG::OpContext*)+0x30d) [0x557377ab635d]",
        "(PrimaryLogPG::do_op(boost::intrusive_ptr<OpRequest>&)+0x390b) [0x557377abee4b]",
        "(OSD::dequeue_op(boost::intrusive_ptr<PG>, boost::intrusive_ptr<OpRequest>, ThreadPool::TPHandle&)+0x19b) [0x55737792897b]",
        "(ceph::osd::scheduler::PGOpItem::run(OSD*, OSDShard*, boost::intrusive_ptr<PG>&, ThreadPool::TPHandle&)+0x69) [0x557377bf6d89]",
        "(OSD::ShardedOpWQ::_process(unsigned int, ceph::heartbeat_handle_d*)+0xad0) [0x55737795cbc0]",
        "(ShardedThreadPool::shardedthreadpool_worker(unsigned int)+0x41a) [0x55737803fc1a]",
        "(ShardedThreadPool::WorkThreadSharded::entry()+0x10) [0x5573780421f0]",
        "/lib/x86_64-linux-gnu/libpthread.so.0(+0x7ea7) [0x7f327b6d5ea7]",
        "clone()" 
    ],
    "ceph_version": "17.2.5",
    "crash_id": "2022-10-20T15:04:55.242072Z_eaee15d8-6caf-4766-a944-bb6b276e867c",
    "entity_name": "osd.fbf85626dc400fa09640ed55b7d62ad290828ad0",
    "os_id": "11",
    "os_name": "Debian GNU/Linux 11 (bullseye)",
    "os_version": "11 (bullseye)",
    "os_version_id": "11",
    "process_name": "ceph-osd",
    "stack_sig": "3b6724b20e560801cecb9d552c7873d68f58ce00550eef15b16874626c4831f7",
    "timestamp": "2022-10-20T15:04:55.242072Z",
    "utsname_machine": "x86_64",
    "utsname_release": "5.10.0-18-amd64",
    "utsname_sysname": "Linux",
    "utsname_version": "#1 SMP Debian 5.10.140-1 (2022-09-02)" 
}

Actions #1

Updated by Telemetry Bot 12 months ago

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

Updated by Matan Breizman 10 months ago

  • Related to Bug #61820: mon: segfault on rocksdb opening added
Actions #3

Updated by Matan Breizman 9 months ago

  • Related to deleted (Bug #61820: mon: segfault on rocksdb opening)
Actions

Also available in: Atom PDF