CCodegen Crash LV for ARM

Hi there,
A time ago I had made some code in LabVIEW for ARM.
when building the code for the target (lm3s8962, not important it doesn't depend on which target it is)
LabVIEW just closes (crash) when generating the C code. WITHOUT ANY POPUP OR SOMETHING.
(first reaction: huh, where's LabVIEW?)
after some investigation I managed to find at which point labview was closing. (looking in the application build folder). the generated source file was incomplete.
So I stripped the vi that was crashing the CcodeGen (C code generation module of LabVIEW for ARM), and so I have got a simple application that just crashes when I am trying to build it.
It is only when I select "Enable expression folding"
I am using LabVIEW for ARM 2010 on Windows 7.
Can somebody can reproduce it on his system?
I have attached the project to test it.
Can somebody (from NI) recover some crash information, and find the cause of this crash. 
I find it really bad that LabVIEW just closes without any notice.
The error must be in the CCodeGen of LabVIEW.
Wouter.
"LabVIEW for ARM guru and bug destroyer"
Attachments:
Crash_test.7z ‏6 KB

Hello,
So if I understand correctly, then you also don't get a "Investigate Previous internal error" message when you restart LabVIEW?
Can you also check this folder "C:\Users\username\Documents\LabVIEW Data\lvfailurelog"
Please replace username by the actual username you're using when the crash occurs in LabVIEW.
Is this folder empty?
If you haven't changed the LabVIEW.ini file, then this error log should be produced.
Can you post your LabVIEW.ini file here?
It should be found in this location: "C:\Program Files (x86)\National Instruments\LabVIEW 2011"
Then I can take a look at it to see if certain things are enabled/disabled.
If it doesn't get produced, then you can also try the following steps:
http://digital.ni.com/public.nsf/allkb/4DFF0C6364BDBFA8862575F6005C3A48?OpenDocument
Kind Regards,
Thierry C - Applications Engineering Specialist Northern European Region - National Instruments
CLD, CTA
If someone helped you, let them know. Mark as solved and/or give a kudo.

Similar Messages

  • LabVIEW for ARM 2009 Read from text file bug

    Hello,
    If you use the read from text file vi for reading text files from a sdcard there is a bug when you select the option "read lines"
    you cannot select how many lines you want to read, it always reads the whole file, which cause a memory fault if you read big files!
    I fixed this in the code (but the software doesn't recognize a EOF anymore..) in CCGByteStreamFileSupport.c
    at row 709 the memory is allocated but it tries to allocate to much (since u only want to read lines).
    looking at the codes it looks like it supposed to allocated 256 for a string:
    Boolean bReadEntireLine = (linemode && (cnt == 0)); 
    if(bReadEntireLine && !cnt) {
      cnt = BUFINCR;    //BUFINCR=256
    but cnt is never false since if you select read lines this is the size of the file!
    the variable linemode is also the size of the file.. STRANGE!
    my solution:
    Boolean bReadEntireLine = (linemode && (cnt > 0));  // ==
     if(bReadEntireLine) {    //if(bReadEntireLine && !cnt) {
      cnt = BUFINCR;
    and now the read line option does work, and reads one line until he sees CR or LF or if the count of 256 is done.
    maybe the code is good but the data link of the vi's to the variables may be not, (cnt and linemode are the size of the file!)
    count should be the number of lines, like chars in char mode.
    linemode should be 0 or 1.
    Hope someone can fix this in the new version!
    greets,
    Wouter
    Wouter.
    "LabVIEW for ARM guru and bug destroyer"

    I have another solution, the EOF works with this one.
    the cnt is the bytes that are not read yet, so the first time it tries to read (and allocate 4 MB).
    you only want to say that if it's in line mode and cnt > 256 (BUFINCR) cnt = BUFINCR
    the next time cnt is the value of the bytes that are not read yet, so the old value minus the line (until CR LF) or if cnt (256) is reached.
    with this solution the program does not try to allocate the whole file but for the max of 256.
    in CCGByteStreamFileSupprt.c row 705
     if(linemode && (cnt>BUFINCR)){
       cnt = BUFINCR;
    don't use the count input when using the vi in line mode. count does not make sense, cnt will be the total file size. also the output will be an array.
    linemode seems to be the value of the file size but I checked this and it is just 0 or 1, so this is good
    update: damn it doesn't work!
    Wouter.
    "LabVIEW for ARM guru and bug destroyer"

  • Crash report for message below re updting iweb/crashes/iphoto also crashes

    Here is the crash report for the 'problem' with iweb & iphoto - under question below this one..... updating iweb/crashes/iphoto also crashes....
    Date/Time: 2007-05-03 16:07:41.295 +0100
    OS Version: 10.4.9 (Build 8P135)
    Report Version: 4
    Command: iWeb
    Path: /Applications/iWeb.app/Contents/MacOS/iWeb
    Parent: WindowServer [174]
    Version: 1.1.2 (192)
    Build Version: 20
    Project Name: iWeb
    Source Version: 1940000
    PID: 497
    Thread: 0
    Exception: EXCBADACCESS (0x0001)
    Codes: KERNPROTECTIONFAILURE (0x0002) at 0x00000024
    Thread 0 Crashed:
    0 com.apple.iWeb.sfarchiving 0x38df5a30 -[SFAXMLUnarchiver readDocumentVersion] + 52
    1 com.apple.iWeb.sfarchiving 0x38df5890 -[SFAXMLUnarchiver initWithDirectory:xmlDoc:uidNamespace:] + 496
    2 com.apple.iWeb 0x00007930 0x1000 + 26928
    3 com.apple.iWeb 0x00006bbc 0x1000 + 23484
    4 com.apple.iWeb 0x000058a8 0x1000 + 18600
    5 com.apple.AppKit 0x939bcb3c -[NSDocument(NSDeprecated) initWithContentsOfFile:ofType:] + 392
    6 com.apple.AppKit 0x939bc994 -[NSDocumentController(NSDeprecated) makeDocumentWithContentsOfFile:ofType:] + 116
    7 com.apple.sf.sfapplication 0x0040de24 -[SFBDocumentController openDocumentWithContentsOfFile:display:] + 516
    8 com.apple.iWeb 0x00004ce8 0x1000 + 15592
    9 com.apple.sf.sfapplication 0x0040d910 -[SFBApplicationDelegate applicationDidFinishLaunching:] + 596
    10 com.apple.iWeb 0x00004428 0x1000 + 13352
    11 com.apple.Foundation 0x92be2ae4 nsnotecallback + 180
    12 com.apple.CoreFoundation 0x90806078 __CFXNotificationPost + 368
    13 com.apple.CoreFoundation 0x907fe114 _CFXNotificationPostNotification + 684
    14 com.apple.Foundation 0x92bcceec -[NSNotificationCenter postNotificationName:object:userInfo:] + 92
    15 com.apple.AppKit 0x93782f98 -[NSApplication _postDidFinishNotification] + 112
    16 com.apple.AppKit 0x93782e84 -[NSApplication _sendFinishLaunchingNotification] + 92
    17 com.apple.AppKit 0x937829cc -[NSApplication(NSAppleEventHandling) _handleAEOpen:] + 264
    18 com.apple.AppKit 0x93782574 -[NSApplication(NSAppleEventHandling) _handleCoreEvent:withReplyEvent:] + 92
    19 com.apple.Foundation 0x92be3af0 -[NSAppleEventManager dispatchRawAppleEvent:withRawReply:handlerRefCon:] + 380
    20 com.apple.Foundation 0x92be3950 _NSAppleEventManagerGenericHandler + 92
    21 com.apple.AE 0x914fe960 aeDispatchAppleEvent(AEDesc const*, AEDesc*, unsigned long, unsigned char*) + 208
    22 com.apple.AE 0x914fe7fc dispatchEventAndSendReply(AEDesc const*, AEDesc*) + 44
    23 com.apple.AE 0x914fe654 aeProcessAppleEvent + 284
    24 com.apple.HIToolbox 0x9329e2e0 AEProcessAppleEvent + 60
    25 com.apple.AppKit 0x93780cbc _DPSNextEvent + 856
    26 com.apple.AppKit 0x937807a8 -[NSApplication nextEventMatchingMask:untilDate:inMode:dequeue:] + 116
    27 com.apple.AppKit 0x9377ccec -[NSApplication run] + 472
    28 com.apple.AppKit 0x9386d87c NSApplicationMain + 452
    29 com.apple.iWeb 0x00003484 0x1000 + 9348
    30 com.apple.iWeb 0x00054dd4 0x1000 + 343508
    31 com.apple.iWeb 0x00054c7c 0x1000 + 343164
    Thread 0 crashed with PPC Thread State 64:
    srr0: 0x0000000038df5a30 srr1: 0x100000000000d030 vrsave: 0x0000000000000000
    cr: 0x42004222 xer: 0x0000000000000000 lr: 0x0000000038df5a24 ctr: 0x0000000091d770dc
    r0: 0x0000000038df5a24 r1: 0x00000000bfffd2e0 r2: 0x0000000038e26024 r3: 0x0000000000000000
    r4: 0x0000000090aace7c r5: 0x00000000bfffd270 r6: 0x00000000013cae64 r7: 0x0000000000000009
    r8: 0x000000000140396b r9: 0x0000000001807ef4 r10: 0x0000000001401967 r11: 0x0000000044004228
    r12: 0x0000000091d770dc r13: 0x0000000000000000 r14: 0x0000000000000000 r15: 0x0000000000000000
    r16: 0x0000000000000000 r17: 0x0000000000000000 r18: 0x0000000001333750 r19: 0x0000000001332f10
    r20: 0x00000000a377e124 r21: 0x00000000a07b5f18 r22: 0x000000000045d6bc r23: 0x000000000045d6bc
    r24: 0x0000000038e171a0 r25: 0x000000000138cbe0 r26: 0x000000000138cb50 r27: 0x000000000662d1e2
    r28: 0x0000000038e171e4 r29: 0x0000000038e256a0 r30: 0x00000000013cae40 r31: 0x0000000038df59fc
    Binary Images Description:
    0x1000 - 0x1c9fff com.apple.iWeb 1.1.2 (192) /Applications/iWeb.app/Contents/MacOS/iWeb
    0x211000 - 0x28efff com.apple.DotMacKit 20 (3.0L) /Applications/iWeb.app/Contents/Frameworks/DotMacKit.framework/Versions/A/DotMa cKit
    0x405000 - 0x454fff com.apple.sf.sfapplication 1.0 /Applications/iWeb.app/Contents/Frameworks/SFApplication.framework/Versions/A/S FApplication
    0x482000 - 0x5fefff com.apple.iWeb.sfcharts 2.0 /Applications/iWeb.app/Contents/Frameworks/SFCharts.framework/Versions/A/SFChar ts
    0x7dc000 - 0x7ddfff com.apple.iWeb.BLTigerClasses 1.0 (192) /Applications/iWeb.app/Contents/Resources/BLTigerClasses.bundle/Contents/MacOS/ BLTigerClasses
    0x7e1000 - 0x7e9fff com.apple.iWeb.CustomFilters 1.0 /Applications/iWeb.app/Contents/Frameworks/SFRendering.framework/Versions/A/Plu gIns/CustomFilters.bundle/Contents/MacOS/CustomFilters
    0x1008000 - 0x1072fff com.apple.iWeb.sfinspectors 1.0 /Applications/iWeb.app/Contents/Frameworks/SFInspectors.framework/Versions/A/SF Inspectors
    0x10a9000 - 0x11f2fff BLCompatibility /Applications/iWeb.app/Contents/Frameworks/BLCompatibility.framework/Versions/A /BLCompatibility
    0x17a0000 - 0x17b9fff GLDriver /System/Library/Frameworks/OpenGL.framework/Versions/A/Resources/GLDriver.bundl e/GLDriver
    0x17bf000 - 0x17dafff GLRendererFloat /System/Library/Frameworks/OpenGL.framework/Versions/A/Resources/GLRendererFloa t.bundle/GLRendererFloat
    0x622f000 - 0x633efff GLEngine /System/Library/Frameworks/OpenGL.framework/Resources/GLEngine.bundle/GLEngine
    0x636d000 - 0x64d0fff com.apple.GeForceFXGLDriver 1.4.18 (4.1.8) /System/Library/Extensions/GeForceFXGLDriver.bundle/Contents/MacOS/GeForceFXGLD river
    0x18020000 - 0x181adfff SFWordProcessing /Applications/iWeb.app/Contents/Frameworks/SFWordProcessing.framework/Versions/ A/SFWordProcessing
    0x37f70000 - 0x37f95fff com.apple.iWeb.sfutility 1.0 (0.0.1d1) /Applications/iWeb.app/Contents/Frameworks/SFUtility.framework/Versions/A/SFUti lity
    0x38000000 - 0x380affff com.apple.iWeb.sftables 1.0 /Applications/iWeb.app/Contents/Frameworks/SFTables.framework/Versions/A/SFTabl es
    0x38250000 - 0x38261fff com.apple.iWeb.sfstyles 1.0 /Applications/iWeb.app/Contents/Frameworks/SFStyles.framework/Versions/A/SFStyl es
    0x385f0000 - 0x38654fff com.apple.iWeb.sfrendering 1.0 /Applications/iWeb.app/Contents/Frameworks/SFRendering.framework/Versions/A/SFR endering
    0x38710000 - 0x3877dfff com.apple.iWeb.proofreader 0 (1) /Applications/iWeb.app/Contents/Frameworks/SFProofReader.framework/Versions/A/S FProofReader
    0x38830000 - 0x38849fff com.apple.iWeb.sfpartitions 1.0 /Applications/iWeb.app/Contents/Frameworks/SFPartitions.framework/Versions/A/SF Partitions
    0x38890000 - 0x388bffff com.apple.iWeb.sfmovie 1.0 /Applications/iWeb.app/Contents/Frameworks/SFMovie.framework/Versions/A/SFMovie
    0x38930000 - 0x3893efff com.apple.iWeb.sflicense 1.0 (0.0.1d1) /Applications/iWeb.app/Contents/Frameworks/SFLicense.framework/Versions/A/SFLic ense
    0x38970000 - 0x38a07fff com.apple.iWeb.SFFormulas 1.0 /Applications/iWeb.app/Contents/Frameworks/SFFormulas.framework/Versions/A/SFFo rmulas
    0x38b70000 - 0x38c09fff com.apple.iWeb.sfdrawables 2.0 /Applications/iWeb.app/Contents/Frameworks/SFDrawables.framework/Versions/A/SFD rawables
    0x38d70000 - 0x38d93fff com.apple.iWeb.SFControls 1.0 (20030306_1) /Applications/iWeb.app/Contents/Frameworks/SFControls.framework/Versions/A/SFCo ntrols
    0x38df0000 - 0x38e25fff com.apple.iWeb.sfarchiving 1.0 (0.0.1d1) /Applications/iWeb.app/Contents/Frameworks/SFArchiving.framework/Versions/A/SFA rchiving
    0x38ea0000 - 0x38ec2fff com.apple.iWeb.SFAnimation 1.0 (0.0.1d1) /Applications/iWeb.app/Contents/Frameworks/SFAnimation.framework/Versions/A/SFA nimation
    0x38f30000 - 0x38f61fff com.apple.MediaBrowser 2.0.3 (103) /Applications/iWeb.app/Contents/Frameworks/MediaBrowser.framework/Versions/A/Me diaBrowser
    0x38fd0000 - 0x394b1fff libCoin.60.0.0.dylib /Applications/iWeb.app/Contents/Frameworks/Inventor.framework/Versions/C/Librar ies/libCoin.60.0.0.dylib
    0x8fe00000 - 0x8fe52fff dyld 46.12 /usr/lib/dyld
    0x90000000 - 0x901bdfff libSystem.B.dylib /usr/lib/libSystem.B.dylib
    0x90215000 - 0x9021afff libmathCommon.A.dylib /usr/lib/system/libmathCommon.A.dylib
    0x9021c000 - 0x90269fff com.apple.CoreText 1.0.3 (???) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreText.framework/Versions/A/CoreText
    0x90294000 - 0x90345fff ATS /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ATS.framework/Versions/A/ATS
    0x90374000 - 0x9072ffff com.apple.CoreGraphics 1.258.61 (???) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/CoreGraphics
    0x907bc000 - 0x90895fff com.apple.CoreFoundation 6.4.7 (368.28) /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
    0x908de000 - 0x908defff com.apple.CoreServices 10.4 (???) /System/Library/Frameworks/CoreServices.framework/Versions/A/CoreServices
    0x908e0000 - 0x909e2fff libicucore.A.dylib /usr/lib/libicucore.A.dylib
    0x90a3c000 - 0x90ac0fff libobjc.A.dylib /usr/lib/libobjc.A.dylib
    0x90aea000 - 0x90b5afff com.apple.framework.IOKit 1.4.1 (???) /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit
    0x90b70000 - 0x90b82fff libauto.dylib /usr/lib/libauto.dylib
    0x90b89000 - 0x90e60fff com.apple.CoreServices.CarbonCore 681.10 /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CarbonC ore.framework/Versions/A/CarbonCore
    0x90ec6000 - 0x90f46fff com.apple.CoreServices.OSServices 4.1 /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/OSServi ces.framework/Versions/A/OSServices
    0x90f90000 - 0x90fd1fff com.apple.CFNetwork 129.20 /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CFNetwo rk.framework/Versions/A/CFNetwork
    0x90fe6000 - 0x90ffefff com.apple.WebServices 1.1.2 (1.1.0) /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/WebServ icesCore.framework/Versions/A/WebServicesCore
    0x9100e000 - 0x9108ffff com.apple.SearchKit 1.0.5 /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SearchK it.framework/Versions/A/SearchKit
    0x910d5000 - 0x910fffff com.apple.Metadata 10.4.4 (121.36) /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Metadat a.framework/Versions/A/Metadata
    0x91110000 - 0x9111efff libz.1.dylib /usr/lib/libz.1.dylib
    0x91121000 - 0x912dcfff com.apple.security 4.6 (29770) /System/Library/Frameworks/Security.framework/Versions/A/Security
    0x913db000 - 0x913e4fff com.apple.DiskArbitration 2.1 /System/Library/Frameworks/DiskArbitration.framework/Versions/A/DiskArbitration
    0x913eb000 - 0x913f3fff libbsm.dylib /usr/lib/libbsm.dylib
    0x913f7000 - 0x9141ffff com.apple.SystemConfiguration 1.8.3 /System/Library/Frameworks/SystemConfiguration.framework/Versions/A/SystemConfi guration
    0x91432000 - 0x9143dfff libgcc_s.1.dylib /usr/lib/libgcc_s.1.dylib
    0x91442000 - 0x914bdfff com.apple.audio.CoreAudio 3.0.4 /System/Library/Frameworks/CoreAudio.framework/Versions/A/CoreAudio
    0x914fa000 - 0x914fafff com.apple.ApplicationServices 10.4 (???) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Application Services
    0x914fc000 - 0x91534fff com.apple.AE 1.5 (297) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ AE.framework/Versions/A/AE
    0x9154f000 - 0x91621fff com.apple.ColorSync 4.4.9 /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ColorSync.framework/Versions/A/ColorSync
    0x91674000 - 0x91705fff com.apple.print.framework.PrintCore 4.6 (177.13) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ PrintCore.framework/Versions/A/PrintCore
    0x9174c000 - 0x91803fff com.apple.QD 3.10.24 (???) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ QD.framework/Versions/A/QD
    0x91840000 - 0x9189efff com.apple.HIServices 1.5.3 (???) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ HIServices.framework/Versions/A/HIServices
    0x918cd000 - 0x918f1fff com.apple.LangAnalysis 1.6.1 /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ LangAnalysis.framework/Versions/A/LangAnalysis
    0x91905000 - 0x9192afff com.apple.FindByContent 1.5 /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ FindByContent.framework/Versions/A/FindByContent
    0x9193d000 - 0x9197ffff com.apple.LaunchServices 182 /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ LaunchServices.framework/Versions/A/LaunchServices
    0x9199b000 - 0x919affff com.apple.speech.synthesis.framework 3.3 /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ SpeechSynthesis.framework/Versions/A/SpeechSynthesis
    0x919bd000 - 0x91a03fff com.apple.ImageIO.framework 1.5.4 /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/ImageIO
    0x91a1a000 - 0x91ae1fff libcrypto.0.9.7.dylib /usr/lib/libcrypto.0.9.7.dylib
    0x91b2f000 - 0x91b44fff libcups.2.dylib /usr/lib/libcups.2.dylib
    0x91b49000 - 0x91b67fff libJPEG.dylib /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libJPEG.dylib
    0x91b6d000 - 0x91c24fff libJP2.dylib /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libJP2.dylib
    0x91c73000 - 0x91c77fff libGIF.dylib /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libGIF.dylib
    0x91c79000 - 0x91ce1fff libRaw.dylib /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libRaw.dylib
    0x91ce6000 - 0x91d23fff libTIFF.dylib /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libTIFF.dylib
    0x91d2a000 - 0x91d43fff libPng.dylib /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libPng.dylib
    0x91d48000 - 0x91d4bfff libRadiance.dylib /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libRadiance.dylib
    0x91d4d000 - 0x91e2bfff libxml2.2.dylib /usr/lib/libxml2.2.dylib
    0x91e4b000 - 0x91e4bfff com.apple.Accelerate 1.2.2 (Accelerate 1.2.2) /System/Library/Frameworks/Accelerate.framework/Versions/A/Accelerate
    0x91e4d000 - 0x91f32fff com.apple.vImage 2.4 /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vImage.fr amework/Versions/A/vImage
    0x91f3a000 - 0x91f59fff com.apple.Accelerate.vecLib 3.2.2 (vecLib 3.2.2) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/vecLib
    0x91fc5000 - 0x92033fff libvMisc.dylib /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libvMisc.dylib
    0x9203e000 - 0x920d3fff libvDSP.dylib /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libvDSP.dylib
    0x920ed000 - 0x92675fff libBLAS.dylib /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libBLAS.dylib
    0x926a8000 - 0x929d3fff libLAPACK.dylib /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libLAPACK.dylib
    0x92a03000 - 0x92af1fff libiconv.2.dylib /usr/lib/libiconv.2.dylib
    0x92af4000 - 0x92b7cfff com.apple.DesktopServices 1.3.6 /System/Library/PrivateFrameworks/DesktopServicesPriv.framework/Versions/A/Desk topServicesPriv
    0x92bbd000 - 0x92de8fff com.apple.Foundation 6.4.8 (567.29) /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation
    0x92f15000 - 0x92f33fff libGL.dylib /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib
    0x92f3e000 - 0x92f98fff libGLU.dylib /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLU.dylib
    0x92fb6000 - 0x92fb6fff com.apple.Carbon 10.4 (???) /System/Library/Frameworks/Carbon.framework/Versions/A/Carbon
    0x92fb8000 - 0x92fccfff com.apple.ImageCapture 3.0 /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/ImageCapture. framework/Versions/A/ImageCapture
    0x92fe4000 - 0x92ff4fff com.apple.speech.recognition.framework 3.4 /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SpeechRecogni tion.framework/Versions/A/SpeechRecognition
    0x93000000 - 0x93015fff com.apple.securityhi 2.0 (203) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SecurityHI.fr amework/Versions/A/SecurityHI
    0x93027000 - 0x930aefff com.apple.ink.framework 101.2 (69) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Ink.framework /Versions/A/Ink
    0x930c2000 - 0x930cdfff com.apple.help 1.0.3 (32) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Help.framewor k/Versions/A/Help
    0x930d7000 - 0x93104fff com.apple.openscripting 1.2.5 (???) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/OpenScripting .framework/Versions/A/OpenScripting
    0x9311e000 - 0x9312efff com.apple.print.framework.Print 5.0 (190.1) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Print.framewo rk/Versions/A/Print
    0x9313a000 - 0x931a0fff com.apple.htmlrendering 1.1.2 /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HTMLRendering .framework/Versions/A/HTMLRendering
    0x931d1000 - 0x93220fff com.apple.NavigationServices 3.4.4 (3.4.3) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/NavigationSer vices.framework/Versions/A/NavigationServices
    0x9324e000 - 0x9326bfff com.apple.audio.SoundManager 3.9 /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CarbonSound.f ramework/Versions/A/CarbonSound
    0x9327d000 - 0x9328afff com.apple.CommonPanels 1.2.2 (73) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CommonPanels. framework/Versions/A/CommonPanels
    0x93293000 - 0x935a1fff com.apple.HIToolbox 1.4.9 (???) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HIToolbox.fra mework/Versions/A/HIToolbox
    0x936f1000 - 0x936fdfff com.apple.opengl 1.4.7 /System/Library/Frameworks/OpenGL.framework/Versions/A/OpenGL
    0x93702000 - 0x93722fff com.apple.DirectoryService.Framework 3.1 /System/Library/Frameworks/DirectoryService.framework/Versions/A/DirectoryServi ce
    0x93776000 - 0x93776fff com.apple.Cocoa 6.4 (???) /System/Library/Frameworks/Cocoa.framework/Versions/A/Cocoa
    0x93778000 - 0x93dabfff com.apple.AppKit 6.4.7 (824.41) /System/Library/Frameworks/AppKit.framework/Versions/C/AppKit
    0x94138000 - 0x941aafff com.apple.CoreData 91 (92.1) /System/Library/Frameworks/CoreData.framework/Versions/A/CoreData
    0x941e3000 - 0x942a7fff com.apple.audio.toolbox.AudioToolbox 1.4.5 /System/Library/Frameworks/AudioToolbox.framework/Versions/A/AudioToolbox
    0x942f9000 - 0x942f9fff com.apple.audio.units.AudioUnit 1.4 /System/Library/Frameworks/AudioUnit.framework/Versions/A/AudioUnit
    0x942fb000 - 0x944bbfff com.apple.QuartzCore 1.4.12 /System/Library/Frameworks/QuartzCore.framework/Versions/A/QuartzCore
    0x94505000 - 0x94542fff libsqlite3.0.dylib /usr/lib/libsqlite3.0.dylib
    0x9454a000 - 0x9459afff libGLImage.dylib /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLImage.dyl ib
    0x945a3000 - 0x945b7fff com.apple.CoreVideo 1.4 /System/Library/Frameworks/CoreVideo.framework/Versions/A/CoreVideo
    0x945fc000 - 0x94641fff com.apple.bom 8.5 (86.3) /System/Library/PrivateFrameworks/Bom.framework/Versions/A/Bom
    0x94760000 - 0x9476ffff libCGATS.A.dylib /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libCGATS.A.dylib
    0x94777000 - 0x94783fff libCSync.A.dylib /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libCSync.A.dylib
    0x947c9000 - 0x947e1fff libRIP.A.dylib /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libRIP.A.dylib
    0x947e8000 - 0x94abdfff com.apple.QuickTime 7.1.5 /System/Library/Frameworks/QuickTime.framework/Versions/A/QuickTime
    0x94b81000 - 0x94bf2fff libstdc++.6.dylib /usr/lib/libstdc++.6.dylib
    0x94c65000 - 0x94c86fff libmx.A.dylib /usr/lib/libmx.A.dylib
    0x94d8e000 - 0x94ebefff com.apple.AddressBook.framework 4.0.4 (485.1) /System/Library/Frameworks/AddressBook.framework/Versions/A/AddressBook
    0x94f50000 - 0x94f5ffff com.apple.DSObjCWrappers.Framework 1.1 /System/Library/PrivateFrameworks/DSObjCWrappers.framework/Versions/A/DSObjCWra ppers
    0x94f67000 - 0x94f94fff com.apple.LDAPFramework 1.4.1 (69.0.1) /System/Library/Frameworks/LDAP.framework/Versions/A/LDAP
    0x94f9b000 - 0x94fabfff libsasl2.2.dylib /usr/lib/libsasl2.2.dylib
    0x94faf000 - 0x94fdefff libssl.0.9.7.dylib /usr/lib/libssl.0.9.7.dylib
    0x94fee000 - 0x9500bfff libresolv.9.dylib /usr/lib/libresolv.9.dylib
    0x95724000 - 0x957b2fff com.apple.WebKit 419 /System/Library/Frameworks/WebKit.framework/Versions/A/WebKit
    0x9580e000 - 0x958a4fff com.apple.JavaScriptCore 418.3 /System/Library/Frameworks/WebKit.framework/Versions/A/Frameworks/JavaScriptCor e.framework/Versions/A/JavaScriptCore
    0x958e1000 - 0x95bedfff com.apple.WebCore 418.21 /System/Library/Frameworks/WebKit.framework/Versions/A/Frameworks/WebCore.frame work/Versions/A/WebCore
    0x95d76000 - 0x95d9ffff libxslt.1.dylib /usr/lib/libxslt.1.dylib
    0x95fc6000 - 0x95fc8fff com.apple.ExceptionHandling 1.2 (???) /System/Library/Frameworks/ExceptionHandling.framework/Versions/A/ExceptionHand ling
    0x95fcb000 - 0x95ffdfff com.apple.PDFKit 1.0.3 /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/PDFKit.framew ork/Versions/A/PDFKit
    0x96f97000 - 0x96fb6fff com.apple.vecLib 3.2.2 (vecLib 3.2.2) /System/Library/Frameworks/vecLib.framework/Versions/A/vecLib
    0x97627000 - 0x9764cfff com.apple.speech.LatentSemanticMappingFramework 2.2 /System/Library/PrivateFrameworks/LatentSemanticMapping.framework/Versions/A/La tentSemanticMapping
    0x976cd000 - 0x9778efff libGLProgrammability.dylib /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLProgramma bility.dylib
    0x977b9000 - 0x977bafff libGLSystem.dylib /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLSystem.dy lib
    0x977bc000 - 0x977c9fff com.apple.agl 2.5.6 (AGL-2.5.6) /System/Library/Frameworks/AGL.framework/Versions/A/AGL
    0x977e3000 - 0x97823fff com.apple.glut 3.3.8 (GLUT-3.3.8) /System/Library/Frameworks/GLUT.framework/Versions/A/GLUT
    0x982ef000 - 0x983c0fff com.apple.QuartzComposer 1.2.4 (32.22) /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuartzCompose r.framework/Versions/A/QuartzComposer
    0x9843d000 - 0x9843dfff com.apple.quartzframework 1.0 /System/Library/Frameworks/Quartz.framework/Versions/A/Quartz
    0x9a2f1000 - 0x9a44afff com.apple.MessageFramework 2.1 (752.2) /System/Library/Frameworks/Message.framework/Versions/B/Message
    Model: PowerMac11,2, BootROM 5.2.7f1, 2 processors, PowerPC G5 (1.1), 2 GHz, 2 GB
    Graphics: NVIDIA GeForce 6600LE, GeForce 6600LE, PCI, 128 MB
    Memory Module: DIMM0/J6700, 1 GB, DDR2 SDRAM, PC2-4200U-444
    Memory Module: DIMM1/J6800, 1 GB, DDR2 SDRAM, PC2-4200U-444
    Network Service: SpeedTouch USB, PPP (PPPSerial), ppp0
    PCI Card: GeForce 6600LE, Display, SLOT-1
    PCI Card: bcom5714, network, GIGE
    PCI Card: bcom5714, network, GIGE
    Serial ATA Device: WDC WD2500JS-41MVB1, 232.89 GB
    Parallel ATA Device: HL-DT-ST DVD-RW GWA-4165B
    USB Device: Hub, Up to 480 Mb/sec, 500 mA
    USB Device: Hub in Apple Pro Keyboard, Mitsumi Electric, Up to 12 Mb/sec, 500 mA
    USB Device: Microsoft Wireless Optical Mouse® 1.00, Microsoft, Up to 1.5 Mb/sec, 100 mA
    USB Device: AK5370, AKM, Up to 12 Mb/sec, 100 mA
    USB Device: Apple Pro Keyboard, Mitsumi Electric, Up to 12 Mb/sec, 250 mA
    USB Device: Apple Cinema Display, Apple Computer, Inc., Up to 12 Mb/sec, 500 mA
    USB Device: Speed Touch 330, THOMSON, Up to 12 Mb/sec, 500 mA
    FireWire Device: unknown_device, unknown_value, Up to 400 Mb/sec
    FireWire Device: unknown_device, unknown_value, Up to 400 Mb/sec
    I'm not techy enought to understand this. Any help greatly appreciated, Many thanks, Maxine

    Answered via original posting. Tks v much for help

  • I recently had the genius bar change my imac hard drive because it crashed. For some reason Time Machine didn't back up some of my important files. Can I get my damaged hard drive back from the genius bar to see if I can access that info?

    I recently had the genius bar change my imac hard drive because it crashed. For some reason Time Machine didn't back up some of my important files. Can I get my damaged hard drive back from the genius bar to see if I can access that info?

    Unfortunately, that drive is long gone, probably back to the mfr. Drives are not returned when they are exchanged. You can go by and ask them, but the chances are slim to none.

  • LabView for ARM - MCB2300 Audio

    Hi, and thanks for reading!
      My name is Chuck and I'm an undergrad ME student taking a mechatronics course. We were asked to create a proximity alarm with the MCB2300 and an IR proximity sensor. I have the entire program running correctly, but this lab has brought up a couple questions about how to better implement audio with the LabView for ARM processors.
      I understand how interrupts work, and I've seen a couple examples online of using an interrupt with a timed loop, but I believe the current version of LabView (2010) doesn't support that feature any more. I had a couple questions about how to get a feature similar to this to work with LV 2010.
      I was thinking I could have the proximity trigger enable an interrupt that I could use to generate higher quality audio than I am already making with a While - Timer loop. However, I'm not sure how to make an increment in the interrupt VI without using some form of a loop. The solution I'm thinking of at the moment is to make a For loop run once and to have an incrementing integer separate from the loop iteration (which would only go from 0 to 1) that stores its most recent value in the shift register.
      My other question is about playing a sound file through the MCB2300. I wrote a VI that reads a .wav file and writes each sample as the output needed to drive a speaker, but that decompression turns a 10KB .wav file into a 300KB text file. I also don't have a way to really load the text file onto the board. Is there any reasonable way to go about this? I found an example online that processes audio data using the MicroVision software, but I don't want to learn a new language to implement this.
      Sorry for such a long post, I just had a couple questions and was looking for some feedback. Any help would be greatly appreciated.
    Thanks so much!

    charlestrep91 wrote:
    Hi everyone,
    I just got my Labview for ARM cortex M3 evaluation kit and I can't download a simple program to the target. I'm using the Keil ULink 2 programmer and I get this error when compiling/downloading:
    [4:23:16 PM] Status: Error
    SWD Communication Failure
    Error: Flash Download failed  -  Target DLL has been cancelled
    Detail: [UVSC_PRJ_FLASH_DOWNLOAD, MSG: 0X100A, STATUS: Ex.] (1) 
    Status: FLASH download error.
    I have read about this error and NI simply refers to Ulink2 user's guide which has this description for this error:
    Serial Wire Debug communication is corrupted. The target SWD interface is not working properly. Mainly caused by the target: debug block not powered or clocked properly. Avoid Deep-Sleep modes while debugging. Lower the Max Clock frequency in the ULINK USB-JTAG/SWD Adapter section.
    I have tried to "Lower the Max Clock frequency in the ULINK USB-JTAG/SWD Adapter section" but it didn't resolve the problem.
    I have also tried to download the program using the usb port on the dev board but instead I get this error:
    [4:51:22 PM] Status: ErrorUnexpected error occurred.
    [Source: Target is in debug mode
    Detail: [UVSC_PRJ_ADD_GROUP, MSG: 0x1002, 
    STATUS: 0xA] Code: 10]
    What am I supposed to do with that?? I'm wondering if the dev board is defective. And this was supposed to be plug and play...
    Any help is greatly appreciated!
    I'll ask the obvious question, are you intending to use SWD or just download through the JTAG.  Check your settings.  I have not used the ARM with LV, but can you download anything using the Keil software?  Give that a try.  That may tell us where the problem lies.  Try to duplicate your settings in LV from the Keil sw.
    Reese, (former CLAD, future CLD)
    Some people call me the Space Cowboy!
    Some call me the gangster of love.
    Some people call me MoReese!
    ...I'm right here baby, right here, right here, right here at home

  • I recently upgraded to Lion and i find that my computer is running slow and applications are crashing.  For example I have Word 2011 for Mac and it crashes all the time I end up losing my work.  It often happens when I'm in notebook trying to record.

    i recently upgraded to Lion and i find that my computer is running slow and applications are crashing.  For example I have Word 2011 for Mac and it crashes all the time I end up losing my work.  It often happens when I'm in class using notebook and when I press record my computer starts thinking and it freezes.
    Also, I feel that it overheats often and my battery runs out pretty quickly.  I had the macbook (black) and this never happened before.  I'm not sure if I'm doing something wrong or if there is something with my computer.I bought my computer summer 2010, I don't think this should be happening. Please Help......

    This is exactly what keeps happening to mine too.  I was at a conference taking notes, and I was
    using the Notebook template, and doing some audio recording simultaneously.  About 3 hours into the conference (not consistently recording, but on and off with the sessions) my file wouldn't save anymore, saying something like "File cannot be modified while in use with another program" and "Invalid file name" when I would go back into my folder to look for it). I tried installing some updates from Microsoft, and when I restarted, I was at least able to open my old notes again, and so far it looks like the audio was working.  However, today at the conference, the same thing happened again, but I wasn't actively recording any audio (though after I had copy and pasted my second file of notes into the original, I went back to using it after re-naming it). 
    Does the crash happen to you under similar cirucumstances?  The update might help a little, but it is definitely not the solution.  Does anyone have any solutions?  Lion shouldn't be this buggy... I moved to Mac to get away from the garbage of bugs and compatibility issues...

  • Terminal Crashing - Looking for Suggestions

    Hey all!
    Wondering if anyone has any suggestions for me to trouble shoot terminal on my dual proc G4 (latest Mac OS)? For quite some time now, when I launch Terminal the icon bounces in the Doc a few times and then goes away (I.E. crashes). I don't use it that often but WOULD like it to run. <g>
    I have deleted <user>/Library/Preferences/com.apple.Terminal.plist but haven't seem to make much of a difference.
    *From Console:*
    May 5 19:01:08 Asher ReportCrash[37235]: Formulating crash report for
    process Terminal[37234]
    May 5 19:01:09 Asher ReportCrash[37235]: Saved crashreport to
    /Users/rootboy/Library/Logs/CrashReporter/Terminal2009-05-05-190104Asher.crash
    using uid: 501 gid: 501, euid: 501 egid: 501
    May 5 19:01:08 Asher com.apple.launchd[134]
    ([0x0-0xaf0af].com.apple.Terminal[37234]): Exited abnormally: Bus error
    *Crash Reporter for Terminal*
    Process: Terminal [37234]
    Path:
    /Applications/Utilities/Terminal.app/Contents/MacOS/Terminal
    Identifier: com.apple.Terminal
    Build Info: Terminal-2400000~1
    11 com.apple.Terminal 0x0000311c 0x1000 + 8476
    14 com.apple.Terminal 0x0003fc90 0x1000 + 257168
    0x1000 - 0x6cffa com.apple.Terminal 2.0.1 (240)
    <79e3f811aca89204ded6332a6ea842ff>
    /Applications/Utilities/Terminal.app/Contents/MacOS/Terminal
    From what I can gather here, Terminal is causing a 'bus error.' Beyond that, I'm really not sure what's up nor what to try next.
    Any ideas/suggestions/thoughts would be greatly appreciated!
    thxs much in advance.
    cheers
    cp root

    vmmap shows all the stuff mapped into a process' Virtual Address space. The following is from Terminal running on my system.
    You might also look at otool, but otool will only show the first level of shared library. otool will not show the libraries pulled in by this first level, not the next level of libraries pulled in, etc...
    Here is the vmmap output. Enjoy:
    Virtual Memory Map of process 3332 (Terminal)
    Output report format: 2.2 -- 32-bit process
    ==== Non-writable regions for process 3332
    __PAGEZERO 00000000-00001000 [ 4K] ---/--- SM=NUL /Applications/Utilities/Terminal.app/Contents/MacOS/Terminal
    __TEXT 00001000-0006d000 [ 432K] r-x/rwx SM=COW /Applications/Utilities/Terminal.app/Contents/MacOS/Terminal
    __LINKEDIT 0007f000-00086000 [ 28K] r--/rwx SM=COW /Applications/Utilities/Terminal.app/Contents/MacOS/Terminal
    STACK GUARD 00086000-00087000 [ 4K] ---/rwx SM=NUL
    STACK GUARD 00088000-00089000 [ 4K] ---/rwx SM=NUL
    shared memory 00089000-0008c000 [ 12K] r--/rw- SM=SHM
    shared memory 00098000-00099000 [ 4K] r--/rw- SM=SHM
    __TEXT 000fa000-000fb000 [ 4K] r-x/rwx SM=COW /Library/InputManagers/Chax/Chax.bundle/Contents/MacOS/Chax
    __LINKEDIT 000fe000-000ff000 [ 4K] r--/rwx SM=COW /Library/InputManagers/Chax/Chax.bundle/Contents/MacOS/Chax
    __TEXT 00737000-00739000 [ 8K] r-x/rwx SM=COW /Library/InputManagers/1PasswdIM/1PasswdIM.bundle/Contents/MacOS/1PasswdIM
    __LINKEDIT 0073c000-0073d000 [ 4K] r--/rwx SM=COW /Library/InputManagers/1PasswdIM/1PasswdIM.bundle/Contents/MacOS/1PasswdIM
    __TEXT 0073d000-00740000 [ 12K] r-x/rwx SM=COW /Library/InputManagers/Menu Extra Enabler/Menu Extra Enabler.bundle/Contents/MacOS/Menu Extra Enabler
    __LINKEDIT 00748000-0074e000 [ 24K] r--/rwx SM=COW /Library/InputManagers/Menu Extra Enabler/Menu Extra Enabler.bundle/Contents/MacOS/Menu Extra Enabler
    STACK GUARD 007f2000-007f3000 [ 4K] ---/rwx SM=NUL
    STACK GUARD 007f4000-007f5000 [ 4K] ---/rwx SM=NUL
    mapped file 007f9000-007fe000 [ 20K] r--/rwx SM=COW /private/var/folders/zv/zvU6bMiHTeElG+JIWOdzk++TI/-Caches-/com.apple.IntlDataCache.le.sbdl
    mapped file 01000000-019c3000 [ 9996K] r--/r-x SM=ALI /usr/share/icu/icudt36l.dat
    IOKit 029c3000-03003000 [ 6400K] r--/rw- SM=NUL
    mapped file 14cda000-14e9a000 [ 1792K] r--/rwx SM=COW /System/Library/PrivateFrameworks/CoreUI.framework/Versions/A/Resources/SArtFile.bin
    __TEXT 14e9a000-14fb9000 [ 1148K] r-x/rwx SM=COW /System/Library/CoreServices/RawCamera.bundle/Contents/MacOS/RawCamera
    __LINKEDIT 14fc4000-14fcf000 [ 44K] r--/rwx SM=COW /System/Library/CoreServices/RawCamera.bundle/Contents/MacOS/RawCamera
    mapped file 15c51000-15c6a000 [ 100K] r--/rwx SM=COW /System/Library/Caches/com.apple.IntlDataCache.le.kbdx
    __TEXT 15c6a000-15c70000 [ 24K] r-x/rwx SM=COW /System/Library/Components/DictionaryService.component/Contents/MacOS/DictionaryService
    __LINKEDIT 15c73000-15c76000 [ 12K] r--/rwx SM=COW /System/Library/Components/DictionaryService.component/Contents/MacOS/DictionaryService
    mapped file 15e00000-16392000 [ 5704K] r--/rwx SM=COW /System/Library/PrivateFrameworks/CoreUI.framework/Versions/A/Resources/ArtFile.bin
    mapped file 16392000-16458000 [ 792K] r--/rwx SM=COW /System/Library/Keyboard Layouts/AppleKeyboardLayouts.bundle/Contents/Resources/AppleKeyboardLayouts-L.dat
    __TEXT 16474000-164e6000 [ 456K] r-x/rwx SM=COW /Library/QuickTime/DivX Decoder.component/Contents/MacOS/DivX Decoder
    __LINKEDIT 164f1000-164f3000 [ 8K] r--/rwx SM=COW /Library/QuickTime/DivX Decoder.component/Contents/MacOS/DivX Decoder
    __TEXT 164f3000-166e6000 [ 1996K] r-x/rwx SM=COW /Library/QuickTime/EyeTV MPEG Support.component/Contents/MacOS/EyeTV MPEG Support
    __LINKEDIT 167ce000-1680a000 [ 240K] r--/rwx SM=COW /Library/QuickTime/EyeTV MPEG Support.component/Contents/MacOS/EyeTV MPEG Support
    __TEXT 8fe00000-8fe2e000 [ 184K] r-x/rwx SM=COW /usr/lib/dyld
    __LINKEDIT 8fe67000-8fe75000 [ 56K] r--/rwx SM=COW /usr/lib/dyld
    __TEXT 90003000-9000d000 [ 40K] r-x/r-x SM=COW /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SpeechRecognition.framework/Versions/A/SpeechRecognition
    __TEXT 9000d000-9004f000 [ 264K] r-x/r-x SM=COW /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphics.framework/Versions/A/Resources/libRIP.A.dylib
    __TEXT 9004f000-900cd000 [ 504K] r-x/r-x SM=COW /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libvMisc.dylib
    __TEXT 900cd000-900d5000 [ 32K] r-x/r-x SM=COW /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphics.framework/Versions/A/Resources/libCGATS.A.dylib
    __TEXT 900d5000-900d8000 [ 12K] r-x/r-x SM=COW /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SecurityHI.framework/Versions/A/SecurityHI
    __TEXT 900d8000-90164000 [ 560K] r-x/r-x SM=COW /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit
    __TEXT 90164000-903e0000 [ 2544K] r-x/r-x SM=COW /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation
    __TEXT 903e0000-9079f000 [ 3836K] r-x/r-x SM=COW /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libLAPACK.dylib
    __TEXT 9079f000-908c4000 [ 1172K] r-x/r-x SM=COW /System/Library/Frameworks/AudioToolbox.framework/Versions/A/AudioToolbox
    __TEXT 908c4000-908cb000 [ 28K] r-x/r-x SM=COW /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Print.framework/Versions/A/Print
    __TEXT 908cb000-908cc000 [ 4K] r-x/r-x SM=COW /System/Library/Frameworks/CoreServices.framework/Versions/A/CoreServices
    __TEXT 908cc000-908e8000 [ 112K] r-x/r-x SM=COW /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libPng.dylib
    __TEXT 908f5000-90a56000 [ 1412K] r-x/r-x SM=COW /usr/lib/libSystem.B.dylib
    __TEXT 90a56000-90a57000 [ 4K] r-x/r-x SM=COW /System/Library/Frameworks/AudioUnit.framework/Versions/A/AudioUnit
    __TEXT 90a57000-90ab5000 [ 376K] r-x/r-x SM=COW /usr/lib/libstdc++.6.dylib
    __TEXT 90ac5000-90b68000 [ 652K] r-x/r-x SM=COW /System/Library/QuickTime/QuickTimeImporters.component/Contents/MacOS/QuickTimeImporters
    __TEXT 90cca000-90d09000 [ 252K] r-x/r-x SM=COW /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLImage.dylib
    __TEXT 90d09000-90d35000 [ 176K] r-x/r-x SM=COW /usr/lib/libauto.dylib
    __TEXT 90d35000-90d46000 [ 68K] r-x/r-x SM=COW /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/LangAnalysis.framework/Versions/A/LangAnalysis
    __TEXT 90d46000-90e27000 [ 900K] r-x/r-x SM=COW /usr/lib/libobjc.A.dylib
    __TEXT 90e2d000-90e56000 [ 164K] r-x/r-x SM=COW /usr/lib/libcups.2.dylib
    __TEXT 90e56000-90f1e000 [ 800K] r-x/r-x SM=COW /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vImage.framework/Versions/A/vImage
    __TEXT 90f6f000-90f70000 [ 4K] r-x/r-x SM=COW /System/Library/Frameworks/ApplicationServices.framework/Versions/A/ApplicationServices
    __TEXT 90f70000-90f74000 [ 16K] r-x/r-x SM=COW /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Help.framework/Versions/A/Help
    __TEXT 90f74000-9101c000 [ 672K] r-x/r-x SM=COW /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/QD.framework/Versions/A/QD
    __TEXT 9101c000-91024000 [ 32K] r-x/r-x SM=COW /usr/lib/libgcc_s.1.dylib
    __TEXT 91024000-9102d000 [ 36K] r-x/r-x SM=COW /System/Library/Frameworks/DiskArbitration.framework/Versions/A/DiskArbitration
    __TEXT 9102d000-914ff000 [ 4936K] r-x/r-x SM=COW /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLProgrammability.dylib
    __TEXT 91562000-91648000 [ 920K] r-x/r-x SM=COW /System/Library/Frameworks/CoreData.framework/Versions/A/CoreData
    __TEXT 91c9a000-91d55000 [ 748K] r-x/r-x SM=COW /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/OSServices.framework/Versions/A/OSServices
    __TEXT 91d55000-91d56000 [ 4K] r-x/r-x SM=COW /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/vecLib
    __TEXT 91d56000-91da7000 [ 324K] r-x/r-x SM=COW /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/HIServices.framework/Versions/A/HIServices
    __TEXT 91da7000-91ee0000 [ 1252K] r-x/r-x SM=COW /usr/lib/libicucore.A.dylib
    __TEXT 91f53000-91f59000 [ 24K] r-x/r-x SM=COW /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CommonPanels.framework/Versions/A/CommonPanels
    __TEXT 91f77000-91f84000 [ 52K] r-x/r-x SM=COW /System/Library/PrivateFrameworks/HelpData.framework/Versions/A/HelpData
    __TEXT 91f84000-92f3a000 [ 15.7M] r-x/r-x SM=COW /System/Library/QuickTime/QuickTimeComponents.component/Contents/MacOS/QuickTimeComponents
    __TEXT 92f3a000-92fc7000 [ 564K] r-x/r-x SM=COW /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/LaunchServices.framework/Versions/A/LaunchServices
    __TEXT 930d6000-930ed000 [ 92K] r-x/r-x SM=COW /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/DictionaryServices.framework/Versions/A/DictionaryServices
    __TEXT 930ed000-9378a000 [ 6772K] r-x/r-x SM=COW /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphics.framework/Versions/A/CoreGraphics
    __TEXT 93915000-939c6000 [ 708K] r-x/r-x SM=COW /System/Library/Frameworks/Kerberos.framework/Versions/A/Kerberos
    __TEXT 939c6000-939c7000 [ 4K] r-x/r-x SM=COW /System/Library/Frameworks/Accelerate.framework/Versions/A/Accelerate
    __TEXT 939c7000-93dd8000 [ 4164K] r-x/r-x SM=COW /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libBLAS.dylib
    __TEXT 93dd8000-93e60000 [ 544K] r-x/r-x SM=COW /usr/lib/libsqlite3.0.dylib
    __TEXT 93e60000-94183000 [ 3212K] r-x/r-x SM=COW /System/Library/Frameworks/QuickTime.framework/Versions/A/QuickTime
    __TEXT 94183000-941bb000 [ 224K] r-x/r-x SM=COW /System/Library/Frameworks/SystemConfiguration.framework/Versions/A/SystemConfiguration
    __TEXT 941bb000-941ca000 [ 60K] r-x/r-x SM=COW /usr/lib/libz.1.dylib
    __TEXT 941e9000-949e7000 [ 8184K] r-x/r-x SM=COW /System/Library/Frameworks/AppKit.framework/Versions/C/AppKit
    __TEXT 949e7000-94a9a000 [ 716K] r-x/r-x SM=COW /usr/lib/libcrypto.0.9.7.dylib
    __TEXT 94a9a000-94a9f000 [ 20K] r-x/r-x SM=COW /usr/lib/system/libmathCommon.A.dylib
    __TEXT 94adc000-94afc000 [ 128K] r-x/r-x SM=COW /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libJPEG.dylib
    __TEXT 94afc000-94afd000 [ 4K] r-x/r-x SM=COW /System/Library/PrivateFrameworks/InstallServer.framework/Versions/A/InstallServer
    __TEXT 94afd000-94b2b000 [ 184K] r-x/r-x SM=COW /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libvDSP.dylib
    __TEXT 94b2b000-94b3c000 [ 68K] r-x/r-x SM=COW /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/SpeechSynthesis.framework/Versions/A/SpeechSynthesis
    __TEXT 94b3c000-94b49000 [ 52K] r-x/r-x SM=COW /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib
    __TEXT 94b80000-94b97000 [ 92K] r-x/r-x SM=COW /System/Library/Frameworks/CoreVideo.framework/Versions/A/CoreVideo
    __TEXT 94b9d000-94c31000 [ 592K] r-x/r-x SM=COW /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Ink.framework/Versions/A/Ink
    __TEXT 94c31000-94c8e000 [ 372K] r-x/r-x SM=COW /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HTMLRendering.framework/Versions/A/HTMLRendering
    __TEXT 94cfc000-94d2c000 [ 192K] r-x/r-x SM=COW /usr/lib/libncurses.5.4.dylib
    __TEXT 94d3a000-94d53000 [ 100K] r-x/r-x SM=COW /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/OpenScripting.framework/Versions/A/OpenScripting
    __TEXT 94ec4000-94f90000 [ 816K] r-x/r-x SM=COW /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ColorSync.framework/Versions/A/ColorSync
    __TEXT 94fa4000-95173000 [ 1852K] r-x/r-x SM=COW /System/Library/Frameworks/Security.framework/Versions/A/Security
    __TEXT 95173000-952ba000 [ 1308K] r-x/r-x SM=COW /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/ImageIO
    __TEXT 952ba000-952c8000 [ 56K] r-x/r-x SM=COW /System/Library/Frameworks/OpenGL.framework/Versions/A/OpenGL
    __TEXT 95309000-95389000 [ 512K] r-x/r-x SM=COW /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SearchKit.framework/Versions/A/SearchKit
    __TEXT 95389000-9541d000 [ 592K] r-x/r-x SM=COW /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/ATS
    __TEXT 9541d000-95442000 [ 148K] r-x/r-x SM=COW /usr/lib/libxslt.1.dylib
    __TEXT 95442000-9574a000 [ 3104K] r-x/r-x SM=COW /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HIToolbox.framework/Versions/A/HIToolbox
    __TEXT 9574a000-9574f000 [ 20K] r-x/r-x SM=COW /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libGIF.dylib
    __TEXT 957b7000-95832000 [ 492K] r-x/r-x SM=COW /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/PrintCore.framework/Versions/A/PrintCore
    __TEXT 9583c000-958c7000 [ 556K] r-x/r-x SM=COW /System/Library/PrivateFrameworks/DesktopServicesPriv.framework/Versions/A/DesktopServicesPriv
    __TEXT 95a34000-95dd2000 [ 3704K] r-x/r-x SM=COW /System/Library/Frameworks/QuartzCore.framework/Versions/A/QuartzCore
    __TEXT 95dd2000-95dde000 [ 48K] r-x/r-x SM=COW /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphics.framework/Versions/A/Resources/libCSync.A.dylib
    __TEXT 95dde000-95e1e000 [ 256K] r-x/r-x SM=COW /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libTIFF.dylib
    __TEXT 95e1e000-95e1f000 [ 4K] r-x/r-x SM=COW /System/Library/Frameworks/Cocoa.framework/Versions/A/Cocoa
    __TEXT 95e1f000-95e21000 [ 8K] r-x/r-x SM=COW /usr/lib/libffi.dylib
    __TEXT 95fe0000-95fe3000 [ 12K] r-x/r-x SM=COW /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libRadiance.dylib
    __TEXT 95fe3000-9603d000 [ 360K] r-x/r-x SM=COW /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLU.dylib
    __TEXT 962c3000-9659e000 [ 2924K] r-x/r-x SM=COW /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CarbonCore.framework/Versions/A/CarbonCore
    __TEXT 9659e000-965c7000 [ 164K] r-x/r-x SM=COW /System/Library/PrivateFrameworks/Shortcut.framework/Versions/A/Shortcut
    __TEXT 9662e000-96643000 [ 84K] r-x/r-x SM=COW /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/ImageCapture.framework/Versions/A/ImageCapture
    __TEXT 96712000-9675c000 [ 296K] r-x/r-x SM=COW /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Metadata.framework/Versions/A/Metadata
    __TEXT 9675c000-9677b000 [ 124K] r-x/r-x SM=COW /usr/lib/libresolv.9.dylib
    __TEXT 9677b000-96786000 [ 44K] r-x/r-x SM=COW /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CarbonSound.framework/Versions/A/CarbonSound
    __TEXT 96786000-9678e000 [ 32K] r-x/r-x SM=COW /System/Library/Frameworks/AGL.framework/Versions/A/AGL
    __TEXT 96801000-96844000 [ 268K] r-x/r-x SM=COW /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/NavigationServices.framework/Versions/A/NavigationServices
    __TEXT 969c4000-969cc000 [ 32K] r-x/r-x SM=COW /usr/lib/libbsm.dylib
    __TEXT 969cc000-96aff000 [ 1228K] r-x/r-x SM=COW /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
    __TEXT 96b00000-96b85000 [ 532K] r-x/r-x SM=COW /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CFNetwork.framework/Versions/A/CFNetwork
    __TEXT 96b85000-96b86000 [ 4K] r-x/r-x SM=COW /System/Library/Frameworks/Carbon.framework/Versions/A/Carbon
    __TEXT 96b86000-96bb6000 [ 192K] r-x/r-x SM=COW /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/AE.framework/Versions/A/AE
    __TEXT 96bb6000-96c98000 [ 904K] r-x/r-x SM=COW /usr/lib/libxml2.2.dylib
    __TEXT 96d83000-96e00000 [ 500K] r-x/r-x SM=COW /System/Library/Frameworks/CoreAudio.framework/Versions/A/CoreAudio
    __TEXT 96ef3000-96ef4000 [ 4K] r-x/r-x SM=COW /System/Library/Frameworks/vecLib.framework/Versions/A/vecLib
    __TEXT 96f04000-96f5f000 [ 364K] r-x/r-x SM=COW /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreText.framework/Versions/A/CoreText
    __TEXT 97054000-9708f000 [ 236K] r-x/r-x SM=COW /System/Library/PrivateFrameworks/CoreUI.framework/Versions/A/CoreUI
    __IMAGE 97090000-971c6000 [ 1240K] r--/r-- SM=COW /System/Library/Frameworks/AppKit.framework/Versions/C/AppKit
    __UNICODE 971c6000-9724b000 [ 532K] r--/r-- SM=COW /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
    __LINKEDIT 9724b000-97632000 [ 3996K] r--/r-- SM=COW /System/Library/Frameworks/AGL.framework/Versions/A/AGL
    __DATA a0105000-a0106000 [ 4K] r-x/rwx SM=COW /usr/lib/libobjc.A.dylib
    __IMPORT a0a00000-a0a01000 [ 4K] r-x/rwx SM=COW /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SpeechRecognition.framework/Versions/A/SpeechRecognition
    __IMPORT a0a01000-a0a02000 [ 4K] r-x/rwx SM=COW /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphics.framework/Versions/A/Resources/libRIP.A.dylib
    __IMPORT a0a02000-a0a03000 [ 4K] r-x/rwx SM=COW /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libvMisc.dylib
    __IMPORT a0a03000-a0a04000 [ 4K] r-x/rwx SM=COW /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphics.framework/Versions/A/Resources/libCGATS.A.dylib
    __IMPORT a0a04000-a0a05000 [ 4K] r-x/rwx SM=COW /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SecurityHI.framework/Versions/A/SecurityHI
    __IMPORT a0a05000-a0a06000 [ 4K] r-x/rwx SM=COW /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit
    __IMPORT a0a06000-a0a09000 [ 12K] r-x/rwx SM=COW /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation
    __IMPORT a0a09000-a0a0a000 [ 4K] r-x/rwx SM=COW /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libLAPACK.dylib
    __IMPORT a0a0a000-a0a0b000 [ 4K] r-x/rwx SM=COW /System/Library/Frameworks/AudioToolbox.framework/Versions/A/AudioToolbox
    __IMPORT a0a0b000-a0a0c000 [ 4K] r-x/rwx SM=COW /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Print.framework/Versions/A/Print
    __IMPORT a0a0c000-a0a0d000 [ 4K] r-x/rwx SM=COW /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libPng.dylib
    __IMPORT a0a0e000-a0a10000 [ 8K] r-x/rwx SM=COW /usr/lib/libSystem.B.dylib
    __IMPORT a0a10000-a0a11000 [ 4K] r-x/rwx SM=COW /System/Library/Frameworks/AudioUnit.framework/Versions/A/AudioUnit
    __IMPORT a0a11000-a0a12000 [ 4K] r-x/rwx SM=COW /usr/lib/libstdc++.6.dylib
    __IMPORT a0a13000-a0a15000 [ 8K] r-x/rwx SM=COW /System/Library/QuickTime/QuickTimeImporters.component/Contents/MacOS/QuickTimeImporters
    __IMPORT a0a16000-a0a17000 [ 4K] r-x/rwx SM=COW /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLImage.dylib
    __IMPORT a0a17000-a0a18000 [ 4K] r-x/rwx SM=COW /usr/lib/libauto.dylib
    __IMPORT a0a18000-a0a19000 [ 4K] r-x/rwx SM=COW /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/LangAnalysis.framework/Versions/A/LangAnalysis
    __IMPORT a0a19000-a0a1a000 [ 4K] r-x/rwx SM=COW /usr/lib/libobjc.A.dylib
    __IMPORT a0a1b000-a0a1c000 [ 4K] r-x/rwx SM=COW /usr/lib/libcups.2.dylib
    __IMPORT a0a1c000-a0a1d000 [ 4K] r-x/rwx SM=COW /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vImage.framework/Versions/A/vImage
    __IMPORT a0a1e000-a0a1f000 [ 4K] r-x/rwx SM=COW /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Help.framework/Versions/A/Help
    __IMPORT a0a1f000-a0a20000 [ 4K] r-x/rwx SM=COW /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/QD.framework/Versions/A/QD
    __IMPORT a0a20000-a0a21000 [ 4K] r-x/rwx SM=COW /usr/lib/libgcc_s.1.dylib
    __IMPORT a0a21000-a0a22000 [ 4K] r-x/rwx SM=COW /System/Library/Frameworks/DiskArbitration.framework/Versions/A/DiskArbitration
    __IMPORT a0a22000-a0a23000 [ 4K] r-x/rwx SM=COW /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLProgrammability.dylib
    __IMPORT a0a25000-a0a26000 [ 4K] r-x/rwx SM=COW /System/Library/Frameworks/CoreData.framework/Versions/A/CoreData
    __IMPORT a0a29000-a0a2b000 [ 8K] r-x/rwx SM=COW /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/OSServices.framework/Versions/A/OSServices
    __IMPORT a0a2b000-a0a2d000 [ 8K] r-x/rwx SM=COW /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/HIServices.framework/Versions/A/HIServices
    __IMPORT a0a2d000-a0a2e000 [ 4K] r-x/rwx SM=COW /usr/lib/libicucore.A.dylib
    __IMPORT a0a2f000-a0a30000 [ 4K] r-x/rwx SM=COW /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CommonPanels.framework/Versions/A/CommonPanels
    __IMPORT a0a31000-a0a32000 [ 4K] r-x/rwx SM=COW /System/Library/PrivateFrameworks/HelpData.framework/Versions/A/HelpData
    __IMPORT a0a32000-a0a36000 [ 16K] r-x/rwx SM=COW /System/Library/QuickTime/QuickTimeComponents.component/Contents/MacOS/QuickTimeComponents
    __IMPORT a0a36000-a0a38000 [ 8K] r-x/rwx SM=COW /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/LaunchServices.framework/Versions/A/LaunchServices
    __IMPORT a0a3a000-a0a3b000 [ 4K] r-x/rwx SM=COW /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/DictionaryServices.framework/Versions/A/DictionaryServices
    __IMPORT a0a3b000-a0a3c000 [ 4K] r-x/rwx SM=COW /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphics.framework/Versions/A/CoreGraphics
    __IMPORT a0a3f000-a0a40000 [ 4K] r-x/rwx SM=COW /System/Library/Frameworks/Kerberos.framework/Versions/A/Kerberos
    __IMPORT a0a40000-a0a42000 [ 8K] r-x/rwx SM=COW /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libBLAS.dylib
    __IMPORT a0a42000-a0a43000 [ 4K] r-x/rwx SM=COW /usr/lib/libsqlite3.0.dylib
    __IMPORT a0a43000-a0a45000 [ 8K] r-x/rwx SM=COW /System/Library/Frameworks/QuickTime.framework/Versions/A/QuickTime
    __IMPORT a0a45000-a0a46000 [ 4K] r-x/rwx SM=COW /System/Library/Frameworks/SystemConfiguration.framework/Versions/A/SystemConfiguration
    __IMPORT a0a46000-a0a47000 [ 4K] r-x/rwx SM=COW /usr/lib/libz.1.dylib
    __IMPORT a0a48000-a0a4c000 [ 16K] r-x/rwx SM=COW /System/Library/Frameworks/AppKit.framework/Versions/C/AppKit
    __IMPORT a0a4c000-a0a4d000 [ 4K] r-x/rwx SM=COW /usr/lib/libcrypto.0.9.7.dylib
    __IMPORT a0a4e000-a0a4f000 [ 4K] r-x/rwx SM=COW /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libJPEG.dylib
    __IMPORT a0a4f000-a0a50000 [ 4K] r-x/rwx SM=COW /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libvDSP.dylib
    __IMPORT a0a50000-a0a51000 [ 4K] r-x/rwx SM=COW /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/SpeechSynthesis.framework/Versions/A/SpeechSynthesis
    __IMPORT a0a52000-a0a53000 [ 4K] r-x/rwx SM=COW /System/Library/Frameworks/CoreVideo.framework/Versions/A/CoreVideo
    __IMPORT a0a54000-a0a55000 [ 4K] r-x/rwx SM=COW /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Ink.framework/Versions/A/Ink
    __IMPORT a0a55000-a0a56000 [ 4K] r-x/rwx SM=COW /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HTMLRendering.framework/Versions/A/HTMLRendering
    __IMPORT a0a57000-a0a58000 [ 4K] r-x/rwx SM=COW /usr/lib/libncurses.5.4.dylib
    __IMPORT a0a59000-a0a5a000 [ 4K] r-x/rwx SM=COW /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/OpenScripting.framework/Versions/A/OpenScripting
    __IMPORT a0a60000-a0a61000 [ 4K] r-x/rwx SM=COW /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ColorSync.framework/Versions/A/ColorSync
    __IMPORT a0a62000-a0a64000 [ 8K] r-x/rwx SM=COW /System/Library/Frameworks/Security.framework/Versions/A/Security
    __IMPORT a0a64000-a0a65000 [ 4K] r-x/rwx SM=COW /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/ImageIO
    __IMPORT a0a65000-a0a66000 [ 4K] r-x/rwx SM=COW /System/Library/Frameworks/OpenGL.framework/Versions/A/OpenGL
    __IMPORT a0a68000-a0a69000 [ 4K] r-x/rwx SM=COW /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SearchKit.framework/Versions/A/SearchKit
    __IMPORT a0a69000-a0a6a000 [ 4K] r-x/rwx SM=COW /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/ATS
    __IMPORT a0a6a000-a0a6b000 [ 4K] r-x/rwx SM=COW /usr/lib/libxslt.1.dylib
    __IMPORT a0a6b000-a0a6e000 [ 12K] r-x/rwx SM=COW /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HIToolbox.framework/Versions/A/HIToolbox
    __IMPORT a0a6e000-a0a6f000 [ 4K] r-x/rwx SM=COW /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libGIF.dylib
    __IMPORT a0a71000-a0a72000 [ 4K] r-x/rwx SM=COW /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/PrintCore.framework/Versions/A/PrintCore
    __IMPORT a0a73000-a0a74000 [ 4K] r-x/rwx SM=COW /System/Library/PrivateFrameworks/DesktopServicesPriv.framework/Versions/A/DesktopServicesPriv
    __IMPORT a0a78000-a0a7a000 [ 8K] r-x/rwx SM=COW /System/Library/Frameworks/QuartzCore.framework/Versions/A/QuartzCore
    __IMPORT a0a7a000-a0a7b000 [ 4K] r-x/rwx SM=COW /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphics.framework/Versions/A/Resources/libCSync.A.dylib
    __IMPORT a0a7b000-a0a7c000 [ 4K] r-x/rwx SM=COW /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libTIFF.dylib
    __IMPORT a0a7c000-a0a7d000 [ 4K] r-x/rwx SM=COW /usr/lib/libffi.dylib
    __IMPORT a0a80000-a0a81000 [ 4K] r-x/rwx SM=COW /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libRadiance.dylib
    __IMPORT a0a81000-a0a82000 [ 4K] r-x/rwx SM=COW /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLU.dylib
    __IMPORT a0a85000-a0a87000 [ 8K] r-x/rwx SM=COW /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CarbonCore.framework/Versions/A/CarbonCore
    __IMPORT a0a87000-a0a88000 [ 4K] r-x/rwx SM=COW /System/Library/PrivateFrameworks/Shortcut.framework/Versions/A/Shortcut
    __IMPORT a0a89000-a0a8a000 [ 4K] r-x/rwx SM=COW /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/ImageCapture.framework/Versions/A/ImageCapture
    __IMPORT a0a8b000-a0a8c000 [ 4K] r-x/rwx SM=COW /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Metadata.framework/Versions/A/Metadata
    __IMPORT a0a8c000-a0a8d000 [ 4K] r-x/rwx SM=COW /usr/lib/libresolv.9.dylib
    __IMPORT a0a8d000-a0a8e000 [ 4K] r-x/rwx SM=COW /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CarbonSound.framework/Versions/A/CarbonSound
    __IMPORT a0a8e000-a0a8f000 [ 4K] r-x/rwx SM=COW /System/Library/Frameworks/AGL.framework/Versions/A/AGL
    __IMPORT a0a90000-a0a91000 [ 4K] r-x/rwx SM=COW /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/NavigationServices.framework/Versions/A/NavigationServices
    __IMPORT a0a92000-a0a93000 [ 4K] r-x/rwx SM=COW /usr/lib/libbsm.dylib
    __IMPORT a0a93000-a0a94000 [ 4K] r-x/rwx SM=COW /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
    __IMPORT a0a94000-a0a96000 [ 8K] r-x/rwx SM=COW /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CFNetwork.framework/Versions/A/CFNetwork
    __IMPORT a0a96000-a0a97000 [ 4K] r-x/rwx SM=COW /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/AE.framework/Versions/A/AE
    __IMPORT a0a97000-a0a98000 [ 4K] r-x/rwx SM=COW /usr/lib/libxml2.2.dylib
    __IMPORT a0a9b000-a0a9c000 [ 4K] r-x/rwx SM=COW /System/Library/Frameworks/CoreAudio.framework/Versions/A/CoreAudio
    __IMPORT a0aa1000-a0aa2000 [ 4K] r-x/rwx SM=COW /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreText.framework/Versions/A/CoreText
    __IMPORT a0aa3000-a0aa4000 [ 4K] r-x/rwx SM=COW /System/Library/PrivateFrameworks/CoreUI.framework/Versions/A/CoreUI
    CoreGraphics b0003000-b000b000 [ 32K] r--/r-- SM=SHM
    CoreGraphics b0018000-b0020000 [ 32K] r--/r-- SM=SHM
    STACK GUARD b0044000-b0045000 [ 4K] ---/rwx SM=NUL
    STACK GUARD b00c6000-b00c7000 [ 4K] ---/rwx SM=NUL
    CoreGraphics b09d6000-b09de000 [ 32K] r--/r-- SM=SHM
    CoreGraphics b09e1000-b09e9000 [ 32K] r--/r-- SM=SHM
    STACK GUARD bc000000-bf800000 [ 56.0M] ---/rwx SM=NUL
    ==== Writable regions for process 3332
    __DATA 0006d000-00073000 [ 24K] rw-/rwx SM=COW /Applications/Utilities/Terminal.app/Contents/MacOS/Terminal
    __OBJC 00073000-0007e000 [ 44K] rw-/rwx SM=COW /Applications/Utilities/Terminal.app/Contents/MacOS/Terminal
    __IMPORT 0007e000-0007f000 [ 4K] rwx/rwx SM=COW /Applications/Utilities/Terminal.app/Contents/MacOS/Terminal
    MALLOC (freed?) 00087000-00088000 [ 4K] rw-/rwx SM=COW
    MALLOC_LARGE 0008c000-00098000 [ 48K] rw-/rwx SM=PRV DefaultMallocZone_0x100000
    ATS (font support) 00099000-0009a000 [ 4K] rw-/rwx SM=SHM
    MALLOC_LARGE 0009a000-000b6000 [ 112K] rw-/rwx SM=COW DefaultMallocZone_0x100000
    ATS (font support) 000b6000-000c1000 [ 44K] rw-/rwx SM=COW
    mapped file 000c1000-000c3000 [ 8K] rwx/rwx SM=COW /System/Library/Fonts/LucidaGrande.dfont
    VM_ALLOCATE ? 000c3000-000c4000 [ 4K] rw-/rwx SM=COW
    MALLOC_LARGE 000c4000-000d2000 [ 56K] rw-/rwx SM=COW DefaultMallocZone_0x100000
    ATS (font support) 000d2000-000fa000 [ 160K] rw-/rwx SM=COW
    __DATA 000fb000-000fc000 [ 4K] rw-/rwx SM=COW /Library/InputManagers/Chax/Chax.bundle/Contents/MacOS/Chax
    __OBJC 000fc000-000fd000 [ 4K] rw-/rwx SM=COW /Library/InputManagers/Chax/Chax.bundle/Contents/MacOS/Chax
    __IMPORT 000fd000-000fe000 [ 4K] rwx/rwx SM=COW /Library/InputManagers/Chax/Chax.bundle/Contents/MacOS/Chax
    Memory tag=240 000ff000-00100000 [ 4K] rw-/rwx SM=COW
    MALLOC_TINY 00100000-00200000 [ 1024K] rw-/rwx SM=COW DefaultMallocZone_0x100000
    mapped file 00200000-0072d000 [ 5300K] rw-/rwx SM=COW /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HIToolbox.framework/Versions/A/Resources/Extras2.rsrc
    ATS (font support) 0072d000-00737000 [ 40K] rw-/rwx SM=COW
    __DATA 00739000-0073a000 [ 4K] rw-/rwx SM=COW /Library/InputManagers/1PasswdIM/1PasswdIM.bundle/Contents/MacOS/1PasswdIM
    __OBJC 0073a000-0073b000 [ 4K] rw-/rwx SM=COW /Library/InputManagers/1PasswdIM/1PasswdIM.bundle/Contents/MacOS/1PasswdIM
    __IMPORT 0073b000-0073c000 [ 4K] rwx/rwx SM=COW /Library/InputManagers/1PasswdIM/1PasswdIM.bundle/Contents/MacOS/1PasswdIM
    __DATA 00740000-00746000 [ 24K] rwx/rwx SM=COW /Library/InputManagers/Menu Extra Enabler/Menu Extra Enabler.bundle/Contents/MacOS/Menu Extra Enabler
    __OBJC 00746000-00747000 [ 4K] rw-/rwx SM=COW /Library/InputManagers/Menu Extra Enabler/Menu Extra Enabler.bundle/Contents/MacOS/Menu Extra Enabler
    __IMPORT 00747000-00748000 [ 4K] rwx/rwx SM=COW /Library/InputManagers/Menu Extra Enabler/Menu Extra Enabler.bundle/Contents/MacOS/Menu Extra Enabler
    mapped file 0074e000-007ba000 [ 432K] rwx/rwx SM=COW /System/Library/Fonts/LucidaGrande.dfont
    MALLOC_LARGE 007ba000-007be000 [ 16K] rw-/rwx SM=PRV DefaultMallocZone_0x100000
    CoreGraphics 007be000-007c0000 [ 8K] rw-/rwx SM=PRV
    CG raster data 007c0000-007d0000 [ 64K] rw-/rwx SM=PRV
    mapped file 007d0000-007de000 [ 56K] rw-/rwx SM=COW /private/var/folders/zv/zvU6bMiHTeElG+JIWOdzk++TI/-Caches-/com.apple.ATS/annex_aux
    VM_ALLOCATE ? 007de000-007e2000 [ 16K] rw-/rwx SM=COW
    MALLOC_LARGE 007e2000-007f2000 [ 64K] rw-/rwx SM=NUL DefaultMallocZone_0x100000
    MALLOC (freed?) 007f3000-007f4000 [ 4K] rw-/rwx SM=COW
    VM_ALLOCATE ? 007f5000-007f6000 [ 4K] rw-/rwx SM=COW
    mapped file 007f6000-007f9000 [ 12K] rwx/rwx SM=COW /System/Library/Fonts/Monaco.dfont
    VM_ALLOCATE ? 007fe000-007ff000 [ 4K] rw-/rwx SM=PRV
    MALLOC_LARGE 007ff000-00800000 [ 4K] rw-/rwx SM=PRV DefaultMallocZone_0x100000
    MALLOC_SMALL 00800000-01000000 [ 8192K] rw-/rwx SM=COW DefaultMallocZone_0x100000
    IOKit 019c3000-029c3000 [ 16.0M] rw-/rw- SM=NUL
    IOKit 03003000-119c3000 [233.8M] rw-/rw- SM=NUL
    ATS (font support) 119c3000-13943000 [ 31.5M] rw-/rwx SM=COW
    shared memory 13943000-1493f000 [ 16.0M] rw-/rw- SM=SHM
    mapped file 1493f000-14b70000 [ 2244K] rw-/rwx SM=COW /System/Library/Fonts/LucidaGrande.dfont
    ATS (font support) 14b70000-14c70000 [ 1024K] rw-/rwx SM=SHM
    mapped file 14c70000-14cda000 [ 424K] rwx/rwx SM=COW /System/Library/Fonts/LucidaGrande.dfont
    __DATA 14fb9000-14fc2000 [ 36K] rw-/rwx SM=COW /System/Library/CoreServices/RawCamera.bundle/Contents/MacOS/RawCamera
    __DATA 14fc2000-14fc3000 [ 4K] rw-/rwx SM=NUL /System/Library/CoreServices/RawCamera.bundle/Contents/MacOS/RawCamera
    __IMPORT 14fc3000-14fc4000 [ 4K] rwx/rwx SM=COW /System/Library/CoreServices/RawCamera.bundle/Contents/MacOS/RawCamera
    CG shared images 14fcf000-150cf000 [ 1024K] rw-/rwx SM=COW
    VM_ALLOCATE ? 150cf000-150ef000 [ 128K] rw-/rwx SM=PRV
    MALLOC_LARGE 150ef000-150ff000 [ 64K] rw-/rwx SM=NUL DefaultMallocZone_0x100000
    MALLOC_LARGE 150ff000-15113000 [ 80K] rw-/rwx SM=COW DefaultMallocZone_0x100000
    mapped file 15113000-15195000 [ 520K] rw-/rwx SM=COW /System/Library/Fonts/Monaco.dfont
    mapped file 15195000-151aa000 [ 84K] rw-/rwx SM=COW /private/var/folders/zv/zvU6bMiHTeElG+JIWOdzk++TI/-Caches-/com.apple.ATS/annex_aux
    MALLOC_LARGE 151aa000-151b1000 [ 28K] rw-/rwx SM=PRV DefaultMallocZone_0x100000
    Carbon 151b6000-15a2d000 [ 8668K] rwx/rwx SM=COW
    CG shared images 15a2d000-15c2d000 [ 2048K] rw-/rwx SM=COW
    mapped file 15c2d000-15c51000 [ 144K] rwx/rwx SM=COW /System/Library/Fonts/Monaco.dfont
    __DATA 15c70000-15c71000 [ 4K] rw-/rwx SM=COW /System/Library/Components/DictionaryService.component/Contents/MacOS/DictionaryService
    __OBJC 15c71000-15c72000 [ 4K] rw-/rwx SM=COW /System/Library/Components/DictionaryService.component/Contents/MacOS/DictionaryService
    __IMPORT 15c72000-15c73000 [ 4K] rwx/rwx SM=COW /System/Library/Components/DictionaryService.component/Contents/MacOS/DictionaryService
    MALLOC_LARGE 15cb4000-15cc2000 [ 56K] rw-/rwx SM=PRV DefaultMallocZone_0x100000
    VM_ALLOCATE ? 15cc2000-15ce9000 [ 156K] rw-/rwx SM=COW
    MALLOC_TINY 15d00000-15e00000 [ 1024K] rw-/rwx SM=COW zone_0x0
    MALLOC_LARGE 16458000-16474000 [ 112K] rw-/rwx SM=PRV DefaultMallocZone_0x100000
    __DATA 164e6000-164ee000 [ 32K] rw-/rwx SM=COW /Library/QuickTime/DivX Decoder.component/Contents/MacOS/DivX Decoder
    __DATA 164ee000-164f0000 [ 8K] rw-/rwx SM=NUL /Library/QuickTime/DivX Decoder.component/Contents/MacOS/DivX Decoder
    __IMPORT 164f0000-164f1000 [ 4K] rwx/rwx SM=COW /Library/QuickTime/DivX Decoder.component/Contents/MacOS/DivX Decoder
    __DATA 166e6000-166f5000 [ 60K] rw-/rwx SM=COW /Library/QuickTime/EyeTV MPEG Support.component/Contents/MacOS/EyeTV MPEG Support
    __DATA 166f5000-167cd000 [ 864K] rw-/rwx SM=PRV /Library/QuickTime/EyeTV MPEG Support.component/Contents/MacOS/EyeTV MPEG Support
    __IMPORT 167cd000-167ce000 [ 4K] rwx/rwx SM=COW /Library/QuickTime/EyeTV MPEG Support.component/Contents/MacOS/EyeTV MPEG Support
    __DATA 8fe2e000-8fe32000 [ 16K] rw-/rwx SM=COW /usr/lib/dyld
    __DATA 8fe32000-8fe67000 [ 212K] rw-/rwx SM=ZER /usr/lib/dyld
    __DATA a0000000-a0002000 [ 8K] rw-/rwx SM=COW /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SpeechRecognition.framework/Versions/A/SpeechRecognition
    __DATA a0002000-a0003000 [ 4K] rw-/rwx SM=COW /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphics.framework/Versions/A/Resources/libRIP.A.dylib
    __DATA a0003000-a0004000 [ 4K] rw-/rwx SM=COW /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libvMisc.dylib
    __DATA a0004000-a0005000 [ 4K] rw-/rwx SM=COW /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphics.framework/Versions/A/Resources/libCGATS.A.dylib
    __DATA a0005000-a0006000 [ 4K] rw-/rwx SM=COW /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SecurityHI.framework/Versions/A/SecurityHI
    __DATA a0006000-a000a000 [ 16K] rw-/rwx SM=COW /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit
    __DATA a000a000-a001a000 [ 64K] rw-/rwx SM=COW /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation
    __OBJC a001a000-a0051000 [ 220K] rw-/rwx SM=COW /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation
    __DATA a0051000-a0052000 [ 4K] rw-/rwx SM=COW /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libLAPACK.dylib
    __DATA a0052000-a0069000 [ 92K] rw-/rwx SM=COW /System/Library/Frameworks/AudioToolbox.framework/Versions/A/AudioToolbox
    __DATA a0069000-a006a000 [ 4K] rw-/rwx SM=COW /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Print.framework/Versions/A/Print
    __DATA a006a000-a006b000 [ 4K] rw-/rwx SM=COW /System/Library/Frameworks/CoreServices.framework/Versions/A/CoreServices
    __DATA a006b000-a006c000 [ 4K] rw-/rwx SM=COW /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libPng.dylib
    shared pmap a006c000-a006d000 [ 4K] rw-/rwx SM=COW
    __DATA a006d000-a00ac000 [ 252K] rw-/rwx SM=COW /usr/lib/libSystem.B.dylib
    __DATA a00ac000-a00ad000 [ 4K] rw-/rwx SM=COW /System/Library/Frameworks/AudioUnit.framework/Versions/A/AudioUnit
    __DATA a00ad000-a00bb000 [ 56K] rw-/rwx SM=COW /usr/lib/libstdc++.6.dylib
    __DATA a00bb000-a00be000 [ 12K] rw-/rwx SM=COW /usr/lib/libSystem.B.dylib
    __DATA a00be000-a00c6000 [ 32K] rw-/rwx SM=COW /System/Library/QuickTime/QuickTimeImporters.component/Contents/MacOS/QuickTimeImporters
    __DATA a00c6000-a00e7000 [ 132K] rw-/rwx SM=COW /usr/lib/libSystem.B.dylib
    shared pmap a00e7000-a0101000 [ 104K] rw-/rwx SM=COW
    __DATA a0101000-a0102000 [ 4K] rw-/rwx SM=COW /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLImage.dylib
    __DATA a0102000-a0103000 [ 4K] rw-/rwx SM=COW /usr/lib/libauto.dylib
    __DATA a0103000-a0104000 [ 4K] rw-/rwx SM=COW /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/LangAnalysis.framework/Versions/A/LangAnalysis
    __DATA a0104000-a0105000 [ 4K] rw-/rwx SM=COW /usr/lib/libobjc.A.dylib
    __DATA a0106000-a012b000 [ 148K] rw-/rwx SM=COW /usr/lib/libobjc.A.dylib
    __OBJC a012b000-a012c000 [ 4K] rw-/rwx SM=COW /usr/lib/libobjc.A.dylib
    shared pmap a012c000-a012e000 [ 8K] rw-/rwx SM=COW
    __DATA a012e000-a012f000 [ 4K] rw-/rwx SM=COW /usr/lib/libcups.2.dylib
    __DATA a012f000-a0130000 [ 4K] rw-/rwx SM=COW /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vImage.framework/Versions/A/vImage
    shared pmap a0130000-a0136000 [ 24K] rw-/rwx SM=COW
    __DATA a0136000-a0137000 [ 4K] rw-/rwx SM=COW /System/Library/Frameworks/ApplicationServices.framework/Versions/A/ApplicationServices
    __DATA a0137000-a0138000 [ 4K] rw-/rwx SM=COW /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Help.framework/Versions/A/Help
    __DATA a0138000-a013a000 [ 8K] rw-/rwx SM=COW /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/QD.framework/Versions/A/QD
    __DATA a013a000-a013b000 [ 4K] rw-/rwx SM=COW /usr/lib/libgcc_s.1.dylib
    __DATA a013b000-a013c000 [ 4K] rw-/rwx SM=COW /System/Library/Frameworks/DiskArbitration.framework/Versions/A/DiskArbitration
    __DATA a013c000-a0155000 [ 100K] rw-/rwx SM=COW /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLProgrammability.dylib
    shared pmap a0155000-a016a000 [ 84K] rw-/rwx SM=COW
    __DATA a016a000-a0170000 [ 24K] rw-/rwx SM=COW /System/Library/Frameworks/CoreData.framework/Versions/A/CoreData
    __OBJC a0170000-a0183000 [ 76K] rw-/rwx SM=COW /System/Library/Frameworks/CoreData.framework/Versions/A/CoreData
    shared pmap a0183000-a0227000 [ 656K] rw-/rwx SM=COW
    __DATA a0227000-a0232000 [ 44K] rw-/rwx SM=COW /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/OSServices.framework/Versions/A/OSServices
    __DATA a0232000-a0233000 [ 4K] rw-/rwx SM=COW /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/vecLib
    __DATA a0233000-a0237000 [ 16K] rw-/rwx SM=COW /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/HIServices.framework/Versions/A/HIServices
    __DATA a0237000-a0242000 [ 44K] rw-/rwx SM=COW /usr/lib/libicucore.A.dylib
    shared pmap a0242000-a0251000 [ 60K] rw-/rwx SM=COW
    __DATA a0251000-a0252000 [ 4K] rw-/rwx SM=COW /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CommonPanels.framework/Versions/A/CommonPanels
    __OBJC a0252000-a0253000 [ 4K] rw-/rwx SM=COW /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CommonPanels.framework/Versions/A/CommonPanels
    shared pmap a0253000-a0256000 [ 12K] rw-/rwx SM=COW
    __DATA a0256000-a0257000 [ 4K] rw-/rwx SM=COW /System/Library/PrivateFrameworks/HelpData.framework/Versions/A/HelpData
    __OBJC a0257000-a0259000 [ 8K] rw-/rwx SM=COW /System/Library/PrivateFrameworks/HelpData.framework/Versions/A/HelpData
    __DATA a0259000-a039b000 [ 1288K] rw-/rwx SM=COW /System/Library/QuickTime/QuickTimeComponents.component/Contents/MacOS/QuickTimeComponents
    __OBJC a039b000-a039c000 [ 4K] rw-/rwx SM=COW /System/Library/QuickTime/QuickTimeComponents.component/Contents/MacOS/QuickTimeComponents
    __DATA a039c000-a03a6000 [ 40K] rw-/rwx SM=COW /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/LaunchServices.framework/Versions/A/LaunchServices
    shared pmap a03a6000-a03b0000 [ 40K] rw-/rwx SM=COW
    __DATA a03b0000-a03b2000 [ 8K] rw-/rwx SM=COW /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/DictionaryServices.framework/Versions/A/DictionaryServices
    __DATA a03b2000-a03d4000 [ 136K] rw-/rwx SM=COW /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphics.framework/Versions/A/CoreGraphics
    shared pmap a03d4000-a040c000 [ 224K] rw-/rwx SM=COW
    __DATA a040c000-a0410000 [ 16K] rw-/rwx SM=COW /System/Library/Frameworks/Kerberos.framework/Versions/A/Kerberos
    __DATA a0410000-a0411000 [ 4K] rw-/rwx SM=COW /System/Library/Frameworks/Accelerate.framework/Versions/A/Accelerate
    __DATA a0411000-a0413000 [ 8K] rw-/rwx SM=COW /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libBLAS.dylib
    __DATA a0413000-a0414000 [ 4K] rw-/rwx SM=COW /usr/lib/libsqlite3.0.dylib
    __DATA a0414000-a0433000 [ 124K] rw-/rwx SM=COW /System/Library/Frameworks/QuickTime.framework/Versions/A/QuickTime
    __DATA a0433000-a0438000 [ 20K] rw-/rwx SM=COW /System/Library/Frameworks/SystemConfiguration.framework/Versions/A/SystemConfiguration
    __DATA a0438000-a0439000 [ 4K] rw-/rwx SM=COW /usr/lib/libz.1.dylib
    shared pmap a0439000-a043b000 [ 8K] rw-/rwx SM=COW
    __DATA a043b000-a046e000 [ 204K] rw-/rwx SM=COW /System/Library/Frameworks/AppKit.framework/Versions/C/AppKit
    __OBJC a046e000-a0500000 [ 584K] rw-/rwx SM=COW /System/Library/Frameworks/AppKit.framework/Versions/C/AppKit
    __DATA a0500000-a0513000 [ 76K] rw-/rwx SM=COW /usr/lib/libcrypto.0.9.7.dylib
    __DATA a0513000-a0514000 [ 4K] rw-/rwx SM=COW /usr/lib/system/libmathCommon.A.dylib
    shared pmap a0514000-a051e000 [ 40K] rw-/rwx SM=COW
    __DATA a051e000-a051f000 [ 4K] rw-/rwx SM=COW /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libJPEG.dylib
    __DATA a051f000-a0520000 [ 4K] rw-/rwx SM=COW /System/Library/PrivateFrameworks/InstallServer.framework/Versions/A/InstallServer
    __DATA a0520000-a0521000 [ 4K] rw-/rwx SM=COW /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libvDSP.dylib
    __DATA a0521000-a0524000 [ 12K] rw-/rwx SM=COW /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/SpeechSynthesis.framework/Versions/A/SpeechSynthesis
    __DATA a0524000-a0525000 [ 4K] rw-/rwx SM=COW /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib
    shared pmap a0525000-a052a000 [ 20K] rw-/rwx SM=COW
    __DATA a052a000-a052c000 [ 8K] rw-/rwx SM=COW /System/Library/Frameworks/CoreVideo.framework/Versions/A/CoreVideo
    shared pmap a052c000-a052d000 [ 4K] rw-/rwx SM=COW
    __DATA a052d000-a0533000 [ 24K] rw-/rwx SM=COW /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Ink.framework/Versions/A/Ink
    __DATA a0533000-a053d000 [ 40K] rw-/rwx SM=COW /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HTMLRendering.framework/Versions/A/HTMLRendering
    shared pmap a053d000-a054a000 [ 52K] rw-/rwx SM=COW
    __DATA a054a000-a0553000 [ 36K] rw-/rwx SM=COW /usr/lib/libncurses.5.4.dylib
    shared pmap a0553000-a0554000 [ 4K] rw-/rwx SM=COW
    __DATA a0554000-a0557000 [ 12K] rw-/rwx SM=COW /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/OpenScripting.framework/Versions/A/OpenScripting
    shared pmap a0557000-a0593000 [ 240K] rw-/rwx SM=COW
    __DATA a0593000-a059b000 [ 32K] rw-/rwx SM=COW /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ColorSync.framework/Versions/A/ColorSync
    shared pmap a059b000-a059e000 [ 12K] rw-/rwx SM=COW
    __DATA a059e000-a05e5000 [ 284K] rw-/rwx SM=COW /System/Library/Frameworks/Security.framework/Versions/A/Security
    __DATA a05e5000-a05f8000 [ 76K] rw-/rwx SM=COW /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/ImageIO
    __DATA a05f8000-a05f9000 [ 4K] rw-/rwx SM=COW /System/Library/Frameworks/OpenGL.framework/Versions/A/OpenGL
    shared pmap a05f9000-a0604000 [ 44K] rw-/rwx SM=COW
    __DATA a0604000-a0614000 [ 64K] rw-/rwx SM=COW /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SearchKit.framework/Versions/A/SearchKit
    __DATA a0614000-a0618000 [ 16K] rw-/rwx SM=COW /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/ATS
    __DATA a0618000-a0619000 [ 4K] rw-/rwx SM=COW /usr/lib/libxslt.1.dylib
    __DATA a0619000-a063a000 [ 132K] rw-/rwx SM=COW /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HIToolbox.framework/Versions/A/HIToolbox
    __OBJC a063a000-a063d000 [ 12K] rw-/rwx SM=COW /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HIToolbox.framework/Versions/A/HIToolbox
    __DATA a063d000-a063e000 [ 4K] rw-/rwx SM=COW /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libGIF.dylib
    shared pmap a063e000-a0641000 [ 12K] rw-/rwx SM=COW
    __DATA a0641000-a064b000 [ 40K] rw-/rwx SM=COW /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/PrintCore.framework/Versions/A/PrintCore
    shared pmap a064b000-a064e000 [ 12K] rw-/rwx SM=COW
    __DATA a064e000-a0652000 [ 16K] rw-/rwx SM=COW /System/Library/PrivateFrameworks/DesktopServicesPriv.framework/Versions/A/DesktopServicesPriv
    shared pmap a0652000-a0676000 [ 144K] rw-/rwx SM=COW
    __DATA a0676000-a0697000 [ 132K] rw-/rwx SM=COW /System/Library/Frameworks/QuartzCore.framework/Versions/A/QuartzCore
    __OBJC a0697000-a06b5000 [ 120K] rw-/rwx SM=COW /System/Library/Frameworks/QuartzCore.framework/Versions/A/QuartzCore
    __DATA a06b5000-a06b6000 [ 4K] rw-/rwx SM=COW /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphics.framework/Versions/A/Resources/libCSync.A.dylib
    __DATA a06b6000-a06b8000 [ 8K] rw-/rwx SM=COW /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libTIFF.dylib
    __DATA a06b8000-a06b9000 [ 4K] rw-/rwx SM=COW /System/Library/Frameworks/Cocoa.framework/Versions/A/Cocoa
    __DATA a06b9000-a06ba000 [ 4K] rw-/rwx SM=COW /usr/lib/libffi.dylib
    shared pmap a06ba000-a06fe000 [ 272K] rw-/rwx SM=COW
    __DATA a06fe000-a06ff000 [ 4K] rw-/rwx SM=COW /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libRadiance.dylib
    __DATA a06ff000-a0700000 [ 4K] rw-/rwx SM=COW /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLU.dylib
    shared pmap a0700000-a0729000 [ 164K] rw-/rwx SM=COW
    __DATA a0729000-a0734000 [ 44K] rw-/rwx SM=COW /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CarbonCore.framework/Versions/A/CarbonCore
    __DATA a0734000-a0736000 [ 8K] rw-/rwx SM=COW /System/Library/PrivateFrameworks/Shortcut.framework/Versions/A/Shortcut
    __OBJC a0736000-a073b000 [ 20K] rw-/rwx SM=COW /System/Library/PrivateFrameworks/Shortcut.framework/Versions/A/Shortcut
    shared pmap a073b000-a074b000 [ 64K] rw-/rwx SM=COW
    __DATA a074b000-a074f000 [ 16K] rw-/rwx SM=COW /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/ImageCapture.framework/Versions/A/ImageCapture
    shared pmap a074f000-a0769000 [ 104K] rw-/rwx SM=COW
    __DATA a0769000-a076d000 [ 16K] rw-/rwx SM=COW /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Metadata.framework/Versions/A/Metadata
    __DATA a076d000-a076e000 [ 4K] rw-/rwx SM=COW /usr/lib/libresolv.9.dylib
    __DATA a076e000-a076f000 [ 4K] rw-/rwx SM=COW /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CarbonSound.framework/Versions/A/CarbonSound
    __DATA a076f000-a0770000 [ 4K] rw-/rwx SM=COW /System/Library/Frameworks/AGL.framework/Versions/A/AGL
    shared pmap a0770000-a077e000 [ 56K] rw-/rwx SM=COW
    __DATA a077e000-a0781000 [ 12K] rw-/rwx SM=COW /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/NavigationServices.framework/Versions/A/NavigationServices
    shared pmap a0781000-a07b1000 [ 192K] rw-/rwx SM=COW
    __DATA a07b1000-a07b2000 [ 4K] rw-/rwx SM=COW /usr/lib/libbsm.dylib
    __DATA a07b2000-a07c8000 [ 88K] rw-/rwx SM=COW /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
    __OBJC a07c8000-a07cd000 [ 20K] rw-/rwx SM=COW /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
    shared pmap a07cd000-a07ce000 [ 4K] rw-/rwx SM=COW
    __DATA a07ce000-a07d3000 [ 20K] rw-/rwx SM=COW /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CFNetwork.framework/Versions/A/CFNetwork
    __DATA a07d3000-a07d4000 [ 4K] rw-/rwx SM=COW /System/Library/Frameworks/Carbon.framework/Versions/A/Carbon
    __DATA a07d4000-a07d6000 [ 8K] rw-/rwx SM=COW /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/AE.framework/Versions/A/AE
    __DATA a07d6000-a07e4000 [ 56K] rw-/rwx SM=COW /usr/lib/libxml2.2.dylib
    shared pmap a07e4000-a0801000 [ 116K] rw-/rwx SM=COW
    __DATA a0801000-a080b000 [ 40K] rw-/rwx SM=COW /System/Library/Frameworks/CoreAudio.framework/Versions/A/CoreAudio
    shared pmap a080b000-a082d000 [ 136K] rw-/rwx SM=COW
    __DATA a082d000-a082e000 [ 4K] rw-/rwx SM=COW /System/Library/Frameworks/vecLib.framework/Versions/A/vecLib
    shared pmap a082e000-a082f000 [ 4K] rw-/rwx SM=COW
    __DATA a082f000-a0834000 [ 20K] rw-/rwx SM=COW /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreText.framework/Versions/A/CoreText
    __OBJC a0834000-a0835000 [ 4K] rw-/rwx SM=COW /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreText.framework/Versions/A/CoreText
    shared pmap a0835000-a0836000 [ 4K] rw-/rwx SM=COW
    __DATA a0836000-a083b000 [ 20K] rw-/rwx SM=COW /System/Library/PrivateFrameworks/CoreUI.framework/Versions/A/CoreUI
    __OBJC a083b000-a083c000 [ 4K] rw-/rwx SM=COW /System/Library/PrivateFrameworks/CoreUI.framework/Versions/A/CoreUI
    shared pmap a083c000-a083e000 [ 8K] rw-/rwx SM=COW
    CoreGraphics b000f000-b0017000 [ 32K] rw-/rw- SM=SHM
    CG shared images b0021000-b0029000 [ 32K] rw-/rwx SM=SHM
    CG shared images b002a000-b0044000 [ 104K] rw-/rwx SM=SHM
    Stack b0045000-b00c6000 [ 516K] rw-/rwx SM=PRV thread 1
    Stack b00c7000-b0148000 [ 516K] rw-/rwx SM=PRV thread 2
    CoreGraphics b0516000-b051e000 [ 32K] rw-/rw- SM=SHM
    CG backing stores b051f000-b0542000 [ 140K] rw-/rw- SM=SHM
    CG backing stores b0776000-b0777000 [ 4K] rw-/rw- SM=SHM
    CG backing stores b339e000-b3516000 [ 1504K] rw-/rw- SM=SHM
    Stack bf800000-bfffe000 [ 8184K] rw-/rwx SM=ZER
    Stack bfffe000-c0000000 [ 8K] rw-/rwx SM=COW thread 0
    ==== Legend
    SM=sharing mode:
    COW=copyonwrite PRV=private NUL=empty ALI=aliased
    SHM=shared ZER=zero_filled S/A=shared_alias
    ==== Summary for process 3332
    ReadOnly portion of Libraries: Total=94.3M resident=37.0M(39%) swappedout_orunallocated=57.3M(61%)
    Writable regions: Total=324.5M written=572K(0%) resident=5328K(2%) swapped_out=92K(0%) unallocated=319.3M(98%)
    REGION TYPE [ VIRTUAL]
    =========== [ =======]
    ATS (font support) [ 32.7M]
    CG backing stores [ 1648K]
    CG raster data [ 64K]
    CG shared images [ 3208K]
    Carbon [ 8668K]
    CoreGraphics [ 200K]
    IOKit [ 256.0M]
    MALLOC [ 10.6M]
    Memory tag=240 [ 4K]
    STACK GUARD [ 56.0M]
    Stack [ 9224K]
    VM_ALLOCATE ? [ 312K]
    __DATA [ 5720K]
    __IMAGE [ 1240K]
    __IMPORT [ 456K]
    __LINKEDIT [ 4416K]
    __OBJC [ 1140K]
    __PAGEZERO [ 4K]
    __TEXT [ 90.0M]
    __UNICODE [ 532K]
    mapped file [ 27.0M]
    shared memory [ 16.0M]
    shared pmap [ 2932K]

  • Can I target the STM32 Primer2 hardware with LabVIEW for ARM

    The STM32 Primer2 hardware looks very cool.  Can LabVIEW for Arm target this hardware?  From looking at the list of ARM devices supported by LabVIEW, this would appears to be a Tier 2 device (ARM Cortex-M3) with no support for TCP/IP or IO.
    Can anyone tell me the feasibility or effort required to get TCP/IP, IO, and maybe even display support for this device? 
    Message Edited by Jim Kring on 09-11-2009 10:46 AM

    Have you ever said something you wish you could take back after having time to reflect upon it?  Another forum I like, http://newsbusters.org lets the author edit his posts for a short time.  Maybe NI could to that and I would not be pulling out my foot so often.
    Well, perhaps I was a bit more "colorful" than I meant to be.  Frustration does that to me sometimes.  Still the idea of a strong rope covered with disgusting risks does get the point across magnificently.  I just wish I had saved it for something more suitable.
    Let me think back to some of the problems I've had in which I've lost hours trying to figure out...
    1.  Can't use the Wait ms function.  It halts the program.  Express wait works fine.  It was sprinkled throughout which made it hard to isolate.
    2.  Some sub VIs don't run unless they are checked as inline code.  I don't yet understand why.
    3.  At the beginning of my main vi there was a small cluster in which I filled the data from an SD card file.  I used a constant of the cluster on the input of the Bundle function, but because my program and variable sizes were near the max I changed a number of variable representations to save memory.  ...But I didn't replace the constant.  The program started exhibiting really strange behaviors.  I couldn't even get a simple state machine to run.  I was reduced to commenting out (disable structure) sections to find the problem before noticing the coercion dot on the input to the bundle (The dot against the red string color doesn't stand out very strongly which is why I missed it).  Apparently it overwrote memory since the older cluster was significantly larger than the new.
    4.  Spent a lot of time trying to get the SD card to work with SPI functions.  Even though I read that 2009 supported SD card file services I didn't intuitively understand how to wire up since the Open/Create/Replace function has a ref num output which actually connects to the file(use dialog) input of the read and write functions.
    5.  Had a problem with breakpoints and probes not working.  That apparently was caused by item #3.
    6.  Typo bug in the Arm_irq.c file  LM3Sxxxx_GPIOCAHandlerP to LM3Sxxxx_GPIOCHandlerP
    Some of these are of the rope variety. A few are actual bugs.  All probably could have been solved in moments had I a local guru.  Anyway, I've spent hours and my hands hurt.  I hope to have this little project working on the LM3s8962 today and after some hardware changes will port it over to the Primer2... Hopefully...
    This forum has been a real help... especially your quick responses.
    regards to all,
    David 

  • Ever since installig ios5 my ipad1 crashes constantly for no reason. Any suggestions?

    Ever since installig ios5 my ipad1 crashes constantly for no reason. Any suggestions?

    Some Users have Reported that a  Restore as New  has helped Resolve issues...
    Backup and Set Up as New Device
    http://support.apple.com/kb/HT4137

  • I have iPhone 4 and I update it to iOS 7 and when I try to start the personal hotspot it crashed and for sometime my cellular data was also not working then allot a sudden the personal hotspot icon disappeared from my settings

    I have iPhone 4 and I update it to iOS 7 and when I try to start the personal hotspot it crashed and for sometime my cellular data was also not working then allot a sudden the personal hotspot icon disappeared from my settings.
    Has anyone faced a problem like this!!!

    No. If you go Settings App > General > Reset > "Erase All Content and Settings", you will have the same iOS that was on the iPhone when you tapped the Erase button. If you believe your iPhone is Jailbroken, then this will not work. If you use iTunes on computer, this will put iPhone to current iOS which is iOS 7.0.2

  • Crash report for elements organizer

    I have a problem with photoshop elements 8 when I click on slideshow I get a crash report for Elements organizer. " Adobe has detected that the application elements organizer has unexpectedly quit".  That't it I have tried different trouble shooting things but nothing has worked so far.  I have windows xp.  Has this happened to anyone else or does anyone have any ideas on how to fix this?

    PSE 8 crashes on me too. I'm running XP SP3. I open up PSE 8 in the Organize mode with a small (2 pictures) test catalog and even if I don't do anything else, PSE 8 will crash in about 60 seconds with this error message: "Adobe has detected that the application Elements Organizer has unexpectedly quit". I've submitted about a dozen crash reports. I went through a bunch of Adobe's "knowledge base" articles trying to address this problem; I even re-installed PSE 8 -- all to no avail. The version on PSE 8 is "8.0.0.0". I'm guessing there's a bug in the Windows version of PSE 8 and Adobe needs to issue a patch to fix it. Let's see how long it takes Adobe to respond.
    EDIT: The fix for the above problem was to disable the "Edit > Preferences > Auto-Analyzer Option > Recognize People Automatically" option. I found this fix in this Adobe forum: http://forums.adobe.com/message/2287072#2287072

  • Unresolved kernel trap(cpu 1): 0x300 - Data access DAR=0x00000000000364FC PC=0x000000000001BA7C Latest crash info for cpu 1:    Exception state (sv=0x6e101780)       PC=0x0001BA7C; MSR=0x00009030; DAR=0x000364FC; DSISR=0x0A000000; LR=0x0001DF3C; R1=0x6E1

    who can help me with this kernel panic ,i do not look all hard ware have tests done and there is noting in
    Unresolved kernel trap(cpu 1): 0x300 - Data access DAR=0x00000000000364FC PC=0x000000000001BA7C
    Latest crash info for cpu 1:
       Exception state (sv=0x6e101780)
          PC=0x0001BA7C; MSR=0x00009030; DAR=0x000364FC; DSISR=0x0A000000; LR=0x0001DF3C; R1=0x6E14FC70; XCP=0x0000000C (0x300 - Data access)
          Backtrace:
    0x06EFE490 0x0002C30C 0x0002C2FC 0x00031768 0x0003F2A0 0x000B1DD4
    Proceeding back via exception chain:
       Exception state (sv=0x6e101780)
          previously dumped as "Latest" state. skipping...
       Exception state (sv=0x62ab1780)
          PC=0x00000000; MSR=0x0000D030; DAR=0x00000000; DSISR=0x00000000; LR=0x00000000; R1=0x00000000; XCP=0x00000000 (Unknown)

    Hi,
    Really tough to tell from that little of info, is there more?
    Does it boot at all? How often does it KP?
    One way to test is to Safe Boot from the HD, (holding Shift key down at bootup), does it KP then?
    PS. Safe boot may stay on the gray radian for a long time, let it go, it's trying to repair the Hard Drive
    Might try disabling some CPUs.
    The cpus boot argument can range from 1 up to the total number of processor cores on your system.
    http://developer.apple.com/mac/library/qa/qa2001/qa1141.html
    You might try this also, thanks to old comm guy...
    This can be done in open firmware,(boot with cmd+option+O+F held down).
    setenv boot-args cpus=1
    reset-all

  • Create a cross compiler for arm

    I am struggling with building a cross toolchain, essentially it boils down to building these packages (in thegiven order):
    binutils gcc-base newlib gcc
    When done I am trying to compile a dummy cpp algorithm (euler gcd/ggT search) with no includes.
    What the cross toolchain spits at me is the following:
    $ arm-unknown-eabi-gcc -march=armv5te ./euklidisch_ggt.c -o ./euklidisch_ggt.bin.armv5te
    /usr/bin/arm-unknown-eabi-ld: skipping incompatible /usr/lib/gcc/arm-unknown-eabi/4.5.2/../../../../arm-unknown-eabi/lib/libc.a when searching for -lc
    /usr/bin/arm-unknown-eabi-ld: skipping incompatible /usr/arm-unknown-eabi/lib/libc.a when searching for -lc
    /usr/bin/arm-unknown-eabi-ld: cannot find -lc
    collect2: ld returned 1 exit status
    I wrote a little script to build it (as I got pretty much fed up doing it all by hund, round #7 just failed again)
    Note: it is semi-automated, you will still be requested to give your passwd to agree with install and blah
    Note: use it with arg "cleanup" to get rid of old installed packages (run as root)
    Note: use it to compile as user
    #!/bin/bash
    BUILDERUSER=buildmonkey
    PREFIX="/usr"
    TARGET="arm-unknown-eabi"
    PKGBUILDDIR="/home/${BUILDERUSER}/PKGBUILD"
    PKGS="binutils gcc-base newlib gcc"
    export PREFIX
    export TARGET
    export BUILDERUSER
    export PKGS
    export PKGBUILDDIR
    function cleanup
    for j in ${PKGS}
    do
    export j
    echo "Removing package ${TARGET}-${j}"
    su -c'pacman -R ${TARGET}-${j}'
    done
    function compile_and_install
    cd ${PKGBUILDDIR}
    echo ""
    echo ""
    echo "Compileing ${TARGET}-${1} ... "
    echo ""
    echo ""
    cd ./${TARGET}-${1}
    rm ./${TARGET}-${1}*
    makepkg -f || return 1
    su -c 'pacman -U ./${TARGET}-${1}*'
    echo ""
    if [ "${1}" == "cleanup" ]; then
    echo "cleanup requested...."
    cleanup
    exit 0
    fi
    if [ "$(id -u)" == "0" ]; then
    echo "This script must not be run as root!!" 1>&2
    exit 1
    fi
    echo ""
    if [ -d "${PKGBUILDDIR}" ]; then
    echo "PKGBUILD directory is ${PKGBUILDDIR}"
    else
    echo "PKGBUILD directory ${PKGBUILDDIR} is missing!!"
    exit 1
    fi
    echo "PKGs are ${PKGS}"
    echo ""
    for i in ${PKGS}
    do
    compile_and_install ${i}
    done
    exit 0
    The packagebuilds are as following (hacked away versions of the ones existing in AUR, which give me linker errors)
    binutils
    pkgname=arm-unknown-eabi-binutils
    pkgver=2.21
    pkgrel=1
    pkgdesc="A set of programs to assemble and manipulate binary and object files"
    arch=(i686 x86_64)
    license=(GPL)
    options=(!libtool)
    url="http://sources.redhat.com/binutils"
    depends=('glibc' 'zlib')
    source=(ftp://ftp.gnu.org/gnu/binutils/binutils-${pkgver}.tar.bz2)
    md5sums=('c84c5acc9d266f1a7044b51c85a823f5')
    build() {
    cd $srcdir/binutils-${pkgver}
    [ $NOEXTRACT -eq 1 ] || ./configure\
    --prefix=${PREFIX} \
    --program-prefix=${TARGET}- \
    --enable-shared \
    --disable-multilib \
    --with-lib-path=${PREFIX}/lib/binutils/{TARGET} \
    --disable-nls \
    --target=${TARGET} \
    --build=${CHOST} \
    --host=${CHOST}
    # mkdir -p $pkgdir/${PREFIX}/lib/binutils
    sed -i 's|know (S_GET_VALUE (frag->tc_frag_data.last_map) < S_GET_VALUE (symbolP));|{know (S_GET_VALUE (frag->tc_frag_data.last_map) < S_GET_VALUE (symbolP));}|' gas/config/tc-arm.c || return 1
    make configure-host
    make tooldir=$pkgdir/${PREFIX}
    make prefix=$pkgdir/${PREFIX} tooldir=$pkgdir/${PREFIX} install
    mkdir -p $pkgdir/${PREFIX}/lib/binutils/${TARGET}
    cp -v include/libiberty.h $pkgdir/${PREFIX}/lib/binutils/${TARGET}
    rm -f $pkgdir/${PREFIX}/man/man1/{dlltool,nlmconv,windres}*
    rm -f $pkgdir/usr/bin/ar
    rm -f $pkgdir/usr/bin/as
    rm -f $pkgdir/usr/bin/ld
    rm -f $pkgdir/usr/bin/nm
    rm -f $pkgdir/usr/bin/objdump
    rm -f $pkgdir/usr/bin/ranlib
    rm -f $pkgdir/usr/bin/strip
    rm -f $pkgdir/usr/bin/objcopy
    rm -f $pkgdir/usr/lib/libiberty.a
    rm -rf $pkgdir/usr/share
    rm -rf $pkgdir/usr/lib/ldscripts
    gcc-base
    pkgname=arm-unknown-eabi-gcc-base
    pkgver=4.5.2
    pkgrel=1
    pkgdesc="The GNU Compiler Collection"
    arch=(i686 x86_64)
    license=('GPL' 'LGPL')
    url="http://gcc.gnu.org"
    depends=('arm-unknown-eabi-binutils' 'libmpc' 'libelf' 'cloog-ppl')
    options=(!libtool !emptydirs zipman docs !strip)
    source=(ftp://gcc.gnu.org/pub/gcc/releases/gcc-${pkgver}/gcc-core-${pkgver}.tar.bz2)
    md5sums=('aa9e36bec080452372bfba793428ee82')
    build() {
    cd $srcdir/gcc-$pkgver
    export CFLAGS="-O2 -pipe"
    export CXXFLAGS="-O2 -pipe"
    [ $NOEXTRACT -eq 1 ] || rm -rf build
    mkdir build
    cd build
    [ $NOEXTRACT -eq 1 ] || ../configure --prefix=${PREFIX} \
    --target=${TARGET} \
    --host=$CHOST \
    --build=$CHOST \
    --enable-shared \
    --disable-nls \
    --enable-languages=c \
    --enable-multilib \
    --with-local-prefix=${PREFIX}/lib/${TARGET} \
    --with-as=${PREFIX}/bin/${TARGET}-as \
    --with-ld=${PREFIX}/bin/${TARGET}-ld \
    --enable-softfloat \
    --with-float=soft \
    --with-newlib
    make all-gcc all-target-libgcc
    make DESTDIR=$pkgdir install-gcc install-target-libgcc
    rm -f $pkgdir/usr/share/man/man7/fsf-funding.7*
    rm -f $pkgdir/usr/share/man/man7/gfdl.7*
    rm -f $pkgdir/usr/share/man/man7/gpl.7*
    rm -rf $pkgdir/usr/share/info
    cp -r $pkgdir/usr/libexec/* $pkgdir/usr/lib/
    rm -rf $pkgdir/usr/libexec
    # strip it manually
    strip $pkgdir/usr/bin/* 2>/dev/null || true
    find $pkgdir/usr/lib -type f -exec arm-none-eabi-strip {} \; 2>/dev/null || true
    newlib
    pkgname=arm-unknown-eabi-newlib
    pkgver=1.19.0
    pkgrel=1
    pkgdesc="Newlib is a C library intended for use on embedded systems."
    arch=('i686' 'x86_64')
    groups=('devel')
    url="http://sourceware.org/newlib/"
    license=('GPL')
    depends=('arm-unknown-eabi-binutils' 'arm-unknown-eabi-gcc-base')
    source=(ftp://sources.redhat.com/pub/newlib/newlib-${pkgver}.tar.gz)
    md5sums=('0966e19f03217db9e9076894b47e6601')
    build() {
    cd ${srcdir}
    rm -rf build
    mkdir build
    cd build
    export CFLAGS="-O2"
    ../newlib-${pkgver}/configure \
    --target=${TARGET} \
    --prefix=${PREFIX} \
    --enable-interwork \
    --enable-multilib \
    --with-gnu-as \
    --with-gnu-ld \
    --with-float=soft \
    --disable-nls || return 1
    make || return 1
    make -j1 DESTDIR=${pkgdir} install || return 1
    rm -rf ${pkgdir}/usr/share/info
    return 0
    gcc:
    pkgname=arm-unknown-eabi-gcc
    pkgver=4.5.2
    pkgrel=1
    pkgdesc="The GNU Compiler Collection - Cross compiler for ARM target"
    arch=(i686 x86_64)
    license=('GPL' 'LGPL')
    url="http://gcc.gnu.org"
    #an installed libc/newlib is needed for libstdc++ compile
    depends=('arm-unknown-eabi-binutils>=2.18' 'cloog-ppl>=0.15.3' 'arm-unknown-eabi-newlib>=1.18.0')
    # cross-arm-none-eabi-gcc is an superset of cross-arm-none-eabi-gcc-base
    conflicts=('arm-unknown-eabi-gcc-base')
    provides=("arm-unknown-eabi-gcc-base=${pkgver}")
    options=(!libtool !emptydirs !strip zipman docs)
    source=(ftp://gcc.gnu.org/pub/gcc/releases/gcc-${pkgver}/gcc-${pkgver}.tar.bz2)
    md5sums=('d6559145853fbaaa0fd7556ed93bce9a')
    build() {
    cd ${srcdir}/gcc-$pkgver
    export CFLAGS="-O2 -pipe"
    export CXXFLAGS="-O2 -pipe"
    rm -rf build
    mkdir build
    cd build
    ../configure \
    --prefix=${PREFIX} \
    --target=${TARGET} \
    --build=${CHOST} \
    --host=${CHOST} \
    --disable-nls \
    --enable-multilib \
    --enable-languages=c,c++ \
    --enable-__cxa_atexit \
    --enable-interwork \
    --with-local-prefix=${PREFIX}/lib/${TARGET} \
    --with-as=${PREFIX}/bin/${TARGET}-as \
    --with-ld=${PREFIX}/bin/${TARGET}-ld \
    --with-newlib \
    --with-float=soft
    make all-gcc all-target-libgcc all-target-libstdc++-v3 || return 1
    make DESTDIR=${pkgdir} install-gcc install-target-libgcc install-target-libstdc++-v3 || return 1
    rm -f $pkgdir/usr/share/man/man7/fsf-funding.7*
    rm -f $pkgdir/usr/share/man/man7/gfdl.7*
    rm -f $pkgdir/usr/share/man/man7/gpl.7*
    rm -rf $pkgdir/usr/share/info
    rm -rf $pkgdir/usr/share/gcc-4.5.2
    cp -r $pkgdir/usr/libexec/* $pkgdir/usr/lib/ && \
    rm -rf $pkgdir/usr/libexec
    I already read linux from scratch howto for building cross compilers, though partly it contradicts with AUR comments especially in regard to --with-sysroot and --with-build-sysroot
    If someone can please shed some light on this, the gcc doc is not very helpfull
    Note: I know that a bare metal arm elf cross compiler exisis in the archlinux repository but that is not sufficient as I need different targets with some special options (where can I get the PKGBUILD from packages within the ABS?)

    Current targets are armv7vfpv3 and armv5te softfloat, this compiler(s) (afaik softfloat and hardfloat can not be put into one compiler, correct me if I am wrong) will be used as basis for kernel compileing for these architectures plus the basic packages (afaik called bootstrapping).
    And I knew it was not really newby stuff, but .. well .. after searching like 5 mins for an appropriate subforum I gave up and posted it just here, sorry
    The point is this is the basis for a lot of core packages and I just want to do it right (and atm it ain't working at all )
    Last edited by drahnr (2011-04-05 22:36:11)

  • Every .mov file crashes QT7 for win

    I can't seem to find anyone else with this error. Every time I click the play button a video will begin to play and then QT crashes after approx. 1 sec. I get the "QuickTime Player has encountered a problem and needs to close" windows message. In the error report, the error sig is a follows:
    AppName: quicktimeplayer.exe      AppVer: 7.0.3.25      ModName: quicktimeh264.qtx
    ModVer: 7.0.3.25      Offset: 00012ec0
    I'm using win xp pro, sp2. have a radeon 9800 pro with the most recent ATI drivers. Anyone have any help they can offer? I've tried reinstalling, etc...
    Thanks!

    Actually, it seems that this only happens when I'm playing local files. If i'm playing streaming content, I do not crash. For example, a quicktime video embedded in a webpage is fine, my brower does not crash. If I try to open a local .mov file, either through the stand-alone player or through a browser, I crash and get the above error, though. Any insight, please?

  • Crash logs for Nokia N8

    Hi
    Please tell me where to find the crash logs for nokia n8
    thanks

    ajithvr wrote:
    can any one from Nokia pls confirm will belle FP1 update be available for nokia n8 or the last belle update is the final one. Only with the reply need to plan further ahead. Thanking u in advance. Hope someone Will reply.
    The N8 won't be getting the FP1 update. FP1 is for the 603, 700 and 701 which will increase their respective CPU's from 1 GHz to 1.3 GHz but the N8's CPU clock cannot be increased. I did read somewhere that the N8 will receive a further update but I don't know the specifics of that.
    Ray. 

Maybe you are looking for

  • Can't add database field or text object to a report (new and existing)

    We have Crystal Report 8.5 and when trying to modify an existing report or create a new report, I can't seem to add any database fields or text objects in my report.  I get a prohibition symbol (circle with a backslash inside it) when I hover over th

  • Hello everyone, How do i add another printer to my HP Solution Center?

    I have an HP 6500 that comes up on the solution center. I also have an HP C8180 hooked up to my computer and would like to scan etc from the HP Solution center, how do I get the 2 printers to figure on the Solution Center?

  • GL DOCUMENT

    HI I NEED GL DOCUMENT OF BEGINERS.....IF ANY ANYONE HAVE SO PLZ REPL......BCOZ I M NEW IN APPLICATON

  • Subcontract Production order generates wrong Purchase requisition

    Hi, My users are creating subcon Production Orders with the CO01 t-code, and they reported to me that the Purchase requisition generated by the production order is of a different number range, thus they are unable to convert these PR into Purchase or

  • WD Intellipark - has the problem been solved?

    Hey folks, I want to buy a new hard disk for my arch server. I need a capacity of ~1TB and I also want to make sure, that the emission (noise, heat) and power consumption is very low. My search for a suitable hard drive led me to the Green series of