-
-
Notifications
You must be signed in to change notification settings - Fork 314
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]: application killed when switching from termux to termux-x11 #699
Comments
Probably you should post the |
Nothing jumps out to me immediately. I don't even see |
It seems like termux-x11 is killed with SYS_SECCOMP. It is pretty much weird, it should not behave this way. And I do not see any way to fix it because it is caused by your firmware, probably after system update. |
This system has not been updated in a long time. It is an older device, running Android 9. It may be a firmware issue perhaps, but when googling around it seems it may also be caused by lifecycle events. When I go from termux to some other app (settings, calendar, whatever) this issue does not happen. Only the x11 server. Interestingly, this also does not occur when testing this in split screen mode (xclock is not displaying, but that is a separate issue that I will open). |
Oh, and when exiting from split screen, it now works fine. Switching between the two apps does not cause xclock to be killed. So this is clearly an issue with initially launching the app. Perhaps there's a good way to catch this in action via app-specific logging? |
Another update---I tried to see if |
Reproduced on an OPPO device with Android 10.
However:
|
Problem description
I run
TERMUX_X11_DEBUG=1 termux-x11 :0 -xstartup xclock
in termux. I then switch apps to termux-x11, which flashes and then goes back to the 'not connected' screen.When I go back to termux and look at the log the last line is
X connection to :0 broken (explicit kill or server shutdown).
Although I usedxclock
here, this happens for each of the various applications I tested.I am using a Samsung SM-T820 tablet.
What steps will reproduce the bug?
See above.
What is the expected behavior?
No response
The text was updated successfully, but these errors were encountered: