-
-
Notifications
You must be signed in to change notification settings - Fork 593
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
add_win: Assertion `old_w == NULL' failed. #164
Labels
Comments
Here's a core dump (and the Compton binary) |
Can you also post the stack trace here? And a log file with |
Here's a stack trace:
Log file: log.txt |
@anowlcalledjosh Fixed in latest |
🎉 thanks! |
yshui
added a commit
that referenced
this issue
May 21, 2019
When a window is reparented to the same parent again, we should just move it to the top of the stack, instead of add it again. Also a slight refactor restack_win. Fixes #164 Signed-off-by: Yuxuan Shui <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Platform
Ubuntu Desktop 18.04 amd64
GPU, drivers, and screen setup
Intel integrated graphics, mesa 18.2.8, two monitors configured vertically with xrandr
glxinfo -B
Environment
i3 4.16-130-ga57434696
Compton version
Version: v6-rc1-122-g72ede42b1
Extensions:
Misc:
Drivers (inaccurate):
modesetting
Compton configuration:
Steps of reproduction
unsure, will update
Expected behavior
Assertions shouldn't fail
Current Behavior
This assertion fails:
https://github.com/yshui/compton/blob/72ede42b19a20a263f8ec094737cae60ff207cac/src/win.c#L951
Stack trace
With debugging information included in the build, this was logged:
I'll try to obtain a proper stack trace/core dump if I can.
The text was updated successfully, but these errors were encountered: