Skip to content
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

dual_kawase causing segmentation fault #34

Open
Detoxify92 opened this issue Mar 21, 2020 · 2 comments
Open

dual_kawase causing segmentation fault #34

Detoxify92 opened this issue Mar 21, 2020 · 2 comments

Comments

@Detoxify92
Copy link

Hi everyone, thanks for the great work :)
I'm having trouble setting up the blur method for this fork. Some info from my system:

OS: Arch Linux x86_64
GPU: AMD ATI Radeon HD 8650G using open source radeon
Compton version: 1340_Next.59.g0cc7437_2020.03.18-1 from AUR
WM: i3-gaps

Relevant configuration from my picom.conf (the rest is default):

backend = "glx";
blur-background-fixed = false;
blur-background-exclude = [
    "window_type = 'dock'",
    "window_type = 'desktop'"
];

blur-method = "dual_kawase";
blur-strength = "4";

Steps of reproduction

Call picom from urxvt with this command picom --experimental-backends and move around in my system, for instance, call neofetch from urxvt.

Expected behavior

Awesome blur for my terminals and transparent windows.

Current Behavior & Other details

Blur works, but when I move around my terminals (call neofetch, vim, etc), picom crashes and throws Segmentation fault (core dumped). If i don't set a blur method or don't use experimental-backends, everything works fine.

Any help is much appreciated and if can proportionate more info, just ask for it.
Sincerely,
Jaime

@tryone144
Copy link
Owner

Hi,
I've rebased the latest fixes from upstream. Hopefully that fixes your problem.

If this issue persists, you can send me the created coredump (should be located at /var/lib/systemd/coredump under Arch), so that I can investigate further.

@Detoxify92
Copy link
Author

Hi,
thanks for your response. I have clean built the new version picom-tryone-git 1345_Next.64.g75dd105_2020.03.25-1 but the issue persist. Please find attached the required coredump. Thanks for your efforts.
coredump.zip

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants