[TIMOB-3338] Application crashes without error message
| GitHub Issue | n/a |
|---|---|
| Type | Bug |
| Priority | Low |
| Status | Closed |
| Resolution | Invalid |
| Resolution Date | 2017-06-07T23:39:50.000+0000 |
| Affected Version/s | n/a |
| Fix Version/s | n/a |
| Components | iOS |
| Labels | n/a |
| Reporter | Sven Herzberg |
| Assignee | Ingo Muschenetz |
| Created | 2011-04-15T03:42:29.000+0000 |
| Updated | 2017-06-07T23:39:50.000+0000 |
Description
Hi,
I'm trying to add a database to my project and for some reason it doesn't work. The app just crashes.
Attachments:
- app.js minimalistic file to reproduce this scenario. Commenting away line 8 (database.execute()) keeps the app running.
- log: the logging information from Titanium Developer - in debug mode
Regards,
Sven
Attachments
| File | Date | Size |
|---|---|---|
| app.js | 2011-04-15T03:42:29.000+0000 | 241 |
If I surround the code with this statement, I get a proper exception about the broken SQL statement:
I get the exception that I expect to see, however: If I fix the SQL statement, the crash is happening, again.
This is for the iPhone, BTW.
Closing ticket due to time passed and lack of input or progress.