Last active
February 7, 2019 14:05
-
-
Save hughwilliams94/836235b0f2acd13b1e4f5ecb5df72361 to your computer and use it in GitHub Desktop.
Sway backtrace
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #0 0x0000559ec09dc59c in output_get_box (output=0x0, box=0x7ffed2b7f2c0) at ../sway/sway/tree/output.c:383 | |
| #1 0x0000559ec09af32f in seat_consider_warp_to_focus (seat=0x559ec163e5b0) at ../sway/sway/input/seat.c:1069 | |
| output = 0x0 | |
| box = {x = -759696672, y = 32766, width = -1063452119, height = 21918} | |
| focus = 0x559ec1963e80 | |
| #2 0x0000559ec09d7724 in view_unmap (view=0x559ec1956150) at ../sway/sway/tree/view.c:658 | |
| parent = 0x0 | |
| ws = 0x0 | |
| seat = 0x559ec163e5b0 | |
| #3 0x0000559ec09dd484 in handle_unmap (listener=0x559ec1956390, data=0x559ec19679a0) at ../sway/sway/desktop/xwayland.c:391 | |
| xwayland_view = 0x559ec1956150 | |
| view = 0x559ec1956150 | |
| __func__ = "handle_unmap" | |
| #4 0x00007f66b775ebee in wlr_signal_emit_safe (signal=signal@entry=0x559ec1967b18, data=data@entry=0x559ec19679a0) at ../util/signal.c:29 | |
| pos = 0x559ec1956390 | |
| l = 0x559ec1956390 | |
| cursor = {link = {prev = 0x559ec1956390, next = 0x7ffed2b7f380}, notify = 0x7f66b775eb60 <handle_noop>} | |
| end = {link = {prev = 0x7ffed2b7f360, next = 0x559ec1967b18}, notify = 0x7f66b775eb60 <handle_noop>} | |
| #5 0x00007f66b7720754 in xsurface_unmap (surface=0x559ec19679a0) at ../xwayland/xwm.c:772 | |
| #6 0x00007f66b7721a6e in xwm_handle_unmap_notify (ev=0x559ec19592c0, xwm=0x559ec18e4290) at ../xwayland/xwm.c:917 | |
| xsurface = 0x559ec19679a0 | |
| count = 1 | |
| event = 0x559ec19592c0 | |
| xwm = 0x559ec18e4290 | |
| #7 0x00007f66b7721a6e in x11_event_handler (fd=<optimized out>, mask=<optimized out>, data=0x559ec18e4290) at ../xwayland/xwm.c:1293 | |
| count = 1 | |
| event = 0x559ec19592c0 | |
| xwm = 0x559ec18e4290 | |
| #8 0x00007f66b779f702 in wl_event_loop_dispatch () at /usr/lib/libwayland-server.so.0 | |
| #9 0x00007f66b779e2ac in wl_display_run () at /usr/lib/libwayland-server.so.0 | |
| #10 0x0000559ec099f921 in server_run (server=0x559ec09fcbe0 <server>) at ../sway/sway/server.c:195 | |
| #11 0x0000559ec099ef2a in main (argc=4, argv=0x7ffed2b7f7e8) at ../sway/sway/main.c:408 | |
| verbose = 0 | |
| debug = 1 | |
| validate = 0 | |
| allow_unsupported_gpu = 0 | |
| long_options = | |
| {{name = 0x559ec09e4cf4 "help", has_arg = 0, flag = 0x0, val = 104}, {name = 0x559ec09e4cf9 "config", has_arg = 1, flag = 0x0, val = 99}, {name = 0x559ec09e4d00 "validate", has_arg = 0, flag = 0x0, val = 67}, {name = 0x559ec09e4d09 "debug", has_arg = 0, flag = 0x0, val = 100}, {name = 0x559ec09e4d0f "version", has_arg = 0, flag = 0x0, val = 118}, {name = 0x559ec09e4d17 "verbose", has_arg = 0, flag = 0x0, val = 86}, {name = 0x559ec09e4d1f "get-socketpath", has_arg = 0, flag = 0x0, val = 112}, {name = 0x559ec09e4d2e "unsupported-gpu", has_arg = 0, flag = 0x0, val = 117}, {name = 0x559ec09e4d3e "my-next-gpu-wont-be-nvidia", has_arg = 0, flag = 0x0, val = 117}, {name = 0x0, has_arg = 0, flag = 0x0, val = 0}} | |
| config_path = 0x559ec148bf00 "" | |
| usage = 0x559ec09e48b0 "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"... | |
| c = -1 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment