Advertisement
Guest User

Untitled

a guest
Nov 13th, 2019
129
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.60 KB | None | 0 0
  1. Using host libthread_db library "/lib/x86_64-linux-gnu/libthread_db.so.1".
  2. Core was generated by `sway -d'.
  3. Program terminated with signal SIGSEGV, Segmentation fault.
  4. #0 wlr_seat_keyboard_enter (seat=0x5586cbb437a0, surface=0x746f6f7222203a22, keycodes=0x5586cc0ef2d0, num_keycodes=0, modifiers=0x5586cc0edec0) at ../types/seat/wlr_seat_keyboard.c:232
  5. 232 ../types/seat/wlr_seat_keyboard.c: No such file or directory.
  6. [Current thread is 1 (Thread 0x7f3f942a6980 (LWP 2755))]
  7. (gdb) bt full
  8. #0 wlr_seat_keyboard_enter (seat=0x5586cbb437a0, surface=0x746f6f7222203a22, keycodes=0x5586cc0ef2d0, num_keycodes=0, modifiers=0x5586cc0edec0) at ../types/seat/wlr_seat_keyboard.c:232
  9. wl_client = <optimised out>
  10. client = 0x0
  11. focused_client = <optimised out>
  12. focused_surface = <optimised out>
  13. event = {seat = 0x7ffe40e07180, old_surface = 0x5586cb5d34e5 <set_activated+83>, new_surface = 0x0}
  14. #1 0x00005586cb5dbb6f in seat_keyboard_notify_enter ()
  15. No symbol table info available.
  16. #2 0x00005586cb5de2e1 in seat_set_focus_surface ()
  17. No symbol table info available.
  18. #3 0x00005586cb5de393 in seat_set_focus_layer ()
  19. No symbol table info available.
  20. #4 0x00005586cb5ddca8 in seat_set_focus ()
  21. No symbol table info available.
  22. #5 0x00005586cb5de23d in seat_set_focus_container ()
  23. No symbol table info available.
  24. #6 0x00005586cb5e02ee in handle_button ()
  25. No symbol table info available.
  26. #7 0x00005586cb5dee5e in seatop_button ()
  27. No symbol table info available.
  28. #8 0x00005586cb5d678b in dispatch_cursor_button ()
  29. No symbol table info available.
  30. #9 0x00005586cb5d6865 in handle_cursor_button ()
  31. No symbol table info available.
  32. #10 0x00007f3f95225fcc in wlr_signal_emit_safe (signal=<optimised out>, data=0x7ffe40e07180) at ../util/signal.c:29
  33. pos = 0x5586cbb45580
  34. l = 0x5586cbb45580
  35. cursor = {link = {prev = 0x5586cbb45580, next = 0x7ffe40e070c0}, notify = 0x7f3f95225f40 <handle_noop>}
  36. end = {link = {prev = 0x7ffe40e070a0, next = 0x5586cbb456e8}, notify = 0x7f3f95225f40 <handle_noop>}
  37. #11 0x00007f3f95225fcc in wlr_signal_emit_safe (signal=<optimised out>, data=data@entry=0x7ffe40e07180) at ../util/signal.c:29
  38. pos = 0x5586cbf8a470
  39. l = 0x5586cbf8a470
  40. cursor = {link = {prev = 0x5586cbf8a470, next = 0x7ffe40e07130}, notify = 0x7f3f95225f40 <handle_noop>}
  41. end = {link = {prev = 0x7ffe40e07110, next = 0x5586cbf8a368}, notify = 0x7f3f95225f40 <handle_noop>}
  42. #12 0x00007f3f951ee82c in handle_pointer_button (event=event@entry=0x5586cbb68430, libinput_dev=<optimised out>) at ../backend/libinput/pointer.c:88
  43. wlr_dev = 0x5586cbf8a2c0
  44. pevent = 0x5586cbb68430
  45. wlr_event = {device = 0x5586cbf8a2c0, time_msec = 67879, button = 272, state = WLR_BUTTON_PRESSED}
  46. #13 0x00007f3f951edc84 in handle_libinput_event (backend=backend@entry=0x5586cb97c9e0, event=event@entry=0x5586cbb68430) at ../backend/libinput/events.c:246
  47. libinput_dev = <optimised out>
  48. event_type = <optimised out>
  49. #14 0x00007f3f951ed45b in handle_libinput_readable (fd=<optimised out>, mask=<optimised out>, _backend=0x5586cb97c9e0) at ../backend/libinput/backend.c:41
  50. backend = 0x5586cb97c9e0
  51. event = 0x5586cbb68430
  52. #15 0x00007f3f95265f0a in wl_event_loop_dispatch () from /lib/x86_64-linux-gnu/libwayland-server.so.0
  53. No symbol table info available.
  54. #16 0x00007f3f95264ac5 in wl_display_run () from /lib/x86_64-linux-gnu/libwayland-server.so.0
  55. No symbol table info available.
  56. #17 0x00005586cb5c7f40 in server_run ()
  57. No symbol table info available.
  58. #18 0x00005586cb5c7574 in main ()
  59. No symbol table info available.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement