Skip to content

Instantly share code, notes, and snippets.

@TimoFreiberg
Created May 23, 2020 10:27
Show Gist options
  • Save TimoFreiberg/9f08f30ec51500469b0e96a2af30b5e2 to your computer and use it in GitHub Desktop.
Save TimoFreiberg/9f08f30ec51500469b0e96a2af30b5e2 to your computer and use it in GitHub Desktop.
Sway backtrace for Divinity 2 crash
(gdb) bt full
#0 0x00007f2feb852355 in raise () at /usr/lib/libc.so.6
#1 0x00007f2feb83b853 in abort () at /usr/lib/libc.so.6
#2 0x00007f2feb895878 in __libc_message () at /usr/lib/libc.so.6
#3 0x00007f2feb89cd3a in () at /usr/lib/libc.so.6
#4 0x00007f2feb89da86 in unlink_chunk.constprop () at /usr/lib/libc.so.6
#5 0x00007f2feb89dbd7 in malloc_consolidate () at /usr/lib/libc.so.6
#6 0x00007f2feb89fa35 in _int_malloc () at /usr/lib/libc.so.6
#7 0x00007f2feb8a21e5 in calloc () at /usr/lib/libc.so.6
#8 0x00007f2fe9a0e3f2 in () at /usr/lib/dri/radeonsi_dri.so
#9 0x00007f2fe9bab231 in () at /usr/lib/dri/radeonsi_dri.so
#10 0x00007f2feba80cb6 in wlr_gles2_texture_from_wl_drm (egl=0x55865511d828, resource=<optimized out>) at ../render/gles2/texture.c:229
fmt = 12381
width = 1920
height = 1080
inverted_y = false
image = 0x5586560665a0
texture = 0x558655c7eee0
__func__ = "wlr_gles2_texture_from_wl_drm"
#11 0x00007f2febaa974e in wlr_client_buffer_import (renderer=0x558655281530, resource=resource@entry=0x558655ea4080) at ../types/wlr_buffer.c:193
__PRETTY_FUNCTION__ = "wlr_client_buffer_import"
texture = 0x0
resource_released = false
shm_buf = 0x0
width = 1443393360
height = 21894
buffer = <optimized out>
#12 0x00007f2febac0b19 in surface_apply_damage (surface=0x558656086e30) at ../types/wlr_surface.c:302
resource = 0x558655ea4080
buffer = <optimized out>
invalid_buffer = true
subsurface = <optimized out>
#13 surface_commit_pending (surface=surface@entry=0x558656086e30) at ../types/wlr_surface.c:357
invalid_buffer = true
subsurface = <optimized out>
#14 0x00007f2febac0dc0 in surface_commit (client=<optimized out>, resource=<optimized out>) at ../types/wlr_surface.c:448
surface = 0x558656086e30
subsurface = <optimized out>
#15 0x00007f2feb393a8d in () at /usr/lib/libffi.so.7
#16 0x00007f2feb39301b in () at /usr/lib/libffi.so.7
#17 0x00007f2febb17f62 in () at /usr/lib/libwayland-server.so.0
#18 0x00007f2febb142dc in () at /usr/lib/libwayland-server.so.0
#19 0x00007f2febb15faa in wl_event_loop_dispatch () at /usr/lib/libwayland-server.so.0
#20 0x00007f2febb144e7 in wl_display_run () at /usr/lib/libwayland-server.so.0
#21 0x00005586534545a0 in main (argc=1, argv=0x7ffd7acfacc8) at ../sway/sway/main.c:409
verbose = 0
debug = 0
validate = 0
allow_unsupported_gpu = 0
long_options =
{{name = 0x5586534a443b "help", has_arg = 0, flag = 0x0, val = 104}, {name = 0x5586534a7ca9 "config", has_arg = 1, flag = 0x0, val = 99}, {name = 0x5586534a4440 "validate", has_arg = 0, flag = 0x0, val = 67}, {name = 0x5586534a4449 "debug", has_arg = 0, flag = 0x0, val = 100}, {name = 0x5586534a439f "version", has_arg = 0, flag = 0x0, val = 118}, {name = 0x5586534a351d "verbose", has_arg = 0, flag = 0x0, val = 86}, {name = 0x5586534a444f "get-socketpath", has_arg = 0, flag = 0x0, val = 112}, {name = 0x5586534a445e "unsupported-gpu", has_arg = 0, flag = 0x0, val = 117}, {name = 0x5586534a446e "my-next-gpu-wont-be-nvidia", has_arg = 0, flag = 0x0, val = 117}, {name = 0x0, has_arg = 0, flag = 0x0, val = 0}}
--Type <RET> for more, q to quit, c to continue without paging--
config_path = 0x0
usage = 0x5586534a47e0 "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 = <optimized out>
(
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment