Explain emulator weirdness with QProcess
I installed sdk not latest again, new Os lubuntu with lvm, run my app on emulator the app crash with segmentation fault because QProcessed lsof command can not stat a file because of fuse permissions. Explain why it started to happen when before it didn't! I took away the lsof command just run find command with some parameters, it works. Shouldn't it work same in the emulator regardless of os? I don't understand what is going on.