Core dump in settings #21
Loading…
x
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
While modifying the effects settings, the app froze and eventually dumped core:
I believe I had just enabled screen distortion and was attempting to increase bloom.
Same issue.
I think this might be due to hardcoded values in shaders that require the shader to be recompiled at every update of the value. I will try to propose a patch. Does this happen often?
I just pushed a new version which should fix the issue. Test that and let me know please.
Still fell down and went boom after playing with the settings for a while:
Hello everyone, a recent bump in the issues has brought me to analyze this a bit. After some research it seems that this is an issue related to Qt and/or libxcb. It has been reported many times it seems to be fixed with Qt 5.3 and newer version of libxcb. Which system are you guys running? Can you test it again on upstream Qt and newer version of libxcb?
Sources:
https://bugs.launchpad.net/ubuntu/+source/libxcb/+bug/1179617
https://bugs.freedesktop.org/show_bug.cgi?id=44198
I can confirm this. Qt 5.3 on Ubuntu 14.04 resolve issue.
I recompiled Ubuntu's libxcb with this patch: http://cgit.freedesktop.org/xcb/libxcb/commit/src/xcb_out.c?id=be0fe56c3bcad5124dcc6c47a2fad01acd16f71a and that fixed my problem.
I'm closing this issue since it's not related to CRT.