[TIMOB-1969] Symbol not present on iPhone
GitHub Issue | n/a |
---|---|
Type | Bug |
Priority | Trivial |
Status | Closed |
Resolution | Invalid |
Resolution Date | 2011-04-15T03:06:53.000+0000 |
Affected Version/s | n/a |
Fix Version/s | n/a |
Components | iOS |
Labels | ios, symbols, ticore |
Reporter | eddiemonge |
Assignee | Reggie Seagraves |
Created | 2011-04-15T03:06:52.000+0000 |
Updated | 2017-03-09T22:59:22.000+0000 |
Description
I keep getting the following error messages, even on a brand new project. I tried it in 1.4 and in 1.4.1.1
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 Manatee.
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 Manatee.
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
Manatee.
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 Manatee.
This is also occuring in the continuous 1.4.2 build on Oct 5 2010 09:50 r3f1d49ee
Yup. Getting this too in the latest build.
Is this worrying? ie: Is this anything that would prevent an app submission?
Caused by using wrong version of TiCore.
Can you explain what that means? Is it something I did wrong?
Closing ticket as invalid.