Titanium Community Questions & Answer Archive

We felt that 6+ years of knowledge should not die so this is the Titanium Community Questions & Answer Archive

$UNIX2003 called from function ERROR

Hello everyone!

When I try to compile my app for testing on emulator, I receive the
following INFO:

[INFO] Credito Tre/1.0 (1.4.1.1.8a222e)
Detected an attempt to call a symbol in system libraries that is not
present on the iPhone:
mmap$UNIX2003 called from function _Z20TCMalloc_SystemAllocmPmm in
image Credito Tre.
Detected an attempt to call a symbol in system libraries that is not
present on the iPhone:
pthread_cond_init$UNIX2003 called from function
_ZN3WTI17TCMalloc_PageHeap4initEv in image Credito Tre.
Detected an attempt to call a symbol in system libraries that is not
present on the iPhone:
pthread_cond_wait$UNIX2003 called from function
_ZN3WTI17TCMalloc_PageHeap15scavengerThreadEv in image Credito Tre.
Detected an attempt to call a symbol in system libraries that is not
present on the iPhone:
mprotect$UNIX2003 called from function
_ZN2TI3JIT35privateCompileCTIMachineTrampolinesEPN3WTI6RefPtrINS_14ExecutablePoolEEEPNS_12TiGlobalDataEPNS_21MacroAssemblerCodePtrES9_S9_S9_
in image Credito Tre.
Detected an attempt to call a symbol in system libraries that is not
present on the iPhone:
munmap$UNIX2003 called from function
_ZN2TI14ExecutablePool13systemReleaseERKNS0_10AllocationE in image
Credito Tre.
Detected an attempt to call a symbol in system libraries that is not
present on the iPhone:
mktime$UNIX2003 called from function
_ZN2TI21msToGregorianDateTimeEPNS_10TiExcStateEdbRNS_17GregorianDateTimeE in image Credito Tre.

and the app don't work correctly, it crash after a little test.
I'm using sdk 1.4.1.1, but I also tried all most recent sdk on
http://builds.appcelerator.com.s3.amazonaws.com/index.html
I have another project on development without any problem related to
this error. I also tried to create a new project and copy all file in
/Resources in the new project dir but nothing to do.

Do you know any solution??
Thank you :D

— asked October 22nd 2010 by Stefano Di Luca
  • build failed
0 Comments

3 Answers

  • Only to let you know that I posted the similar question. I have that error on a new and empty project :(

    — answered October 23rd 2010 by Michele Nasoni
    permalink
    0 Comments
  • Don't worry about these errors.. According to the appcelerator blog:

    "One known issue for the iOS 4.1 SDK is that you might see something like the following in the console:
    mmap$UNIX2003 called from function _Z20TCMalloc_SystemAllocmPmm
    We’re going to try and fix that warning for the 1.5 release but this is harmless and has no impact on your application (as scary as it looks)."

    — answered October 23rd 2010 by Pascal PLUCHON
    permalink
    0 Comments
  • In case anyone is still having these problems, this issue existed in 1.4.1, and 1.4.2 was released mainly to resolve it.
    Hence, the solution is to upgrade to 1.4.2.

    — answered December 3rd 2010 by Paul Dowsett
    permalink
    0 Comments
The ownership of individual contributions to this community generated content is retained by the authors of their contributions.
All trademarks remain the property of the respective owner.