OSX Crash with AIR application

Hello,
We have developed an AIR client that communicates with a REST API to display information to users. The application itself runs just fine in most situations except for one, on OSX against a particular server, the app will regularly crash shortly after launch.
I believe the problem with this server, is that it does redirects to get the request to the proper url. In this case, if the AIR application connects to
http://myserver.example.com, our server will redirect it to https://myserver.example.com.
The other redirect scenario is for when the client is being run inside of our network, typing http://myserver.example.com is redirected to http://myserver
I believe these redirects are happening for every request the application sends out to the server.
When the client is set to talk directly against the correct url (either https://myserver.example.com externally or http://myserver internally) we do not see the crash on OSX. Also, it would appear that windows does not have this problem.
So, as far as I can tell, there is something going on with the redirects being done in the Flex libraries that is causing this crash?
Can anyone provide any more insight into this problem?
Thanks,
Jeff
The following is a crash log from OSX:
Process: ThoughtFarmer Desktop Connector [328]
Path: /Applications/ThoughtFarmer/ThoughtFarmer Desktop Connector.app/Contents/MacOS/ThoughtFarmer Desktop Connector
Identifier: com.thoughtfarmer.DesktopConnector
Version: 1.0.0.43 (???)
Code Type: X86 (Native)
Parent Process: launchd [142]
Date/Time: 2010-10-25 08:46:00.588 -0700
OS Version: Mac OS X 10.6.4 (10F569)
Report Version: 6
Interval Since Last Report: 1022201 sec
Crashes Since Last Report: 12
Per-App Interval Since Last Report: 423 sec
Per-App Crashes Since Last Report: 5
Anonymous UUID: 352BC937-4A94-4216-8A08-AB918C27D70D
Exception Type: EXC_BREAKPOINT (SIGTRAP)
Exception Codes: 0x0000000000000002, 0x0000000000000000
Crashed Thread: 8
Thread 0: Dispatch queue: com.apple.main-thread
0 com.apple.CFNetwork 0x96caf79d URLResponse::~URLResponse() + 1
1 com.apple.CoreFoundation 0x90adde31 _CFRelease + 353
2 com.apple.CFNetwork 0x96ca3907 XConnectionEventInfo<XClientEvent, XClientEventParams>::consumePayload() + 43
3 com.apple.CFNetwork 0x96d27622 URLConnectionClient::ClientConnectionEventQueue::processAllEventsAndConsumePayload(XConne ctionEventInfo<XClientEvent, XClientEventParams>*, long) + 608
4 com.apple.CFNetwork 0x96ca294e URLConnectionClient::processEvents() + 94
5 com.apple.CFNetwork 0x96ca27ef MultiplexerSource::perform() + 183
6 com.apple.CoreFoundation 0x90b100fb __CFRunLoopDoSources0 + 1563
7 com.apple.CoreFoundation 0x90b0dbbf __CFRunLoopRun + 1071
8 com.apple.CoreFoundation 0x90b0d094 CFRunLoopRunSpecific + 452
9 com.apple.CoreFoundation 0x90b0cec1 CFRunLoopRunInMode + 97
10 com.apple.HIToolbox 0x978b5f9c RunCurrentEventLoopInMode + 392
11 com.apple.HIToolbox 0x978b5d51 ReceiveNextEventCommon + 354
12 com.apple.HIToolbox 0x978b5bd6 BlockUntilNextEventMatchingListInMode + 81
13 com.apple.AppKit 0x954d6a89 _DPSNextEvent + 847
14 com.apple.AppKit 0x954d62ca -[NSApplication nextEventMatchingMask:untilDate:inMode:dequeue:] + 156
15 com.apple.AppKit 0x9549855b -[NSApplication run] + 821
16 com.adobe.AIR 0x0255c4f2 0x255a000 + 9458
17 com.adobe.AIR 0x0255c7ed 0x255a000 + 10221
18 ...ughtfarmer.DesktopConnector     0x00003109 start + 4213
19 ...ughtfarmer.DesktopConnector     0x00002196 start + 258
20 ...ughtfarmer.DesktopConnector     0x000020bd start + 41
Thread 1: Dispatch queue: com.apple.libdispatch-manager
0 libSystem.B.dylib 0x96817942 kevent + 10
1 libSystem.B.dylib 0x9681805c _dispatch_mgr_invoke + 215
2 libSystem.B.dylib 0x96817519 _dispatch_queue_invoke + 163
3 libSystem.B.dylib 0x968172be _dispatch_worker_thread2 + 240
4 libSystem.B.dylib 0x96816d41 _pthread_wqthread + 390
5 libSystem.B.dylib 0x96816b86 start_wqthread + 30
Thread 2:
0 libSystem.B.dylib 0x967f1142 semaphore_wait_signal_trap + 10
1 libSystem.B.dylib 0x9681ecbc _pthread_cond_wait + 1089
2 libSystem.B.dylib 0x96867203 pthread_cond_wait + 48
3 com.adobe.AIR 0x02a3014b r_0sxkwv70f9yg6kbm41b3d14u0dvqsem0nnvh83 + 1866656
4 com.adobe.AIR 0x02888e04 r_0sxkwv70f9yg6kbm41b3d14u0dvqsem0nnvh83 + 133209
5 com.adobe.AIR 0x02a3037f r_0sxkwv70f9yg6kbm41b3d14u0dvqsem0nnvh83 + 1867220
6 com.adobe.AIR 0x02a303f9 r_0sxkwv70f9yg6kbm41b3d14u0dvqsem0nnvh83 + 1867342
7 com.adobe.AIR 0x02a30494 r_0sxkwv70f9yg6kbm41b3d14u0dvqsem0nnvh83 + 1867497
8 libSystem.B.dylib 0x9681e81d _pthread_start + 345
9 libSystem.B.dylib 0x9681e6a2 thread_start + 34
Thread 3:
0 libSystem.B.dylib 0x967f1142 semaphore_wait_signal_trap + 10
1 libSystem.B.dylib 0x9681ecbc _pthread_cond_wait + 1089
2 libSystem.B.dylib 0x96867203 pthread_cond_wait + 48
3 com.adobe.AIR 0x02a3014b r_0sxkwv70f9yg6kbm41b3d14u0dvqsem0nnvh83 + 1866656
4 com.adobe.AIR 0x02888e04 r_0sxkwv70f9yg6kbm41b3d14u0dvqsem0nnvh83 + 133209
5 com.adobe.AIR 0x02a3037f r_0sxkwv70f9yg6kbm41b3d14u0dvqsem0nnvh83 + 1867220
6 com.adobe.AIR 0x02a303f9 r_0sxkwv70f9yg6kbm41b3d14u0dvqsem0nnvh83 + 1867342
7 com.adobe.AIR 0x02a30494 r_0sxkwv70f9yg6kbm41b3d14u0dvqsem0nnvh83 + 1867497
8 libSystem.B.dylib 0x9681e81d _pthread_start + 345
9 libSystem.B.dylib 0x9681e6a2 thread_start + 34
Thread 4:
0 libSystem.B.dylib 0x967f1142 semaphore_wait_signal_trap + 10
1 libSystem.B.dylib 0x9681ecbc _pthread_cond_wait + 1089
2 libSystem.B.dylib 0x96867203 pthread_cond_wait + 48
3 com.adobe.AIR 0x02a3014b r_0sxkwv70f9yg6kbm41b3d14u0dvqsem0nnvh83 + 1866656
4 com.adobe.AIR 0x02888e04 r_0sxkwv70f9yg6kbm41b3d14u0dvqsem0nnvh83 + 133209
5 com.adobe.AIR 0x02a3037f r_0sxkwv70f9yg6kbm41b3d14u0dvqsem0nnvh83 + 1867220
6 com.adobe.AIR 0x02a303f9 r_0sxkwv70f9yg6kbm41b3d14u0dvqsem0nnvh83 + 1867342
7 com.adobe.AIR 0x02a30494 r_0sxkwv70f9yg6kbm41b3d14u0dvqsem0nnvh83 + 1867497
8 libSystem.B.dylib 0x9681e81d _pthread_start + 345
9 libSystem.B.dylib 0x9681e6a2 thread_start + 34
Thread 5:
0 libSystem.B.dylib 0x967f1142 semaphore_wait_signal_trap + 10
1 libSystem.B.dylib 0x9681ecbc _pthread_cond_wait + 1089
2 libSystem.B.dylib 0x96867203 pthread_cond_wait + 48
3 com.adobe.AIR 0x02a3014b r_0sxkwv70f9yg6kbm41b3d14u0dvqsem0nnvh83 + 1866656
4 com.adobe.AIR 0x02888e04 r_0sxkwv70f9yg6kbm41b3d14u0dvqsem0nnvh83 + 133209
5 com.adobe.AIR 0x02a3037f r_0sxkwv70f9yg6kbm41b3d14u0dvqsem0nnvh83 + 1867220
6 com.adobe.AIR 0x02a303f9 r_0sxkwv70f9yg6kbm41b3d14u0dvqsem0nnvh83 + 1867342
7 com.adobe.AIR 0x02a30494 r_0sxkwv70f9yg6kbm41b3d14u0dvqsem0nnvh83 + 1867497
8 libSystem.B.dylib 0x9681e81d _pthread_start + 345
9 libSystem.B.dylib 0x9681e6a2 thread_start + 34
Thread 6:
0 libSystem.B.dylib 0x967f115a semaphore_timedwait_signal_trap + 10
1 libSystem.B.dylib 0x9681eca5 _pthread_cond_wait + 1066
2 libSystem.B.dylib 0x9684d848 pthread_cond_timedwait_relative_np + 47
3 com.adobe.AIR 0x02a3018d r_0sxkwv70f9yg6kbm41b3d14u0dvqsem0nnvh83 + 1866722
4 com.adobe.AIR 0x02a44680 r_0sxkwv70f9yg6kbm41b3d14u0dvqsem0nnvh83 + 1949909
5 com.adobe.AIR 0x02a3037f r_0sxkwv70f9yg6kbm41b3d14u0dvqsem0nnvh83 + 1867220
6 com.adobe.AIR 0x02a303f9 r_0sxkwv70f9yg6kbm41b3d14u0dvqsem0nnvh83 + 1867342
7 com.adobe.AIR 0x02a30494 r_0sxkwv70f9yg6kbm41b3d14u0dvqsem0nnvh83 + 1867497
8 libSystem.B.dylib 0x9681e81d _pthread_start + 345
9 libSystem.B.dylib 0x9681e6a2 thread_start + 34
Thread 7:
0 libSystem.B.dylib 0x967f115a semaphore_timedwait_signal_trap + 10
1 libSystem.B.dylib 0x9681eca5 _pthread_cond_wait + 1066
2 libSystem.B.dylib 0x9684d848 pthread_cond_timedwait_relative_np + 47
3 com.adobe.AIR 0x02a3018d r_0sxkwv70f9yg6kbm41b3d14u0dvqsem0nnvh83 + 1866722
4 com.adobe.AIR 0x02b3de9b r_0sxkwv70f9yg6kbm41b3d14u0dvqsem0nnvh83 + 2971888
5 com.adobe.AIR 0x02a3037f r_0sxkwv70f9yg6kbm41b3d14u0dvqsem0nnvh83 + 1867220
6 com.adobe.AIR 0x02a303f9 r_0sxkwv70f9yg6kbm41b3d14u0dvqsem0nnvh83 + 1867342
7 com.adobe.AIR 0x02a30494 r_0sxkwv70f9yg6kbm41b3d14u0dvqsem0nnvh83 + 1867497
8 libSystem.B.dylib 0x9681e81d _pthread_start + 345
9 libSystem.B.dylib 0x9681e6a2 thread_start + 34
Thread 8 Crashed:
0 com.apple.CoreFoundation 0x90ae320e CFHash + 174
1 com.apple.CoreFoundation 0x90ae300c ___CFBasicHashFindBucket1 + 444
2 com.apple.CoreFoundation 0x90aeb1fc CFBasicHashFindBucket + 252
3 com.apple.CoreFoundation 0x90aeb0c3 CFDictionaryGetValue + 131
4 com.apple.CoreFoundation 0x90bd1a95 _CFStreamDetachSource + 405
5 com.apple.CoreFoundation 0x90b08d8b _CFStreamClose + 75
6 com.apple.CFNetwork 0x96ccd7ed HTTPProtocol::destroyReadStream() + 173
7 com.apple.CFNetwork 0x96ccd6bd HTTPProtocol::cleanupStreams() + 93
8 com.apple.CFNetwork 0x96ccc12d HTTPProtocol::httpReadStreamEvent(unsigned long) + 365
9 com.apple.CoreFoundation 0x90b99db3 _signalEventSync + 99
10 com.apple.CoreFoundation 0x90b99d38 _cfstream_shared_signalEventSync + 664
11 com.apple.CoreFoundation 0x90b0ff91 __CFRunLoopDoSources0 + 1201
12 com.apple.CoreFoundation 0x90b0dbbf __CFRunLoopRun + 1071
13 com.apple.CoreFoundation 0x90b0d094 CFRunLoopRunSpecific + 452
14 com.apple.CoreFoundation 0x90b0cec1 CFRunLoopRunInMode + 97
15 com.apple.Foundation 0x9730242c +[NSURLConnection(NSURLConnectionReallyInternal) _resourceLoadLoop:] + 329
16 com.apple.Foundation 0x972c98d4 -[NSThread main] + 45
17 com.apple.Foundation 0x972c9884 _NSThreadmain_ + 1499
18 libSystem.B.dylib 0x9681e81d _pthread_start + 345
19 libSystem.B.dylib 0x9681e6a2 thread_start + 34
Thread 9:
0 libSystem.B.dylib 0x968169d2 __workq_kernreturn + 10
1 libSystem.B.dylib 0x96816f68 _pthread_wqthread + 941
2 libSystem.B.dylib 0x96816b86 start_wqthread + 30
Thread 10:
0 libSystem.B.dylib 0x96810086 select$DARWIN_EXTSN + 10
1 com.apple.CoreFoundation 0x90b4d80d __CFSocketManager + 1085
2 libSystem.B.dylib 0x9681e81d _pthread_start + 345
3 libSystem.B.dylib 0x9681e6a2 thread_start + 34
Thread 11:
0 libSystem.B.dylib 0x96817942 kevent + 10
1 libSystem.B.dylib 0x9682af78 _mdns_query_mDNSResponder + 1137
2 libSystem.B.dylib 0x96829f01 _mdns_search + 1113
3 libSystem.B.dylib 0x96829340 _mdns_addrinfo + 676
4 libSystem.B.dylib 0x96828304 search_addrinfo + 132
5 libSystem.B.dylib 0x96827d43 si_addrinfo + 1393
6 libSystem.B.dylib 0x968650f8 si_async_launchpad + 105
7 libSystem.B.dylib 0x9681e81d _pthread_start + 345
8 libSystem.B.dylib 0x9681e6a2 thread_start + 34
Thread 8 crashed with X86 Thread State (32-bit):
eax: 0x90af6179 ebx: 0x90ae3174 ecx: 0x00000000 edx: 0x033a31f0
edi: 0x1a61e0a0 esi: 0x00000000 ebp: 0xb0416f68 esp: 0xb0416f40
ss: 0x0000001f efl: 0x00000246 eip: 0x90ae320e cs: 0x00000017
ds: 0x0000001f es: 0x0000001f fs: 0x0000001f gs: 0x00000037
cr2: 0xb0103c58
Binary Images:
0x1000 - 0x6fff +com.thoughtfarmer.DesktopConnector 1.0.0.43 (???) <E67693FB-5EA7-B79B-F08A-B7C7D1364444> /Applications/ThoughtFarmer/ThoughtFarmer Desktop Connector.app/Contents/MacOS/ThoughtFarmer Desktop Connector
0x600000 - 0x6b5fe7 libcrypto.0.9.7.dylib 0.9.7 (compatibility 0.9.7) <2E52683A-7E8E-68D5-5AC6-09962C37CB98> /usr/lib/libcrypto.0.9.7.dylib
0x7a8000 - 0x7acff3 com.apple.audio.AudioIPCPlugIn 1.1.2 (1.1.2) <5570694E-039D-7970-6083-1C8A7B7C937B> /System/Library/Extensions/AudioIPCDriver.kext/Contents/Resources/AudioIPCPlugIn.bundle/C ontents/MacOS/AudioIPCPlugIn
0x7b1000 - 0x7b7ffb com.apple.audio.AppleHDAHALPlugIn 1.8.7 (1.8.7f1) <0FE8B697-6D19-69C6-FA94-E18064ACFAEC> /System/Library/Extensions/AppleHDA.kext/Contents/PlugIns/AppleHDAHALPlugIn.bundle/Conten ts/MacOS/AppleHDAHALPlugIn
0x255a000 - 0x311ffdb +com.adobe.AIR ??? (2.0.4.13090) <5BE02749-2D07-3DB4-70CA-01883E4D19CA> /Library/Frameworks/Adobe AIR.framework/Versions/1.0/Adobe AIR
0x16568000 - 0x16569ff7 ATSHI.dylib ??? (???) <A7A8E224-2579-BD3B-7281-86342D077252> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framew ork/Versions/A/Resources/ATSHI.dylib
0x165c5000 - 0x165d3fe7 libSimplifiedChineseConverter.dylib 49.0.0 (compatibility 1.0.0) <8F5FA7F7-840D-C5EF-C6E6-E2AF7CE43CD2> /System/Library/CoreServices/Encodings/libSimplifiedChineseConverter.dylib
0x19499000 - 0x194abff7 libTraditionalChineseConverter.dylib 49.0.0 (compatibility 1.0.0) <026B8702-B0A6-1D90-BBD6-AAAD2E14810D> /System/Library/CoreServices/Encodings/libTraditionalChineseConverter.dylib
0x8fe00000 - 0x8fe4162b dyld 132.1 (???) <A4F6ADCC-6448-37B4-ED6C-ABB2CD06F448> /usr/lib/dyld
0x9000e000 - 0x9000eff7 com.apple.Accelerate.vecLib 3.6 (vecLib 3.6) <1DEC639C-173D-F808-DE0D-4070CC6F5BC7> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Ve rsions/A/vecLib
0x9000f000 - 0x90021ff7 com.apple.MultitouchSupport.framework 205.34 (205.34) <813475E3-B323-9405-F758-DDA1F5D63B20> /System/Library/PrivateFrameworks/MultitouchSupport.framework/Versions/A/MultitouchSuppor t
0x90022000 - 0x9009bff7 com.apple.PDFKit 2.5.1 (2.5.1) <2B62428D-0738-B499-C47C-3194B2967BD9> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/PDFKit.framework/Versio ns/A/PDFKit
0x900e5000 - 0x900ecff7 com.apple.agl 3.0.12 (AGL-3.0.12) <6877F0D8-0DCF-CB98-5304-913667FF50FA> /System/Library/Frameworks/AGL.framework/Versions/A/AGL
0x9049c000 - 0x904a0ff7 libGIF.dylib ??? (???) <3ECD4D2C-40FE-E9A0-A2D2-E36D1C00D3A8> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.fr amework/Versions/A/Resources/libGIF.dylib
0x904e2000 - 0x90598ffb libFontParser.dylib ??? (???) <067DC1A2-764B-41EA-B07E-4205472749B7> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framew ork/Versions/A/Resources/libFontParser.dylib
0x90599000 - 0x90a52ffb com.apple.VideoToolbox 0.484.11 (484.11) <6AB58081-F7C4-46F9-2C05-CFED9E38F0A0> /System/Library/PrivateFrameworks/VideoToolbox.framework/Versions/A/VideoToolbox
0x90a56000 - 0x90a9ffe7 libTIFF.dylib ??? (???) <9CFF48CC-4852-4D06-17AC-3C947C824159> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.fr amework/Versions/A/Resources/libTIFF.dylib
0x90aa0000 - 0x90ab8ff7 com.apple.CFOpenDirectory 10.6 (10.6) <1537FB4F-C112-5D12-1E5D-3B1002A4038F> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/Frameworks/CFOpenDirectory. framework/Versions/A/CFOpenDirectory
0x90ad1000 - 0x90c4bfe3 com.apple.CoreFoundation 6.6.3 (550.29) <00373783-3744-F47D-2191-BEEA658F0C3D> /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
0x90c4c000 - 0x90c5aff7 com.apple.opengl 1.6.9 (1.6.9) <4F06C166-00CF-5ACF-77E3-5A960A5E8AD3> /System/Library/Frameworks/OpenGL.framework/Versions/A/OpenGL
0x90c5b000 - 0x90ca1ff7 libauto.dylib ??? (???) <0898A4A1-28BC-5337-EE17-D55C74F975F4> /usr/lib/libauto.dylib
0x90ca2000 - 0x90cf2ff7 com.apple.framework.familycontrols 2.0.1 (2010) <B9762E20-543D-13B9-F6BF-E8585F04CA01> /System/Library/PrivateFrameworks/FamilyControls.framework/Versions/A/FamilyControls
0x90d06000 - 0x90d39ff7 com.apple.AE 496.4 (496.4) <582F5E9D-1B8E-6D03-EBB8-AA85F66253E2> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/AE.framework/Vers ions/A/AE
0x90d3a000 - 0x90db5fe7 com.apple.audio.CoreAudio 3.2.2 (3.2.2) <51D0E2DC-B15F-AF6C-70D8-026DDAD4E2A5> /System/Library/Frameworks/CoreAudio.framework/Versions/A/CoreAudio
0x90dca000 - 0x90e0cff7 libvDSP.dylib 268.0.1 (compatibility 1.0.0) <EF769BD0-63B6-B65D-FA54-8F2354CAD865> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Ve rsions/A/libvDSP.dylib
0x90e12000 - 0x90e12ff7 com.apple.ApplicationServices 38 (38) <8012B504-3D83-BFBB-DA65-065E061CFE03> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/ApplicationServices
0x90e13000 - 0x90e44ff7 libGLImage.dylib ??? (???) <9340012D-595A-6243-9C97-7D30D76D9D9E> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLImage.dylib
0x90e96000 - 0x9118ffef com.apple.QuickTime 7.6.6 (1742) <89720F2A-F33B-FF09-3D81-F9F25A99F3EB> /System/Library/Frameworks/QuickTime.framework/Versions/A/QuickTime
0x912a0000 - 0x912a6fff com.apple.CommonPanels 1.2.4 (91) <2438AF5D-067B-B9FD-1248-2C9987F360BA> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CommonPanels.framework/ Versions/A/CommonPanels
0x921f8000 - 0x923dafff com.apple.imageKit 2.0.3 (1.0) <BF2ECA4D-FCD8-AD5D-E100-22370F2C7EE0> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/ImageKit.framework/Vers ions/A/ImageKit
0x923db000 - 0x92413ff7 libcups.2.dylib 2.8.0 (compatibility 2.0.0) <76C02F5C-98FD-BD64-B5FB-C698FB76EA25> /usr/lib/libcups.2.dylib
0x9270b000 - 0x9274aff7 com.apple.ImageCaptureCore 1.0.2 (1.0.2) <18E338B0-D82E-2ADC-FB9E-8909E765C41B> /System/Library/Frameworks/ImageCaptureCore.framework/Versions/A/ImageCaptureCore
0x92776000 - 0x92781ff7 libCSync.A.dylib 543.50.0 (compatibility 64.0.0) <4FA0CE4A-BDE5-0E3D-37F0-03B41F0C2637> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphi cs.framework/Versions/A/Resources/libCSync.A.dylib
0x92782000 - 0x928b0fe7 com.apple.CoreData 102.1 (251) <460D594D-09DC-9082-3FD3-F93D6A08AE71> /System/Library/Frameworks/CoreData.framework/Versions/A/CoreData
0x928bd000 - 0x928c0ff7 libCGXType.A.dylib 543.50.0 (compatibility 64.0.0) <3B49AED9-0DBA-9D21-F9AC-8784363AD762> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphi cs.framework/Versions/A/Resources/libCGXType.A.dylib
0x928c1000 - 0x92905ff3 com.apple.coreui 2 (114) <E6096C79-94B0-730E-6070-3AE93B5678FE> /System/Library/PrivateFrameworks/CoreUI.framework/Versions/A/CoreUI
0x92b0d000 - 0x92b0fff7 com.apple.securityhi 4.0 (36638) <38D36D4D-C798-6ACE-5FA8-5C001993AD6B> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SecurityHI.framework/Ve rsions/A/SecurityHI
0x92b10000 - 0x92b74ffb com.apple.htmlrendering 72 (1.1.4) <4D451A35-FAB6-1288-71F6-F24A4B6E2371> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HTMLRendering.framework /Versions/A/HTMLRendering
0x92b75000 - 0x92b75ff7 com.apple.Carbon 150 (152) <9252D5F2-462D-2C15-80F3-109644D6F704> /System/Library/Frameworks/Carbon.framework/Versions/A/Carbon
0x92bb9000 - 0x92cfcfef com.apple.QTKit 7.6.6 (1742) <98ECA8E3-73F0-D21B-8B7E-8FE651E29A7F> /System/Library/Frameworks/QTKit.framework/Versions/A/QTKit
0x92cfd000 - 0x92d55fe7 com.apple.datadetectorscore 2.0 (80.7) <F7416A84-E91C-5BDC-10E3-4940EB7AE5C9> /System/Library/PrivateFrameworks/DataDetectorsCore.framework/Versions/A/DataDetectorsCor e
0x92d56000 - 0x92d56ff7 com.apple.quartzframework 1.5 (1.5) <CEB78F00-C5B2-3B3F-BF70-DD6D578719C0> /System/Library/Frameworks/Quartz.framework/Versions/A/Quartz
0x92d77000 - 0x92e79fef com.apple.MeshKitIO 1.1 (49.2) <D0CBE997-5BDC-C0ED-B821-ACA6E6EE8B59> /System/Library/PrivateFrameworks/MeshKit.framework/Versions/A/Frameworks/MeshKitIO.frame work/Versions/A/MeshKitIO
0x92e7a000 - 0x92ec0ffb com.apple.CoreMediaIOServices 130.0 (1035) <F5E6F93D-6844-9FD7-8769-44503DFD5363> /System/Library/PrivateFrameworks/CoreMediaIOServices.framework/Versions/A/CoreMediaIOSer vices
0x92ec1000 - 0x92ee8ff7 com.apple.quartzfilters 1.6.0 (1.6.0) <879A3B93-87A6-88FE-305D-DF1EAED04756> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuartzFilters.framework /Versions/A/QuartzFilters
0x92ee9000 - 0x92ef2ff7 com.apple.DiskArbitration 2.3 (2.3) <E9C40767-DA6A-6CCB-8B00-2D5706753000> /System/Library/Frameworks/DiskArbitration.framework/Versions/A/DiskArbitration
0x92f01000 - 0x93269ff7 com.apple.QuartzCore 1.6.2 (227.22) <4288F0D2-0C87-F054-C372-8764B44DE024> /System/Library/Frameworks/QuartzCore.framework/Versions/A/QuartzCore
0x932de000 - 0x933a8fef com.apple.CoreServices.OSServices 357 (357) <CF9530AD-F581-B831-09B6-16D9F9283BFA> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/OSServices.framew ork/Versions/A/OSServices
0x933a9000 - 0x933b3ffb com.apple.speech.recognition.framework 3.11.1 (3.11.1) <6E3481DF-645E-6095-0CD7-9BEBEC2ED9D1> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SpeechRecognition.frame work/Versions/A/SpeechRecognition
0x933b4000 - 0x93422ff7 com.apple.QuickLookUIFramework 2.2 (327.4) <C98C26D1-C609-1CC0-9351-680129078C4C> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuickLookUI.framework/V ersions/A/QuickLookUI
0x93423000 - 0x934d3ff3 com.apple.ColorSync 4.6.3 (4.6.3) <AA1076EA-7665-3005-A837-B661260DBE54> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ColorSync. framework/Versions/A/ColorSync
0x934d4000 - 0x9358dfe7 libsqlite3.dylib 9.6.0 (compatibility 9.0.0) <16CEF8E8-8C9A-94CD-EF5D-05477844C005> /usr/lib/libsqlite3.dylib
0x9358e000 - 0x9359fff7 com.apple.LangAnalysis 1.6.6 (1.6.6) <97511CC7-FE23-5AC3-2EE2-B5479FAEB316> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/LangAnalys is.framework/Versions/A/LangAnalysis
0x935a0000 - 0x935a0ff7 com.apple.Cocoa 6.6 (???) <EA27B428-5904-B00B-397A-185588698BCC> /System/Library/Frameworks/Cocoa.framework/Versions/A/Cocoa
0x935a1000 - 0x935bdfe3 com.apple.openscripting 1.3.1 (???) <480D41B6-F98E-8E21-CA3C-4CA6A9752D3D> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/OpenScripting.framework /Versions/A/OpenScripting
0x935be000 - 0x935c1ff7 libCoreVMClient.dylib ??? (???) <CA0BA8DC-0159-A808-A300-750358A6970C> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCoreVMClient.dylib
0x935c2000 - 0x935e2fe7 libresolv.9.dylib 41.0.0 (compatibility 1.0.0) <751955F3-21FB-A03A-4E92-1F3D4EFB8C5B> /usr/lib/libresolv.9.dylib
0x935e3000 - 0x935e5ff7 libRadiance.dylib ??? (???) <AB06F616-E3EA-5966-029A-8AA44BBE5B28> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.fr amework/Versions/A/Resources/libRadiance.dylib
0x935e9000 - 0x9361aff3 libTrueTypeScaler.dylib ??? (???) <7601D717-236D-8F4E-91F5-E69BB2920478> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framew ork/Versions/A/Resources/libTrueTypeScaler.dylib
0x93693000 - 0x936a7fe7 libbsm.0.dylib ??? (???) <821E415B-6C42-D359-78FF-E892792F8C52> /usr/lib/libbsm.0.dylib
0x936a8000 - 0x93745fe3 com.apple.LaunchServices 362.1 (362.1) <ED243C3B-9A16-A6CB-CA51-5924F48569DE> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/LaunchServices.fr amework/Versions/A/LaunchServices
0x93746000 - 0x93756ff7 libsasl2.2.dylib 3.15.0 (compatibility 3.0.0) <C8744EA3-0AB7-CD03-E639-C4F2B910BE5D> /usr/lib/libsasl2.2.dylib
0x93770000 - 0x93b86ff7 libBLAS.dylib 219.0.0 (compatibility 1.0.0) <C4FB303A-DB4D-F9E8-181C-129585E59603> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Ve rsions/A/libBLAS.dylib
0x94654000 - 0x94658ff7 libGFXShared.dylib ??? (???) <2D32BDBF-C941-93FD-E233-F03D28DB9E94> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGFXShared.dylib
0x946c8000 - 0x94eb7557 com.apple.CoreGraphics 1.545.0 (???) <DCED8E1A-7504-C31A-B6EF-98BFF1A61060> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphi cs.framework/Versions/A/CoreGraphics
0x94eb8000 - 0x94eb9ff7 com.apple.audio.units.AudioUnit 1.6.3 (1.6.3) <F3872A43-6157-098D-F9DD-210187B95FD3> /System/Library/Frameworks/AudioUnit.framework/Versions/A/AudioUnit
0x94eba000 - 0x94ebaff7 liblangid.dylib ??? (???) <B99607FC-5646-32C8-2C16-AFB5EA9097C2> /usr/lib/liblangid.dylib
0x94ec9000 - 0x94ff5ffb com.apple.MediaToolbox 0.484.11 (484.11) <B93B175A-2039-2FD2-FBE4-22C9F8C9E223> /System/Library/PrivateFrameworks/MediaToolbox.framework/Versions/A/MediaToolbox
0x9502d000 - 0x95048ff7 libPng.dylib ??? (???) <36A3D75E-5178-4358-7F02-444E276D61AD> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.fr amework/Versions/A/Resources/libPng.dylib
0x95049000 - 0x95054ff7 libGL.dylib ??? (???) <B87E0676-F5EF-8DA3-6DEE-13C43B3832A7> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib
0x951e2000 - 0x9520aff7 libxslt.1.dylib 3.24.0 (compatibility 3.0.0) <769EF4B2-C1AD-73D5-AAAD-1564DAEA77AF> /usr/lib/libxslt.1.dylib
0x9521b000 - 0x95227ff7 libkxld.dylib ??? (???) <322A4B52-8305-3081-6B74-813C3A87A56D> /usr/lib/system/libkxld.dylib
0x95228000 - 0x9522cff7 IOSurface ??? (???) <66E11D8E-CF4B-EFD0-37F9-20177C647021> /System/Library/Frameworks/IOSurface.framework/Versions/A/IOSurface
0x9522d000 - 0x953e7fe3 com.apple.ImageIO.framework 3.0.3 (3.0.3) <A93A514B-C1BF-21D0-FB03-CB775DE4FFAA> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.fr amework/Versions/A/ImageIO
0x953f3000 - 0x953f8ff7 com.apple.OpenDirectory 10.6 (10.6) <92582807-E8F3-3DD9-EB42-4195CFB754A1> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/OpenDirectory
0x95433000 - 0x9548dfe7 com.apple.CorePDF 1.3 (1.3) <696ADD5F-C038-A63B-4732-82E4109379D7> /System/Library/PrivateFrameworks/CorePDF.framework/Versions/A/CorePDF
0x9548e000 - 0x95d6eff7 com.apple.AppKit 6.6.6 (1038.29) <6F28C335-6DC2-AE0E-B79A-F256DBD0BB45> /System/Library/Frameworks/AppKit.framework/Versions/C/AppKit
0x95d6f000 - 0x95d70ff7 com.apple.TrustEvaluationAgent 1.1 (1) <07E7D892-5054-23A8-7144-3F19D3BFD48F> /System/Library/PrivateFrameworks/TrustEvaluationAgent.framework/Versions/A/TrustEvaluati onAgent
0x95e43000 - 0x95e4aff3 com.apple.print.framework.Print 6.1 (237.1) <9758733E-7FBB-29CF-04F3-0D6D6B4C6A78> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Print.framework/Version s/A/Print
0x95e4b000 - 0x95eacfe7 com.apple.CoreText 3.1.0 (???) <F9E654F5-107E-8CED-2D6A-F5008A854A4D> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreText.f ramework/Versions/A/CoreText
0x95ead000 - 0x95eadff7 com.apple.Accelerate 1.6 (Accelerate 1.6) <BC501C9F-7C20-961A-B135-0A457667D03C> /System/Library/Frameworks/Accelerate.framework/Versions/A/Accelerate
0x95eae000 - 0x95fa0ff7 libcrypto.0.9.8.dylib 0.9.8 (compatibility 0.9.8) <D2C86308-F998-C83D-F49B-CD484D4EFE6A> /usr/lib/libcrypto.0.9.8.dylib
0x95fa1000 - 0x95fa4fe7 libmathCommon.A.dylib 315.0.0 (compatibility 1.0.0) <1622A54F-1A98-2CBE-B6A4-2122981A500E> /usr/lib/system/libmathCommon.A.dylib
0x95fa5000 - 0x95fe3ff7 com.apple.QuickLookFramework 2.2 (327.4) <098B29B3-9DDD-86DF-C950-0602CA5BC37A> /System/Library/Frameworks/QuickLook.framework/Versions/A/QuickLook
0x95fe4000 - 0x95feaff7 com.apple.DisplayServicesFW 2.2.2 (251) <6E4020F6-4DD0-F137-F226-F396807E3C3B> /System/Library/PrivateFrameworks/DisplayServices.framework/Versions/A/DisplayServices
0x9614c000 - 0x961f9fe7 libobjc.A.dylib 227.0.0 (compatibility 1.0.0) <22CD62D4-9E7D-C31A-F585-FCEF1FE4C39A> /usr/lib/libobjc.A.dylib
0x962cc000 - 0x96310fe7 com.apple.Metadata 10.6.3 (507.10) <630494FA-3BB3-EDD3-E10B-8DAAF4831E26> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Metadata.framewor k/Versions/A/Metadata
0x96330000 - 0x96351fe7 com.apple.opencl 12.1 (12.1) <DA2AC3FA-ED11-2D10-21E9-7BDF4778B228> /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL
0x96365000 - 0x963cffe7 libstdc+.6.dylib 7.9.0 (compatibility 7.0.0) <411D87F4-B7E1-44EB-F201-F8B4F9227213> /usr/lib/libstdc+.6.dylib
0x963d0000 - 0x963ddff7 com.apple.NetFS 3.2.1 (3.2.1) <E483137C-8239-E4DE-821C-05A9C22726AB> /System/Library/Frameworks/NetFS.framework/Versions/A/NetFS
0x963de000 - 0x9648cff3 com.apple.ink.framework 1.3.3 (107) <0AFEBD7C-D83C-7847-C075-9B427505F7F0> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Ink.framework/Versions/ A/Ink
0x9658b000 - 0x965ceff7 com.apple.NavigationServices 3.5.4 (182) <ED268D94-E544-5548-AA59-7EC70DCB5EE4> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/NavigationServices.fram ework/Versions/A/NavigationServices
0x965cf000 - 0x9660fff3 com.apple.securityinterface 4.0.1 (37214) <195A203C-FD6F-64D2-E8E1-D4F83479EAFD> /System/Library/Frameworks/SecurityInterface.framework/Versions/A/SecurityInterface
0x96610000 - 0x96653ff7 libGLU.dylib ??? (???) <2093A1FB-67BD-39E0-CDE5-A97A77BDDBCE> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLU.dylib
0x9673d000 - 0x967bdfeb com.apple.SearchKit 1.3.0 (1.3.0) <2F5DE102-A203-7905-7D12-FCBCF17BAEF8> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SearchKit.framewo rk/Versions/A/SearchKit
0x967be000 - 0x967ccfe7 libz.1.dylib 1.2.3 (compatibility 1.0.0) <3CE8AA79-F077-F1B0-A039-9103A4A02E92> /usr/lib/libz.1.dylib
0x967cd000 - 0x967effef com.apple.DirectoryService.Framework 3.6 (621.3) <BCB030BE-60E2-9AF3-80BE-CC090FCEA6F0> /System/Library/Frameworks/DirectoryService.framework/Versions/A/DirectoryService
0x967f0000 - 0x96996feb libSystem.B.dylib 125.2.0 (compatibility 1.0.0) <3441F338-2218-6D36-3F95-3A16FBF6713D> /usr/lib/libSystem.B.dylib
0x96b73000 - 0x96bc9ff7 com.apple.MeshKitRuntime 1.1 (49.2) <B821BF19-0938-711C-7DC9-B8330DA01F77> /System/Library/PrivateFrameworks/MeshKit.framework/Versions/A/Frameworks/MeshKitRuntime. framework/Versions/A/MeshKitRuntime
0x96c97000 - 0x96d40ff7 com.apple.CFNetwork 454.9.8 (454.9.8) <DB2A5C33-E833-1B3A-4DE0-5FF172B2048B> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CFNetwork.framewo rk/Versions/A/CFNetwork
0x96d41000 - 0x96d51ff7 com.apple.DSObjCWrappers.Framework 10.6 (134) <81A0B409-3906-A98F-CA9B-A49E75007495> /System/Library/PrivateFrameworks/DSObjCWrappers.framework/Versions/A/DSObjCWrappers
0x96d52000 - 0x96deafe7 edu.mit.Kerberos 6.5.10 (6.5.10) <8B83AFF3-C074-E47C-4BD0-4546EED0D1BC> /System/Library/Frameworks/Kerberos.framework/Versions/A/Kerberos
0x96e0d000 - 0x96f8ffe7 libicucore.A.dylib 40.0.0 (compatibility 1.0.0) <2314BD12-0821-75BB-F3BC-98D324CFD30A> /usr/lib/libicucore.A.dylib
0x9708c000 - 0x970e7ff7 com.apple.framework.IOKit 2.0 (???) <A013B850-6ECB-594A-CBD6-DB156B11871B> /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit
0x970e8000 - 0x971c3fe7 com.apple.DesktopServices 1.5.7 (1.5.7) <A69072AD-C47E-A00D-4A69-6E46A7FB2119> /System/Library/PrivateFrameworks/DesktopServicesPriv.framework/Versions/A/DesktopService sPriv
0x97237000 - 0x97284feb com.apple.DirectoryService.PasswordServerFramework 6.0 (6.0) <E2632F3E-6B5C-2E92-CD11-15BC0CE109CA> /System/Library/PrivateFrameworks/PasswordServer.framework/Versions/A/PasswordServer
0x97293000 - 0x972b2ff7 com.apple.CoreVideo 1.6.1 (45.5) <2FB7F93F-39C8-6ACE-EDFD-C843965842CD> /System/Library/Frameworks/CoreVideo.framework/Versions/A/CoreVideo
0x972b3000 - 0x97523ffb com.apple.Foundation 6.6.3 (751.29) <E77D3906-99F4-FEF4-FBB0-86FB3C94073E> /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation
0x97569000 - 0x975a6ff7 com.apple.SystemConfiguration 1.10.2 (1.10.2) <398BB007-41FD-1A30-26D8-CB86ED5E467E> /System/Library/Frameworks/SystemConfiguration.framework/Versions/A/SystemConfiguration
0x975a7000 - 0x975bcfff com.apple.ImageCapture 6.0 (6.0) <0E86F45E-E656-9015-7AD4-A2C5F8D8A2FA> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/ImageCapture.framework/ Versions/A/ImageCapture
0x97700000 - 0x9773dff7 com.apple.CoreMedia 0.484.11 (484.11) <0346F9E5-AEFE-B751-7D85-88D156C01385> /System/Library/PrivateFrameworks/CoreMedia.framework/Versions/A/CoreMedia
0x9773e000 - 0x977c0ffb SecurityFoundation ??? (???) <3670AE8B-06DA-C447-EB14-79423DB9C474> /System/Library/Frameworks/SecurityFoundation.framework/Versions/A/SecurityFoundation
0x977fd000 - 0x97875fef com.apple.AppleVAFramework 4.9.20 (4.9.20) <D8B544CB-9E32-81C2-59BD-C5DDB66DA621> /System/Library/PrivateFrameworks/AppleVA.framework/Versions/A/AppleVA
0x97876000 - 0x97880fe7 com.apple.audio.SoundManager 3.9.3 (3.9.3) <5F494955-7290-2D91-DA94-44B590191771> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CarbonSound.framework/V ersions/A/CarbonSound
0x97881000 - 0x97ba5fef com.apple.HIToolbox 1.6.3 (???) <0A5F56E2-9AF3-728D-70AE-429522AEAD8A> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HIToolbox.framework/Ver sions/A/HIToolbox
0x97ba6000 - 0x97dd1ff3 com.apple.QuartzComposer 4.1 (156.16) <578A1842-8B62-00BF-B2E8-4C0AA8E6A938> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuartzComposer.framewor k/Versions/A/QuartzComposer
0x97dd2000 - 0x980f2feb com.apple.CoreServices.CarbonCore 861.13 (861.13) <52803668-3669-36BD-57DD-078FBA835081> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CarbonCore.framew ork/Versions/A/CarbonCore
0x980f3000 - 0x9821ffff com.apple.audio.toolbox.AudioToolbox 1.6.3 (1.6.3) <B9469F98-E349-3C27-86C4-B99AD178FDF1> /System/Library/Frameworks/AudioToolbox.framework/Versions/A/AudioToolbox
0x98275000 - 0x986aaff7 libLAPACK.dylib 219.0.0 (compatibility 1.0.0) <5E2D2283-57DE-9A49-1DB0-CD027FEFA6C2> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Ve rsions/A/libLAPACK.dylib
0x986ab000 - 0x986dbff7 com.apple.MeshKit 1.1 (49.2) <0828CB45-3CC6-9A9E-070A-141A30F534E3> /System/Library/PrivateFrameworks/MeshKit.framework/Versions/A/MeshKit
0x98711000 - 0x98752ff7 libRIP.A.dylib 543.50.0 (compatibility 64.0.0) <8BAE1FC1-A478-F151-17C7-2D5DE470AC4F> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphi cs.framework/Versions/A/Resources/libRIP.A.dylib
0x98753000 - 0x98830ff7 com.apple.vImage 4.0 (4.0) <64597E4B-F144-DBB3-F428-0EC3D9A1219E> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vImage.framework/Ve rsions/A/vImage
0x98831000 - 0x98a95fef com.apple.security 6.1.1 (37594) <3F68A006-6B30-85D5-1A75-8D748F72A6D5> /System/Library/Frameworks/Security.framework/Versions/A/Security
0x98bce000 - 0x98be2ffb com.apple.speech.synthesis.framework 3.10.35 (3.10.35) <0DBE17D5-17A2-8A0E-8572-5A78408B41C9> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/SpeechSynt hesis.framework/Versions/A/SpeechSynthesis
0x98cea000 - 0x98d92ffb com.apple.QD 3.35 (???) <37854644-864D-A3F2-7116-89F2F28E1CA4> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/QD.framewo rk/Versions/A/QD
0x98d93000 - 0x98d94ff7 com.apple.MonitorPanelFramework 1.3.0 (1.3.0) <0EC4EEFF-477E-908E-6F21-ED2C973846A4> /System/Library/PrivateFrameworks/MonitorPanel.framework/Versions/A/MonitorPanel
0x98de3000 - 0x98e1efeb libFontRegistry.dylib ??? (???) <A102F61F-25D5-001A-20C3-56304C585072> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framew ork/Versions/A/Resources/libFontRegistry.dylib
0x98ed7000 - 0x98f28ff7 com.apple.HIServices 1.8.0 (???) <BE4D9BC1-B527-D416-F4EB-FFB66EDA5DBB> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/HIServices .framework/Versions/A/HIServices
0x98f29000 - 0x98f98ff7 libvMisc.dylib 268.0.1 (compatibility 1.0.0) <5C3D7DA5-29EB-A745-E32B-26DBF547D532> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Ve rsions/A/libvMisc.dylib
0x98f99000 - 0x98f9cffb com.apple.help 1.3.1 (41) <EF92C648-2085-C085-8EA7-A1AF37AE94F4> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Help.framework/Versions /A/Help
0x98f9d000 - 0x98f9dff7 com.apple.CoreServices 44 (44) <AC35D112-5FB9-9C8C-6189-5F5945072375> /System/Library/Frameworks/CoreServices.framework/Versions/A/CoreServices
0x98fe2000 - 0x99006ff7 libJPEG.dylib ??? (???) <5CE96981-6B2A-D15B-4A17-E7BD329095B6> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.fr amework/Versions/A/Resources/libJPEG.dylib
0x99007000 - 0x99113ff7 libGLProgrammability.dylib ??? (???) <1B315838-F477-5416-7504-67EC3433AD4A> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLProgrammability.dyl ib
0x99114000 - 0x9930bfeb com.apple.JavaScriptCore 6533.18 (6533.18.1) <EE3897A8-E1C0-DE28-A631-4B0C32DF737B> /System/Library/Frameworks/JavaScriptCore.framework/Versions/A/JavaScriptCore
0x9930c000 - 0x9940dfe7 libxml2.2.dylib 10.3.0 (compatibility 10.0.0) <AB3A3749-B577-1EB3-72DF-215E866F1168> /usr/lib/libxml2.2.dylib
0x99427000 - 0x994b9fe3 com.apple.print.framework.PrintCore 6.2 (312.5) <2A8801E6-6D9F-68F5-947D-A1D68BE4F876> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/PrintCore. framework/Versions/A/PrintCore
0x994d0000 - 0x994d0ff7 com.apple.vecLib 3.6 (vecLib 3.6) <7362077A-890F-3AEF-A8AB-22247B10E106> /System/Library/Frameworks/vecLib.framework/Versions/A/vecLib
0x9959e000 - 0x99779ff3 libType1Scaler.dylib ??? (???) <6FBA8250-3271-6ED4-052D-E27C2136E38F> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framew ork/Versions/A/Resources/libType1Scaler.dylib
0x998db000 - 0x99901fff com.apple.DictionaryServices 1.1.1 (1.1.1) <00C1B034-5AE7-996C-CDD3-5A21DA1DBAC9> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/DictionaryService s.framework/Versions/A/DictionaryServices
0x99902000 - 0x9999dff7 com.apple.ApplicationServices.ATS 275.11.1 (???) <5FF65EC7-F512-530A-7771-3DE240EE6E43> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framew ork/Versions/A/ATS
0xba900000 - 0xba916ff7 libJapaneseConverter.dylib 49.0.0 (compatibility 1.0.0) <12C58901-CCF3-4E8E-30CA-92A10CD55DF1> /System/Library/CoreServices/Encodings/libJapaneseConverter.dylib
0xbab00000 - 0xbab21fe7 libKoreanConverter.dylib 49.0.0 (compatibility 1.0.0) <7FFF4AFA-6522-C7D5-760F-A8F13D6EF032> /System/Library/CoreServices/Encodings/libKoreanConverter.dylib
0xffff0000 - 0xffff1fff libSystem.B.dylib ??? (???) <3441F338-2218-6D36-3F95-3A16FBF6713D> /usr/lib/libSystem.B.dylib
Model: MacBookPro6,2, BootROM MBP61.0057.B0C, 2 processors, Intel Core i5, 2.4 GHz, 4 GB, SMC 1.58f15
Graphics: NVIDIA GeForce GT 330M, NVIDIA GeForce GT 330M, PCIe, 256 MB
Graphics: Intel HD Graphics, Intel HD Graphics, Built-In, 288 MB
Memory Module: global_name
AirPort: spairport_wireless_card_type_airport_extreme (0x14E4, 0x93), Broadcom BCM43xx 1.0 (5.10.131.16.1)
Bluetooth: Version 2.3.7f1, 2 service, 19 devices, 1 incoming serial ports
Network Service: AirPort, AirPort, en1
Serial ATA Device: Hitachi HTS545032B9SA02, 298.09 GB
Serial ATA Device: MATSHITADVD-R UJ-898
USB Device: Hub, 0x0424 (SMSC), 0x2514, 0xfd100000
USB Device: IR Receiver, 0x05ac (Apple Inc.), 0x8242, 0xfd120000
USB Device: Built-in iSight, 0x05ac (Apple Inc.), 0x8507, 0xfd110000
USB Device: Hub, 0x0424 (SMSC), 0x2514, 0xfa100000
USB Device: Internal Memory Card Reader, 0x05ac (Apple Inc.), 0x8403, 0xfa130000
USB Device: Apple Internal Keyboard / Trackpad, 0x05ac (Apple Inc.), 0x0236, 0xfa120000
USB Device: BRCM2070 Hub, 0x0a5c (Broadcom Corp.), 0x4500, 0xfa110000
USB Device: Bluetooth USB Host Controller, 0x05ac (Apple Inc.), 0x8218, 0xfa113000

There's an in-browser API that you can use to install and invoke an AIR app. (http://help.adobe.com/en_US/AIR/1.5/devappsflex/WS5b3ccc516d4fbf351e63e3d118666ade46-7e15. html). Once launched, you can use the LocalConnection class, or Sockets in AIR 2, to communicate between your browser app and your AIR app (http://livedocs.adobe.com/flex/3/langref/flash/net/LocalConnection.html).

Similar Messages

  • Random crash with Air 3.6

    Hi,
    Since Air 3.6 release, Dofus crash randomly on Mac (reported from users with 10.6.8, 10.7.5, 10.8.2 but we suspect that os version isn't linked).
    When users use Air 3.5 there is no problems, any idea ?
    Bu report : https://bugbase.adobe.com/index.cfm?event=bug&id=3501677
    Process:    
    Dofus [155]
    Path:       
    /Applications/Dofus.app/Contents/Resources/Dofus.app/Contents/Resources/../MacOS/Dofus
    Identifier: 
    Dofus.C9ECCBDBA4E09304DEEFB106465BC17F6D6749B9.1
    Version:    
    v1 (???)
    Code Type:  
    X86 (Native)
    Parent Process:  UpLauncher [153]
    Date/Time:  
    2013-02-18 10:09:26.785 +0100
    OS Version: 
    Mac OS X 10.6.8 (10K549)
    Report Version:  6
    Interval Since Last Report:     
    532751 sec
    Crashes Since Last Report:      
    4
    Per-App Interval Since Last Report:  11309 sec
    Per-App Crashes Since Last Report:   2
    Anonymous UUID:                 
    51B58B82-B385-4514-B74B-88876D96495E
    Exception Type:  EXC_BAD_ACCESS (SIGSEGV)
    Exception Codes: KERN_INVALID_ADDRESS at 0x000000003f800004
    Crashed Thread:  0  Dispatch queue: com.apple.main-thread
    Thread 0 Crashed:  Dispatch queue: com.apple.main-thread
    0   com.adobe.AIR                
    0x027d46dc 0x255b000 + 2594524
    1   ???                          
    0x17d51812 0 + 399841298
    2   ???                          
    0x17be3eb0 0 + 398343856
    3   ???                          
    0x17be82c4 0 + 398361284
    4   ???                          
    0x1b7ee190 0 + 461300112
    5   com.adobe.AIR                
    0x0294acb4 0x255b000 + 4127924
    6   com.adobe.AIR                
    0x02945d87 0x255b000 + 4107655
    7   com.adobe.AIR                
    0x0294a877 0x255b000 + 4126839
    8   com.adobe.AIR                
    0x02a7f0aa 0x255b000 + 5390506
    9   ???                          
    0x0c5db3f3 0 + 207467507
    10  ???                          
    0x1059d510 0 + 274322704
    11  ???                          
    0x1059fcb8 0 + 274332856
    12  ???                          
    0x1059fdba 0 + 274333114
    13  ???                          
    0x1059fe83 0 + 274333315
    14  ???                          
    0x1055a90a 0 + 274049290
    15  ???                          
    0x1055aa56 0 + 274049622
    16  ???                          
    0x105594bc 0 + 274044092
    17  com.adobe.AIR                
    0x0294acb4 0x255b000 + 4127924
    18  com.adobe.AIR                
    0x02945d87 0x255b000 + 4107655
    19  com.adobe.AIR                
    0x0293f81b 0x255b000 + 4081691
    20  com.adobe.AIR                
    0x0293f856 0x255b000 + 4081750
    21  com.adobe.AIR                
    0x02940b53 0x255b000 + 4086611
    22  com.adobe.AIR                
    0x029de56f 0x255b000 + 4732271
    23  com.adobe.AIR                
    0x029de645 0x255b000 + 4732485
    24  com.adobe.AIR                
    0x02b1bf26 0x255b000 + 6033190
    25  com.adobe.AIR                
    0x02c641ef 0x255b000 + 7377391
    26  com.adobe.AIR                
    0x02c64887 0x255b000 + 7379079
    27  com.adobe.AIR                
    0x02a09b49 0x255b000 + 4909897
    28  com.adobe.AIR                
    0x02a0af6f 0x255b000 + 4915055
    29  com.apple.CoreFoundation     
    0x9912442b __CFRunLoopDoSources0 + 1563
    30  com.apple.CoreFoundation     
    0x99121eef __CFRunLoopRun + 1071
    31  com.apple.CoreFoundation     
    0x991213c4 CFRunLoopRunSpecific + 452
    32  com.apple.CoreFoundation     
    0x991211f1 CFRunLoopRunInMode + 97
    33  com.apple.HIToolbox          
    0x93c78e04 RunCurrentEventLoopInMode + 392
    34  com.apple.HIToolbox          
    0x93c78bb9 ReceiveNextEventCommon + 354
    35  com.apple.HIToolbox          
    0x93c78a3e BlockUntilNextEventMatchingListInMode + 81
    36  com.apple.AppKit             
    0x94aa0595 _DPSNextEvent + 847
    37  com.apple.AppKit             
    0x94a9fdd6 -[NSApplication nextEventMatchingMask:untilDate:inMode:dequeue:] + 156
    38  com.apple.AppKit             
    0x94a621f3 -[NSApplication run] + 821
    39  com.adobe.AIR                
    0x02564fbe 0x255b000 + 40894
    40  com.adobe.AIR                
    0x02565304 0x255b000 + 41732
    41  ...4DEEFB106465BC17F6D6749B9.1
    0x00002ff7 start + 4363
    42  ...4DEEFB106465BC17F6D6749B9.1
    0x00001fe7 start + 251
    43  ...4DEEFB106465BC17F6D6749B9.1
    0x00001f15 start + 41
    Thread 1:  Dispatch queue: com.apple.libdispatch-manager
    0   libSystem.B.dylib            
    0x9a2b4382 kevent + 10
    1   libSystem.B.dylib            
    0x9a2b4a9c _dispatch_mgr_invoke + 215
    2   libSystem.B.dylib            
    0x9a2b3f59 _dispatch_queue_invoke + 163
    3   libSystem.B.dylib            
    0x9a2b3cfe _dispatch_worker_thread2 + 240
    4   libSystem.B.dylib            
    0x9a2b3781 _pthread_wqthread + 390
    5   libSystem.B.dylib            
    0x9a2b35c6 start_wqthread + 30
    Thread 2:
    0   libSystem.B.dylib            
    0x9a2bbaa2 __semwait_signal + 10
    1   libSystem.B.dylib            
    0x9a2bb75e _pthread_cond_wait + 1191
    2   libSystem.B.dylib            
    0x9a2bd3f8 pthread_cond_wait$UNIX2003 + 73
    3   com.adobe.AIR                
    0x02a72237 0x255b000 + 5337655
    4   com.adobe.AIR                
    0x028a579c 0x255b000 + 3450780
    5   com.adobe.AIR                
    0x02a72351 0x255b000 + 5337937
    6   com.adobe.AIR                
    0x02a723cb 0x255b000 + 5338059
    7   com.adobe.AIR                
    0x02a72466 0x255b000 + 5338214
    8   libSystem.B.dylib            
    0x9a2bb259 _pthread_start + 345
    9   libSystem.B.dylib            
    0x9a2bb0de thread_start + 34
    Thread 3:
    0   libSystem.B.dylib            
    0x9a2bbaa2 __semwait_signal + 10
    1   libSystem.B.dylib            
    0x9a2bb75e _pthread_cond_wait + 1191
    2   libSystem.B.dylib            
    0x9a2bd3f8 pthread_cond_wait$UNIX2003 + 73
    3   com.adobe.AIR                
    0x02a72237 0x255b000 + 5337655
    4   com.adobe.AIR                
    0x028a579c 0x255b000 + 3450780
    5   com.adobe.AIR                
    0x02a72351 0x255b000 + 5337937
    6   com.adobe.AIR                
    0x02a723cb 0x255b000 + 5338059
    7   com.adobe.AIR                
    0x02a72466 0x255b000 + 5338214
    8   libSystem.B.dylib            
    0x9a2bb259 _pthread_start + 345
    9   libSystem.B.dylib            
    0x9a2bb0de thread_start + 34
    Thread 4:
    0   libSystem.B.dylib            
    0x9a2bbaa2 __semwait_signal + 10
    1   libSystem.B.dylib            
    0x9a2bb75e _pthread_cond_wait + 1191
    2   libSystem.B.dylib            
    0x9a2bb2b1 pthread_cond_timedwait$UNIX2003 + 72
    3   com.adobe.AIR                
    0x02a72263 0x255b000 + 5337699
    4   com.adobe.AIR                
    0x02ab8092 0x255b000 + 5623954
    5   com.adobe.AIR                
    0x02a72351 0x255b000 + 5337937
    6   com.adobe.AIR                
    0x02a723cb 0x255b000 + 5338059
    7   com.adobe.AIR                
    0x02a72466 0x255b000 + 5338214
    8   libSystem.B.dylib            
    0x9a2bb259 _pthread_start + 345
    9   libSystem.B.dylib            
    0x9a2bb0de thread_start + 34
    Thread 5:
    0   libSystem.B.dylib            
    0x9a2bbaa2 __semwait_signal + 10
    1   libSystem.B.dylib            
    0x9a2bb75e _pthread_cond_wait + 1191
    2   libSystem.B.dylib            
    0x9a2bb2b1 pthread_cond_timedwait$UNIX2003 + 72
    3   com.adobe.AIR                
    0x02a72263 0x255b000 + 5337699
    4   com.adobe.AIR                
    0x02c4b72d 0x255b000 + 7276333
    5   com.adobe.AIR                
    0x02a72351 0x255b000 + 5337937
    6   com.adobe.AIR                
    0x02a723cb 0x255b000 + 5338059
    7   com.adobe.AIR                
    0x02a72466 0x255b000 + 5338214
    8   libSystem.B.dylib            
    0x9a2bb259 _pthread_start + 345
    9   libSystem.B.dylib            
    0x9a2bb0de thread_start + 34
    Thread 6:
    0   libSystem.B.dylib            
    0x9a28dafa mach_msg_trap + 10
    1   libSystem.B.dylib            
    0x9a28e267 mach_msg + 68
    2   com.apple.CoreFoundation     
    0x991222df __CFRunLoopRun + 2079
    3   com.apple.CoreFoundation     
    0x991213c4 CFRunLoopRunSpecific + 452
    4   com.apple.CoreFoundation     
    0x991211f1 CFRunLoopRunInMode + 97
    5   com.apple.Foundation         
    0x9a9b2224 +[NSURLConnection(NSURLConnectionReallyInternal) _resourceLoadLoop:] + 329
    6   com.apple.Foundation         
    0x9a9794c4 -[NSThread main] + 45
    7   com.apple.Foundation         
    0x9a979474 __NSThread__main__ + 1499
    8   libSystem.B.dylib            
    0x9a2bb259 _pthread_start + 345
    9   libSystem.B.dylib            
    0x9a2bb0de thread_start + 34
    Thread 7:  com.apple.CFSocket.private
    0   libSystem.B.dylib            
    0x9a2acac6 select$DARWIN_EXTSN + 10
    1   com.apple.CoreFoundation     
    0x99161c53 __CFSocketManager + 1091
    2   libSystem.B.dylib            
    0x9a2bb259 _pthread_start + 345
    3   libSystem.B.dylib            
    0x9a2bb0de thread_start + 34
    Thread 8:
    0   libSystem.B.dylib            
    0x9a2b3412 __workq_kernreturn + 10
    1   libSystem.B.dylib            
    0x9a2b39a8 _pthread_wqthread + 941
    2   libSystem.B.dylib            
    0x9a2b35c6 start_wqthread + 30
    Thread 0 crashed with X86 Thread State (32-bit):
      eax: 0x1cb3bb7c  ebx: 0x1cb3baf0  ecx: 0x00000000  edx: 0x3f800000
      edi: 0x00819200  esi: 0x3f800000  ebp: 0xbfffd578  esp: 0xbfffd530
       ss: 0x0000001f  efl: 0x00210206  eip: 0x027d46dc   cs: 0x00000017
       ds: 0x0000001f   es: 0x0000001f   fs: 0x00000000   gs: 0x00000037
      cr2: 0x3f800004
    Binary Images:
    0x1000 -
    0x6ff7 +Dofus.C9ECCBDBA4E09304DEEFB106465BC17F6D6749B9.1 v1 (???) <72E5E138-08AE-26DD-C1B8-F70175D06CC3> /Applications/Dofus.app/Contents/Resources/Dofus.app/Contents/MacOS/Dofus
       0xb2000 -
    0xb6ff3  com.apple.audio.AudioIPCPlugIn 1.1.6 (1.1.6) <E9CB576C-283B-1DB2-0C69-E7C914BD7922> /System/Library/Extensions/AudioIPCDriver.kext/Contents/Resources/AudioIPCPlugIn.bundle/C ontents/MacOS/AudioIPCPlugIn
       0xbb000 -
    0xc1ff7  com.apple.audio.AppleHDAHALPlugIn 2.0.5 (2.0.5f14) <38E3C1A4-84E4-C105-B55F-8FC4C154036D> /System/Library/Extensions/AppleHDA.kext/Contents/PlugIns/AppleHDAHALPlugIn.bundle/Conten ts/MacOS/AppleHDAHALPlugIn
    0x255b000 -  0x3d90fcb +com.adobe.AIR ??? (3.6.0.5970) <1953D72E-FB0E-3923-D7CE-63DE5F64AAEB> /Library/Frameworks/Adobe AIR.framework/Versions/1.0/Adobe AIR
    0x8fe00000 - 0x8fe4163b  dyld 132.1 (???) <4CDE4F04-0DD6-224E-ACE5-3C06E169A801> /usr/lib/dyld
    0x90036000 - 0x90218fff  com.apple.imageKit 2.0.3 (1.0) <6E557757-26F7-7941-8AE7-046EC1871F50> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/ImageKit.framework/Vers ions/A/ImageKit
    0x902ac000 - 0x9032effb  SecurityFoundation ??? (???) <C4506287-1AE2-5380-675D-95B0291AA425> /System/Library/Frameworks/SecurityFoundation.framework/Versions/A/SecurityFoundation
    0x90335000 - 0x903affff  com.apple.audio.CoreAudio 3.2.6 (3.2.6) <156A532C-0B60-55B0-EE27-D02B82AA6217> /System/Library/Frameworks/CoreAudio.framework/Versions/A/CoreAudio
    0x903b0000 - 0x90408fe7  com.apple.datadetectorscore 2.0 (80.7) <ADDE04FB-90A7-2132-75AF-C6B19DD0D97E> /System/Library/PrivateFrameworks/DataDetectorsCore.framework/Versions/A/DataDetectorsCor e
    0x90409000 - 0x9058bfe7  libicucore.A.dylib 40.0.0 (compatibility 1.0.0) <50A70082-F800-93D8-1A7C-C95AAB1F352C> /usr/lib/libicucore.A.dylib
    0x9058c000 - 0x905cfff7  com.apple.NavigationServices 3.5.4 (182) <8DC6FD4A-6C74-9C23-A4C3-715B44A8D28C> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/NavigationServices.fram ework/Versions/A/NavigationServices
    0x905d0000 - 0x9067cfe7  com.apple.CFNetwork 454.12.4 (454.12.4) <DEDCD006-389F-967F-3405-EDF541F406D7> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CFNetwork.framewo rk/Versions/A/CFNetwork
    0x9067d000 - 0x90735feb  libFontParser.dylib ??? (???) <D2D0C922-5ED1-3AE9-6F99-707C74DF3E62> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framew ork/Versions/A/Resources/libFontParser.dylib
    0x90736000 - 0x9099cff7  com.apple.security 6.1.2 (55002) <3FA54D69-5476-78DD-0AFC-D6697263890E> /System/Library/Frameworks/Security.framework/Versions/A/Security
    0x9099d000 - 0x909dfff7  libvDSP.dylib 268.0.1 (compatibility 1.0.0) <8A4721DE-25C4-C8AA-EA90-9DA7812E3EBA> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Ve rsions/A/libvDSP.dylib
    0x91985000 - 0x919a7fef  com.apple.DirectoryService.Framework 3.6 (621.15) <F38894EA-2C13-7FC5-C084-94DA0B5B6B68> /System/Library/Frameworks/DirectoryService.framework/Versions/A/DirectoryService
    0x92024000 - 0x92067ff7  libGLU.dylib ??? (???) <6CC3CE6A-7024-C685-EADA-7F9DC27128E2> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLU.dylib
    0x92068000 - 0x920d7ff7  libvMisc.dylib 268.0.1 (compatibility 1.0.0) <595A5539-9F54-63E6-7AAC-C04E1574B050> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Ve rsions/A/libvMisc.dylib
    0x920d8000 - 0x920e2fe7  com.apple.audio.SoundManager 3.9.3 (3.9.3) <5F494955-7290-2D91-DA94-44B590191771> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CarbonSound.framework/V ersions/A/CarbonSound
    0x920e3000 - 0x921c3fe7  com.apple.vImage 4.1 (4.1) <D029C515-08E1-93A6-3705-DD062A3A672C> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vImage.framework/Ve rsions/A/vImage
    0x921c4000 - 0x921e5fe7  com.apple.opencl 12.3.6 (12.3.6) <B4104B80-1CB3-191C-AFD3-697843C6BCFF> /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL
    0x921e6000 - 0x922e8fef  com.apple.MeshKitIO 1.1 (49.2) <D0401AC5-1F92-2BBB-EBAB-58EDD3BA61B9> /System/Library/PrivateFrameworks/MeshKit.framework/Versions/A/Frameworks/MeshKitIO.frame work/Versions/A/MeshKitIO
    0x922f9000 - 0x92307ff7  com.apple.opengl 1.6.14 (1.6.14) <82622F67-E032-0BF6-A78D-50B346E8D0FD> /System/Library/Frameworks/OpenGL.framework/Versions/A/OpenGL
    0x92308000 - 0x92315ff7  com.apple.NetFS 3.2.2 (3.2.2) <DDC9C397-C35F-8D7A-BB24-3D1B42FA5FAB> /System/Library/Frameworks/NetFS.framework/Versions/A/NetFS
    0x924f1000 - 0x9271cff3  com.apple.QuartzComposer 4.2 ({156.30}) <2C88F8C3-7181-6B1D-B278-E0EE3F33A2AF> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuartzComposer.framewor k/Versions/A/QuartzComposer
    0x9271d000 - 0x9276dfe7  libTIFF.dylib ??? (???) <E8B31850-BFD4-48E6-B264-A4340CD19929> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.fr amework/Versions/A/Resources/libTIFF.dylib
    0x9279a000 - 0x927f4fe7  com.apple.CorePDF 1.4 (1.4) <78A1DDE1-1609-223C-A532-D282DC5E0CD0> /System/Library/PrivateFrameworks/CorePDF.framework/Versions/A/CorePDF
    0x927f5000 - 0x9280dff7  com.apple.CFOpenDirectory 10.6 (10.6) <D1CF5881-0AF7-D164-4156-9E9067B7FA37> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/Frameworks/CFOpenDirectory. framework/Versions/A/CFOpenDirectory
    0x9280e000 - 0x92853ff7  com.apple.ImageCaptureCore 1.1 (1.1) <F54F284F-0B81-0AFA-CE47-FF797A6E05B0> /System/Library/Frameworks/ImageCaptureCore.framework/Versions/A/ImageCaptureCore
    0x92854000 - 0x92892ff7  com.apple.QuickLookFramework 2.3 (327.7) <6387A103-C7EF-D56B-10EF-5ED5FC7F33A5> /System/Library/Frameworks/QuickLook.framework/Versions/A/QuickLook
    0x92898000 - 0x928e5feb  com.apple.DirectoryService.PasswordServerFramework 6.1 (6.1) <00A1A83B-0E7D-D0F4-A643-8C5675C2BB21> /System/Library/PrivateFrameworks/PasswordServer.framework/Versions/A/PasswordServer
    0x92980000 - 0x92983ff7  libCoreVMClient.dylib ??? (???) <37F56237-4ABA-E5B5-968D-70FFE357E8E0> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCoreVMClient.dylib
    0x92af9000 - 0x92b00ff7  com.apple.agl 3.0.12 (AGL-3.0.12) <A5FF7623-9F55-0364-AD9B-42CF13C677C1> /System/Library/Frameworks/AGL.framework/Versions/A/AGL
    0x92b76000 - 0x92b8afe7  libbsm.0.dylib ??? (???) <14CB053A-7C47-96DA-E415-0906BA1B78C9> /usr/lib/libbsm.0.dylib
    0x92b8b000 - 0x92ccefef  com.apple.QTKit 7.7 (1791) <74F00760-A831-B8F2-869D-84C1F2366204> /System/Library/Frameworks/QTKit.framework/Versions/A/QTKit
    0x92ccf000 - 0x92fefff3  com.apple.CoreServices.CarbonCore 861.39 (861.39) <5C59805C-AF39-9010-B8B5-D673C9C38538> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CarbonCore.framew ork/Versions/A/CarbonCore
    0x93060000 - 0x93071ff7  com.apple.LangAnalysis 1.6.6 (1.6.6) <3036AD83-4F1D-1028-54EE-54165E562650> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/LangAnalys is.framework/Versions/A/LangAnalysis
    0x93072000 - 0x93072ff7  com.apple.ApplicationServices 38 (38) <8012B504-3D83-BFBB-DA65-065E061CFE03> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/ApplicationServices
    0x93073000 - 0x93091fe7  libPng.dylib ??? (???) <5B979A83-8CE7-6BD7-B84C-A2D1119B378D> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.fr amework/Versions/A/Resources/libPng.dylib
    0x93092000 - 0x930c5ff7  com.apple.AE 496.5 (496.5) <BF9673D5-2419-7120-26A3-83D264C75222> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/AE.framework/Vers ions/A/AE
    0x930c6000 - 0x930c7ff7  com.apple.TrustEvaluationAgent 1.1 (1) <2D970A9B-77E8-EDC0-BEC6-7580D78B2843> /System/Library/PrivateFrameworks/TrustEvaluationAgent.framework/Versions/A/TrustEvaluati onAgent
    0x9328a000 - 0x93291ff3  com.apple.print.framework.Print 6.1 (237.1) <F5AAE53D-5530-9004-A9E3-2C1690C5328E> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Print.framework/Version s/A/Print
    0x93349000 - 0x93455fe7  libGLProgrammability.dylib ??? (???) <6167CEB0-D8D6-C4D9-DD74-49755ADB540F> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLProgrammability.dyl ib
    0x93456000 - 0x93556fe7  libxml2.2.dylib 10.3.0 (compatibility 10.0.0) <BE7FCD73-03B5-25A4-FCA4-D4980F1488D6> /usr/lib/libxml2.2.dylib
    0x93557000 - 0x93573fe3  com.apple.openscripting 1.3.1 (???) <2A748037-D1C0-6D47-2C4A-0562AF799AC9> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/OpenScripting.framework /Versions/A/OpenScripting
    0x93acd000 - 0x93acdff7  liblangid.dylib ??? (???) <B99607FC-5646-32C8-2C16-AFB5EA9097C2> /usr/lib/liblangid.dylib
    0x93ace000 - 0x93aceff7  com.apple.Accelerate.vecLib 3.6 (vecLib 3.6) <ABF97DA4-3BDF-6FFD-6239-B023CA1F7974> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Ve rsions/A/vecLib
    0x93acf000 - 0x93aeffe7  libresolv.9.dylib 41.1.0 (compatibility 1.0.0) <8C2B5FA8-2469-21C7-D297-F95A0FFE5F19> /usr/lib/libresolv.9.dylib
    0x93af5000 - 0x93af9ff7  IOSurface ??? (???) <89D859B7-A26A-A5AB-8401-FC1E01AC7A60> /System/Library/Frameworks/IOSurface.framework/Versions/A/IOSurface
    0x93afa000 - 0x93c37fe7  com.apple.audio.toolbox.AudioToolbox 1.6.7 (1.6.7) <423BDE4D-5082-B6CA-BB2C-E22A037235A4> /System/Library/Frameworks/AudioToolbox.framework/Versions/A/AudioToolbox
    0x93c44000 - 0x93f68fef  com.apple.HIToolbox 1.6.5 (???) <21164164-41CE-61DE-C567-32E89755CB34> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HIToolbox.framework/Ver sions/A/HIToolbox
    0x93f69000 - 0x94043fff  com.apple.DesktopServices 1.5.11 (1.5.11) <800F2040-9211-81A7-B438-7712BF51DEE3> /System/Library/PrivateFrameworks/DesktopServicesPriv.framework/Versions/A/DesktopService sPriv
    0x94044000 - 0x94088fe7  com.apple.Metadata 10.6.3 (507.15) <74F05E64-2A68-BA10-CCD4-128D164E5A0F> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Metadata.framewor k/Versions/A/Metadata
    0x94089000 - 0x9408cff7  libCGXType.A.dylib 545.0.0 (compatibility 64.0.0) <4D766435-EB76-C384-0127-1D20ACD74076> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphi cs.framework/Versions/A/Resources/libCGXType.A.dylib
    0x940c6000 - 0x94134ff7  com.apple.QuickLookUIFramework 2.3 (327.7) <7F89C0A1-310F-ACF1-AA6E-4ADFA4DC98DC> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuickLookUI.framework/V ersions/A/QuickLookUI
    0x94141000 - 0x94304feb  com.apple.ImageIO.framework 3.0.6 (3.0.6) <5BF202E9-730A-3675-4374-E5300BC8ED10> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.fr amework/Versions/A/ImageIO
    0x94305000 - 0x9433bfff  libtidy.A.dylib ??? (???) <0FD72C68-4803-4C5B-3A63-05D7394BFD71> /usr/lib/libtidy.A.dylib
    0x9433c000 - 0x943eaff3  com.apple.ink.framework 1.3.3 (107) <233A981E-A2F9-56FB-8BDE-C2DEC3F20784> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Ink.framework/Versions/ A/Ink
    0x94699000 - 0x94699ff7  com.apple.Accelerate 1.6 (Accelerate 1.6) <3891A689-4F38-FACD-38B2-4BF937DE30CF> /System/Library/Frameworks/Accelerate.framework/Versions/A/Accelerate
    0x946a2000 - 0x9475bfe7  libsqlite3.dylib 9.6.0 (compatibility 9.0.0) <52438E77-55D1-C231-1936-76F1369518E4> /usr/lib/libsqlite3.dylib
    0x9475c000 - 0x94797ffb  libFontRegistry.dylib ??? (???) <19ED5DE0-D3AF-B229-9193-35D58FE377E5> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framew ork/Versions/A/Resources/libFontRegistry.dylib
    0x948a0000 - 0x948abff7  libGL.dylib ??? (???) <3E34468F-E9A7-8EFB-FF66-5204BD5B4E21> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib
    0x948e6000 - 0x948eaff7  libGFXShared.dylib ??? (???) <09540618-2ED1-72C4-61CB-938B35927568> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGFXShared.dylib
    0x9490d000 - 0x94a0ffe7  libcrypto.0.9.8.dylib 0.9.8 (compatibility 0.9.8) <015563C4-81E2-8C8A-82AC-31B38D904A42> /usr/lib/libcrypto.0.9.8.dylib
    0x94a1c000 - 0x94a22fff  com.apple.CommonPanels 1.2.4 (91) <2438AF5D-067B-B9FD-1248-2C9987F360BA> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CommonPanels.framework/ Versions/A/CommonPanels
    0x94a58000 - 0x9533bff7  com.apple.AppKit 6.6.8 (1038.36) <A353465E-CFC9-CB75-949D-786F6F7732F6> /System/Library/Frameworks/AppKit.framework/Versions/C/AppKit
    0x95347000 - 0x955f5fe7  com.apple.JavaScriptCore 6534.57 (6534.57.3) <5B18B308-DBB2-7133-DE56-494C2FA1848B> /System/Library/Frameworks/JavaScriptCore.framework/Versions/A/JavaScriptCore
    0x955f6000 - 0x95a2bff7  libLAPACK.dylib 219.0.0 (compatibility 1.0.0) <5E2D2283-57DE-9A49-1DB0-CD027FEFA6C2> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Ve rsions/A/libLAPACK.dylib
    0x95a2c000 - 0x95a90ffb  com.apple.htmlrendering 72 (1.1.4) <4D451A35-FAB6-1288-71F6-F24A4B6E2371> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HTMLRendering.framework /Versions/A/HTMLRendering
    0x95b9b000 - 0x95b9efe7  libmathCommon.A.dylib 315.0.0 (compatibility 1.0.0) <1622A54F-1A98-2CBE-B6A4-2122981A500E> /usr/lib/system/libmathCommon.A.dylib
    0x95ba6000 - 0x95ccefe7  com.apple.WebKit 6534.57 (6534.57.2) <4CB86278-4657-3503-8042-074628222DF3> /System/Library/Frameworks/WebKit.framework/Versions/A/WebKit
    0x95d4d000 - 0x95d53fe7  com.apple.CommerceCore 1.0 (9.1) <521D067B-3BDA-D04E-E1FA-CFA526C87EB5> /System/Library/PrivateFrameworks/CommerceKit.framework/Versions/A/Frameworks/CommerceCor e.framework/Versions/A/CommerceCore
    0x95dfe000 - 0x95e96fe7  edu.mit.Kerberos 6.5.11 (6.5.11) <F36DB665-A88B-7F5B-6244-6A2E7FFFF668> /System/Library/Frameworks/Kerberos.framework/Versions/A/Kerberos
    0x95e9f000 - 0x95ed0ff7  libGLImage.dylib ??? (???) <D18E2E76-DBF4-6930-039A-F66CA0D120B3> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLImage.dylib
    0x95ee7000 - 0x95f27ff3  com.apple.securityinterface 4.0.1 (40418.0.1) <2141A924-748E-CE6F-2D75-D82BC265BD30> /System/Library/Frameworks/SecurityInterface.framework/Versions/A/SecurityInterface
    0x95f28000 - 0x95f32ff7  com.apple.HelpData 2.0.5 (34.1.1) <A9CF754F-B254-5D40-B8B5-F35414DFD875> /System/Library/PrivateFrameworks/HelpData.framework/Versions/A/HelpData
    0x9613c000 - 0x96552ff7  libBLAS.dylib 219.0.0 (compatibility 1.0.0) <C4FB303A-DB4D-F9E8-181C-129585E59603> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Ve rsions/A/libBLAS.dylib
    0x96553000 - 0x965b4fe7  com.apple.CoreText 151.13 (???) <23F359DA-D845-5C50-4DF3-19E858CF2B2C> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreText.f ramework/Versions/A/CoreText
    0x965b5000 - 0x965c1ff7  libkxld.dylib ??? (???) <9A441C48-2D18-E716-5F38-CBEAE6A0BB3E> /usr/lib/system/libkxld.dylib
    0x965c2000 - 0x965f2ff7  com.apple.MeshKit 1.1 (49.2) <5A74D1A4-4B97-FE39-4F4D-E0B80F0ADD87> /System/Library/PrivateFrameworks/MeshKit.framework/Versions/A/MeshKit
    0x96633000 - 0x96637ff7  libGIF.dylib ??? (???) <9E51F8ED-83B4-DA41-1E2F-CFA726936A30> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.fr amework/Versions/A/Resources/libGIF.dylib
    0x96679000 - 0x9667bff7  com.apple.securityhi 4.0 (36638) <6118C361-61E7-B34E-93DB-1B88108F8F18> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SecurityHI.framework/Ve rsions/A/SecurityHI
    0x96695000 - 0x96695ff7  com.apple.Carbon 150 (152) <8F767518-AD3C-5CA0-7613-674CD2B509C4> /System/Library/Frameworks/Carbon.framework/Versions/A/Carbon
    0x96696000 - 0x966ecff7  com.apple.MeshKitRuntime 1.1 (49.2) <CB9F38B1-E107-EA62-EDFF-02EE79F6D1A5> /System/Library/PrivateFrameworks/MeshKit.framework/Versions/A/Frameworks/MeshKitRuntime. framework/Versions/A/MeshKitRuntime
    0x966ed000 - 0x96edc557  com.apple.CoreGraphics 1.545.0 (???) <1D9DC7A5-228B-42CB-7018-66F42C3A9BB3> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphi cs.framework/Versions/A/CoreGraphics
    0x96edd000 - 0x96f24ffb  com.apple.CoreMediaIOServices 140.0 (1496) <DA152F1C-8EF4-4F5E-6D60-82B1DC72EF47> /System/Library/PrivateFrameworks/CoreMediaIOServices.framework/Versions/A/CoreMediaIOSer vices
    0x96f25000 - 0x973e0ff7  com.apple.VideoToolbox 0.484.60 (484.60) <B53299EC-E30F-EC04-779D-29B7113CC14A> /System/Library/PrivateFrameworks/VideoToolbox.framework/Versions/A/VideoToolbox
    0x973e1000 - 0x9747efe3  com.apple.LaunchServices 362.3 (362.3) <15B47388-16C8-97DA-EEBB-1709E136169E> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/LaunchServices.fr amework/Versions/A/LaunchServices
    0x9747f000 - 0x974a6ff7  com.apple.quartzfilters 1.6.0 (1.6.0) <879A3B93-87A6-88FE-305D-DF1EAED04756> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuartzFilters.framework /Versions/A/QuartzFilters
    0x974a7000 - 0x974b7ff7  com.apple.DSObjCWrappers.Framework 10.6 (134) <81A0B409-3906-A98F-CA9B-A49E75007495> /System/Library/PrivateFrameworks/DSObjCWrappers.framework/Versions/A/DSObjCWrappers
    0x974fe000 - 0x977f8fef  com.apple.QuickTime 7.6.6 (1791) <8E56F3DC-725B-0299-7E62-8599CA6EC4C0> /System/Library/Frameworks/QuickTime.framework/Versions/A/QuickTime
    0x9783d000 - 0x9787aff7  com.apple.CoreMedia 0.484.60 (484.60) <8FAB137D-682C-6DEC-5A15-F0029A5B226F> /System/Library/PrivateFrameworks/CoreMedia.framework/Versions/A/CoreMedia
    0x9787b000 - 0x9788bff7  libsasl2.2.dylib 3.15.0 (compatibility 3.0.0) <C8744EA3-0AB7-CD03-E639-C4F2B910BE5D> /usr/lib/libsasl2.2.dylib
    0x9788c000 - 0x978c6ff7  libcups.2.dylib 2.8.0 (compatibility 2.0.0) <A6C207E3-7B42-926D-9C93-BE3F50B92496> /usr/lib/libcups.2.dylib
    0x978c7000 - 0x978d5fe7  libz.1.dylib 1.2.3 (compatibility 1.0.0) <33C1B260-ED05-945D-FC33-EF56EC791E2E> /usr/lib/libz.1.dylib
    0x978d6000 - 0x979a1fef  com.apple.CoreServices.OSServices 359.2 (359.2) <7C16D9C8-6F41-5754-17F7-2659D9DD9579> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/OSServices.framew ork/Versions/A/OSServices
    0x979a2000 - 0x979b4ff7  com.apple.MultitouchSupport.framework 207.11 (207.11) <6FF4F2D6-B8CD-AE13-56CB-17437EE5B741> /System/Library/PrivateFrameworks/MultitouchSupport.framework/Versions/A/MultitouchSuppor t
    0x979df000 - 0x97b0cffb  com.apple.MediaToolbox 0.484.60 (484.60) <A7FE2739-64A7-40EB-A6E7-69FBCE3C87D4> /System/Library/PrivateFrameworks/MediaToolbox.framework/Versions/A/MediaToolbox
    0x97b0d000 - 0x97b0dff7  com.apple.vecLib 3.6 (vecLib 3.6) <FF4DC8B6-0AB0-DEE8-ADA8-7B57645A1F36> /System/Library/Frameworks/vecLib.framework/Versions/A/vecLib
    0x97b0e000 - 0x97b18ffb  com.apple.speech.recognition.framework 3.11.1 (3.11.1) <7486003F-8FDB-BD6C-CB34-DE45315BD82C> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SpeechRecognition.frame work/Versions/A/SpeechRecognition
    0x97bfa000 - 0x97c1eff7  libJPEG.dylib ??? (???) <C43FD809-08B6-629D-8980-D7B0ECEA20A9> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.fr amework/Versions/A/Resources/libJPEG.dylib
    0x97c1f000 - 0x97c22ffb  com.apple.help 1.3.2 (41.1) <8AC20B01-4A3B-94BA-D8AF-E39034B97D8C> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Help.framework/Versions /A/Help
    0x98283000 - 0x98ffbfe7  com.apple.WebCore 6534.57 (6534.57.2) <6AF29D9A-F549-5BE7-3842-CFF75FC46360> /System/Library/Frameworks/WebKit.framework/Versions/A/Frameworks/WebCore.framework/Versi ons/A/WebCore
    0x99050000 - 0x99059ff7  com.apple.DiskArbitration 2.3 (2.3) <E9C40767-DA6A-6CCB-8B00-2D5706753000> /System/Library/Frameworks/DiskArbitration.framework/Versions/A/DiskArbitration
    0x99064000 - 0x990e4feb  com.apple.SearchKit 1.3.0 (1.3.0) <9E18AEA5-F4B4-8BE5-EEA9-818FC4F46FD9> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SearchKit.framewo rk/Versions/A/SearchKit
    0x990e5000 - 0x99260fe7  com.apple.CoreFoundation 6.6.6 (550.44) <F88C95CD-1264-782D-A1F5-204739847E93> /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
    0x99261000 - 0x99261ff7  com.apple.quartzframework 1.5 (1.5) <4EE8095D-5E47-1EB6-3A8A-6ECE3BEC8647> /System/Library/Frameworks/Quartz.framework/Versions/A/Quartz
    0x992f3000 - 0x992f4ff7  com.apple.MonitorPanelFramework 1.3.0 (1.3.0) <0EC4EEFF-477E-908E-6F21-ED2C973846A4> /System/Library/PrivateFrameworks/MonitorPanel.framework/Versions/A/MonitorPanel
    0x992f5000 - 0x9931dff7  libxslt.1.dylib 3.24.0 (compatibility 3.0.0) <E761F29A-328B-29D9-3DF0-023F2C21E500> /usr/lib/libxslt.1.dylib
    0x9931e000 - 0x993c6ffb  com.apple.QD 3.36 (???) <FA2785A4-BB69-DCB4-3BA3-7C89A82CAB41> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/QD.framewo rk/Versions/A/QD
    0x99419000 - 0x9946cff7  com.apple.HIServices 1.8.3 (???) <1D3C4587-6318-C339-BD0F-1988F246BE2E> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/HIServices .framework/Versions/A/HIServices
    0x9946d000 - 0x99493ffb  com.apple.DictionaryServices 1.1.2 (1.1.2) <43E1D565-6E01-3681-F2E5-72AE4C3A097A> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/DictionaryService s.framework/Versions/A/DictionaryServices
    0x99494000 - 0x9950ffff  com.apple.AppleVAFramework 4.10.27 (4.10.27) <BFD2D1CA-535C-F16F-0EB5-04905ABD65CF> /System/Library/PrivateFrameworks/AppleVA.framework/Versions/A/AppleVA
    0x99510000 - 0x99510ff7  com.apple.Cocoa 6.6 (???) <EA27B428-5904-B00B-397A-185588698BCC> /System/Library/Frameworks/Cocoa.framework/Versions/A/Cocoa
    0x99511000 - 0x995cdfff  com.apple.ColorSync 4.6.8 (4.6.8) <920DD017-8B41-7334-E554-A85DB99EBD5A> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ColorSync. framework/Versions/A/ColorSync
    0x995ce000 - 0x9960fff7  libRIP.A.dylib 545.0.0 (compatibility 64.0.0) <80998F66-0AD7-AD12-B9AF-3E8D2CE6DE05> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphi cs.framework/Versions/A/Resources/libRIP.A.dylib
    0x99632000 - 0x9999dff7  com.apple.QuartzCore 1.6.3 (227.37) <E323A5CC-499E-CA9E-9BC3-537231449CAA> /System/Library/Frameworks/QuartzCore.framework/Versions/A/QuartzCore
    0x9999e000 - 0x999a0ff7  libRadiance.dylib ??? (???) <5F803B4A-B294-BA94-FB68-E8756EE41B20> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.fr amework/Versions/A/Resources/libRadiance.dylib
    0x999a1000 - 0x999a9ff7  com.apple.DisplayServicesFW 2.3.3 (289) <828084B0-9197-14DD-F66A-D634250A212E> /System/Library/PrivateFrameworks/DisplayServices.framework/Versions/A/DisplayServices
    0x99de7000 - 0x99e24ff7  com.apple.SystemConfiguration 1.10.8 (1.10.2) <50E4D49B-4F61-446F-1C21-1B2BA814713D> /System/Library/Frameworks/SystemConfiguration.framework/Versions/A/SystemConfiguration
    0x99e43000 - 0x99e4eff7  libCSync.A.dylib 545.0.0 (compatibility 64.0.0) <287DECA3-7821-32B6-724D-AE03A9A350F9> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphi cs.framework/Versions/A/Resources/libCSync.A.dylib
    0x99e4f000 - 0x99e50ff7  com.apple.audio.units.AudioUnit 1.6.7 (1.6.7) <93EC71F1-4D4E-F456-8EFE-32E7EFD7A064> /System/Library/Frameworks/AudioUnit.framework/Versions/A/AudioUnit
    0x99e51000 - 0x99e70ff7  com.apple.CoreVideo 1.6.2 (45.6) <EB53CAA4-5EE2-C356-A954-5775F7DDD493> /System/Library/Frameworks/CoreVideo.framework/Versions/A/CoreVideo
    0x99e71000 - 0x99eeaff7  com.apple.PDFKit 2.5.1 (2.5.1) <A068BF37-03E0-A231-2791-561C60C3ED2B> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/PDFKit.framework/Versio ns/A/PDFKit
    0x99f27000 - 0x99f6bff3  com.apple.coreui 2 (114) <2234855E-3BED-717F-0BFA-D1A289ECDBDA> /System/Library/PrivateFrameworks/CoreUI.framework/Versions/A/CoreUI
    0x99f6c000 - 0x99f81fff  com.apple.ImageCapture 6.1 (6.1) <B909459A-EAC9-A7C8-F2A9-CD757CDB59E8> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/ImageCapture.framework/ Versions/A/ImageCapture
    0x99f82000 - 0x99fdfff7  com.apple.framework.IOKit 2.0 (???) <3DABAB9C-4949-F441-B077-0498F8E47A35> /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit
    0x99fee000 - 0x9a11cfe7  com.apple.CoreData 102.1 (251) <87FE6861-F2D6-773D-ED45-345272E56463> /System/Library/Frameworks/CoreData.framework/Versions/A/CoreData
    0x9a15d000 - 0x9a1a3ff7  libauto.dylib ??? (???) <29422A70-87CF-10E2-CE59-FEE1234CFAAE> /usr/lib/libauto.dylib
    0x9a1a4000 - 0x9a1d7fff  libTrueTypeScaler.dylib ??? (???) <8ADB7D19-413E-4499-C874-13C383F97685> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framew ork/Versions/A/Resources/libTrueTypeScaler.dylib
    0x9a1d8000 - 0x9a1ddff7  com.apple.OpenDirectory 10.6 (10.6) <0603680A-A002-D294-DE83-0D028C6BE884> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/OpenDirectory
    0x9a1de000 - 0x9a28bfe7  libobjc.A.dylib 227.0.0 (compatibility 1.0.0) <9F8413A6-736D-37D9-8EB3-7986D4699957> /usr/lib/libobjc.A.dylib
    0x9a28c000 - 0x9a28cff7  com.apple.CoreServices 44 (44) <51CFA89A-33DB-90ED-26A8-67D461718A4A> /System/Library/Frameworks/CoreServices.framework/Versions/A/CoreServices
    0x9a28d000 - 0x9a434ff7  libSystem.B.dylib 125.2.11 (compatibility 1.0.0) <2DCD13E3-1BD1-6F25-119A-3863A3848B90> /usr/lib/libSystem.B.dylib
    0x9a435000 - 0x9a4c7fe7  com.apple.print.framework.PrintCore 6.3 (312.7) <7410D1B2-655D-68DA-D4B9-2C65747B6817> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/PrintCore. framework/Versions/A/PrintCore
    0x9a4c8000 - 0x9a563fe7  com.apple.ApplicationServices.ATS 275.19 (???) <2E83B3E9-AF39-36FC-5D05-CC1E952098AB> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framew ork/Versions/A/ATS
    0x9a564000 - 0x9a58eff7  com.apple.shortcut 1.1 (1.1) <B0514FA9-7CAE-AD94-93CA-7B2A2C5F7B8A> /System/Library/PrivateFrameworks/Shortcut.framework/Versions/A/Shortcut
    0x9a630000 - 0x9a69afe7  libstdc++.6.dylib 7.9.0 (compatibility 7.0.0) <411D87F4-B7E1-44EB-F201-F8B4F9227213> /usr/lib/libstdc++.6.dylib
    0x9a88e000 - 0x9a8deff7  com.apple.framework.familycontrols 2.0.2 (2020) <596ADD85-79F5-A613-537B-F83B6E19013C> /System/Library/PrivateFrameworks/FamilyControls.framework/Versions/A/FamilyControls
    0x9a94e000 - 0x9a962ffb  com.apple.speech.synthesis.framework 3.10.35 (3.10.35) <57DD5458-4F24-DA7D-0927-C3321A65D743> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/SpeechSynt hesis.framework/Versions/A/SpeechSynthesis
    0x9a963000 - 0x9abd4fef  com.apple.Foundation 6.6.8 (751.63) <69B3441C-B196-F2AD-07F8-D8DD24E4CD8C> /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation
    0xffff0000 - 0xffff1fff  libSystem.B.dylib ??? (???) <2DCD13E3-1BD1-6F25-119A-3863A3848B90> /usr/lib/libSystem.B.dylib
    Model: iMac5,1, BootROM IM51.0090.B09, 2 processors, Intel Core 2 Duo, 2.16 GHz, 1 GB, SMC 1.9f4
    Graphics: ATI Radeon X1600, ATY,RadeonX1600, PCIe, 128 MB
    Memory Module: global_name
    AirPort: spairport_wireless_card_type_airport_extreme (0x14E4, 0x87), Broadcom BCM43xx 1.0 (5.10.131.42.4)
    Bluetooth: Version 2.4.5f3, 2 service, 19 devices, 1 incoming serial ports
    Network Service: Ethernet intégré, Ethernet, en0
    Serial ATA Device: WDC WD2500JS-40TGB0, 232,89 GB
    Parallel ATA Device: MATSHITADVD-R   UJ-85J
    USB Device: Built-in iSight, 0x05ac  (Apple Inc.), 0x8501, 0xfd400000 / 2
    USB Device: Hub in Apple Pro Keyboard, 0x05ac  (Apple Inc.), 0x1003, 0x3d100000 / 2
    USB Device: Apple Optical USB Mouse, 0x05ac  (Apple Inc.), 0x0304, 0x3d110000 / 4
    USB Device: Apple Pro Keyboard, 0x05ac  (Apple Inc.), 0x020c, 0x3d130000 / 3
    USB Device: Bluetooth USB Host Controller, 0x05ac  (Apple Inc.), 0x8206, 0x7d100000 / 2

    @DofusTeam - Could you please open a new bug report on this over at bugbase.adobe.com?  When adding the bug, please include sample code or an application so we can quickly test this out internally.  If you'd like to keep this private, feel free to email the attachment to me directly ([email protected]). 
    Once added, please post back with the bug URL/number so that I can attach the symbolicated crash log to your report.
    @marc_a2c - After symbolicating both your and Dofus's crash logs, these look to be different issues.
    Ps. I would definitely recommend both of you try the AIR 3.7 beta to see if that makes any difference.
    3/26/2013 - AIR 3.7.0.1410 Runtime and SDK Beta
    Thanks,
    Chris

  • AIR App now crashes with AIR 15 runtime (did not crash with earlier versions of AIR)

    Hi,
    We've noticed our AIR application now crashes when the AIR 15 (the latest version available from Adobe) runtime is installed.  This did not happen with earlier versions of AIR.  The app does not crash when I debug in Flash Builder so I cannot identify the exact issue.  The app will crash EVERY time when running the .exe on Windows.  The crash happens on Windows XP and Windows 7.  The app does not crash on OS X.
    The message in Event Viewer says:
    Faulting application name: PhotoMambo.exe, version: 0.0.0.0, time stamp: 0x4eb75ae0
    Faulting module name: Adobe AIR.dll, version: 15.0.0.249, time stamp: 0x53fe5c69
    Exception code: 0xc0000005
    Fault offset: 0x0056fcdc
    Faulting process id: 0x3dc
    Faulting application start time: 0x01cfd110de4c8b50
    Faulting application path: C:\Program Files (x86)\PhotoMambo\PhotoMambo.exe
    Faulting module path: c:\Program Files (x86)\Common Files\Adobe AIR\Versions\1.0\Adobe AIR.dll
    Report Id: 49c106e0-3d04-11e4-9219-001c42d9a43e
    Please let me know if you'd like any additional information.  This is such a bummer that an AIR update renders our app useless in Windows.
    Thank you.

    I'm sorry this is happening.  Could you please open a new bug report on this over at bugbase.adobe.com?  When adding the bug, please include sample code or an application so we can quickly test this out internally.  If you'd like to keep this private, feel free to email the attachment to me directly ([email protected]). 
    Once added, please post back with the URL and I'll follow up internally.
    Previous versions of the AIR runtime can be found here: Archived Adobe AIR SDK versions

  • ADL crashing with AIR 3.1 overlay

    Hello, I have stumbled upon a very strange issue. I've been developing an application with the AIR 3.1 overlay for a while now without any problems.
    Suddenly, this morning, Flash stopped compiling my Air app. ADL is crashing every time it launches. I know "suddenly" doesn't say much but that's pretty much what happened. The strange thing is that this has nothing to do with the application I am developing. Restarting my computer, opening flash, creating a new project with the AIR template and compiling (with the project empty) still crashes the ADL.
    The only thing that changed from yesterday to today is that last night I tried as a proof of concept to compile an iOS application from an old app I had, using the iOS packager in Flash CS5.5, I was able to successfully install it on my iPad and everything and I closed flash after that. This morning, nothing would compile.
    I reverted AIR 3.0 to my backup of 2.6 (the one that installs with Flash) and things started compiling again. It behaves normally after doing that. I thought my SDK got corrupted somehow so I downloaded a new one from the website (here: http://www.adobe.com/products/air/sdk/) and did the overlay again, and after that it started crashing again.
    Another thing is that ADL doesn't crash ONLY when AIR 2.6 is selected. Again, I created a new empty project and chose AIR 2.5. ADL crashes when testing the movie, I chose AIR 2.6, AIR for iOS and AIR for Android and it crashes every time. Reverting back to the original SDK (2.6) stops the crashing in all versions.
    Is there a way I can get a crash log from ADL and post it here so we can dig more into the problem?
    Thanks,
    Fernando Toledo

    Updating the post to mention how I solved it.
    Kudos to Marty Pitt for finding the answer: http://stackoverflow.com/a/7909697/1098905
    So, this is still a bit embarrassing for the Flash IDE. I don't know how this can get so damn corrupted but anyway. Turns out that flashbug (the firebug add on to the firefox extension) is what caused all of this. When flashbug is installed, a line is added to the mm.cfg config file of the flash player.
    This file is located on a Mac in: Library/Application Support/Macromedia/mm.cfg (note this is not the user's library, is the top level Library on Macintosh HD). I don't know where this file resides on windows. The line Flashbug adds is:
    PreloadSWF=/Users/martypitt/Library/Application Support/Firefox/Profiles/vxtpdg3i.default/extensions/[email protected]/chrome/content/flashfirebug/flashfirebug.swf 
    When I was testing my iOS app (exporting from FLASH) I was getting a VERY strange runtime error:
    TypeError: Error #1009: Cannot access a property or method of a null object reference
         at com.coursevector.flashbug::Profiler/allCompleteHandler()
    Obviously I wasn't using this class so this was very very strange to me. I researched a bit and found out that there is a known bug with Flashbug: http://code.google.com/p/flashbug/issues/detail?id=32
    I completely uninstalled flashbug from Firefox and that's where thing started to crash. When I found the stackoverflow post linked above I was able to find that the line was partially still there, it was like this:
    PreloadSWF=
    But without any parameter so ADL was crashing inexplicably every time because it probably didn't know how to parse this mm.cfg file. I deleted the line and now it works again. Don't know how the whole player debug process can break from a third party extension but this is aweful.

  • Open files with AIR application

    Hy, I made an AIR application that manages video files. Is there any way that when I try to open a video file to be opened with my application and play it ? Not just open the application and browse for the video.
    Thanks.

    bump!
    really? noone knows the answer?

  • Embedding a mini webserver with AIR applications

    After failing to find a solution to the problem I mentioned
    here:
    http://www.adobe.com/cfusion/webforums/forum/messageview.cfm?forumid=75&catid=697&threadid =1392396&highlight_key=y&keyword1=jpeg
    and in several other threads,,
    I started looking for ways to use external libraries,, and
    possibly
    the GD Library.
    Is it possible to embed a mini web server with Adobe Air
    applications
    (along with the GD library) ?? Has anybody succeeded in
    achieving
    similar tasks ??

    No there isn't a good way to do this from AIR. The biggest
    problem is that you couldn't start up the server from AIR, so a
    user would always need to start the server, then start your AIR
    app.
    You could use Pixel Bender to solve your image resizing
    quality problem. Pixel Bender is available in the Flash 10 beta
    now, and should be available in the next release of AIR. (See
    http://labs.adobe.com/wiki/index.php/Pixel_Bender_Toolkit.)
    Note that your image quality problem is not with the JPEG encoder,
    it is the resize operation. Since bitmap smoothing is not working
    for some reason, you get nearest neighbor sampling -- which
    produces the artifacts that you see in your images. Using Pixel
    Bender you could code your own resize filter that uses bilinear or
    even bicubic sampling.

  • Java.exe crash with MS Application Verifier

    Dear Java users,
    I developed a Java application to be deployed on windows server 2003. But when run the application with Application Verifier to check for runtime resource handling, the java.exe crashed with messsage: java.exe has encountered a problem and needs to close. We are sorry for the inconvenience.
    I tried several times with JRE1.4 and 1.5 but get the same result.
    Any advice should be appreciated.
    Thanks.
    Message was edited by:
    khanhtran

    Jim,
    This question is best suited to the Oracle9i Application Server forum.
    Thanks

  • Take screen shot with AIR application

    Hi,
    Anybody know about how to capture screen shot of our screen with an desktop AIR application? I need to create an desktop app with screenshot taking feature.
    Thanks

    Yes,
    I think you can use the ImageSnapShot class, and thern use the bitmap data from it as you desire.
    You can use the snapshot to take a grab of any element/child in your application or presumably you can take a snapshot of the main application if you want the whole lot.
    I used this method recently to print a screen state.
    var imgWidth:Number = 400;
    var img:SWFLoader = new SWFLoader();
    img.id = "appSnapShot";
    var imageSnap:ImageSnapshot = ImageSnapshot.captureImage(myScreenInstance as IBitmapDrawable);
    var imageByteArray:ByteArray = imageSnap.data as ByteArray;
    img.load(imageByteArray);
    img.scaleContent = true;
    img.width = imgWidth;
    img.maintainAspectRatio = true;
    application.addElement(img);
    Maybe that will help.

  • Packaging AIRHelp .air file with AIR Application

    Hi,
    Has anyone had any experience packaging an AIRHelp project (generated by RoboHelp) with an AIR Application?  I want installation for our app to be simple as possible for the end user, and requiring them to install the help separately from the real AIR application seems to be complicated and error prone.  (In addition, ProductManager launch function cannot determine whether or not help has been installed, so there could be problems there.)
    Currently we are using a native installer for the AIR app. 
    Thanks in advance,
    -Tom

    Another thing I learned is that you might have the icon file embeded in the application somewhere and that removes it from the include in AIR package screen.That shows the same 303 error. See more detalis here : http://spy6.blogspot.com/2009/10/error-creating-air-file-303error-some.html

  • Integrate google desktop search with AIR application

    My requirement is to integrate google desktop search with my AIR application.If any one has any idea on this, please help me.

    Yes,
    I think you can use the ImageSnapShot class, and thern use the bitmap data from it as you desire.
    You can use the snapshot to take a grab of any element/child in your application or presumably you can take a snapshot of the main application if you want the whole lot.
    I used this method recently to print a screen state.
    var imgWidth:Number = 400;
    var img:SWFLoader = new SWFLoader();
    img.id = "appSnapShot";
    var imageSnap:ImageSnapshot = ImageSnapshot.captureImage(myScreenInstance as IBitmapDrawable);
    var imageByteArray:ByteArray = imageSnap.data as ByteArray;
    img.load(imageByteArray);
    img.scaleContent = true;
    img.width = imgWidth;
    img.maintainAspectRatio = true;
    application.addElement(img);
    Maybe that will help.

  • Distribute SQLite-DB with AIR Application?

    Hi!
    Is it possible to distribute an SQLite-DB along with an AIR
    Application? By distribute I mean passing along a premade database
    instead of creating it with code at application startup. Don't want
    to run alot of CREATE TABLE and such at startup, even if it should
    only occur once.
    Thanks!

    I just discovered this developer's github page yesterday and perhaps his air_amf_sync project may be beneficial to you.
    https://github.com/dima/air_amf_sync
    Let us know on your outcome.

  • Adobe Reader crashes Adobe AIR Application silently

    Hey,
    here at my agency we stumbled about a very strange bug:
    A program that we're developing needs to constantly show many types of media: Images, Video, Websites and PDF.
    Its some kind of presentation tool and cycles through the media-objects in its playlist until the programm is quit.
    Now heres the problem:
    After a number of pdfs have been shown the program just quits without any error or anything - it's just gone.
    This happens only after a huge number of pdfs have been shown.
    We think it might have to do with a limitation of the Adobe Reader which we are using through the Webkit Object in AIR.
    It might be that the garbage collector don't recognize that we aren't showing a PDF anymore after switching the source-url of the Webkit Object and the PDF remains opened - I don't know.
    Here we have written a little Application that does nothing else then switching between two PDFs constantly - after about an hour the app crashes silently - it just quits without an error.
    In some cases the whole windows machine freezes.
    This is a very strange bug which we CAN'T debug since its very likely caused by Adobe Reader (or AIR)?!
    Here you can download the test application source

    Hi jhdfhdncjdsnc,
    What is the current version of Reader installed on your machine.
    Have you tried to uninstall and Reinstall or have you tried to update to the latest version.
    Regards,
    Ajlan Huda.

  • [SOLVED]Xorg crash with some applications when using double screen

    Hi,
    I have a TV that I often use to watch dvd from my computer, and to do that I've set it up as a second screen in my xorg.conf, but on a daily basis I use a xorg.conf file with only my main screen. Up until last week I was able to use my second screen without problem, but yesterday I tried and it crashed instantly.
    So I ran a few tests, amsn and vlc seems to be 2 applications that makes X crash (though there might be other, but I seem to be able to use chromium firefox and ktorrent just fine).
    My WM is not to blame, I've launched X without any WM and vlc still makes X crash.
    The problem does not happen when using a single screen.
    I thought that my xorg.conf might be the problem, so I used nvidia-settings to create a new one, but that didn't change anything.
    Here are my xorg.conf used for dual screen, and the logfile from the Xorg crash:
    # nvidia-xconfig: X configuration file generated by nvidia-xconfig
    # nvidia-xconfig: version 1.0 (buildmeister@builder62) Wed May 27 01:58:49 PDT 2009
    Section "ServerLayout"
    Identifier "Layout0"
    Screen 0 "Screen0" 0 0
    Screen 1 "Screen1" RightOf "Screen0"
    InputDevice "Keyboard0" "CoreKeyboard"
    InputDevice "Mouse0" "CorePointer"
    Option "Xinerama" "1"
    EndSection
    Section "Files"
    EndSection
    Section "ServerFlags"
    Option "Xinerama" "1"
    EndSection
    Section "InputDevice"
    # generated from default
    Identifier "Mouse0"
    Driver "mouse"
    Option "Protocol" "auto"
    Option "Device" "/dev/psaux"
    Option "Emulate3Buttons" "no"
    Option "ZAxisMapping" "4 5"
    EndSection
    Section "InputDevice"
    # generated from default
    Identifier "Keyboard0"
    Driver "kbd"
    EndSection
    Section "InputClass"
    Identifier "Keyboard Defaults"
    MatchIsKeyboard "yes"
    Option "XkbLayout" "fr"
    EndSection
    Section "Monitor"
    Identifier "Monitor0"
    VendorName "Unknown"
    ModelName "Lite-On e1770NSL/T"
    HorizSync 30.0 - 70.0
    VertRefresh 50.0 - 160.0
    Option "DPMS"
    EndSection
    Section "Monitor"
    Identifier "Monitor1"
    VendorName "Unknown"
    ModelName "CRT-1"
    HorizSync 31.5 - 64.0
    VertRefresh 56.0 - 75.0
    EndSection
    Section "Device"
    Identifier "Device0"
    Driver "nvidia"
    VendorName "NVIDIA Corporation"
    BoardName "GeForce 8800 GT"
    BusID "PCI:1:0:0"
    Screen 0
    EndSection
    Section "Device"
    Identifier "Device1"
    Driver "nvidia"
    VendorName "NVIDIA Corporation"
    BoardName "GeForce 8800 GT"
    BusID "PCI:1:0:0"
    Screen 1
    EndSection
    Section "Screen"
    Identifier "Screen0"
    Device "Device0"
    Monitor "Monitor0"
    DefaultDepth 24
    Option "TwinView" "0"
    Option "TwinViewXineramaInfoOrder" "CRT-0"
    Option "metamodes" "CRT-0: 1280x1024 +0+0"
    SubSection "Display"
    Depth 24
    EndSubSection
    EndSection
    Section "Screen"
    Identifier "Screen1"
    Device "Device1"
    Monitor "Monitor1"
    DefaultDepth 24
    Option "TwinView" "0"
    Option "metamodes" "CRT-1: 1360x768 +0+0"
    SubSection "Display"
    Depth 24
    EndSubSection
    EndSection
    [ 12049.854]
    X.Org X Server 1.9.0
    Release Date: 2010-08-20
    [ 12049.855] X Protocol Version 11, Revision 0
    [ 12049.855] Build Operating System: Linux 2.6.34-ARCH x86_64
    [ 12049.855] Current Operating System: Linux Arch 2.6.35-ARCH #1 SMP PREEMPT Wed Sep 29 08:45:18 CEST 2010 x86_64
    [ 12049.855] Kernel command line: root=/dev/disk/by-uuid/132b76f3-06e9-4838-944f-43ac4deccebb ro
    [ 12049.855] Build Date: 24 August 2010 01:44:37PM
    [ 12049.855]
    [ 12049.855] Current version of pixman: 0.18.4
    [ 12049.856] Before reporting problems, check http://wiki.x.org
    to make sure that you have the latest version.
    [ 12049.856] Markers: (--) probed, (**) from config file, (==) default setting,
    (++) from command line, (!!) notice, (II) informational,
    (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
    [ 12049.856] (==) Log file: "/var/log/Xorg.0.log", Time: Tue Oct 5 17:25:50 2010
    [ 12049.857] (==) Using config file: "/etc/X11/xorg.conf"
    [ 12049.857] (==) Using config directory: "/etc/X11/xorg.conf.d"
    [ 12049.857] (==) ServerLayout "Layout0"
    [ 12049.857] (**) |-->Screen "Screen0" (0)
    [ 12049.857] (**) | |-->Monitor "Monitor0"
    [ 12049.857] (**) | |-->Device "Device0"
    [ 12049.857] (**) |-->Screen "Screen1" (1)
    [ 12049.857] (**) | |-->Monitor "Monitor1"
    [ 12049.857] (**) | |-->Device "Device1"
    [ 12049.857] (**) |-->Input Device "Keyboard0"
    [ 12049.857] (**) |-->Input Device "Mouse0"
    [ 12049.857] (**) Option "Xinerama" "1"
    [ 12049.857] (==) Automatically adding devices
    [ 12049.857] (==) Automatically enabling devices
    [ 12049.857] (**) Xinerama: enabled
    [ 12049.857] (WW) The directory "/usr/share/fonts/OTF/" does not exist.
    [ 12049.857] Entry deleted from font path.
    [ 12049.857] (==) FontPath set to:
    /usr/share/fonts/misc/,
    /usr/share/fonts/TTF/,
    /usr/share/fonts/Type1/,
    /usr/share/fonts/100dpi/,
    /usr/share/fonts/75dpi/
    [ 12049.857] (==) ModulePath set to "/usr/lib/xorg/modules"
    [ 12049.857] (WW) AllowEmptyInput is on, devices using drivers 'kbd', 'mouse' or 'vmmouse' will be disabled.
    [ 12049.857] (WW) Disabling Keyboard0
    [ 12049.857] (WW) Disabling Mouse0
    [ 12049.857] (II) Loader magic: 0x7d4880
    [ 12049.857] (II) Module ABI versions:
    [ 12049.857] X.Org ANSI C Emulation: 0.4
    [ 12049.857] X.Org Video Driver: 8.0
    [ 12049.857] X.Org XInput driver : 11.0
    [ 12049.857] X.Org Server Extension : 4.0
    [ 12049.858] (--) PCI:*(0:1:0:0) 10de:0611:1462:1170 rev 162, Mem @ 0xfd000000/16777216, 0xd0000000/268435456, 0xfa000000/33554432, I/O @ 0x0000cc00/128, BIOS @ 0x????????/131072
    [ 12049.858] (WW) Open ACPI failed (/var/run/acpid.socket) (No such file or directory)
    [ 12049.858] (II) LoadModule: "extmod"
    [ 12049.858] (II) Loading /usr/lib/xorg/modules/extensions/libextmod.so
    [ 12049.858] (II) Module extmod: vendor="X.Org Foundation"
    [ 12049.858] compiled for 1.9.0, module version = 1.0.0
    [ 12049.858] Module class: X.Org Server Extension
    [ 12049.858] ABI class: X.Org Server Extension, version 4.0
    [ 12049.858] (II) Loading extension MIT-SCREEN-SAVER
    [ 12049.858] (II) Loading extension XFree86-VidModeExtension
    [ 12049.858] (II) Loading extension XFree86-DGA
    [ 12049.858] (II) Loading extension DPMS
    [ 12049.858] (II) Loading extension XVideo
    [ 12049.858] (II) Loading extension XVideo-MotionCompensation
    [ 12049.858] (II) Loading extension X-Resource
    [ 12049.858] (II) LoadModule: "dbe"
    [ 12049.859] (II) Loading /usr/lib/xorg/modules/extensions/libdbe.so
    [ 12049.859] (II) Module dbe: vendor="X.Org Foundation"
    [ 12049.859] compiled for 1.9.0, module version = 1.0.0
    [ 12049.859] Module class: X.Org Server Extension
    [ 12049.859] ABI class: X.Org Server Extension, version 4.0
    [ 12049.859] (II) Loading extension DOUBLE-BUFFER
    [ 12049.859] (II) LoadModule: "glx"
    [ 12049.859] (II) Loading /usr/lib/xorg/modules/extensions/libglx.so
    [ 12049.866] (II) Module glx: vendor="NVIDIA Corporation"
    [ 12049.867] compiled for 4.0.2, module version = 1.0.0
    [ 12049.867] Module class: X.Org Server Extension
    [ 12049.867] (II) NVIDIA GLX Module 256.53 Fri Aug 27 20:50:26 PDT 2010
    [ 12049.867] (II) Loading extension GLX
    [ 12049.867] (II) LoadModule: "record"
    [ 12049.867] (II) Loading /usr/lib/xorg/modules/extensions/librecord.so
    [ 12049.867] (II) Module record: vendor="X.Org Foundation"
    [ 12049.867] compiled for 1.9.0, module version = 1.13.0
    [ 12049.867] Module class: X.Org Server Extension
    [ 12049.867] ABI class: X.Org Server Extension, version 4.0
    [ 12049.867] (II) Loading extension RECORD
    [ 12049.867] (II) LoadModule: "dri"
    [ 12049.867] (II) Loading /usr/lib/xorg/modules/extensions/libdri.so
    [ 12049.867] (II) Module dri: vendor="X.Org Foundation"
    [ 12049.867] compiled for 1.9.0, module version = 1.0.0
    [ 12049.867] ABI class: X.Org Server Extension, version 4.0
    [ 12049.867] (II) Loading extension XFree86-DRI
    [ 12049.867] (II) LoadModule: "dri2"
    [ 12049.867] (II) Loading /usr/lib/xorg/modules/extensions/libdri2.so
    [ 12049.867] (II) Module dri2: vendor="X.Org Foundation"
    [ 12049.867] compiled for 1.9.0, module version = 1.2.0
    [ 12049.867] ABI class: X.Org Server Extension, version 4.0
    [ 12049.867] (II) Loading extension DRI2
    [ 12049.867] (II) LoadModule: "nvidia"
    [ 12049.867] (II) Loading /usr/lib/xorg/modules/drivers/nvidia_drv.so
    [ 12049.868] (II) Module nvidia: vendor="NVIDIA Corporation"
    [ 12049.868] compiled for 4.0.2, module version = 1.0.0
    [ 12049.868] Module class: X.Org Video Driver
    [ 12049.868] (II) NVIDIA dlloader X Driver 256.53 Fri Aug 27 20:29:45 PDT 2010
    [ 12049.868] (II) NVIDIA Unified Driver for all Supported NVIDIA GPUs
    [ 12049.868] (--) using VT number 7
    [ 12049.869] (II) Loading sub module "fb"
    [ 12049.869] (II) LoadModule: "fb"
    [ 12049.869] (II) Loading /usr/lib/xorg/modules/libfb.so
    [ 12049.870] (II) Module fb: vendor="X.Org Foundation"
    [ 12049.870] compiled for 1.9.0, module version = 1.0.0
    [ 12049.870] ABI class: X.Org ANSI C Emulation, version 0.4
    [ 12049.870] (II) Loading sub module "wfb"
    [ 12049.870] (II) LoadModule: "wfb"
    [ 12049.870] (II) Loading /usr/lib/xorg/modules/libwfb.so
    [ 12049.870] (II) Module wfb: vendor="X.Org Foundation"
    [ 12049.870] compiled for 1.9.0, module version = 1.0.0
    [ 12049.870] ABI class: X.Org ANSI C Emulation, version 0.4
    [ 12049.870] (II) Loading sub module "ramdac"
    [ 12049.870] (II) LoadModule: "ramdac"
    [ 12049.870] (II) Module "ramdac" already built-in
    [ 12049.870] (**) NVIDIA(0): Depth 24, (--) framebuffer bpp 32
    [ 12049.870] (==) NVIDIA(0): RGB weight 888
    [ 12049.870] (==) NVIDIA(0): Default visual is TrueColor
    [ 12049.870] (==) NVIDIA(0): Using gamma correction (1.0, 1.0, 1.0)
    [ 12049.870] (**) NVIDIA(0): Option "TwinView" "0"
    [ 12049.870] (**) NVIDIA(0): Option "MetaModes" "CRT-0: 1280x1024 +0+0"
    [ 12049.870] (**) NVIDIA(0): Option "TwinViewXineramaInfoOrder" "CRT-0"
    [ 12049.870] (**) NVIDIA(0): Enabling RENDER acceleration
    [ 12049.870] (II) NVIDIA(0): Support for GLX with the Damage and Composite X extensions is
    [ 12049.870] (II) NVIDIA(0): enabled.
    [ 12049.955] (WW) NVIDIA(GPU-0): Unable to read EDID for display device CRT-1
    [ 12049.957] (II) NVIDIA(0): NVIDIA GPU GeForce 8800 GT (G92) at PCI:1:0:0 (GPU-0)
    [ 12049.957] (--) NVIDIA(0): Memory: 524288 kBytes
    [ 12049.957] (--) NVIDIA(0): VideoBIOS: 62.92.23.00.00
    [ 12049.957] (II) NVIDIA(0): Detected PCI Express Link width: 16X
    [ 12049.957] (--) NVIDIA(0): Interlaced video modes are supported on this GPU
    [ 12049.957] (--) NVIDIA(0): Connected display device(s) on GeForce 8800 GT at PCI:1:0:0:
    [ 12049.957] (--) NVIDIA(0): Lite-On e1770NSL/T (CRT-0)
    [ 12049.957] (--) NVIDIA(0): CRT-1
    [ 12049.957] (--) NVIDIA(0): Lite-On e1770NSL/T (CRT-0): 400.0 MHz maximum pixel clock
    [ 12049.957] (--) NVIDIA(0): CRT-1: 400.0 MHz maximum pixel clock
    [ 12049.960] (II) NVIDIA(0): Display Device found referenced in MetaMode: CRT-0
    [ 12049.967] (II) NVIDIA(0): Assigned Display Device: CRT-0
    [ 12049.967] (II) NVIDIA(0): Validated modes:
    [ 12049.967] (II) NVIDIA(0): "CRT-0:1280x1024+0+0"
    [ 12049.967] (II) NVIDIA(0): Virtual screen size determined to be 1280 x 1024
    [ 12049.999] (--) NVIDIA(0): DPI set to (101, 108); computed from "UseEdidDpi" X config
    [ 12049.999] (--) NVIDIA(0): option
    [ 12049.999] (WW) NVIDIA(0): 32-bit ARGB GLX visuals are not currently supported with the
    [ 12049.999] (WW) NVIDIA(0): Xinerama extension.
    [ 12049.999] (WW) NVIDIA(0): Disabling 32-bit ARGB GLX visuals.
    [ 12049.999] (**) NVIDIA(1): Depth 24, (--) framebuffer bpp 32
    [ 12049.999] (==) NVIDIA(1): RGB weight 888
    [ 12049.999] (==) NVIDIA(1): Default visual is TrueColor
    [ 12049.999] (==) NVIDIA(1): Using gamma correction (1.0, 1.0, 1.0)
    [ 12049.999] (**) NVIDIA(1): Option "TwinView" "0"
    [ 12049.999] (**) NVIDIA(1): Option "MetaModes" "CRT-1: 1360x768 +0+0"
    [ 12049.999] (**) NVIDIA(1): Enabling RENDER acceleration
    [ 12049.999] (II) NVIDIA(1): NVIDIA GPU GeForce 8800 GT (G92) at PCI:1:0:0 (GPU-0)
    [ 12049.999] (--) NVIDIA(1): Memory: 524288 kBytes
    [ 12049.999] (--) NVIDIA(1): VideoBIOS: 62.92.23.00.00
    [ 12049.999] (II) NVIDIA(1): Detected PCI Express Link width: 16X
    [ 12049.999] (--) NVIDIA(1): Interlaced video modes are supported on this GPU
    [ 12049.999] (--) NVIDIA(1): Connected display device(s) on GeForce 8800 GT at PCI:1:0:0:
    [ 12049.999] (--) NVIDIA(1): Lite-On e1770NSL/T (CRT-0)
    [ 12049.999] (--) NVIDIA(1): CRT-1
    [ 12049.999] (--) NVIDIA(1): Lite-On e1770NSL/T (CRT-0): 400.0 MHz maximum pixel clock
    [ 12049.999] (--) NVIDIA(1): CRT-1: 400.0 MHz maximum pixel clock
    [ 12050.002] (II) NVIDIA(1): Display Device found referenced in MetaMode: CRT-1
    [ 12050.006] (II) NVIDIA(1): Assigned Display Device: CRT-1
    [ 12050.006] (WW) NVIDIA(1): No valid modes for "CRT-1:1360x768+0+0"; removing.
    [ 12050.006] (WW) NVIDIA(1):
    [ 12050.006] (WW) NVIDIA(1): Unable to validate any modes; falling back to the default mode
    [ 12050.006] (WW) NVIDIA(1): "nvidia-auto-select".
    [ 12050.006] (WW) NVIDIA(1):
    [ 12050.006] (II) NVIDIA(1): Validated modes:
    [ 12050.006] (II) NVIDIA(1): "nvidia-auto-select"
    [ 12050.006] (II) NVIDIA(1): Virtual screen size determined to be 1024 x 768
    [ 12050.009] (WW) NVIDIA(1): Unable to get display device CRT-1's EDID; cannot compute DPI
    [ 12050.009] (WW) NVIDIA(1): from CRT-1's EDID.
    [ 12050.009] (==) NVIDIA(1): DPI set to (75, 75); computed from built-in default
    [ 12050.009] (WW) NVIDIA(1): 32-bit ARGB GLX visuals are not currently supported with the
    [ 12050.009] (WW) NVIDIA(1): Xinerama extension.
    [ 12050.009] (WW) NVIDIA(1): Disabling 32-bit ARGB GLX visuals.
    [ 12050.009] (--) Depth 24 pixmap format is 32 bpp
    [ 12050.009] (II) NVIDIA: Using 768.00 MB of virtual memory for indirect memory access.
    [ 12050.010] (II) NVIDIA(0): Initialized GPU GART.
    [ 12050.014] (II) NVIDIA(0): ACPI: failed to connect to the ACPI event daemon; the daemon
    [ 12050.014] (II) NVIDIA(0): may not be running or the "AcpidSocketPath" X
    [ 12050.014] (II) NVIDIA(0): configuration option may not be set correctly. When the
    [ 12050.014] (II) NVIDIA(0): ACPI event daemon is available, the NVIDIA X driver will
    [ 12050.014] (II) NVIDIA(0): try to use it to receive ACPI event notifications. For
    [ 12050.014] (II) NVIDIA(0): details, please see the "ConnectToAcpid" and
    [ 12050.014] (II) NVIDIA(0): "AcpidSocketPath" X configuration options in Appendix B: X
    [ 12050.014] (II) NVIDIA(0): Config Options in the README.
    [ 12050.017] (II) NVIDIA(0): Setting mode "CRT-0:1280x1024+0+0"
    [ 12050.049] (II) Loading extension NV-GLX
    [ 12050.064] (II) NVIDIA(0): Initialized OpenGL Acceleration
    [ 12050.071] (==) NVIDIA(0): Disabling shared memory pixmaps
    [ 12050.071] (II) NVIDIA(0): Initialized X Rendering Acceleration
    [ 12050.071] (==) NVIDIA(0): Backing store disabled
    [ 12050.071] (==) NVIDIA(0): Silken mouse enabled
    [ 12050.085] (**) NVIDIA(0): DPMS enabled
    [ 12050.085] (II) Loading extension NV-CONTROL
    [ 12050.085] (II) Loading sub module "dri2"
    [ 12050.085] (II) LoadModule: "dri2"
    [ 12050.085] (II) Reloading /usr/lib/xorg/modules/extensions/libdri2.so
    [ 12050.085] (II) NVIDIA(0): [DRI2] Setup complete
    [ 12050.085] (==) RandR enabled
    [ 12050.086] (II) NVIDIA(1): Initialized GPU GART.
    [ 12050.090] (II) NVIDIA(1): ACPI: failed to connect to the ACPI event daemon; the daemon
    [ 12050.090] (II) NVIDIA(1): may not be running or the "AcpidSocketPath" X
    [ 12050.090] (II) NVIDIA(1): configuration option may not be set correctly. When the
    [ 12050.090] (II) NVIDIA(1): ACPI event daemon is available, the NVIDIA X driver will
    [ 12050.090] (II) NVIDIA(1): try to use it to receive ACPI event notifications. For
    [ 12050.090] (II) NVIDIA(1): details, please see the "ConnectToAcpid" and
    [ 12050.090] (II) NVIDIA(1): "AcpidSocketPath" X configuration options in Appendix B: X
    [ 12050.090] (II) NVIDIA(1): Config Options in the README.
    [ 12050.090] (II) NVIDIA(1): Setting mode "nvidia-auto-select"
    [ 12050.145] (II) NVIDIA(1): Initialized OpenGL Acceleration
    [ 12050.149] (==) NVIDIA(1): Disabling shared memory pixmaps
    [ 12050.149] (II) NVIDIA(1): Initialized X Rendering Acceleration
    [ 12050.149] (==) NVIDIA(1): Backing store disabled
    [ 12050.149] (==) NVIDIA(1): Silken mouse enabled
    [ 12050.157] (==) NVIDIA(1): DPMS enabled
    [ 12050.158] (II) Loading sub module "dri2"
    [ 12050.158] (II) LoadModule: "dri2"
    [ 12050.158] (II) Reloading /usr/lib/xorg/modules/extensions/libdri2.so
    [ 12050.158] (II) NVIDIA(1): [DRI2] Setup complete
    [ 12050.158] (==) RandR enabled
    [ 12050.158] (II) Initializing built-in extension Generic Event Extension
    [ 12050.158] (II) Initializing built-in extension SHAPE
    [ 12050.158] (II) Initializing built-in extension MIT-SHM
    [ 12050.158] (II) Initializing built-in extension XInputExtension
    [ 12050.158] (II) Initializing built-in extension XTEST
    [ 12050.158] (II) Initializing built-in extension BIG-REQUESTS
    [ 12050.158] (II) Initializing built-in extension SYNC
    [ 12050.158] (II) Initializing built-in extension XKEYBOARD
    [ 12050.158] (II) Initializing built-in extension XC-MISC
    [ 12050.158] (II) Initializing built-in extension SECURITY
    [ 12050.158] (II) Initializing built-in extension XINERAMA
    [ 12050.158] (II) Initializing built-in extension XFIXES
    [ 12050.158] (II) Initializing built-in extension RENDER
    [ 12050.158] (II) Initializing built-in extension RANDR
    [ 12050.158] (II) Initializing built-in extension COMPOSITE
    [ 12050.158] (II) Initializing built-in extension DAMAGE
    [ 12050.160] (II) Initializing extension GLX
    [ 12050.367] (II) config/udev: Adding input device Power Button (/dev/input/event3)
    [ 12050.367] (**) Power Button: Applying InputClass "evdev keyboard catchall"
    [ 12050.367] (II) LoadModule: "evdev"
    [ 12050.367] (II) Loading /usr/lib/xorg/modules/input/evdev_drv.so
    [ 12050.367] (II) Module evdev: vendor="X.Org Foundation"
    [ 12050.367] compiled for 1.9.0, module version = 2.5.0
    [ 12050.367] Module class: X.Org XInput Driver
    [ 12050.367] ABI class: X.Org XInput driver, version 11.0
    [ 12050.367] (**) Power Button: always reports core events
    [ 12050.367] (**) Power Button: Device: "/dev/input/event3"
    [ 12050.375] (--) Power Button: Found keys
    [ 12050.375] (II) Power Button: Configuring as keyboard
    [ 12050.376] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD)
    [ 12050.376] (**) Option "xkb_rules" "evdev"
    [ 12050.376] (**) Option "xkb_model" "evdev"
    [ 12050.376] (**) Option "xkb_layout" "us"
    [ 12050.399] (II) config/udev: Adding input device Power Button (/dev/input/event2)
    [ 12050.399] (**) Power Button: Applying InputClass "evdev keyboard catchall"
    [ 12050.399] (**) Power Button: always reports core events
    [ 12050.399] (**) Power Button: Device: "/dev/input/event2"
    [ 12050.415] (--) Power Button: Found keys
    [ 12050.415] (II) Power Button: Configuring as keyboard
    [ 12050.415] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD)
    [ 12050.415] (**) Option "xkb_rules" "evdev"
    [ 12050.415] (**) Option "xkb_model" "evdev"
    [ 12050.415] (**) Option "xkb_layout" "us"
    [ 12050.416] (II) config/udev: Adding input device UVC Camera (046d:0802) (/dev/input/event4)
    [ 12050.416] (**) UVC Camera (046d:0802): Applying InputClass "evdev keyboard catchall"
    [ 12050.416] (**) UVC Camera (046d:0802): always reports core events
    [ 12050.416] (**) UVC Camera (046d:0802): Device: "/dev/input/event4"
    [ 12050.428] (--) UVC Camera (046d:0802): Found keys
    [ 12050.428] (II) UVC Camera (046d:0802): Configuring as keyboard
    [ 12050.428] (II) XINPUT: Adding extended input device "UVC Camera (046d:0802)" (type: KEYBOARD)
    [ 12050.428] (**) Option "xkb_rules" "evdev"
    [ 12050.428] (**) Option "xkb_model" "evdev"
    [ 12050.428] (**) Option "xkb_layout" "us"
    [ 12050.430] (II) config/udev: Adding input device Microsoft Microsoft 3-Button Mouse with IntelliEye(TM) (/dev/input/event5)
    [ 12050.431] (**) Microsoft Microsoft 3-Button Mouse with IntelliEye(TM): Applying InputClass "evdev pointer catchall"
    [ 12050.431] (**) Microsoft Microsoft 3-Button Mouse with IntelliEye(TM): always reports core events
    [ 12050.431] (**) Microsoft Microsoft 3-Button Mouse with IntelliEye(TM): Device: "/dev/input/event5"
    [ 12050.442] (--) Microsoft Microsoft 3-Button Mouse with IntelliEye(TM): Found 3 mouse buttons
    [ 12050.442] (--) Microsoft Microsoft 3-Button Mouse with IntelliEye(TM): Found scroll wheel(s)
    [ 12050.442] (--) Microsoft Microsoft 3-Button Mouse with IntelliEye(TM): Found relative axes
    [ 12050.442] (--) Microsoft Microsoft 3-Button Mouse with IntelliEye(TM): Found x and y relative axes
    [ 12050.442] (II) Microsoft Microsoft 3-Button Mouse with IntelliEye(TM): Configuring as mouse
    [ 12050.442] (**) Microsoft Microsoft 3-Button Mouse with IntelliEye(TM): YAxisMapping: buttons 4 and 5
    [ 12050.442] (**) Microsoft Microsoft 3-Button Mouse with IntelliEye(TM): EmulateWheelButton: 4, EmulateWheelInertia: 10, EmulateWheelTimeout: 200
    [ 12050.442] (II) XINPUT: Adding extended input device "Microsoft Microsoft 3-Button Mouse with IntelliEye(TM)" (type: MOUSE)
    [ 12050.442] (**) Microsoft Microsoft 3-Button Mouse with IntelliEye(TM): (accel) keeping acceleration scheme 1
    [ 12050.442] (**) Microsoft Microsoft 3-Button Mouse with IntelliEye(TM): (accel) acceleration profile 0
    [ 12050.442] (**) Microsoft Microsoft 3-Button Mouse with IntelliEye(TM): (accel) acceleration factor: 2.000
    [ 12050.442] (**) Microsoft Microsoft 3-Button Mouse with IntelliEye(TM): (accel) acceleration threshold: 4
    [ 12050.442] (II) Microsoft Microsoft 3-Button Mouse with IntelliEye(TM): initialized for relative axes.
    [ 12050.442] (II) config/udev: Adding input device Microsoft Microsoft 3-Button Mouse with IntelliEye(TM) (/dev/input/mouse0)
    [ 12050.442] (II) No input driver/identifier specified (ignoring)
    [ 12050.444] (II) config/udev: Adding input device AT Translated Set 2 keyboard (/dev/input/event0)
    [ 12050.444] (**) AT Translated Set 2 keyboard: Applying InputClass "evdev keyboard catchall"
    [ 12050.444] (**) AT Translated Set 2 keyboard: always reports core events
    [ 12050.444] (**) AT Translated Set 2 keyboard: Device: "/dev/input/event0"
    [ 12050.458] (--) AT Translated Set 2 keyboard: Found keys
    [ 12050.458] (II) AT Translated Set 2 keyboard: Configuring as keyboard
    [ 12050.458] (II) XINPUT: Adding extended input device "AT Translated Set 2 keyboard" (type: KEYBOARD)
    [ 12050.458] (**) Option "xkb_rules" "evdev"
    [ 12050.458] (**) Option "xkb_model" "evdev"
    [ 12050.458] (**) Option "xkb_layout" "us"
    [ 12050.459] (II) config/udev: Adding input device PC Speaker (/dev/input/event1)
    [ 12050.459] (II) No input driver/identifier specified (ignoring)
    [ 12057.008]
    Backtrace:
    [ 12057.008] 0: X (xorg_backtrace+0x28) [0x49f558]
    [ 12057.008] 1: X (0x400000+0x67939) [0x467939]
    [ 12057.008] 2: /lib/libpthread.so.0 (0x7f6c851f4000+0xf1c0) [0x7f6c852031c0]
    [ 12057.008] 3: X (0x400000+0x130355) [0x530355]
    [ 12057.008] 4: X (0x400000+0x2a2e1) [0x42a2e1]
    [ 12057.008] 5: X (0x400000+0x2123e) [0x42123e]
    [ 12057.008] 6: /lib/libc.so.6 (__libc_start_main+0xfd) [0x7f6c84187c4d]
    [ 12057.008] 7: X (0x400000+0x20de9) [0x420de9]
    [ 12057.008] Segmentation fault at address 0x4
    [ 12057.008]
    Fatal server error:
    [ 12057.008] Caught signal 11 (Segmentation fault). Server aborting
    [ 12057.008]
    [ 12057.008]
    Please consult the The X.Org Foundation support
    at http://wiki.x.org
    for help.
    [ 12057.008] Please also check the log file at "/var/log/Xorg.0.log" for additional information.
    [ 12057.008]
    [ 12057.019] (II) Power Button: Close
    [ 12057.019] (II) UnloadModule: "evdev"
    [ 12057.032] (II) Power Button: Close
    [ 12057.032] (II) UnloadModule: "evdev"
    [ 12057.045] (II) UVC Camera (046d:0802): Close
    [ 12057.045] (II) UnloadModule: "evdev"
    [ 12057.069] (II) Microsoft Microsoft 3-Button Mouse with IntelliEye(TM): Close
    [ 12057.069] (II) UnloadModule: "evdev"
    [ 12057.082] (II) AT Translated Set 2 keyboard: Close
    [ 12057.082] (II) UnloadModule: "evdev"
    Last edited by Azriel (2010-10-06 15:09:27)

    Sorry this doesn't really help with the Xinerama problem, but since you are using the nvidia driver, have you considered using Twinview instead? You could do composite stuff too with Twinview - last I knew, Xinerama had problems with things that want to use compositing. I don't know how your setup is but if you're not set on using Xinerama, it might be an option to consider.

  • JVM Crash with big applications (swing)?

    We have a big application (C/S, Swing) with more than 1000 GUI's.
    When I navigate over 60/70 GUI's, the jvm crash and shows:
    --------- UNCAUGHT EXCEPTION ---------
    --------- UNCAUGHT EXCEPTION ---------
    --------- UNCAUGHT EXCEPTION ---------
    --------- UNCAUGHT EXCEPTION ---------
    --------- UNCAUGHT EXCEPTION ---------
    --------- UNCAUGHT EXCEPTION ---------
    --------- UNCAUGHT EXCEPTION ---------
    --------- UNCAUGHT EXCEPTION ---------
    --------- UNCAUGHT EXCEPTION ---------
    --------- UNCAUGHT EXCEPTION ---------
    Exception occurred during event dispatching:
    Any ideas are welcome.

    JVM 1.3.1_02 - 1.3.1_07

  • Issues with AIR Application on 8000x2500 Interactive Wall

    Hello,
    I am trying to develop apps for a large interactive wall and I seem to be running into the 4096x4096 bitmapData limit. This post: http://stackoverflow.com/questions/8277639/no-more-constrain-on-bitmap-resolution-in-flash -player-11?rq=1 says that the limit has been removed since Flash version 11 (I'm running Flash 12 and AIR 4.0) however I am seeing display object being cut off at exactly x=4096.
    My app is basically this...
    I have 30 sprites (each 600x428 and each with an image on front and back) spread evenly across the wall (10 colums and 3 rows). I use Papersprite and Tweener to flip (rotationY) each sprite over once they are touched. Before being touched, they all display perfectly across the wall. When I touch a sprite past x=4096, they dissapear completely, or they are literally cut off/in-half at x=4096. Before x=4096, they flip perfectly. Also, another application I made has many images that are 8000x2500 and they each fade in/out, also using Tweener, to the next with zero issues like this at all.
    According to the link above the bitmapData size is dependent on the OS and RAM. The wall is run by very high end computers with the latest graphics cards and stacked RAM.
    Can anyone explain what is happening and how I can overcome this issue?

    CAB would be detrimental to performance on the top container for sure.  CAB just creates bitmaps of your sprites and therefore uses up a lot of memory -- that's why I was enquiring if you were using it.
    I you are using CAB, I would disable it and see what happens.
    My guess is that your GPU memory gets filled-up / corrupted during the compositing step of the second frame.   Rendering the first, full frame is fine.  Compositing the portions that have changed in the following frames, isn't.
    Things to try:
    Using stage.invalidate() to force a redraw of the entire stage, not just the portions that have changed since the last time the frame was drawn.
    If you have a mouse move handler, you might also want to try evt.updateAfterEvent() and see what happens.
    Try CPU and Direct render modes.
    PaperSprite isn't a standard AS3 class, and a cursory look at http://blog.soulwire.co.uk/code/open-source/two-sided-planes-in-flash-player-10 seems to point to it doing some funky things with stage.invalidate() -- surprise, surprise ! -- and the Event.RENDER, etc.  It may all be fine, but it could also be that your problem comes from the PaperSprite class.  What I would try is to use a regular, single-sided Sprite, instead, as a test, and see if the same problem occurs when you try to flip it.  If the problem doesn't happen, then I would dive into the source code for PaperSprite, or come up with a different approach, like flipping quads in Stage3D.
    In case you are new to molehill, the best source to get started with Stage3D, imo, besides the AS3 documentation code examples, is this book:
    http://www.amazon.com/Adobe-Stage3D-Molehill-Programming-Beginners-ebook/dp/B006EEJSHM/ref =sr_1_1?ie=UTF8&qid=1393740087&sr=8-1&keywords=molehill+stage3d

Maybe you are looking for