rshk / python-libxdo

Python bindings for libxdo
BSD 3-Clause "New" or "Revised" License
77 stars 19 forks source link

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

Open nukemiko opened 3 years ago

nukemiko commented 3 years ago

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 commented 3 years ago

May be a duplicate of https://github.com/rshk/python-libxdo/issues/29?