Preference Path

I've installed Oracle9i AS Portal on Windows 2000 Server. When I try to browse the Portal30 home page, I'm getting following error message:
Error: The preference path does not exist: Oracle.Portal.Page (WWC-51000)
Would any body help how to create the preference path?

Thanks Jay !
Actually I didn't install the Oracle9i AS Wireless by not filling the entries for pertaining to it during installation which did produce some errors.
Can't we just install Portal that comes with Oracle9i AS? Or the Oracle Wireless is must even if we don't want it?

Similar Messages

  • Error: The preference path does not exist

    Subject:
    Error: The preference path does not exist:
    Oracle.Portal.Page(WWC-51000)]
    I can not resolve this error.
    Have you already experienced this error?
    I'm sending more information below.
    Regards, Dime
    DETAILS:
    ========
    ORACLE Product: iAS 9i EE, v1.0.2
    Platform: RedHat Linox 6.2, kernel 2.2.18
    HW Platform:
    IBM Intellistation 6889, Intel P2 350MHz, 384MB
    Problem:
    After successful installation of the Application Server and data base creation, the installation of ORACLE Portal 3.0.6 is successful too, but the following message
    appears when we try to access the URL http://servername:port/pls/portal30:
    Error: The preference path does not exist:
    Oracle.Portal.Page (WWC-51000)
    About the Attachments:
    - init.ora.original (the original init.ora file)
    - init.ora.try1 (the file modified as described in the configuration guide)
    - init.ora.try2 (according suggestions in the discussion group on
    the ORACLE Metal Partners Site)
    - install.log (install.log generated with init.ora.try2)
    Regards,
    Dimitar Indovski,
    GORD Systems
    ATTACHMENT-1 (init.ora.original)
    db_name=DEFAULT
    db_files= 80 # SMALL
    db_file_multiblock_read_count = 8 # SMALL
    db_block_buffers = 100 # SMALL
    shared_pool_size = 3500000 # SMALL
    log_checkpoint_interval = 10000
    processes = 50 # SMALL
    parallel_max_servers = 5 # SMALL
    log_buffer = 32768 # SMALL
    max_dump_file_size = 10240 # limit trace file size to 5 Meg each
    global_names = TRUE
    control_files = (ora_control1, ora_control2)
    ATTACHMENT-2 (init.ora.try1)
    db_name=DEFAULT
    db_files = 80 # SMALL
    db_file_multiblock_read_count = 8 # SMALL
    db_block_buffers = 100 # SMALL
    shared_pool_size = 3500000 # SMALL
    log_checkpoint_interval = 10000
    processes = 50 # SMALL
    parallel_max_servers = 5 # SMALL
    log_buffer = 32768 # SMALL
    max_dump_file_size = 10240 # limit trace file size to 5 Meg each
    global_names = TRUE
    control_files = (ora_control1, ora_control2)
    max_enabled_roles = 25
    open_cursors = 50
    compatible = 8.1.0
    java_pool_size = 20
    ATTACHMENT-3 (init.ora.try2)
    db_name=DEFAULT
    db_file_multiblock_read_count = 16
    db_block_buffers = 550
    shared_pool_size = 31457280
    log_checkpoint_interval = 10000
    processes = 100
    parallel_max_servers = 5
    log_buffer = 32768
    max_dump_file_size = 10240
    global_names = TRUE
    control_files = (ora_control1, ora_control2)
    open_cursors = 300
    large_pool_size = 45000000
    java_pool_size = 32768000
    db_block_size = 8192
    ATTACHMENT-4 (install.log.gz)
    -----------------------------

    Dennis
    A general shared_pool_size Q&A is part of the Troubleshooting Guide on OTN: http://technet.oracle.com/products/iportal/htdocs/portal_troubleshooting.htm
    The Configuration Assistant determines the shared pool size from the view v$parameter,
    which lists information about the initialization parameters (populated from init.ora file). If the shared_pool_size value is more than 15728640 (for a default installation), you pass the minimal requirements set by the Portal Installer. Make sure you actually write out all the digits (i.e. 1000000000) and don't use abbreviations (1000M). Currently, the Configuration Assistant does a numeric check against the values that are set and cannot resolve the abbreviate syntax.
    Also try running the sql [select value from v$parameter where name like 'shared_pool_size';] to check if the changes you are making in the init.ora is really getting populated in the v$parameter view. As long as you restart the database once you make the change in init.ora, it should take effect.
    null

  • Accessing the preference path in a dynamic page

    All,
    I would like to access the preference path
    so that I can use the get_names and get_value functions, in a dynamic page. When we create the dynamic page, we don't know what the preference path is. so, how do I get the preference path? e.g Add the dynamic page as a portlet into a content area page.
    Thanks
    Sanjay

    Currently the validation of the PL/SQL block of a dynamic page is not in the
    context of procedure show. So you can not directly refer to the parameters such as p_reference_path.
    There is a way to do it:
    1. use bind variable as the reference path
    <ORACLE>
    declare
    parm1 varchar2(30) :=
    portal30.wwpro_api_parameters.get_value('parm1', :path);
    begin
    htp.p('The value of Parameter 1 is ' &#0124; &#0124; parm1);
    end;
    </ORACLE>
    2. In the Parameter Form Setting, set the default value for the bind variable to #p_reference_path
    Before the PL/SQL block is executed, bind variable path will be bind with the value of procedure show's
    parameter p_reference_path.
    Hope this works.

  • Preference path missing

    Hi Friends,
    Although I could successfully install Oracle Portal 3.0 on Oracle9iAS (ver. 9.0.1) with repository in Oracle8i (ver. 8.1.7), I am unable to access the Oracle Portal Home Page fully using the URL : http://<machine_name>:port/pls/portal30. The page displays the following error when opened.
    Error : The preference path does not exist
    Oracle.Portal.Page (WWC-51000)
    I had chosen Enterprise Edition option while installing Ora9iAS for I wanted Forms and Report Server to be installed.
    What & where settings shall I need to make?
    Which table of the schema- Portal30 should store this preference path?
    Which configuration file should have this information? ( I did not find any lead in the file containing DAD info)
    Have I gone wrong in installation?
    Which type of Oracle9iAS installation should I have followed ?
    Or
    For that matter, anything need to be done as the Portal Administrator for access?
    If so, How?
    Any help to resolve this problem will be long remembered.
    Thanks in advance
    Samir

    Hi,
    The preference path is part of the seed data. It is likely that you have install errors. Check the log at IAS_HOME/assistants/opca/install.log.
    WWC-51000 occurs when your installation is not complete.
    The solution is to change the large_pool size from 600k to the value of 35000000. (in the init.ora file) Make sure that your table-spaces are large enough.
    Then you have to delete all portal30x - user (for a clean db) and restart the db and the installation-script for portal30.
    Also check the following URL for more details:http://technet.oracle.com/products/iportal/htdocs/portal_troubleshooting.htm
    Thanks,
    Anu

  • Form portlets give preference path errors

    Hi there,
    I've created a number of application components that work well
    in isolation. However, when I place them as portlets on a page I
    often get the following (or similar) error messages when I flick
    between the tabs that contain the portlets.
    Error: An unexpected error occurred: ORA-01403: no data found
    ORA-01403: no data found (WWV-16016)
    An unexpected error occurred: ORA-01403: no data found (WWV-
    16016)
    The preference path does not exist:
    ORACLE.WEBVIEW.PARAMETERS.753_RP_MAINT_ROV_COMPONENT_2498561
    (WWC-51000)
    My components all share a small number of tables and I find the
    problems usually occur when I delete a record from one form
    portlet and then click on a tab to display a different form
    portlet. My forms all contain combobox LOVs based on a query.
    What is causing such annoying problems? I need to fix it ASAP!

    repost...

  • How can one change the Preferences path?

    Hello,
    I've recently discovered the Preferences API and try to learn how to use it but I'm stuck on a problem right now: Is the only place to store my keys/values inside the "JavaSoft/prefs" node?
    I have this piece of code so far:
         * The method used to store preference If no package is specified, the
         * current class' package will be used
         * @throws NullPointerException
         *                 If key or value is null.
         * @throws IllegalArgumentException
         *                 If key.length() exceeds MAX_KEY_LENGTH or if value.length
         *                 exceeds MAX_VALUE_LENGTH.
         * @throws IllegalStateException
         *                 If this node (or an ancestor) has been removed with the
         *                 removeNode() method.
         * @throws BackingStoreException
         *                 If this operation cannot be completed due to a failure in
         *                 the backing store, or inability to communicate with it.
        public void storePreference() throws IllegalArgumentException, NullPointerException, IllegalStateException,
             BackingStoreException
         // The node which will be used is the user specified one
         Preferences prefs = Preferences.userRoot().node(this.tree);
         //We add the listener here so that it is instantiated with the constructor
         prefs.addNodeChangeListener(this);
         prefs.addPreferenceChangeListener(this);
         prefs.put(this.keyName, this.keyValue);
         // Make sure the change is commit
         prefs.flush();
        }Where tree is the path (absolute) where to write data.
    The problem is, whatever the way I approach the thing, I always end in something like:
    |---+JavaSoft
    | |---+Prefs
    | |---MyNode: MyKeys / MyValues
    When I would like something like
    |---+JavaSoft
    | |---+Prefs
    |
    |---+MyApplicationName
    | |---+UserSettings
    | | |---Edvard: MyKeys / MyValues
    Hope I've been clear enough.
    Thanks in advance for helping.
    Edited by: airchtit on Jan 31, 2008 6:50 AM

    While you can't specify arbitary sub-trees and especially not a specific position in the Registry (as the previous posters noted), you should not use userRoot() to store your preferences, but rather use "userNodeForPackage(SomeClassFromYourApplication.class)".
    This way it will be ensured that your preferences nodes will not clash with those of other applications.

  • Everytime I attempt to open QuickTime Preferences, it crashes

    I have installed Tiger and updated FCP to FCP 5.
    I was told that once I updated the FCP, that the QT Pro would work properly. Well, it still does not work properly. And everytime I attempt to open the QT system preference, it crashes and gives this error: "The application System Preferences quite unexpectedly".
    This is a copy of the report:
    Date/Time: 2006-07-27 17:05:58.227 -0700
    OS Version: 10.4.7 (Build 8J135)
    Report Version: 4
    Command: System Preferences
    Path: /Applications/System Preferences.app/Contents/MacOS/System Preferences
    Parent: WindowServer [64]
    Version: 3.3 (3.3)
    Build Version: 3
    Project Name: SystemPrefsApp
    Source Version: 1260100
    PID: 453
    Thread: 0
    Application Specific Information:
    QuickTime v.7.1 (com.apple.preference.quicktime)
    Exception: EXCBADACCESS (0x0001)
    Codes: KERNPROTECTIONFAILURE (0x0002) at 0x00000006
    Thread 0 Crashed:
    0 com.apple.CoreFoundation 0x907bbdb8 CFRelease + 92
    1 com.apple.QuickTime 0x94936878 GetMACAddressCFStringRef + 360
    2 com.apple.QuickTime 0x94935848 aelCryptoRawKeyCreate + 72
    3 com.apple.QuickTime 0x94930f68 lfuSerialNumberDecryptCore(__CFData const*, AELProductCodeType, unsigned long, AELReleaseType, __CFString const**) + 72
    4 com.apple.QuickTime 0x949319d0 aelReadCurrentLicenseFile + 524
    5 com.apple.QuickTime 0x9492e0bc AELCheckLicenseFile + 72
    6 com.apple.QuickTime 0x9492e220 AELCheckLicenseFiles + 164
    7 com.apple.QuickTime 0x94710d1c IsQuickTimeVersionRegistered_priv + 1660
    8 com.apple.QuickTime 0x94710688 IsQuickTimeVersionRegistered + 32
    9 ...le.prefs.quicktime.register 0x0050af30 dyldstubNSLog + 5274352
    10 ...le.prefs.quicktime.register 0x0050b780 dyldstubNSLog + 5276480
    11 ...le.prefs.quicktime.register 0x0050b5f8 dyldstubNSLog + 5276088
    12 ....frameworks.preferencepanes 0x945cf8f0 -[NSPreferencePane loadMainView] + 204
    13 ....frameworks.preferencepanes 0x945cf344 -[NSPrefPaneBundle instantiatePrefPaneObject] + 416
    14 ....frameworks.preferencepanes 0x945d013c -[NSPrefTabsController layoutForTabViewItem:] + 88
    15 ....frameworks.preferencepanes 0x945d0020 -[NSPrefTabsController setPrefs:] + 488
    16 ....frameworks.preferencepanes 0x945cf8f0 -[NSPreferencePane loadMainView] + 204
    17 ....frameworks.preferencepanes 0x945cf344 -[NSPrefPaneBundle instantiatePrefPaneObject] + 416
    18 com.apple.systempreferences 0x00006808 0x1000 + 22536
    19 com.apple.systempreferences 0x00006504 0x1000 + 21764
    20 com.apple.Foundation 0x9294ebf8 __NSFireDelayedPerform + 304
    21 com.apple.CoreFoundation 0x907ef550 __CFRunLoopDoTimer + 184
    22 com.apple.CoreFoundation 0x907dbec8 __CFRunLoopRun + 1680
    23 com.apple.CoreFoundation 0x907db47c CFRunLoopRunSpecific + 268
    24 com.apple.HIToolbox 0x931eb740 RunCurrentEventLoopInMode + 264
    25 com.apple.HIToolbox 0x931ead4c ReceiveNextEventCommon + 244
    26 com.apple.HIToolbox 0x931eac40 BlockUntilNextEventMatchingListInMode + 96
    27 com.apple.AppKit 0x936cdae4 _DPSNextEvent + 384
    28 com.apple.AppKit 0x936cd7a8 -[NSApplication nextEventMatchingMask:untilDate:inMode:dequeue:] + 116
    29 com.apple.AppKit 0x936c9cec -[NSApplication run] + 472
    30 com.apple.AppKit 0x937ba87c NSApplicationMain + 452
    31 com.apple.systempreferences 0x00002d04 0x1000 + 7428
    32 com.apple.systempreferences 0x0000a348 0x1000 + 37704
    Thread 1:
    0 libSystem.B.dylib 0x9000b268 machmsgtrap + 8
    1 libSystem.B.dylib 0x9000b1bc mach_msg + 60
    2 com.apple.CoreFoundation 0x907dbb78 __CFRunLoopRun + 832
    3 com.apple.CoreFoundation 0x907db47c CFRunLoopRunSpecific + 268
    4 com.apple.CoreFoundation 0x907ea8dc CFRunLoopRun + 52
    5 com.apple.DVCPROHDMuxer 0x060bb1ac AVS::DestroyAVCDeviceController(AVS::AVCDeviceController*) + 404
    6 libSystem.B.dylib 0x9002bc28 pthreadbody + 96
    Thread 0 crashed with PPC Thread State 64:
    srr0: 0x00000000907bbdb8 srr1: 0x100000000200d030 vrsave: 0x0000000000000000
    cr: 0x24024402 xer: 0x0000000000000000 lr: 0x00000000907bbd64 ctr: 0x00000000907bbd5c
    r0: 0x0000000094936878 r1: 0x00000000bfffd180 r2: 0x00000000a07bbd64 r3: 0x0000000000000000
    r4: 0x0000000000000003 r5: 0x0000000000000034 r6: 0x000000000000003c r7: 0x0000000000000e03
    r8: 0x0000000000000000 r9: 0x0000000000000000 r10: 0x0000000090aea344 r11: 0x00000000a4715084
    r12: 0x0000000000000000 r13: 0x0000000000000000 r14: 0x0000000000000001 r15: 0x0000000000000000
    r16: 0x0000000000000000 r17: 0x0000000000000000 r18: 0x0000000000000000 r19: 0x00000000bfffd4dc
    r20: 0x0000000007000000 r21: 0x00000000a4716718 r22: 0x00000000a4716718 r23: 0x00000000a470e190
    r24: 0x000000009088c074 r25: 0x00000000a4716718 r26: 0x0000000094946718 r27: 0x0000000000000000
    r28: 0x0000000000000000 r29: 0x0000000000000000 r30: 0x0000000000000000 r31: 0x00000000907bbd64
    Binary Images Description:
    0x1000 - 0x16fff com.apple.systempreferences 3.3 /Applications/System Preferences.app/Contents/MacOS/System Preferences
    0x502000 - 0x503fff com.apple.preference.quicktime 7.1 /System/Library/PreferencePanes/QuickTime.prefPane/Contents/MacOS/QuickTime
    0x509000 - 0x50cfff com.apple.prefs.quicktime.register 7.1 /System/Library/PreferencePanes/QuickTime.prefPane/Contents/Resources/QTRegiste r.prefPane/Contents/MacOS/QTRegister
    0x5f29000 - 0x5fa8fff com.apple.DVCPROHDAudio 1.2 /Library/Audio/Plug-Ins/HAL/DVCPROHDAudio.plugin/Contents/MacOS/DVCPROHDAudio
    0x5fd7000 - 0x5fe4fff com.apple.IOFireWireAVCLib 1.8.2 /System/Library/Extensions/IOFireWireAVC.kext/Contents/PlugIns/IOFireWireAVCLib .plugin/Contents/MacOS/IOFireWireAVCLib
    0x6085000 - 0x6090fff com.apple.LiveType.component 2.0.2 /Library/QuickTime/LiveType.component/Contents/MacOS/LiveType
    0x609e000 - 0x6144fff com.apple.DVCPROHDMuxer 1.2 /Library/QuickTime/DVCPROHDMuxer.component/Contents/MacOS/DVCPROHDMuxer
    0x616b000 - 0x6185fff com.apple.IOFireWireLib 2.2.5 /System/Library/Extensions/IOFireWireFamily.kext/Contents/PlugIns/IOFireWireLib .plugin/Contents/MacOS/IOFireWireLib
    0x780ce000 - 0x78136fff com.apple.LiveType.framework 2.0.2 /System/Library/PrivateFrameworks/LiveType.framework/Versions/A/LiveType
    0x7dbb0000 - 0x7dbb9fff Motion /Library/Frameworks/Motion.framework/Versions/A/Motion
    0x8fe00000 - 0x8fe52fff dyld 45.1 /usr/lib/dyld
    0x90000000 - 0x901bbfff libSystem.B.dylib /usr/lib/libSystem.B.dylib
    0x90213000 - 0x90218fff libmathCommon.A.dylib /usr/lib/system/libmathCommon.A.dylib
    0x9021a000 - 0x90267fff com.apple.CoreText 1.0.2 (???) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreText.framework/Versions/A/CoreText
    0x90292000 - 0x90343fff ATS /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ATS.framework/Versions/A/ATS
    0x90372000 - 0x9072cfff com.apple.CoreGraphics 1.258.33 (???) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/CoreGraphics
    0x907b9000 - 0x90892fff com.apple.CoreFoundation 6.4.6 (368.27) /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
    0x908db000 - 0x908dbfff com.apple.CoreServices 10.4 (???) /System/Library/Frameworks/CoreServices.framework/Versions/A/CoreServices
    0x908dd000 - 0x909dffff libicucore.A.dylib /usr/lib/libicucore.A.dylib
    0x90a39000 - 0x90abdfff libobjc.A.dylib /usr/lib/libobjc.A.dylib
    0x90ae7000 - 0x90b57fff com.apple.framework.IOKit 1.4 (???) /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit
    0x90b6d000 - 0x90b7ffff libauto.dylib /usr/lib/libauto.dylib
    0x90b86000 - 0x90e5dfff com.apple.CoreServices.CarbonCore 681.4 /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CarbonC ore.framework/Versions/A/CarbonCore
    0x90ec3000 - 0x90f43fff com.apple.CoreServices.OSServices 4.1 /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/OSServi ces.framework/Versions/A/OSServices
    0x90f8d000 - 0x90fcefff com.apple.CFNetwork 129.16 /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CFNetwo rk.framework/Versions/A/CFNetwork
    0x90fe3000 - 0x90ffbfff com.apple.WebServices 1.1.2 (1.1.0) /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/WebServ icesCore.framework/Versions/A/WebServicesCore
    0x9100b000 - 0x9108cfff com.apple.SearchKit 1.0.5 /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SearchK it.framework/Versions/A/SearchKit
    0x910d2000 - 0x910fcfff com.apple.Metadata 10.4.4 (121.36) /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Metadat a.framework/Versions/A/Metadata
    0x9110d000 - 0x9111bfff libz.1.dylib /usr/lib/libz.1.dylib
    0x9111e000 - 0x912d8fff com.apple.security 4.4 (27566) /System/Library/Frameworks/Security.framework/Versions/A/Security
    0x913d6000 - 0x913dffff com.apple.DiskArbitration 2.1 /System/Library/Frameworks/DiskArbitration.framework/Versions/A/DiskArbitration
    0x913e6000 - 0x9140efff com.apple.SystemConfiguration 1.8.3 /System/Library/Frameworks/SystemConfiguration.framework/Versions/A/SystemConfi guration
    0x91421000 - 0x9142cfff libgcc_s.1.dylib /usr/lib/libgcc_s.1.dylib
    0x91431000 - 0x91439fff libbsm.dylib /usr/lib/libbsm.dylib
    0x9143d000 - 0x914b8fff com.apple.audio.CoreAudio 3.0.4 /System/Library/Frameworks/CoreAudio.framework/Versions/A/CoreAudio
    0x914f5000 - 0x914f5fff com.apple.ApplicationServices 10.4 (???) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Application Services
    0x914f7000 - 0x9152ffff com.apple.AE 1.5 (297) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ AE.framework/Versions/A/AE
    0x9154a000 - 0x91617fff com.apple.ColorSync 4.4.4 /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ColorSync.framework/Versions/A/ColorSync
    0x9166c000 - 0x916fdfff com.apple.print.framework.PrintCore 4.6 (177.13) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ PrintCore.framework/Versions/A/PrintCore
    0x91744000 - 0x917fbfff com.apple.QD 3.10.20 (???) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ QD.framework/Versions/A/QD
    0x91838000 - 0x91896fff com.apple.HIServices 1.5.3 (???) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ HIServices.framework/Versions/A/HIServices
    0x918c5000 - 0x918e9fff com.apple.LangAnalysis 1.6.1 /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ LangAnalysis.framework/Versions/A/LangAnalysis
    0x918fd000 - 0x91922fff com.apple.FindByContent 1.5 /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ FindByContent.framework/Versions/A/FindByContent
    0x91935000 - 0x91977fff com.apple.LaunchServices 180 /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ LaunchServices.framework/Versions/A/LaunchServices
    0x91993000 - 0x919a7fff com.apple.speech.synthesis.framework 3.3 /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ SpeechSynthesis.framework/Versions/A/SpeechSynthesis
    0x919b5000 - 0x919f5fff com.apple.ImageIO.framework 1.4.7 /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/ImageIO
    0x91a0b000 - 0x91ad3fff libcrypto.0.9.7.dylib /usr/lib/libcrypto.0.9.7.dylib
    0x91b21000 - 0x91b36fff libcups.2.dylib /usr/lib/libcups.2.dylib
    0x91b3b000 - 0x91b58fff libJPEG.dylib /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libJPEG.dylib
    0x91b5d000 - 0x91bccfff libJP2.dylib /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libJP2.dylib
    0x91be3000 - 0x91be7fff libGIF.dylib /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libGIF.dylib
    0x91be9000 - 0x91c31fff libRaw.dylib /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libRaw.dylib
    0x91c36000 - 0x91c73fff libTIFF.dylib /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libTIFF.dylib
    0x91c7a000 - 0x91c93fff libPng.dylib /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libPng.dylib
    0x91c98000 - 0x91c9bfff libRadiance.dylib /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libRadiance.dylib
    0x91c9d000 - 0x91c9dfff com.apple.Accelerate 1.2.2 (Accelerate 1.2.2) /System/Library/Frameworks/Accelerate.framework/Versions/A/Accelerate
    0x91c9f000 - 0x91d84fff com.apple.vImage 2.4 /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vImage.fr amework/Versions/A/vImage
    0x91d8c000 - 0x91dabfff 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
    0x91e17000 - 0x91e85fff libvMisc.dylib /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libvMisc.dylib
    0x91e90000 - 0x91f25fff libvDSP.dylib /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libvDSP.dylib
    0x91f3f000 - 0x924c7fff libBLAS.dylib /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libBLAS.dylib
    0x924fa000 - 0x92825fff libLAPACK.dylib /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libLAPACK.dylib
    0x92855000 - 0x928ddfff com.apple.DesktopServices 1.3.4 /System/Library/PrivateFrameworks/DesktopServicesPriv.framework/Versions/A/Desk topServicesPriv
    0x9291e000 - 0x92b49fff com.apple.Foundation 6.4.6 (567.27) /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation
    0x92c67000 - 0x92d45fff libxml2.2.dylib /usr/lib/libxml2.2.dylib
    0x92d65000 - 0x92e53fff libiconv.2.dylib /usr/lib/libiconv.2.dylib
    0x92e65000 - 0x92e83fff libGL.dylib /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib
    0x92e8e000 - 0x92ee8fff libGLU.dylib /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLU.dylib
    0x92f06000 - 0x92f06fff com.apple.Carbon 10.4 (???) /System/Library/Frameworks/Carbon.framework/Versions/A/Carbon
    0x92f08000 - 0x92f1cfff com.apple.ImageCapture 3.0 /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/ImageCapture. framework/Versions/A/ImageCapture
    0x92f34000 - 0x92f44fff com.apple.speech.recognition.framework 3.4 /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SpeechRecogni tion.framework/Versions/A/SpeechRecognition
    0x92f50000 - 0x92f65fff com.apple.securityhi 2.0 (203) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SecurityHI.fr amework/Versions/A/SecurityHI
    0x92f77000 - 0x92ffefff com.apple.ink.framework 101.2 (69) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Ink.framework /Versions/A/Ink
    0x93012000 - 0x9301dfff com.apple.help 1.0.3 (32) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Help.framewor k/Versions/A/Help
    0x93027000 - 0x93054fff com.apple.openscripting 1.2.5 (???) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/OpenScripting .framework/Versions/A/OpenScripting
    0x9306e000 - 0x9307efff com.apple.print.framework.Print 5.0 (190.1) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Print.framewo rk/Versions/A/Print
    0x9308a000 - 0x930f0fff com.apple.htmlrendering 1.1.2 /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HTMLRendering .framework/Versions/A/HTMLRendering
    0x93121000 - 0x93170fff com.apple.NavigationServices 3.4.4 (3.4.3) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/NavigationSer vices.framework/Versions/A/NavigationServices
    0x9319e000 - 0x931bbfff com.apple.audio.SoundManager 3.9 /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CarbonSound.f ramework/Versions/A/CarbonSound
    0x931cd000 - 0x931dafff com.apple.CommonPanels 1.2.2 (73) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CommonPanels. framework/Versions/A/CommonPanels
    0x931e3000 - 0x934f0fff com.apple.HIToolbox 1.4.8 (???) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HIToolbox.fra mework/Versions/A/HIToolbox
    0x9363f000 - 0x9364bfff com.apple.opengl 1.4.7 /System/Library/Frameworks/OpenGL.framework/Versions/A/OpenGL
    0x936c3000 - 0x936c3fff com.apple.Cocoa 6.4 (???) /System/Library/Frameworks/Cocoa.framework/Versions/A/Cocoa
    0x936c5000 - 0x93cf8fff com.apple.AppKit 6.4.7 (824.41) /System/Library/Frameworks/AppKit.framework/Versions/C/AppKit
    0x94085000 - 0x940f5fff com.apple.CoreData 80 /System/Library/Frameworks/CoreData.framework/Versions/A/CoreData
    0x9412e000 - 0x941f1fff com.apple.audio.toolbox.AudioToolbox 1.4.3 /System/Library/Frameworks/AudioToolbox.framework/Versions/A/AudioToolbox
    0x94243000 - 0x94243fff com.apple.audio.units.AudioUnit 1.4 /System/Library/Frameworks/AudioUnit.framework/Versions/A/AudioUnit
    0x94245000 - 0x943f8fff com.apple.QuartzCore 1.4.8 /System/Library/Frameworks/QuartzCore.framework/Versions/A/QuartzCore
    0x9444b000 - 0x94488fff libsqlite3.0.dylib /usr/lib/libsqlite3.0.dylib
    0x94490000 - 0x944e0fff libGLImage.dylib /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLImage.dyl ib
    0x945cc000 - 0x945defff com.apple.frameworks.preferencepanes 11.0.1 /System/Library/Frameworks/PreferencePanes.framework/Versions/A/PreferencePanes
    0x945eb000 - 0x94607fff com.apple.securityfoundation 2.2 (27710) /System/Library/Frameworks/SecurityFoundation.framework/Versions/A/SecurityFoun dation
    0x9461b000 - 0x9465ffff com.apple.securityinterface 2.2 (27692) /System/Library/Frameworks/SecurityInterface.framework/Versions/A/SecurityInter face
    0x94683000 - 0x94692fff libCGATS.A.dylib /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libCGATS.A.dylib
    0x9469a000 - 0x946a6fff libCSync.A.dylib /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libCSync.A.dylib
    0x946ec000 - 0x94704fff libRIP.A.dylib /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libRIP.A.dylib
    0x9470b000 - 0x949bffff com.apple.QuickTime 7.1.2 /System/Library/Frameworks/QuickTime.framework/Versions/A/QuickTime
    0x94a83000 - 0x94af4fff libstdc++.6.dylib /usr/lib/libstdc++.6.dylib
    0x94b67000 - 0x94b87fff libmx.A.dylib /usr/lib/libmx.A.dylib
    Model: PowerMac7,2, BootROM 5.1.5f0, 2 processors, PowerPC 970 (2.2), 2 GHz, 4 GB
    Graphics: ATI Radeon 9600 Pro, ATY,RV350, AGP, 64 MB
    Memory Module: DIMM0/J11, 256 MB, DDR SDRAM, PC3200U-30330
    Memory Module: DIMM1/J12, 256 MB, DDR SDRAM, PC3200U-30330
    Memory Module: DIMM2/J13, 256 MB, DDR SDRAM, PC3200U-30330
    Memory Module: DIMM3/J14, 256 MB, DDR SDRAM, PC3200U-30330
    Memory Module: DIMM4/J41, 512 MB, DDR SDRAM, PC3200U-30330
    Memory Module: DIMM5/J42, 512 MB, DDR SDRAM, PC3200U-30330
    Memory Module: DIMM6/J43, 1 GB, DDR SDRAM, PC3200U-30330
    Memory Module: DIMM7/J44, 1 GB, DDR SDRAM, PC3200U-30330
    Modem: MicroDash, UCJ, V.92, 1.0F, APPLE VERSION 2.6.6
    Network Service: PCI Ethernet Slot 3, Port 3, Ethernet, en1
    Network Service: Built-in Ethernet, Ethernet, en0
    Network Service: Built-in FireWire, FireWire, fw10
    PCI Card: firewire, ieee1394, SLOT-2
    PCI Card: pci106b,9, sppci_ethernet, SLOT-3
    PCI Card: firewire, ieee1394, SLOT-4
    Serial ATA Device: WDC WD4000KD-00NAB0, 372.61 GB
    Serial ATA Device: WDC WD2500JD-00GBB0, 232.89 GB
    Parallel ATA Device: PIONEER DVD-RW DVR-106D,
    USB Device: Hub in Apple Pro Keyboard, Mitsumi Electric, Up to 12 Mb/sec, 500 mA
    USB Device: Apple Optical USB Mouse, Mitsumi Electric, Up to 1.5 Mb/sec, 100 mA
    USB Device: Apple Pro Keyboard, Mitsumi Electric, Up to 12 Mb/sec, 250 mA
    USB Device: TRIPP LITE BCPRO600, TRIPP LITE, Up to 1.5 Mb/sec, 500 mA
    FireWire Device: LaCie Big Disk Extreme LUN 0, LaCie Group SA, Up to 800 Mb/sec
    FireWire Device: LaCie Big Disk Extreme LUN 0, LaCie Group SA, Unknown
    FireWire Device: 00FUA0, DMI, Unknown
    FireWire Device: DSR-25, Sony, Unknown
    Thank you for your help in advance.
    Mike
    Dual 2 Ghz PowerMac G5   Mac OS X (10.4.7)   4 GB of memory tones of HD space

    I have installed Tiger and updated FCP to FCP 5.
    I was told that once I updated the FCP, that the QT Pro would work properly. Well, it still does not work properly. And everytime I attempt to open the QT system preference, it crashes and gives this error: "The application System Preferences quite unexpectedly".
    This is a copy of the report:
    Date/Time: 2006-07-27 17:05:58.227 -0700
    OS Version: 10.4.7 (Build 8J135)
    Report Version: 4
    Command: System Preferences
    Path: /Applications/System Preferences.app/Contents/MacOS/System Preferences
    Parent: WindowServer [64]
    Version: 3.3 (3.3)
    Build Version: 3
    Project Name: SystemPrefsApp
    Source Version: 1260100
    PID: 453
    Thread: 0
    Application Specific Information:
    QuickTime v.7.1 (com.apple.preference.quicktime)
    Exception: EXCBADACCESS (0x0001)
    Codes: KERNPROTECTIONFAILURE (0x0002) at 0x00000006
    Thread 0 Crashed:
    0 com.apple.CoreFoundation 0x907bbdb8 CFRelease + 92
    1 com.apple.QuickTime 0x94936878 GetMACAddressCFStringRef + 360
    2 com.apple.QuickTime 0x94935848 aelCryptoRawKeyCreate + 72
    3 com.apple.QuickTime 0x94930f68 lfuSerialNumberDecryptCore(__CFData const*, AELProductCodeType, unsigned long, AELReleaseType, __CFString const**) + 72
    4 com.apple.QuickTime 0x949319d0 aelReadCurrentLicenseFile + 524
    5 com.apple.QuickTime 0x9492e0bc AELCheckLicenseFile + 72
    6 com.apple.QuickTime 0x9492e220 AELCheckLicenseFiles + 164
    7 com.apple.QuickTime 0x94710d1c IsQuickTimeVersionRegistered_priv + 1660
    8 com.apple.QuickTime 0x94710688 IsQuickTimeVersionRegistered + 32
    9 ...le.prefs.quicktime.register 0x0050af30 dyldstubNSLog + 5274352
    10 ...le.prefs.quicktime.register 0x0050b780 dyldstubNSLog + 5276480
    11 ...le.prefs.quicktime.register 0x0050b5f8 dyldstubNSLog + 5276088
    12 ....frameworks.preferencepanes 0x945cf8f0 -[NSPreferencePane loadMainView] + 204
    13 ....frameworks.preferencepanes 0x945cf344 -[NSPrefPaneBundle instantiatePrefPaneObject] + 416
    14 ....frameworks.preferencepanes 0x945d013c -[NSPrefTabsController layoutForTabViewItem:] + 88
    15 ....frameworks.preferencepanes 0x945d0020 -[NSPrefTabsController setPrefs:] + 488
    16 ....frameworks.preferencepanes 0x945cf8f0 -[NSPreferencePane loadMainView] + 204
    17 ....frameworks.preferencepanes 0x945cf344 -[NSPrefPaneBundle instantiatePrefPaneObject] + 416
    18 com.apple.systempreferences 0x00006808 0x1000 + 22536
    19 com.apple.systempreferences 0x00006504 0x1000 + 21764
    20 com.apple.Foundation 0x9294ebf8 __NSFireDelayedPerform + 304
    21 com.apple.CoreFoundation 0x907ef550 __CFRunLoopDoTimer + 184
    22 com.apple.CoreFoundation 0x907dbec8 __CFRunLoopRun + 1680
    23 com.apple.CoreFoundation 0x907db47c CFRunLoopRunSpecific + 268
    24 com.apple.HIToolbox 0x931eb740 RunCurrentEventLoopInMode + 264
    25 com.apple.HIToolbox 0x931ead4c ReceiveNextEventCommon + 244
    26 com.apple.HIToolbox 0x931eac40 BlockUntilNextEventMatchingListInMode + 96
    27 com.apple.AppKit 0x936cdae4 _DPSNextEvent + 384
    28 com.apple.AppKit 0x936cd7a8 -[NSApplication nextEventMatchingMask:untilDate:inMode:dequeue:] + 116
    29 com.apple.AppKit 0x936c9cec -[NSApplication run] + 472
    30 com.apple.AppKit 0x937ba87c NSApplicationMain + 452
    31 com.apple.systempreferences 0x00002d04 0x1000 + 7428
    32 com.apple.systempreferences 0x0000a348 0x1000 + 37704
    Thread 1:
    0 libSystem.B.dylib 0x9000b268 machmsgtrap + 8
    1 libSystem.B.dylib 0x9000b1bc mach_msg + 60
    2 com.apple.CoreFoundation 0x907dbb78 __CFRunLoopRun + 832
    3 com.apple.CoreFoundation 0x907db47c CFRunLoopRunSpecific + 268
    4 com.apple.CoreFoundation 0x907ea8dc CFRunLoopRun + 52
    5 com.apple.DVCPROHDMuxer 0x060bb1ac AVS::DestroyAVCDeviceController(AVS::AVCDeviceController*) + 404
    6 libSystem.B.dylib 0x9002bc28 pthreadbody + 96
    Thread 0 crashed with PPC Thread State 64:
    srr0: 0x00000000907bbdb8 srr1: 0x100000000200d030 vrsave: 0x0000000000000000
    cr: 0x24024402 xer: 0x0000000000000000 lr: 0x00000000907bbd64 ctr: 0x00000000907bbd5c
    r0: 0x0000000094936878 r1: 0x00000000bfffd180 r2: 0x00000000a07bbd64 r3: 0x0000000000000000
    r4: 0x0000000000000003 r5: 0x0000000000000034 r6: 0x000000000000003c r7: 0x0000000000000e03
    r8: 0x0000000000000000 r9: 0x0000000000000000 r10: 0x0000000090aea344 r11: 0x00000000a4715084
    r12: 0x0000000000000000 r13: 0x0000000000000000 r14: 0x0000000000000001 r15: 0x0000000000000000
    r16: 0x0000000000000000 r17: 0x0000000000000000 r18: 0x0000000000000000 r19: 0x00000000bfffd4dc
    r20: 0x0000000007000000 r21: 0x00000000a4716718 r22: 0x00000000a4716718 r23: 0x00000000a470e190
    r24: 0x000000009088c074 r25: 0x00000000a4716718 r26: 0x0000000094946718 r27: 0x0000000000000000
    r28: 0x0000000000000000 r29: 0x0000000000000000 r30: 0x0000000000000000 r31: 0x00000000907bbd64
    Binary Images Description:
    0x1000 - 0x16fff com.apple.systempreferences 3.3 /Applications/System Preferences.app/Contents/MacOS/System Preferences
    0x502000 - 0x503fff com.apple.preference.quicktime 7.1 /System/Library/PreferencePanes/QuickTime.prefPane/Contents/MacOS/QuickTime
    0x509000 - 0x50cfff com.apple.prefs.quicktime.register 7.1 /System/Library/PreferencePanes/QuickTime.prefPane/Contents/Resources/QTRegiste r.prefPane/Contents/MacOS/QTRegister
    0x5f29000 - 0x5fa8fff com.apple.DVCPROHDAudio 1.2 /Library/Audio/Plug-Ins/HAL/DVCPROHDAudio.plugin/Contents/MacOS/DVCPROHDAudio
    0x5fd7000 - 0x5fe4fff com.apple.IOFireWireAVCLib 1.8.2 /System/Library/Extensions/IOFireWireAVC.kext/Contents/PlugIns/IOFireWireAVCLib .plugin/Contents/MacOS/IOFireWireAVCLib
    0x6085000 - 0x6090fff com.apple.LiveType.component 2.0.2 /Library/QuickTime/LiveType.component/Contents/MacOS/LiveType
    0x609e000 - 0x6144fff com.apple.DVCPROHDMuxer 1.2 /Library/QuickTime/DVCPROHDMuxer.component/Contents/MacOS/DVCPROHDMuxer
    0x616b000 - 0x6185fff com.apple.IOFireWireLib 2.2.5 /System/Library/Extensions/IOFireWireFamily.kext/Contents/PlugIns/IOFireWireLib .plugin/Contents/MacOS/IOFireWireLib
    0x780ce000 - 0x78136fff com.apple.LiveType.framework 2.0.2 /System/Library/PrivateFrameworks/LiveType.framework/Versions/A/LiveType
    0x7dbb0000 - 0x7dbb9fff Motion /Library/Frameworks/Motion.framework/Versions/A/Motion
    0x8fe00000 - 0x8fe52fff dyld 45.1 /usr/lib/dyld
    0x90000000 - 0x901bbfff libSystem.B.dylib /usr/lib/libSystem.B.dylib
    0x90213000 - 0x90218fff libmathCommon.A.dylib /usr/lib/system/libmathCommon.A.dylib
    0x9021a000 - 0x90267fff com.apple.CoreText 1.0.2 (???) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreText.framework/Versions/A/CoreText
    0x90292000 - 0x90343fff ATS /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ATS.framework/Versions/A/ATS
    0x90372000 - 0x9072cfff com.apple.CoreGraphics 1.258.33 (???) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/CoreGraphics
    0x907b9000 - 0x90892fff com.apple.CoreFoundation 6.4.6 (368.27) /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
    0x908db000 - 0x908dbfff com.apple.CoreServices 10.4 (???) /System/Library/Frameworks/CoreServices.framework/Versions/A/CoreServices
    0x908dd000 - 0x909dffff libicucore.A.dylib /usr/lib/libicucore.A.dylib
    0x90a39000 - 0x90abdfff libobjc.A.dylib /usr/lib/libobjc.A.dylib
    0x90ae7000 - 0x90b57fff com.apple.framework.IOKit 1.4 (???) /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit
    0x90b6d000 - 0x90b7ffff libauto.dylib /usr/lib/libauto.dylib
    0x90b86000 - 0x90e5dfff com.apple.CoreServices.CarbonCore 681.4 /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CarbonC ore.framework/Versions/A/CarbonCore
    0x90ec3000 - 0x90f43fff com.apple.CoreServices.OSServices 4.1 /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/OSServi ces.framework/Versions/A/OSServices
    0x90f8d000 - 0x90fcefff com.apple.CFNetwork 129.16 /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CFNetwo rk.framework/Versions/A/CFNetwork
    0x90fe3000 - 0x90ffbfff com.apple.WebServices 1.1.2 (1.1.0) /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/WebServ icesCore.framework/Versions/A/WebServicesCore
    0x9100b000 - 0x9108cfff com.apple.SearchKit 1.0.5 /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SearchK it.framework/Versions/A/SearchKit
    0x910d2000 - 0x910fcfff com.apple.Metadata 10.4.4 (121.36) /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Metadat a.framework/Versions/A/Metadata
    0x9110d000 - 0x9111bfff libz.1.dylib /usr/lib/libz.1.dylib
    0x9111e000 - 0x912d8fff com.apple.security 4.4 (27566) /System/Library/Frameworks/Security.framework/Versions/A/Security
    0x913d6000 - 0x913dffff com.apple.DiskArbitration 2.1 /System/Library/Frameworks/DiskArbitration.framework/Versions/A/DiskArbitration
    0x913e6000 - 0x9140efff com.apple.SystemConfiguration 1.8.3 /System/Library/Frameworks/SystemConfiguration.framework/Versions/A/SystemConfi guration
    0x91421000 - 0x9142cfff libgcc_s.1.dylib /usr/lib/libgcc_s.1.dylib
    0x91431000 - 0x91439fff libbsm.dylib /usr/lib/libbsm.dylib
    0x9143d000 - 0x914b8fff com.apple.audio.CoreAudio 3.0.4 /System/Library/Frameworks/CoreAudio.framework/Versions/A/CoreAudio
    0x914f5000 - 0x914f5fff com.apple.ApplicationServices 10.4 (???) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Application Services
    0x914f7000 - 0x9152ffff com.apple.AE 1.5 (297) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ AE.framework/Versions/A/AE
    0x9154a000 - 0x91617fff com.apple.ColorSync 4.4.4 /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ColorSync.framework/Versions/A/ColorSync
    0x9166c000 - 0x916fdfff com.apple.print.framework.PrintCore 4.6 (177.13) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ PrintCore.framework/Versions/A/PrintCore
    0x91744000 - 0x917fbfff com.apple.QD 3.10.20 (???) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ QD.framework/Versions/A/QD
    0x91838000 - 0x91896fff com.apple.HIServices 1.5.3 (???) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ HIServices.framework/Versions/A/HIServices
    0x918c5000 - 0x918e9fff com.apple.LangAnalysis 1.6.1 /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ LangAnalysis.framework/Versions/A/LangAnalysis
    0x918fd000 - 0x91922fff com.apple.FindByContent 1.5 /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ FindByContent.framework/Versions/A/FindByContent
    0x91935000 - 0x91977fff com.apple.LaunchServices 180 /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ LaunchServices.framework/Versions/A/LaunchServices
    0x91993000 - 0x919a7fff com.apple.speech.synthesis.framework 3.3 /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ SpeechSynthesis.framework/Versions/A/SpeechSynthesis
    0x919b5000 - 0x919f5fff com.apple.ImageIO.framework 1.4.7 /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/ImageIO
    0x91a0b000 - 0x91ad3fff libcrypto.0.9.7.dylib /usr/lib/libcrypto.0.9.7.dylib
    0x91b21000 - 0x91b36fff libcups.2.dylib /usr/lib/libcups.2.dylib
    0x91b3b000 - 0x91b58fff libJPEG.dylib /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libJPEG.dylib
    0x91b5d000 - 0x91bccfff libJP2.dylib /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libJP2.dylib
    0x91be3000 - 0x91be7fff libGIF.dylib /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libGIF.dylib
    0x91be9000 - 0x91c31fff libRaw.dylib /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libRaw.dylib
    0x91c36000 - 0x91c73fff libTIFF.dylib /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libTIFF.dylib
    0x91c7a000 - 0x91c93fff libPng.dylib /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libPng.dylib
    0x91c98000 - 0x91c9bfff libRadiance.dylib /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libRadiance.dylib
    0x91c9d000 - 0x91c9dfff com.apple.Accelerate 1.2.2 (Accelerate 1.2.2) /System/Library/Frameworks/Accelerate.framework/Versions/A/Accelerate
    0x91c9f000 - 0x91d84fff com.apple.vImage 2.4 /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vImage.fr amework/Versions/A/vImage
    0x91d8c000 - 0x91dabfff 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
    0x91e17000 - 0x91e85fff libvMisc.dylib /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libvMisc.dylib
    0x91e90000 - 0x91f25fff libvDSP.dylib /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libvDSP.dylib
    0x91f3f000 - 0x924c7fff libBLAS.dylib /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libBLAS.dylib
    0x924fa000 - 0x92825fff libLAPACK.dylib /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libLAPACK.dylib
    0x92855000 - 0x928ddfff com.apple.DesktopServices 1.3.4 /System/Library/PrivateFrameworks/DesktopServicesPriv.framework/Versions/A/Desk topServicesPriv
    0x9291e000 - 0x92b49fff com.apple.Foundation 6.4.6 (567.27) /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation
    0x92c67000 - 0x92d45fff libxml2.2.dylib /usr/lib/libxml2.2.dylib
    0x92d65000 - 0x92e53fff libiconv.2.dylib /usr/lib/libiconv.2.dylib
    0x92e65000 - 0x92e83fff libGL.dylib /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib
    0x92e8e000 - 0x92ee8fff libGLU.dylib /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLU.dylib
    0x92f06000 - 0x92f06fff com.apple.Carbon 10.4 (???) /System/Library/Frameworks/Carbon.framework/Versions/A/Carbon
    0x92f08000 - 0x92f1cfff com.apple.ImageCapture 3.0 /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/ImageCapture. framework/Versions/A/ImageCapture
    0x92f34000 - 0x92f44fff com.apple.speech.recognition.framework 3.4 /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SpeechRecogni tion.framework/Versions/A/SpeechRecognition
    0x92f50000 - 0x92f65fff com.apple.securityhi 2.0 (203) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SecurityHI.fr amework/Versions/A/SecurityHI
    0x92f77000 - 0x92ffefff com.apple.ink.framework 101.2 (69) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Ink.framework /Versions/A/Ink
    0x93012000 - 0x9301dfff com.apple.help 1.0.3 (32) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Help.framewor k/Versions/A/Help
    0x93027000 - 0x93054fff com.apple.openscripting 1.2.5 (???) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/OpenScripting .framework/Versions/A/OpenScripting
    0x9306e000 - 0x9307efff com.apple.print.framework.Print 5.0 (190.1) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Print.framewo rk/Versions/A/Print
    0x9308a000 - 0x930f0fff com.apple.htmlrendering 1.1.2 /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HTMLRendering .framework/Versions/A/HTMLRendering
    0x93121000 - 0x93170fff com.apple.NavigationServices 3.4.4 (3.4.3) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/NavigationSer vices.framework/Versions/A/NavigationServices
    0x9319e000 - 0x931bbfff com.apple.audio.SoundManager 3.9 /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CarbonSound.f ramework/Versions/A/CarbonSound
    0x931cd000 - 0x931dafff com.apple.CommonPanels 1.2.2 (73) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CommonPanels. framework/Versions/A/CommonPanels
    0x931e3000 - 0x934f0fff com.apple.HIToolbox 1.4.8 (???) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HIToolbox.fra mework/Versions/A/HIToolbox
    0x9363f000 - 0x9364bfff com.apple.opengl 1.4.7 /System/Library/Frameworks/OpenGL.framework/Versions/A/OpenGL
    0x936c3000 - 0x936c3fff com.apple.Cocoa 6.4 (???) /System/Library/Frameworks/Cocoa.framework/Versions/A/Cocoa
    0x936c5000 - 0x93cf8fff com.apple.AppKit 6.4.7 (824.41) /System/Library/Frameworks/AppKit.framework/Versions/C/AppKit
    0x94085000 - 0x940f5fff com.apple.CoreData 80 /System/Library/Frameworks/CoreData.framework/Versions/A/CoreData
    0x9412e000 - 0x941f1fff com.apple.audio.toolbox.AudioToolbox 1.4.3 /System/Library/Frameworks/AudioToolbox.framework/Versions/A/AudioToolbox
    0x94243000 - 0x94243fff com.apple.audio.units.AudioUnit 1.4 /System/Library/Frameworks/AudioUnit.framework/Versions/A/AudioUnit
    0x94245000 - 0x943f8fff com.apple.QuartzCore 1.4.8 /System/Library/Frameworks/QuartzCore.framework/Versions/A/QuartzCore
    0x9444b000 - 0x94488fff libsqlite3.0.dylib /usr/lib/libsqlite3.0.dylib
    0x94490000 - 0x944e0fff libGLImage.dylib /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLImage.dyl ib
    0x945cc000 - 0x945defff com.apple.frameworks.preferencepanes 11.0.1 /System/Library/Frameworks/PreferencePanes.framework/Versions/A/PreferencePanes
    0x945eb000 - 0x94607fff com.apple.securityfoundation 2.2 (27710) /System/Library/Frameworks/SecurityFoundation.framework/Versions/A/SecurityFoun dation
    0x9461b000 - 0x9465ffff com.apple.securityinterface 2.2 (27692) /System/Library/Frameworks/SecurityInterface.framework/Versions/A/SecurityInter face
    0x94683000 - 0x94692fff libCGATS.A.dylib /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libCGATS.A.dylib
    0x9469a000 - 0x946a6fff libCSync.A.dylib /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libCSync.A.dylib
    0x946ec000 - 0x94704fff libRIP.A.dylib /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libRIP.A.dylib
    0x9470b000 - 0x949bffff com.apple.QuickTime 7.1.2 /System/Library/Frameworks/QuickTime.framework/Versions/A/QuickTime
    0x94a83000 - 0x94af4fff libstdc++.6.dylib /usr/lib/libstdc++.6.dylib
    0x94b67000 - 0x94b87fff libmx.A.dylib /usr/lib/libmx.A.dylib
    Model: PowerMac7,2, BootROM 5.1.5f0, 2 processors, PowerPC 970 (2.2), 2 GHz, 4 GB
    Graphics: ATI Radeon 9600 Pro, ATY,RV350, AGP, 64 MB
    Memory Module: DIMM0/J11, 256 MB, DDR SDRAM, PC3200U-30330
    Memory Module: DIMM1/J12, 256 MB, DDR SDRAM, PC3200U-30330
    Memory Module: DIMM2/J13, 256 MB, DDR SDRAM, PC3200U-30330
    Memory Module: DIMM3/J14, 256 MB, DDR SDRAM, PC3200U-30330
    Memory Module: DIMM4/J41, 512 MB, DDR SDRAM, PC3200U-30330
    Memory Module: DIMM5/J42, 512 MB, DDR SDRAM, PC3200U-30330
    Memory Module: DIMM6/J43, 1 GB, DDR SDRAM, PC3200U-30330
    Memory Module: DIMM7/J44, 1 GB, DDR SDRAM, PC3200U-30330
    Modem: MicroDash, UCJ, V.92, 1.0F, APPLE VERSION 2.6.6
    Network Service: PCI Ethernet Slot 3, Port 3, Ethernet, en1
    Network Service: Built-in Ethernet, Ethernet, en0
    Network Service: Built-in FireWire, FireWire, fw10
    PCI Card: firewire, ieee1394, SLOT-2
    PCI Card: pci106b,9, sppci_ethernet, SLOT-3
    PCI Card: firewire, ieee1394, SLOT-4
    Serial ATA Device: WDC WD4000KD-00NAB0, 372.61 GB
    Serial ATA Device: WDC WD2500JD-00GBB0, 232.89 GB
    Parallel ATA Device: PIONEER DVD-RW DVR-106D,
    USB Device: Hub in Apple Pro Keyboard, Mitsumi Electric, Up to 12 Mb/sec, 500 mA
    USB Device: Apple Optical USB Mouse, Mitsumi Electric, Up to 1.5 Mb/sec, 100 mA
    USB Device: Apple Pro Keyboard, Mitsumi Electric, Up to 12 Mb/sec, 250 mA
    USB Device: TRIPP LITE BCPRO600, TRIPP LITE, Up to 1.5 Mb/sec, 500 mA
    FireWire Device: LaCie Big Disk Extreme LUN 0, LaCie Group SA, Up to 800 Mb/sec
    FireWire Device: LaCie Big Disk Extreme LUN 0, LaCie Group SA, Unknown
    FireWire Device: 00FUA0, DMI, Unknown
    FireWire Device: DSR-25, Sony, Unknown
    Thank you for your help in advance.
    Mike
    Dual 2 Ghz PowerMac G5   Mac OS X (10.4.7)   4 GB of memory tones of HD space

  • My system preferences keeps freezing PLEASE HELP QUICK!!

    Everytime I try to delete Flip4mac from the preference pane on my mac it freezes! I try to right click the item and click Remove "flip4mac WMV" preference pane! also it does this whenever I try to delete anything else! also when I force quited and hit report this is the report. sorry if this it is long I thought maybe a computer savvy person could help me out. Thanks
    Date/Time:       2011-07-28 00:30:05 -0400
    OS Version:      10.6.8 (Build 10K549)
    Architecture:    x86_64
    Report Version:  7
    Command:         System Preferences
    Path:            /Applications/General/System Preferences.app/Contents/MacOS/System Preferences
    Version:         7.0 (7.0)
    Build Version:   19
    Project Name:    SystemPrefsApp
    Source Version:  1750100
    Parent:          launchd [144]
    PID:             1136
    Event:           hang
    Duration:        4.99s (sampling started after 2 seconds)
    Steps:           9 (100ms sampling interval)
    Pageins:         0
    Pageouts:        0
    Process:         System Preferences [1136]
    Path:            /Applications/General/System Preferences.app/Contents/MacOS/System Preferences
    UID:             501
      Thread 2071       DispatchQueue 1
      User stack:
        9 ??? (in System Preferences + 7412) [0x100001cf4]
          9 NSApplicationMain + 364 (in AppKit) [0x7fff8074c3b0]
            9 -[NSApplication run] + 474 (in AppKit) [0x7fff807536de]
              9 ??? (in System Preferences + 29262) [0x10000724e]
                9 -[NSApplication sendEvent:] + 4719 (in AppKit) [0x7fff807bcafa]
                  9 ??? (in System Preferences + 29482) [0x10000732a]
                    9 -[NSWindow sendEvent:] + 8769 (in AppKit) [0x7fff808880c7]
                      9 -[NSControl _rightMouseUpOrDown:] + 472 (in AppKit) [0x7fff80a914c0]
                        9 -[NSMenu _popUpContextMenu:withEvent:forView:withFont:] + 205 (in AppKit) [0x7fff80b8cb37]
                          9 -[NSCarbonMenuImpl _popUpContextMenu:withEvent:forView:withFont:] + 239 (in AppKit) [0x7fff80a3bd4b]
                            9 _NSSLMPopUpCarbonMenu3 + 3720 (in AppKit) [0x7fff80a3b99b]
                              9 _HandlePopUpMenuSelection7 + 665 (in HIToolbox) [0x7fff85487dc2]
                                9 PopUpMenuSelectCore(MenuData*, Point, double, Point, unsigned short, unsigned int, Rect const*, unsigned short, unsigned int, Rect const*, Rect const*, __CFString const*, OpaqueMenuRef**, unsigned short*) + 1618 (in HIToolbox) [0x7fff85487a69]
                                  9 FinishMenuSelection(SelectionData*, MenuResult*, MenuResult*) + 150 (in HIToolbox) [0x7fff8537e8d2]
                                    9 SendMenuItemSelectedEvent + 101 (in HIToolbox) [0x7fff8537e9c2]
                                      9 SendMenuCommandWithContextAndModifiers + 56 (in HIToolbox) [0x7fff8537ea0a]
                                        9 SendHICommandEvent(unsigned int, HICommand const*, unsigned int, unsigned int, unsigned char, void const*, OpaqueEventTargetRef*, OpaqueEventTargetRef*, OpaqueEventRef**) + 387 (in HIToolbox) [0x7fff85351c35]
                                          9 SendEventToEventTarget + 45 (in HIToolbox) [0x7fff85322a81]
                                            9 SendEventToEventTargetInternal(OpaqueEventRef*, OpaqueEventTargetRef*, HandlerCallRec*) + 395 (in HIToolbox) [0x7fff85304d46]
                                              9 DispatchEventToHandlers(EventTargetRec*, OpaqueEventRef*, HandlerCallRec*) + 1002 (in HIToolbox) [0x7fff853057f7]
                                                9 NSSLMMenuEventHandler + 321 (in AppKit) [0x7fff808e999c]
                                                  9 -[NSCarbonMenuImpl _carbonCommandProcessEvent:handlerCallRef:] + 136 (in AppKit) [0x7fff80a3e9e9]
                                                    9 -[NSMenu _internalPerformActionForItemAtIndex:] + 35 (in AppKit) [0x7fff80b8ccf4]
                                                      9 -[NSCarbonMenuImpl performActionWithHighlightingForItemAtIndex:] + 121 (in AppKit) [0x7fff809071d4]
                                                        9 -[NSMenuItem _corePerformAction] + 365 (in AppKit) [0x7fff8090746a]
                                                          9 -[NSApplication sendAction:to:from:] + 95 (in AppKit) [0x7fff808e2eda]
                                                            9 ??? (in System Preferences + 68009) [0x1000109a9]
                                                              9 ??? (in System Preferences + 79126) [0x100013516]
                                                                9 ??? (in System Preferences + 77349) [0x100012e25]
                                                                  9 _CF_forwarding_prep_0 + 232 (in CoreFoundation) [0x7fff81805a68]
                                                                    9 ___forwarding___ + 860 (in CoreFoundation) [0x7fff8180998c]
                                                                      9 -[NSConnection sendInvocation:internal:] + 1969 (in Foundation) [0x7fff86900b64]
                                                                        9 CFRunLoopRunSpecific + 575 (in CoreFoundation) [0x7fff817d1dbf]
                                                                          9 __CFRunLoopRun + 1698 (in CoreFoundation) [0x7fff817d2932]
                                                                            9 mach_msg_trap + 10 (in libSystem.B.dylib) [0x7fff82cfcd7a]
      Kernel stack:
        9 ipc_mqueue_receive_continue + 0 [0x210d84]
      Thread 2074       DispatchQueue 2
      User stack:
        9 start_wqthread + 13 (in libSystem.B.dylib) [0x7fff82d16aa5]
          9 _pthread_wqthread + 353 (in libSystem.B.dylib) [0x7fff82d16c08]
            9 _dispatch_worker_thread2 + 252 (in libSystem.B.dylib) [0x7fff82d172de]
              9 _dispatch_queue_invoke + 185 (in libSystem.B.dylib) [0x7fff82d177b4]
                9 kevent + 10 (in libSystem.B.dylib) [0x7fff82d15c0a]
      Kernel stack:
        9 kevent + 97 [0x47a699]
      Binary Images:
             0x100000000 -        0x10001eff7  com.apple.systempreferences 7.0 (7.0) <AC669017-E97F-61B7-1303-A21DABA33797> /Applications/General/System Preferences.app/Contents/MacOS/System Preferences
          0x7fff8074a000 -     0x7fff81144ff7  com.apple.AppKit 6.6.8 (1038.36) <4CFBE04C-8FB3-B0EA-8DDB-7E7D10E9D251> /System/Library/Frameworks/AppKit.framework/Versions/C/AppKit
          0x7fff81786000 -     0x7fff818fdfe7  com.apple.CoreFoundation 6.6.5 (550.43) <31A1C118-AD96-0A11-8BDF-BD55B9940EDC> /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
          0x7fff82cfc000 -     0x7fff82ebdfef  libSystem.B.dylib ??? (???) <9AB4F1D1-89DC-0E8A-DC8E-A4FE4D69DB69> /usr/lib/libSystem.B.dylib
          0x7fff852fe000 -     0x7fff855fcfff  com.apple.HIToolbox 1.6.5 (???) <AD1C18F6-51CB-7E39-35DD-F16B1EB978A8> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HIToolbox.fra mework/Versions/A/HIToolbox
          0x7fff86896000 -     0x7fff86b18fe7  com.apple.Foundation 6.6.7 (751.62) <6F2A5BBF-6990-D561-2928-AD61E94036D9> /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation
    Process:         AirPort Base Station Agent [166]
    Path:            /System/Library/CoreServices/AirPort Base Station Agent.app/Contents/MacOS/AirPort Base Station Agent
    UID:             501
      Thread 3a8        DispatchQueue 1
      User stack:
        9 ??? (in AirPort Base Station Agent + 5692) [0x10000163c]
          9 NSApplicationMain + 364 (in AppKit) [0x7fff8074c3b0]
            9 -[NSApplication run] + 395 (in AppKit) [0x7fff8075368f]
              9 -[NSApplication nextEventMatchingMask:untilDate:inMode:dequeue:] + 155 (in AppKit) [0x7fff8078d801]
                9 _DPSNextEvent + 708 (in AppKit) [0x7fff8078deb2]
                  9 BlockUntilNextEventMatchingListInMode + 59 (in HIToolbox) [0x7fff8532c4ac]
                    9 ReceiveNextEventCommon + 310 (in HIToolbox) [0x7fff8532c5f3]
                      9 RunCurrentEventLoopInMode + 333 (in HIToolbox) [0x7fff8532c7ee]
                        9 CFRunLoopRunSpecific + 575 (in CoreFoundation) [0x7fff817d1dbf]
                          9 __CFRunLoopRun + 1698 (in CoreFoundation) [0x7fff817d2932]
                            9 mach_msg_trap + 10 (in libSystem.B.dylib) [0x7fff82cfcd7a]
      Kernel stack:
        9 ipc_mqueue_receive_continue + 0 [0x210d84]
      Thread 3ca        DispatchQueue 2
      User stack:
        9 start_wqthread + 13 (in libSystem.B.dylib) [0x7fff82d16aa5]
          9 _pthread_wqthread + 353 (in libSystem.B.dylib) [0x7fff82d16c08]
            9 _dispatch_worker_thread2 + 252 (in libSystem.B.dylib) [0x7fff82d172de]
              9 _dispatch_queue_invoke + 185 (in libSystem.B.dylib) [0x7fff82d177b4]
                9 kevent + 10 (in libSystem.B.dylib) [0x7fff82d15c0a]
      Kernel stack:
        9 kevent + 97 [0x47a699]
      Thread 3ef      
      User stack:
        9 thread_start + 13 (in libSystem.B.dylib) [0x7fff82d35e89]
          9 _pthread_start + 331 (in libSystem.B.dylib) [0x7fff82d35fd6]
            9 select$DARWIN_EXTSN + 10 (in libSystem.B.dylib) [0x7fff82d40932]
      Kernel stack:
        9 sleep + 52 [0x49115a]
      Thread 3f0      
      User stack:
        9 thread_start + 13 (in libSystem.B.dylib) [0x7fff82d35e89]
          9 _pthread_start + 331 (in libSystem.B.dylib) [0x7fff82d35fd6]
            9 ??? (in AirPort Base Station Agent + 117988) [0x10001cce4]
              9 ??? (in AirPort Base Station Agent + 106856) [0x10001a168]
                9 ??? (in AirPort Base Station Agent + 118817) [0x10001d021]
                  9 __semwait_signal + 10 (in libSystem.B.dylib) [0x7fff82d37a6a]
      Kernel stack:
        9 semaphore_wait_continue + 0 [0x22a88f]
      Binary Images:
             0x100000000 -        0x100027fff  com.apple.AirPortBaseStationAgent 1.5.5 (155.2) <00010203-0405-0607-0809-0A0B0C0D0E0F> /System/Library/CoreServices/AirPort Base Station Agent.app/Contents/MacOS/AirPort Base Station Agent
          0x7fff8074a000 -     0x7fff81144ff7  com.apple.AppKit 6.6.8 (1038.36) <4CFBE04C-8FB3-B0EA-8DDB-7E7D10E9D251> /System/Library/Frameworks/AppKit.framework/Versions/C/AppKit
          0x7fff81786000 -     0x7fff818fdfe7  com.apple.CoreFoundation 6.6.5 (550.43) <31A1C118-AD96-0A11-8BDF-BD55B9940EDC> /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
          0x7fff82cfc000 -     0x7fff82ebdfef  libSystem.B.dylib ??? (???) <9AB4F1D1-89DC-0E8A-DC8E-A4FE4D69DB69> /usr/lib/libSystem.B.dylib
          0x7fff852fe000 -     0x7fff855fcfff  com.apple.HIToolbox 1.6.5 (???) <AD1C18F6-51CB-7E39-35DD-F16B1EB978A8> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HIToolbox.fra mework/Versions/A/HIToolbox
    Process:         applepushserviced [182]
    Path:            /System/Library/PrivateFrameworks/ApplePushService.framework/applepushserviced
    UID:             0
      Thread 3e8        DispatchQueue 1
      User stack:
        9 ??? (in applepushserviced + 4164) [0x100001044]
          9 ??? (in applepushserviced + 4319) [0x1000010df]
            9 -[NSRunLoop(NSRunLoop) run] + 77 (in Foundation) [0x7fff868e1b43]
              9 -[NSRunLoop(NSRunLoop) runMode:beforeDate:] + 270 (in Foundation) [0x7fff868e1c64]
                9 CFRunLoopRunSpecific + 575 (in CoreFoundation) [0x7fff817d1dbf]
                  9 __CFRunLoopRun + 1698 (in CoreFoundation) [0x7fff817d2932]
                    9 mach_msg_trap + 10 (in libSystem.B.dylib) [0x7fff82cfcd7a]
      Kernel stack:
        9 ipc_mqueue_receive_continue + 0 [0x210d84]
      Thread 3ea        DispatchQueue 2
      User stack:
        9 start_wqthread + 13 (in libSystem.B.dylib) [0x7fff82d16aa5]
          9 _pthread_wqthread + 353 (in libSystem.B.dylib) [0x7fff82d16c08]
            9 _dispatch_worker_thread2 + 252 (in libSystem.B.dylib) [0x7fff82d172de]
              9 _dispatch_queue_invoke + 185 (in libSystem.B.dylib) [0x7fff82d177b4]
                9 kevent + 10 (in libSystem.B.dylib) [0x7fff82d15c0a]
      Kernel stack:
        9 kevent + 97 [0x47a699]
      Thread 401      
      User stack:
        9 thread_start + 13 (in libSystem.B.dylib) [0x7fff82d35e89]
          9 _pthread_start + 331 (in libSystem.B.dylib) [0x7fff82d35fd6]
            9 select$DARWIN_EXTSN + 10 (in libSystem.B.dylib) [0x7fff82d40932]
      Kernel stack:
        9 sleep + 52 [0x49115a]
      Binary Images:
             0x100000000 -        0x100066fef  applepushserviced ??? (???) <574F96F1-1FA9-9281-C78F-933EE0DA5E53> /System/Library/PrivateFrameworks/ApplePushService.framework/applepushserviced
          0x7fff81786000 -     0x7fff818fdfe7  com.apple.CoreFoundation 6.6.5 (550.43) <31A1C118-AD96-0A11-8BDF-BD55B9940EDC> /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
          0x7fff82cfc000 -     0x7fff82ebdfef  libSystem.B.dylib ??? (???) <9AB4F1D1-89DC-0E8A-DC8E-A4FE4D69DB69> /usr/lib/libSystem.B.dylib
          0x7fff86896000 -     0x7fff86b18fe7  com.apple.Foundation 6.6.7 (751.62) <6F2A5BBF-6990-D561-2928-AD61E94036D9> /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation
    Process:         AppleSpell [755]
    Path:            /System/Library/Services/AppleSpell.service/Contents/MacOS/AppleSpell
    UID:             501
      Thread fa4        DispatchQueue 1
      User stack:
        9 ??? (in AppleSpell + 4816) [0x1000012d0]
          9 ??? (in AppleSpell + 5472) [0x100001560]
            9 -[NSSpellServer run] + 72 (in Foundation) [0x7fff869151ce]
              9 CFRunLoopRun + 70 (in CoreFoundation) [0x7fff817d1b46]
                9 CFRunLoopRunSpecific + 575 (in CoreFoundation) [0x7fff817d1dbf]
                  9 __CFRunLoopRun + 1698 (in CoreFoundation) [0x7fff817d2932]
                    9 mach_msg_trap + 10 (in libSystem.B.dylib) [0x7fff82cfcd7a]
      Kernel stack:
        9 ipc_mqueue_receive_continue + 0 [0x210d84]
      Thread fa6        DispatchQueue 2
      User stack:
        9 start_wqthread + 13 (in libSystem.B.dylib) [0x7fff82d16aa5]
          9 _pthread_wqthread + 353 (in libSystem.B.dylib) [0x7fff82d16c08]
            9 _dispatch_worker_thread2 + 252 (in libSystem.B.dylib) [0x7fff82d172de]
              9 _dispatch_queue_invoke + 185 (in libSystem.B.dylib) [0x7fff82d177b4]
                9 kevent + 10 (in libSystem.B.dylib) [0x7fff82d15c0a]
      Kernel stack:
        9 kevent + 97 [0x47a699]
      Binary Images:
             0x100000000 -        0x1000a9fe7  com.apple.AppleSpell 1.6.2 (62.2) <C1BFCEAF-4155-E9DB-52ED-51D3BC225ECE> /System/Library/Services/AppleSpell.service/Contents/MacOS/AppleSpell
          0x7fff81786000 -     0x7fff818fdfe7  com.apple.CoreFoundation 6.6.5 (550.43) <31A1C118-AD96-0A11-8BDF-BD55B9940EDC> /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
          0x7fff82cfc000 -     0x7fff82ebdfef  libSystem.B.dylib ??? (???) <9AB4F1D1-89DC-0E8A-DC8E-A4FE4D69DB69> /usr/lib/libSystem.B.dylib
          0x7fff86896000 -     0x7fff86b18fe7  com.apple.Foundation 6.6.7 (751.62) <6F2A5BBF-6990-D561-2928-AD61E94036D9> /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation
    Process:         autofsd [44]
    Path:            /usr/libexec/autofsd
    UID:             0
      Thread 12e        DispatchQueue 1
      User stack:
        9 ??? (in autofsd + 5340) [0x1000014dc]
          9 ??? (in autofsd + 6461) [0x10000193d]
            9 CFRunLoopRun + 70 (in CoreFoundation) [0x7fff817d1b46]
              9 CFRunLoopRunSpecific + 575 (in CoreFoundation) [0x7fff817d1dbf]
                9 __CFRunLoopRun + 1698 (in CoreFoundation) [0x7fff817d2932]
                  9 mach_msg_trap + 10 (in libSystem.B.dylib) [0x7fff82cfcd7a]
      Kernel stack:
        9 ipc_mqueue_receive_continue + 0 [0x210d84]
      Thread 149        DispatchQueue 2
      User stack:
        9 start_wqthread + 13 (in libSystem.B.dylib) [0x7fff82d16aa5]
          9 _pthread_wqthread + 353 (in libSystem.B.dylib) [0x7fff82d16c08]
            9 _dispatch_worker_thread2 + 252 (in libSystem.B.dylib) [0x7fff82d172de]
              9 _dispatch_queue_invoke + 185 (in libSystem.B.dylib) [0x7fff82d177b4]
                9 kevent + 10 (in libSystem.B.dylib) [0x7fff82d15c0a]
      Kernel stack:
        9 kevent + 97 [0x47a699]
      Binary Images:
             0x100000000 -        0x100001ff7  autofsd ??? (???) <81B94E6C-3DDE-56E9-BABB-9AFA7883ECCD> /usr/libexec/autofsd
          0x7fff81786000 -     0x7fff818fdfe7  com.apple.CoreFoundation 6.6.5 (550.43) <31A1C118-AD96-0A11-8BDF-BD55B9940EDC> /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
          0x7fff82cfc000 -     0x7fff82ebdfef  libSystem.B.dylib ??? (???) <9AB4F1D1-89DC-0E8A-DC8E-A4FE4D69DB69> /usr/lib/libSystem.B.dylib
    Process:         AwakenHelper [185]
    Path:            /Users/jessewood/Library/Application Support/Awaken/AwakenHelper.app/Contents/MacOS/AwakenHelper
    UID:             501
    Process:         backburnerManager [203]
    Path:            /usr/discreet/backburner/backburnerManager
    UID:             0
    Process:         backburnerServer [229]
    Path:            /usr/discreet/backburner/backburnerServer
    UID:             0
    Process:         blued [16]
    Path:            /usr/sbin/blued
    UID:             0
      Thread c6         DispatchQueue 1
      User stack:
        9 ??? (in blued + 8264) [0x100002048]
          9 ??? (in blued + 154586) [0x100025bda]
            9 -[NSRunLoop(NSRunLoop) run] + 77 (in Foundation) [0x7fff868e1b43]
              9 -[NSRunLoop(NSRunLoop) runMode:beforeDate:] + 270 (in Foundation) [0x7fff868e1c64]
                9 CFRunLoopRunSpecific + 575 (in CoreFoundation) [0x7fff817d1dbf]
                  9 __CFRunLoopRun + 1698 (in CoreFoundation) [0x7fff817d2932]
                    9 mach_msg_trap + 10 (in libSystem.B.dylib) [0x7fff82cfcd7a]
      Kernel stack:
        9 ipc_mqueue_receive_continue + 0 [0x210d84]
      Thread 13d        DispatchQueue 2
      User stack:
        9 start_wqthread + 13 (in libSystem.B.dylib) [0x7fff82d16aa5]
          9 _pthread_wqthread + 353 (in libSystem.B.dylib) [0x7fff82d16c08]
            9 _dispatch_worker_thread2 + 252 (in libSystem.B.dylib) [0x7fff82d172de]
              9 _dispatch_queue_invoke + 185 (in libSystem.B.dylib) [0x7fff82d177b4]
                9 kevent + 10 (in libSystem.B.dylib) [0x7fff82d15c0a]
      Kernel stack:
        9 kevent + 97 [0x47a699]
      Thread 470      
      User stack:
        9 thread_start + 13 (in libSystem.B.dylib) [0x7fff82d35e89]
          9 _pthread_start + 331 (in libSystem.B.dylib) [0x7fff82d35fd6]
            9 select$DARWIN_EXTSN + 10 (in libSystem.B.dylib) [0x7fff82d40932]
      Kernel stack:
        9 sleep + 52 [0x49115a]
      Binary Images:
             0x100000000 -        0x100048fff  blued ??? (???) <AF7DA385-DB49-5034-7277-16E1CE3C45D6> /usr/sbin/blued
          0x7fff81786000 -     0x7fff818fdfe7  com.apple.CoreFoundation 6.6.5 (550.43) <31A1C118-AD96-0A11-8BDF-BD55B9940EDC> /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
          0x7fff82cfc000 -     0x7fff82ebdfef  libSystem.B.dylib ??? (???) <9AB4F1D1-89DC-0E8A-DC8E-A4FE4D69DB69> /usr/lib/libSystem.B.dylib
          0x7fff86896000 -     0x7fff86b18fe7  com.apple.Foundation 6.6.7 (751.62) <6F2A5BBF-6990-D561-2928-AD61E94036D9> /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation
    Process:         configd [13]
    Path:            /usr/libexec/configd
    UID:             0
      Thread b9         DispatchQueue 1
      User stack:
        9 start + 52 (in configd) [0x100000d04]
          9 main + 2051 (in configd) [0x10000151a]
            9 server_loop + 72 (in configd) [0x100001d70]
              9 CFRunLoopRunSpecific + 575 (in CoreFoundation) [0x7fff817d1dbf]
                9 __CFRunLoopRun + 1698 (in CoreFoundation) [0x7fff817d2932]
                  9 mach_msg_trap + 10 (in libSystem.B.dylib) [0x7fff82cfcd7a]
      Kernel stack:
        9 ipc_mqueue_receive_continue + 0 [0x210d84]
      Thread ba         DispatchQueue 2
      User stack:
        9 start_wqthread + 13 (in libSystem.B.dylib) [0x7fff82d16aa5]
          9 _pthread_wqthread + 353 (in libSystem.B.dylib) [0x7fff82d16c08]
            9 _dispatch_worker_thread2 + 252 (in libSystem.B.dylib) [0x7fff82d172de]
              9 _dispatch_queue_invoke + 185 (in libSystem.B.dylib) [0x7fff82d177b4]
                9 kevent + 10 (in libSystem.B.dylib) [0x7fff82d15c0a]
      Kernel stack:
        9 kevent + 97 [0x47a699]
      Thread bc       
      User stack:
        9 thread_start + 13 (in libSystem.B.dylib) [0x7fff82d35e89]
          9 _pthread_start + 331 (in libSystem.B.dylib) [0x7fff82d35fd6]
            9 plugin_exec + 1440 (in configd) [0x1000034d7]
              9 CFRunLoopRun + 70 (in CoreFoundation) [0x7fff817d1b46]
                9 CFRunLoopRunSpecific + 575 (in CoreFoundation) [0x7fff817d1dbf]
                  9 __CFRunLoopRun + 1698 (in CoreFoundation) [0x7fff817d2932]
                    9 mach_msg_trap + 10 (in libSystem.B.dylib) [0x7fff82cfcd7a]
      Kernel stack:
        9 ipc_mqueue_receive_continue + 0 [0x210d84]
      Thread c4       
      User stack:
        9 thread_start + 13 (in libSystem.B.dylib) [0x7fff82d35e89]
          9 _pthread_start + 331 (in libSystem.B.dylib) [0x7fff82d35fd6]
            9 _io_pm_force_active_settings + 2271 (in PowerManagement) [0x1000ac3a1]
              9 CFRunLoopRun + 70 (in CoreFoundation) [0x7fff817d1b46]
                9 CFRunLoopRunSpecific + 575 (in CoreFoundation) [0x7fff817d1dbf]
                  9 __CFRunLoopRun + 1698 (in CoreFoundation) [0x7fff817d2932]
                    9 mach_msg_trap + 10 (in libSystem.B.dylib) [0x7fff82cfcd7a]
      Kernel stack:
        9 ipc_mqueue_receive_continue + 0 [0x210d84]
      Thread c8       
      User stack:
        9 thread_start + 13 (in libSystem.B.dylib) [0x7fff82d35e89]
          9 _pthread_start + 331 (in libSystem.B.dylib) [0x7fff82d35fd6]
            9 select$DARWIN_EXTSN + 10 (in libSystem.B.dylib) [0x7fff82d40932]
      Kernel stack:
        9 sleep + 52 [0x49115a]
      Thread ed       
      User stack:
        9 thread_start + 13 (in libSystem.B.dylib) [0x7fff82d35e89]
          9 _pthread_start + 331 (in libSystem.B.dylib) [0x7fff82d35fd6]
            9 pppcntl_run_thread + 1595 (in PPPController) [0x1007958f5]
              9 CFRunLoopRun + 70 (in CoreFoundation) [0x7fff817d1b46]
                9 CFRunLoopRunSpecific + 575 (in CoreFoundation) [0x7fff817d1dbf]
                  9 __CFRunLoopRun + 1698 (in CoreFoundation) [0x7fff817d2932]
                    9 mach_msg_trap + 10 (in libSystem.B.dylib) [0x7fff82cfcd7a]
      Kernel stack:
        9 ipc_mqueue_receive_continue + 0 [0x210d84]
      Thread 20bb     
      User stack:
        9 start_wqthread + 13 (in libSystem.B.dylib) [0x7fff82d16aa5]
          9 __workq_kernreturn + 10 (in libSystem.B.dylib) [0x7fff82d16a2a]
      Kernel stack:
        9 bsdthread_create + 1313 [0x4d4581]
      Binary Images:
             0x100000000 -        0x100026ff7  configd ??? (???) <754E7289-CEF0-F696-2A99-8F66310FF370> /usr/libexec/configd
             0x1000a9000 -        0x1000baff7  com.apple.SystemConfiguration.PowerManagement 160.0.0 (160.0.0) <20F4D79D-1834-14C9-650C-C4B588B9E1B9> /System/Library/SystemConfiguration/PowerManagement.bundle/Contents/MacOS/Power Management
             0x100783000 -        0x1007acfff  com.apple.SystemConfiguration.PPPController 1.5 (1.5) <7A34D8E1-6EE2-AFBE-CC7A-4D91276AF7EA> /System/Library/SystemConfiguration/PPPController.bundle/Contents/MacOS/PPPCont roller
          0x7fff81786000 -     0x7fff818fdfe7  com.apple.CoreFoundation 6.6.5 (550.43) <31A1C118-AD96-0A11-8BDF-BD55B9940EDC> /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
          0x7fff82cfc000 -     0x7fff82ebdfef  libSystem.B.dylib ??? (???) <9AB4F1D1-89DC-0E8A-DC8E-A4FE4D69DB69> /usr/lib/libSystem.B.dylib
    Process:         coreaudiod [137]
    Path:            /usr/sbin/coreaudiod
    UID:             202
      Thread 305        DispatchQueue 1
      User stack:
        9 ??? (in coreaudiod + 5796) [0x1000016a4]
          9 ??? (in coreaudiod + 29152) [0x1000071e0]
            9 CFRunLoopRunSpecific + 575 (in CoreFoundation) [0x7fff817d1dbf]
              9 __CFRunLoopRun + 1698 (in CoreFoundation) [0x7fff817d2932]
                9 mach_msg_trap + 10 (in libSystem.B.dylib) [0x7fff82cfcd7a]
      Kernel stack:
        9 ipc_mqueue_receive_continue + 0 [0x210d84]
      Thread 306        DispatchQueue 2
      User stack:
        9 start_wqthread + 13 (in libSystem.B.dylib) [0x7fff82d16aa5]
          9 _pthread_wqthread + 353 (in libSystem.B.dylib) [0x7fff82d16c08]
            9 _dispatch_worker_thread2 + 252 (in libSystem.B.dylib) [0x7fff82d172de]
              9 _dispatch_queue_invoke + 185 (in libSystem.B.dylib) [0x7fff82d177b4]
                9 kevent + 10 (in libSystem.B.dylib) [0x7fff82d15c0a]
      Kernel stack:
        9 kevent + 97 [0x47a699]
      Thread 308      
      User stack:
        9 thread_start + 13 (in libSystem.B.dylib) [0x7fff82d35e89]
          9 _pthread_start + 331 (in libSystem.B.dylib) [0x7fff82d35fd6]
            9 CAPThread::Entry(CAPThread*) + 125 (in CoreAudio) [0x7fff8529c755]
              9 HALRunLoop::OwnThread(void*) + 152 (in CoreAudio) [0x7fff852af786]
                9 CFRunLoopRunSpecific + 575 (in CoreFoundation) [0x7fff817d1dbf]
                  9 __CFRunLoopRun + 1698 (in CoreFoundation) [0x7fff817d2932]
                    9 mach_msg_trap + 10 (in libSystem.B.dylib) [0x7fff82cfcd7a]
      Kernel stack:
        9 ipc_mqueue_receive_continue + 0 [0x210d84]
      Thread 20c1     
      User stack:
        9 start_wqthread + 13 (in libSystem.B.dylib) [0x7fff82d16aa5]
          9 __workq_kernreturn + 10 (in libSystem.B.dylib) [0x7fff82d16a2a]
      Kernel stack:
        9 bsdthread_create + 1313 [0x4d4581]
      Binary Images:
             0x100000000 -        0x100020ff7  coreaudiod ??? (???) <4EB80719-479B-D842-286B-8EE9B9762353> /usr/sbin/coreaudiod
          0x7fff81786000 -     0x7fff818fdfe7  com.apple.CoreFoundation 6.6.5 (550.43) <31A1C118-AD96-0A11-8BDF-BD55B9940EDC> /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
          0x7fff82cfc000 -     0x7fff82ebdfef  libSystem.B.dylib ??? (???) <9AB4F1D1-89DC-0E8A-DC8E-A4FE4D69DB69> /usr/lib/libSystem.B.dylib
          0x7fff8527e000 -     0x7fff852fdfe7  com.apple.audio.CoreAudio 3.2.6 (3.2.6) <79E256EB-43F1-C7AA-6436-124A4FFB02D0> /System/Library/Frameworks/CoreAudio.framework/Versions/A/CoreAudio
    Process:         coreservicesd [51]
    Path:            /System/Library/CoreServices/coreservicesd
    UID:             0
      Thread 13f        DispatchQueue 1
      User stack:
        9 ??? (in coreservicesd + 3756) [0x100000eac]
          9 _CoreServicesServerMain + 522 (in CarbonCore) [0x7fff800b3a56]
            9 CFRunLoopRun + 70 (in CoreFoundation) [0x7fff817d1b46]
              9 CFRunLoopRunSpecific + 575 (in CoreFoundation) [0x7fff817d1dbf]
                9 __CFRunLoopRun + 1698 (in CoreFoundation) [0x7fff817d2932]
                  9 mach_msg_trap + 10 (in libSystem.B.dylib) [0x7fff82cfcd7a]
      Kernel stack:
        9 ipc_mqueue_receive_continue + 0 [0x210d84]
      Thread 18f        DispatchQueue 2
      User stack:
        9 start_wqthread + 13 (in libSystem.B.dylib) [0x7fff82d16aa5]
          9 _pthread_wqthread + 353 (in libSystem.B.dylib) [0x7fff82d16c08]
            9 _dispatch_worker_thread2 + 252 (in libSystem.B.dylib) [0x7fff82d172de]
              9 _dispatch_queue_invoke + 185 (in libSystem.B.dylib) [0x7fff82d177b4]
                9 kevent + 10 (in libSystem.B.dylib) [0x7fff82d15c0a]
      Kernel stack:
        9 kevent + 97 [0x47a699]
      Thread 192      
      User stack:
        9 thread_start + 13 (in libSystem.B.dylib) [0x7fff82d35e89]
          9 _pthread_start + 331 (in libSystem.B.dylib) [0x7fff82d35fd6]
            9 fmodWatchConsumer + 347 (in CarbonCore) [0x7fff800675e8]
              9 __semwait_signal + 10 (in libSystem.B.dylib) [0x7fff82d37a6a]
      Kernel stack:
        9 semaphore_wait_continue + 0 [0x22a88f]
      Thread 193      
      User stack:
        9 thread_start + 13 (in libSystem.B.dylib) [0x7fff82d35e89]
          9 _pthread_start + 331 (in libSystem.B.dylib) [0x7fff82d35fd6]
            9 read + 10 (in libSystem.B.dylib) [0x7fff82d07466]
      Kernel stack:
        9 lo64_unix_scall + 77 [0x2a251d]
          9 unix_syscall64 + 617 [0x4f82fb]
            9 read_nocancel + 158 [0x49fd75]
              9 write + 312 [0x49f5f9]
                9 get_pathbuff + 3054 [0x308c1f]
                  9 tsleep + 105 [0x491395]
                    9 wakeup + 786 [0x490f6e]
                      9 thread_block + 33 [0x227654]
                        9 thread_block_reason + 331 [0x2275c6]
                          9 thread_dispatch + 1966 [0x227327]
                            9 machine_switch_context + 659 [0x2a9adb]
      Thread 20c6     
      User stack:
        9 start_wqthread + 13 (in libSystem.B.dylib) [0x7fff82d16aa5]
          9 __workq_kernreturn + 10 (in libSystem.B.dylib) [0x7fff82d16a2a]
      Kernel stack:
        9 bsdthread_create + 1313 [0x4d4581]
      Binary Images:
             0x100000000 -        0x100000fff  coreservicesd ??? (???) <F9B1EB0B-FB70-9FD1-9065-7E07DF2E6A06> /System/Library/CoreServices/coreservicesd
          0x7fff80003000 -     0x7fff80337fef  com.apple.CoreServices.CarbonCore 861.39 (861.39) <1386A24D-DD15-5903-057E-4A224FAF580B> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CarbonC ore.framework/Versions/A/CarbonCore
          0x7fff81786000 -     0x7fff818fdfe7  com.apple.CoreFoundation 6.6.5 (550.43) <31A1C118-AD96-0A11-8BDF-BD55B9940EDC> /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
          0x7fff82cfc000 -     0x7fff82ebdfef  libSystem.B.dylib ??? (???) <9AB4F1D1-89DC-0E8A-DC8E-A4FE4D69DB69> /usr/lib/libSystem.B.dylib
    Process:         cvmsComp_i386 [516]
    Path:            /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/cvmsComp_i386
    UID:             501
      Thread 8ba        DispatchQueue 100
      User stack:
        9 ??? (in cvmsComp_i386 + 4969) [0x2369]
          9 llvm::CVMSMemoryManager::getDlsymTable() const + 4112 (in cvmsComp_i386) [0x52b6]
            9 mach_msg_server + 610 (in libSystem.B.dylib) [0x96b23cd2]
              9 mach_msg_overwrite_trap + 10 (in libSystem.B.dylib) [0x96ab7b06]
      Kernel stack:
        9 ipc_mqueue_receive_continue + 0 [0x210d84]
      Binary Images:
          0x1000 -     0x6ffb  cvmsComp_i386 ??? (???) <D3E40455-7B4D-398C-54ED-16ED42DF22A1> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/cvmsComp_i386
      0x96ab7000 - 0x96c5eff7  libSystem.B.dylib ??? (???) <2DCD13E3-1BD1-6F25-119A-3863A3848B90> /usr/lib/libSystem.B.dylib
    Process:         cvmsServ [125]
    Path:            /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/cvmsServ
    UID:             0
      Thread 2e4        DispatchQueue 1
      User stack:
        9 ??? (in cvmsServ + 4100) [0x100001004]
          9 ??? (in cvmsServ + 23081) [0x100005a29]
            9 mach_msg_server + 539 (in libSystem.B.dylib) [0x7fff82d79a5e]
              9 mach_msg_overwrite_trap + 10 (in libSystem.B.dylib) [0x7fff82cfcd86]
      Kernel stack:
        9 ipc_mqueue_receive_continue + 0 [0x210d84]
      Thread 2e5      
      User stack:
        9 thread_start + 13 (in libSystem.B.dylib) [0x7fff82d35e89]
          9 _pthread_start + 331 (in libSystem.B.dylib) [0x7fff82d35fd6]
            9 ??? (in cvmsServ + 16132) [0x100003f04]
              9 __semwait_signal + 10 (in libSystem.B.dylib) [0x7fff82d37a6a]
      Kernel stack:
        9 semaphore_wait_continue + 0 [0x22a88f]
      Binary Images:
             0x100000000 -        0x100008fff  cvmsServ ??? (???) <FBA982A1-6E16-AC5E-4394-B6B51224C9B7> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/cvmsServ
          0x7fff82cfc000 -     0x7fff82ebdfef  libSystem.B.dylib ??? (???) <9AB4F1D1-89DC-0E8A-DC8E-A4FE4D69DB69> /usr/lib/libSystem.B.dylib
    Process:         DashboardClient [509]
    Path:            /System/Library/CoreServices/Dock.app/Contents/Resources/DashboardClient.app/Co ntents/MacOS/DashboardClient
    UID:             501
      Thread 88b        DispatchQueue 100
      User stack:
        9 ??? (in DashboardClient + 3089) [0x1c11]
          9 ??? (in DashboardClient + 19146) [0x5aca]
            9 -[NSApplication run] + 821 (in AppKit) [0x926361f3]
              9 -[NSApplication nextEventMatchingMask:untilDate:inMode:dequeue:] + 156 (in AppKit) [0x92673dd6]
                9 _DPSNextEvent + 847 (in AppKit) [0x92674595]
                  9 BlockUntilNextEventMatchingListInMode + 81 (in HIToolbox) [0x92225a3e]
                    9 ReceiveNextEventCommon + 354 (in HIToolbox) [0x92225bb9]
                      9 RunCurrentEventLoopInMode + 392 (in HIToolbox) [0x92225e04]
                        9 CFRunLoopRunInMode + 97 (in CoreFoundation) [0x91db6221]
                          9 CFRunLoopRunSpecific + 452 (in CoreFoundation) [0x91db63f4]
                            9 __CFRunLoopRun + 2079 (in CoreFoundation) [0x91db730f]
                              9 mach_msg_trap + 10 (in libSystem.B.dylib) [0x96ab7afa]
      Kernel stack:
        9 ipc_mqueue_receive_continue + 0 [0x210d84]
      Thread 88f        DispatchQueue 1634545000
      User stack:
        9 start_wqthread + 30 (in libSystem.B.dylib) [0x96add5c6]
          9 _pthread_wqthread + 390 (in libSystem.B.dylib) [0x96add781]
            9 _dispatch_worker_thread2 + 240 (in libSystem.B.dylib) [0x96addcfe]
              9 _dispatch_queue_invoke + 163 (in libSystem.B.dylib) [0x96addf59]
                9 kevent + 10 (in libSystem.B.dylib) [0x96ade382]
      Kernel stack:
        9 kevent + 97 [0x47a699]
      Thread 89f      
      User stack:
        9 thread_start + 34 (in libSystem.B.dylib) [0x96ae50de]
          9 _pthread_start + 345 (in libSystem.B.dylib) [0x96ae5259]
            9 ***::ThreadCondition::timedWait(***::Mutex&, double) + 81 (in JavaScriptCore) [0x96033901]
              9 pthread_cond_wait$UNIX2003 + 73 (in libSystem.B.dylib) [0x96ae73f8]
                9 __semwait_signal + 10 (in libSystem.B.dylib) [0x96ae5aa2]
      Kernel stack:
        9 semaphore_wait_continue + 0 [0x22a88f]
      Thread 8ac      
      User stack:
        9 thread_start + 34 (in libSystem.B.dylib) [0x96ae50de]
          9 _pthread_start + 345 (in libSystem.B.dylib) [0x96ae5259]
            9 __NSThread__main__ + 1499 (in Foundation) [0x97d82514]
              9 -[NSThread main] + 45 (in Foundation) [0x97d82564]
                9 +[NSURLConnection(NSURLConnectionReallyInternal) _resourceLoadLoop:] + 329 (in Foundation) [0x97dbb2c4]
                  9 CFRunLoopRunInMode + 97 (in CoreFoundation) [0x91db6221]
                    9 CFRunLoopRunSpecific + 452 (in CoreFoundation) [0x91db63f4]
                      9 __CFRunLoopRun + 2079 (in CoreFoundation) [0x91db730f]
                        9 mach_msg_trap + 10 (in libSystem.B.dylib) [0x96ab7afa]
      Kernel stack:
        9 ipc_mqueue_receive_continue + 0 [0x210d84]
      Thread 8b0      
      User stack:
        9 thread_start + 34 (in libSystem.B.dylib) [0x96ae50de]
          9 _pthread_start + 345 (in libSystem.B.dylib) [0x96ae5259]
            9 select$DARWIN_EXTSN + 10 (in libSystem.B.dylib) [0x96ad6ac6]
      Kernel stack:
        9 sleep + 52 [0x49115a]
      Thread 8d5      
      User stack:
        9 thread_start + 34 (in libSystem.B.dylib) [0x96ae50de]
          9 _pthread_start + 345 (in libSystem.B.dylib) [0x96ae5259]
            9 __NSThread__main__ + 1499 (in Foundation) [0x97d82514]
              9 -[NSThread main] + 45 (in Foundation) [0x97d82564]
                9 -[QCRunLoopPatch _runLoopThread:] + 449 (in QuartzComposer) [0x900b1845]
                  9 CFRunLoopRun + 84 (in CoreFoundation) [0x91dbc334]
                    9 CFRunLoopRunSpecific + 452 (in CoreFoundation) [0x91db63f4]
                      9 __CFRunLoopRun + 2079 (in CoreFoundation) [0x91db730f]
                        9 mach_msg_trap + 10 (in libSystem.B.dylib) [0x96ab7afa]
      Kernel stack:
        9 ipc_mqueue_receive_continue + 0 [0x210d84]
      Thread 206b     
      User stack:
        9 start_wqthread + 30 (in libSystem.B.dylib) [0x96add5c6]
          9 __workq_kernreturn + 10 (in libSystem.B.dylib) [0x96add412]
      Kernel stack:
        9 bsdthread_create + 1313 [0x4d4581]
      Binary Images:
          0x1000 -     0x6ff7  com.apple.dashboard.client 1.7 (1.7) <02F79990-AFAB-AB47-1429-83146B95B534> /System/Library/CoreServices/Dock.app/Contents/Resources/DashboardClient.app/Co ntents/MacOS/DashboardClient
      0x90018000 - 0x90243ff3  com.apple.QuartzComposer 4.2 ({156.30}) <2C88F8C3-7181-6B1D-B278-E0EE3F33A2AF> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuartzCompose r.framework/Versions/A/QuartzComposer
      0x91d7a000 - 0x91ef5fe7  com.apple.CoreFoundation 6.6.5 (550.43) <10B8470A-88B7-FC74-1C2F-E5CBD966C051> /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
      0x921f1000 - 0x92515fef  com.apple.HIToolbox 1.6.5 (???) <21164164-41CE-61DE-C567-32E89755CB34> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HIToolbox.fra mework/Versions/A/HIToolbox
      0x9262c000 - 0x92f0fff7  com.apple.AppKit 6.6.8 (1038.36) <A353465E-CFC9-CB75-949D-786F6F7732F6> /System/Library/Frameworks/AppKit.framework/Versions/C/AppKit
      0x96028000 - 0x96243ff7  com.apple.JavaScriptCore 6534 (6534.49) <B8523DCA-B8EC-4E44-4E0C-6354BA2E67AB> /System/Library/Frameworks/JavaScriptCore.framework/Versions/A/JavaScriptCore
      0x96ab7000 - 0x96c5eff7  libSystem.B.dylib ??? (???) <2DCD13E3-1BD1-6F25-119A-3863A3848B90> /usr/lib/libSystem.B.dylib
      0x97d6c000 - 0x97fddfef  com.apple.Foundation 6.6.7 (751.62) <5C995C7F-2EA9-50DC-9F2A-30237CDB31B1> /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation
    Process:         DashboardClient [508]
    Path:            /System/Library/CoreServices/Dock.app/Contents/Resources/DashboardClient.app/Co ntents/MacOS/DashboardClient
    UID:             501
      Thread 88a        DispatchQueue 1
      User stack:
        9 ??? (in DashboardClient + 4992) [0x100001380]
          9 ??? (in DashboardClient + 20081) [0x100004e71]
            9 -[NSApplication run] + 395 (in AppKit) [0x7fff8075368f]
              9 -[NSApplication nextEventMatchingMask:untilDate:inMode:dequeue:] + 155 (in AppKit) [0x7fff8078d801]
                9 _DPSNextEvent + 708 (in AppKit) [0x7fff8078deb2]
                  9 BlockUntilNextEventMatchingListInMode + 59 (in HIToolbox) [0x7fff8532c4ac]
                    9 ReceiveNextEventCommon + 310 (in HIToolbox) [0x7fff8532c5f3]
                      9 RunCurrentEventLoopInMode + 333 (in HIToolbox) [0x7fff8532c7ee]
                        9 CFRunLoopRunSpecific + 575 (in CoreFoundation) [0x7fff817d1dbf]
                          9 __CFRunLoopRun + 1698 (in CoreFoundation) [0x7fff817d2932]
                            9 mach_msg_trap + 10 (in libSystem.B.dylib) [0x7fff82cfcd7a]
      Kernel stack:
        9 ipc_mqueue_receive_continue + 0 [0x210d84]
      Thread 88c        DispatchQueue 2
      User stack:
        9 start_wqthread + 13 (in libSystem.B.dylib) [0x7fff82d16aa5]
          9 _pthread_wqthread + 353 (in libSystem.B.dylib) [0x7fff82d16c08]
            9 _dispatch_worker_thread2 + 252 (in libSystem.B.dylib) [0x7fff82d172de]
              9 _dispatch_queue_invoke + 185 (in libSystem.B.dylib) [0x7fff82d177b4]
                9 kevent + 10 (in libSystem.B.dylib) [0x7fff82d15c0a]
      Kernel stack:
        9 kevent + 97 [0x47a699]
      Thread 89a      
      User stack:
        9 __semwait_signal + 10 (in libSystem.B.dylib) [0x7fff82d37a6a]
      Kernel stack:
        9 semaphore_wait_continue + 0 [0x22a88f]
      Thread 8a0      
      User stack:
        9 thread_start + 13 (in libSystem.B.dylib) [0x7fff82d35e89]
          9 _pthread_start + 331 (in libSystem.B.dylib) [0x7fff82d35fd6]
            9 __NSThread__main__ + 1429 (in Foundation) [0x7fff868a7204]
              9 +[NSURLConnection(NSURLConnectionReallyInternal) _resourceLoadLoop:] + 297 (in Foundation) [0x7fff8692623f]
                9 CFRunLoopRunSpecific + 575 (in CoreFoundation) [0x7fff817d1dbf]
                  9 __CFRunLoopRun + 1698 (in CoreFoundation) [0x7fff817d2932]
                    9 mach_msg_trap + 10 (in libSystem.B.dylib) [0x7fff82cfcd7a]
      Kernel stack:
        9 ipc_mqueue_receive_continue + 0 [0x210d84]
      Thread 8b8      
      User stack:
        9 thread_start + 13 (in libSystem.B.dylib) [0x7fff82d35e89]
          9 _pthread_start + 331 (in libSystem.B.dylib) [0x7fff82d35fd6]
            9 select$DARWIN_EXTSN + 10 (in libSystem.B.dylib) [0x7fff82d40932]
      Kernel stack:
        9 sleep + 52 [0x49115a]
      Thread 1e0b     
      User stack:
        9 start_wqthread + 13 (in libSystem.B.dylib) [0x7fff82d16aa5]
          9 __workq_kernreturn + 10 (in libSystem.B.dylib) [0x7fff82d16a2a]
      Kernel stack:
        9 bsdthread_create + 1313 [0x4d4581]
      Binary Images:
             0x100000000 -        0x100006fff  com.apple.dashboard.client 1.7 (1.7) <378C5665-AC24-3640-3C0F-2C6CC2CF42EF> /System/Library/CoreServices/Dock.app/Contents/Resources/DashboardClient.app/Co ntents/MacOS/DashboardClient
          0x7fff8074a000 -     0x7fff81144ff7  com.apple.AppKit 6.6.8 (1038.36) <4CFBE04C-8FB3-B0EA-8DDB-7E7D10E9D251> /System/Library/Frameworks/AppKit.framework/Versions/C/AppKit
          0x7fff81786000 -     0x7fff818fdfe7  com.apple.CoreFoundation 6.6.5 (550.43) <31A1C118-AD96-0A11-8BDF-BD55B9940EDC> /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
          0x7fff82cfc000 -     0x7fff82ebdfef  libSystem.B.dylib ??? (???) <9AB4F1D1-89DC-0E8A-DC8E-A4FE4D69DB69> /usr/lib/libSystem.B.dylib
          0x7fff852fe000 -     0x7fff855fcfff  com.apple.HIToolbox 1.6.5 (???) <AD1C18F6-51CB-7E39-35DD-F16B1EB978A8> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HIToolbox.fra mework/Versions/A/HIToolbox
          0x7fff86896000 -     0x7fff86b18fe7  com.apple.Foundation 6.6.7 (751.62) <6F2A5BBF-6990-D561-2928-AD61E94036D9> /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation
    Process:         dbfseventsd [273]
    Path:            /Library/DropboxHelperTools/Dropbox_u501/dbfseventsd
    UID:             0
    Process:         DirectoryService [15]
    Path:            /usr/sbin/DirectoryService
    UID:             0
      Thread c3         DispatchQueue 1
      User stack:
        9 start + 52 (in DirectoryService) [0x10000d838]
          9 main + 3061 (in DirectoryService) [0x10000e435]
            9 CFRunLoopRun + 70 (in CoreFoundation) [0x7fff817d1b46]
              9 CFRunLoopRunSpecific + 575 (in CoreFoundation) [0x7fff817d1dbf]
                9 __CFRunLoopRun + 1698 (in CoreFoundation) [0x7fff817d2932]
                  9 mach_msg_trap + 10 (in libSystem.B.dylib) [0x7fff82cfcd7a]
      Kernel stack:
        9 ipc_mqueue_receive_continue + 0 [0x210d84]
      Thread ce         DispatchQueue 2
      User stack:
        9 start_wqthread + 13 (in libSystem.B.dylib) [0x7fff82d16aa5]
          9 _pthread_wqthread + 353 (in libSystem.B.dylib) [0x7fff82d16c08]
            9 _dispatch_worker_thread2 + 252 (in libSystem.B.dylib) [0x7fff82d172de]
              9 _dispatch_queue_invoke + 185 (in libSystem.B.dylib) [0x7fff82d177b4]
                9 kevent + 10 (in libSystem.B.dylib) [0x7fff82d15c0a]
      Kernel stack:
        9 kevent + 97 [0x47a699]
      Thread cb         DispatchQueue 8
      User stack:
        9 start_wqthread + 13 (in libSystem.B.dylib) [0x7fff82d16aa5]
          9 _pthread_wqthread + 353 (in libSystem.B.dylib) [0x7fff82d16c08]
            9 _dispatch_worker_thread2 + 239 (in libSystem.B.dylib) [0x7fff82d172d1]
              9 _dispatch_call_block_and_release + 15 (in libSystem.B.dylib) [0x7fff82d38d64]
                9 syscall + 10 (in libSystem.B.dylib) [0x7fff82d39362]
      Kernel stack:
        9 sleep + 52 [0x49115a]
      Thread cd         DispatchQueue 8
      User stack:
        9 start_wqthread + 13 (in libSystem.B.dylib) [0x7fff82d16aa5]
         

    Are you saying that your hard drive has problems that Disk Utility is unable to repair? If that is the case, you have directory problems which is why you have other problems. You can try a stronger utility like Disk Warrior and see if it will repair your drive. I think System Preferences is not working because your hard drive has directory problems.
    It's also possible that the disk cannot be repaired because it is failing physically. I assume that Disk Utility shows SMART as verified. However, it might be worth getting a second opinion by downloading SMART Utility:
    http://www.volitans-software.com/smart_utility.php
    You can download the demo and run it several times for free. It seems to be somewhat more critical than Disk Utility, and may be able to detect impending drive failure sooner. If the drive is failing physically, you will have to replace it.  Disk Utility and Disk Warrior can only repair the complex software on the drive--they cannot repair it physically.
    Good luck!

  • Extra Music Folder turns up unexpectedly in iTunes Media path

    Everything will seem just fine and suddenly a new Music Folder will show up in the path of my iTune library. My iTunes library preferences path looks like this /volumes/music library +(an external hard drive)/music/itunes/itunes media/music...+it is at this point that all of my music folders show up in finder. However within this list of music folder another Music Folder will show and some titles or portions of titles are transferred under this sub Music Folder again located among the artist folders. I have gone and transferred these files back into the proper position under the original Artist Folder following the original Music Folder. Sometimes it is only one or two songs that gets moved and sometimes an entire album. The path remains the same under preferences. I think it may have something to do with iTunes organizing the files but I do not know how to correct this. Help!

    I am totally confused. Once again an additional Music Folder has appeared in my iTunes Library path and some items have been transferred there. Again my path is /Volumes/Music Library/Music/iTunes/iTunes Media/Music. At this point are the Artist Folders in alphabetical order. In the Artist Folders under the M's is again a folder Music and under that two Artist Folders, one Oscar Peterson which contains a single Album Folder (of which I have three OP albums) that contains 9 out of 10 songs. This is followed by a Doors folder containing a single album folder (of 6 albums I have) with a single song. In iTunes selecting that song and Get Info it shows the same path as above but with the extra /Music on the end. I am perplexed. I am dumbfounded as to the problem and what to do.

  • How to change the path for dms repository in navigation iview

    Hi all,
    We integrate DMS in KM. With the documentexplorer iview we can navigate through the folders structure. So far so good.
    But for the end-user it will be easer if they can startright  from point X in the folder structure. Like dmsrm/aaa/bbb/..../X
    It's not possible to change the iview path property to dmsrm/aaa/bbb/..../X, preview shows the message  'Item nof found
    The item you are attempting to access is not available. Check that the name or link is correct. You might also check whether the associated repository is currently accessible'. For all the folders (except the root folder dmsrm) there is no acces link tab, so the ID, explorer URL and webdav URL are unknown. How to find out what the ID is?
    Thanks in advance,
    Vo

    Try going to Options > Global Preferences > Paths tab, you will see the User Settings.
    Nestor
    National Instruments

  • Preferences, Screen Saver - Not Responding

    Hey everyone,
    I am having trouble with a computer that's not responding amongst other things. It started with iPhoto....when opened it would take forever to load and then basically couldn't do anything within it. I made a new library and opened it and everything seemed to be working fine in the empty library. I tried backing the old library up and it wouldn't let me. Then I was in System Preferences and tried opening the screen saver icon and it also freezes....then crashes. The finder is also acting a little strange. I looked around on the forum and found the thread about Stuffit and tried everything with that but still no success. Any ideas???

    Here is what came up. Thanks!
    Date/Time: 2009-02-15 17:23:11.236 -0500
    OS Version: 10.4.11 (Build 8S2167)
    Report Version: 4
    Command: System Preferences
    Path: /Applications/System Preferences.app/Contents/MacOS/System Preferences
    Parent: WindowServer [72]
    Version: 3.5 (3.5)
    Build Version: 10
    Project Name: SystemPrefsApp
    Source Version: 1260600
    PID: 295
    Thread: 0
    Exception: EXCBADACCESS (0x0001)
    Code[0]: 0x0000000a
    Code[1]: 0x017d5000
    Thread 0 Crashed:
    0 com.apple.ImageIO.framework 0x96f47fed _CGImagePluginIdentifyJPEG + 6
    1 com.apple.ImageIO.framework 0x96f47de1 _CGImageSourceBindToPlugin + 308
    2 com.apple.ImageIO.framework 0x96f47c97 CGImageSourceGetType + 43
    3 com.apple.AppKit 0x92179e52 +[NSBitmapImageRep _imagesWithData:hfsFileType:extension:zone:] + 4704
    4 com.apple.AppKit 0x92197acb +[NSBitmapImageRep _imageRepsWithData:hfsFileType:extension:] + 92
    5 com.apple.AppKit 0x9219753e +[NSImageRep imageRepsWithContentsOfFile:] + 646
    6 com.apple.AppKit 0x92197236 -[NSImage initWithContentsOfFile:] + 45
    7 ...pscreeneffect.screeneffects 0x0ddf568a appendInfoSection + 3924
    8 com.apple.Foundation 0x9fce99cf __NSFireDelayedPerform + 403
    9 com.apple.CoreFoundation 0x902a6756 CFRunLoopRunSpecific + 3341
    10 com.apple.CoreFoundation 0x902a5a42 CFRunLoopRunInMode + 61
    11 com.apple.HIToolbox 0x92df1878 RunCurrentEventLoopInMode + 285
    12 com.apple.HIToolbox 0x92df0f82 ReceiveNextEventCommon + 385
    13 com.apple.HIToolbox 0x92df0dd9 BlockUntilNextEventMatchingListInMode + 81
    14 com.apple.AppKit 0x9214df45 _DPSNextEvent + 572
    15 com.apple.AppKit 0x9214db37 -[NSApplication nextEventMatchingMask:untilDate:inMode:dequeue:] + 137
    16 com.apple.AppKit 0x921478c4 -[NSApplication run] + 512
    17 com.apple.AppKit 0x9213b820 NSApplicationMain + 573
    18 com.apple.systempreferences 0x0000e426 0x1000 + 54310
    19 com.apple.systempreferences 0x0000e34d 0x1000 + 54093
    Thread 0 crashed with X86 Thread State (32-bit):
    eax: 0x017d5000 ebx: 0x96f47cbb ecx: 0x017d5000 edx: 0xa6f46c60
    edi: 0x00000000 esi: 0xa6f46220 ebp: 0xbfffeba8 esp: 0xbfffeba8
    ss: 0x0000001f efl: 0x00010206 eip: 0x96f47fed cs: 0x00000017
    ds: 0x0000001f es: 0x0000001f fs: 0x00000000 gs: 0x00000037
    Binary Images Description:
    0x1000 - 0x17fff com.apple.systempreferences 3.5 /Applications/System Preferences.app/Contents/MacOS/System Preferences
    0x205000 - 0x2e3fff libxml2.2.dylib /usr/lib/libxml2.2.dylib
    0x1789000 - 0x178afff com.apple.preference.desktopscreeneffect 1.3.2 /System/Library/PreferencePanes/DesktopScreenEffectsPref.prefPane/Contents/MacO S/DesktopScreenEffectsPref
    0xddf3000 - 0xddfdfff com.apple.preference.desktopscreeneffect.screeneffects 1.3.2 /System/Library/PreferencePanes/DesktopScreenEffectsPref.prefPane/Contents/Reso urces/ScreenEffects.prefPane/Contents/MacOS/ScreenEffects
    0xe0ec000 - 0xe0f9fff com.apple.preference.desktopscreeneffect.desktop 1.3.2 /System/Library/PreferencePanes/DesktopScreenEffectsPref.prefPane/Contents/Reso urces/DesktopPictures.prefPane/Contents/MacOS/DesktopPictures
    0x8fe00000 - 0x8fe4afff dyld 46.16 /usr/lib/dyld
    0x90000000 - 0x90171fff libSystem.B.dylib /usr/lib/libSystem.B.dylib
    0x901c1000 - 0x901c3fff libmathCommon.A.dylib /usr/lib/system/libmathCommon.A.dylib
    0x901c5000 - 0x90202fff com.apple.CoreText 1.1.3 (???) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreText.framework/Versions/A/CoreText
    0x90284000 - 0x9034cfff com.apple.CoreFoundation 6.4.11 (368.35) /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
    0x903a3000 - 0x90649fff com.apple.CoreServices.CarbonCore 682.31 /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CarbonC ore.framework/Versions/A/CarbonCore
    0x90910000 - 0x90910fff com.apple.CoreServices 10.4 (???) /System/Library/Frameworks/CoreServices.framework/Versions/A/CoreServices
    0x90990000 - 0x90a0efff com.apple.DesktopServices 1.3.7 /System/Library/PrivateFrameworks/DesktopServicesPriv.framework/Versions/A/Desk topServicesPriv
    0x90a56000 - 0x90ad5fff libobjc.A.dylib /usr/lib/libobjc.A.dylib
    0x90afe000 - 0x90b62fff libstdc++.6.dylib /usr/lib/libstdc++.6.dylib
    0x90bd1000 - 0x90bd8fff libgcc_s.1.dylib /usr/lib/libgcc_s.1.dylib
    0x90bdd000 - 0x90c50fff com.apple.framework.IOKit 1.4.8 (???) /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit
    0x90c65000 - 0x90c77fff libauto.dylib /usr/lib/libauto.dylib
    0x90f66000 - 0x90fcefff com.apple.CoreServices.OSServices 4.1 /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/OSServi ces.framework/Versions/A/OSServices
    0x91059000 - 0x91069fff com.apple.WebServices 1.1.3 (1.1.0) /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/WebServ icesCore.framework/Versions/A/WebServicesCore
    0x9112d000 - 0x9114bfff com.apple.Metadata 10.4.4 (121.36) /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Metadat a.framework/Versions/A/Metadata
    0x91157000 - 0x91165fff libz.1.dylib /usr/lib/libz.1.dylib
    0x91168000 - 0x91307fff com.apple.security 4.5.2 (29774) /System/Library/Frameworks/Security.framework/Versions/A/Security
    0x91405000 - 0x9140dfff com.apple.DiskArbitration 2.1.2 /System/Library/Frameworks/DiskArbitration.framework/Versions/A/DiskArbitration
    0x91414000 - 0x9141bfff libbsm.dylib /usr/lib/libbsm.dylib
    0x9141f000 - 0x91445fff com.apple.SystemConfiguration 1.8.6 /System/Library/Frameworks/SystemConfiguration.framework/Versions/A/SystemConfi guration
    0x91457000 - 0x914cdfff com.apple.audio.CoreAudio 3.0.5 /System/Library/Frameworks/CoreAudio.framework/Versions/A/CoreAudio
    0x9151e000 - 0x9151efff com.apple.ApplicationServices 10.4 (???) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Application Services
    0x9166d000 - 0x916eafff com.apple.print.framework.PrintCore 4.6 (177.13) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ PrintCore.framework/Versions/A/PrintCore
    0x917e6000 - 0x91831fff com.apple.HIServices 1.5.2 (???) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ HIServices.framework/Versions/A/HIServices
    0x91850000 - 0x91866fff com.apple.LangAnalysis 1.6.3 /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ LangAnalysis.framework/Versions/A/LangAnalysis
    0x91872000 - 0x9188cfff com.apple.FindByContent 1.5 /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ FindByContent.framework/Versions/A/FindByContent
    0x918e7000 - 0x918f3fff com.apple.speech.synthesis.framework 3.5 /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ SpeechSynthesis.framework/Versions/A/SpeechSynthesis
    0x91a60000 - 0x91a7efff libJPEG.dylib /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libJPEG.dylib
    0x91af4000 - 0x91af8fff libGIF.dylib /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libGIF.dylib
    0x91ba6000 - 0x91ba8fff libRadiance.dylib /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libRadiance.dylib
    0x91c06000 - 0x91c43fff com.apple.LaunchServices 183 /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ LaunchServices.framework/Versions/A/LaunchServices
    0x91cea000 - 0x91ceafff com.apple.Accelerate 1.3.1 (Accelerate 1.3.1) /System/Library/Frameworks/Accelerate.framework/Versions/A/Accelerate
    0x91cec000 - 0x91d7afff com.apple.vImage 2.5 /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vImage.fr amework/Versions/A/vImage
    0x91d81000 - 0x91d81fff com.apple.Accelerate.vecLib 3.3.1 (vecLib 3.3.1) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/vecLib
    0x91d83000 - 0x91ddcfff libvMisc.dylib /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libvMisc.dylib
    0x91de5000 - 0x91e09fff libvDSP.dylib /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libvDSP.dylib
    0x92137000 - 0x927edfff com.apple.AppKit 6.4.10 (824.48) /System/Library/Frameworks/AppKit.framework/Versions/C/AppKit
    0x92bbb000 - 0x92bbbfff com.apple.Carbon 10.4 (???) /System/Library/Frameworks/Carbon.framework/Versions/A/Carbon
    0x92bbd000 - 0x92bcdfff com.apple.ImageCapture 3.0.4 /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/ImageCapture. framework/Versions/A/ImageCapture
    0x92bdb000 - 0x92be3fff com.apple.speech.recognition.framework 3.6 /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SpeechRecogni tion.framework/Versions/A/SpeechRecognition
    0x92be9000 - 0x92beefff com.apple.securityhi 2.0.1 (24742) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SecurityHI.fr amework/Versions/A/SecurityHI
    0x92bf4000 - 0x92c85fff com.apple.ink.framework 101.2.1 (71) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Ink.framework /Versions/A/Ink
    0x92c99000 - 0x92c9cfff com.apple.help 1.0.3 (32.1) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Help.framewor k/Versions/A/Help
    0x92ccf000 - 0x92cd5fff com.apple.print.framework.Print 5.2 (192.4) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Print.framewo rk/Versions/A/Print
    0x92cdb000 - 0x92d3efff com.apple.htmlrendering 66.1 (1.1.3) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HTMLRendering .framework/Versions/A/HTMLRendering
    0x92d62000 - 0x92da3fff com.apple.NavigationServices 3.4.4 (3.4.3) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/NavigationSer vices.framework/Versions/A/NavigationServices
    0x92dca000 - 0x92dd7fff com.apple.audio.SoundManager 3.9.1 /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CarbonSound.f ramework/Versions/A/CarbonSound
    0x92dde000 - 0x92de3fff com.apple.CommonPanels 1.2.3 (73) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CommonPanels. framework/Versions/A/CommonPanels
    0x92de8000 - 0x930ddfff com.apple.HIToolbox 1.4.10 (???) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HIToolbox.fra mework/Versions/A/HIToolbox
    0x931e3000 - 0x931eefff com.apple.opengl 1.4.16 /System/Library/Frameworks/OpenGL.framework/Versions/A/OpenGL
    0x9325e000 - 0x9325efff com.apple.Cocoa 6.4 (???) /System/Library/Frameworks/Cocoa.framework/Versions/A/Cocoa
    0x93536000 - 0x935b5fff com.apple.SearchKit 1.0.8 /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SearchK it.framework/Versions/A/SearchKit
    0x93c97000 - 0x93d12fff com.apple.CoreData 91 (92.1) /System/Library/Frameworks/CoreData.framework/Versions/A/CoreData
    0x93d4b000 - 0x93e04fff com.apple.audio.toolbox.AudioToolbox 1.4.7 /System/Library/Frameworks/AudioToolbox.framework/Versions/A/AudioToolbox
    0x93e47000 - 0x93e47fff com.apple.audio.units.AudioUnit 1.4.2 /System/Library/Frameworks/AudioUnit.framework/Versions/A/AudioUnit
    0x93e49000 - 0x9400afff com.apple.QuartzCore 1.4.12 /System/Library/Frameworks/QuartzCore.framework/Versions/A/QuartzCore
    0x94050000 - 0x94091fff libsqlite3.0.dylib /usr/lib/libsqlite3.0.dylib
    0x94099000 - 0x940d3fff libGLImage.dylib /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLImage.dyl ib
    0x941e9000 - 0x941fcfff com.apple.frameworks.preferencepanes 11.2 /System/Library/Frameworks/PreferencePanes.framework/Versions/A/PreferencePanes
    0x9420a000 - 0x9421afff com.apple.securityfoundation 2.2.1 (28150) /System/Library/Frameworks/SecurityFoundation.framework/Versions/A/SecurityFoun dation
    0x94227000 - 0x94264fff com.apple.securityinterface 2.2.1 (27695) /System/Library/Frameworks/SecurityInterface.framework/Versions/A/SecurityInter face
    0x95162000 - 0x95256fff libicucore.A.dylib /usr/lib/libicucore.A.dylib
    0x952bd000 - 0x9536ffff libcrypto.0.9.7.dylib /usr/lib/libcrypto.0.9.7.dylib
    0x95d3c000 - 0x95e10fff com.apple.ColorSync 4.4.11 /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ColorSync.framework/Versions/A/ColorSync
    0x95e9c000 - 0x95ec8fff com.apple.AE 316.3 /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ AE.framework/Versions/A/AE
    0x95ee6000 - 0x95f25fff com.apple.CFNetwork 129.24 /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CFNetwo rk.framework/Versions/A/CFNetwork
    0x96148000 - 0x9621dfff ATS /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ATS.framework/Versions/A/ATS
    0x96f46000 - 0x96f86fff com.apple.ImageIO.framework 1.5.8 /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/ImageIO
    0x96fa2000 - 0x97001fff libJP2.dylib /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libJP2.dylib
    0x97106000 - 0x97121fff libPng.dylib /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libPng.dylib
    0x9712c000 - 0x971b4fff libRaw.dylib /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libRaw.dylib
    0x971b9000 - 0x971f8fff libTIFF.dylib /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libTIFF.dylib
    0x9a52b000 - 0x9a533fff com.apple.ScreenSaver 1.5.1 /System/Library/Frameworks/ScreenSaver.framework/Versions/A/ScreenSaver
    0x9eca3000 - 0x9ecbdfff libRIP.A.dylib /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libRIP.A.dylib
    0x9ecc3000 - 0x9ecd2fff libCGATS.A.dylib /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libCGATS.A.dylib
    0x9ecd9000 - 0x9ece4fff libCSync.A.dylib /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libCSync.A.dylib
    0x9ece9000 - 0x9ed07fff com.apple.openscripting 1.2.7 (???) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/OpenScripting .framework/Versions/A/OpenScripting
    0x9ed19000 - 0x9ed30fff libGL.dylib /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib
    0x9ed3b000 - 0x9ed93fff libGLU.dylib /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLU.dylib
    0x9eda7000 - 0x9edbdfff com.apple.CoreVideo 1.4.2 /System/Library/Frameworks/CoreVideo.framework/Versions/A/CoreVideo
    0x9edcd000 - 0x9eebafff libiconv.2.dylib /usr/lib/libiconv.2.dylib
    0x9eebc000 - 0x9f270fff libLAPACK.dylib /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libLAPACK.dylib
    0x9f29d000 - 0x9f6a6fff libBLAS.dylib /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libBLAS.dylib
    0x9f6e0000 - 0x9f6f6fff libcups.2.dylib /usr/lib/libcups.2.dylib
    0x9f6fb000 - 0x9f7a4fff com.apple.QD 3.10.27 (???) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ QD.framework/Versions/A/QD
    0x9f7ca000 - 0x9fc1ffff com.apple.CoreGraphics 1.258.82 (???) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/CoreGraphics
    0x9fcb6000 - 0x9feeefff com.apple.Foundation 6.4.12 (567.42) /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation
    Model: MacBookPro1,1, BootROM MBP11.0055.B08, 2 processors, Intel Core Duo, 2 GHz, 2 GB
    Graphics: ATI Radeon X1600, ATY,RadeonX1600, PCIe, 128 MB
    Memory Module: BANK 0/DIMM0, 1 GB, DDR2 SDRAM, 667 MHz
    Memory Module: BANK 1/DIMM1, 1 GB, DDR2 SDRAM, 667 MHz
    AirPort: spairportwireless_card_type_airportextreme (0x168C, 0x86), 1.4.4
    Bluetooth: Version 1.9.5f4, 2 service, 0 devices, 1 incoming serial ports
    Network Service: AirPort, AirPort, en1
    Serial ATA Device: ST98823AS, 74.53 GB
    Parallel ATA Device: MATSHITADVD-R UJ-857
    USB Device: Built-in iSight, Micron, Up to 480 Mb/sec, 500 mA
    USB Device: IR Receiver, Apple Computer, Inc., Up to 12 Mb/sec, 500 mA
    USB Device: Bluetooth USB Host Controller, Apple, Inc., Up to 12 Mb/sec, 500 mA
    USB Device: Apple Internal Keyboard / Trackpad, Apple Computer, Up to 12 Mb/sec, 500 mA

  • How to recreate the portal inbuilt preferences

    Hi All,
    I have a problem when i want to edit the group. I m getting following error....
    Not Foun Path : 'oracle.portal.style' Name:Default(51002)
    whether the preference path has been deleted from the portal???? if yes then how to recreate the preference path????
    Any help is highly appreciated.
    -regards

    Hi, You can use the following statement.
    CREATE CONTROLFILE
    SET DATABASE prod
    LOGFILE GROUP 1 ('/u01/oracle/prod/redo01_01.log',
    '/u01/oracle/prod/redo01_02.log'),
    GROUP 2 ('/u01/oracle/prod/redo02_01.log',
    '/u01/oracle/prod/redo02_02.log'),
    GROUP 3 ('/u01/oracle/prod/redo03_01.log',
    '/u01/oracle/prod/redo03_02.log')
    NORESETLOGS
    DATAFILE '/u01/oracle/prod/system01.dbf' SIZE 3M,
    '/u01/oracle/prod/rbs01.dbs' SIZE 5M,
    '/u01/oracle/prod/users01.dbs' SIZE 5M,
    '/u01/oracle/prod/temp01.dbs' SIZE 5M
    MAXLOGFILES 50
    MAXLOGMEMBERS 3
    MAXLOGHISTORY 400
    MAXDATAFILES 200
    MAXINSTANCES 6
    ARCHIVELOG;
    Thanks

  • Systems Preferences Crashes When Changing Proxy Password

    Hi everyone,
    In the System Preferences, under the Proxies tab for a network configuration I am trying to remove the proxy password as it is no longer needed on my network. However everytime I attempt to uncheck the "Proxy server requires password" box the Systems Preferences application crashes. The same thing also happens if I attempt to simply change the proxy password. It is the HTTP proxy I am trying to change.
    I'm going to include below the report generated when the application crashes. If anyone could suggest how to correct this problem that would be most appreciated.
    Date/Time: 2007-02-09 12:08:02.352 +1100
    OS Version: 10.4.8 (Build 8L2127)
    Report Version: 4
    Command: System Preferences
    Path: /Applications/System Preferences.app/Contents/MacOS/System Preferences
    Parent: WindowServer [56]
    Version: 3.5 (3.5)
    Build Version: 10
    Project Name: SystemPrefsApp
    Source Version: 1260600
    PID: 275
    Thread: 0
    Exception: EXCBADACCESS (0x0001)
    Codes: KERNPROTECTIONFAILURE (0x0002) at 0x00000000
    Thread 0 Crashed:
    0 ...ple.framework.NetworkConfig 0x946adc27 -[ProxyPassword removePassword:] + 147
    1 ...ple.framework.NetworkConfig 0x946a753c -[NetCfgProxyPrefs removeProxyPassword:onlyIfCreated:] + 89
    2 com.apple.preference.network 0x0dadfff7 0xdaba000 + 155639
    3 com.apple.AppKit 0x9335cd88 -[NSApplication sendAction:to:from:] + 107
    4 com.apple.AppKit 0x9335cce1 -[NSControl sendAction:to:] + 101
    5 com.apple.AppKit 0x9335ee91 -[NSCell _sendActionFrom:] + 168
    6 com.apple.AppKit 0x93371671 -[NSCell trackMouse:inRect:ofView:untilMouseUp:] + 1271
    7 com.apple.AppKit 0x9338f25d -[NSButtonCell trackMouse:inRect:ofView:untilMouseUp:] + 848
    8 com.apple.AppKit 0x9338eb0d -[NSControl mouseDown:] + 757
    9 com.apple.AppKit 0x9334c3af -[NSWindow sendEvent:] + 5279
    10 com.apple.AppKit 0x9333e350 -[NSApplication sendEvent:] + 5023
    11 com.apple.systempreferences 0x00007b53 0x1000 + 27475
    12 com.apple.AppKit 0x93268dfe -[NSApplication run] + 547
    13 com.apple.AppKit 0x9325cd2f NSApplicationMain + 573
    14 com.apple.systempreferences 0x0000e426 0x1000 + 54310
    15 com.apple.systempreferences 0x0000e34d 0x1000 + 54093
    Thread 1:
    0 libSystem.B.dylib 0x90029a6c wait4 + 12
    1 libSystem.B.dylib 0x90023d87 pthreadbody + 84
    Thread 0 crashed with X86 Thread State (32-bit):
    eax: 0x00000000 ebx: 0x946adba2 ecx: 0x0e631208 edx: 0x00000008
    edi: 0x0e68a434 esi: 0xbffff5a8 ebp: 0xbffff5c8 esp: 0xbffff560
    ss: 0x0000001f efl: 0x00010246 eip: 0x946adc27 cs: 0x00000017
    ds: 0x0000001f es: 0x0000001f fs: 0x00000000 gs: 0x00000037
    Binary Images Description:
    0x1000 - 0x17fff com.apple.systempreferences 3.5 /Applications/System Preferences.app/Contents/MacOS/System Preferences
    0xdaba000 - 0xdaf3fff com.apple.preference.network 1.7 /System/Library/PreferencePanes/Network.prefPane/Contents/MacOS/Network
    0xdbf0000 - 0xdbf5fff com.apple.preference.network.airport 4.4.1 (441.1) /System/Library/PrivateFrameworks/Apple80211.framework/Versions/A/Resources/Air PortNetworkPrefs.bundle/Contents/MacOS/AirPortNetworkPrefs
    0x8fe00000 - 0x8fe49fff dyld 46.9 /usr/lib/dyld
    0x90000000 - 0x9016ffff libSystem.B.dylib /usr/lib/libSystem.B.dylib
    0x901bf000 - 0x901c1fff libmathCommon.A.dylib /usr/lib/system/libmathCommon.A.dylib
    0x901c3000 - 0x901fffff com.apple.CoreText 1.1.1 (???) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreText.framework/Versions/A/CoreText
    0x90226000 - 0x902fcfff ATS /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ATS.framework/Versions/A/ATS
    0x9031c000 - 0x90770fff com.apple.CoreGraphics 1.258.38 (???) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/CoreGraphics
    0x90807000 - 0x908cffff com.apple.CoreFoundation 6.4.6 (368.27) /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
    0x9090d000 - 0x9090dfff com.apple.CoreServices 10.4 (???) /System/Library/Frameworks/CoreServices.framework/Versions/A/CoreServices
    0x9090f000 - 0x90a02fff libicucore.A.dylib /usr/lib/libicucore.A.dylib
    0x90a52000 - 0x90ad1fff libobjc.A.dylib /usr/lib/libobjc.A.dylib
    0x90afa000 - 0x90b5efff libstdc++.6.dylib /usr/lib/libstdc++.6.dylib
    0x90bcd000 - 0x90bd4fff libgcc_s.1.dylib /usr/lib/libgcc_s.1.dylib
    0x90bd9000 - 0x90c4cfff com.apple.framework.IOKit 1.4.6 (???) /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit
    0x90c61000 - 0x90c73fff libauto.dylib /usr/lib/libauto.dylib
    0x90c79000 - 0x90f1ffff com.apple.CoreServices.CarbonCore 682.15 /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CarbonC ore.framework/Versions/A/CarbonCore
    0x90f62000 - 0x90fcafff com.apple.CoreServices.OSServices 4.1 /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/OSServi ces.framework/Versions/A/OSServices
    0x91002000 - 0x91040fff com.apple.CFNetwork 129.19 /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CFNetwo rk.framework/Versions/A/CFNetwork
    0x91053000 - 0x91063fff com.apple.WebServices 1.1.3 (1.1.0) /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/WebServ icesCore.framework/Versions/A/WebServicesCore
    0x9106e000 - 0x910ecfff com.apple.SearchKit 1.0.5 /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SearchK it.framework/Versions/A/SearchKit
    0x91121000 - 0x9113ffff com.apple.Metadata 10.4.4 (121.36) /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Metadat a.framework/Versions/A/Metadata
    0x9114b000 - 0x91159fff libz.1.dylib /usr/lib/libz.1.dylib
    0x9115c000 - 0x912fbfff com.apple.security 4.5.2 (29774) /System/Library/Frameworks/Security.framework/Versions/A/Security
    0x913f9000 - 0x91401fff com.apple.DiskArbitration 2.1.1 /System/Library/Frameworks/DiskArbitration.framework/Versions/A/DiskArbitration
    0x91408000 - 0x9142efff com.apple.SystemConfiguration 1.8.6 /System/Library/Frameworks/SystemConfiguration.framework/Versions/A/SystemConfi guration
    0x91440000 - 0x91447fff libbsm.dylib /usr/lib/libbsm.dylib
    0x9144b000 - 0x914c4fff com.apple.audio.CoreAudio 3.0.4 /System/Library/Frameworks/CoreAudio.framework/Versions/A/CoreAudio
    0x91512000 - 0x91512fff com.apple.ApplicationServices 10.4 (???) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Application Services
    0x91514000 - 0x9153ffff com.apple.AE 314 (313) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ AE.framework/Versions/A/AE
    0x91552000 - 0x91626fff com.apple.ColorSync 4.4.8 /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ColorSync.framework/Versions/A/ColorSync
    0x91661000 - 0x916defff com.apple.print.framework.PrintCore 4.6 (177.13) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ PrintCore.framework/Versions/A/PrintCore
    0x9170b000 - 0x917b4fff com.apple.QD 3.10.21 (???) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ QD.framework/Versions/A/QD
    0x917da000 - 0x91825fff com.apple.HIServices 1.5.2 (???) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ HIServices.framework/Versions/A/HIServices
    0x91844000 - 0x9185afff com.apple.LangAnalysis 1.6.3 /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ LangAnalysis.framework/Versions/A/LangAnalysis
    0x91866000 - 0x91880fff com.apple.FindByContent 1.5 /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ FindByContent.framework/Versions/A/FindByContent
    0x9188a000 - 0x918c7fff com.apple.LaunchServices 181 /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ LaunchServices.framework/Versions/A/LaunchServices
    0x918db000 - 0x918e7fff com.apple.speech.synthesis.framework 3.5 /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ SpeechSynthesis.framework/Versions/A/SpeechSynthesis
    0x918ee000 - 0x91929fff com.apple.ImageIO.framework 1.5.0 /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/ImageIO
    0x9193b000 - 0x919edfff libcrypto.0.9.7.dylib /usr/lib/libcrypto.0.9.7.dylib
    0x91a33000 - 0x91a49fff libcups.2.dylib /usr/lib/libcups.2.dylib
    0x91a4e000 - 0x91a6cfff libJPEG.dylib /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libJPEG.dylib
    0x91a71000 - 0x91acffff libJP2.dylib /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libJP2.dylib
    0x91ae1000 - 0x91ae5fff libGIF.dylib /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libGIF.dylib
    0x91ae7000 - 0x91b64fff libRaw.dylib /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libRaw.dylib
    0x91b68000 - 0x91ba5fff libTIFF.dylib /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libTIFF.dylib
    0x91bab000 - 0x91bc5fff libPng.dylib /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libPng.dylib
    0x91bca000 - 0x91bccfff libRadiance.dylib /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libRadiance.dylib
    0x91bce000 - 0x91bcefff com.apple.Accelerate 1.3.1 (Accelerate 1.3.1) /System/Library/Frameworks/Accelerate.framework/Versions/A/Accelerate
    0x91bd0000 - 0x91c5efff com.apple.vImage 2.5 /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vImage.fr amework/Versions/A/vImage
    0x91c65000 - 0x91c65fff com.apple.Accelerate.vecLib 3.3.1 (vecLib 3.3.1) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/vecLib
    0x91c67000 - 0x91cc0fff libvMisc.dylib /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libvMisc.dylib
    0x91cc9000 - 0x91cedfff libvDSP.dylib /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libvDSP.dylib
    0x91cf5000 - 0x920fefff libBLAS.dylib /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libBLAS.dylib
    0x92138000 - 0x924ecfff libLAPACK.dylib /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libLAPACK.dylib
    0x92519000 - 0x92597fff com.apple.DesktopServices 1.3.5 /System/Library/PrivateFrameworks/DesktopServicesPriv.framework/Versions/A/Desk topServicesPriv
    0x925d8000 - 0x92808fff com.apple.Foundation 6.4.7 (567.28) /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation
    0x92914000 - 0x929f2fff libxml2.2.dylib /usr/lib/libxml2.2.dylib
    0x92a0f000 - 0x92afcfff libiconv.2.dylib /usr/lib/libiconv.2.dylib
    0x92afe000 - 0x92b08fff com.apple.framework.AppleTalk 1.2.0 (???) /System/Library/Frameworks/AppleTalk.framework/Versions/A/AppleTalk
    0x92b0c000 - 0x92b23fff libGL.dylib /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib
    0x92b2e000 - 0x92b86fff libGLU.dylib /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLU.dylib
    0x92b9a000 - 0x92b9afff com.apple.Carbon 10.4 (???) /System/Library/Frameworks/Carbon.framework/Versions/A/Carbon
    0x92b9c000 - 0x92bacfff com.apple.ImageCapture 3.0.4 /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/ImageCapture. framework/Versions/A/ImageCapture
    0x92bba000 - 0x92bc2fff com.apple.speech.recognition.framework 3.6 /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SpeechRecogni tion.framework/Versions/A/SpeechRecognition
    0x92bc8000 - 0x92bcdfff com.apple.securityhi 2.0.1 (24742) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SecurityHI.fr amework/Versions/A/SecurityHI
    0x92bd3000 - 0x92c64fff com.apple.ink.framework 101.2.1 (71) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Ink.framework /Versions/A/Ink
    0x92c78000 - 0x92c7bfff com.apple.help 1.0.3 (32.1) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Help.framewor k/Versions/A/Help
    0x92c7e000 - 0x92c9bfff com.apple.openscripting 1.2.5 (???) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/OpenScripting .framework/Versions/A/OpenScripting
    0x92cab000 - 0x92cb1fff com.apple.print.framework.Print 5.2 (192.4) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Print.framewo rk/Versions/A/Print
    0x92cb7000 - 0x92d1afff com.apple.htmlrendering 66.1 (1.1.3) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HTMLRendering .framework/Versions/A/HTMLRendering
    0x92d3e000 - 0x92d7ffff com.apple.NavigationServices 3.4.4 (3.4.3) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/NavigationSer vices.framework/Versions/A/NavigationServices
    0x92da6000 - 0x92db3fff com.apple.audio.SoundManager 3.9.1 /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CarbonSound.f ramework/Versions/A/CarbonSound
    0x92dba000 - 0x92dbffff com.apple.CommonPanels 1.2.3 (73) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CommonPanels. framework/Versions/A/CommonPanels
    0x92dc4000 - 0x930b6fff com.apple.HIToolbox 1.4.8 (???) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HIToolbox.fra mework/Versions/A/HIToolbox
    0x931bb000 - 0x931c6fff com.apple.opengl 1.4.12 /System/Library/Frameworks/OpenGL.framework/Versions/A/OpenGL
    0x93256000 - 0x93256fff com.apple.Cocoa 6.4 (???) /System/Library/Frameworks/Cocoa.framework/Versions/A/Cocoa
    0x93258000 - 0x9390efff com.apple.AppKit 6.4.8 (824.42) /System/Library/Frameworks/AppKit.framework/Versions/C/AppKit
    0x93c8f000 - 0x93d09fff com.apple.CoreData 90 /System/Library/Frameworks/CoreData.framework/Versions/A/CoreData
    0x93d42000 - 0x93e03fff com.apple.audio.toolbox.AudioToolbox 1.4.3 /System/Library/Frameworks/AudioToolbox.framework/Versions/A/AudioToolbox
    0x93e43000 - 0x93e43fff com.apple.audio.units.AudioUnit 1.4.2 /System/Library/Frameworks/AudioUnit.framework/Versions/A/AudioUnit
    0x93e45000 - 0x94017fff com.apple.QuartzCore 1.4.9 /System/Library/Frameworks/QuartzCore.framework/Versions/A/QuartzCore
    0x94068000 - 0x940a9fff libsqlite3.0.dylib /usr/lib/libsqlite3.0.dylib
    0x940b1000 - 0x940ebfff libGLImage.dylib /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLImage.dyl ib
    0x941cc000 - 0x941d4fff com.apple.IntlPreferences 1.2.1 /System/Library/PrivateFrameworks/IntlPreferences.framework/Versions/A/IntlPref erences
    0x941da000 - 0x941edfff com.apple.frameworks.preferencepanes 11.1 /System/Library/Frameworks/PreferencePanes.framework/Versions/A/PreferencePanes
    0x941fb000 - 0x9420bfff com.apple.securityfoundation 2.2.1 (28150) /System/Library/Frameworks/SecurityFoundation.framework/Versions/A/SecurityFoun dation
    0x94218000 - 0x94255fff com.apple.securityinterface 2.2.1 (27695) /System/Library/Frameworks/SecurityInterface.framework/Versions/A/SecurityInter face
    0x94271000 - 0x94280fff libCGATS.A.dylib /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libCGATS.A.dylib
    0x94287000 - 0x94292fff libCSync.A.dylib /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libCSync.A.dylib
    0x942de000 - 0x942f8fff libRIP.A.dylib /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libRIP.A.dylib
    0x94658000 - 0x94666fff com.apple.framework.Apple80211 4.5.1 (451.2) /System/Library/PrivateFrameworks/Apple80211.framework/Versions/A/Apple80211
    0x9468d000 - 0x946b9fff com.apple.framework.NetworkConfig 2.1 /System/Library/PrivateFrameworks/NetworkConfig.framework/Versions/A/NetworkCon fig
    0x946d5000 - 0x946dafff com.apple.SetupAssistant.International 1.4.2 /System/Library/PrivateFrameworks/International.framework/Versions/A/Internatio nal
    0x970f4000 - 0x9710afff com.apple.EAP8021X 8.0.3 (???) /System/Library/PrivateFrameworks/EAP8021X.framework/Versions/A/EAP8021X
    0x9784a000 - 0x9786afff com.apple.internetconnect.framework 1.4.3 /System/Library/PrivateFrameworks/InternetConnect.framework/Versions/A/Internet Connect
    Model: iMac4,1, BootROM IM41.0055.B08, 2 processors, Intel Core Duo, 2 GHz, 2 GB
    Graphics: ATI Radeon X1600, ATY,RadeonX1600, PCIe, 128 MB
    Memory Module: BANK 0/DIMM0, 1 GB, DDR2 SDRAM, 667 MHz
    Memory Module: BANK 1/DIMM1, 1 GB, DDR2 SDRAM, 667 MHz
    AirPort: spairportwireless_card_type_airportextreme (0x14E4, 0x89), 4.80.76.1
    Bluetooth: Version 1.7.9f12, 2 service, 1 devices, 1 incoming serial ports
    Network Service: Built-in Ethernet, Ethernet, en0
    Network Service: Parallels Host-Guest, Ethernet, en2
    Network Service: Parallels NAT, Ethernet, en3
    Serial ATA Device: Hitachi HDS725050KLA360, 465.76 GB
    Parallel ATA Device: MATSHITADVD-R UJ-846
    USB Device: Built-in iSight, Micron, 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: Apple Optical USB Mouse, Primax Electronics, Up to 1.5 Mb/sec, 100 mA
    USB Device: Apple Pro Keyboard, Mitsumi Electric, Up to 12 Mb/sec, 250 mA
    USB Device: Bluetooth HCI, Up to 12 Mb/sec, 500 mA
    USB Device: IR Receiver, Apple Computer, Inc., Up to 12 Mb/sec, 500 mA

    We have 4 macs at our office: a G4, two G5s and a Mac Pro, all running 10.4.6, and they all have this issue with the proxy settings. It is only a problem when trying to change the account name of the Web Proxy. It crashes when saving on everyone of the 4 machines. We had similar issues when we upgraded to 10.4.8 with the proxy settings. It wouldn't maintain the changes to the settings so we downgraded back to 10.4.6. If anyone using 10.4.6 with proxy settings doesn't have this problem, please let me know.

  • Help!!System preferences crashing

    Hi all,
    My flawless 2011 mba system preferences started crashing.It started when i tried to change the picture of my screen saver.
    Since then it's stuck on the screen saver page of SP and everytime i try to open it beacball shows up and have to force quit.
    Here is the crash report.
    Date/Time:       2012-01-08 18:23:48 +0100
    OS Version:      10.7.2 (Build 11C74)
    Architecture:    x86_64
    Report Version:  9
    Command:         System Preferences
    Path:            /Applications/System Preferences.app/Contents/MacOS/System Preferences
    Version:         11.0 (11.0)
    Build Version:   1
    Project Name:    SystemPrefsApp
    Source Version:  214001000000000
    Parent:          launchd [132]
    PID:             186
    Event:           hang
    Duration:        0.97s
    Steps:           10 (100ms sampling interval)
    Pageins:         21
    Pageouts:        0
    Process:         System Preferences [186]
    Path:            /Applications/System Preferences.app/Contents/MacOS/System Preferences
    Architecture:    x86_64
    UID:             501
      Thread 0x501        DispatchQueue 1
      User stack:
        10 ??? (in System Preferences) [0x10548ddbc]
          10 NSApplicationMain + 867 (in AppKit) [0x7fff8dfac80c]
            10 -[NSApplication run] + 470 (in AppKit) [0x7fff8dd2d62d]
              10 -[NSApplication nextEventMatchingMask:untilDate:inMode:dequeue:] + 135 (in AppKit) [0x7fff8dd30cf5]
                10 _DPSNextEvent + 659 (in AppKit) [0x7fff8dd313f1]
                  10 BlockUntilNextEventMatchingListInMode + 62 (in HIToolbox) [0x7fff8b9e04ca]
                    10 ReceiveNextEventCommon + 355 (in HIToolbox) [0x7fff8b9e063d]
                      10 RunCurrentEventLoopInMode + 277 (in HIToolbox) [0x7fff8b9d93d3]
                        10 CFRunLoopRunSpecific + 230 (in CoreFoundation) [0x7fff8feb6ae6]
                          10 __CFRunLoopRun + 905 (in CoreFoundation) [0x7fff8feb71a9]
                            10 __CFRunLoopDoSources0 + 253 (in CoreFoundation) [0x7fff8fe903bd]
                              10 __CFRUNLOOP_IS_CALLING_OUT_TO_A_SOURCE0_PERFORM_FUNCTION__ + 17 (in CoreFoundation) [0x7fff8fe90b51]
                                10 __NSThreadPerformPerform + 214 (in Foundation) [0x7fff8cc6de44]
                                  10 -[NSObject performSelector:withObject:] + 61 (in CoreFoundation) [0x7fff8ff11a1d]
                                    10 -[NSObject(NSKeyValueObserverNotification) didChangeValueForKey:] + 130 (in Foundation) [0x7fff8cc350fb]
                                      10 NSKeyValueDidChange + 486 (in Foundation) [0x7fff8cc8899b]
                                        10 NSKeyValueNotifyObserver + 387 (in Foundation) [0x7fff8cc67862]
                                          10 -[DSKDesktopWindowController _setupSelection] + 254 (in DesktopPictures) [0x10937c8b9]
                                            10 -[NSTreeController setSelectionIndexPath:] + 60 (in AppKit) [0x7fff8e397527]
                                              10 -[NSTreeController setSelectionIndexPaths:] + 24 (in AppKit) [0x7fff8e3974e6]
                                                10 -[NSTreeController _selectObjectsAtIndexPaths:avoidsEmptySelection:sendObserverNotifications:] + 64 (in AppKit) [0x7fff8e397571]
                                                  10 -[NSTreeController _selectObjectsAtIndexPathsNoCopy:avoidsEmptySelection:sendObserverNotifications :] + 532 (in AppKit) [0x7fff8e399c33]
                                                    10 -[NSTreeController _didChangeValuesForArrangedKeys:objectKeys:indexPathKeys:] + 240 (in AppKit) [0x7fff8e399874]
                                                      10 -[NSController _notifyObserversForKeyPath:change:] + 206 (in AppKit) [0x7fff8dd4527f]
                                                        10 -[NSObject(NSKeyValueObservingPrivate) _notifyObserversForKeyPath:change:] + 756 (in Foundation) [0x7fff8cc61887]
                                                          10 NSKeyValueNotifyObserver + 387 (in Foundation) [0x7fff8cc67862]
                                                            10 -[NSArrayDetailBinder _refreshDetailContentInBackground:] + 407 (in AppKit) [0x7fff8dfb3b78]
                                                              10 -[NSBinder valueForBinding:resolveMarkersToPlaceholders:] + 171 (in AppKit) [0x7fff8dd57c30]
                                                                10 -[NSBinder _valueForKeyPath:ofObject:mode:raisesForNotApplicableKeys:] + 654 (in AppKit) [0x7fff8dd57f46]
                                                                  10 -[NSObject(NSKeyValueCoding) valueForKeyPath:] + 287 (in Foundation) [0x7fff8cc63e39]
                                                                    10 -[_NSControllerObjectProxy valueForKeyPath:] + 77 (in AppKit) [0x7fff8dd5809a]
                                                                      10 -[NSTreeController _singleValueForKeyPath:] + 168 (in AppKit) [0x7fff8e397786]
                                                                        10 -[NSTreeController _multipleValueForKeyPath:atIndexPath:] + 54 (in AppKit) [0x7fff8e398db3]
                                                                          10 -[NSObject(NSKeyValueCoding) valueForKeyPath:] + 348 (in Foundation) [0x7fff8cc63e76]
                                                                            10 -[NSObject(NSKeyValueCoding) valueForKey:] + 392 (in Foundation) [0x7fff8cc443e9]
                                                                              10 _NSGetUsingKeyValueGetter + 62 (in Foundation) [0x7fff8cc44434]
                                                                                10 -[DSKiLifeMediaElementSource pictures] + 69 (in DesktopPictures) [0x109371fd0]
                                                                                  10 -[DSKiLifeMediaElementSource _createPictures] + 76 (in DesktopPictures) [0x109372057]
                                                                                    10 -[ILMediaGroup mediaObjects] + 255 (in iLifeMediaBrowser) [0x7fff8b381ba0]
                                                                                       10 ??? (in iLMBiPhoto9Plugin) [0x10a45008d]
                                                                                         10 ??? (in iLMBiPhoto9Plugin) [0x10a45019b]
                                                                                           10 -[NSCondition wait] + 261 (in Foundation) [0x7fff8cc7a594]
                                                                                             10 __psynch_cvwait + 10 (in libsystem_kernel.dylib) [0x7fff922c8bca]
      Kernel stack:
        10 hndl_unix_scall64 + 19 (in mach_kernel) [0xffffff80002d8363]
          10 unix_syscall64 + 507 (in mach_kernel) [0xffffff80005caa9b]
            10 psynch_cvwait + 1913 (in mach_kernel) [0xffffff800059f169]
              10 ksyn_block_thread_locked + 67 (in mach_kernel) [0xffffff800059a7f3]
                10 thread_block_reason + 299 (in mach_kernel) [0xffffff800022f39b]
                  10 thread_continue + 1661 (in mach_kernel) [0xffffff800022f11d]
                    10 machine_switch_context + 361 (in mach_kernel) [0xffffff80002c0939]
      Thread 0x506        DispatchQueue 2
      User stack:
        10 _dispatch_mgr_thread + 54 (in libdispatch.dylib) [0x7fff8ae4314e]
          10 __select_nocancel + 10 (in libsystem_kernel.dylib) [0x7fff922c8e06]
      Kernel stack:
        10 wakeup + 992 (in mach_kernel) [0xffffff80005526d0]
      Thread 0x507        DispatchQueue 7
      User stack:
        10 start_wqthread + 13 (in libsystem_c.dylib) [0x7fff90d50b85]
          10 _pthread_wqthread + 316 (in libsystem_c.dylib) [0x7fff90d4f3da]
            10 _dispatch_worker_thread2 + 198 (in libdispatch.dylib) [0x7fff8ae43760]
              10 _dispatch_queue_invoke + 71 (in libdispatch.dylib) [0x7fff8ae43f77]
                10 _dispatch_source_invoke + 635 (in libdispatch.dylib) [0x7fff8ae472b6]
                  10 _dispatch_after_timer_callback + 16 (in libdispatch.dylib) [0x7fff8ae44c07]
                    10 __NSOQDelayedFinishOperations + 134 (in Foundation) [0x7fff8cc7a62d]
                      10 -[NSObject(NSKeyValueObservingPrivate) _changeValueForKey:key:key:usingBlock:] + 1130 (in Foundation) [0x7fff8cc4f7c3]
                        10 NSKeyValueNotifyObserver + 387 (in Foundation) [0x7fff8cc67862]
                          10 -[NSObject(NSThreadPerformAdditions) performSelectorOnMainThread:withObject:waitUntilDone:] + 135 (in Foundation) [0x7fff8cc6d4db]
                            10 -[NSObject(NSThreadPerformAdditions) performSelector:onThread:withObject:waitUntilDone:modes:] + 975 (in Foundation) [0x7fff8cc6d928]
                              10 -[NSCondition wait] + 261 (in Foundation) [0x7fff8cc7a594]
                                10 __psynch_cvwait + 10 (in libsystem_kernel.dylib) [0x7fff922c8bca]
      Kernel stack:
        10 hndl_unix_scall64 + 19 (in mach_kernel) [0xffffff80002d8363]
          10 unix_syscall64 + 507 (in mach_kernel) [0xffffff80005caa9b]
            10 psynch_cvwait + 1913 (in mach_kernel) [0xffffff800059f169]
              10 ksyn_block_thread_locked + 67 (in mach_kernel) [0xffffff800059a7f3]
                10 thread_block_reason + 299 (in mach_kernel) [0xffffff800022f39b]
                  10 thread_continue + 1661 (in mach_kernel) [0xffffff800022f11d]
                    10 machine_switch_context + 361 (in mach_kernel) [0xffffff80002c0939]
      Thread 0x50c      
      User stack:
        10 start_wqthread + 13 (in libsystem_c.dylib) [0x7fff90d50b85]
          10 __workq_kernreturn + 10 (in libsystem_kernel.dylib) [0x7fff922c9192]
      Kernel stack:
        10 workqueue_exit + 1616 (in mach_kernel) [0xffffff80005a1680]
      Thread 0x50d      
      User stack:
        10 start_wqthread + 13 (in libsystem_c.dylib) [0x7fff90d50b85]
          10 __workq_kernreturn + 10 (in libsystem_kernel.dylib) [0x7fff922c9192]
      Kernel stack:
        10 workqueue_exit + 1616 (in mach_kernel) [0xffffff80005a1680]
      Thread 0x50f      
      User stack:
        10 start_wqthread + 13 (in libsystem_c.dylib) [0x7fff90d50b85]
          10 __workq_kernreturn + 10 (in libsystem_kernel.dylib) [0x7fff922c9192]
      Kernel stack:
        10 workqueue_exit + 1616 (in mach_kernel) [0xffffff80005a1680]
      Thread 0x52b      
      User stack:
        10 thread_start + 13 (in libsystem_c.dylib) [0x7fff90d50b75]
          10 _pthread_start + 335 (in libsystem_c.dylib) [0x7fff90d4d8bf]
            10 __NSThread__main__ + 1575 (in Foundation) [0x7fff8cc78776]
              10 -[NSThread main] + 68 (in Foundation) [0x7fff8cc787fe]
                10 ??? (in iLMBiPhoto9Plugin) [0x10a49385b]
                  10 ??? (in iLMBiPhoto9Plugin) [0x10a4931bc]
                    10 mach_msg_trap + 10 (in libsystem_kernel.dylib) [0x7fff922c767a]
      Kernel stack:
        10 ipc_mqueue_receive_continue + 0 (in mach_kernel) [0xffffff80002158b0]
      Thread 0x52c      
      User stack:
        10 thread_start + 13 (in libsystem_c.dylib) [0x7fff90d50b75]
          10 _pthread_start + 335 (in libsystem_c.dylib) [0x7fff90d4d8bf]
            10 __NSThread__main__ + 1575 (in Foundation) [0x7fff8cc78776]
              10 -[NSThread main] + 68 (in Foundation) [0x7fff8cc787fe]
                10 ??? (in iLMBiPhoto9Plugin) [0x10a49385b]
                  10 ??? (in iLMBiPhoto9Plugin) [0x10a4931bc]
                    10 mach_msg_trap + 10 (in libsystem_kernel.dylib) [0x7fff922c767a]
      Kernel stack:
        10 ipc_mqueue_receive_continue + 0 (in mach_kernel) [0xffffff80002158b0]
      Thread 0x52d      
      User stack:
        10 thread_start + 13 (in libsystem_c.dylib) [0x7fff90d50b75]
          10 _pthread_start + 335 (in libsystem_c.dylib) [0x7fff90d4d8bf]
            10 __NSThread__main__ + 1575 (in Foundation) [0x7fff8cc78776]
              10 -[NSThread main] + 68 (in Foundation) [0x7fff8cc787fe]
                10 ??? (in iLMBiPhoto9Plugin) [0x10a49385b]
                  10 ??? (in iLMBiPhoto9Plugin) [0x10a4931bc]
                    10 mach_msg_trap + 10 (in libsystem_kernel.dylib) [0x7fff922c767a]
      Kernel stack:
        10 ipc_mqueue_receive_continue + 0 (in mach_kernel) [0xffffff80002158b0]
      Thread 0x52e      
      User stack:
        10 thread_start + 13 (in libsystem_c.dylib) [0x7fff90d50b75]
          10 _pthread_start + 335 (in libsystem_c.dylib) [0x7fff90d4d8bf]
            10 __NSThread__main__ + 1575 (in Foundation) [0x7fff8cc78776]
              10 -[NSThread main] + 68 (in Foundation) [0x7fff8cc787fe]
                10 ??? (in iLMBiPhoto9Plugin) [0x10a49385b]
                  10 ??? (in iLMBiPhoto9Plugin) [0x10a4931bc]
                    10 mach_msg_trap + 10 (in libsystem_kernel.dylib) [0x7fff922c767a]
      Kernel stack:
        10 ipc_mqueue_receive_continue + 0 (in mach_kernel) [0xffffff80002158b0]
      Binary Images:
             0x10548c000 -        0x1054aefff  com.apple.systempreferences 11.0 (11.0) <50027251-BB22-3472-ADCE-90253DC46B60> /Applications/System Preferences.app/Contents/MacOS/System Preferences
             0x10936c000 -        0x10938dff7  com.apple.preference.desktopscreeneffect.desktop 4.0 (4.0) <D6DAE5CE-85F4-3998-BBD3-9B1862929089> /System/Library/PreferencePanes/DesktopScreenEffectsPref.prefPane/Contents/Reso urces/DesktopPictures.prefPane/Contents/MacOS/DesktopPictures
             0x10a3e5000 -        0x10a55bff7  com.apple.iLMBiPhoto9Plugin 2.6.1 (288.1.6) <8BDCB17C-84C4-3FBB-AE75-4C60F68B0A7E> /Library/Application Support/iLifeMediaBrowser/*/iLMBiPhoto9Plugin
          0x7fff8ae41000 -     0x7fff8ae4ffff  libdispatch.dylib ??? (???) <712AAEAC-AD90-37F7-B71F-293FF8AE8723> /usr/lib/system/libdispatch.dylib
          0x7fff8b377000 -     0x7fff8b404fff  com.apple.iLifeMediaBrowser 2.6.1 (502.1.5) <6E778C70-7254-3D1A-8D11-6D38643BDEBA> /System/Library/PrivateFrameworks/iLifeMediaBrowser.framework/Versions/A/iLifeM ediaBrowser
          0x7fff8b9d7000 -     0x7fff8bcfbfff  com.apple.HIToolbox 1.8 (???) <A3BE7C59-52E6-3A7F-9B30-24B7DD3E95F2> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HIToolbox.fra mework/Versions/A/HIToolbox
          0x7fff8cc1e000 -     0x7fff8cf37ff7  com.apple.Foundation 6.7.1 (833.20) <D922F590-FDA6-3D89-A271-FD35E2290624> /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation
          0x7fff8dd28000 -     0x7fff8e929ff7  com.apple.AppKit 6.7.2 (1138.23) <5CD2C850-4F52-3BA2-BA11-3107DFD2D23C> /System/Library/Frameworks/AppKit.framework/Versions/C/AppKit
          0x7fff8fe7e000 -     0x7fff90052fff  com.apple.CoreFoundation 6.7.1 (635.15) <FE4A86C2-3599-3CF8-AD1A-822F1FEA820F> /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
          0x7fff90cff000 -     0x7fff90ddcfef  libsystem_c.dylib ??? (???) <FF69F06E-0904-3C08-A5EF-536FAFFFDC22> /usr/lib/system/libsystem_c.dylib
          0x7fff922b2000 -     0x7fff922d2fff  libsystem_kernel.dylib ??? (???) <55377210-60A0-3F33-9D45-B2D19AA91859> /usr/lib/system/libsystem_kernel.dylib
    Process:         AirPort Base Station Agent [168]
    Path:            /System/Library/CoreServices/AirPort Base Station Agent.app/Contents/MacOS/AirPort Base Station Agent
    Architecture:    x86_64
    UID:             501
      Thread 0x40b        DispatchQueue 1
      User stack:
        10 ??? (in AirPort Base Station Agent) [0x102917654]
          10 ??? (in AirPort Base Station Agent) [0x102928353]
            10 CFRunLoopRun + 95 (in CoreFoundation) [0x7fff8fec67ff]
              10 CFRunLoopRunSpecific + 230 (in CoreFoundation) [0x7fff8feb6ae6]
                10 __CFRunLoopRun + 1204 (in CoreFoundation) [0x7fff8feb72d4]
                  10 __CFRunLoopServiceMachPort + 188 (in CoreFoundation) [0x7fff8feaeb6c]
                    10 mach_msg_trap + 10 (in libsystem_kernel.dylib) [0x7fff922c767a]
      Kernel stack:
        10 ipc_mqueue_receive_continue + 0 (in mach_kernel) [0xffffff80002158b0]
      Thread 0x427        DispatchQueue 2
      User stack:
        10 _dispatch_mgr_thread + 54 (in libdispatch.dylib) [0x7fff8ae4314e]
          10 kevent + 10 (in libsystem_kernel.dylib) [0x7fff922c97e6]
      Kernel stack:
        10 kqueue_scan + 416 (in mach_kernel) [0xffffff8000537d40]
      Thread 0x42f      
      User stack:
        10 thread_start + 13 (in libsystem_c.dylib) [0x7fff90d50b75]
          10 _pthread_start + 335 (in libsystem_c.dylib) [0x7fff90d4d8bf]
            10 __select + 10 (in libsystem_kernel.dylib) [0x7fff922c8df2]
      Kernel stack:
        10 wakeup + 992 (in mach_kernel) [0xffffff80005526d0]
      Thread 0x430      
      User stack:
        10 thread_start + 13 (in libsystem_c.dylib) [0x7fff90d50b75]
          10 _pthread_start + 335 (in libsystem_c.dylib) [0x7fff90d4d8bf]
            10 ??? (in AirPort Base Station Agent) [0x1029286a0]
              10 ??? (in AirPort Base Station Agent) [0x10291957f]
                10 ??? (in AirPort Base Station Agent) [0x10292874d]
                  10 __psynch_cvwait + 10 (in libsystem_kernel.dylib) [0x7fff922c8bca]
      Kernel stack:
        10 hndl_unix_scall64 + 19 (in mach_kernel) [0xffffff80002d8363]
          10 unix_syscall64 + 507 (in mach_kernel) [0xffffff80005caa9b]
            10 psynch_cvwait + 1913 (in mach_kernel) [0xffffff800059f169]
              10 ksyn_block_thread_locked + 67 (in mach_kernel) [0xffffff800059a7f3]
                10 thread_block_reason + 299 (in mach_kernel) [0xffffff800022f39b]
                  10 thread_continue + 1661 (in mach_kernel) [0xffffff800022f11d]
                    10 machine_switch_context + 361 (in mach_kernel) [0xffffff80002c0939]
      Binary Images:
             0x102916000 -        0x10292dfff  com.apple.AirPortBaseStationAgent 1.5.5 (155.7) <E830B770-719A-367C-AF7B-3FC7A446E5B0> /System/Library/CoreServices/AirPort Base Station Agent.app/Contents/MacOS/AirPort Base Station Agent
          0x7fff8ae41000 -     0x7fff8ae4ffff  libdispatch.dylib ??? (???) <712AAEAC-AD90-37F7-B71F-293FF8AE8723> /usr/lib/system/libdispatch.dylib
          0x7fff8fe7e000 -     0x7fff90052fff  com.apple.CoreFoundation 6.7.1 (635.15) <FE4A86C2-3599-3CF8-AD1A-822F1FEA820F> /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
          0x7fff90cff000 -     0x7fff90ddcfef  libsystem_c.dylib ??? (???) <FF69F06E-0904-3C08-A5EF-536FAFFFDC22> /usr/lib/system/libsystem_c.dylib
          0x7fff922b2000 -     0x7fff922d2fff  libsystem_kernel.dylib ??? (???) <55377210-60A0-3F33-9D45-B2D19AA91859> /usr/lib/system/libsystem_kernel.dylib
    Process:         AppleIDAuthAgent [166]
    Path:            /System/Library/CoreServices/AppleIDAuthAgent
    Architecture:    x86_64
    UID:             501
      Thread 0x41f        DispatchQueue 2
      User stack:
        10 _dispatch_mgr_thread + 54 (in libdispatch.dylib) [0x7fff8ae4314e]
          10 kevent + 10 (in libsystem_kernel.dylib) [0x7fff922c97e6]
      Kernel stack:
        10 kqueue_scan + 416 (in mach_kernel) [0xffffff8000537d40]
      Thread 0x421        DispatchQueue 6
      User stack:
        10 _dispatch_sig_thread + 45 (in libdispatch.dylib) [0x7fff8ae45954]
          10 __sigsuspend_nocancel + 10 (in libsystem_kernel.dylib) [0x7fff922c9022]
      Kernel stack:
        10 wakeup + 992 (in mach_kernel) [0xffffff80005526d0]
      Thread 0x420        DispatchQueue 16
      User stack:
        10 start_wqthread + 13 (in libsystem_c.dylib) [0x7fff90d50b85]
          10 _pthread_wqthread + 316 (in libsystem_c.dylib) [0x7fff90d4f3da]
            10 _dispatch_worker_thread2 + 198 (in libdispatch.dylib) [0x7fff8ae43760]
              10 _dispatch_queue_invoke + 54 (in libdispatch.dylib) [0x7fff8ae43f66]
                10 _dispatch_queue_drain + 264 (in libdispatch.dylib) [0x7fff8ae4410a]
                  10 _dispatch_call_block_and_release + 18 (in libdispatch.dylib) [0x7fff8ae428ba]
                    10 ??? (in AppleIDAuthAgent) [0x1049451b3]
                      10 semaphore_wait_trap + 10 (in libsystem_kernel.dylib) [0x7fff922c76b6]
      Kernel stack:
        10 semaphore_wait_continue + 0 (in mach_kernel) [0xffffff80002345c0]
      Binary Images:
             0x104943000 -        0x10496bff7  AppleIDAuthAgent ??? (???) <7567E0E1-BB83-36D8-A8A4-BC8E219D97F8> /System/Library/CoreServices/AppleIDAuthAgent
          0x7fff8ae41000 -     0x7fff8ae4ffff  libdispatch.dylib ??? (???) <712AAEAC-AD90-37F7-B71F-293FF8AE8723> /usr/lib/system/libdispatch.dylib
          0x7fff90cff000 -     0x7fff90ddcfef  libsystem_c.dylib ??? (???) <FF69F06E-0904-3C08-A5EF-536FAFFFDC22> /usr/lib/system/libsystem_c.dylib
          0x7fff922b2000 -     0x7fff922d2fff  libsystem_kernel.dylib ??? (???) <55377210-60A0-3F33-9D45-B2D19AA91859> /usr/lib/system/libsystem_kernel.dylib
    Process:         applepushserviced [77]
    Path:            /System/Library/PrivateFrameworks/ApplePushService.framework/applepushserviced
    Architecture:    x86_64
    UID:             0
      Thread 0x1f9        DispatchQueue 1
      User stack:
        10 ??? (in applepushserviced) [0x1047b6324]
          10 ??? (in applepushserviced) [0x1047b6408]
            10 -[NSRunLoop(NSRunLoop) run] + 62 (in Foundation) [0x7fff8cc29f3b]
              10 -[NSRunLoop(NSRunLoop) runMode:beforeDate:] + 267 (in Foundation) [0x7fff8cc2a04f]
                10 CFRunLoopRunSpecific + 230 (in CoreFoundation) [0x7fff8feb6ae6]
                  10 __CFRunLoopRun + 1204 (in CoreFoundation) [0x7fff8feb72d4]
                    10 __CFRunLoopServiceMachPort + 188 (in CoreFoundation) [0x7fff8feaeb6c]
                      10 mach_msg_trap + 10 (in libsystem_kernel.dylib) [0x7fff922c767a]
      Kernel stack:
        10 ipc_mqueue_receive_continue + 0 (in mach_kernel) [0xffffff80002158b0]
      Thread 0x22d        DispatchQueue 2
      User stack:
        10 _dispatch_mgr_thread + 54 (in libdispatch.dylib) [0x7fff8ae4314e]
          10 kevent + 10 (in libsystem_kernel.dylib) [0x7fff922c97e6]
      Kernel stack:
        10 kqueue_scan + 416 (in mach_kernel) [0xffffff8000537d40]
      Binary Images:
             0x1047b5000 -        0x104822fff  applepushserviced ??? (???) <846618F2-7FE6-374E-9D29-F132E254B130> /System/Library/PrivateFrameworks/ApplePushService.framework/applepushserviced
          0x7fff8ae41000 -     0x7fff8ae4ffff  libdispatch.dylib ??? (???) <712AAEAC-AD90-37F7-B71F-293FF8AE8723> /usr/lib/system/libdispatch.dylib
          0x7fff8cc1e000 -     0x7fff8cf37ff7  com.apple.Foundation 6.7.1 (833.20) <D922F590-FDA6-3D89-A271-FD35E2290624> /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation
          0x7fff8fe7e000 -     0x7fff90052fff  com.apple.CoreFoundation 6.7.1 (635.15) <FE4A86C2-3599-3CF8-AD1A-822F1FEA820F> /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
          0x7fff922b2000 -     0x7fff922d2fff  libsystem_kernel.dylib ??? (???) <55377210-60A0-3F33-9D45-B2D19AA91859> /usr/lib/system/libsystem_kernel.dylib
    Process:         autofsd [75]
    Path:            /usr/libexec/autofsd
    Architecture:    x86_64
    UID:             0
      Thread 0x21b        DispatchQueue 2
      User stack:
        10 _dispatch_mgr_thread + 54 (in libdispatch.dylib) [0x7fff8ae4314e]
          10 kevent + 10 (in libsystem_kernel.dylib) [0x7fff922c97e6]
      Kernel stack:
        10 kqueue_scan + 416 (in mach_kernel) [0xffffff8000537d40]
      Thread 0x21c        DispatchQueue 6
      User stack:
        10 _dispatch_sig_thread + 45 (in libdispatch.dylib) [0x7fff8ae45954]
          10 __sigsuspend_nocancel + 10 (in libsystem_kernel.dylib) [0x7fff922c9022]
      Kernel stack:
        10 wakeup + 992 (in mach_kernel) [0xffffff80005526d0]
      Binary Images:
             0x105c5b000 -        0x105c5cfff  autofsd ??? (???) <0CD101D9-16F0-3A03-AD8F-60FC4F4B0F61> /usr/libexec/autofsd
          0x7fff8ae41000 -     0x7fff8ae4ffff  libdispatch.dylib ??? (???) <712AAEAC-AD90-37F7-B71F-293FF8AE8723> /usr/lib/system/libdispatch.dylib
          0x7fff922b2000 -     0x7fff922d2fff  libsystem_kernel.dylib ??? (???) <55377210-60A0-3F33-9D45-B2D19AA91859> /usr/lib/system/libsystem_kernel.dylib
    Process:         com.apple.dock.extra [155]
    Path:            /System/Library/CoreServices/Dock.app/Contents/XPCServices/com.apple.dock.extra .xpc/Contents/MacOS/com.apple.dock.extra
    Architecture:    x86_64
    UID:             501
      Thread 0x3e1        DispatchQueue 1
      User stack:
        10 ??? (in com.apple.dock.extra) [0x10c789974]
          10 xpc_service_main + 440 (in XPCService) [0x7fff8d1ac8b9]
            10 NSApplicationMain + 867 (in AppKit) [0x7fff8dfac80c]
              10 -[NSApplication run] + 470 (in AppKit) [0x7fff8dd2d62d]
                10 -[NSApplication nextEventMatchingMask:untilDate:inMode:dequeue:] + 135 (in AppKit) [0x7fff8dd30cf5]
                  10 _DPSNextEvent + 659 (in AppKit) [0x7fff8dd313f1]
                    10 BlockUntilNextEventMatchingListInMode + 62 (in HIToolbox) [0x7fff8b9e04ca]
                      10 ReceiveNextEventCommon + 355 (in HIToolbox) [0x7fff8b9e063d]
                        10 RunCurrentEventLoopInMode + 277 (in HIToolbox) [0x7fff8b9d93d3]
                          10 CFRunLoopRunSpecific + 230 (in CoreFoundation) [0x7fff8feb6ae6]
                            10 __CFRunLoopRun + 1204 (in CoreFoundation) [0x7fff8feb72d4]
                              10 __CFRunLoopServiceMachPort + 188 (in CoreFoundation) [0x7fff8feaeb6c]
                                10 mach_msg_trap + 10 (in libsystem_kernel.dylib) [0x7fff922c767a]
      Kernel stack:
        10 ipc_mqueue_receive_continue + 0 (in mach_kernel) [0xffffff80002158b0]
      Thread 0x3e5        DispatchQueue 2
      User stack:
        10 _dispatch_mgr_thread + 54 (in libdispatch.dylib) [0x7fff8ae4314e]
          10 kevent + 10 (in libsystem_kernel.dylib) [0x7fff922c97e6]
      Kernel stack:
        10 kqueue_scan + 416 (in mach_kernel) [0xffffff8000537d40]
      Binary Images:
             0x10c788000 -        0x10c78cfff  com.apple.dock.extra 1.0 (1) <88FC5646-1F5B-3B37-AE2D-C3202B74EEB9> /System/Library/CoreServices/Dock.app/Contents/XPCServices/com.apple.dock.extra .xpc/Contents/MacOS/com.apple.dock.extra
          0x7fff8ae41000 -     0x7fff8ae4ffff  libdispatch.dylib ??? (???) <712AAEAC-AD90-37F7-B71F-293FF8AE8723> /usr/lib/system/libdispatch.dylib
          0x7fff8b9d7000 -     0x7fff8bcfbfff  com.apple.HIToolbox 1.8 (???) <A3BE7C59-52E6-3A7F-9B30-24B7DD3E95F2> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HIToolbox.fra mework/Versions/A/HIToolbox
          0x7fff8d1ab000 -     0x7fff8d1b1ff7  com.apple.XPCService 1.0 (1) <8D0725AE-BF0B-31BE-9189-17191AF13001> /System/Library/PrivateFrameworks/XPCService.framework/Versions/A/XPCService
          0x7fff8dd28000 -     0x7fff8e929ff7  com.apple.AppKit 6.7.2 (1138.23) <5CD2C850-4F52-3BA2-BA11-3107DFD2D23C> /System/Library/Frameworks/AppKit.framework/Versions/C/AppKit
          0x7fff8fe7e000 -     0x7fff90052fff  com.apple.CoreFoundation 6.7.1 (635.15) <FE4A86C2-3599-3CF8-AD1A-822F1FEA820F> /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
          0x7fff922b2000 -     0x7fff922d2fff  libsystem_kernel.dylib ??? (???) <55377210-60A0-3F33-9D45-B2D19AA91859> /usr/lib/system/libsystem_kernel.dylib
    Process:         configd [14]
    Path:            /usr/libexec/configd
    Architecture:    x86_64
    UID:             0
      Thread 0xed         DispatchQueue 1
      User stack:
        10 ??? (in configd) [0x10d02dfcc]
          10 ??? (in configd) [0x10d02e783]
            10 ??? (in configd) [0x10d02f088]
              10 CFRunLoopRunSpecific + 230 (in CoreFoundation) [0x7fff8feb6ae6]
                10 __CFRunLoopRun + 1204 (in CoreFoundation) [0x7fff8feb72d4]
                  10 __CFRunLoopServiceMachPort + 188 (in CoreFoundation) [0x7fff8feaeb6c]
                    10 mach_msg_trap + 10 (in libsystem_kernel.dylib) [0x7fff922c767a]
      Kernel stack:
        10 ipc_mqueue_receive_continue + 0 (in mach_kernel) [0xffffff80002158b0]
      Thread 0xee         DispatchQueue 2
      User stack:
        10 _dispatch_mgr_thread + 54 (in libdispatch.dylib) [0x7fff8ae4314e]
          10 __select_nocancel + 10 (in libsystem_kernel.dylib) [0x7fff922c8e06]
      Kernel stack:
        10 wakeup + 992 (in mach_kernel) [0xffffff80005526d0]
      Thread 0xf0       
      User stack:
        10 thread_start + 13 (in libsystem_c.dylib) [0x7fff90d50b75]
          10 _pthread_start + 335 (in libsystem_c.dylib) [0x7fff90d4d8bf]
            10 ??? (in configd) [0x10d02fa66]
              10 CFRunLoopRun + 95 (in CoreFoundation) [0x7fff8fec67ff]
                10 CFRunLoopRunSpecific + 230 (in CoreFoundation) [0x7fff8feb6ae6]
                  10 __CFRunLoopRun + 1204 (in CoreFoundation) [0x7fff8feb72d4]
                    10 __CFRunLoopServiceMachPort + 188 (in CoreFoundation) [0x7fff8feaeb6c]
                      10 mach_msg_trap + 10 (in libsystem_kernel.dylib) [0x7fff922c767a]
      Kernel stack:
        10 ipc_mqueue_receive_continue + 0 (in mach_kernel) [0xffffff80002158b0]
      Thread 0xfa       
      User stack:
        10 thread_start + 13 (in libsystem_c.dylib) [0x7fff90d50b75]
          10 _pthread_start + 335 (in libsystem_c.dylib) [0x7fff90d4d8bf]
            10 ??? (in configd) [0x10d03a3dd]
              10 CFRunLoopRun + 95 (in CoreFoundation) [0x7fff8fec67ff]
                10 CFRunLoopRunSpecific + 230 (in CoreFoundation) [0x7fff8feb6ae6]
                  10 __CFRunLoopRun + 1204 (in CoreFoundation) [0x7fff8feb72d4]
                    10 __CFRunLoopServiceMachPort + 188 (in CoreFoundation) [0x7fff8feaeb6c]
                      10 mach_msg_trap + 10 (in libsystem_kernel.dylib) [0x7fff922c767a]
      Kernel stack:
        10 ipc_mqueue_receive_continue + 0 (in mach_kernel) [0xffffff80002158b0]
      Thread 0xfb       
      User stack:
        10 start_wqthread + 13 (in libsystem_c.dylib) [0x7fff90d50b85]
          10 __workq_kernreturn + 10 (in libsystem_kernel.dylib) [0x7fff922c9192]
      Kernel stack:
        10 workqueue_exit + 1616 (in mach_kernel) [0xffffff80005a1680]
      Thread 0x131      
      User stack:
        10 thread_start + 13 (in libsystem_c.dylib) [0x7fff90d50b75]
          10 _pthread_start + 335 (in libsystem_c.dylib) [0x7fff90d4d8bf]
            10 __select + 10 (in libsystem_kernel.dylib) [0x7fff922c8df2]
      Kernel stack:
        10 wakeup + 992 (in mach_kernel) [0xffffff80005526d0]
      Thread 0x133      
      User stack:
        10 thread_start + 13 (in libsystem_c.dylib) [0x7fff90d50b75]
          10 _pthread_start + 335 (in libsystem_c.dylib) [0x7fff90d4d8bf]
            10 pppcntl_run_thread + 2194 (in PPPController) [0x10d477142]
              10 CFRunLoopRun + 95 (in CoreFoundation) [0x7fff8fec67ff]
                10 CFRunLoopRunSpecific + 230 (in CoreFoundation) [0x7fff8feb6ae6]
                  10 __CFRunLoopRun + 1204 (in CoreFoundation) [0x7fff8feb72d4]
                    10 __CFRunLoopServiceMachPort + 188 (in CoreFoundation) [0x7fff8feaeb6c]
                      10 mach_msg_trap + 10 (in libsystem_kernel.dylib) [0x7fff922c767a]
      Kernel stack:
        10 ipc_mqueue_receive_continue + 0 (in mach_kernel) [0xffffff80002158b0]
      Binary Images:
             0x10d02d000 -        0x10d056ff7  configd ??? (???) <9F41019C-245B-35B2-9CC6-68FED58862D8> /usr/libexec/configd
             0x10d469000 -        0x10d4a8fff  com.apple.SystemConfiguration.PPPController 1.7 (1.7) <DD1755CB-2D0D-36BD-8BDF-905823909F6D> /System/Library/SystemConfiguration/PPPController.bundle/Contents/MacOS/PPPCont roller
          0x7fff8ae41000 -     0x7fff8ae4ffff  libdispatch.dylib ??? (???) <712AAEAC-AD90-37F7-B71F-293FF8AE8723> /usr/lib/system/libdispatch.dylib
          0x7fff8fe7e000 -     0x7fff90052fff  com.apple.CoreFoundation 6.7.1 (635.15) <FE4A86C2-3599-3CF8-AD1A-822F1FEA820F> /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
          0x7fff90cff000 -     0x7fff90ddcfef  libsystem_c.dylib ??? (???) <FF69F06E-0904-3C08-A5EF-536FAFFFDC22> /usr/lib/system/libsystem_c.dylib
          0x7fff922b2000 -     0x7fff922d2fff  libsystem_kernel.dylib ??? (???) <55377210-60A0-3F33-9D45-B2D19AA91859> /usr/lib/system/libsystem_kernel.dylib
    Process:         cookied [183]
    Path:            /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CFNetwo rk.framework/Versions/A/Support/cookied
    Architecture:    x86_64
    UID:             501
      Thread 0x490        DispatchQueue 1
      User stack:
        10 ??? (in cookied) [0x10905eedc]
          10 _cookied_main + 852 (in CFNetwork) [0x7fff8ac0616d]
            10 CFRunLoopRun + 95 (in CoreFoundation) [0x7fff8fec67ff]
              10 CFRunLoopRunSpecific + 230 (in CoreFoundation) [0x7fff8feb6ae6]
                10 __CFRunLoopRun + 1204 (in CoreFoundation) [0x7fff8feb72d4]
                  10 __CFRunLoopServiceMachPort + 188 (in CoreFoundation) [0x7fff8feaeb6c]
                    10 mach_msg_trap + 10 (in libsystem_kernel.dylib) [0x7fff922c767a]
      Kernel stack:
        10 ipc_mqueue_receive_continue + 0 (in mach_kernel) [0xffffff80002158b0]
      Thread 0x493        DispatchQueue 2
      User stack:
        10 _dispatch_mgr_thread + 54 (in libdispatch.dylib) [0x7fff8ae4314e]
          10 kevent + 10 (in libsystem_kernel.dylib) [0x7fff922c97e6]
      Kernel stack:
        10 kqueue_scan + 416 (in mach_kernel) [0xffffff8000537d40]
      Binary Images:
             0x10905e000 -        0x10905eff7  cookied ??? (???) <72A63CD5-015C-3FBF-A490-1CF76E9E47B0> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CFNetwo rk.framework/Versions/A/Support/cookied
          0x7fff8ab17000 -     0x7fff8ac7dfff  com.apple.CFNetwork 520.2.5 (520.2.5) <406712D9-3F0C-3763-B4EB-868D01F1F042> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CFNetwo rk.framework/Versions/A/CFNetwork
          0x7fff8ae41000 -     0x7fff8ae4ffff  libdispatch.dylib ??? (???) <712AAEAC-AD90-37F7-B71F-293FF8AE8723> /usr/lib/system/libdispatch.dylib
          0x7fff8fe7e000 -     0x7fff90052fff  com.apple.CoreFoundation 6.7.1 (635.15) <FE4A86C2-3599-3CF8-AD1A-822F1FEA820F> /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
          0x7fff922b2000 -     0x7fff922d2fff  libsystem_kernel.dylib ??? (???) <55377210-60A0-3F33-9D45-B2D19AA91859> /usr/lib/system/libsystem_kernel.dylib
    Process:         coreaudiod [146]
    Path:            /usr/sbin/coreaudiod
    Architecture:    x86_64
    UID:             202
      Thread 0x394        DispatchQueue 1
      User stack:
        10 ??? (in coreaudiod) [0x101b93ac0]
          10 ??? (in coreaudiod) [0x101bfbf54]
            10 CFRunLoopRunSpecific + 230 (in CoreFoundation) [0x7fff8feb6ae6]
              10 __CFRunLoopRun + 1204 (in CoreFoundation) [0x7fff8feb72d4]
                10 __CFRunLoopServiceMachPort + 188 (in CoreFoundation) [0x7fff8feaeb6c]
                  10 mach_msg_trap + 10 (in libsystem_kernel.dylib) [0x7fff922c767a]
      Kernel stack:
        10 ipc_mqueue_receive_continue + 0 (in mach_kernel) [0xffffff80002158b0]
      Thread 0x3a1        DispatchQueue 2
      User stack:
        10 _dispatch_mgr_thread + 54 (in libdispatch.dylib) [0x7fff8ae4314e]
          10 kevent + 10 (in libsystem_kernel.dylib) [0x7fff922c97e6]
      Kernel stack:
        9 kqueue_scan + 416 (in mach_kernel) [0xffffff8000537d40]
        1 hndl_unix_scall64 + 19 (in mach_kernel) [0xffffff80002d8363]
          1 unix_syscall64 + 507 (in mach_kernel) [0xffffff80005caa9b]
            1 kevent + 54 (in mach_kernel) [0xffffff8000539456]
              1 kevent_description + 1528 (in mach_kernel) [0xffffff8000539338]
                1 kqueue_scan + 208 (in mach_kernel) [0xffffff8000537c70]
                  1 thread_block_reason + 275 (in mach_kernel) [0xffffff800022f383]
                    1 thread_go + 608 (in mach_kernel) [0xffffff800022dfd0]
                      1 processor_idle + 149 (in mach_kernel) [0xffffff800022d2e5]
                        1 machine_idle + 163 (in mach_kernel) [0xffffff80002c4213]
      Thread 0x3ae      
      User stack:
        10 thread_start + 13 (in libsystem_c.dylib) [0x7fff90d50b75]
          10 _pthread_start + 335 (in libsystem_c.dylib) [0x7fff90d4d8bf]
            10 ??? (in coreaudiod) [0x101c060da]
              10 ??? (in coreaudiod) [0x101bffbe6]
                10 ??? (in coreaudiod) [0x101bffc76]
                  10 ??? (in coreaudiod) [0x101bffaba]
                    10 CFRunLoopRunSpecific + 230 (in CoreFoundation) [0x7fff8feb6ae6]
                      10 __CFRunLoopRun + 1204 (in CoreFoundation) [0x7fff8feb72d4]
                        10 __CFRunLoopServiceMachPort + 188 (in CoreFoundation) [0x7fff8feaeb6c]
                          10 mach_msg_trap + 10 (in libsystem_kernel.dylib) [0x7fff922c767a]
      Kernel stack:
        10 ipc_mqueue_receive_continue + 0 (in mach_kernel) [0xffffff80002158b0]
      Thread 0x5ae      
      User stack:
        10 start_wqthread + 13 (in libsystem_c.dylib) [0x7fff90d50b85]
          10 __workq_kernreturn + 10 (in libsystem_kernel.dylib) [0x7fff922c9192]
      Kernel stack:
        10 workqueue_exit + 1616 (in mach_kernel) [0xffffff80005a1680]
      Binary Images:
             0x101b92000 -        0x101c52fff  coreaudiod ??? (???) <2710F68D-1A44-3EC0-B29D-D627DDDD1FBC> /usr/sbin/coreaudiod
          0x7fff8ae41000 -     0x7fff8ae4ffff  libdispatch.dylib ??? (???) <712AAEAC-AD90-37F7-B71F-293FF8AE8723> /usr/lib/system/libdispatch.dylib
          0x7fff8fe7e000 -     0x7fff90052fff  com.apple.CoreFoundation 6.7.1 (635.15) <FE4A86C2-3599-3CF8-AD1A-822F1FEA820F> /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
          0x7fff90cff000 -     0x7fff90ddcfef  libsystem_c.dylib ??? (???) <FF69F06E-0904-3C08-A5EF-536FAFFFDC22> /usr/lib/system/libsystem_c.dylib
          0x7fff922b2000 -     0x7fff922d2fff  libsystem_kernel.dylib ??? (???) <55377210-60A0-3F33-9D45-B2D19AA91859> /usr/lib/system/libsystem_kernel.dylib
    Process:         coreservicesd [29]
    Path:            /System/Library/CoreServices/coreservicesd
    Architecture:    x86_64
    UID:             0
      Thread 0x154        DispatchQueue 1
      User stack:
        10 ??? (in coreservicesd) [0x103c47e98]
          10 _CoreServicesServerMain + 747 (in CarbonCore) [0x7fff88eafbd5]
            10 CFRunLoopRun + 95 (in CoreFoundation) [0x7fff8fec67ff]
              10 CFRunLoopRunSpecific + 230 (in CoreFoundation) [0x7fff8feb6ae6]
                10 __CFRunLoopRun + 1204 (in CoreFoundation) [0x7fff8feb72d4]
                  10 __CFRunLoopServiceMachPort + 188 (in CoreFoundation) [0x7fff8feaeb6c]
                    10 mach_msg_trap + 10 (in libsystem_kernel.dylib) [0x7fff922c767a]
      Kernel stack:
        10 ipc_mqueue_receive_continue + 0 (in mach_kernel) [0xffffff80002158b0]
      Thread 0x15a        DispatchQueue 2
      User stack:
        10 _dispatch_mgr_thread + 54 (in libdispatch.dylib) [0x7fff8ae4314e]
          10 kevent + 10 (in libsystem_kernel.dylib) [0x7fff922c97e6]
      Kernel stack:
        10 kqueue_scan + 416 (in mach_kernel) [0xffffff8000537d40]
      Thread 0x16d      
      User stack:
        10 thread_start + 13 (in libsystem_c.dylib) [0x7fff90d50b75]
          10 _pthread_start + 335 (in libsystem_c.dylib) [0x7fff90d4d8bf]
            10 fmodWatchConsumer + 332 (in CarbonCore) [0x7fff88e20ee8]
              10 __psynch_cvwait + 10 (in libsystem_kernel.dylib) [0x7fff922c8bca]
      Kernel stack:
        10 hndl_unix_scall64 + 19 (in mach_kernel) [0xffffff80002d8363]
          10 unix_syscall64 + 507 (in mach_kernel) [0xffffff80005caa9b]
            10 psynch_cvwait + 1913 (in mach_kernel) [0xffffff800059f169]
              10 ksyn_block_thread_locked + 67 (in mach_kernel) [0xffffff800059a7f3]
                10 thread_block_reason + 299 (in mach_kernel) [0xffffff800022f39b]
                  10 thread_continue + 1661 (in mach_kernel) [0xffffff800022f11d]
                    10 machine_switch_context + 361 (in mach_kernel) [0xffffff80002c0939]
      Thread 0x16e      
      User stack:
        10 thread_start + 13 (in libsystem_c.dylib) [0x7fff90d50b75]
          10 _pthread_start + 335 (in libsystem_c.dylib) [0x7fff90d4d8bf]
            10 read + 10 (in libsystem_kernel.dylib) [0x7fff922c9af2]
      Kernel stack:
        10 hndl_unix_scall64 + 19 (in mach_kernel) [0xffffff80002d8363]
          10 unix_syscall64 + 507 (in mach_kernel) [0xffffff80005caa9b]
            10 read_nocancel + 120 (in mach_kernel) [0xffffff8000561e18]
              10 write + 209 (in mach_kernel) [0xffffff8000561711]
                10 get_pathbuff + 3895 (in mach_kernel) [0xffffff8000323c97]
                  10 tsleep + 91 (in mach_kernel) [0xffffff800055294b]
                    10 wakeup + 632 (in mach_kernel) [0xffffff8000552568]
                      10 thread_block_reason + 299 (in mach_kernel) [0xffffff800022f39b]
                        10 thread_continue + 1661 (in mach_kernel) [0xffffff800022f11d]
                          10 machine_switch_context + 361 (in mach_kernel) [0xffffff80002c0939]
      Thread 0x502      
      User stack:
        10 start_wqthread + 13 (in libsystem_c.dylib) [0x7fff90d50b85]
          10 __workq_kernreturn + 10 (in libsystem_kernel.dylib) [0x7fff922c9192]
      Kernel stack:
        10 workqueue_exit + 1616 (in mach_kernel) [0xffffff80005a1680]
      Thread 0x503      
      User stack:
        10 start_wqthread + 13 (in libsystem_c.dylib) [0x7fff90d50b85]
          10 __workq_kernreturn + 10 (in libsystem_kernel.dylib) [0x7fff922c9192]
      Kernel stack:
        10 workqueue_exit + 1616 (in mach_kernel) [0xffffff80005a1680]
      Thread 0x57c      
      User stack:
        10 start_wqthread + 13 (in libsystem_c.dylib) [0x7fff90d50b85]
          10 __workq_kernreturn + 10 (in libsystem_kernel.dylib) [0x7fff922c9192]
      Kernel stack:
        10 workqueue_exit + 1616 (in mach_kernel) [0xffffff80005a1680]
      Binary Images:
             0x103c47000 -        0x103c47fff  coreservicesd ??? (???) <7B5481B6-7C53-307D-BF32-4DDF06AB7B59> /System/Library/CoreServices/coreservicesd
          0x7fff88e13000 -     0x7fff8912fff7  com.apple.CoreServices.CarbonCore 960.18 (960.18) <6020C3FB-6125-3EAE-A55D-1E77E38BEDEA> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CarbonC ore.framework/Versions/A/CarbonCore
          0x7fff8ae41000 -     0x7fff8ae4ffff  libdispatch.dylib ??? (???) <712AAEAC-AD90-37F7-B71F-293FF8AE8723> /usr/lib/system/libdispatch.dylib
          0x7fff8fe7e000 -     0x7fff90052fff  com.apple.CoreFoundation 6.7.1 (635.15) <FE4A86C2-3599-3CF8-AD1A-822F1FEA820F> /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
          0x7fff90cff000 -     0x7fff90ddcfef  libsystem_c.dylib ??? (???) <FF69F06E-0904-3C08-A5EF-536FAFFFDC22> /usr/lib/system/libsystem_c.dylib
          0x7fff922b2000 -     0x7fff922d2fff  libsystem_kernel.dylib ??? (???) <55377210-60A0-3F33-9D45-B2D19AA91859> /usr/lib/system/libsystem_kernel.dylib
    Process:         cron [47]
    Path:            /usr/sbin/cron
    Architecture:    x86_64
    UID:             0
      Thread 0x1db        DispatchQueue 1
      User stack:
        10 ??? (in cron) [0x109a14c1c]
          10 ??? (in cron) [0x109a150ce]
            10 sleep + 61 (in libsystem_c.dylib) [0x7fff90d03c2c]
              10 __semwait_signal + 10 (in libsystem_kernel.dylib) [0x7fff922c8e42]
      Kernel stack:
        10 semaphore_wait_continue + 0 (in mach_kernel) [0xffffff80002345c0]
      Binary Images:
             0x109a14000 -        0x109a1afff  cron ??? (???) <A8447202-EEC0-3526-94F7-86BFD20D5191> /usr/sbin/cron
          0x7fff90cff000 -     0x7fff90ddcfef  libsystem_c.dylib ??? (???) <FF69F06E-0904-3C08-A5EF-536FAFFFDC22> /usr/lib/system/libsystem_c.dylib
          0x7fff922b2000 -     0x7fff922d2fff  libsystem_kernel.dylib ??? (???) <55377210-60A0-3F33-9D45-B2D19AA91859> /usr/lib/system/libsystem_kernel.dylib
    Process:         CVMCompiler [191]
    Path:            /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/CVMCompiler
    Architecture:    x86_64
    UID:             501
      Thread 0x51b        DispatchQueue 1
      User stack:
        10 ??? (in CVMCompiler) [0x10c344b70]
          10 ??? (in CVMCompiler) [0x10c34843b]
            10 mach_msg_server + 413 (in libsystem_kernel.dylib) [0x7fff922c7238]
              10 mach_msg_overwrite_trap + 10 (in libsystem_kernel.dylib) [0x7fff922c7686]
      Kernel stack:
        10 ipc_mqueue_receive_continue + 0 (in mach_kernel) [0xffffff80002158b0]
      Binary Images:
             0x10c344000 -        0x10c34afff  CVMCompiler ??? (???) <B6BEC210-9E0D-3039-BF9D-74799AE76732> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/CVMCompiler
          0x7fff922b2000 -     0x7fff922d2fff  libsystem_kernel.dylib ??? (???) <55377210-60A0-3F33-9D45-B2D19AA91859> /usr/lib/system/libsystem_kernel.dylib
    Process:         CVMCompiler [127]
    Path:            /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/CVMCompiler
    Architecture:    x86_64
    UID:             92
      Thread 0x325        DispatchQueue 1
      User stack:
        10 ??? (in CVMCompiler) [0x1002bab70]
          10 ??? (in CVMCompiler) [0x1002be43b]
            10 mach_msg_server + 413 (in libsystem_kernel.dylib) [0x7fff922c7238]
              10 mach_msg_overwrite_trap + 10 (in libsystem_kernel.dylib) [0x7fff922c7686]
      Kernel stack:
        10 ipc_mqueue_receive_continue + 0 (in mach_kernel) [0xffffff80002158b0]
      Bina

    That's a hang log. Please post the most recent crash log.
    Launch the Console application by entering the first few letters of its name into a Spotlight search, and look under "User Diagnostic Reports" for crash logs related to the application(s). Select the most recent one and post the contents -- the text, please, not a screenshot. For privacy’s sake, I suggest you edit out the “Anonymous UUID,” a long string of letters, numbers, and dashes in the header of the report.

  • Problem running Oracle Portal to Go (Oracle9i 1.0.2.0.0)

    I have installed Oracle9i Application Server WE 1.0.2.0.0 Standard Edition on Windows2000 Professional Edition. I am getting problems regarding running Portal to Go.
    The installer said that installation was successful. Moreover I have done the configuration tasks mentioned Oracle9i installation guide under post installation steps for Oracle9i.
    But Oracle Portal to Go is not running and returning error message. Are there some other tasks still to perform to configure the Oracle Portal to Go Standard Edition?
    Here it is a brief Description of what I have done with the installations process
    System: Pentium II 500 MHZ with 256 MB RAM and 15 GB Hard Disk so enough space available for installations.
    Windows 2000 professional was freshly installed
    All pre installation tasks are done like paging file size is 896MB
    Important Installation steps and points are as under (Standard Edition of Oracle 9i Application Server 1.0.2.0.0):
    I followed all the steps given in Oracle 9i AS installation guide
    On Windows 2000 Installer never asks for reboot before actually installing the Oracle 9i application server (Chapter 4 of installation guide: preparing system for installation: step5: page 5 of 25). So I manually reboot the system
    During installation when I reached Database Access Descriptor (DAD) for Oracle Portal. In TNS connect string field for Apache listener Configuration I entered the same name (abc) (chapter 4 of installation guide: installing oracle 9i Application server: step2, 3: page 10,11 of 25) as I was going to use for my Global database name later at database Identification steps (chapter 4 of installation guide: installing oracle 9i Application server: step 4: page 12 of 25)
    Note: In an other installation I left the same fields (TNS connect string) blank but of no use.
    (Please let me know if I have made any mistake here)
    When installation of Oracle9i AS reaches 100% installer opens a command prompt and displays
    ORA: 12541 TNS: No Listener
    Enter user name:
    When I enter SYSTEM as a user name it displays
    Password:
    I entered manager as password and then it displays
    ORA 12560: TNSProtocol adaptor error
    And once again it asks for user name and password
    I once again enter system as a user and manager as password.
    (Please let me know if I have made any mistake here)
    After 100% completion of the installation the configuration tools screen appears
    (Chapter 4 of installation guide: installing oracle 9i Application server: step 10: page 17 of 25) and the following tasks are performed
    Net8 configuration Assistant succeeds
    Oracle database configuration assistant succeeds
    When The Oracle portal 3.0 configuration Assistant Starts
    I hold the installation steps for oracle portal for a while and do some database configuration tasks that are necessary (may be some are not) for installation of portal.
    (Please let me know if I have made any mistake here)
    For example
    Increase the table space size of Users (400 MB), and Temp (100MB) table spaces.
    Validated invalid PL/SQL Modules with ULTRP.SQL script
    (Please let me know if I have made any mistake here)
    Installed dbms_job.sql package as it was mentioned in another guide (Oracle portal-to-Go installation Guide- Release1.0.2: Page 1: last line)
    (Please let me know if I have made any mistake here)
    Stopped the database and listener
    And did some changes as was asked in Oracle portal-to-Go installation Guide- Release1.0.2
    Edited the init<SID>.ora file and set the following fields
    aq_tm_processes = 1
    job_queue_processes = 4 (2 were recommended in guide but I left the already set values)
    job_queue_interval = 30
    (Please let me know if I have made any mistake here)
    Also I did the following too (though these are recommended for Internet file system)
    opern_cursors = 300 (in installation guide it is asked 255 but I kept the already set value)
    shared_pool_size = 52438800 (50M was suggested and this is more than that)
    processes = 200
    (Please let me know if I have made any mistake here)
    I started the database and listener
    Proceeded the installation of Oracle Portal as is described in installation guide for Oracle 9i Application guide 1.0.2.0.0
    And successfully completed the installation of Oracle Portal
    There were no errors reported on the installer however when I read the installation log some errors were mentioned at the end of the file
    Please see the attached log file.
    I also completed all the post installation tasks at the end of chapter 4 of Oracle9i Application Server installation guide 1.0.2.0.0 except the configuration of Oracle Internet file system (is it necessary for running Oracle Portal to Go)
    When I run the oracle portal to go the following situation is encountered
    Working: http://localhost/pls/portal30/admin_/dadentries.htm
    Error at: http://localhost/pls/portal30/portal30.home
    Error: The preference path does not exist: Oracle.Portal.Page (WWC-51000)
    (And this is the main source of confusion)
    Working: http://localhost/pls/portal30/admin_/gateway.htm?schema=portal30
    Working: http://et-wks-08:5555/invoke/wm.server.admin/adminPage
    Are there any other guides and post installation steps still to follow to successfully run this Portal to Go or it is sufficient?
    I can also send the installation logs of both Oracle 9i application server (installActions.log and installActions2001-05-28_03-50-56-PM.log) and Oracle portal to Go (install.log).
    If you ask, I can send you the installation guides that I have followed and the screen shoots of the error messages for a detail review.
    Moreover can anyone please tell me if this version of Oracle 9i Application server is ok or I must try some other version?
    Also advise any other if any successful configuration and installation options.
    Is it possible to run this portal to go with any other installation options/arrangements/configurations etc?
    Any help from anyone will be highly appreciated.
    Regards,
    Muhammad Usman,
    Software Engineer
    EssTec Lahore, Pakistan.

    Hi,
    If you use portal 30 instead of OAS, The installation gives you the Apache ready.
    Pablo
    <BLOCKQUOTE><font size="1" face="Verdana, Arial">quote:</font><HR>Originally posted by Tarun Singhal ([email protected]):
    Hi,
    I am trying to implement Portal-to-go application .
    For installing Oracle Portal-To-Go 1.0.2 ,I followed oracle
    documectation.Now I want to install Portal-To-Go 1.0.2
    application using
    a) winnt ver. 4.0 (SP3)
    b) Oracle 8i
    c) Oracle Application server release 4.0.8.1
    d) servlet patch set
    e) pl/sql cartridges.
    (Oracle 8i and OAS 4.0.8.1 are installed with different oracle home directories.)
    I have installed winnt , OAS rel.4.0.8.1. both are working fine
    .now I want to install servlet Patch set and
    pl/sql cartridges.I am unable to locate the information and software for this on oracle site.
    can any body tell me why servlet patch set and pl/sql cartridges
    required for this application and
    from where should i download the servlet patch set software and PL/SQL cartriges
    for this version.
    Are the above specified softwares are compatible with each other or something extra
    required for this installation. Is service pack 3 (winnt 4.0) compatible
    with portal-to-go 1.0.2
    Can anybody help me please ?
    Regards
    Preeti Madhukar
    ([email protected])<HR></BLOCKQUOTE>
    null

Maybe you are looking for

  • How do I find out the ID of a reminder created with an applescript?

    I created an applescript to create a reminder from Quicksilver, but I want it to show the reminder once it has been created if Reminders was already open. If I use this, then another reminder with the same name sometimes gets shown. How do I find out

  • Fast Method to Install Oracle Client in multiple machines

    Hi all, I need to install Oracle Data Provider for NET (and all depending Oracle client SW components) in multiple client machines. Exist any other options (faster) without installing oracle client on each of the machines? Many thanks in advance.

  • Service tax determination

    Hi experts, My FI consultant has defined 3 condition types Service tax  JSE4- 10% Edu Cess     JES4 -2% Hig Edu Ces JHS4 -1% and has account key assigned to it.He is using pricing procedure TAXINN, tax code is S2 -service tax , tax type  A -output ta

  • To iphoto, can anyone help as I'm having no luck??

    Now that I have Iphoto working, I have many photos save in downloads that I would like to move to Iphoto, can anyone help as I'm having no luck??

  • Scaling problem when printing

    For some strange reason, when I open any application and go to print a document, it prints at 90% scaled. Some of the documents print our landscape and others portrait. How to I reset my Mac so that when i print out a document from any application th