SDL2 program "Unnamed application is not responding"
Just compiles one of my own hacks on the phone: https://bitbucket.org/gmelchett/endlessman/src It generates Mandelbrot fractals. Except some issues with the CFLAGS that I used and the old gcc version, it worked out of the box - very cool!
But when I start my program from ssh'ed shell, I get over and over again "Unamed application is not responding". I guess that I have to add some meta information to assign a name, but why thinks sailfish that my application not responding? Calculating the mandelbrot fractals are done without any sleeps, but after that the main loop includes a big SDL_Delay().
Top shows like 97% idle after the calculation and when the fractal is displayed.