Explain emulator weirdness with QProcess

asked 2016-05-16 19:59:36 +0300

alloj gravatar image

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.

edit retag flag offensive close delete