Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

FATAL EXCEPTION: Instr: com.zutubi.android.junitreport.JUnitReportTestRunner #66

Open
rubienr opened this issue Oct 31, 2014 · 4 comments

Comments

@rubienr
Copy link
Member

rubienr commented Oct 31, 2014

From [email protected] on September 18, 2014 15:43:58

What steps will reproduce the problem? 1. run junit test: testStartStopButton()
2. see logcat

I guess threads are still running when testrunner is finished:

FATAL EXCEPTION: Instr: com.zutubi.android.junitreport.JUnitReportTestRunner
java.lang.SecurityException: Calling from not trusted UID!
at android.os.Parcel.readException(Parcel.java:1431)
at android.os.Parcel.readException(Parcel.java:1385)
at android.app.ActivityManagerProxy.finishInstrumentation(ActivityManagerNative.java:2954)
at android.app.ActivityThread.finishInstrumentation(ActivityThread.java:4466)
at android.app.Instrumentation.finish(Instrumentation.java:196)
at com.zutubi.android.junitreport.JUnitReportTestRunner.finish(JUnitReportTestRunner.java:130)
at android.test.InstrumentationTestRunner.onStart(InstrumentationTestRunner.java:574)
at android.app.Instrumentation$InstrumentationThread.run(Instrumentation.java:1701)

Original issue: http://code.google.com/p/software2012team23/issues/detail?id=66

@rubienr
Copy link
Member Author

rubienr commented Oct 31, 2014

From [email protected] on September 23, 2014 08:27:44

09-23 10:28:32.050: W/dalvikvm(1984): threadid=11: thread exiting with uncaught exception (group=0xace9f648)
09-23 10:28:32.050: E/AndroidRuntime(1984): FATAL EXCEPTION: Instr: com.zutubi.android.junitreport.JUnitReportTestRunner
09-23 10:28:32.050: E/AndroidRuntime(1984): java.lang.SecurityException: Calling from not trusted UID!
09-23 10:28:32.050: E/AndroidRuntime(1984): at android.os.Parcel.readException(Parcel.java:1431)
09-23 10:28:32.050: E/AndroidRuntime(1984): at android.os.Parcel.readException(Parcel.java:1385)
09-23 10:28:32.050: E/AndroidRuntime(1984): at android.app.ActivityManagerProxy.finishInstrumentation(ActivityManagerNative.java:2954)
09-23 10:28:32.050: E/AndroidRuntime(1984): at android.app.ActivityThread.finishInstrumentation(ActivityThread.java:4466)
09-23 10:28:32.050: E/AndroidRuntime(1984): at android.app.Instrumentation.finish(Instrumentation.java:196)
09-23 10:28:32.050: E/AndroidRuntime(1984): at com.zutubi.android.junitreport.JUnitReportTestRunner.finish(JUnitReportTestRunner.java:130)
09-23 10:28:32.050: E/AndroidRuntime(1984): at android.test.InstrumentationTestRunner.onStart(InstrumentationTestRunner.java:574)
09-23 10:28:32.050: E/AndroidRuntime(1984): at android.app.Instrumentation$InstrumentationThread.run(Instrumentation.java:1701)
09-23 10:28:32.060: W/ActivityManager(1214): Error in app at.tugraz.ist.akm running instrumentation ComponentInfo{at.tugraz.ist.akm.test/com.zutubi.android.junitreport.JUnitReportTestRunner}:
09-23 10:28:32.060: W/ActivityManager(1214): java.lang.SecurityException
09-23 10:28:32.060: W/ActivityManager(1214): java.lang.SecurityException: Calling from not trusted UID!

@rubienr
Copy link
Member Author

rubienr commented Oct 31, 2014

From [email protected] on October 01, 2014 23:19:12

Labels: Test

@jamessg
Copy link

jamessg commented Mar 24, 2015

I came to the same problem when doing the test, have you resolved it?

@rubienr
Copy link
Member Author

rubienr commented Mar 26, 2015

did not resolve it :/
started to ignore this kind of warnings/errors.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants