Patrick Hanckmann

Results 15 comments of Patrick Hanckmann

I am willing to help, but I am not sure how to start. Can you give some quick pointers? Like; should I build in debug mode... and how... are there...

How did you generate that core dump? I would like to know the exact error for my issue (as well).

This is my coredump: ``` Core was generated by `./waybar'. Program terminated with signal SIGSEGV, Segmentation fault. #0 0x00007f417f82cd24 in ?? () from /usr/lib/libgtk-3.so.0 [Current thread is 1 (Thread 0x7f417b151240...

This is a little over my head (I have zero experience with gtk programming). The main change I see is the new window icon support. So, I will first move...

I am not sure if it is useful, but this is the TTY I get dropped into after the crash (there are some error messages). ![swaylock-crash](https://user-images.githubusercontent.com/925657/106651442-6e98b980-6594-11eb-863f-39a82a3ae61d.jpg)

Xyene, when do I perform this stack trace? Right after the next crash? Or at any time after a crash? I just installed gdb and executed those commands, and then...

This is the sway stacktrace: ``` λ ~/ coredumpctl gdb sway PID: 969 (sway) UID: 1000 (patrick) GID: 1000 (patrick) Signal: 11 (SEGV) Timestamp: Tue 2021-02-02 13:34:51 CET (21h ago)...

I am now running sway build using: ``` # Clone repositories git clone [email protected]:swaywm/sway.git cd sway git clone [email protected]:swaywm/wlroots.git subprojects/wlroots # Build sway and wlroots meson build/ ninja -C build/...

I have a new coredump: ``` λ ~/ coredumpctl gdb /home/patrick/sway/build/sway/sway PID: 1121 (sway) UID: 1000 (patrick) GID: 1000 (patrick) Signal: 11 (SEGV) Timestamp: Sun 2021-02-07 14:18:14 CET (3min 20s...

Just checking (and bumping) this thread. Has there been an update from the developer and/or jazzband?