-
-
Notifications
You must be signed in to change notification settings - Fork 108
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
SEGFAULT on font resize #1309
Comments
I can get SIGSEGV, but only if text goes beyond viewport |
well that is something. I doubt that this is something new though, because usually one rarely font-resizes that often in a short time, but it certainly needs fixing. :) |
I can sometimes reproduce by resizing slow up for about 5s. Then I don't get the OpenGL errors, just the SEGV. Attempting to open the core file for a back trace but it's not a debug build. gdb is currently downloading many many symbols of shared libraries. |
Reversing scrolling direction seems to trigger it 75% of the time.
|
OK full back trace (but as this is a non-debug build I guess it could be wrong):
|
I see similar back trace
|
maybe configureAtlas is doing too much on a font resize. maybe that's not all needed. There's no ned to fully reconstruct the GL texture atlas, we just need to make sure that we can properly address all tiles. |
I can reproduce on 8d16a58 as well so @christianparpart is correct that it's not a new bug. |
Contour Terminal version
0.4.0-master-b88045a2
Installer source
Github: source code cloned
Operating System
Arch Linux as of a few days ago
Architecture
x86-64
Other Software
No response
Steps to reproduce
Hold down ctrl and play with the mouse wheel to resize the font. Go up and down for about 10s.
Expected Behavior
No response
Actual Behavior
Additional notes
No response
The text was updated successfully, but these errors were encountered: