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

Double free when searching for focus and calling getactivewindow #53

Open
katef opened this issue Nov 28, 2014 · 1 comment
Open

Double free when searching for focus and calling getactivewindow #53

katef opened this issue Nov 28, 2014 · 1 comment

Comments

@katef
Copy link

katef commented Nov 28, 2014

; xdotool search --class xterm behave %@ focus getactivewindow
44040207
*** Error in `xdotool': double free or corruption (out): 0x00007fff40df9700 ***
zsh: abort      xdotool search --class xterm behave %@ focus getactivewindow
*

I presume this happens because search finds the same window that getactivewindow finds.

@marcelpaulo
Copy link

Similar error here, when calling getwindowfocus:

paulo@monk:~/stage/bin$ xdotool search --desktop 0 --class puddletag behave %@ focus getwindowfocus
75497492
*** Error in `xdotool': double free or corruption (out): 0x00007fffc891c2d0 ***
Aborted

Not sure how I can debug this further.

xdotool 3.20130111.1-5
Xubuntu 14.10
xserver-xorg 7.7+7ubuntu2
xwfm4 4.11.1-2ubuntu2

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