EGLFS app freezes terminal on exit
Unsolved
Mobile and Embedded
-
I run my app on Raspberry with
-platform eglfs
and it works fine but after it finishes, everything freezes. I can see the output of what my app was doing and I can seepi@raspberry:~ $
but I can't write anything anymore and I can't even change tty with CTRL+ALT+F2. I can however log in by ssh in order to e.g. reboot the system. How do I fix that? -
You have to use the debugger or other output means and try to see where it actually freezes. That is probably the only way to detect where the problem is.
-
You are right, I was sure my app is long gone and it doesn't matter as I can see bash prompt and all that... but when I exit it manually (by quit()), there is no problem.