We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I wrote a glob where I was meant to write a regex, and got a segmentation fault.
% git rev-parse HEAD 6523b5fe7f0cc52e690e66f3903163204c30f194 % make make: Nothing to be done for 'all'. % LD_LIBRARY_PATH=. ./xdotool search "*foo*" Defaulting to search window name, class, and classname Failed to compile regex (return code 13): '*foo*' zsh: segmentation fault (core dumped) LD_LIBRARY_PATH=. ./xdotool search "*foo*"
I see the same crash on xdotool version 3.20160805.1, which ships with my distribution.
xdotool version 3.20160805.1
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
I wrote a glob where I was meant to write a regex, and got a segmentation fault.
I see the same crash on
xdotool version 3.20160805.1
, which ships with my distribution.The text was updated successfully, but these errors were encountered: