Bug #4528

strange stacktrace in 14.1.0-RC1

Added by hans almost 3 years ago. Updated over 2 years ago.

Status:ClosedStart date:02/10/2015
Priority:ImmediateDue date:
Assignee:n8fr8% Done:

0%

Category:-
Target version:v14 - Armadillo's Agram
Component:

Description

Hey n8fr8,

Looks like 14.1.0-RC1 has an issue in the build process. Did you use the ./make-release-build script? Also, I noticed that in commit bd0c7439, you reverted cacheword build fixes I included. But that commit didn't update to the latest cacheword either, just the previously used version.

The ./make-release-build script worked for the 14.1.0-beta2, if you have issues with it, let me know and we can fix them. It is important to use an automated process to make the release builds to reduce to likelihood of odd build errors like this stacktrace.

java.lang.Error: Unresolved compilation problems: 
The import info.guardianproject.cacheword.PRNGFixes cannot be resolved
The import org.thoughtcrime.ssl.pinning.PinningTrustManager cannot be resolved
The import org.thoughtcrime.ssl.pinning.SystemKeyStore cannot be resolved
The import de.duenndns.ssl.MemorizingTrustManager cannot be resolved
MemorizingTrustManager cannot be resolved to a type
PRNGFixes cannot be resolved
PinningTrustManager cannot be resolved to a type
PinningTrustManager cannot be resolved to a type
SystemKeyStore cannot be resolved
MemorizingTrustManager cannot be resolved to a type
MemorizingTrustManager cannot be resolved to a type
MemorizingTrustManager cannot be resolved to a type
MemorizingTrustManager cannot be resolved to a type

at info.guardianproject.otr.app.im.app.ImApp.<init>(ImApp.java:20)
at java.lang.reflect.Constructor.newInstance(Native Method)
at java.lang.Class.newInstance(Class.java:1572)
at android.app.Instrumentation.newApplication(Instrumentation.java:994)
at android.app.Instrumentation.newApplication(Instrumentation.java:979)
at android.app.LoadedApk.makeApplication(LoadedApk.java:559)
at android.app.ActivityThread.handleBindApplication(ActivityThread.java:4526)
at android.app.ActivityThread.access$1600(ActivityThread.java:147)
at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1357)
at android.os.Handler.dispatchMessage(Handler.java:102)
at android.os.Looper.loop(Looper.java:135)
at android.app.ActivityThread.main(ActivityThread.java:5256)
at java.lang.reflect.Method.invoke(Native Method)
at java.lang.reflect.Method.invoke(Method.java:372)
at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:898)
at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:693)

History

#1 Updated by n8fr8 over 2 years ago

  • Status changed from New to Resolved

#2 Updated by n8fr8 over 2 years ago

  • Status changed from Resolved to Closed

Also available in: Atom PDF