Easily reproducible - the simulator crashes shortly after using the camera. The sample code for the “Camera” project will crash. [import]uid: 4899 topic_id: 545 reply_id: 300545[/import]
will look into it asap.
c. [import]uid: 24 topic_id: 545 reply_id: 1057[/import]
Were you able to duplicate this? Any additional info, etc that I can provide to help out? Thank you! [import]uid: 4899 topic_id: 545 reply_id: 1080[/import]
Sounds like 1.2 might be a ways out if you are still adding feature requests (http://developer.anscamobile.com/forum/2010/03/01/advanced-transformations). Any idea on a timeline? The camera crash and the lack of responses to comments are making me wary about buying… [import]uid: 4899 topic_id: 545 reply_id: 1102[/import]
1.2 is scheduled for mid/late april.
thought someone had responded to your camera crash.
I can’t get it to crash. is there code snipplet you could fwd me.
carlos [import]uid: 24 topic_id: 545 reply_id: 1103[/import]
Here is a sample that will crash. Just tap the screen, choose an image and after it will crash. To hasten the crash, you can press COMMAND-R to refresh the script.
local bkgd = display.newRect( 0, 0, display.stageWidth, display.stageHeight )
bkgd:setFillColor( 128, 0, 0 )
local text = display.newText( "Tap anywhere to launch Camera", 0, 0, nil, 16 )
text:setTextColor( 255, 255, 255 )
text.x = 0.5 \* display.stageWidth
text.y = 0.5 \* display.stageHeight
local sessionComplete = function(event)
local t = event.target
print( "Camera ", ( not t and "returned an image" ) or "session was cancelled" )
print( "event name: " .. event.name )
print( "target: " .. tostring( t ) )
if t then
t.x = display.stageWidth\*0.5
t.y = display.stageHeight\*0.5
t.width = display.stageWidth;
t.height = display.stageHeight;
end
end
local listener = function( event )
media.show( media.PhotoLibrary, sessionComplete )
return true
end
bkgd:addEventListener( "tap", listener )
Here is the error info:
Process: Corona Simulator [24305]
Path: /Applications/Corona/Corona Simulator.app/Contents/MacOS/Corona Simulator
Identifier: com.anscamobile.Corona_Simulator
Version: ??? (1.0)
Code Type: X86 (Native)
Parent Process: bash [24303]
Interval Since Last Report: 615249 sec
Crashes Since Last Report: 45
Per-App Interval Since Last Report: 64775 sec
Per-App Crashes Since Last Report: 40
Date/Time: 2010-03-02 18:20:19.393 -0700
OS Version: Mac OS X 10.5.8 (9L31a)
Report Version: 6
Anonymous UUID: 8FF6BEC4-2839-4AA1-AF86-E705CB0A90E5
Exception Type: EXC_BAD_ACCESS (SIGBUS)
Exception Codes: KERN_PROTECTION_FAILURE at 0x0000000000000000
Crashed Thread: 0
Thread 0 Crashed:
0 ??? 0000000000 0 + 0
1 …nscamobile.Corona_Simulator 0x00041bb1 0x1000 + 265137
2 …nscamobile.Corona_Simulator 0x00041c56 0x1000 + 265302
3 …nscamobile.Corona_Simulator 0x00043463 0x1000 + 271459
4 …nscamobile.Corona_Simulator 0x0004348d 0x1000 + 271501
5 …nscamobile.Corona_Simulator 0x0004132b 0x1000 + 262955
6 …nscamobile.Corona_Simulator 0x0004b8d8 0x1000 + 305368
7 …nscamobile.Corona_Simulator 0x000202af 0x1000 + 127663
8 …nscamobile.Corona_Simulator 0x0001b06a 0x1000 + 106602
9 …nscamobile.Corona_Simulator 0x0000d913 0x1000 + 51475
10 …nscamobile.Corona_Simulator 0x0000dec7 0x1000 + 52935
11 …nscamobile.Corona_Simulator 0x0000d3a6 0x1000 + 50086
12 …nscamobile.Corona_Simulator 0x00003f9c 0x1000 + 12188
13 …nscamobile.Corona_Simulator 0x0000687a 0x1000 + 22650
14 com.apple.AppKit 0x95636e8f -[NSApplication sendAction:to:from:] + 112
15 com.apple.AppKit 0x956e5b64 -[NSMenu performActionForItemAtIndex:] + 493
16 com.apple.AppKit 0x956e5869 -[NSCarbonMenuImpl performActionWithHighlightingForItemAtIndex:] + 220
17 com.apple.AppKit 0x956e54ef -[NSMenu performKeyEquivalent:] + 866
18 com.apple.AppKit 0x956e3d94 -[NSApplication _handleKeyEquivalent:] + 492
19 com.apple.AppKit 0x95600ac7 -[NSApplication sendEvent:] + 3997
20 com.apple.AppKit 0x9555dfe7 -[NSApplication run] + 867
21 com.apple.AppKit 0x9552b1d8 NSApplicationMain + 574
22 …nscamobile.Corona_Simulator 0x0000233a 0x1000 + 4922
Thread 1:
0 libSystem.B.dylib 0x90b10286 mach_msg_trap + 10
1 libSystem.B.dylib 0x90b17a7c mach_msg + 72
2 com.apple.CoreFoundation 0x90998e7e CFRunLoopRunSpecific + 1790
3 com.apple.CoreFoundation 0x90999b04 CFRunLoopRun + 84
4 com.apple.DesktopServices 0x91dc3e17 TSystemNotificationTask::SystemNotificationTaskProc(void*) + 123
5 …ple.CoreServices.CarbonCore 0x93ee0057 PrivateMPEntryPoint + 56
6 libSystem.B.dylib 0x90b41155 _pthread_start + 321
7 libSystem.B.dylib 0x90b41012 thread_start + 34
Thread 2:
0 libSystem.B.dylib 0x90b10286 mach_msg_trap + 10
1 libSystem.B.dylib 0x90b17a7c mach_msg + 72
2 com.apple.CoreFoundation 0x90998e7e CFRunLoopRunSpecific + 1790
3 com.apple.CoreFoundation 0x90999b04 CFRunLoopRun + 84
4 com.apple.DesktopServices 0x91dc3f90 TFSEventsNotificationTask::FSEventsNotificationTaskProc(void*) + 216
5 …ple.CoreServices.CarbonCore 0x93ee0057 PrivateMPEntryPoint + 56
6 libSystem.B.dylib 0x90b41155 _pthread_start + 321
7 libSystem.B.dylib 0x90b41012 thread_start + 34
Thread 3:
0 libSystem.B.dylib 0x90b1746e __semwait_signal + 10
1 libSystem.B.dylib 0x90b41dcd pthread_cond_wait$UNIX2003 + 73
2 …ple.CoreServices.CarbonCore 0x93ee1e7f TSWaitOnCondition + 126
3 …ple.CoreServices.CarbonCore 0x93ec0cd2 TSWaitOnConditionTimedRelative + 202
4 …ple.CoreServices.CarbonCore 0x93ee1afc MPWaitOnQueue + 208
5 com.apple.DesktopServices 0x91dcef72 TNodeSyncTask::SyncTaskProc(void*) + 84
6 …ple.CoreServices.CarbonCore 0x93ee0057 PrivateMPEntryPoint + 56
7 libSystem.B.dylib 0x90b41155 _pthread_start + 321
8 libSystem.B.dylib 0x90b41012 thread_start + 34
Thread 4:
0 libSystem.B.dylib 0x90b102e6 semaphore_timedwait_signal_trap + 10
1 libSystem.B.dylib 0x90b422af _pthread_cond_wait + 1244
2 libSystem.B.dylib 0x90b43b33 pthread_cond_timedwait_relative_np + 47
3 …ple.CoreServices.CarbonCore 0x93ec0cfe TSWaitOnConditionTimedRelative + 246
4 …ple.CoreServices.CarbonCore 0x93ee1afc MPWaitOnQueue + 208
5 com.apple.DesktopServices 0x91dd6899 TPropertyTask::PropertyTaskProc(void*) + 105
6 …ple.CoreServices.CarbonCore 0x93ee0057 PrivateMPEntryPoint + 56
7 libSystem.B.dylib 0x90b41155 _pthread_start + 321
8 libSystem.B.dylib 0x90b41012 thread_start + 34
Thread 5:
0 libSystem.B.dylib 0x90b409c6 kevent + 10
1 libSystem.B.dylib 0x90b41155 _pthread_start + 321
2 libSystem.B.dylib 0x90b41012 thread_start + 34
Thread 6:
0 libSystem.B.dylib 0x90b5f6fa select$DARWIN_EXTSN + 10
1 libSystem.B.dylib 0x90b41155 _pthread_start + 321
2 libSystem.B.dylib 0x90b41012 thread_start + 34
Thread 7:
0 libSystem.B.dylib 0x90b102e6 semaphore_timedwait_signal_trap + 10
1 libSystem.B.dylib 0x90b422af _pthread_cond_wait + 1244
2 libSystem.B.dylib 0x90b43b33 pthread_cond_timedwait_relative_np + 47
3 com.apple.Foundation 0x9301edbc -[NSCondition waitUntilDate:] + 236
4 com.apple.Foundation 0x9301ebd0 -[NSConditionLock lockWhenCondition:beforeDate:] + 144
5 com.apple.Foundation 0x9301eb35 -[NSConditionLock lockWhenCondition:] + 69
6 com.apple.AppKit 0x955cb6e8 -[NSUIHeartBeat _heartBeatThread:] + 753
7 com.apple.Foundation 0x92fd8dfd -[NSThread main] + 45
8 com.apple.Foundation 0x92fd89a4 __NSThread__main__ + 308
9 libSystem.B.dylib 0x90b41155 _pthread_start + 321
10 libSystem.B.dylib 0x90b41012 thread_start + 34
Thread 8:
0 libSystem.B.dylib 0x90b102e6 semaphore_timedwait_signal_trap + 10
1 libSystem.B.dylib 0x90b422af _pthread_cond_wait + 1244
2 libSystem.B.dylib 0x90b43b33 pthread_cond_timedwait_relative_np + 47
3 …ple.CoreServices.CarbonCore 0x93ec0cfe TSWaitOnConditionTimedRelative + 246
4 …ple.CoreServices.CarbonCore 0x93ee1afc MPWaitOnQueue + 208
5 com.apple.DesktopServices 0x91dd0ebc TFolderSizeTask::FolderSizeTaskProc(void*) + 104
6 …ple.CoreServices.CarbonCore 0x93ee0057 PrivateMPEntryPoint + 56
7 libSystem.B.dylib 0x90b41155 _pthread_start + 321
8 libSystem.B.dylib 0x90b41012 thread_start + 34
Thread 9:
0 libSystem.B.dylib 0x90b1746e __semwait_signal + 10
1 libSystem.B.dylib 0x90b41dcd pthread_cond_wait$UNIX2003 + 73
2 libGLProgrammability.dylib 0x9354cb32 glvmDoWork + 162
3 libSystem.B.dylib 0x90b41155 _pthread_start + 321
4 libSystem.B.dylib 0x90b41012 thread_start + 34
Thread 10:
0 libSystem.B.dylib 0x90b1746e __semwait_signal + 10
1 libSystem.B.dylib 0x90b41dcd pthread_cond_wait$UNIX2003 + 73
2 com.apple.ColorSync 0x96f333f8 pthreadSemaphoreWait(t_pthreadSemaphore*) + 42
3 com.apple.ColorSync 0x96f45d4e CMMConvTask(void*) + 54
4 libSystem.B.dylib 0x90b41155 _pthread_start + 321
5 libSystem.B.dylib 0x90b41012 thread_start + 34
Thread 11:
0 libSystem.B.dylib 0x90b102e6 semaphore_timedwait_signal_trap + 10
1 libSystem.B.dylib 0x90b422af _pthread_cond_wait + 1244
2 libSystem.B.dylib 0x90b43b33 pthread_cond_timedwait_relative_np + 47
3 com.apple.Foundation 0x9301edbc -[NSCondition waitUntilDate:] + 236
4 com.apple.Foundation 0x9301ebd0 -[NSConditionLock lockWhenCondition:beforeDate:] + 144
5 com.apple.AppKit 0x957c0364 +[NSNavFBENodePreviewHelper _subthreadComputePreviewThumbnailImages] + 278
6 com.apple.Foundation 0x92fd8dfd -[NSThread main] + 45
7 com.apple.Foundation 0x92fd89a4 __NSThread__main__ + 308
8 libSystem.B.dylib 0x90b41155 _pthread_start + 321
9 libSystem.B.dylib 0x90b41012 thread_start + 34
Thread 0 crashed with X86 Thread State (32-bit):
eax: 0x151d10f0 ebx: 0x0002dfbb ecx: 0x15163200 edx: 0x151cf164
edi: 0x008e700c esi: 0x00000000 ebp: 0xbfffef48 esp: 0xbfffef2c
ss: 0x0000001f efl: 0x00010202 eip: 0x00000000 cs: 0x00000017
ds: 0x0000001f es: 0x0000001f fs: 0x00000000 gs: 0x00000037
cr2: 0x00000000
Binary Images:
0x1000 - 0x70fff +com.anscamobile.Corona_Simulator ??? (1.0) <2b9f2d88e7bdb7d11eb73b34a28e646c> /Applications/Corona/Corona Simulator.app/Contents/MacOS/Corona Simulator
0x80000 - 0x96fea libedit.2.dylib ??? (???) /usr/lib/libedit.2.dylib
0x4c0000 - 0x4caffe com.apple.URLMount 3.1.1 (3.1.1) <55d7d7ad5616607b50ac93fe02115015> /System/Library/PrivateFrameworks/URLMount.framework/URLMount
0x4e8000 - 0x4edff3 libCGXCoreImage.A.dylib ??? (???) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphics.framework/Versions/A/Resources/libCGXCoreImage.A.dylib
0x14033000 - 0x1432cff3 com.apple.RawCamera.bundle 2.3.0 (505) <1c7cea30ffe2b4de98ced6518df1e54b> /System/Library/CoreServices/RawCamera.bundle/Contents/MacOS/RawCamera
0x16d26000 - 0x16eabfe3 GLEngine ??? (???) <052e02d9a452a45d014ffbd2a84a4e7c> /System/Library/Frameworks/OpenGL.framework/Resources/GLEngine.bundle/GLEngine
0x16ed9000 - 0x17242fe8 com.apple.GeForce8xxxGLDriver 1.5.48 (5.4.8) <880ed3155078052260ade6e705c9ca64> /System/Library/Extensions/GeForce8xxxGLDriver.bundle/Contents/MacOS/GeForce8xxxGLDriver
0x1757d000 - 0x17599ff7 GLRendererFloat ??? (???) <7badea5e2b8167c0e6391623bb46140a> /System/Library/Frameworks/OpenGL.framework/Versions/A/Resources/GLRendererFloat.bundle/GLRendererFloat
0x8fe00000 - 0x8fe2db43 dyld 97.1 (???) <458eed38a009e5658a79579e7bc26603> /usr/lib/dyld
0x90003000 - 0x900caff2 com.apple.vImage 3.0 (3.0) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vImage.framework/Versions/A/vImage
0x900cb000 - 0x90158ff7 com.apple.framework.IOKit 1.5.2 (???) <7a3cc24f78f93931731203854ae0d891> /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit
0x90159000 - 0x90159ffa com.apple.CoreServices 32 (32) <2760719f7a81e8c2bdfd15b0939abc29> /System/Library/Frameworks/CoreServices.framework/Versions/A/CoreServices
0x903c3000 - 0x903d3fff com.apple.speech.synthesis.framework 3.7.1 (3.7.1) <9a71429c74ed6ca43eb35e1f78471b2e> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/SpeechSynthesis.framework/Versions/A/SpeechSynthesis
0x903d4000 - 0x90467fff com.apple.ink.framework 101.3 (86) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Ink.framework/Versions/A/Ink
0x90468000 - 0x905a1ff7 libicucore.A.dylib ??? (???) /usr/lib/libicucore.A.dylib
0x905a2000 - 0x90742fff com.apple.JavaScriptCore 5531.21 (5531.21.9) <8b132638e4d517b8cd4613155ed82b87> /System/Library/Frameworks/JavaScriptCore.framework/Versions/A/JavaScriptCore
0x90757000 - 0x90837fff libobjc.A.dylib ??? (???) <3ca288b625a47bbcfe378158e4dc328f> /usr/lib/libobjc.A.dylib
0x9083e000 - 0x90875fff com.apple.SystemConfiguration 1.9.2 (1.9.2) <41d5aeffefc6d19d471f51ae0b15024f> /System/Library/Frameworks/SystemConfiguration.framework/Versions/A/SystemConfiguration
0x90876000 - 0x9087bfff com.apple.CommonPanels 1.2.4 (85) <3b64ef0de184d09c6f99a1a7e77e42be> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CommonPanels.framework/Versions/A/CommonPanels
0x9087c000 - 0x9087cffe com.apple.quartzframework 1.5 (1.5) <49afd7e7e3b2cad89cfaf2ac8c67c8a4> /System/Library/Frameworks/Quartz.framework/Versions/A/Quartz
0x9088f000 - 0x90897fff com.apple.DiskArbitration 2.2.1 (2.2.1) /System/Library/Frameworks/DiskArbitration.framework/Versions/A/DiskArbitration
0x90898000 - 0x90925ff7 com.apple.LaunchServices 292 (292) /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/LaunchServices.framework/Versions/A/LaunchServices
0x90926000 - 0x90a59fe7 com.apple.CoreFoundation 6.5.7 (476.19) /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
0x90a5a000 - 0x90a87feb libvDSP.dylib ??? (???) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libvDSP.dylib
0x90a88000 - 0x90aa4ff3 libPng.dylib ??? (???) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libPng.dylib
0x90ac2000 - 0x90ac2ff8 com.apple.Cocoa 6.5 (???) /System/Library/Frameworks/Cocoa.framework/Versions/A/Cocoa
0x90b0f000 - 0x90c76ff3 libSystem.B.dylib ??? (???) /usr/lib/libSystem.B.dylib
0x90c77000 - 0x91317feb com.apple.CoreGraphics 1.409.5 (???) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphics.framework/Versions/A/CoreGraphics
0x91318000 - 0x913caffb libcrypto.0.9.7.dylib ??? (???) /usr/lib/libcrypto.0.9.7.dylib
0x9152f000 - 0x9193ffef libBLAS.dylib ??? (???) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libBLAS.dylib
0x91940000 - 0x9196ffe3 com.apple.AE 402.3 (402.3) /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/AE.framework/Versions/A/AE
0x91a4f000 - 0x91a8ffff com.apple.CoreMediaIOServicesPrivate 20.0 (20.0) /System/Library/PrivateFrameworks/CoreMediaIOServicesPrivate.framework/Versions/A/CoreMediaIOServicesPrivate
0x91c11000 - 0x91cedfef com.apple.WebKit 5531.21 (5531.21.8) /System/Library/Frameworks/WebKit.framework/Versions/A/WebKit
0x91cee000 - 0x91d2ffe7 libRIP.A.dylib ??? (???) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphics.framework/Versions/A/Resources/libRIP.A.dylib
0x91d30000 - 0x91d37ffe libbsm.dylib ??? (???) <5582985a86ea36504cca31788bccf963> /usr/lib/libbsm.dylib
0x91d40000 - 0x91d44fff libGIF.dylib ??? (???) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libGIF.dylib
0x91d45000 - 0x91db7ff7 com.apple.iLifeMediaBrowser 2.0.4 (346.0.2) <058e71511bc69371e11ea40cf7a3fc19> /System/Library/PrivateFrameworks/iLifeMediaBrowser.framework/Versions/A/iLifeMediaBrowser
0x91db8000 - 0x91dbfff7 libCGATS.A.dylib ??? (???) <1339abfb67318d65c0130f76bc8c4da6> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphics.framework/Versions/A/Resources/libCGATS.A.dylib
0x91dc0000 - 0x91dc1ffc libffi.dylib ??? (???) <596e0dbf626b211741cecaa9698f271b> /usr/lib/libffi.dylib
0x91dc2000 - 0x91e4cfe3 com.apple.DesktopServices 1.4.8 (1.4.8) /System/Library/PrivateFrameworks/DesktopServicesPriv.framework/Versions/A/DesktopServicesPriv
0x91e4d000 - 0x91e4dffe com.apple.MonitorPanelFramework 1.2.0 (1.2.0) <1bce4a22b6a5cc7055d0938ddad269b2> /System/Library/PrivateFrameworks/MonitorPanel.framework/Versions/A/MonitorPanel
0x91fc3000 - 0x92381fea libLAPACK.dylib ??? (???) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libLAPACK.dylib
0x92382000 - 0x923c0fff libGLImage.dylib ??? (???) <2e570958595e0c9c3a289158223b39ee> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLImage.dylib
0x923c1000 - 0x923d9fff com.apple.openscripting 1.2.8 (???) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/OpenScripting.framework/Versions/A/OpenScripting
0x9250c000 - 0x9258bff5 com.apple.SearchKit 1.2.2 (1.2.2) <3b5f3ab6a363a4d8a2bbbf74213ab0e5> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SearchKit.framework/Versions/A/SearchKit
0x9258c000 - 0x92590fff libmathCommon.A.dylib ??? (???) /usr/lib/system/libmathCommon.A.dylib
0x92591000 - 0x92638feb com.apple.QD 3.11.57 (???) <35f058678972d42b88ebdf652df79956> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/QD.framework/Versions/A/QD
0x92639000 - 0x9265dfff libxslt.1.dylib ??? (???) /usr/lib/libxslt.1.dylib
0x9265e000 - 0x9265eff8 com.apple.ApplicationServices 34 (34) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/ApplicationServices
0x9266c000 - 0x9268bffa libJPEG.dylib ??? (???) <37050c2a8d6f7026c94b4bf07c4d8a80> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libJPEG.dylib
0x9268c000 - 0x92a29fef com.apple.QuartzCore 1.5.8 (1.5.8) <18113e06d296230d63a63b58baf35f55> /System/Library/Frameworks/QuartzCore.framework/Versions/A/QuartzCore
0x92a2a000 - 0x92a34feb com.apple.audio.SoundManager 3.9.2 (3.9.2) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CarbonSound.framework/Versions/A/CarbonSound
0x92a41000 - 0x92d67fe2 com.apple.QuickTime 7.6.4 (1327.73) <96515f6a2d628cd2105c7082295199b5> /System/Library/Frameworks/QuickTime.framework/Versions/A/QuickTime
0x92d68000 - 0x92e1fff3 com.apple.QTKit 7.6.4 (1327.73) /System/Library/Frameworks/QTKit.framework/Versions/A/QTKit
0x92e20000 - 0x92e27fe9 libgcc_s.1.dylib ??? (???) <28a7cbc3a5ca2982d124668306f422d9> /usr/lib/libgcc_s.1.dylib
0x92e28000 - 0x92e81ff7 libGLU.dylib ??? (???) <64d010e31d7596bd8f9edc6e027d1d0c> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLU.dylib
0x92e82000 - 0x92ec4fef com.apple.NavigationServices 3.5.2 (163) <7f4f1766414a511bf5bc68920ac85a88> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/NavigationServices.framework/Versions/A/NavigationServices
0x92ec5000 - 0x92ed1ffe libGL.dylib ??? (???) /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib
0x92eea000 - 0x92ef5fe7 libCSync.A.dylib ??? (???) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphics.framework/Versions/A/Resources/libCSync.A.dylib
0x92ef6000 - 0x92f7dff7 libsqlite3.0.dylib ??? (???) /usr/lib/libsqlite3.0.dylib
0x92f7e000 - 0x92f7effb com.apple.installserver.framework 1.0 (8) /System/Library/PrivateFrameworks/InstallServer.framework/Versions/A/InstallServer
0x92fce000 - 0x9324afe7 com.apple.Foundation 6.5.9 (677.26) /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation
0x9324b000 - 0x93407ff3 com.apple.QuartzComposer 2.1 (106.13) /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuartzComposer.framework/Versions/A/QuartzComposer
0x93408000 - 0x93451fef com.apple.Metadata 10.5.8 (398.26) /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Metadata.framework/Versions/A/Metadata
0x9345a000 - 0x934d7fef libvMisc.dylib ??? (???) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libvMisc.dylib
0x934d8000 - 0x934e7ffe com.apple.DSObjCWrappers.Framework 1.3 (1.3) /System/Library/PrivateFrameworks/DSObjCWrappers.framework/Versions/A/DSObjCWrappers
0x934e8000 - 0x934e8ffd com.apple.Accelerate.vecLib 3.4.2 (vecLib 3.4.2) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/vecLib
0x934e9000 - 0x93523fe7 com.apple.coreui 1.2 (62) /System/Library/PrivateFrameworks/CoreUI.framework/Versions/A/CoreUI
0x93524000 - 0x93524fff com.apple.Carbon 136 (136) /System/Library/Frameworks/Carbon.framework/Versions/A/Carbon
0x93525000 - 0x939f6fbe libGLProgrammability.dylib ??? (???) /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLProgrammability.dylib
0x939f7000 - 0x93a07ffc com.apple.LangAnalysis 1.6.5 (1.6.5) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/LangAnalysis.framework/Versions/A/LangAnalysis
0x93a08000 - 0x93a33fe7 libauto.dylib ??? (???) <4f3e58cb81da07a1662c1f647ce30225> /usr/lib/libauto.dylib
0x93a34000 - 0x93c05ff3 com.apple.security 5.0.6 (37592) /System/Library/Frameworks/Security.framework/Versions/A/Security
0x93c06000 - 0x93c63ffb libstdc++.6.dylib ??? (???) <6106b1f2b0b303b06ae476253dbb5f3f> /usr/lib/libstdc++.6.dylib
0x93c6a000 - 0x93c93fff com.apple.CoreMediaPrivate 15.0 (15.0) /System/Library/PrivateFrameworks/CoreMediaPrivate.framework/Versions/A/CoreMediaPrivate
0x93c94000 - 0x93d7cff3 com.apple.CoreData 100.2 (186.2) <44df326fea0236718f5ed64084e82270> /System/Library/Frameworks/CoreData.framework/Versions/A/CoreData
0x93d92000 - 0x93deeff7 com.apple.htmlrendering 68 (1.1.3) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HTMLRendering.framework/Versions/A/HTMLRendering
0x93def000 - 0x93e96fec com.apple.CFNetwork 438.14 (438.14) <5f9ee0430b5f6319f18d9b23e777e0d2> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CFNetwork.framework/Versions/A/CFNetwork
0x93e97000 - 0x94171ff3 com.apple.CoreServices.CarbonCore 786.11 (786.14) /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CarbonCore.framework/Versions/A/CarbonCore
0x94172000 - 0x941ecff8 com.apple.print.framework.PrintCore 5.5.4 (245.6) <9ae833544b8249984c07544dbe6a97fa> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/PrintCore.framework/Versions/A/PrintCore
0x941ed000 - 0x941f9ff9 com.apple.helpdata 1.0.1 (14.2) /System/Library/PrivateFrameworks/HelpData.framework/Versions/A/HelpData
0x941fa000 - 0x94249fff com.apple.QuickLookUIFramework 1.3.1 (170.9) /System/Library/PrivateFrameworks/QuickLookUI.framework/Versions/A/QuickLookUI
0x9424a000 - 0x94268fff libresolv.9.dylib ??? (???) <0e26b308654f33fc94a0c010a50751f9> /usr/lib/libresolv.9.dylib
0x94269000 - 0x942fcff3 com.apple.ApplicationServices.ATS 3.8 (???) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/ATS
0x942fd000 - 0x94326fff libcups.2.dylib ??? (???) /usr/lib/libcups.2.dylib
0x94369000 - 0x9436cfff com.apple.help 1.1 (36) <175489f8adf287b3ebd259362b0292c0> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Help.framework/Versions/A/Help
0x943a2000 - 0x943d1ff7 libncurses.5.4.dylib ??? (???) <00632d5180ac31e2cd437a1ce9d08562> /usr/lib/libncurses.5.4.dylib
0x943d2000 - 0x943d2ffc com.apple.audio.units.AudioUnit 1.5 (1.5) /System/Library/Frameworks/AudioUnit.framework/Versions/A/AudioUnit
0x943d3000 - 0x944b4ff7 libxml2.2.dylib ??? (???) /usr/lib/libxml2.2.dylib
0x94598000 - 0x946e0ff7 com.apple.ImageIO.framework 2.0.7 (2.0.7) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/ImageIO
0x946e1000 - 0x946f7fff com.apple.DictionaryServices 1.0.0 (1.0.0) <7e9ff586b5c9d02b09e2a5527d98524f> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/DictionaryServices.framework/Versions/A/DictionaryServices
0x946f8000 - 0x94752ff7 com.apple.CoreText 2.0.4 (???) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreText.framework/Versions/A/CoreText
0x94753000 - 0x94a5bfe7 com.apple.HIToolbox 1.5.6 (???) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HIToolbox.framework/Versions/A/HIToolbox
0x94a5c000 - 0x94a5cffd com.apple.Accelerate 1.4.2 (Accelerate 1.4.2) /System/Library/Frameworks/Accelerate.framework/Versions/A/Accelerate
0x94a5d000 - 0x94acffff com.apple.PDFKit 2.1.2 (2.1.2) /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/PDFKit.framework/Versions/A/PDFKit
0x94b74000 - 0x94b76ff5 libRadiance.dylib ??? (???) <3561a7a6405223a1737f41352f1fd8c8> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libRadiance.dylib
0x94b77000 - 0x94b80fff com.apple.speech.recognition.framework 3.7.24 (3.7.24) <6a6518b392d3d41ace3dcea69d6809d9> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SpeechRecognition.framework/Versions/A/SpeechRecognition
0x94b81000 - 0x94b81ffd com.apple.vecLib 3.4.2 (vecLib 3.4.2) /System/Library/Frameworks/vecLib.framework/Versions/A/vecLib
0x94b82000 - 0x94b97ffb com.apple.ImageCapture 5.0.2 (5.0.2) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/ImageCapture.framework/Versions/A/ImageCapture
0x94b98000 - 0x94c52fe3 com.apple.CoreServices.OSServices 228 (228) /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/OSServices.framework/Versions/A/OSServices
0x94c53000 - 0x95524fff com.apple.WebCore 5531.21 (5531.21.8) /System/Library/Frameworks/WebKit.framework/Versions/A/Frameworks/WebCore.framework/Versions/A/WebCore
0x95525000 - 0x95d23fef com.apple.AppKit 6.5.9 (949.54) <4df5d2e2271175452103f789b4f4d8a8> /System/Library/Frameworks/AppKit.framework/Versions/C/AppKit
0x96c75000 - 0x96c7afff com.apple.DisplayServicesFW 2.0.2 (2.0.2) /System/Library/PrivateFrameworks/DisplayServices.framework/Versions/A/DisplayServices
0x96c7b000 - 0x96cf8feb com.apple.audio.CoreAudio 3.1.2 (3.1.2) <782a08c44be4698597f4bbd79cac21c6> /System/Library/Frameworks/CoreAudio.framework/Versions/A/CoreAudio
0x96cf9000 - 0x96e4bff3 com.apple.audio.toolbox.AudioToolbox 1.5.3 (1.5.3) /System/Library/Frameworks/AudioToolbox.framework/Versions/A/AudioToolbox
0x96e4c000 - 0x96efcfff edu.mit.Kerberos 6.0.13 (6.0.13) /System/Library/Frameworks/Kerberos.framework/Versions/A/Kerberos
0x96efd000 - 0x96efffff com.apple.securityhi 3.0 (30817) <020419ad33b8638b174e1a472728a894> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SecurityHI.framework/Versions/A/SecurityHI
0x96f00000 - 0x96fcbfef com.apple.ColorSync 4.5.3 (4.5.3) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ColorSync.framework/Versions/A/ColorSync
0x97003000 - 0x97020ff7 com.apple.QuickLookFramework 1.3.1 (170.9) /System/Library/Frameworks/QuickLook.framework/Versions/A/QuickLook
0x97021000 - 0x97039ff7 com.apple.CoreVideo 1.6.0 (20.0) <587c9c8966070a7d50276db35e1c76aa> /System/Library/Frameworks/CoreVideo.framework/Versions/A/CoreVideo
0x9703a000 - 0x9706bffb com.apple.quartzfilters 1.5.0 (1.5.0) <01090d7204c55b32a6a11199fa0d2e2b> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuartzFilters.framework/Versions/A/QuartzFilters
0x9706c000 - 0x97072fff com.apple.print.framework.Print 218.0.3 (220.2) <8c541d587e4068a5fe5a5ce8ee208516> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Print.framework/Versions/A/Print
0x97203000 - 0x97211ffd libz.1.dylib ??? (???) <545ca09467025f77131cfac09d8b9375> /usr/lib/libz.1.dylib
0x97212000 - 0x9723aff7 com.apple.shortcut 1.0.1 (1.0) <37e4b08cfaf9edb08b8682a06c4ec844> /System/Library/PrivateFrameworks/Shortcut.framework/Versions/A/Shortcut
0x9723b000 - 0x9728cff7 com.apple.HIServices 1.7.1 (???) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/HIServices.framework/Versions/A/HIServices
0x97357000 - 0x97364fe7 com.apple.opengl 1.5.10 (1.5.10) /System/Library/Frameworks/OpenGL.framework/Versions/A/OpenGL
0x97365000 - 0x97383ff3 com.apple.DirectoryService.Framework 3.5.7 (3.5.7) <0dc7272ee811169b47b4c682bfc666c6> /System/Library/Frameworks/DirectoryService.framework/Versions/A/DirectoryService
0x97384000 - 0x973c3fef libTIFF.dylib ??? (???) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libTIFF.dylib
0x97479000 - 0x975b1fe7 com.apple.imageKit 1.0.2 (1.0) <00d03cf7f26e1b6023efdc4bd15dd52e> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/ImageKit.framework/Versions/A/ImageKit
0xfffe8000 - 0xfffebfff libobjc.A.dylib ??? (???) /usr/lib/libobjc.A.dylib
0xffff0000 - 0xffff1780 libSystem.B.dylib ??? (???) /usr/lib/libSystem.B.dylib
[import]uid: 4899 topic_id: 545 reply_id: 1113[/import]
Duh ! bug !
OUCH !!!
I passed on the information to our QE team. OUCH. We will fix it asap. is this something that is preventing you from creating an app in corona?
c [import]uid: 24 topic_id: 545 reply_id: 1115[/import]
Sadly it is. My first idea for corona requires the user to take a picture (or select one). I’ve got it all coded, but I wanted to make sure it works before proceeding. I’m almost certain that you would have this fixed for your photoshop app. So, I’m sure it will be ok sooner or later… [import]uid: 4899 topic_id: 545 reply_id: 1116[/import]
Would the fix for this come out in 1.2 or is there a chance to get it earlier? thx [import]uid: 4899 topic_id: 545 reply_id: 1232[/import]
we are going to see if we can push it out as a 1.2.1 …
c [import]uid: 24 topic_id: 545 reply_id: 1233[/import]
i have seem problem here, is this bug will fixed in Corona SDK 2.0? [import]uid: 5592 topic_id: 545 reply_id: 1651[/import]
Carlos, any update on this? Thx [import]uid: 4899 topic_id: 545 reply_id: 1926[/import]
I’ll add that I’d like to put my order in today, if that issue is resolved in the beta. [import]uid: 4899 topic_id: 545 reply_id: 1927[/import]
It is actually not a camera bug.
It is a bug related to the image save and the bug has been filed … and is being reviewed.
Carlos [import]uid: 24 topic_id: 545 reply_id: 1928[/import]
What are it’s chances of making the next version?
I’ve had 2 apps coded that use the camera (and later save the acquired image) since the beginning of March waiting for this. And I’d really like buy Corona for the $99 (before it goes up), but I’m sure if you look through this thread, you’ll see that I don’t feel my concern is being taken care of… I do understand that you guys have lots of other things to look at, but I hope you’ll understand that this is the one issue I am concerned with.
Thanks again, [import]uid: 4899 topic_id: 545 reply_id: 1929[/import]
(Logged as bug #120) [import]uid: 3007 topic_id: 545 reply_id: 1992[/import]
According to the notes, it is fixed in beta 2. I’ve purchased and will download tonight to verify. Thanks, [import]uid: 4899 topic_id: 545 reply_id: 2032[/import]
Thank you.
Carlos [import]uid: 24 topic_id: 545 reply_id: 2035[/import]
I have verified that beta 2 resolved this issue. Thanks! [import]uid: 4899 topic_id: 545 reply_id: 2054[/import]