View Issue Details

IDProjectCategoryView StatusLast Update
0012193MMASynchronizationpublic2014-10-02 22:15
Reportermarek Assigned To 
PriorityhighSeverityminorReproducibilityunable to reproduce
Status resolvedResolutionfixed 
Product Version1.0.7 
Target Version1.0.7 
Summary0012193: Some lyrics might be too large to display or process
DescriptionThere are some crashlogs of one user, that are caused by lyrics that have 22 MB. During wifi sync, lyrics are converted to string to be stored to DB. This causes OOM errors.

But it will certainly cause OOM when it will be stored in DB and MMA will try to display it.

I do not know what to do with it. Maybe the lyrics can be somehow shortened, because 22 MB is quite strange and really huge size for text.
Additional Informationhttps://rink.hockeyapp.net/manage/apps/64672/app_versions/62/crash_reasons/19967886
TagsNo tags attached.
Fixed in build

Activities

marek

2014-09-24 03:55

developer   ~0040545

Last edited: 2014-09-24 04:47

Temporary solution implemented to build 303:

Lyrics are now limited to 4 MB. Bigger files are logged and trimmed. So wifi sync can continue.

rusty

2014-10-02 22:15

administrator   ~0040685

Tagging as fixed so that we can test this out.