Skip to content

Instantly share code, notes, and snippets.

@Mel34
Created September 1, 2019 17:39
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Mel34/0075f77c726c7668ac7e4949c8da7f3f to your computer and use it in GitHub Desktop.
Save Mel34/0075f77c726c7668ac7e4949c8da7f3f to your computer and use it in GitHub Desktop.
Starting program: /usr/local/bin/sway
[Thread debugging using libthread_db enabled]
Using host libthread_db library "/usr/lib/libthread_db.so.1".
[Detaching after vfork from child process 14690]
[New Thread 0x7fffee602700 (LWP 14782)]
[New Thread 0x7fffedcac700 (LWP 14783)]
[New Thread 0x7fffed4ab700 (LWP 14784)]
[New Thread 0x7fffeccaa700 (LWP 14785)]
[New Thread 0x7fffdffff700 (LWP 14786)]
[New Thread 0x7fffdf7fe700 (LWP 14787)]
[New Thread 0x7fffdeffd700 (LWP 14788)]
[New Thread 0x7fffde7fc700 (LWP 14792)]
Thread 9 "sway:gdrv0" received signal SIG33, Real-time event 33.
[Switching to Thread 0x7fffde7fc700 (LWP 14792)]
0x00007ffff76c3415 in pthread_cond_wait@@GLIBC_2.3.2 () from /usr/lib/libpthread.so.0
(gdb) run
The program being debugged has been started already.
Start it from the beginning? (y or n) y
Starting program: /usr/local/bin/sway
[Thread debugging using libthread_db enabled]
Using host libthread_db library "/usr/lib/libthread_db.so.1".
[Detaching after vfork from child process 26160]
[New Thread 0x7fffee602700 (LWP 26211)]
[New Thread 0x7fffedcac700 (LWP 26213)]
[New Thread 0x7fffed4ab700 (LWP 26214)]
[New Thread 0x7fffeccaa700 (LWP 26215)]
[New Thread 0x7fffdffff700 (LWP 26216)]
[New Thread 0x7fffdf7fe700 (LWP 26217)]
[New Thread 0x7fffdeffd700 (LWP 26218)]
[New Thread 0x7fffde7fc700 (LWP 26220)]
Thread 2 "sway:cs0" received signal SIG33, Real-time event 33.
[Switching to Thread 0x7fffee602700 (LWP 26211)]
0x00007ffff76c3415 in pthread_cond_wait@@GLIBC_2.3.2 () from /usr/lib/libpthread.so.0
(gdb) start
The program being debugged has been started already.
Start it from the beginning? (y or n) y
Temporary breakpoint 1 at 0x555555570db5: file ../sway/main.c, line 217.
Starting program: /usr/local/bin/sway
[Thread debugging using libthread_db enabled]
Using host libthread_db library "/usr/lib/libthread_db.so.1".
Temporary breakpoint 1, main (argc=1, argv=0x7fffffffe518) at ../sway/main.c:217
217 int main(int argc, char **argv) {
(gdb) step
233 char *config_path = NULL;
(gdb) step
235 const char* usage =
(gdb) step
249 int option_index = 0;
(gdb) step
250 c = getopt_long(argc, argv, "hCdD:vVc:", long_options, &option_index);
(gdb) run
The program being debugged has been started already.
Start it from the beginning? (y or n) y
Starting program: /usr/local/bin/sway
[Thread debugging using libthread_db enabled]
Using host libthread_db library "/usr/lib/libthread_db.so.1".
[Detaching after vfork from child process 19373]
[New Thread 0x7fffee602700 (LWP 19426)]
[New Thread 0x7fffedcac700 (LWP 19427)]
[New Thread 0x7fffed4ab700 (LWP 19428)]
[New Thread 0x7fffeccaa700 (LWP 19429)]
[New Thread 0x7fffdffff700 (LWP 19430)]
[New Thread 0x7fffdf7fe700 (LWP 19431)]
[New Thread 0x7fffdeffd700 (LWP 19432)]
[New Thread 0x7fffde7fc700 (LWP 19435)]
Thread 6 "sway:sh2" received signal SIG33, Real-time event 33.
[Switching to Thread 0x7fffdffff700 (LWP 19430)]
0x00007ffff76c3415 in pthread_cond_wait@@GLIBC_2.3.2 () from /usr/lib/libpthread.so.0
(gdb) continue
Continuing.
Thread 3 "sway:disk$0" received signal SIG33, Real-time event 33.
[Switching to Thread 0x7fffedcac700 (LWP 19427)]
0x00007ffff76c3415 in pthread_cond_wait@@GLIBC_2.3.2 () from /usr/lib/libpthread.so.0
(gdb) continue
Continuing.
Thread 9 "sway:gdrv0" received signal SIG33, Real-time event 33.
[Switching to Thread 0x7fffde7fc700 (LWP 19435)]
0x00007ffff76c3415 in pthread_cond_wait@@GLIBC_2.3.2 () from /usr/lib/libpthread.so.0
(gdb) continue
Continuing.
Thread 4 "sway:sh0" received signal SIG33, Real-time event 33.
[Switching to Thread 0x7fffed4ab700 (LWP 19428)]
0x00007ffff77c218c in read () from /usr/lib/libc.so.6
(gdb) continue
Continuing.
Thread 2 "sway:cs0" received signal SIG33, Real-time event 33.
[Switching to Thread 0x7fffee602700 (LWP 19426)]
0x00007ffff76c3415 in pthread_cond_wait@@GLIBC_2.3.2 () from /usr/lib/libpthread.so.0
(gdb) continue
Continuing.
Thread 5 "sway:sh1" received signal SIG33, Real-time event 33.
[Switching to Thread 0x7fffeccaa700 (LWP 19429)]
0x00007ffff76c3415 in pthread_cond_wait@@GLIBC_2.3.2 () from /usr/lib/libpthread.so.0
(gdb) continue
Continuing.
Thread 7 "sway:shlo0" received signal SIG33, Real-time event 33.
[Switching to Thread 0x7fffdf7fe700 (LWP 19431)]
0x00007ffff76c3415 in pthread_cond_wait@@GLIBC_2.3.2 () from /usr/lib/libpthread.so.0
(gdb) continue
Continuing.
Thread 8 "sway:shlo1" received signal SIG33, Real-time event 33.
[Switching to Thread 0x7fffdeffd700 (LWP 19432)]
0x00007ffff76c3415 in pthread_cond_wait@@GLIBC_2.3.2 () from /usr/lib/libpthread.so.0
(gdb) continue
Continuing.
[Detaching after fork from child process 25266]
[Detaching after fork from child process 25268]
[Detaching after fork from child process 25270]
[Detaching after fork from child process 25272]
DBUS_SESSION_BUS_ADDRESS=unix:abstract=/tmp/dbus-yC3oQ7f2Xj,guid=c8e86a683e55c01328bf4a145d6c01a4
DBUS_SESSION_BUS_PID=25277
[Detaching after fork from child process 25278]
[Detaching after fork from child process 25280]
/bin/sh: /usr/local/bin/import-gsettings: /bin/sh^M: bad interpreter: No such file or directory
[Detaching after fork from child process 25282]
2019-09-01 19:36:36 - [swaybg/main.c:300] Found config * for output X11-1 (The X.Org Foundation 11.0 )
glamor: No eglstream capable devices found
The XKEYBOARD keymap compiler (xkbcomp) reports:
> Warning: Unsupported high keycode 372 for name <I372> ignored
> X11 cannot support keycodes above 255.
> This warning only shows for the first high keycode.
> Internal error: Could not resolve keysym XF86MonBrightnessCycle
> Internal error: Could not resolve keysym XF86RotationLockToggle
Errors from xkbcomp are not fatal to the X server
The XKEYBOARD keymap compiler (xkbcomp) reports:
> Warning: Unsupported maximum keycode 569, clipping.
> X11 cannot support keycodes above 255.
> Warning: Unsupported high keycode 372 for name <I372> ignored
> X11 cannot support keycodes above 255.
> This warning only shows for the first high keycode.
> Internal error: Could not resolve keysym XF86MonBrightnessCycle
> Internal error: Could not resolve keysym XF86RotationLockToggle
Errors from xkbcomp are not fatal to the X server
[Detaching after fork from child process 27522]
[Detaching after fork from child process 27526]
[Detaching after fork from child process 27528]
[Detaching after fork from child process 27530]
[Detaching after fork from child process 27532]
[Detaching after fork from child process 27534]
[Detaching after fork from child process 27536]
[Detaching after fork from child process 27538]
[Detaching after fork from child process 27540]
[Detaching after fork from child process 27542]
[Detaching after fork from child process 27544]
[Detaching after fork from child process 27546]
[Detaching after fork from child process 27550]
[Detaching after fork from child process 27552]
2019-09-01 19:36:50,929: Running Lutris 0.5.2.2
2019-09-01 19:36:50,929: Using X.Org
2019-09-01 19:36:50,929: Running Mesa driver 19.1.5 on Radeon RX 580 Series (POLARIS10, DRM 3.32.0, 5.2.11-zen1-1-zen, LLVM 8.0.1) (0x67df)
2019-09-01 19:36:50,929: GPU: 1002:67DF 1DA2:E366 using amdgpu drivers
2019-09-01 19:36:50,963: Vulkan is supported
2019-09-01 19:36:50,963: Updating DXVK versions
Thread 1 "sway" received signal SIGSEGV, Segmentation fault.
[Switching to Thread 0x7ffff62090c0 (LWP 19358)]
0x00007ffff79c51c3 in wl_list_insert () from /usr/lib/libwayland-server.so.0
(gdb) continue
Continuing.
[1]+ Stopped gdb sway
~ ▶ (EE) failed to read Wayland events: Broken pipe
Gdk-Message: 19:39:02.090: Error reading events from display: Broken pipe
2019-09-01 19:39:02 - [common/ipc-client.c:88] Unable to receive IPC response
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment