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

Crash #73

Closed
JuzTosS opened this issue Jan 19, 2017 · 3 comments
Closed

Crash #73

JuzTosS opened this issue Jan 19, 2017 · 3 comments
Labels

Comments

@JuzTosS
Copy link

JuzTosS commented Jan 19, 2017

Steps to reproduce
Do as fast as possible:

  1. Press on a link at the license dialog
  2. Press back button
  3. Go to step 1

Stacktrace:

01-18 11:06:11.303: W/System.err(21533): java.lang.NullPointerException: uriString
01-18 11:06:11.313: W/System.err(21533): 	at android.net.Uri$StringUri.<init>(Uri.java:471)
01-18 11:06:11.313: W/System.err(21533): 	at android.net.Uri$StringUri.<init>(Uri.java:461)
01-18 11:06:11.313: W/System.err(21533): 	at android.net.Uri.parse(Uri.java:433)
01-18 11:06:11.313: W/System.err(21533): 	at de.psdev.licensesdialog.LicensesDialog$7.onCreateWindow(LicensesDialog.java:185)
01-18 11:06:11.313: W/System.err(21533): 	at com.android.webview.chromium.WebViewContentsClientAdapter.onCreateWindow(WebViewContentsClientAdapter.java:402)
01-18 11:06:11.313: W/System.err(21533): 	at org.chromium.android_webview.AwWebContentsDelegateAdapter.addNewContents(AwWebContentsDelegateAdapter.java:241)
01-18 11:06:11.313: W/System.err(21533): 	at org.chromium.base.SystemMessageHandler.nativeDoRunLoopOnce(Native Method)
01-18 11:06:11.313: W/System.err(21533): 	at org.chromium.base.SystemMessageHandler.handleMessage(SystemMessageHandler.java:53)
01-18 11:06:11.313: W/System.err(21533): 	at android.os.Handler.dispatchMessage(Handler.java:102)
01-18 11:06:11.313: W/System.err(21533): 	at android.os.Looper.loop(Looper.java:145)
01-18 11:06:11.313: W/System.err(21533): 	at android.app.ActivityThread.main(ActivityThread.java:6837)
01-18 11:06:11.313: W/System.err(21533): 	at java.lang.reflect.Method.invoke(Native Method)
01-18 11:06:11.313: W/System.err(21533): 	at java.lang.reflect.Method.invoke(Method.java:372)
01-18 11:06:11.313: W/System.err(21533): 	at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:1404)
01-18 11:06:11.313: W/System.err(21533): 	at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:1199)
01-18 11:06:11.313: A/chromium(21533): [FATAL:jni_android.cc(295)] Check failed: false. Please include Java exception stack in crash report```
@hameno hameno added the bug label Jan 19, 2017
@kaiwinter
Copy link
Contributor

Seems to be fixed on the master branch. But there is no release after this bugfix (96cda2e).

@hameno
Copy link
Member

hameno commented Jan 23, 2017

Sorry, did not have time yet to release it. You can use the snapshots until then: https://oss.sonatype.org/content/repositories/snapshots/de/psdev/licensesdialog/library/1.8.2-SNAPSHOT/

@hameno hameno closed this as completed Jan 23, 2017
@JuzTosS
Copy link
Author

JuzTosS commented Jan 23, 2017

Thanks! Will wait for the release!

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

No branches or pull requests

3 participants