smanikandan14 / ThinDownloadManager

To download files and to avoid using DOWNLOAD_WITHOUT_NOTIFICATION permission if you are using Android's DownloadManager in your apps.
Apache License 2.0
783 stars 185 forks source link

OutOfMemoryError #99

Open Aiuspaktyn opened 7 years ago

Aiuspaktyn commented 7 years ago

compile 'com.mani:ThinDownloadManager:1.3.0'

I can not reproduce this bug

Fatal Exception: java.lang.OutOfMemoryError: pthread_create (stack size 16384 bytes) failed: Try again at java.lang.VMThread.create(VMThread.java) at java.lang.Thread.start(Thread.java:1029) at java.util.Timer$TimerImpl.(Timer.java:192) at java.util.Timer.(Timer.java:367) at java.util.Timer.(Timer.java:387) at java.util.Timer.(Timer.java:394) at com.thin.downloadmanager.DownloadDispatcher.run(SourceFile:74)

tapanmodh commented 7 years ago

Same issue coming