question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Crash when downloading large files

See original GitHub issue

when I use Rx2AndroidNetworking to download a 88M pdf file, it crashed. here my code: @Override public Observable<String> downloadFile(String fileUrl, String dirPath, String fileName) { return Rx2AndroidNetworking.download(fileUrl, dirPath, fileName) .build() .getDownloadObservable(); } and this is the stacktrace: image

what should i do?

Issue Analytics

  • State:closed
  • Created 6 years ago
  • Comments:6 (3 by maintainers)

github_iconTop GitHub Comments

2reactions
amitshekhariitbhucommented, Sep 5, 2017

I tried 30mb file, it’s working great, so closing the issue.

1reaction
amitshekhariitbhucommented, Aug 10, 2017

Ok, Let me come up with a solution.

Read more comments on GitHub >

github_iconTop Results From Across the Web

Windows 10 Freezes When Downloading Large Files
Hello everyone, Ive recently been having this weird issue where my PC is freezing when downloading large files. No BSOD, but I loose...
Read more >
RAM Caps during downloads, computer crashes. (FIXED)
Hi,. I have been having a recurring issue where when downloading large files (one 44GB, the other 110GB), the RAM fills up and...
Read more >
Large downloads cause whole system to freeze or crash
The weird thing is: When downloading other large files, i.e. games via EAs Origin Platform (BF4 ~ 30GB, or Star Citizen (~30 GB)...
Read more >
Computer freezes while trying to download large files
Installed and reconized in my pc. Well, as I go to download a game file of about 40 GB, windows completely freezes. and...
Read more >
Large file download keeps crashing : r/TOR - Reddit
I'm using TOR on a Win10 Sandbox to download a large zip file 3GB. No matter what I do, it's just not working....
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found