Titanium JIRA Archive
Titanium SDK/CLI (TIMOB)

[TIMOB-3338] Application crashes without error message

GitHub Issuen/a
TypeBug
PriorityLow
StatusClosed
ResolutionInvalid
Resolution Date2017-06-07T23:39:50.000+0000
Affected Version/sn/a
Fix Version/sn/a
ComponentsiOS
Labelsn/a
ReporterSven Herzberg
AssigneeIngo Muschenetz
Created2011-04-15T03:42:29.000+0000
Updated2017-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

FileDateSize
app.js2011-04-15T03:42:29.000+0000241

Comments

  1. Sven Herzberg 2011-04-15

    If I surround the code with this statement, I get a proper exception about the broken SQL statement:

       setTimeout(function () {
       /* original code */
       }, 10);
       

    I get the exception that I expect to see, however: If I fix the SQL statement, the crash is happening, again.

  2. Sven Herzberg 2011-04-15

    This is for the iPhone, BTW.

  3. Lee Morris 2017-06-07

    Closing ticket due to time passed and lack of input or progress.

JSON Source