Project

General

Profile

Bug #56234

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

b83e229a4a5d9aaf785a49a24f23b9a3a90277f7a328eff188a34803ef5ae3cc


Description

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

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.9/distutils/version.py", in __gt__: c = self._cmp(other)
    File "/usr/lib/python3.9/distutils/version.py", in _cmp: other = StrictVersion(other)
    File "/usr/lib/python3.9/distutils/version.py", in __init__: self.parse(vstring)
    File "/usr/lib/python3.9/distutils/version.py", in parse: raise ValueError("invalid version number '%s'" % vstring)

Crash dump sample:
{
    "archived": "2022-04-30 20:16:22.273673",
    "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.9/distutils/version.py\", line 64, in __gt__\n    c = self._cmp(other)",
        "  File \"/usr/lib/python3.9/distutils/version.py\", line 168, in _cmp\n    other = StrictVersion(other)",
        "  File \"/usr/lib/python3.9/distutils/version.py\", line 40, in __init__\n    self.parse(vstring)",
        "  File \"/usr/lib/python3.9/distutils/version.py\", line 137, in parse\n    raise ValueError(\"invalid version number '%s'\" % vstring)",
        "<redacted>" 
    ],
    "ceph_version": "17.1.0",
    "crash_id": "2022-04-30T09:10:56.343850Z_3cd941dc-7f04-4ce8-9f99-f10d05ff7b7c",
    "entity_name": "mgr.1fc5707b58f67f423426acc2676495a53b72ffae",
    "mgr_module": "dashboard",
    "mgr_module_caller": "PyModule::load_subclass_of",
    "mgr_python_exception": "ValueError",
    "os_id": "debian",
    "os_name": "Debian GNU/Linux bookworm/sid",
    "process_name": "ceph-mgr",
    "stack_sig": "8e096c6f55cf0f5ff0eb80fdae31d46e037dc9928929320c1bd28148f165f18b",
    "timestamp": "2022-04-30T09:10:56.343850Z",
    "utsname_machine": "x86_64",
    "utsname_release": "5.16.0-5-amd64",
    "utsname_sysname": "Linux",
    "utsname_version": "#1 SMP PREEMPT Debian 5.16.14-1 (2022-03-15)" 
}

History

#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

Also available in: Atom PDF