Project

General

Profile

Actions

Bug #56256

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

517ff7cc74f5839e191b56d815bcc43378a80d441495b8633caac80725b30b5b


Description

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

Sanitized backtrace:

    File "mgr/dashboard/__init__.py", in <module>: from .module import Module, StandbyModule  # noqa: F401
    File "mgr/dashboard/module.py", in <module>: from .controllers import Router, json_error_page
    File "mgr/dashboard/controllers/__init__.py", in <module>: from ._api_router import APIRouter
    File "mgr/dashboard/controllers/_api_router.py", in <module>: from ._router import Router
    File "mgr/dashboard/controllers/_router.py", in <module>: from ._base_controller import BaseController
    File "mgr/dashboard/controllers/_base_controller.py", in <module>: from ..services.auth import AuthManager, JwtManager
    File "mgr/dashboard/services/auth.py", in <module>: from .access_control import LocalAuthenticator, UserDoesNotExist
    File "mgr/dashboard/services/access_control.py", in <module>: def set_login_credentials_cmd(_, username: str, inbuf: str):
    File "mgr/mgr_module.py", in __call__: self.store_func_metadata(func)
    File "mgr/mgr_module.py", in store_func_metadata: self.load_func_metadata(f)
    File "mgr/mgr_module.py", in load_func_metadata: args.append(CephArgtype.to_argdesc(arg_spec[arg],

Crash dump sample:
{
    "backtrace": [
        "  File \"/usr/local/share/ceph/mgr/dashboard/__init__.py\", line 52, in <module>\n    from .module import Module, StandbyModule  # noqa: F401",
        "  File \"/usr/local/share/ceph/mgr/dashboard/module.py\", line 28, in <module>\n    from .controllers import Router, json_error_page",
        "  File \"/usr/local/share/ceph/mgr/dashboard/controllers/__init__.py\", line 1, in <module>\n    from ._api_router import APIRouter",
        "  File \"/usr/local/share/ceph/mgr/dashboard/controllers/_api_router.py\", line 1, in <module>\n    from ._router import Router",
        "  File \"/usr/local/share/ceph/mgr/dashboard/controllers/_router.py\", line 7, in <module>\n    from ._base_controller import BaseController",
        "  File \"/usr/local/share/ceph/mgr/dashboard/controllers/_base_controller.py\", line 11, in <module>\n    from ..services.auth import AuthManager, JwtManager",
        "  File \"/usr/local/share/ceph/mgr/dashboard/services/auth.py\", line 15, in <module>\n    from .access_control import LocalAuthenticator, UserDoesNotExist",
        "  File \"/usr/local/share/ceph/mgr/dashboard/services/access_control.py\", line 579, in <module>\n    def set_login_credentials_cmd(_, username: str, inbuf: str):",
        "  File \"/usr/local/share/ceph/mgr/mgr_module.py\", line 387, in __call__\n    self.store_func_metadata(func)",
        "  File \"/usr/local/share/ceph/mgr/mgr_module.py\", line 384, in store_func_metadata\n    self.load_func_metadata(f)",
        "  File \"/usr/local/share/ceph/mgr/mgr_module.py\", line 376, in load_func_metadata\n    args.append(CephArgtype.to_argdesc(arg_spec[arg],",
        "<redacted>" 
    ],
    "ceph_version": "17.1.0",
    "crash_id": "2022-04-18T19:58:52.037126Z_a24115e0-fead-4502-ab6e-96ee37944724",
    "entity_name": "mgr.d88e23551dda7ea565c467587ebb5b8a2717d7bd",
    "mgr_module": "dashboard",
    "mgr_module_caller": "PyModule::load_subclass_of",
    "mgr_python_exception": "TypeError",
    "os_id": "11",
    "os_name": "Debian GNU/Linux 11 (bullseye)",
    "os_version": "11 (bullseye)",
    "os_version_id": "11",
    "process_name": "ceph-mgr",
    "stack_sig": "a14f55c2a485db505c0ca35f5e307250955ed815ae410d8840180ae8321c8e80",
    "timestamp": "2022-04-18T19:58:52.037126Z",
    "utsname_machine": "x86_64",
    "utsname_release": "5.13.19-4-pve",
    "utsname_sysname": "Linux",
    "utsname_version": "#1 SMP PVE 5.13.19-9 (Mon, 07 Feb 2022 11:01:14 +0100)" 
}

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