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

[BUG] interpreter segment fault during xdotool.search_windows() #28

Open
nukemiko opened this issue Oct 4, 2021 · 1 comment
Open

Comments

@nukemiko
Copy link

nukemiko commented Oct 4, 2021

xdotool version is 3.20210903.1, python-libxdo version is 0.1.2a1

>>> import xdo

>>> x = xdo.Xdo(display=':0')
>>> x.select_window_with_click()
127926279
>>> xdotool.get_pid_window(127926279)
18197
>>> xdotool.search_windows(pid=18197)
[1]    27937 segmentation fault (core dumped)  python
@amasmiller
Copy link

May be a duplicate of #29?

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