UITableView with NSURLRequest crashing my application

I'm using a NSURLRequest to grab a comma-delimited list from my
webserver, split that into an array, then use that array to populate
my table. I have no errors when I create my own array using:
topScores = [[NSArray arrayWithObjects:@"23", @"20", @"5", nil] retain];
But when I use:
NSURLRequest *urlRequest;
urlRequest = [NSURLRequest requestWithURL:[NSURL URLWithString:@"http://www.mysite.com/t.txt"]];
NSURLResponse *resp = nil;
NSError *error = nil;
NSData *result = [NSURLConnection sendSynchronousRequest:urlRequest
returningResponse:&resp error:&error];
NSString *blork = [[NSString alloc] initWithData: result encoding:
NSASCIIStringEncoding];
NSMutableArray *topScores2 = [NSMutableArray arrayWithCapacity:10];
topScores = [blork componentsSeparatedByString:@","];
My application crashes when I click on my UITableView.
The specific crash is:
[Session started at 2008-08-30 13:39:20 -0400.]
Loading program into debugger…
GNU gdb 6.3.50-20050815 (Apple version gdb-960) (Sun May 18 18:38:33
UTC 2008)
Copyright 2004 Free Software Foundation, Inc.
GDB is free software, covered by the GNU General Public License, and
you are
welcome to change it and/or distribute copies of it under certain
conditions.
Type "show copying" to see the conditions.
There is absolutely no warranty for GDB. Type "show warranty" for
details.
This GDB was configured as "i386-apple-darwin".warning: Unable to read
symbols for "/System/Library/Frameworks/UIKit.framework/UIKit" (file
not found).
warning: Unable to read symbols from "UIKit" (not yet mapped into
memory).
warning: Unable to read symbols for "/System/Library/Frameworks/
CoreGraphics.framework/CoreGraphics" (file not found).
warning: Unable to read symbols from "CoreGraphics" (not yet mapped
into memory).
Program loaded.
sharedlibrary apply-load-rules all
Attaching to program: `/Users/patjack/Library/Application
Support/iPhone Simulator/User/Applications/D78D486A-2FDA-45CE-86F6-
A25E74A82919/IPhail.app/IPhail', process 802.
kill
error while killing target (killing anyway): warning: error on line
1980 of "/SourceCache/gdb/gdb-960/src/gdb/macosx/macosx-nat-
inferior.c" in function "macosxkill_inferiorsafe": (os/kern) failure
(0x5x)
quit
The Debugger has exited with status 0.(gdb)
I know the array I get from my NSURLRequest is valid because I can
access the elements manually by using [topScores objectAtIndex:4] , and
it access the right element.
I'm not sure what I'm doing wrong, but if anyone has any idea, I would
greatly appreciate it!
Thanks,
Pat

Hey thanks for the response! I had a little typo when formatting for this post. topScores2 can actually be omitted. I was trying different debugging things and forgot to take it out.
topScores is declared in the .h file and is an NSMutableArray. So the code is really:
NSURLRequest *urlRequest;
urlRequest = [NSURLRequest requestWithURL:[NSURL URLWithString:@"http://www.mysite.com/t.txt"]];
NSURLResponse *resp = nil;
NSError *error = nil;
NSData *result = [NSURLConnection sendSynchronousRequest:urlRequest
returningResponse:&resp error:&error];
NSString *blork = [[NSString alloc] initWithData: result encoding:
NSASCIIStringEncoding];
topScores = [blork componentsSeparatedByString:@","];

Similar Messages

  • I have continuous problems with my iPad Mini, and it is getting worse!  Newstand application keep pausing or crashing, websites keep hanging first time in but then open fine the second time, and I have problems with applictions crashing.

    I have continuous problems with my iPad Mini, and it is getting worse!  Newstand application keep pausing or crashing, websites keep hanging first time in but then open fine the second time, and I have problems with applictions crashing.  Has anyone experienced similar problems and any suggestions?

    Has the device always behaved this way? Did this start as a result of an update to the iOS software? If the problem is that bad, you should probably restore the iOS software and then restore from a backup. If that fails, restore as new and rebuild the device. If that fails, it's time for a trip to an Apple Store to let them have a look at the iPad.
    Use iTunes to restore your iOS device to factory settings

  • Save as PDF crashes every application

    When I select Print > Save as PDF, it immediately crashes any application that I am in. I cannot create PDFs anymore, tried Safari, Mail, Chrome, TextEdit, Word.
    Word's Error Reporting tool gave this error info:
    Error Signature:
    Exception: EXC_BAD_ACCESS
    Date/Time: 2014-10-07 22:37:06 +0000
    Application Name: Microsoft Word
    Application Bundle ID: com.microsoft.Word
    Application Signature: MSWD
    Application Version: 14.4.4.140807
    Crashed Module Name: libobjc.A.dylib
    Crashed Module Version: unknown
    Crashed Module Offset: 0x000044a7
    Blame Module Name: FXPSACEAccount
    Blame Module Version: 1.71
    Blame Module Offset: 0x000139db
    Application LCID: 1033
    Extra app info: Reg=en Loc=0x0409
    Crashed thread: 0
    Anyone has any ideas how to fix this? Thanks!

    Launch the Console application in any of the following ways:
    ☞ Enter the first few letters of its name into a Spotlight search. Select it in the results (it should be at the top.)
    ☞ In the Finder, select Go ▹ Utilities from the menu bar, or press the key combination shift-command-U. The application is in the folder that opens.
    ☞ Open LaunchPad. Click Utilities, then Console in the icon grid.
    Step 1
    For this step, the title of the Console window should be All Messages. If it isn't, select
              SYSTEM LOG QUERIES ▹ All Messages
    from the log list on the left. If you don't see that list, select
              View ▹ Show Log List
    from the menu bar at the top of the screen.
    In the top right corner of the Console window, there's a search box labeled Filter. Initially the words "String Matching" are shown in that box. Enter the name of the crashed application or process. For example, if Safari crashed, you would enter "Safari" (without the quotes.)
    Each message in the log begins with the date and time when it was entered. Select the messages from the time of the last crash, if any. Copy them to the Clipboard by pressing the key combination command-C. Paste into a reply to this message by pressing command-V.
    ☞ The log contains a vast amount of information, almost all of which is irrelevant to solving any particular problem. When posting a log extract, be selective. A few dozen lines are almost always more than enough.
    Please don't indiscriminately dump thousands of lines from the log into this discussion.
    Please don't post screenshots of log messages—post the text.
    ☞ Some private information, such as your name, may appear in the log. Anonymize before posting.
    Step 2
    In the Console window, select
              DIAGNOSTIC AND USAGE INFORMATION ▹ User Diagnostic Reports
    (not Diagnostic and Usage Messages) from the log list on the left. There is a disclosure triangle to the left of the list item. If the triangle is pointing to the right, click it so that it points down. You'll see a list of crash reports. The name of each report starts with the name of the process, and ends with ".crash". Select the most recent report related to the process in question. The contents of the report will appear on the right. Use copy and paste to post the entire contents—the text, not a screenshot.
    I know the report is long, maybe several hundred lines. Please post all of it anyway.
    If you don't see any reports listed, but you know there was a crash, you may have chosen Diagnostic and Usage Messages from the log list. Choose DIAGNOSTIC AND USAGE INFORMATION instead.
    In the interest of privacy, I suggest that, before posting, you edit out the “Anonymous UUID,” a long string of letters, numbers, and dashes in the header of the report, if it’s present (it may not be.)
    Please don’t post other kinds of diagnostic report—they're very long and rarely helpful.

  • My new iMac with FCPX crashes when rendering complex templates and crashes when exporting with Motion 5

    My new iMac with FCPX crashes when rendering complex templates and crashes when exporting with Motion 5
    Using Motion 5.0.6 and Final Cut Pro X 10.0.7 on New iMac (December 2012)  Mountain Lion,
    Intel Core i7 quad-core a 3,4GHz, Turbo Boost fino a 3,9GHz
    32GB di SDRAM DDR3 a 1600MHz - 4 x 8GB
    Fusion Drive da 3TB
    NVIDIA GeForce GTX 680MX 2GB GDDR5
    During the rendering of complex FCPX mac crashes and I have to force a restart.
    I also happens when I try to export movies with Motion 5.
    Does anyone have the same problem with my new iMac?

    Problems such as yours are sometimes caused by files that should belong to you but are locked or have wrong permissions. This procedure will check for such files. It makes no changes and therefore will not, in itself, solve your problem.
    First, empty the Trash.
    Launch the Terminal application in any of the following ways:
    ☞ Enter the first few letters of its name into a Spotlight search. Select it in the results (it should be at the top.)
    ☞ In the Finder, select Go ▹ Utilities from the menu bar, or press the key combination shift-command-U. The application is in the folder that opens.
    ☞ Open LaunchPad. Click Utilities, then Terminal in the icon grid.
    Triple-click anywhere in the line below to select it, then drag or copy it — do not type — into the Terminal window:
    find . $TMPDIR.. \( -flags +sappnd,schg,uappnd,uchg -o ! -user $UID -o ! -perm -600 -o -acl \) 2> /dev/null | wc -l
    Press return. The command may take a noticeable amount of time to run. Wait for a new line ending in a dollar sign (“$”) to appear.
    The output of this command, on a line directly below what you entered, will be a number such as "35." Please post it in a reply.

  • Adobe Creative Suite CS6 - Crash Some Application

    Hi, guys! i was install Adobe Creative Suite CS6 LS16, and i have crashes for these apps: Adobe Media Encoder CS6, Prelude and Premier. What i must to do, so these apps will work?
    Process:         Adobe Media Encoder CS6 [8051]
    Path:            /Applications/Adobe Media Encoder CS6/Adobe Media Encoder CS6.app/Contents/MacOS/Adobe Media Encoder CS6
    Identifier:      com.adobe.ame.application
    Version:         6.0.0 (6.0.0.382)
    Code Type:       X86-64 (Native)
    Parent Process:  launchd [279]
    Date/Time:       2012-05-03 10:19:50.755 +0300
    OS Version:      Mac OS X 10.7.3 (11D50d)
    Report Version:  9
    Interval Since Last Report:          3138776 sec
    Crashes Since Last Report:           103
    Per-App Interval Since Last Report:  1393 sec
    Per-App Crashes Since Last Report:   5
    Anonymous UUID:                      DDF7B3E4-D2E4-430E-A1A7-C518956B112F
    Crashed Thread:  0  Dispatch queue: com.apple.main-thread
    Exception Type:  EXC_BAD_ACCESS (SIGSEGV)
    Exception Codes: KERN_INVALID_ADDRESS at 0x0000000000000000
    VM Regions Near 0:
    -->
        __TEXT                 0000000100000000-00000001000aa000 [  680K] r-x/rwx SM=COW  /Applications/Adobe Media Encoder CS6/Adobe Media Encoder CS6.app/Contents/MacOS/Adobe Media Encoder CS6
    Application Specific Information:
    objc[8051]: garbage collection is OFF
    Thread 0 Crashed:: Dispatch queue: com.apple.main-thread
    0   com.adobe.dvamarshal.framework          0x00000001008ca070 dvamarshal::RPCClient::SendRequest(boost::shared_ptr<boost::any>, boost::function1<void, boost::shared_ptr<boost::any> const&>, boost::function2<void, int, std::basic_string<unsigned short, std::char_traits<unsigned short>, dvacore::utility::SmallBlockAllocator::STLAllocator<unsigned short> > const&>) + 22
    1   com.adobe.dynamiclink.framework          0x0000000100a47bab memorybalancer::MemoryBalancer::MemoryBalancer(std::basic_string<unsigned short, std::char_traits<unsigned short>, dvacore::utility::SmallBlockAllocator::STLAllocator<unsigned short> > const&, boost::function<void ()(unsigned long long const&)>) + 1269
    2   com.adobe.MediaFoundation.framework          0x0000000100da8c81 MF::MediaManager::MediaManager() + 709
    3   com.adobe.MediaFoundation.framework          0x0000000100dad96a ASL::SingletonSupport<ASL::InterfaceRef<MF::MediaManager, MF::IMediaManager> >::CreateClassRef() + 106
    4   com.adobe.MediaFoundation.framework          0x0000000100daa7fc MF::MediaManager::Startup() + 18
    5   com.adobe.MediaFoundation.framework          0x0000000100d8b51b MF::Initializer::PrivateImpl::PrivateImpl() + 79
    6   com.adobe.MediaFoundation.framework          0x0000000100d8a603 MF::Initializer::Initializer() + 31
    7   com.adobe.VideoFrame.framework          0x0000000103d1cf8e VF::Initialize() + 78
    8   com.adobe.PluginSupport.framework          0x0000000103dc5afe ML::PluginSupport::Initialize() + 14
    9   com.adobe.SweetPeaSupport.framework          0x0000000103e3285e ML::SweetPeaSupport::Initialize() + 14
    10  com.adobe.VideoRenderer.framework          0x0000000103f4bcd5 ML::VideoRenderer::Initialize() + 21
    11  com.adobe.ExporterHost.framework          0x00000001044ea630 ML::ExporterHost::Initialize() + 16
    12  com.adobe.EncoderHost.framework          0x00000001049ebd2d EncoderHost::Initialize() + 333
    13  com.adobe.ame.application               0x000000010003836b AME::app::MCInitializer::MCInitializer() + 4727
    14  com.adobe.ame.application               0x000000010002ad85 AME::app::AMEAppInitializer::AMEAppInitializer(exo::app::AppInitArgs&) + 1003
    15  com.adobe.ame.application               0x000000010001ee11 AME::app::AMEApp::InitApplication(exo::app::AppInitArgs&) + 1371
    16  com.adobe.exo.framework                 0x00000001037c68c5 exo::app::AppBase::Initialize(exo::app::AppInitArgs&) + 773
    17  com.adobe.ame.application               0x0000000100021288 AME::RunTheApp(exo::app::AppInitArgs&, std::vector<std::basic_string<unsigned short, std::char_traits<unsigned short>, dvacore::utility::SmallBlockAllocator::STLAllocator<unsigned short> >, std::allocator<std::basic_string<unsigned short, std::char_traits<unsigned short>, dvacore::utility::SmallBlockAllocator::STLAllocator<unsigned short> > > >&) + 1320
    18  com.adobe.ame.application               0x0000000100047f36 main + 358
    19  com.adobe.ame.application               0x0000000100015afc start + 52
    Thread 1:: Dispatch queue: com.apple.libdispatch-manager
    0   libsystem_kernel.dylib                  0x00007fff949397e6 kevent + 10
    1   libdispatch.dylib                       0x00007fff9548f5be _dispatch_mgr_invoke + 923
    2   libdispatch.dylib                       0x00007fff9548e14e _dispatch_mgr_thread + 54
    Thread 2:
    0   libsystem_kernel.dylib                  0x00007fff94939192 __workq_kernreturn + 10
    1   libsystem_c.dylib                       0x00007fff8f228594 _pthread_wqthread + 758
    2   libsystem_c.dylib                       0x00007fff8f229b85 start_wqthread + 13
    Thread 3:
    0   libsystem_kernel.dylib                  0x00007fff94938bca __psynch_cvwait + 10
    1   libsystem_c.dylib                       0x00007fff8f22a274 _pthread_cond_wait + 840
    2   com.apple.CoreServices.CarbonCore          0x00007fff99fe7bae TSWaitOnCondition + 106
    3   com.apple.CoreServices.CarbonCore          0x00007fff99f7a28a TSWaitOnConditionTimedRelative + 127
    4   com.apple.CoreServices.CarbonCore          0x00007fff99fbefd1 MPWaitOnQueue + 181
    5   com.adobe.ASLFoundation.framework          0x00000001006273b0 _ZN3ASL12_GLOBAL__N_1L8TaskProcEPv + 160
    6   com.apple.CoreServices.CarbonCore          0x00007fff99fbfe36 PrivateMPEntryPoint + 58
    7   libsystem_c.dylib                       0x00007fff8f2268bf _pthread_start + 335
    8   libsystem_c.dylib                       0x00007fff8f229b75 thread_start + 13
    Thread 4:
    0   libsystem_kernel.dylib                  0x00007fff94938bca __psynch_cvwait + 10
    1   libsystem_c.dylib                       0x00007fff8f22a274 _pthread_cond_wait + 840
    2   com.apple.CoreServices.CarbonCore          0x00007fff99fe7bae TSWaitOnCondition + 106
    3   com.apple.CoreServices.CarbonCore          0x00007fff99f7a28a TSWaitOnConditionTimedRelative + 127
    4   com.apple.CoreServices.CarbonCore          0x00007fff99fbefd1 MPWaitOnQueue + 181
    5   com.adobe.dvacore.framework             0x000000010025ec84 dvacore::threads::ThreadSafeDelayQueue::PopWithTimeout(std::auto_ptr<dvacore::threads::Al locatedFunctionT<boost::function<void ()()> > >&, int) + 200
    6   com.adobe.dvacore.framework             0x000000010025bf83 dvacore::threads::(anonymous namespace)::ThreadedWorkQueue::WorkerMain(boost::shared_ptr<dvacore::threads::ThreadSafeD elayQueue> const&, boost::shared_ptr<dvacore::threads::Gate> const&) + 115
    7   com.adobe.dvacore.framework             0x0000000100259673 _ZN7dvacore7threads12_GLOBAL__N_1L12LaunchThreadERKSsRKN5boost9function0IvEENS0_14ThreadP riorityERKNS4_8functionIFvvEEESE_ + 163
    8   com.adobe.boost_threads.framework          0x0000000100190ace thread_proxy + 158
    9   libsystem_c.dylib                       0x00007fff8f2268bf _pthread_start + 335
    10  libsystem_c.dylib                       0x00007fff8f229b75 thread_start + 13
    Thread 0 crashed with X86 Thread State (64-bit):
      rax: 0x00007fff5fbfdc40  rbx: 0x00007fff5fbfdc20  rcx: 0x00007fff5fbfdc00  rdx: 0x00007fff5fbfdc20
      rdi: 0x0000000000000000  rsi: 0x00007fff5fbfdc40  rbp: 0x00007fff5fbfdb10  rsp: 0x00007fff5fbfdaa0
       r8: 0x0000000000000003   r9: 0x0000000109282980  r10: 0x0000000000008000  r11: 0x00000001008ca05a
      r12: 0x00007fff5fbfdc08  r13: 0x00007fff5fbfdc28  r14: 0x00007fff5fbfdc40  r15: 0x0000000000000000
      rip: 0x00000001008ca070  rfl: 0x0000000000010206  cr2: 0x0000000000000000
    Logical CPU: 4
    Binary Images:
           0x100000000 -        0x1000a9fff +com.adobe.ame.application (6.0.0 - 6.0.0.382) <46FDAC9B-3B7C-876C-311A-AFA08C53854F> /Applications/Adobe Media Encoder CS6/Adobe Media Encoder CS6.app/Contents/MacOS/Adobe Media Encoder CS6
           0x10016d000 -        0x100174fff +com.adobe.boost_date_time.framework (6.0.0 - 6.0.0.218421) <DA1FE2C7-E38F-8179-9DC0-1ABA5812C468> /Applications/Adobe Media Encoder CS6/Adobe Media Encoder CS6.app/Contents/Frameworks/boost_date_time.framework/Versions/A/boost_date_time
           0x10018f000 -        0x10019efff +com.adobe.boost_threads.framework (6.0.0 - 6.0.0.218421) <322ADE76-5E7E-D33C-67AF-6BBB7E0B40A0> /Applications/Adobe Media Encoder CS6/Adobe Media Encoder CS6.app/Contents/Frameworks/boost_threads.framework/Versions/A/boost_threads
           0x1001be000 -        0x10038eff7 +com.adobe.dvacore.framework (6.0.0 - 6.0.0.218421) <397A79BB-B85E-A5DF-AB24-155DCB5D5670> /Applications/Adobe Media Encoder CS6/Adobe Media Encoder CS6.app/Contents/Frameworks/dvacore.framework/Versions/A/dvacore
           0x100599000 -        0x1005c3ff7 +com.adobe.dvamediatypes.framework (6.0.0 - 6.0.0.218421) <4851BEA6-9A42-FCF6-4CB8-8C251F7670E2> /Applications/Adobe Media Encoder CS6/Adobe Media Encoder CS6.app/Contents/Frameworks/dvamediatypes.framework/Versions/A/dvamediatypes
           0x1005f6000 -        0x1005f7ff7 +com.adobe.PRM.framework (6.0.0 - 6.0.0.0) <BCAF1BAB-66F3-9CE1-8958-6B3025471853> /Applications/Adobe Media Encoder CS6/Adobe Media Encoder CS6.app/Contents/Frameworks/PRM.framework/Versions/A/PRM
           0x1005fd000 -        0x10065fff7 +com.adobe.ASLFoundation.framework (6.0.0 - 6.0.0.0) <ADB493C1-2D19-EE1E-D9B2-699D1C329D03> /Applications/Adobe Media Encoder CS6/Adobe Media Encoder CS6.app/Contents/Frameworks/ASLFoundation.framework/Versions/A/ASLFoundation
           0x100755000 -        0x100772fff +com.adobe.ASLMessaging.framework (6.0.0 - 6.0.0.0) <1DFE687C-B309-2C21-1F99-8180AE34E70B> /Applications/Adobe Media Encoder CS6/Adobe Media Encoder CS6.app/Contents/Frameworks/ASLMessaging.framework/Versions/A/ASLMessaging
           0x1007a0000 -        0x1007a1ff7 +com.adobe.Memory.framework (6.0.0 - 6.0.0.0) <5C22A3AD-9A8D-8F1E-C3D3-C6C8E873A43C> /Applications/Adobe Media Encoder CS6/Adobe Media Encoder CS6.app/Contents/Frameworks/Memory.framework/Versions/A/Memory
           0x1007a8000 -        0x1007b7ff7 +com.adobe.ASLUnitTesting.framework (6.0.0 - 6.0.0.0) <045F478A-36E4-3872-4B98-084A9F9D2CAF> /Applications/Adobe Media Encoder CS6/Adobe Media Encoder CS6.app/Contents/Frameworks/ASLUnitTesting.framework/Versions/A/ASLUnitTesting
           0x1007d2000 -        0x1007d5fff +com.adobe.boost_system.framework (6.0.0 - 6.0.0.218421) <B4FB78CB-2CFA-5D8C-BF5B-87D833BD9BD0> /Applications/Adobe Media Encoder CS6/Adobe Media Encoder CS6.app/Contents/Frameworks/boost_system.framework/Versions/A/boost_system
           0x1007db000 -        0x100841fff +com.adobe.dvatransport.framework (6.0.0 - 6.0.0.218421) <56F83354-8A44-F0E9-2B1B-886EF9F8F39C> /Applications/Adobe Media Encoder CS6/Adobe Media Encoder CS6.app/Contents/Frameworks/dvatransport.framework/Versions/A/dvatransport
           0x1008c1000 -        0x1008fdfff +com.adobe.dvamarshal.framework (6.0.0 - 6.0.0.218421) <0243DFF8-2A3A-B8DC-4D6E-03358E7169CA> /Applications/Adobe Media Encoder CS6/Adobe Media Encoder CS6.app/Contents/Frameworks/dvamarshal.framework/Versions/A/dvamarshal
           0x10098f000 -        0x100b75fe7 +com.adobe.dynamiclink.framework (6.0.0 - 6.0.0.218421) <3B3D3E8F-BE60-5261-6518-A37A9A6031E9> /Applications/Adobe Media Encoder CS6/Adobe Media Encoder CS6.app/Contents/Frameworks/dynamiclink.framework/Versions/A/dynamiclink
           0x100d77000 -        0x100dddfe7 +com.adobe.MediaFoundation.framework (6.0.0 - 6.0.0.0) <5DF200E6-2802-D82D-320E-35EB67080889> /Applications/Adobe Media Encoder CS6/Adobe Media Encoder CS6.app/Contents/Frameworks/MediaFoundation.framework/Versions/A/MediaFoundation
           0x100e64000 -        0x100f10fff +com.adobe.AudioRenderer.framework (6.0.0 - 6.0.0.0) <C3C2DDF8-6B9D-F544-2914-5ECCD62395BE> /Applications/Adobe Media Encoder CS6/Adobe Media Encoder CS6.app/Contents/Frameworks/AudioRenderer.framework/Versions/A/AudioRenderer
           0x100fce000 -        0x100ff8fff +com.adobe.dvacaptioning.framework (6.0.0 - 6.0.0.218421) <EDBC7F37-ECBF-227A-21FD-484351A284BE> /Applications/Adobe Media Encoder CS6/Adobe Media Encoder CS6.app/Contents/Frameworks/dvacaptioning.framework/Versions/A/dvacaptioning
           0x10102e000 -        0x101085fff +com.adobe.dvatemporalxmp.framework (6.0.0 - 6.0.0.218421) <C1BC60C4-5C04-8F62-517C-9AC82F0DDB9B> /Applications/Adobe Media Encoder CS6/Adobe Media Encoder CS6.app/Contents/Frameworks/dvatemporalxmp.framework/Versions/A/dvatemporalxmp
           0x1010b9000 -        0x1010c5fff +com.adobe.boost_signals.framework (6.0.0 - 6.0.0.218421) <B710BD88-2A8C-FCD7-9034-E33EAEA70FA4> /Applications/Adobe Media Encoder CS6/Adobe Media Encoder CS6.app/Contents/Frameworks/boost_signals.framework/Versions/A/boost_signals
           0x1010dd000 -        0x101137fff +com.adobe.dvametadata.framework (6.0.0 - 6.0.0.218421) <54EB9347-0DB9-8156-8D74-01117172DA2D> /Applications/Adobe Media Encoder CS6/Adobe Media Encoder CS6.app/Contents/Frameworks/dvametadata.framework/Versions/A/dvametadata
           0x1011d4000 -        0x101234ff7 +com.adobe.AdobeXMPCore (Adobe XMP Core 5.3 -c 11 - 66.145661) <B475CD07-1024-560D-5BFE-2A6FCE63925C> /Applications/Adobe Media Encoder CS6/Adobe Media Encoder CS6.app/Contents/Frameworks/AdobeXMP.framework/Versions/A/AdobeXMP
           0x10123e000 -        0x1012f6fe7 +com.adobe.AdobeXMPFiles (Adobe XMP Files 5.4 -f 49 - 66.145661) <9F30F410-B84E-EB85-7F2C-C72BCD50CB77> /Applications/Adobe Media Encoder CS6/Adobe Media Encoder CS6.app/Contents/Frameworks/AdobeXMPFiles.framework/Versions/A/AdobeXMPFiles
           0x101329000 -        0x10215dfe7 +com.adobe.Backend.framework (6.0.0 - 6.0.0.0) <F2609163-B242-D32A-551E-FBF2271999CB> /Applications/Adobe Media Encoder CS6/Adobe Media Encoder CS6.app/Contents/Frameworks/Backend.framework/Versions/A/Backend
           0x102bd9000 -        0x102bf5fff +com.adobe.AMEAppFoundation.framework (6.0.0 - 6.0.0.382) <1A850CB0-A962-AC8C-DC36-B9450ACD31D2> /Applications/Adobe Media Encoder CS6/Adobe Media Encoder CS6.app/Contents/Frameworks/AMEAppFoundation.framework/Versions/A/AMEAppFoundation
           0x102c2a000 -        0x103091ff7 +com.adobe.dvaui.framework (6.0.0 - 6.0.0.218421) <E8E397CA-5487-BEB3-C1CB-0031D92FD191> /Applications/Adobe Media Encoder CS6/Adobe Media Encoder CS6.app/Contents/Frameworks/dvaui.framework/Versions/A/dvaui
           0x1035fe000 -        0x1036b6ff7 +com.adobe.dvaworkspace.framework (6.0.0 - 6.0.0.218421) <35F62E48-D0B8-29DE-63CD-A0CFCB020EAE> /Applications/Adobe Media Encoder CS6/Adobe Media Encoder CS6.app/Contents/Frameworks/dvaworkspace.framework/Versions/A/dvaworkspace
           0x1037c3000 -        0x103895fff +com.adobe.exo.framework (6.0.0 - 6.0.0.218421) <E049107C-5C43-F252-A369-6A7974577C5D> /Applications/Adobe Media Encoder CS6/Adobe Media Encoder CS6.app/Contents/Frameworks/exo.framework/Versions/A/exo
           0x1039f8000 -        0x103a41ff7 +com.adobe.MLFoundation.framework (6.0.0 - 6.0.0.0) <8FCEDEF9-6897-CD68-E7EB-7A1660A73CA8> /Applications/Adobe Media Encoder CS6/Adobe Media Encoder CS6.app/Contents/Frameworks/MLFoundation.framework/Versions/A/MLFoundation
           0x103ab1000 -        0x103bf4fef +com.adobe.ImageRenderer.framework (6.0.0 - 6.0.0.0) <83ACC82A-324F-2D8B-8194-75E104D2DAE0> /Applications/Adobe Media Encoder CS6/Adobe Media Encoder CS6.app/Contents/Frameworks/ImageRenderer.framework/Versions/A/ImageRenderer
           0x103d04000 -        0x103d58ff7 +com.adobe.VideoFrame.framework (6.0.0 - 6.0.0.0) <4438BD8B-3F75-24F0-CB0C-253BF240F790> /Applications/Adobe Media Encoder CS6/Adobe Media Encoder CS6.app/Contents/Frameworks/VideoFrame.framework/Versions/A/VideoFrame
           0x103da7000 -        0x103de3fff +com.adobe.PluginSupport.framework (6.0.0 - 6.0.0.0) <0995000D-116C-CDE6-A4C1-889CC1DEEF6B> /Applications/Adobe Media Encoder CS6/Adobe Media Encoder CS6.app/Contents/Frameworks/PluginSupport.framework/Versions/A/PluginSupport
           0x103e28000 -        0x103e54fff +com.adobe.SweetPeaSupport.framework (6.0.0 - 6.0.0.0) <3350AA6D-4B0A-DF21-EECE-B2E5E8165B06> /Applications/Adobe Media Encoder CS6/Adobe Media Encoder CS6.app/Contents/Frameworks/SweetPeaSupport.framework/Versions/A/SweetPeaSupport
           0x103e8c000 -        0x103fe0ff7 +com.adobe.VideoRenderer.framework (6.0.0 - 6.0.0.0) <6FD49142-E542-7603-3FA9-AC760BA62233> /Applications/Adobe Media Encoder CS6/Adobe Media Encoder CS6.app/Contents/Frameworks/VideoRenderer.framework/Versions/A/VideoRenderer
           0x1040f5000 -        0x104138fe7 +com.adobe.AudioSupport.framework (6.0.0 - 6.0.0.0) <1DE834B9-B55F-FC3F-246A-300982D726BA> /Applications/Adobe Media Encoder CS6/Adobe Media Encoder CS6.app/Contents/Frameworks/AudioSupport.framework/Versions/A/AudioSupport
           0x104181000 -        0x104184fff +com.adobe.MediaUtils.framework (6.0.0 - 6.0.0.0) <4EDB84EB-DE1C-F99F-A6E9-5F8834C5C7FB> /Applications/Adobe Media Encoder CS6/Adobe Media Encoder CS6.app/Contents/Frameworks/MediaUtils.framework/Versions/A/MediaUtils
           0x10418b000 -        0x10431afff +com.adobe.ImporterHost.framework (6.0.0 - 6.0.0.0) <764C7715-3CDA-D4E1-400C-FDE5F7B2E068> /Applications/Adobe Media Encoder CS6/Adobe Media Encoder CS6.app/Contents/Frameworks/ImporterHost.framework/Versions/A/ImporterHost
           0x104497000 -        0x104589ff7 +com.adobe.ExporterHost.framework (6.0.0 - 6.0.0.0) <70401029-4ED1-268F-6112-32B854B3A14D> /Applications/Adobe Media Encoder CS6/Adobe Media Encoder CS6.app/Contents/Frameworks/ExporterHost.framework/Versions/A/ExporterHost
           0x104678000 -        0x104769ff7 +com.adobe.VideoFilterHost.framework (6.0.0 - 6.0.0.0) <1955C257-0D2D-4384-B59D-E1F5F30B8B11> /Applications/Adobe Media Encoder CS6/Adobe Media Encoder CS6.app/Contents/Frameworks/VideoFilterHost.framework/Versions/A/VideoFilterHost
           0x104828000 -        0x1048f3fff +com.adobe.AMEWrapper.framework (6.0.0 - 6.0.0.382) <67B72468-0ECB-4F0F-A39E-75B578FAC9A1> /Applications/Adobe Media Encoder CS6/Adobe Media Encoder CS6.app/Contents/Frameworks/AMEWrapper.framework/Versions/A/AMEWrapper
           0x1049bb000 -        0x104abafe7 +com.adobe.EncoderHost.framework (6.0.0 - 6.0.0.0) <9BFF54F9-ACBD-80BB-EACE-C5960B823CD2> /Applications/Adobe Media Encoder CS6/Adobe Media Encoder CS6.app/Contents/Frameworks/EncoderHost.framework/Versions/A/EncoderHost
           0x104bae000 -        0x104c1bfff +com.adobe.ScriptLayer.framework (6.0.0 - 6.0.0.382) <6C6FEBDF-7C6D-1564-4977-F6E3889D77A5> /Applications/Adobe Media Encoder CS6/Adobe Media Encoder CS6.app/Contents/Frameworks/ScriptLayer.framework/Versions/A/ScriptLayer
           0x104c67000 -        0x104d15fef +com.adobe.AdobeScCore (ScCore 4.2.12 - 4.2.12.18602) <9CEE95E5-2FC6-5E58-02A4-138EA6F8D894> /Applications/Adobe Media Encoder CS6/Adobe Media Encoder CS6.app/Contents/Frameworks/AdobeScCore.framework/Versions/A/AdobeScCore
           0x104d52000 -        0x104e0ffff +com.adobe.AdobeExtendScript (ExtendScript 4.2.12 - 4.2.12.18602) <0957DFA6-0593-CE4B-8638-00F32113B07B> /Applications/Adobe Media Encoder CS6/Adobe Media Encoder CS6.app/Contents/Frameworks/AdobeExtendScript.framework/Versions/A/AdobeExtendScript
           0x104e59000 -        0x104f47ff7 +com.adobe.Batch.framework (6.0.0 - 6.0.0.382) <61FEFA2F-FC95-BE8B-338B-194F25B043DE> /Applications/Adobe Media Encoder CS6/Adobe Media Encoder CS6.app/Contents/Frameworks/Batch.framework/Versions/A/Batch
           0x105090000 -        0x1050d5fff +com.adobe.dynamiclinkui.framework (6.0.0 - 6.0.0.218421) <368195F0-D71E-F1B4-2C1E-E045147B007B> /Applications/Adobe Media Encoder CS6/Adobe Media Encoder CS6.app/Contents/Frameworks/dynamiclinkui.framework/Versions/A/dynamiclinkui
           0x105143000 -        0x1053a1fff +com.adobe.AMEFrontend.framework (6.0.0 - 6.0.0.382) <131EF4AA-FFA9-583A-0AF6-74BCB46B0832> /Applications/Adobe Media Encoder CS6/Adobe Media Encoder CS6.app/Contents/Frameworks/AMEFrontend.framework/Versions/A/AMEFrontend
           0x105652000 -        0x105658fff +com.adobe.AppServices.framework (6.0.0 - 6.0.0.382) <734026A9-B743-2665-F608-593EE72482FC> /Applications/Adobe Media Encoder CS6/Adobe Media Encoder CS6.app/Contents/Frameworks/AppServices.framework/Versions/A/AppServices
           0x105666000 -        0x10585cff7 +com.adobe.SettingsUI.framework (6.0.0 - 6.0.0.382) <41F3BCC7-045C-118B-D3AE-D086986C18B4> /Applications/Adobe Media Encoder CS6/Adobe Media Encoder CS6.app/Contents/Frameworks/SettingsUI.framework/Versions/A/SettingsUI
           0x105ab7000 -        0x105b1dff7 +com.adobe.DynamicLinkMedia.framework (6.0.0 - 6.0.0.0) <07F6E5F1-B85C-DFFC-929C-C114936D457A> /Applications/Adobe Media Encoder CS6/Adobe Media Encoder CS6.app/Contents/Frameworks/DynamicLinkMedia.framework/Versions/A/DynamicLinkMedia
           0x105bcd000 -        0x105c09fff +com.adobe.AMEDynamicLinkClient.framework (6.0.0 - 6.0.0.382) <E3BA6279-64E0-4859-1BFD-8DD5D64576A3> /Applications/Adobe Media Encoder CS6/Adobe Media Encoder CS6.app/Contents/Frameworks/AMEDynamicLinkClient.framework/Versions/A/AMEDynamicLinkClien t
           0x105c7d000 -        0x105d85ff7 +com.adobe.dvametadataDB.framework (6.0.0 - 6.0.0.218421) <B6C3AC23-E9ED-D217-0370-B173F2F2B943> /Applications/Adobe Media Encoder CS6/Adobe Media Encoder CS6.app/Contents/Frameworks/dvametadataDB.framework/Versions/A/dvametadataDB
           0x105de2000 -        0x105e4afff +com.adobe.AMEDynamicLinkServer.framework (6.0.0 - 6.0.0.382) <3D6FE76C-6015-7C87-5C85-A02EBB200E8C> /Applications/Adobe Media Encoder CS6/Adobe Media Encoder CS6.app/Contents/Frameworks/AMEDynamicLinkServer.framework/Versions/A/AMEDynamicLinkServe r
           0x105f1e000 -        0x105f60fff +com.adobe.WatchFolder.framework (6.0.0 - 6.0.0.382) <956668EE-1DB8-6306-FD3F-4205A87F90DE> /Applications/Adobe Media Encoder CS6/Adobe Media Encoder CS6.app/Contents/Frameworks/WatchFolder.framework/Versions/A/WatchFolder
           0x105fd2000 -        0x106041fff +com.adobe.QT32Client.framework (6.0.0 - 6.0.0.0) <11C687B9-D54D-2CAB-0FB5-2F1E113574DA> /Applications/Adobe Media Encoder CS6/Adobe Media Encoder CS6.app/Contents/Frameworks/QT32Client.framework/Versions/A/QT32Client
           0x1060d7000 -        0x1061a7fef +com.adobe.dvaeve.framework (6.0.0 - 6.0.0.218421) <D8B2CB3B-7BF4-25B3-DF97-5EFFE9A1B817> /Applications/Adobe Media Encoder CS6/Adobe Media Encoder CS6.app/Contents/Frameworks/dvaeve.framework/Versions/A/dvaeve
           0x10631e000 -        0x10637aff7 +com.adobe.MediaCoreUI.framework (6.0.0 - 6.0.0.0) <6F015BF4-9B8D-3296-ACC3-72E34246F321> /Applications/Adobe Media Encoder CS6/Adobe Media Encoder CS6.app/Contents/Frameworks/MediaCoreUI.framework/Versions/A/MediaCoreUI
           0x1063dd000 -        0x1064c1fe7 +com.adobe.amtlib (amtlib 6.0.0.93 - 6.0.0.93) <3FB67F73-A24E-789B-0BAE-8FB3BE025C11> /Applications/Adobe Media Encoder CS6/Adobe Media Encoder CS6.app/Contents/Frameworks/amtlib.framework/Versions/A/amtlib
           0x1064d2000 -        0x1067aafe6 +libxerces-c-3.0.dylib (??? - ???) <46020284-EEA8-7D7B-388C-BF23A318C997> /Applications/Adobe Media Encoder CS6/Adobe Media Encoder CS6.app/Contents/Frameworks/libxerces-c-3.0.dylib
           0x10692b000 -        0x10694ffe7 +com.mainconcept.mc.enc.dv (9.1 - 9.1.6.4544) <842421AD-DB61-E7AA-8398-1AB75D600CC0> /Applications/Adobe Media Encoder CS6/Adobe Media Encoder CS6.app/Contents/Frameworks/mc_enc_dv.framework/Versions/9/mc_enc_dv
           0x106963000 -        0x106963fff  libmx.A.dylib (2026.0.0 - compatibility 1.0.0) <C23BF0A1-7E6D-35EF-85FE-651EE2C13D53> /usr/lib/libmx.A.dylib
           0x106966000 -        0x106992fff +com.adobe.amefoundation.framework (6.0.0 - 6.0.0.0) <48439502-7B37-A9AE-1E5A-5C6A189539DB> /Applications/Adobe Media Encoder CS6/Adobe Media Encoder CS6.app/Contents/Frameworks/amefoundation.framework/Versions/A/amefoundation
           0x1069d5000 -        0x106a06ff7 +com.adobe.ameproperties.framework (6.0.0 - 6.0.0.0) <D600A4CE-3AA3-3B6F-3A57-158B301C1861> /Applications/Adobe Media Encoder CS6/Adobe Media Encoder CS6.app/Contents/Frameworks/ameproperties.framework/Versions/A/ameproperties
           0x106a51000 -        0x106a76fff +com.adobe.PostEncodeHost.framework (6.0.0 - 6.0.0.382) <04F9BB30-017E-97ED-B298-DB054DDEEFC0> /Applications/Adobe Media Encoder CS6/Adobe Media Encoder CS6.app/Contents/Frameworks/PostEncodeHost.framework/Versions/A/PostEncodeHost
           0x106aaa000 -        0x106b18fef +com.adobe.headlights.LogSessionFramework (??? - 2.1.2.1652) <25E6F475-1522-419C-2169-547FCF2FD97F> /Applications/Adobe Media Encoder CS6/Adobe Media Encoder CS6.app/Contents/Frameworks/LogSession.framework/Versions/A/LogSession
           0x106b6c000 -        0x106b70ff7 +com.adobe.AdobeCrashReporter (6.0 - 6.0.20120201) <A6B1F3BD-5DB0-FEE5-708A-B54E5CA80481> /Applications/Adobe Media Encoder CS6/Adobe Media Encoder CS6.app/Contents/Frameworks/AdobeCrashReporter.framework/Versions/A/AdobeCrashReporter
           0x106b76000 -        0x106b7cfff  com.apple.agl (3.1.4 - AGL-3.1.4) <58F15993-D441-3146-9F3F-E03A061A54E3> /System/Library/Frameworks/AGL.framework/Versions/A/AGL
           0x106b83000 -        0x106ba1fff +com.adobe.BIB (AdobeBIB 1.2.02.19243 - 1.2.02.19243) <6C6431BE-06BA-55A7-87FA-46EFB6ED0FAF> /Applications/Adobe Media Encoder CS6/Adobe Media Encoder CS6.app/Contents/Frameworks/AdobeBIB.framework/Versions/A/AdobeBIB
           0x106ba8000 -        0x106c01fff +com.adobe.BravoInitializer.framework (6.0.0 - 6.0.0.0) <9BADDE40-4C84-A5A8-04C6-64A95B429C68> /Applications/Adobe Media Encoder CS6/Adobe Media Encoder CS6.app/Contents/Frameworks/BravoInitializer.framework/Versions/A/BravoInitializer
           0x106c7a000 -        0x106df3fff +com.adobe.ACE (AdobeACE 2.19.18.19243 - 2.19.18.19243) <7F28B188-1D1B-20C9-BBB9-B74FCC12ECAD> /Applications/Adobe Media Encoder CS6/Adobe Media Encoder CS6.app/Contents/Frameworks/AdobeACE.framework/Versions/A/AdobeACE
           0x106e06000 -        0x107183fff +com.adobe.AGM (AdobeAGM 4.26.17.19243 - 4.26.17.19243) <19B59987-1020-E125-DC86-EA48FC81A890> /Applications/Adobe Media Encoder CS6/Adobe Media Encoder CS6.app/Contents/Frameworks/AdobeAGM.framework/Versions/A/AdobeAGM
           0x1071ef000 -        0x107550fef +com.adobe.CoolType (AdobeCoolType 5.10.31.19243 - 5.10.31.19243) <8BFF14FB-AA14-1CBF-C2A3-715363B5A841> /Applications/Adobe Media Encoder CS6/Adobe Media Encoder CS6.app/Contents/Frameworks/AdobeCoolType.framework/Versions/A/AdobeCoolType
           0x10759d000 -        0x1075b7ff7 +com.adobe.ahclientframework (1.7.0.56 - 1.7.0.56) <C1C5DE5C-39AB-0871-49A6-FA3449D39B8A> /Applications/Adobe Media Encoder CS6/Adobe Media Encoder CS6.app/Contents/Frameworks/ahclient.framework/Versions/A/ahclient
           0x1075c0000 -        0x107654ff7 +com.adobe.dvametadataUI.framework (6.0.0 - 6.0.0.218421) <5D7EFC19-9498-0C66-0E57-5D78D7CFB23D> /Applications/Adobe Media Encoder CS6/Adobe Media Encoder CS6.app/Contents/Frameworks/dvametadataUI.framework/Versions/A/dvametadataUI
           0x107729000 -        0x107751ff7 +com.adobe.BIBUtils (AdobeBIBUtils 1.1.01 - 1.1.01) <223EFB56-968F-7D00-05F1-4594F2144C0F> /Applications/Adobe Media Encoder CS6/Adobe Media Encoder CS6.app/Contents/Frameworks/AdobeBIBUtils.framework/Versions/A/AdobeBIBUtils
           0x107789000 -        0x10778aff7  libCyrillicConverter.dylib (54.0.0 - compatibility 1.0.0) <C8D0607A-A668-36EE-AF03-866BD04B5611> /System/Library/CoreServices/Encodings/libCyrillicConverter.dylib
        0x7fff6f64d000 -     0x7fff6f681baf  dyld (195.6 - ???) <0CD1B35B-A28F-32DA-B72E-452EAD609613> /usr/lib/dyld
        0x7fff8d9ea000 -     0x7fff8dd14ff7  com.apple.HIToolbox (1.8 - ???) <D6A0D513-4893-35B4-9FFE-865FF419F2C2> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HIToolbox.framework/Ver sions/A/HIToolbox
        0x7fff8dd6d000 -     0x7fff8dd6dfff  com.apple.audio.units.AudioUnit (1.7.2 - 1.7.2) <04C10813-CCE5-3333-8C72-E8E35E417B3B> /System/Library/Frameworks/AudioUnit.framework/Versions/A/AudioUnit
        0x7fff8dd6e000 -     0x7fff8df96fe7  com.apple.CoreData (104.1 - 358.13) <F1DA3110-C4DF-3F0A-A057-AEE78DE8C99D> /System/Library/Frameworks/CoreData.framework/Versions/A/CoreData
        0x7fff8dff4000 -     0x7fff8e00bfff  com.apple.CFOpenDirectory (10.7 - 146) <E71AE4A2-F72B-35F2-9043-9F45CF75F11A> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/Frameworks/CFOpenDirectory. framework/Versions/A/CFOpenDirectory
        0x7fff8e00c000 -     0x7fff8e021fff  com.apple.speech.synthesis.framework (4.0.74 - 4.0.74) <C061ECBB-7061-3A43-8A18-90633F943295> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/SpeechSynt hesis.framework/Versions/A/SpeechSynthesis
        0x7fff8e022000 -     0x7fff8e104fff  com.apple.CoreServices.OSServices (478.37 - 478.37) <1DAC695E-0D0F-3AE2-974F-A173E69E67CC> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/OSServices.framew ork/Versions/A/OSServices
        0x7fff8e10a000 -     0x7fff8e14cff7  libcommonCrypto.dylib (55010.0.0 - compatibility 1.0.0) <BB770C22-8C57-365A-8716-4A3C36AE7BFB> /usr/lib/system/libcommonCrypto.dylib
        0x7fff8e17b000 -     0x7fff8e17bfff  com.apple.Accelerate.vecLib (3.7 - vecLib 3.7) <C06A140F-6114-3B8B-B080-E509303145B8> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Ve rsions/A/vecLib
        0x7fff8e199000 -     0x7fff8e19aff7  libsystem_blocks.dylib (53.0.0 - compatibility 1.0.0) <8BCA214A-8992-34B2-A8B9-B74DEACA1869> /usr/lib/system/libsystem_blocks.dylib
        0x7fff8e19b000 -     0x7fff8e19dfff  com.apple.TrustEvaluationAgent (2.0 - 1) <1F31CAFF-C1C6-33D3-94E9-11B721761DDF> /System/Library/PrivateFrameworks/TrustEvaluationAgent.framework/Versions/A/TrustEvaluati onAgent
        0x7fff8e1e2000 -     0x7fff8e257ff7  libc++.1.dylib (19.0.0 - compatibility 1.0.0) <C0EFFF1B-0FEB-3F99-BE54-506B35B555A9> /usr/lib/libc++.1.dylib
        0x7fff8e258000 -     0x7fff8ebe87a7  com.apple.CoreGraphics (1.600.0 - ???) <177D9BAD-72C9-3ADF-A391-5B88C5EE623F> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphi cs.framework/Versions/A/CoreGraphics
        0x7fff8ebe9000 -     0x7fff8ebebfff  libCVMSPluginSupport.dylib (??? - ???) <B2FC6EC0-1A0C-3482-A3C9-D08446E8713A> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCVMSPluginSupport.dyl ib
        0x7fff8ed77000 -     0x7fff8ed77fff  com.apple.vecLib (3.7 - vecLib 3.7) <9A58105C-B36E-35B5-812C-4ED693F2618F> /System/Library/Frameworks/vecLib.framework/Versions/A/vecLib
        0x7fff8ed78000 -     0x7fff8ed8cff7  com.apple.LangAnalysis (1.7.0 - 1.7.0) <04C31EF0-912A-3004-A08F-CEC27030E0B2> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/LangAnalys is.framework/Versions/A/LangAnalysis
        0x7fff8ed8d000 -     0x7fff8ed8dfff  com.apple.ApplicationServices (41 - 41) <89B6AD5B-5C75-3E83-8C2B-AA7F4C55E400> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/ApplicationServices
        0x7fff8ed8e000 -     0x7fff8edc9fff  com.apple.LDAPFramework (3.1 - 120.2) <5633BDE9-BDCB-35CC-BC6B-B8E4CD011D51> /System/Library/Frameworks/LDAP.framework/Versions/A/LDAP
        0x7fff8edca000 -     0x7fff8edcdfff  com.apple.help (1.3.2 - 42) <BF14DE49-F7E8-336F-81FB-BBDF2DB3AC09> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Help.framework/Versions /A/Help
        0x7fff8edce000 -     0x7fff8edcefff  com.apple.Cocoa (6.6 - ???) <7EC4D759-B2A6-3A99-AC75-809FED1500C6> /System/Library/Frameworks/Cocoa.framework/Versions/A/Cocoa
        0x7fff8edcf000 -     0x7fff8ee10fff  com.apple.QD (3.40 - ???) <47674D2C-BE88-388E-B1B0-03F08BFFE5FD> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/QD.framewo rk/Versions/A/QD
        0x7fff8ee11000 -     0x7fff8ee20ff7  libxar-nossl.dylib (??? - ???) <A6ABBFB9-E4ED-38AD-BBBB-F9958B9CEFB5> /usr/lib/libxar-nossl.dylib
        0x7fff8f174000 -     0x7fff8f178fff  libmathCommon.A.dylib (2026.0.0 - compatibility 1.0.0) <FF83AFF7-42B2-306E-90AF-D539C51A4542> /usr/lib/system/libmathCommon.A.dylib
        0x7fff8f179000 -     0x7fff8f196fff  libxpc.dylib (77.18.0 - compatibility 1.0.0) <26C05F31-E809-3B47-AF42-1460971E3AC3> /usr/lib/system/libxpc.dylib
        0x7fff8f1d8000 -     0x7fff8f2b5fef  libsystem_c.dylib (763.12.0 - compatibility 1.0.0) <FF69F06E-0904-3C08-A5EF-536FAFFFDC22> /usr/lib/system/libsystem_c.dylib
        0x7fff8f2b6000 -     0x7fff8f2bafff  libdyld.dylib (195.5.0 - compatibility 1.0.0) <380C3F44-0CA7-3514-8080-46D1C9DF4FCD> /usr/lib/system/libdyld.dylib
        0x7fff8f382000 -     0x7fff8f484ff7  libxml2.2.dylib (10.3.0 - compatibility 10.0.0) <22F1D1B6-1761-3687-9EFD-036EA15FB2E4> /usr/lib/libxml2.2.dylib
        0x7fff8f49c000 -     0x7fff8f4f0ff7  com.apple.ScalableUserInterface (1.0 - 1) <33563775-C662-313D-B7FA-3D575A9F3D41> /System/Library/Frameworks/QuartzCore.framework/Versions/A/Frameworks/ScalableUserInterfa ce.framework/Versions/A/ScalableUserInterface
        0x7fff8f4f1000 -     0x7fff8f595fff  com.apple.ink.framework (1.3.2 - 110) <C8840EA4-AE7B-360C-A191-D36B5F10B6B5> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Ink.framework/Versions/ A/Ink
        0x7fff8f5ea000 -     0x7fff8fa17fff  libLAPACK.dylib (??? - ???) <4F2E1055-2207-340B-BB45-E4F16171EE0D> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Ve rsions/A/libLAPACK.dylib
        0x7fff8fa18000 -     0x7fff8fa2aff7  libsasl2.2.dylib (3.15.0 - compatibility 3.0.0) <6245B497-784B-355C-98EF-2DC6B45BF05C> /usr/lib/libsasl2.2.dylib
        0x7fff8fa6e000 -     0x7fff8fce1fff  com.apple.CoreImage (7.93 - 1.0.1) <0B7D855E-A2B6-3C14-A242-2CF2165C6E7E> /System/Library/Frameworks/QuartzCore.framework/Versions/A/Frameworks/CoreImage.framework /Versions/A/CoreImage
        0x7fff8fd07000 -     0x7fff8fda9ff7  com.apple.securityfoundation (5.0 - 55107) <6C2E7362-CB11-3CBD-BB1C-348E4B10F25A> /System/Library/Frameworks/SecurityFoundation.framework/Versions/A/SecurityFoundation
        0x7fff8fdaa000 -     0x7fff8fdd7fe7  libSystem.B.dylib (159.1.0 - compatibility 1.0.0) <7BEBB139-50BB-3112-947A-F4AA168F991C> /usr/lib/libSystem.B.dylib
        0x7fff90216000 -     0x7fff90323fff  libJP2.dylib (??? - ???) <F2B34A61-75F0-3BFE-A309-EE0DF4AF9E37> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.fr amework/Versions/A/Resources/libJP2.dylib
        0x7fff904e8000 -     0x7fff9050cfff  com.apple.RemoteViewServices (1.3 - 44) <21D7A0E7-6699-37AB-AE6C-BF69AF3D61C2> /System/Library/PrivateFrameworks/RemoteViewServices.framework/Versions/A/RemoteViewServi ces
        0x7fff9050d000 -     0x7fff90516ff7  libsystem_notify.dylib (80.1.0 - compatibility 1.0.0) <A4D651E3-D1C6-3934-AD49-7A104FD14596> /usr/lib/system/libsystem_notify.dylib
        0x7fff90517000 -     0x7fff9052dfff  libGL.dylib (??? - ???) <6A473BF9-4D35-34C6-9F8B-86B68091A9AF> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib
        0x7fff9052e000 -     0x7fff9053bff7  libbz2.1.0.dylib (1.0.5 - compatibility 1.0.0) <3373D310-3B10-3DD1-B754-B7B138CD448D> /usr/lib/libbz2.1.0.dylib
        0x7fff9053c000 -     0x7fff90558ff7  com.apple.GenerationalStorage (1.0 - 126.1) <509F52ED-E54B-3FEF-B3C2-759387B826E6> /System/Library/PrivateFrameworks/GenerationalStorage.framework/Versions/A/GenerationalSt orage
        0x7fff90559000 -     0x7fff9056bff7  libbsm.0.dylib (??? - ???) <349BB16F-75FA-363F-8D98-7A9C3FA90A0D> /usr/lib/libbsm.0.dylib
        0x7fff9056c000 -     0x7fff90570fff  libCGXType.A.dylib (600.0.0 - compatibility 64.0.0) <37517279-C92E-3217-B49A-838198B48787> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphi cs.framework/Versions/A/Resources/libCGXType.A.dylib
        0x7fff90571000 -     0x7fff90576fff  libcache.dylib (47.0.0 - compatibility 1.0.0) <1571C3AB-BCB2-38CD-B3B2-C5FC3F927C6A> /usr/lib/system/libcache.dylib
        0x7fff90577000 -     0x7fff90578fff  libdnsinfo.dylib (395.7.0 - compatibility 1.0.0) <37FEFE78-BCB5-37EC-8E99-747469BCA4C7> /usr/lib/system/libdnsinfo.dylib
        0x7fff905a1000 -     0x7fff905a5ff7  com.apple.CommonPanels (1.2.5 - 94) <37C6540B-F8D1-355A-806C-F93D8FB522AB> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CommonPanels.framework/ Versions/A/CommonPanels
        0x7fff905a6000 -     0x7fff90640ff7  com.apple.SearchKit (1.4.0 - 1.4.0) <4E70C394-773E-3A4B-A93C-59A88ABA9509> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SearchKit.framewo rk/Versions/A/SearchKit
        0x7fff906c2000 -     0x7fff907a6e5f  libobjc.A.dylib (228.0.0 - compatibility 1.0.0) <871E688B-CF57-3BC7-80D6-F6476DFF109B> /usr/lib/libobjc.A.dylib
        0x7fff90c4f000 -     0x7fff90c5fff7  com.apple.opengl (1.7.6 - 1.7.6) <C168883D-9BC5-3C38-9937-42852D719718> /System/Library/Frameworks/OpenGL.framework/Versions/A/OpenGL
        0x7fff90c60000 -     0x7fff90c7dff7  com.apple.openscripting (1.3.3 - ???) <4FACC89E-FDAA-3CA5-B5CD-1F4EEAEDF7CF> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/OpenScripting.framework /Versions/A/OpenScripting
        0x7fff90c7f000 -     0x7fff90caaff7  com.apple.CoreServicesInternal (113.12 - 113.12) <C37DAC1A-35D2-30EC-9112-5EEECED5C461> /System/Library/PrivateFrameworks/CoreServicesInternal.framework/Versions/A/CoreServicesI nternal
        0x7fff90cab000 -     0x7fff90d11ff7  com.apple.coreui (1.2.1 - 165.3) <378C9221-ADE6-36D9-9944-F33AE6904E4F> /System/Library/PrivateFrameworks/CoreUI.framework/Versions/A/CoreUI
        0x7fff90e15000 -     0x7fff90e23ff7  libkxld.dylib (??? - ???) <B1BD4862-9D3F-3EEF-895C-A8E2E53684B6> /usr/lib/system/libkxld.dylib
        0x7fff91265000 -     0x7fff91318fff  com.apple.CoreText (220.11.0 - ???) <0322442E-0530-37E8-A7D6-AEFD909F0AFE> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreText.f ramework/Versions/A/CoreText
        0x7fff913a7000 -     0x7fff913aeff7  com.apple.CommerceCore (1.0 - 17) <3894FE48-EDCE-30E9-9796-E2F959D92704> /System/Library/PrivateFrameworks/CommerceKit.framework/Versions/A/Frameworks/CommerceCor e.framework/Versions/A/CommerceCore
        0x7fff913af000 -     0x7fff913b0ff7  libremovefile.dylib (21.1.0 - compatibility 1.0.0) <739E6C83-AA52-3C6C-A680-B37FE2888A04> /usr/lib/system/libremovefile.dylib
        0x7fff915a2000 -     0x7fff91604ff7  com.apple.Symbolication (1.3 - 91) <B072970E-9EC1-3495-A1FA-D344C6E74A13> /System/Library/PrivateFrameworks/Symbolication.framework/Versions/A/Symbolication
        0x7fff91b77000 -     0x7fff91b82ff7  com.apple.speech.recognition.framework (4.0.19 - 4.0.19) <48607E6E-8612-3267-9184-E948B1863B32> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SpeechRecognition.frame work/Versions/A/SpeechRecognition
        0x7fff91c60000 -     0x7fff91cb8fff  libTIFF.dylib (??? - ???) <DD797FBE-9B63-3785-A9EA-0321D113538B> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.fr amework/Versions/A/Resources/libTIFF.dylib
        0x7fff91cce000 -     0x7fff91ccefff  com.apple.CoreServices (53 - 53) <043C8026-8EDD-3241-B090-F589E24062EF> /System/Library/Frameworks/CoreServices.framework/Versions/A/CoreServices
        0x7fff91e94000 -     0x7fff91e9eff7  liblaunch.dylib (392.35.0 - compatibility 1.0.0) <8F8BB206-CECA-33A5-A105-4A01C3ED5D23> /usr/lib/system/liblaunch.dylib
        0x7fff91e9f000 -     0x7fff92aa3fff  com.apple.AppKit (6.7.3 - 1138.32) <A9EB81C6-C519-3F29-89F1-42C3E8930281> /System/Library/Frameworks/AppKit.framework/Versions/C/AppKit
        0x7fff92aa4000 -     0x7fff92b6bff7  com.apple.ColorSync (4.7.1 - 4.7.1) <EA74B067-9916-341A-9C68-6165A4656042> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ColorSync. framework/Versions/A/ColorSync
        0x7fff92b6c000 -     0x7fff92bbeff7  libGLU.dylib (??? - ???) <3C9153A0-8499-3DC0-AAA4-9FA6E488BE13> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLU.dylib
        0x7fff92f98000 -     0x7fff92fd7fff  com.apple.AE (527.7 - 527.7) <B82F7ABC-AC8B-3507-B029-969DD5CA813D> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/AE.framework/Vers ions/A/AE
        0x7fff9355d000 -     0x7fff935d3fff  com.apple.CoreSymbolication (2.2 - 73.2) <126415E3-3A35-315B-B4B7-507CDBED0D58> /System/Library/PrivateFrameworks/CoreSymbolication.framework/Versions/A/CoreSymbolicatio n
        0x7fff935d4000 -     0x7fff9360dfe7  libssl.0.9.8.dylib (44.0.0 - compatibility 0.9.8) <79AAEC98-1258-3DA4-B1C0-4120049D390B> /usr/lib/libssl.0.9.8.dylib
        0x7fff947e5000 -     0x7fff9480cff7  com.apple.PerformanceAnalysis (1.10 - 10) <DD87C994-66D6-330A-BAF9-AB86BE125A62> /System/Library/PrivateFrameworks/PerformanceAnalysis.framework/Versions/A/PerformanceAna lysis
        0x7fff9480d000 -     0x7fff94902fff  libiconv.2.dylib (7.0.0 - compatibility 7.0.0) <5C40E880-0706-378F-B864-3C2BD922D926> /usr/lib/libiconv.2.dylib
        0x7fff94922000 -     0x7fff94942fff  libsystem_kernel.dylib (1699.24.8 - compatibility 1.0.0) <C56819BB-3779-3726-B610-4CF7B3ABB6F9> /usr/lib/system/libsystem_kernel.dylib
        0x7fff94943000 -     0x7fff949adff7  com.apple.framework.IOKit (2.0 - ???) <EEEB42FD-E3E1-3A94-A771-B1993B694F17> /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit
        0x7fff949ae000 -     0x7fff949b4fff  com.apple.DiskArbitration (2.4.1 - 2.4.1) <CEA34337-63DE-302E-81AA-10D717E1F699> /System/Library/Frameworks/DiskArbitration.framework/Versions/A/DiskArbitration
        0x7fff95091000 -     0x7fff95096fff  libcompiler_rt.dylib (6.0.0 - compatibility 1.0.0) <98ECD5F6-E85C-32A5-98CD-8911230CB66A> /usr/lib/system/libcompiler_rt.dylib
        0x7fff95097000 -     0x7fff950f2ff7  com.apple.HIServices (1.11 - ???) <DE8FA7FA-0A41-35D9-8473-5104F81DA934> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/HIServices .framework/Versions/A/HIServices
        0x7fff950f3000 -     0x7fff95163fff  com.apple.datadetectorscore (3.0 - 179.4) <B4C6417F-296C-31C1-BB94-980BFCDC9175> /System/Library/PrivateFrameworks/DataDetectorsCore.framework/Versions/A/DataDetectorsCor e
        0x7fff95164000 -     0x7fff9547dff7  com.apple.Foundation (6.7.1 - 833.24) <6D4E6F93-64EF-3D41-AE80-2BB10E2E6323> /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation
        0x7fff9548c000 -     0x7fff9549afff  libdispatch.dylib (187.7.0 - compatibility 1.0.0) <712AAEAC-AD90-37F7-B71F-293FF8AE8723> /usr/lib/system/libdispatch.dylib
        0x7fff954f1000 -     0x7fff95587ff7  libvMisc.dylib (325.4.0 - compatibility 1.0.0) <642D8D54-F9F5-3FBB-A96C-EEFE94C6278B> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Ve rsions/A/libvMisc.dylib
        0x7fff95683000 -     0x7fff956feff7  com.apple.print.framework.PrintCore (7.1 - 366.1) <3F140DEB-9F87-3672-97CC-F983752581AC> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/PrintCore. framework/Versions/A/PrintCore
        0x7fff956ff000 -     0x7fff9589efff  com.apple.QuartzCore (1.7 - 270.2) <F2CCDEFB-DE43-3E32-B242-A22C82617186> /System/Library/Frameworks/QuartzCore.framework/Versions/A/QuartzCore
        0x7fff9589f000 -     0x7fff958d9fe7  com.apple.DebugSymbols (2.1 - 87) <ED2B177C-4146-3715-91DF-D99A8ED5449A> /System/Library/PrivateFrameworks/DebugSymbols.framework/Versions/A/DebugSymbols
        0x7fff958e6000 -     0x7fff958f4fff  com.apple.NetAuth (3.1 - 3.1) <FE7EC4D7-5632-3B8D-9094-A0AC8D60EDEE> /System/Library/PrivateFrameworks/NetAuth.framework/Versions/A/NetAuth
        0x7fff958f5000 -     0x7fff95922ff7  com.apple.opencl (1.50.69 - 1.50.69) <687265AF-E9B6-3537-89D7-7C12EB38193D> /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL
        0x7fff95923000 -     0x7fff95977ff7  libFontRegistry.dylib (??? - ???) <F98926EF-FFA0-37C5-824C-02E436E21DD1> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framew ork/Versions/A/Resources/libFontRegistry.dylib
        0x7fff959eb000 -     0x7fff959ebfff  com.apple.Accelerate (1.7 - Accelerate 1.7) <82DDF6F5-FBC3-323D-B71D-CF7ABC5CF568> /System/Library/Frameworks/Accelerate.framework/Versions/A/Accelerate
        0x7fff959ec000 -     0x7fff95a71ff7  com.apple.Heimdal (2.1 - 2.0) <3758B442-6175-32B8-8C17-D8ABDD589BF9> /System/Library/PrivateFrameworks/Heimdal.framework/Versions/A/Heimdal
        0x7fff95a88000 -     0x7fff95a8ffff  com.apple.NetFS (4.0 - 4.0) <433EEE54-E383-3505-9154-45B909FD3AF0> /System/Library/Frameworks/NetFS.framework/Versions/A/NetFS
        0x7fff95ac6000 -     0x7fff95ae6fff  libPng.dylib (??? - ???) <F4D84592-C450-3076-88E9-8E6517C7EF33> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.fr amework/Versions/A/Resources/libPng.dylib
        0x7fff95ae7000 -     0x7fff95b0bfff  com.apple.Kerberos (1.0 - 1) <1F826BCE-DA8F-381D-9C4C-A36AA0EA1CB9> /System/Library/Frameworks/Kerberos.framework/Versions/A/Kerberos
        0x7fff95b35000 -     0x7fff95b60ff7  libxslt.1.dylib (3.24.0 - compatibility 3.0.0) <4DB5ED11-004B-36B5-AE5F-2AB714754241> /usr/lib/libxslt.1.dylib
        0x7fff95b61000 -     0x7fff95c3ffff  com.apple.ImageIO.framework (3.1.1 - 3.1.1) <DB530A63-8ECF-3B53-AC9A-1692A5397E2F> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.fr amework/Versions/A/ImageIO
        0x7fff95c40000 -     0x7fff95c57fff  com.apple.MultitouchSupport.framework (220.62.1 - 220.62.1) <3F8C015B-88AC-370F-B39D-B4665FB7616A> /System/Library/PrivateFrameworks/MultitouchSupport.framework/Versions/A/MultitouchSuppor t
        0x7fff95c58000 -     0x7fff95cf8fff  com.apple.LaunchServices (480.27.1 - 480.27.1) <4DC96C1E-6FDE-305E-9718-E4C5C1341F56> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/LaunchServices.fr amework/Versions/A/LaunchServices
        0x7fff95d19000 -     0x7fff95f1bfff  libicucore.A.dylib (46.1.0 - compatibility 1.0.0) <38CD6ED3-C8E4-3CCD-89AC-9C3198803101> /usr/lib/libicucore.A.dylib
        0x7fff95fce000 -     0x7fff96051fef  com.apple.Metadata (10.7.0 - 627.28) <1C14033A-69C9-3757-B24D-5583AEAC2CBA> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Metadata.framewor k/Versions/A/Metadata
        0x7fff9607d000 -     0x7fff9607dfff  com.apple.Carbon (153 - 153) <C1A30E01-E113-38A0-95CA-99360F92A37A> /System/Library/Frameworks/Carbon.framework/Versions/A/Carbon
        0x7fff960d8000 -     0x7fff96231fff  com.apple.audio.toolbox.AudioToolbox (1.7.2 - 1.7.2) <0AD8197C-1BA9-30CD-98F1-4CA2C6559BA8> /System/Library/Frameworks/AudioToolbox.framework/Versions/A/AudioToolbox
        0x7fff963b4000 -     0x7fff963bafff  libmacho.dylib (800.0.0 - compatibility 1.0.0) <165514D7-1BFA-38EF-A151-676DCD21FB64> /usr/lib/system/libmacho.dylib
        0x7fff965e7000 -     0x7fff965ecff7  libsystem_network.dylib (??? - ???) <5DE7024E-1D2D-34A2-80F4-08326331A75B> /usr/lib/system/libsystem_network.dylib
        0x7fff9662e000 -     0x7fff96af5fff  FaceCoreLight (1.4.7 - compatibility 1

    Hi. After i installed the CS6 on my MAC some applications crashes without opening the interface (Illustrator CS6 and Fireworks CS6). I thinked that this was a permissions problem. I activated the root user in OS X Lion and trying to login with it, avery Adobe application works fine.
    With the root user logged in i launch the repair permissions from disk utility, restarted my sistem and voila, every Adobe CS6 application now works fine for me.
    Activate root user
    Login like root to your system
    Launch repair permissions in disk utility
    Restart
    Login like normal user
    If everithig woirks fine please it's better to deactivate root user due to the security reasons.
    Hope it helps to someone,
    Regards
    Oleg

  • OS lion crashes all applications randomly.

    Hi - i'm at my wits end regards this problem. my macbook pro 17' intel core 2 duo was recently updated to lion os (a clean install - no old file brought over e.t.c) with any operating system updates as they became availalbe.
    Since upgrading i have had nothing but trouble from the computer. the problems range from 'black screen' to simple random crashes of applications. i have a error log that's massive (happens several time a day) - i'd paste them in here but it'd be a massive amount of text so i'v simply added one. so far fireworks, photoshop, the app store, disk utility, chrome, firefox, word, flash, i-tunes, safari, e.t.c have all crashed at times. the list is longer than my memory regards it.
    i have been to the 'genius' bar where i was told that they dont know what's going on (and that i should go back to leopard!). i then searched online only to find so many examples of os lion users having similar problems that the responses are so vast i dont know which applies to my situation.
    i have checked the activity monitor and that seems fine. i then ran disk utilities which shows a few repairs necessary but doesnt repair any of them.
    i would appreciate anyone who knows how to read these reports to have a look and point me in the right direction as i am about to throw this thing in the bin.
    The computer is super slow all the time even doing ridiculously simple tasks like opening a document or something like that.
    any clues?
    regards
    Mark
    Interval Since Last Panic Report:  413723 sec
    Panics Since Last Report:          4
    Anonymous UUID:                    3DE3F6B0-9DE7-4B75-A04B-500E2E9C6624
    Fri Apr 13 15:49:53 2012
    panic(cpu 1 caller 0xffffff80002c266d): Kernel trap at 0xffffff80002b3630, type 14=page fault, registers:
    CR0: 0x000000008001003b, CR2: 0xffffbb80150deeb0, CR3: 0x0000000010cb1000, CR4: 0x0000000000000660
    RAX: 0xffffff80008bd0f8, RBX: 0xffffff801e971e00, RCX: 0x0000000000000000, RDX: 0x0000000000000000
    RSP: 0xffffff80e97e36d8, RBP: 0xffffff80e97e3a00, RSI: 0x0000000000000000, RDI: 0xffffbb80150deeb0
    R8: 0x0000000000000000, R9: 0x0000000000000000, R10: 0x0000000000000a25, R11: 0x00000000000a98d8
    R12: 0x0000000000000001, R13: 0xffffff801e971ea0, R14: 0x0000000000000001, R15: 0xffffff801e971e80
    RFL: 0x0000000000010282, RIP: 0xffffff80002b3630, CS: 0x0000000000000008, SS: 0x0000000000000010
    CR2: 0xffffbb80150deeb0, Error code: 0x0000000000000000, Faulting CPU: 0x1
    Backtrace (CPU 1), Frame : Return Address
    0xffffff80e97e3390 : 0xffffff8000220702
    0xffffff80e97e3410 : 0xffffff80002c266d
    0xffffff80e97e35b0 : 0xffffff80002d7a1d
    0xffffff80e97e35d0 : 0xffffff80002b3630
    0xffffff80e97e3a00 : 0xffffff80002892e2
    0xffffff80e97e3a20 : 0xffffff8000644b82
    0xffffff80e97e3a70 : 0xffffff7f82098a04
    0xffffff80e97e3a90 : 0xffffff7f820a414a
    0xffffff80e97e3ae0 : 0xffffff7f8209ea32
    0xffffff80e97e3ba0 : 0xffffff7f8209a31c
    0xffffff80e97e3be0 : 0xffffff8000652a5e
    0xffffff80e97e3c40 : 0xffffff800065341b
    0xffffff80e97e3d80 : 0xffffff80002a3b78
    0xffffff80e97e3e80 : 0xffffff8000223006
    0xffffff80e97e3eb0 : 0xffffff8000214829
    0xffffff80e97e3f10 : 0xffffff800021bb58
    0xffffff80e97e3f70 : 0xffffff80002aeb80
    0xffffff80e97e3fb0 : 0xffffff80002d8383
    Kernel Extensions in backtrace:
    com.parallels.kext.prl_hypervisor(7.0)[00000000-0000-0000-0000-000000000000]@0x ffffff7f82097000->0xffffff7f820f2fff
    dependency: com.apple.iokit.IOPCIFamily(2.6.8)[F63D4ABE-42DA-33EF-BADD-3415B0CB0179]@0xffff ff7f80840000
    dependency: com.apple.iokit.IOACPIFamily(1.4)[A87503EC-9C34-3613-9A86-7296B23BC344]@0xfffff f7f807cd000
    BSD process name corresponding to current thread: prl_vm_app
    Mac OS version:
    11D50
    Kernel version:
    Darwin Kernel Version 11.3.0: Thu Jan 12 18:47:41 PST 2012; root:xnu-1699.24.23~1/RELEASE_X86_64
    Kernel UUID: 7B6546C7-70E8-3ED8-A6C3-C927E4D3D0D6
    System model name: MacBookPro5,2 (Mac-F2268EC8)
    System uptime in nanoseconds: 9801289958628
    last loaded kext at 1439121767987: com.apple.filesystems.smbfs       1.7.0 (addr 0xffffff7f80f0f000, size 241664)
    last unloaded kext at 103253841220: com.apple.driver.AppleUSBTCKeyEventDriver          225.2 (addr 0xffffff7f81baa000, size 8192)
    loaded kexts:
    com.parallels.filesystems.prlufs       2010.12.28
    com.aventail.xgfilt.kext         1.0
    com.aventail.tun.kext            1.0
    com.parallels.kext.prl_vnic    7.0 15055.740667
    com.parallels.kext.prl_netbridge      7.0 15055.740667
    com.parallels.kext.prl_hid_hook       7.0 15055.740667
    com.parallels.kext.prl_hypervisor    7.0 15055.740667
    com.parallels.kext.prl_usb_connect  7.0 15055.740667
    com.apple.filesystems.smbfs            1.7.0
    com.apple.driver.AppleHWSensor   1.9.4d0
    com.apple.filesystems.autofs            3.0
    com.apple.driver.AudioAUUC           1.59
    com.apple.driver.AGPM        100.12.42
    com.apple.driver.AppleHDA 2.1.7f9
    com.apple.driver.AppleMikeyHIDDriver     122
    com.apple.driver.AppleUpstreamUserClient          3.5.9
    com.apple.driver.AppleMCCSControl          1.0.26
    com.apple.driver.ACPI_SMC_PlatformPlugin          4.7.5d4
    com.apple.driver.SMCMotionSensor           3.0.1d2
    com.apple.driver.AppleMikeyDriver           2.1.7f9
    com.apple.driver.AppleSMCLMU     2.0.1d2
    com.apple.iokit.IOUserEthernet       1.0.0d1
    com.apple.Dont_Steal_Mac_OS_X      7.0.0
    com.apple.driver.AudioIPCDriver    1.2.2
    com.apple.driver.AppleLPC  1.5.3
    com.apple.driver.AppleMuxControl            3.0.16
    com.apple.GeForce    7.1.8
    com.apple.driver.AppleUSBTCButtons        225.2
    com.apple.driver.AppleUSBTCKeyboard    225.2
    com.apple.driver.AppleIRController            312
    com.apple.iokit.SCSITaskUserClient            3.0.3
    com.apple.AppleFSCompression.AppleFSCompressionTypeDataless      1.0.0d1
    com.apple.AppleFSCompression.AppleFSCompressionTypeZlib  1.0.0d1
    com.apple.BootCache            33
    com.apple.iokit.IOAHCIBlockStorage           2.0.1
    com.apple.driver.AppleAHCIPort     2.2.0
    com.apple.driver.AppleFWOHCI      4.8.9
    com.apple.driver.AirPort.Brcm4331           513.20.19
    com.apple.nvenet      2.0.17
    com.apple.driver.AppleUSBHub      4.5.0
    com.apple.driver.AppleUSBEHCI     4.5.8
    com.apple.driver.AppleUSBOHCI     4.4.5
    com.apple.driver.AppleHPET           1.6
    com.apple.driver.AppleEFINVRAM  1.5.0
    com.apple.driver.AppleRTC  1.4
    com.apple.driver.AppleSmartBatteryManager      161.0.0
    com.apple.driver.AppleACPIButtons           1.4
    com.apple.driver.AppleSMBIOS       1.7
    com.apple.driver.AppleACPIEC        1.4
    com.apple.driver.AppleAPIC            1.5
    com.apple.driver.AppleIntelCPUPowerManagementClient          167.3.0
    com.apple.nke.applicationfirewall   3.2.30
    com.apple.security.quarantine        1.1
    com.apple.driver.AppleIntelCPUPowerManagement        167.3.0
    com.apple.kext.triggers         1.0
    com.apple.driver.DspFuncLib          2.1.7f9
    com.apple.driver.IOPlatformPluginFamily 4.7.5d4
    com.apple.driver.AppleSMBusController    1.0.10d0
    com.apple.driver.AppleHDAController        2.1.7f9
    com.apple.iokit.IOHDAFamily           2.1.7f9
    com.apple.iokit.IOFireWireIP           2.2.4
    com.apple.iokit.IOSurface     80.0
    com.apple.iokit.IOBluetoothSerialManager            4.0.3f12
    com.apple.iokit.IOSerialFamily         10.0.5
    com.apple.driver.AppleSMC 3.1.1d8
    com.apple.iokit.IOAudioFamily         1.8.6fc6
    com.apple.kext.OSvKernDSPLib      1.3
    com.apple.driver.ApplePolicyControl          3.0.16
    com.apple.driver.AppleSMBusPCI   1.0.10d0
    com.apple.driver.AppleGraphicsControl     3.0.16
    com.apple.driver.AppleBacklightExpert     1.0.3
    com.apple.nvidia.nv50hal    7.1.8
    com.apple.NVDAResman      7.1.8
    com.apple.iokit.IONDRVSupport      2.3.2
    com.apple.iokit.IOGraphicsFamily    2.3.2
    com.apple.driver.AppleUSBMultitouch       227.1
    com.apple.driver.BroadcomUSBBluetoothHCIController  4.0.3f12
    com.apple.driver.AppleUSBBluetoothHCIController         4.0.3f12
    com.apple.iokit.IOBluetoothFamily  4.0.3f12
    com.apple.iokit.IOUSBHIDDriver     4.4.5
    com.apple.driver.AppleUSBMergeNub       4.5.3
    com.apple.driver.AppleUSBComposite        4.5.8
    com.apple.iokit.IOSCSIMultimediaCommandsDevice        3.0.3
    com.apple.iokit.IOBDStorageFamily 1.6
    com.apple.iokit.IODVDStorageFamily          1.7
    com.apple.iokit.IOCDStorageFamily 1.7
    com.apple.driver.XsanFilter 403
    com.apple.iokit.IOAHCISerialATAPI 2.0.1
    com.apple.iokit.IOSCSIArchitectureModelFamily   3.0.3
    com.apple.iokit.IOAHCIFamily          2.0.7
    com.apple.iokit.IOFireWireFamily    4.4.5
    com.apple.iokit.IO80211Family       412.2
    com.apple.iokit.IONetworkingFamily           2.0
    com.apple.iokit.IOUSBUserClient     4.5.8
    com.apple.iokit.IOUSBFamily            4.5.8
    com.apple.driver.NVSMU      2.2.9
    com.apple.driver.AppleEFIRuntime            1.5.0
    com.apple.iokit.IOHIDFamily            1.7.1
    com.apple.iokit.IOSMBusFamily       1.1
    com.apple.security.sandbox 177.3
    com.apple.kext.AppleMatch 1.0.0d1
    com.apple.security.TMSafetyNet     7
    com.apple.driver.DiskImages           331.3
    com.apple.iokit.IOStorageFamily      1.7
    com.apple.driver.AppleKeyStore     28.18
    com.apple.driver.AppleACPIPlatform         1.4
    com.apple.iokit.IOPCIFamily 2.6.8
    com.apple.iokit.IOACPIFamily          1.4
    Model: MacBookPro5,2, BootROM MBP52.008E.B05, 2 processors, Intel Core 2 Duo, 2.66 GHz, 8 GB, SMC 1.42f4
    Graphics: NVIDIA GeForce 9600M GT, NVIDIA GeForce 9600M GT, PCIe, 512 MB
    Graphics: NVIDIA GeForce 9400M, NVIDIA GeForce 9400M, PCI, 256 MB
    Memory Module: BANK 0/DIMM0, 4 GB, DDR3, 1067 MHz, 0x859B, 0x435435313236344243313036372E4D313646
    Memory Module: BANK 1/DIMM0, 4 GB, DDR3, 1067 MHz, 0x859B, 0x435435313236344243313036372E4D313646
    AirPort: spairport_wireless_card_type_airport_extreme (0x14E4, 0x8D), Broadcom BCM43xx 1.0 (5.100.98.75.19)
    Bluetooth: Version 4.0.3f12, 2 service, 11 devices, 1 incoming serial ports
    Network Service: AirPort, AirPort, en1
    Serial ATA Device: M4-CT512M4SSD2, 512.11 GB
    Serial ATA Device: MATSHITADVD-R   UJ-868
    USB Device: Built-in iSight, apple_vendor_id, 0x8507, 0x24400000 / 2
    USB Device: Apple Internal Keyboard / Trackpad, apple_vendor_id, 0x0237, 0x04600000 / 3
    USB Device: IR Receiver, apple_vendor_id, 0x8242, 0x04500000 / 2
    USB Device: BRCM2046 Hub, 0x0a5c  (Broadcom Corp.), 0x4500, 0x06100000 / 2
    USB Device: Bluetooth USB Host Controller, apple_vendor_id, 0x8217, 0x06110000 / 3

    think i may be on the way to resolving this.
    Currently we suspect RAM to be the culprit. even though i memory tested the RAM and it passed no problems. if i run the computer with only 1x4gb slotted then the computer runs fine. it's when i add a second 4gb that it start doing all the crazy things i described.

  • Please Help me with this crash

    can anybody help me with this crash:
    Host Name: matt-guerins-powerbook-g4-15
    Date/Time: 2008-04-08 10:04:27.426 -0400
    OS Version: 10.4.11 (Build 8S165)
    Report Version: 4
    Command: iCal
    Path: /Users/mattguerin/Library/Application Support/iCal/iCal.app/Contents/MacOS/iCal
    Parent: WindowServer [100]
    Version: 3.0.2 (1236)
    PID: 739
    Thread: Unknown
    Link (dyld) error:
    Library not loaded: /System/Library/PrivateFrameworks/WhitePages.framework/Versions/A/WhitePages
    Referenced from: /Users/mattguerin/Library/Application Support/iCal/iCal.app/Contents/MacOS/iCal
    Reason: image not found

    Pnutbear,
    Welcome to Apple Discussions.
    Use Custom installs in Mac OS X 10.4 to reinstall iCal 2.0.X, and then use the Mac OS X 10.4.11 Combo Update (PPC) to bring iCal to the most recent version for Tiger.
    ;~)

  • Mac Yosemite Photoshop install crash message 'application Core Sync has quit unexpectedly'

    Just trying to install Photoshop / Lightroom trials. Creative Cloud manager has installed but can't download apps - get crash message 'application Core Sync has quit unexpectedly'. Installing on Mac with OS X Yosemite. Any suggestions please...

    Deanr6719814 are you attempting to sync any files or folders?  Have you utilized the steps listed in Error "Failed to Install" Creative Cloud Desktop application - http://helpx.adobe.com/creative-cloud/kb/failed-install-creative-cloud-desktop.html to reinstall the Creative Cloud Desktop application?

  • Quicktime .mov files crash multiple applications.

    I've been having issues for some time now with quicktime .mov files hard crashing multiple applications. Basically quicktime movies crash Safari and iWeb/iLife when I try and view them. Quicktime player itself quits occasionally, or just doesnt even play the movie. iWeb will crash as well consistently. Bad thing is, that it's a hard crash for me, and there is never even a box stating that it crashed. So I get no opportunity to send a bug report. The applications just quits instantly. nothing in the crash report either. all other movie formats work fine, ie. mpg, avi, wmv.
    Firefox can view the same movies fine for some reason.
    I can even make a new site in iWeb, add one movie page, drop a movie in, go away from that page creation, then go back to it and the app will crash, with no dialogue boxes whatsoever.
    I've tried tossing all quicktime prefs, going back to QT 7.01 then back up to 7.04, no help. My powerbook works fine, and it's on the same level, all OS updates like my G5. If I bring the iWeb file over to the G5, from the powerbook, that I was having no problem editing on the powerbook, it will crash iWeb immediately upon viewing a page with the movie in it.
    I'm really close to re-installing teh OS completely, but hoping we find a solutin before then.
    I do have a retail Mac Edition Radeon 9800 Pro in this machine, could be issues, but I have found no articles stating such. I also have flip4mac installed. I updated it to the latest, and I do not have any .avi files in my movies folder, so it shoudn't be an issue. This all started happenning around the install of iLife '06 when I first repeatedly noticed it on the movie pages in iWeb. It might have happened earlier, but I wrote it off. It was just really annoying when trying to make iWeb pages with movies.
    PowerMac G5 Dual 2.5   Mac OS X (10.4.5)   QT_7.04, 7gb, 800gb, Radeon 9800, iSight, MyTV.PVR

    1] Try it with another user account (make one if you need to in Apple menu > System Preferences > Accounts)
    2] If its only happening in your account:
    Inside your hard drive, in the Users folder should be your user home folder (with your account name.) Within that folder is a folder called Library... open that and look for a QuickTime folder within, pull that QuickTime folder out to the Desktop. Do the same for Internet Plug-ins and throw away the ~/Library/Caches/QuickTime folder too. Then, open Preferences and pull out com.apple.quicktime... (all of them) and the QuickTime Preferences file.
    Then log out (Apple menu) and back in (or restart) and try again.
    3] If its happening for all users then try:
    Pull the /Library/Preferences/com.apple.quicktime.plist to the desktop (Your QuickTime Pro registration is in that file so don't throw it away, just move it out, restart and try again.)
    4] If there are still problems, try repairing your disk either with the OS X install disc (run Disk Utility from the menu bar) or by rebooting in Singel-User-Mode and running fsck. Then repair permissions with Disk Utility.
    Let us know if you still have trouble.

  • 5 crashes after upgrade to ios my address book immediately and I can not access emails, because the password is wrong and when I go to mail settings crashes the application immediately from

    5 crashes after upgrade to ios my address book immediately and I can not access emails, because the password is wrong and when I go to mail settings crashes the application immediately from 

    Same issue also. Occurring both on my iPad 2 and iPhone 4 after upgrading to ios 5
    By the way, Mattban and Sancasslano, are either of you also experiencing any of the following issues:
    * Problems with Contacts either crashing or listing no names
    * Problems with turning iCloud on or off for application under Settings->iCloud... On both mine I just get a pop up saying that iCloud is being turned off but Contacts then just locks up.
    * General problems when trying to synch applications on the iPad or iPhone over iCloud?
    I am wondering if all these issues are in someway related to and whether it is worth trying to turn off iCloud somehow, though I cannot work out how this can be done once set up.

  • I am still having LR4.2 problems with app crash when launching plusloading images 'losing the source

    this has another thread, but some of the entries are older.. so I am asking again.  I entered this information last night.
    I am having  intermittent app crashes on booting lightroom4.2.  It happens  whether  I just open it, or if I import pictures.  the second try is usually successful.
    Also,  lightroom 'loses the source' while importing images. After all the thumbnails load, it loses the source.    This was a problem previously only with selecting images to import, nwt it happens all the time on import.
    Problem signature:
      Problem Event Name:                        APPCRASH
      Application Name:                             lightroom.exe
      Application Version:                           4.2.0.11
      Application Timestamp:                     505a0579
      Fault Module Name:                          StackHash_cb7b
      Fault Module Version:                        6.1.7601.17725
      Fault Module Timestamp:                  4ec4aa8e
      Exception Code:                                  c0000374
      Exception Offset:                                00000000000c40f2
      OS Version:                                          6.1.7601.2.1.0.256.48
      Locale ID:                                             1033
      Additional Information 1:                  cb7b
      Additional Information 2:                  cb7b5c306c9a7a4763a64680327d8e94
      Additional Information 3:                  1bc0
      Additional Information 4:                  1bc0cd5fe204d306a476aa9208cad465

    wellllll. its been ages and nobody ever offered a solution.  i was ready to tear my hair out with computer crashes and other issues...after the update to LR 4.3 a lot of my problems ended abruptly, but i still have the lost source issues occasionally.
    most of the time i can exclude a row of images or include only a row, but i cant select a few at random to be imported.

  • Problem with layout in Web Application Designer

    Hi all,
       I am working with the BEx Web Application Designer. Well, I execute a web template in the browser, click on right button and  choose enhanced menu, query properties and mark the check box Display Rows as Hierarchy and Expand to and from the list of values (combo-box) choose the last field that can be expanded.
    Once all the lines have been expanded and the layout of the template is longer than a page, we look for a line that is not in the first page and contract it. The problem is that when we contract the line, the layout shows  the first page, instead of the page where the line had been contracted. I have tried to solve this changing the properties that appear when the template is designed, but I haven´t found the solution. Is there any way so that i can solve it?
    Thanks in advance,
    Mª del Mar Bonilla.

    Bonilla,
    Welcome to SDN...
    Try this out...
    In the Query designer view , right click on the rows structure and select display as hierarchy. In case this option works fine , the behavior pointed out by you could be a possible bug.
    Just update the result of what I have mentioned above...
    Hope it helps..
    Arun
    P.S Assigning points is a way fo saying thank you in SDN

  • Itunes crashes with no crash report and won't let me delete the app...

    If noone can help me I may seriously lose it...
    Mactel user with recent crash issues with itunes...crashes consistently about twenty to thirty seconds after opening and offers no crash report...downloaded appzapper and when I try to empty my trash bin I get the following message which I suspect may have something to do with the crashing:
    The operation cannot be completed becasue the item "ituneshelper" is in use.
    This was happening with 7.0 and now with 7.1...any ideas??
    Thanks in advance!
    20" Mactel   Mac OS X (10.4.6)  

    Look in /Library/Logs for a file named itunes.crash.log.
    IF you see that file, email me a copy, and I'll take a look at it. Please also include a link to this Discussions thread.

  • Firefox wont open, it keeps coming up with the crash report, i've eve restarted the computer, it still isnt working?

    I was just checking my facebook when firefox unexpectedly stopped, then closed down. i clicked back on it and it came up with the crash report. i clicked restart firefox so many times yet it kept coming up with crash report again. i did quit then tried switching the user, logging off and even restarting the computer, all of which failed, and i still have the same problem. internet explorer is working fine. please can anyone help me, i'll be so grateful :) x

    If you get an error that says can't backup, try moving the existing backup file to a safe location and thry again. again. You can find the location of the backup file here:
    iPhone and iPod touch: About backups

  • How can I use Drupal as a third party CMS with ATG E-Commerce Application?

    Hi Friends,
    We are planning to use a third party Freeware Content Management System (CMS) for web site content in ATG E-Commerce Application, instead of ATG content Administration or merchandising.
    Can anybody please let me know how can I use a third party CMS(Eg: Drupal) with ATG E-Commerce Application?
    Regards,
    Krishna.

    I did create a rule to determine if anyone coming through time eval is a new hire based on vacation elig. date in IT0041.  It compares Today to the vacation elig. date and if they match, set a time type indicator to 1.  I also added another decision to determine if they were a part time employee and pro-rate their quota entitlement based on what's in their IT0007 weekly working hours.  Instead of setting the time type indicator to 1, I recalculated based on a percentage of 40 hrs/wk and then updated the time type to that percentage.  In my quota generation rule I use that time type as a multiplication factor to recalculate their new pro-rated amount rounded up to the nearest whole number.

Maybe you are looking for

  • Default Interface Namespace

    Sender SOAP Adapter there is a mandatory field asking for "Default Interface Namespace " and " Default Interface Name ". What should we enter there ? Does webservices always use Application xml ? How would we find out they are expecting " Application

  • Adapter micro HDMI to VGA for Nokia Lumia 2520

    could someone tell me which adapter micro HDMI to VGA is suitable for Nokia Lumia 2520 please?

  • G\L Account is Missing"-GRPO-Rows-Whs Code

    HI Friends, I am using 2005b pl:42 When i am trying to add a GRPO with Freight i get the following error "G\L Account is Missing"-GRPO-Rows-Whs Code". I have done all the necessary G/L Account setup: Item Group all accounts, WHs All accounts, Freight

  • How is liability relieved column calculated in Account Payables.

    Hello all, I am unable to find the exact definition of Liability relieved. How is it calculated in "Payables Posted Payment Register" report in Account payables module in oracle r12?. I know that its amount of the liability that is relieved after you

  • Error 404 - /_vti_bin/owssvr.dll  and robots.txt

    Hi My webstats tell me that I have had various Error 404s and this is because of files being "required but not found": specifically /_vti_bin/owssvr.dll and robots.txt. Can someone tell me what these are? Also, there are various other status code pag