You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
On NixOS Unstable with katrain built from the following source:
{python3Packages}:
withpython3Packages;letffpyplayer=buildPythonPackagerec{pname="ffpyplayer";version="4.5.1";src=fetchPypi{inheritpname;inheritversion;hash="sha256-1V1UVj/PbDNFBbRdS2SCXyT6+1rPp6nkcsCOh39UkGk=";};nativeBuildInputs=withpkgs;[cython_0pkg-configpytest];buildInputs=withpkgs;[SDL2ffmpeg-headless];};# https://github.com/sanderland/katrain/issues/445kivymd=buildPythonPackagerec{pname="kivymd";version="0.104.1";src=fetchPypi{inheritpname;inheritversion;hash="sha256-ncvCy4r/3pyCVyGY/dsyyBTN1XJUoOSwDFOILbLI1qY=";};nativeBuildInputs=[#docutils];propagatedBuildInputs=[kivy];doCheck=false;};inbuildPythonPackagerec{pname="KaTrain";version="1.14.0";src=fetchPypi{inheritpname;inheritversion;hash="sha256-gMZ8b3oB/WReaK6aN7yLU+ZegGHi/sJpgvshXuxqcf4=";};nativeBuildInputs=[#docutils];# Seems to be an optional runtime dependencybuildInputs=[# wl-clipboard-x11# xclip# xsel];# https://github.com/sanderland/katrain/blob/v1.14.0/setup.pypropagatedBuildInputs=[chardetscreeninfosetuptoolsurllib3ffpyplayerkivymd];doCheck=false;}
I use a wlroots-based Wayland window manager called River, with XWayland enabled.
Current Behaviour
The program consistently freezes immediately after making a play, with no error messages.
It becomes completely unresponsive and uses a lot of CPU resources.
strace reveals that the following futex calls are being spammed after the freeze:
I'm also getting a crash with an expression generated by https://github.com/nix-community/pip2nix, so I'm suspecting it might be an issue with window manager setup or similar...
Setup
On NixOS Unstable with katrain built from the following source:
I use a wlroots-based Wayland window manager called River, with XWayland enabled.
Current Behaviour
The program consistently freezes immediately after making a play, with no error messages.
It becomes completely unresponsive and uses a lot of CPU resources.
strace
reveals that the following futex calls are being spammed after the freeze:The text was updated successfully, but these errors were encountered: