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 when running Genymotion #2

Open
Qw4z1 opened this issue Nov 4, 2014 · 4 comments
Open

Crash when running Genymotion #2

Qw4z1 opened this issue Nov 4, 2014 · 4 comments
Assignees

Comments

@Qw4z1
Copy link

Qw4z1 commented Nov 4, 2014

Hi,

The lib causes a force close when running it on Genymotion with Nexus 10-4.4.2-API 9-2560x1600-image. It works fine on a Nexus 4 and Nexus 7.
Full stacktrace below:

11-04 07:57:09.494    1452-1521/se.textalk.media.reader.debug E/AndroidRuntime﹕ FATAL    EXCEPTION: AsyncTask #1
 Process: se.textalk.media.reader.debug, PID: 1452
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.ArrayIndexOutOfBoundsException: length=12544; index=12566
        at fr.tvbarthel.lib.blurdialogfragment.FastBlurHelper.doBlur(FastBlurHelper.java:127)
        at fr.tvbarthel.lib.blurdialogfragment.BlurDialogEngine.blur(BlurDialogEngine.java:267)
        at fr.tvbarthel.lib.blurdialogfragment.BlurDialogEngine.access$100(BlurDialogEngine.java:31)
        at fr.tvbarthel.lib.blurdialogfragment.BlurDialogEngine$BlurAsyncTask.doInBackground(BlurDialogEngine.java:373)
        at fr.tvbarthel.lib.blurdialogfragment.BlurDialogEngine$BlurAsyncTask.doInBackground(BlurDialogEngine.java:329)
        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)
@tbarthel-fr tbarthel-fr self-assigned this Nov 4, 2014
@tbarthel-fr
Copy link
Member

Thanks a lot for your reporting (= we will try to solve it asap!

@Anth06ny
Copy link

Anth06ny commented Feb 2, 2015

+1
I Think the bug is product when we have other AsyncTask is running

@kmayoral
Copy link

+1 I was able to reproduce on one of my Genymotion simulators. It worked well when testing on
Genymotion Google Nexus - 5.0.0 - API 21
Genymotion Motorola Droid Razr - 4.1.1 - API 16

but came across this error when testing with
Genymotion Samsung Galaxy S4 - 4.4.4 - API 19

Thanks for a cool library!

@ligol
Copy link
Contributor

ligol commented Mar 25, 2015

After some test, it work fine with Renderscript.

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

5 participants