Advertisement
Guest User

Untitled

a guest
Aug 28th, 2019
157
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
GDB 7.39 KB | None | 0 0
  1. Reading symbols from /home/nicolai/.local/src/progs/wayland/sway/build/sway/sway...
  2. [New LWP 31929]
  3. [New LWP 31931]
  4. [Thread debugging using libthread_db enabled]
  5. Using host libthread_db library "/usr/lib/libthread_db.so.1".
  6. Core was generated by `/home/nicolai/sources/progs/wayland/sway/build/sway/sway -c minconfig -d'.
  7. Program terminated with signal SIGSEGV, Segmentation fault.
  8. #0  0x00007efead20700e in wlr_seat_keyboard_enter (seat=0x55ee75dca570, surface=0x708, keycodes=0x55ee760e6300, num_keycodes=0, modifiers=0x55ee760dc500) at ../subprojects/wlroots/types/seat/wlr_seat_keyboard.c:232
  9. 232         struct wl_client *wl_client = wl_resource_get_client(surface->resource);
  10. [Current thread is 1 (Thread 0x7efeab4d1e00 (LWP 31929))]
  11. (gdb) bt full
  12. #0  0x00007efead20700e in wlr_seat_keyboard_enter (seat=0x55ee75dca570, surface=0x708, keycodes=0x55ee760e6300, num_keycodes=0, modifiers=0x55ee760dc500) at ../subprojects/wlroots/types/seat/wlr_seat_keyboard.c:232
  13.         wl_client = 0x7fff25435ea0
  14.         client = 0x0
  15.         focused_client = 0x7efead2177b2 <schedule_configure+105>
  16.         focused_surface = 0x60100000c7c
  17.         event = {seat = 0x55ee75c17a00, old_surface = 0x55ee75c15f30, new_surface = 0x7fff25435ed0}
  18. #1  0x00007efead206890 in default_keyboard_enter (grab=0x55ee75dca900, surface=0x708, keycodes=0x55ee760e6300, num_keycodes=0, modifiers=0x55ee760dc500) at ../subprojects/wlroots/types/seat/wlr_seat_keyboard.c:21
  19. #2  0x00007efead207383 in wlr_seat_keyboard_notify_enter (seat=0x55ee75dca570, surface=0x708, keycodes=0x55ee760e6300, num_keycodes=0, modifiers=0x55ee760dc500) at ../subprojects/wlroots/types/seat/wlr_seat_keyboard.c:310
  20.         grab = 0x55ee75dca900
  21. #3  0x000055ee745c6f6c in seat_keyboard_notify_enter (seat=0x55ee75dca430, surface=0x708) at ../sway/input/seat.c:117
  22.         keyboard = 0x55ee760dc420
  23.         sway_keyboard = 0x55ee760e5ef0
  24.         __PRETTY_FUNCTION__ = "seat_keyboard_notify_enter"
  25.         state = 0x55ee760e6280
  26. #4  0x000055ee745c9626 in seat_set_focus_surface (seat=0x55ee75dca430, surface=0x708, unfocus=true) at ../sway/input/seat.c:1074
  27. #5  0x000055ee745c96d4 in seat_set_focus_layer (seat=0x55ee75dca430, layer=0x55ee7619a020) at ../sway/input/seat.c:1091
  28. #6  0x000055ee745c8ff9 in seat_set_focus (seat=0x55ee75dca430, node=0x55ee76128950) at ../sway/input/seat.c:911
  29.         layer = 0x55ee7619a020
  30.         last_focus = 0x7f0025436000
  31.         last_workspace = 0x75c15f00
  32.         new_workspace = 0x55ee75dce810
  33.         container = 0x55ee75dcc640
  34.         new_output = 0x0
  35.         new_output_last_ws = 0x745bfbaf
  36. #7  0x000055ee745c958a in seat_set_focus_container (seat=0x55ee75dca430, con=0x55ee76128950) at ../sway/input/seat.c:1059
  37. #8  0x000055ee745cb5ac in handle_button (seat=0x55ee75dca430, time_msec=131421222, device=0x55ee760dc630, button=272, state=WLR_BUTTON_PRESSED) at ../sway/input/seatop_default.c:396
  38.         e = 0x55ee75dcc640
  39.         cursor = 0x55ee75dcc340
  40.         surface = 0x55ee75e45e10
  41.         sx = 224.18913780635739
  42.         sy = 294.5854331355834
  43.         node = 0x55ee76128950
  44.         cont = 0x55ee76128950
  45.         is_floating = false
  46.         is_floating_or_child = false
  47.         is_fullscreen_or_child = false
  48.         edge = WLR_EDGE_NONE
  49.         resize_edge = WLR_EDGE_NONE
  50.         on_border = false
  51.         on_contents = true
  52.         on_workspace = false
  53.         on_titlebar = false
  54.         keyboard = 0x55ee760dc420
  55.         modifiers = 0
  56.         device_identifier = 0x55ee7617ae70 "\340\223\276\254\376~"
  57.         binding = 0x0
  58.         mod_pressed = false
  59. #9  0x000055ee745ca154 in seatop_button (seat=0x55ee75dca430, time_msec=131421222, device=0x55ee760dc630, button=272, state=WLR_BUTTON_PRESSED) at ../sway/input/seat.c:1343
  60. #10 0x000055ee745c1ccc in dispatch_cursor_button (cursor=0x55ee75dcc340, device=0x55ee760dc630, time_msec=131421222, button=272, state=WLR_BUTTON_PRESSED) at ../sway/input/cursor.c:298
  61. #11 0x000055ee745c1da2 in handle_cursor_button (listener=0x55ee75dcc3e0, data=0x7fff25436330) at ../sway/input/cursor.c:316
  62.         cursor = 0x55ee75dcc340
  63.         event = 0x7fff25436330
  64. #12 0x00007efead23efa9 in wlr_signal_emit_safe (signal=0x55ee75dca9d8, data=0x7fff25436330) at ../subprojects/wlroots/util/signal.c:29
  65.         pos = 0x55ee75dcc3e0
  66.         l = 0x55ee75dcc3e0
  67.         cursor = {link = {prev = 0x55ee75dcc3e0, next = 0x7fff25436240}, notify = 0x7efead23eef3 <handle_noop>}
  68.         end = {link = {prev = 0x7fff25436220, next = 0x55ee75dca9d8}, notify = 0x7efead23eef3 <handle_noop>}
  69. #13 0x00007efead21ce0c in handle_pointer_button (listener=0x55ee76128190, data=0x7fff25436330) at ../subprojects/wlroots/types/wlr_cursor.c:430
  70.         event = 0x7fff25436330
  71.         device = 0x55ee76128130
  72. --Type <RET> for more, q to quit, c to continue without paging--
  73. #14 0x00007efead23efa9 in wlr_signal_emit_safe (signal=0x55ee76117bc8, data=0x7fff25436330) at ../subprojects/wlroots/util/signal.c:29
  74.         pos = 0x55ee76128190
  75.         l = 0x55ee76128190
  76.         cursor = {link = {prev = 0x55ee76128190, next = 0x7fff254362e0}, notify = 0x7efead23eef3 <handle_noop>}
  77.         end = {link = {prev = 0x7fff254362c0, next = 0x55ee76117bc8}, notify = 0x7efead23eef3 <handle_noop>}
  78. #15 0x00007efead1f28fc in handle_pointer_button (event=0x55ee761990a0, libinput_dev=0x55ee75fdeae0) at ../subprojects/wlroots/backend/libinput/pointer.c:88
  79.         wlr_dev = 0x55ee760dc630
  80.         pevent = 0x55ee761990a0
  81.         wlr_event = {device = 0x55ee760dc630, time_msec = 131421222, button = 272, state = WLR_BUTTON_PRESSED}
  82. #16 0x00007efead1f20b4 in handle_libinput_event (backend=0x55ee75c23e80, event=0x55ee761990a0) at ../subprojects/wlroots/backend/libinput/events.c:246
  83.         libinput_dev = 0x55ee75fdeae0
  84.         event_type = LIBINPUT_EVENT_POINTER_BUTTON
  85. #17 0x00007efead1f0ef8 in handle_libinput_readable (fd=21, mask=1, _backend=0x55ee75c23e80) at ../subprojects/wlroots/backend/libinput/backend.c:41
  86.         backend = 0x55ee75c23e80
  87.         event = 0x55ee761990a0
  88. #18 0x00007efeacbde7f2 in wl_event_loop_dispatch () at /lib64/libwayland-server.so.0
  89. #19 0x00007efeacbdd39c in wl_display_run () at /lib64/libwayland-server.so.0
  90. #20 0x000055ee745b4c7d in server_run (server=0x55ee7461bf40 <server>) at ../sway/server.c:202
  91. #21 0x000055ee745b42f1 in main (argc=4, argv=0x7fff25436718) at ../sway/main.c:400
  92.         verbose = 0
  93.         debug = 1
  94.         validate = 0
  95.         allow_unsupported_gpu = 0
  96.         long_options =
  97.             {{name = 0x55ee74602018 "help", has_arg = 0, flag = 0x0, val = 104}, {name = 0x55ee7460201d "config", has_arg = 1, flag = 0x0, val = 99}, {name = 0x55ee74602024 "validate", has_arg = 0, flag = 0x0, val = 67}, {name = 0x55ee7460202d "debug", has_arg = 0, flag = 0x0, val = 100}, {name = 0x55ee74602033 "version", has_arg = 0, flag = 0x0, val = 118}, {name = 0x55ee7460203b "verbose", has_arg = 0, flag = 0x0, val = 86}, {name = 0x55ee74602043 "get-socketpath", has_arg = 0, flag = 0x0, val = 112}, {name = 0x55ee74602052 "unsupported-gpu", has_arg = 0, flag = 0x0, val = 117}, {name = 0x55ee74602062 "my-next-gpu-wont-be-nvidia", has_arg = 0, flag = 0x0, val = 117}, {name = 0x0, has_arg = 0, flag = 0x0, val = 0}}
  98.         config_path = 0x55ee75c15140 "minconfig"
  99.         usage = 0x55ee74601ae0 "Usage: sway [options] [command]\n\n  -h, --help", ' ' <repeats 13 times>, "Show help message and quit.\n  -c, --config <config>  Specify a config file.\n  -C, --validate         Check the validity of the config file, th"...
  100.         c = -1
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement