Project

General

Profile

Actions

Bug #56298

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):

199e7b8f028a74cebd517e9473bd59e07c59174b861ffa9e5723221b17e2a9d7


Description

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

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 "/usr/lib/python3.10/distutils/version.py", in __gt__: c = self._cmp(other)
    File "/usr/lib/python3.10/distutils/version.py", in _cmp: other = StrictVersion(other)
    File "/usr/lib/python3.10/distutils/version.py", in __init__: self.parse(vstring)
    File "/usr/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 \"/usr/lib/python3.10/distutils/version.py\", line 64, in __gt__\n    c = self._cmp(other)",
        "  File \"/usr/lib/python3.10/distutils/version.py\", line 168, in _cmp\n    other = StrictVersion(other)",
        "  File \"/usr/lib/python3.10/distutils/version.py\", line 40, in __init__\n    self.parse(vstring)",
        "  File \"/usr/lib/python3.10/distutils/version.py\", line 137, in parse\n    raise ValueError(\"invalid version number '%s'\" % vstring)",
        "<redacted>" 
    ],
    "ceph_version": "17.1.0",
    "crash_id": "2022-05-13T10:29:14.876159Z_38045236-074c-4d26-bd94-9f89e9317128",
    "entity_name": "mgr.28226f220e0e22374cd18de080194dfa2b754422",
    "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": "e1692964ba201790a22792a918040130a2ed563ab43bde9b3d250131f077bce9",
    "timestamp": "2022-05-13T10:29:14.876159Z",
    "utsname_machine": "x86_64",
    "utsname_release": "5.15.0-27-generic",
    "utsname_sysname": "Linux",
    "utsname_version": "#28-Ubuntu SMP Thu Apr 14 04:55:28 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