yigit / android-priority-jobqueue

A Job Queue specifically written for Android to easily schedule jobs (tasks) that run in the background, improving UX and application stability.
3.4k stars 395 forks source link

Error when submitting too many jobs #372

Open d3bt3ch opened 7 years ago

d3bt3ch commented 7 years ago

I keep getting error when I am posting hundreds of jobs at a time. I have posted other errors on a different issue message.

This time the error is ...

05-28 23:22:49.899 20004-21649/... D/JOBS: [consumer_4] will wait on the lock forever 05-28 23:22:49.909 20004-26866/... A/art: art/runtime/indirect_reference_table.cc:77] Check failed: table_memmap.get() != nullptr ashmem_create_region failed for 'indirect ref table': Too many open files 05-28 23:23:57.569 20004-26866/... W/art: Thread suspension timed out: 47 05-28 23:25:07.519 20004-20013/... I/art: Thread[5,tid=20013,WaitingInMainSignalCatcherLoop,Thread*=0xb85437e0,peer=0x12c000a0,"Signal Catcher"]: reacting to signal 3

yigit commented 7 years ago

do you have a sample app to reproduce the issue?