简体   繁体   English

iPhone 3GS错误

[英]Iphone 3GS Error

i have a problem on iphone 3GS.When application installed on phone that time debugger shows various error.These error occured on SDK 3.0 ERROR:- 我在iphone 3GS上遇到问题。当应用程序安装在手机上时,该时间调试器显示各种错误。这些错误发生在SDK 3.0错误上:-

/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS3.0.sdk/usr/lib/dyld' has changed; /Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS3.0.sdk/usr/lib/dyld'已更改; re-reading symbols. 重新读取符号。 gdb-arm-apple-darwin(3064) malloc: * mmap(size=3443003392) failed (error code=12) * error: can't allocate region *** set a breakpoint in malloc_error_break to debug gdb stack crawl at point of internal error: gdb-arm-apple-darwin(3064)malloc: * mmap(size = 3443003392)失败(错误代码= 12)*错误:无法分配区域***在malloc_error_break中设置一个断点来调试gdb堆栈爬网内部错误:

[ 1 ] /Developer/Platforms/iPhoneOS.platform/Developer/usr/libexec/gdb/gdb-arm-apple-darwin (xstrvprintf+0x0) [0x124bb5] [1] /Developer/Platforms/iPhoneOS.platform/Developer/usr/libexec/gdb/gdb-arm-apple-darwin(xstrvprintf + 0x0)[0x124bb5]

SourceCache/gdb/gdb-1119/src/gdb/utils.c:1179: internal-error: virtual memory exhausted. SourceCache / gdb / gdb-1119 / src / gdb / utils.c:1179:内部错误:虚拟内存已耗尽。 A problem internal to GDB has been detected, further debugging may prove unreliable. 已检测到GDB内部存在问题,可能无法进行进一步调试。

The Debugger has exited with status 1.The Debugger has exited with status 1. 调试器以状态1退出。调试器以状态1退出。

I can't understand these error. 我无法理解这些错误。 Pls help me. 请帮助我。

您试图分配大量内存,并且由于该内存多于可用内存,因此您的应用程序终止了。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM