gnome-shell에서 오류 추적

gnome-shell에서 오류 추적

초당 여러 번씩 시스템 로그에 다음 내용이 표시됩니다.

Nov 10 17:01:21 madhatter gnome-shell[2949]: Object St.Button (0x55b4087421b0), has been already deallocated — impossible to get any property from it. This might be caused by the object having been destroyed from C code using something such as destroy(), dispose(), or remove() vfuncs.
Nov 10 17:01:21 madhatter gnome-shell[2949]: == Stack trace for context 0x55b3b9ddc5a0 ==
Nov 10 17:01:21 madhatter gnome-shell[2949]: #0   7ffc69950f60 b   resource:///org/gnome/shell/ui/workspace.js:695 (7fa33df71160 @ 15)
Nov 10 17:01:21 madhatter gnome-shell[2949]: #1   7ffc69951010 b   self-hosted:975 (7fa33de2e160 @ 392)

오류 메시지나 스택 추적 모두 많은 정보를 제공하지 않습니다. 이 오류에 대한 세부정보를 추적하는 방법에 대한 조언을 받고 싶습니다.

관련 정보