humhub / app

22 stars 8 forks source link

App chrashed when opening large pdf-file from wiki #254

Open JK742020 opened 1 week ago

JK742020 commented 1 week ago

A large pdf-file (85 MB) was uploaded into a wiki. I tried to open the file by clicking the pdfs name. On the bottom of the app there was displayed "Downloading" and a counter with a circle showing the status auf the download. When download was finished the app crashed.

android version 13, UI- Version 5.1

marc-farre commented 1 week ago

@JK742020 What app version? See list here: https://github.com/humhub/app/releases

JK742020 commented 1 week ago

1.0.121

marc-farre commented 1 week ago

@PrimozRatej an idea?

PrimozRatej commented 1 week ago

Hmm, we load file data as byte file in memory, maybe this is the upper limit of memory used. @marc-farre will look into it.