Titanium JIRA Archive
Titanium SDK/CLI (TIMOB)

[TIMOB-13668] CLI: timers.js:103 RangeError: Maximum call stack size exceeded with SDK 3.1 GA

GitHub Issuen/a
TypeBug
PriorityLow
StatusClosed
ResolutionDuplicate
Resolution Date2013-05-13T19:49:22.000+0000
Affected Version/sRelease 3.1.0
Fix Version/sn/a
ComponentsCLI
Labelsregression, triage
ReporterRomain Eude
AssigneeChris Barber
Created2013-04-20T13:12:21.000+0000
Updated2017-03-21T22:47:49.000+0000

Description

For a given project, if I launch the build in 3.0.2, it works. If I launch it in 3.1, it fails. The message is:
timers.js:103
            if (!process.listeners('uncaughtException').length) throw e;
                                                                      ^
RangeError: Maximum call stack size exceeded
The build logs for 3.0.2 and 3.1 are attached.

Attachments

FileDateSize
3.02.txt2013-04-20T13:12:21.000+0000480155
3.1.txt2013-04-20T13:12:21.000+0000314808

Comments

  1. Daniel Sefton 2013-04-20

    Does this occur with one of your projects, or all of them? What if you create a new project from one of the templates?
  2. Romain Eude 2013-04-20

    so here are some further diagnosis: * I cloned kitchen sink template: ** build to run in ios simulator: OK ** build to run on device: OK * my project ** build to run in ios simulator: FAILED (with timer.js error, line 103) ** build to run on device: OK Let me know what else I can test for you. Romain.
  3. Bryan Hughes 2013-04-20

    Hi [~romain] What version of node.js do you have? You can find out by running "node -v" from a terminal.
  4. Romain Eude 2013-04-20

    there you go: $ node -v v0.8.22
  5. Yury Skaletskiy 2013-04-23

    I having the same issue on SDK 3.1, it works when downgrade to SDK 3.0.2 nodejs v0.8.22
  6. Chris Barber 2013-05-13

    Dupe of TIMOB-13692.
  7. Lee Morris 2017-03-21

    Closing ticket as duplicate with reference to the above comments.

JSON Source