Is there a bug in the distribute package compiler ?

You must Login before you can answer or comment on any questions.

Hi,

We have an issue while trying to build our app to a ready-to-distribute package (Distribute - Android app store). The dev package works pretty well on device but it trows the following error at run-time with the distribute package :

Error while executing app://common/functions.js: null
java.lang.StackOverFlowError 
    at org.mozilla.javascript.NodeTransformer.transformCompilationUnit_r(NodeTransformer.java:435)
    at org.mozilla.javascript.NodeTransformer.transformCompilationUnit_r(NodeTransformer.java:435)
    at org.mozilla.javascript.NodeTransformer.transformCompilationUnit_r(NodeTransformer.java:435)
    at org.mozilla.javascript.NodeTransformer.transformCompilationUnit_r(NodeTransformer.java:435)
...
What can we do ? it's unbelievable !

— asked 11 months ago by max process
3 Comments
  • Missing from your question are a number of important pieces of information. I suggest you take a look at the Using Questions and Answers article, specifically the Q&A Question Checklist. The missing information is critical to reproducing problems in a test environment and often indicates other factors that cause the undesirable outcome you are experiencing.

    — commented 11 months ago by Stephen Feather

  • Application mobile Titanium SDK 1.8.2.v20120217114657 Mac osx Lion 10.7 Device: Galaxy Tab I Android 3.2 and Galaxy Tab II Android 4.0.3 Titanium Studio, build: 2.1.0.201206251749

    — commented 11 months ago by max process

  • The logs comes from ddms. I can't send you the hole project but i just want to know if you ever had similar issue

    — commented 11 months ago by max process

1 Answer

the error comes from the definition of an md5 function that may be already defined in the framework

Your Answer

Think you can help? Login to answer this question!