-
Notifications
You must be signed in to change notification settings - Fork 11
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Segmentation fault, when start. #40
Comments
Thanks for reporting this, @TerminalHash. I'll need a little more information to try to triage this segfault, can you tell me what OS you're running I hope I can help figure this out for you. |
I'm using Arch Linux, built from PKGBUILD on AUR, configuration for WM picked from this repo |
Getting the same with the AUR package. Going to attempt to build from source. |
this segfault happens if XCreateFontSet returns NULL here. |
i have confirmed this to happen on mainline Arch and Arch Linux 32. |
it does NOT happen on Debian 12, though. |
Many thanks for your further investigation of this issue, @zulc22! Sometime around OpenBSD 7.2 or so, through 7.3, I noticed that the default font was not found, causing significant delays (see Issue #30). PR #31 addresses this issue, though I haven't tested it yet, so I'm wondering if you're able to manually build under Arch with that patch applied and if it resolves the issue. The issue resolved itself with OpenBSD 7.4 and I haven't investigated further, so I'm not sure if I installed a font or whether it's something that was resolved in X11 or OpenBSD's xenocara. |
Zulc22 said I reported this last year in #37, which was on Slackware GNU/Linux 15+current (64-bit). |
I tried it and it did not. I forgot to reply after trying it. I can also say that in my experience in the past, the significant delay from being unable to find fonts was never resolved with Xorg. I believe the issue somehow lies in the way Xorg expects you to treat XCreateFontSet, but given all the docs I mulled over back when I debugged it, I couldn't really see what could've been done differently. It all seemed right to me. EDIT - Maybe it's a locale issue, like seen on this mailing list? I can investigate more sometime, I'm sure.
|
The text was updated successfully, but these errors were encountered: