Skip to content
This repository has been archived by the owner on Jan 26, 2024. It is now read-only.

Segfault of current master on Alpine Linux #44

Closed
matu3ba opened this issue Aug 17, 2020 · 1 comment
Closed

Segfault of current master on Alpine Linux #44

matu3ba opened this issue Aug 17, 2020 · 1 comment
Labels
A: bug Something isn't working B: resolved

Comments

@matu3ba
Copy link

matu3ba commented Aug 17, 2020

After installing all necessary packages and building wlroots from master (commit 9feeb2738dfc5a2b07a817938cef9d553d0a26ee) (missing elogind and xbc-error and systemd) and dwl (commit 0816b33) I got the following segfault:

gdb log

Starting program: /home/user/git/dwl/dwl
[Detaching after fork from child process 5287]

Program received signal SIGSEGV, Segmentation fault.
0x00007ffff7ebe4b3 in wlr_backend_get_renderer (backend=0x0) at ../backend/backend.c:54
54 if (backend->impl->get_renderer) {
#0 0x00007ffff7ebe4b3 in wlr_backend_get_renderer (backend=0x0) at ../backend/backend.c:54
#1 0x000055555555c36b in setup () at dwl.c:1478
#2 0x000055555555cfb7 in main (argc=1, argv=0x7fffffffeca8) at dwl.c:1942

Do you plan to do any CI with testing/fuzzing for this nice little program?

@matu3ba
Copy link
Author

matu3ba commented Aug 18, 2020

Installing mesa-dri-intel, qemu-hw-display-qxl,xf86-video-qxl fixed the segfault.

@matu3ba matu3ba closed this as completed Aug 18, 2020
djpohly added a commit that referenced this issue Aug 19, 2020
@djpohly djpohly added A: bug Something isn't working B: resolved labels Dec 25, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
A: bug Something isn't working B: resolved
Projects
None yet
Development

No branches or pull requests

2 participants