Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
当我单击我的应用程序图标时,我目前收到 KERN-EXEC 3 错误。实际上我正在通过 Symbian^3 中的 VBO 方法加载 3D 对象。同时,当我通过相同的 VBO 方法加载相对较小的对象时,我没有收到此错误。
有人可以帮我解决这个问题吗?
您可能没有为您的应用程序提供足够的堆来使用。您可以在 MMP 文件中使用 EPOCHEAPSIZE 关键字设置它。
http://library.developer.nokia.com/index.jsp?topic=/S60_3rd_Edition_Cpp_Developers_Library/GUID-35228542-8C95-4849-A73F-2B4F082F0C44/html/SDL_93/doc_source/ToolsAndUtilities93/Build-ref/Mmp-ref/epocheapsize .html