K 10 svn:author V 7 dchagin K 8 svn:date V 27 2014-05-01T13:42:19.774487Z K 7 svn:log V 281 To fix a panic when in case of transition from linux binary execing to native binary we destroy emuldata thread entry and kern_execve() returns error a bit rewrite linux_execve system call. For now we destroy emuldata thread entry after kern_execve finished, not in event handler. END