Created
April 27, 2015 12:02
-
-
Save SomeoneWeird/bd8291c732a32039a43f to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
➜ frida git:(master) make check-core-mac | |
build/tmp-mac-i386/frida-core/tests/frida-tests -p / | |
/System/enumerate-processes-returns-processes-with-icons: OK | |
/Fruitjector/inject-current-arch: | |
FAIL: GDBus.Error:org.gtk.GDBus.UnmappedGError.Quark._g_2dio_2derror_2dquark.Code0: task_for_pid failed while trying to inject: (os/kern) failure (5) | |
** | |
ERROR:../../../../frida-core/tests/test-fruitjector.c:1026:frida_fruitjector_test_lab_rat_do_injection_co: code should not be reached | |
^Cmake[1]: *** [check-core-mac] Abort trap: 6 | |
make: *** [check-core-mac] Interrupt: 2 | |
➜ frida git:(master) sudo killall taskgated | |
Password: | |
➜ frida git:(master) make check-core-mac | |
build/tmp-mac-i386/frida-core/tests/frida-tests -p / | |
/System/enumerate-processes-returns-processes-with-icons: OK | |
/Fruitjector/inject-current-arch: | |
FAIL: GDBus.Error:org.gtk.GDBus.UnmappedGError.Quark._g_2dio_2derror_2dquark.Code0: task_for_pid failed while trying to inject: (os/kern) failure (5) | |
** | |
ERROR:../../../../frida-core/tests/test-fruitjector.c:1026:frida_fruitjector_test_lab_rat_do_injection_co: code should not be reached | |
^Cmake[1]: *** [check-core-mac] Abort trap: 6 | |
make: *** [check-core-mac] Interrupt: 2 | |
➜ frida git:(master) sudo make check-core-mac | |
build/tmp-mac-i386/frida-core/tests/frida-tests -p / | |
/System/enumerate-processes-returns-processes-with-icons: OK | |
/Fruitjector/inject-current-arch: OK | |
/Fruitjector/inject-other-arch: <64-bit only> OK |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment