Project

General

Profile

Actions

Bug #56233

open

crash: File "mgr/dashboard/__init__.py", in <module>: from .module import Module, StandbyModule # noqa: F401

Added by Telemetry Bot almost 2 years ago. Updated over 1 year 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:
Pull request ID:
Crash signature (v1):

907403668501c4fdf9bbc81551b499e788d8f55da9b1f39166c7273816f79124
02fcfb79a1726f36f790314a453a8e91b96747163f79f5ef4c59438712ea287d
3f893983e716f2a7e368895904cf3485ac7064d3294a45ea14066a1576c818e3


Description

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

Sanitized backtrace:

    File "mgr/dashboard/__init__.py", in <module>: from .module import Module, StandbyModule  # noqa: F401
    File "mgr/dashboard/module.py", in <module>: patch_cherrypy(cherrypy.__version__)
    File "mgr/dashboard/cherrypy_backports.py", in patch_cherrypy: accept_socket_error_0(v)
    File "mgr/dashboard/cherrypy_backports.py", in accept_socket_error_0: if v < StrictVersion("9.0.0") or cheroot_version < StrictVersion("6.5.5"):
    File "/lib/python3.10/distutils/version.py", in __gt__: c = self._cmp(other)
    File "/lib/python3.10/distutils/version.py", in _cmp: other = StrictVersion(other)
    File "/lib/python3.10/distutils/version.py", in __init__: self.parse(vstring)
    File "/lib/python3.10/distutils/version.py", in parse: raise ValueError("invalid version number '%s'" % vstring)

Crash dump sample:
{
    "backtrace": [
        "  File \"/usr/share/ceph/mgr/dashboard/__init__.py\", line 52, in <module>\n    from .module import Module, StandbyModule  # noqa: F401",
        "  File \"/usr/share/ceph/mgr/dashboard/module.py\", line 49, in <module>\n    patch_cherrypy(cherrypy.__version__)",
        "  File \"/usr/share/ceph/mgr/dashboard/cherrypy_backports.py\", line 197, in patch_cherrypy\n    accept_socket_error_0(v)",
        "  File \"/usr/share/ceph/mgr/dashboard/cherrypy_backports.py\", line 124, in accept_socket_error_0\n    if v < StrictVersion(\"9.0.0\") or cheroot_version < StrictVersion(\"6.5.5\"):",
        "  File \"/lib/python3.10/distutils/version.py\", line 64, in __gt__\n    c = self._cmp(other)",
        "  File \"/lib/python3.10/distutils/version.py\", line 168, in _cmp\n    other = StrictVersion(other)",
        "  File \"/lib/python3.10/distutils/version.py\", line 40, in __init__\n    self.parse(vstring)",
        "  File \"/lib/python3.10/distutils/version.py\", line 137, in parse\n    raise ValueError(\"invalid version number '%s'\" % vstring)",
        "<redacted>" 
    ],
    "ceph_version": "17.2.0",
    "crash_id": "2022-06-21T10:13:21.260121Z_d300aa4e-3ee4-4146-bd91-09843edc689f",
    "entity_name": "mgr.f266b3ad26d5d45ae5374057b8b86b4cc3337fdf",
    "mgr_module": "dashboard",
    "mgr_module_caller": "PyModule::load_subclass_of",
    "mgr_python_exception": "ValueError",
    "os_id": "22.04",
    "os_name": "Ubuntu 22.04 LTS",
    "os_version": "22.04 LTS (Jammy Jellyfish)",
    "os_version_id": "22.04",
    "process_name": "ceph-mgr",
    "stack_sig": "3f893983e716f2a7e368895904cf3485ac7064d3294a45ea14066a1576c818e3",
    "timestamp": "2022-06-21T10:13:21.260121Z",
    "utsname_machine": "x86_64",
    "utsname_release": "5.4.0-117-generic",
    "utsname_sysname": "Linux",
    "utsname_version": "#132-Ubuntu SMP Thu Jun 2 00:39:06 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, v17.2.0 added
Actions #2

Updated by Telemetry Bot over 1 year ago

  • Crash signature (v1) updated (diff)
  • Crash signature (v2) updated (diff)
Actions

Also available in: Atom PDF