Apps-android-commons: InternalError at okhttp3.internal.http2.Http2Connection$ReaderRunnable.applyAndAckSettings

Created on 3 Aug 2017  路  5Comments  路  Source: commons-app/apps-android-commons

Jul 31, 6:54 PM on app version 73
Xiaomi MI6 (sagit), 6144MB RAM, Android 7.1
Report 1 of 1
java.lang.InternalError: 
  at java.lang.Thread.nativeCreate (Native Method)
  at java.lang.Thread.start (Thread.java:730)
  at java.util.concurrent.ThreadPoolExecutor.addWorker (ThreadPoolExecutor.java:941)
  at java.util.concurrent.ThreadPoolExecutor.execute (ThreadPoolExecutor.java:1359)
  at okhttp3.internal.http2.Http2Connection$ReaderRunnable.applyAndAckSettings (Http2Connection.java:693)
  at okhttp3.internal.http2.Http2Connection$ReaderRunnable.settings (Http2Connection.java:665)
  at okhttp3.internal.http2.Http2Reader.readSettings (Http2Reader.java:287)
  at okhttp3.internal.http2.Http2Reader.nextFrame (Http2Reader.java:141)
  at okhttp3.internal.http2.Http2Reader.readConnectionPreface (Http2Reader.java:80)
  at okhttp3.internal.http2.Http2Connection$ReaderRunnable.execute (Http2Connection.java:565)
  at okhttp3.internal.NamedRunnable.run (NamedRunnable.java:32)
  at java.lang.Thread.run (Thread.java:761)
bug

Most helpful comment

Unless someone else has already taken care of this, I will have a look into this.

All 5 comments

Unless someone else has already taken care of this, I will have a look into this.

Go for it, @Bluesir9 :)

@nicolas-raoul Do we have more details about the issue. The stack trace doesn't lead to any source in the commons app so debugging it won't be feasible.

  • Any pointers to where it happens would help.

@maskaravivek Sorry I don't have more info, I took this crash from Google Play's crash reports page.
If it is not usable then I guess we can close it, if someone gets the same issue a Google search might lead them to this page anyway. Anyone having this problem, please explain how you get it, with what version of the Commons app, thanks!

okhttp3.internal.http2.Http2Connection$ReaderRunnable.applyAndAckSettings (Http2Connection.java:739)
okhttp3.internal.http2.Http2Connection$ReaderRunnable.settings (Http2Connection.java:711)
okhttp3.internal.http2.Http2Reader.readSettings (Http2Reader.java:289)
okhttp3.internal.http2.Http2Reader.nextFrame (Http2Reader.java:141)
okhttp3.internal.http2.Http2Reader.readConnectionPreface (Http2Reader.java:80)
okhttp3.internal.http2.Http2Connection$ReaderRunnable.execute (Http2Connection.java:609)
okhttp3.internal.NamedRunnable.run (NamedRunnable.java:32)

Was this page helpful?
0 / 5 - 0 ratings