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
When not attached to a TTY, muvm seems to hang on exit and spin up its threads. A simple repro:
Create a desktop entry that calls this script:
#!/bin/bashexec muvm glxgears
and reload the XDG desktop database
2. Run the desktop entry
3. Observe that glxgears eventually starts
4. Close the glxgears window
5. Observe using a system monitor (top, htop, etc) that muvm hangs on exit and spins on all bound cores
This only occurs when launching muvm without a tty. Setting Terminal=true in the desktop entry fixes this behaviour, however has the downside of spawning a terminal emulator on every open.
Tested on a base M2 with muvm 0.1.4 and 0.2.0.
The text was updated successfully, but these errors were encountered:
When not attached to a TTY, muvm seems to hang on exit and spin up its threads. A simple repro:
and reload the XDG desktop database
2. Run the desktop entry
3. Observe that glxgears eventually starts
4. Close the glxgears window
5. Observe using a system monitor (top, htop, etc) that muvm hangs on exit and spins on all bound cores
This only occurs when launching muvm without a tty. Setting
Terminal=true
in the desktop entry fixes this behaviour, however has the downside of spawning a terminal emulator on every open.Tested on a base M2 with muvm 0.1.4 and 0.2.0.
The text was updated successfully, but these errors were encountered: