-
Notifications
You must be signed in to change notification settings - Fork 500
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
compton -b segfault #176
Comments
|
How to build compton with debugging symbols? |
git clone https://github.com/chjj/compton.git
cd compton
CFLAGS=-g make -B
./compton (Use Then to acquire a backtrace with gdb, run |
http://metafight.ru/files/output.txt |
Eeeeeh, sorry, I forgot to mention. You must type command |
|
The segfault is on the |
Okay, i can live without -b ) |
I don't quite understand why there are so many
See #166 (and #129). compton doesn't play too well with video capture. I have no idea why it would occur and what is the correct way to resolve it, and I cannot reproduce it on my own box. Changing backend, messing up with |
I had what looked to me like the same issue: with the GLX backend, I tried tweaking compile flags and what solved the issue for me was turning on the NO_LIBCONFIG flag, like so:
|
Ah, sorry, followup... I guess that disabled the reading of the config file. Jumped the gun there! |
Sorry for the late reply. I was busy with things I don't enjoy but must handle... Thanks for helping with the problem, still! Are you able to confirm it's the very bug with the gdb method mentioned in my previous reply? |
@richardgv You're welcome and no worries. Compton is awesome. I tried the above directions and maybe did something wrong, as I managed to freeze up X entirely in the process. I can try again when I have a chance. Some stuff I should mention:
Please let me know if I may pursue any additional troubleshooting paths. |
@richardgv A followup. I've returned to FreeBSD on the machine that was having issues and I'm able now to run Academically: I'm also using the package management system (pkg) for most things now, where before I compiled from source. It may be that an option I was using before to compile, |
Fixes chjj#176 Signed-off-by: Yuxuan Shui <yshuiv7@gmail.com>
Hello.
Segfault when executing compton with -b switch.
"[64201.405495] compton[28824]: segfault at 7fe9be24900c ip 00007fe9bac94c84 sp 00007fff8f305330 error 4 in libnvidia-glcore.so.304.88[7fe9b9944000+19d0000]"
Debian Wheezy amd64, Nvidia driver from stable repo, GF 640GT
The text was updated successfully, but these errors were encountered: