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: java.lang.RuntimeException #55

Closed
pinkred opened this issue Jun 14, 2016 · 4 comments
Closed

Fatal Exception: java.lang.RuntimeException #55

pinkred opened this issue Jun 14, 2016 · 4 comments

Comments

@pinkred
Copy link

pinkred commented Jun 14, 2016

Fatal Exception: java.lang.RuntimeException: An error occured while executing doInBackground()
at android.os.AsyncTask$3.done(AsyncTask.java:300)
at java.util.concurrent.FutureTask.finishCompletion(FutureTask.java:355)
at java.util.concurrent.FutureTask.setException(FutureTask.java:222)
at java.util.concurrent.FutureTask.run(FutureTask.java:242)
at android.os.AsyncTask$SerialExecutor$1.run(AsyncTask.java:231)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1112)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:587)
at java.lang.Thread.run(Thread.java:841)
Caused by java.lang.RuntimeException: bad array lengths
at android.os.Parcel.readIntArray(Parcel.java:827)
at android.app.INotificationManager$Stub$Proxy.enqueueNotificationWithTag(INotificationManager.java:321)
at android.app.NotificationManager.notify(NotificationManager.java:136)
at android.support.v4.app.NotificationManagerCompatEclair.postNotification(NotificationManagerCompatEclair.java:30)
at android.support.v4.app.NotificationManagerCompat$ImplEclair.postNotification(NotificationManagerCompat.java:152)
at android.support.v4.app.NotificationManagerCompat.notify(NotificationManagerCompat.java:225)
at com.appboy.AppboyGcmReceiver.handleAppboyGcmMessage(AppboyGcmReceiver.java:132)
at com.appboy.AppboyGcmReceiver$HandleAppboyGcmMessageTask.doInBackground(AppboyGcmReceiver.java:168)
at com.appboy.AppboyGcmReceiver$HandleAppboyGcmMessageTask.doInBackground(AppboyGcmReceiver.java:156)
at android.os.AsyncTask$2.call(AsyncTask.java:288)
at java.util.concurrent.FutureTask.run(FutureTask.java:237)
at android.os.AsyncTask$SerialExecutor$1.run(AsyncTask.java:231)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1112)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:587)
at java.lang.Thread.run(Thread.java:841)

@briancaw
Copy link
Contributor

Hi @pinkred,

Thanks very much for reporting this. Can you let us know some additional information:

  1. Is this issue reproducible? If so, what are the steps to reproduce? If not, how often are you seeing this issue?
  2. What devices/OSes are you seeing this issue occur on?

Thanks,
Brian

@pinkred
Copy link
Author

pinkred commented Jun 15, 2016

  1. Fabric crashlytics 2 reports
  2. OS 4.4.2 | LG-F200L | No rooted
    OS 6.0.1 | SM-N916S | No rooted

Thanks.

@briancaw
Copy link
Contributor

Hi @pinkred

Apologies for the delay on this. This should be handled/fixed on our most recent release - 1.15.0. If you are able confirm you on no longer seeing this issue on 1.15.0 or above it would be much appreciated.

Thanks,
Brian

@briancaw
Copy link
Contributor

Hi @pinkred,

Closing this for now. Please reopen if you find this is not resolved. Thanks again for reporting!

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

No branches or pull requests

2 participants