[TIMOB-584] Android: Large database crashes app
GitHub Issue | n/a |
---|---|
Type | Bug |
Priority | Medium |
Status | Closed |
Resolution | Needs more info |
Resolution Date | 2012-07-25T13:23:37.000+0000 |
Affected Version/s | n/a |
Fix Version/s | n/a |
Components | Android |
Labels | android, crash, defect |
Reporter | Burggraf |
Assignee | Neeraj Gupta |
Created | 2011-04-15T02:32:30.000+0000 |
Updated | 2012-07-26T20:54:06.000+0000 |
Description
Android: Large database crashes app
Installing a large database (6MB, in my test case) causes the application to crash. The same application works fine with the exact same database if it contains fewer rows (a 293KB database works fine.)
Steps to reproduce:
- Copy large database to Resources folder
- In code, install the database
- Open a recordset (only need to select a few rows)
- Attempting to check rows.isValidRow() causes an immediate crash
It's been noted that if you rename the database file extension to .mp3, the file will install correctly.
Need a test case.