After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 776242 - crash on wayland session
crash on wayland session
Status: RESOLVED DUPLICATE of bug 763615
Product: d-feet
Classification: Other
Component: general
0.3.x
Other Linux
: Normal normal
: ---
Assigned To: D-Feet Maintainer(s)
D-Feet Maintainer(s)
Depends on:
Blocks:
 
 
Reported: 2016-12-18 17:51 UTC by Lionel Landwerlin
Modified: 2017-06-06 11:40 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Lionel Landwerlin 2016-12-18 17:51:21 UTC
Every other startup of d-feet I get as crash. This is with d-feet 0.3.11. Here is the backtrace :

/usr/lib/python3/dist-packages/dfeet/wnck_utils.py:9: PyGIWarning: Wnck was imported without specifying a version first. Use gi.require_version('Wnck', '3.0') before import to ensure that the right version gets loaded.
  from gi.repository import Wnck
[New Thread 0x7fffdc392700 (LWP 20573)]

Thread 1 "python3" received signal SIGSEGV, Segmentation fault.
0x00007fffdb967e65 in wnck_screen_get () from /usr/lib/x86_64-linux-gnu/libwnck-3.so.0
(gdb) bt
  • #0 wnck_screen_get
    from /usr/lib/x86_64-linux-gnu/libwnck-3.so.0
  • #1 ffi_call_unix64
    from /usr/lib/x86_64-linux-gnu/libffi.so.6
  • #2 ffi_call
    from /usr/lib/x86_64-linux-gnu/libffi.so.6
  • #3 ??
    from /usr/lib/python3/dist-packages/gi/_gi.cpython-35m-x86_64-linux-gnu.so
  • #4 ??
    from /usr/lib/python3/dist-packages/gi/_gi.cpython-35m-x86_64-linux-gnu.so
  • #5 PyObject_Call
  • #6 PyEval_EvalFrameEx
  • #7 PyEval_EvalCodeEx
  • #8 ??
  • #9 PyObject_Call
  • #10 ??
  • #11 PyObject_Call
  • #12 ??
  • #13 ??
  • #14 PyObject_Call
  • #15 PyEval_EvalFrameEx
  • #16 PyEval_EvalFrameEx
  • #17 PyEval_EvalCodeEx
  • #18 ??
  • #19 PyObject_Call
  • #20 ??
  • #21 PyObject_Call
  • #22 ??
  • #23 ??
  • #24 PyObject_Call
  • #25 PyEval_EvalFrameEx
  • #26 PyEval_EvalFrameEx
  • #27 PyEval_EvalFrameEx
  • #28 PyEval_EvalFrameEx
  • #29 PyEval_EvalCodeEx
  • #30 ??
  • #31 PyObject_Call
  • #32 ??
  • #33 PyObject_Call
  • #34 PyEval_CallObjectWithKeywords
  • #35 ??
    from /usr/lib/python3/dist-packages/gi/_gi.cpython-35m-x86_64-linux-gnu.so
  • #36 ffi_closure_unix64_inner
    from /usr/lib/x86_64-linux-gnu/libffi.so.6
  • #37 ffi_closure_unix64
    from /usr/lib/x86_64-linux-gnu/libffi.so.6
  • #38 ??
    from /usr/lib/x86_64-linux-gnu/libgio-2.0.so.0
  • #39 ??
    from /usr/lib/x86_64-linux-gnu/libgio-2.0.so.0
  • #40 ??
    from /usr/lib/x86_64-linux-gnu/libgio-2.0.so.0
  • #41 ??
    from /usr/lib/x86_64-linux-gnu/libgio-2.0.so.0
  • #42 ??
    from /usr/lib/x86_64-linux-gnu/libgio-2.0.so.0
  • #43 ??
    from /usr/lib/x86_64-linux-gnu/libgio-2.0.so.0
  • #44 ??
    from /usr/lib/x86_64-linux-gnu/libgio-2.0.so.0
  • #45 ??
    from /usr/lib/x86_64-linux-gnu/libgio-2.0.so.0
  • #46 g_main_context_dispatch
    from /lib/x86_64-linux-gnu/libglib-2.0.so.0
  • #47 ??
    from /lib/x86_64-linux-gnu/libglib-2.0.so.0
  • #48 g_main_context_iteration
    from /lib/x86_64-linux-gnu/libglib-2.0.so.0
  • #49 g_application_run
    from /usr/lib/x86_64-linux-gnu/libgio-2.0.so.0
  • #50 ffi_call_unix64
    from /usr/lib/x86_64-linux-gnu/libffi.so.6

Comment 1 Debarshi Ray 2017-06-06 11:38:09 UTC
*** Bug 763615 has been marked as a duplicate of this bug. ***
Comment 2 Debarshi Ray 2017-06-06 11:39:16 UTC

*** This bug has been marked as a duplicate of bug 763615 ***
Comment 3 Debarshi Ray 2017-06-06 11:40:20 UTC
For the sake of posterity, this Fedora bug has a fuller backtrace:
https://bugzilla.redhat.com/show_bug.cgi?id=1432996