SQL Developer 3 crashes when opening a local 172mB SQL file

The crash occurs when trying to open a 172mB SQL file from my local C:\ drive on Windows 7 Ultimate 32-bit, running on a typical quad-core AMD Phenom CPU with the usual 3.3gb of RAM.
Crash dump as follows:
java.io.IOException: exception loading C:\...\mySQLfile.sql
     at oracle.ide.model.TextNode.openImpl(TextNode.java:530)
     at oracle.ide.model.Node.open(Node.java:974)
     at oracle.ide.model.Node.open(Node.java:922)
     at oracle.ide.model.Node.ensureOpen(Node.java:2132)
     at oracle.ide.model.TextNode.acquireTextBuffer(TextNode.java:732)
     at oracle.dbtools.worksheet.editor.WorksheetGUI.<init>(WorksheetGUI.java:587)
     at oracle.dbtools.worksheet.editor.Worksheet.createGUI(Worksheet.java:753)
     at oracle.dbtools.worksheet.editor.Worksheet.getWorksheetGUI(Worksheet.java:1056)
     at oracle.dbtools.worksheet.editor.Worksheet.getGUI(Worksheet.java:910)
     at oracle.ide.editor.Editor.getDefaultFocusComponent(Editor.java:233)
     at oracle.dbtools.worksheet.editor.Worksheet.getDefaultFocusComponent(Worksheet.java:873)
     at oracle.dbtools.worksheet.editor.Worksheet.open(Worksheet.java:1141)
     at oracle.ideimpl.editor.EditorState.openEditor(EditorState.java:283)
     at oracle.ideimpl.editor.EditorState.createEditor(EditorState.java:184)
     at oracle.ideimpl.editor.EditorState.getOrCreateEditor(EditorState.java:95)
     at oracle.ideimpl.editor.SplitPaneState.canSetEditorStatePos(SplitPaneState.java:232)
     at oracle.ideimpl.editor.SplitPaneState.setCurrentEditorStatePos(SplitPaneState.java:195)
     at oracle.ideimpl.editor.TabGroupState.createSplitPaneState(TabGroupState.java:102)
     at oracle.ideimpl.editor.TabGroup.addTabGroupState(TabGroup.java:379)
     at oracle.ideimpl.editor.EditorManagerImpl.createEditor(EditorManagerImpl.java:1403)
     at oracle.ideimpl.editor.EditorManagerImpl.createEditor(EditorManagerImpl.java:1337)
     at oracle.ideimpl.editor.EditorManagerImpl.openEditor(EditorManagerImpl.java:1263)
     at oracle.ide.cmd.OpenCommand.openWithNoProject(OpenCommand.java:327)
     at oracle.ide.cmd.OpenCommand.access$100(OpenCommand.java:61)
     at oracle.ide.cmd.OpenCommand$1.run(OpenCommand.java:256)
     at java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:209)
     at java.awt.EventQueue.dispatchEvent(EventQueue.java:597)
     at java.awt.EventDispatchThread.pumpOneEventForFilters(EventDispatchThread.java:269)
     at java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:184)
     at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:174)
     at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:169)
     at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:161)
     at java.awt.EventDispatchThread.run(EventDispatchThread.java:122)
Caused by: java.lang.OutOfMemoryError: Java heap space
     at oracle.javatools.buffer.VectorBuffers.consolidateBuffers(VectorBuffers.java:131)
     at oracle.javatools.buffer.VectorBuffers.getAllBuffers(VectorBuffers.java:156)
     at oracle.javatools.buffer.EOLNormalizer.processFinish(EOLNormalizer.java:190)
     at oracle.javatools.buffer.EOLNormalizer$ReaderNormalizer.normalizeData(EOLNormalizer.java:312)
     at oracle.javatools.buffer.AbstractTextBuffer.read(AbstractTextBuffer.java:1365)
     at oracle.javatools.buffer.AbstractTextBuffer.read(AbstractTextBuffer.java:1309)
     at oracle.ide.model.TextNode$FacadeTextBuffer.read(TextNode.java:1218)
     at oracle.ide.model.TextNode.loadTextBuffer(TextNode.java:293)
     at oracle.ide.model.TextNode.openImpl(TextNode.java:518)
     at oracle.ide.model.Node.open(Node.java:974)
     at oracle.ide.model.Node.open(Node.java:922)
     at oracle.ide.model.Node.ensureOpen(Node.java:2132)
     at oracle.ide.model.TextNode.acquireTextBuffer(TextNode.java:732)
     at oracle.dbtools.worksheet.editor.WorksheetGUI.<init>(WorksheetGUI.java:587)
     at oracle.dbtools.worksheet.editor.Worksheet.createGUI(Worksheet.java:753)
     at oracle.dbtools.worksheet.editor.Worksheet.getWorksheetGUI(Worksheet.java:1056)
     at oracle.dbtools.worksheet.editor.Worksheet.getGUI(Worksheet.java:910)
     at oracle.ide.editor.Editor.getDefaultFocusComponent(Editor.java:233)
     at oracle.dbtools.worksheet.editor.Worksheet.getDefaultFocusComponent(Worksheet.java:873)
     at oracle.dbtools.worksheet.editor.Worksheet.open(Worksheet.java:1141)
     at oracle.ideimpl.editor.EditorState.openEditor(EditorState.java:283)
     at oracle.ideimpl.editor.EditorState.createEditor(EditorState.java:184)
     at oracle.ideimpl.editor.EditorState.getOrCreateEditor(EditorState.java:95)
     at oracle.ideimpl.editor.SplitPaneState.canSetEditorStatePos(SplitPaneState.java:232)
     at oracle.ideimpl.editor.SplitPaneState.setCurrentEditorStatePos(SplitPaneState.java:195)
     at oracle.ideimpl.editor.TabGroupState.createSplitPaneState(TabGroupState.java:102)
     at oracle.ideimpl.editor.TabGroup.addTabGroupState(TabGroup.java:379)
     at oracle.ideimpl.editor.EditorManagerImpl.createEditor(EditorManagerImpl.java:1403)
     at oracle.ideimpl.editor.EditorManagerImpl.createEditor(EditorManagerImpl.java:1337)
     at oracle.ideimpl.editor.EditorManagerImpl.openEditor(EditorManagerImpl.java:1263)
     at oracle.ide.cmd.OpenCommand.openWithNoProject(OpenCommand.java:327)
     at oracle.ide.cmd.OpenCommand.access$100(OpenCommand.java:61)
I've tried...
- Closing all possible applications except for SQL Developer
- Rebooting and running only SQL Developer
- Ensuring SQL Developer is running using the included Java SDK
I'm unsure of what to do next - In the past, I've been able to open 200-300mb SQL files without any issue, but since I've updated to SQL Developer 3 I'm suddenly experiencing these crashes.
Edited by: user13275297 on Jun 10, 2011 9:46 AM

You are running out of memory. In the stack notice this line:
Caused by: java.lang.OutOfMemoryError: Java heap space
Edit the sqldeveloper.conf file and add this
AddVMOption -Xmx1024M
That will bump it up some.
-kris

Similar Messages

  • SQL Developer crashing when opening or testing a connection

    SQL Developer closes abruptly when opening or testing a connection.
    Here's what I do.
    Open SQL Developer.
    Create a connection:
    Connection Name: [some string]
    Username: [username]
    Password: [password]
    Save password: checked
    Oracle tab:
    Connection type: TNS
    Connect Identifier: somedatabasename
    Then I click on "Test" and the application immediately quits. No error messages. The app does the same thing if I save the connection and try to expand its node on the list of connections.
    Mind you, if I use sqlplus like so:
    [username]/[password]@somedatabasename
    It connects just fine.
    I captured the output from the command console after SQL Developer crashed:
    Microsoft Windows [Version 6.1.7601]
    Copyright (c) 2009 Microsoft Corporation. All rights reserved.
    C:\Oracle\product\sqldeveloper\sqldeveloper\bin>sqldeveloper
    _execv() failed, err=2Registered TimesTen
    # A fatal error has been detected by the Java Runtime Environment:
    # EXCEPTION_ACCESS_VIOLATION (0xc0000005) at pc=0x000000006d9f97c5, pid=5480, t
    id=5840
    # JRE version: 6.0_43-b01
    # Java VM: Java HotSpot(TM) 64-Bit Server VM (20.14-b01 mixed mode windows-amd64
    compressed oops)
    # Problematic frame:
    # V [jvm.dll+0x1397c5]
    # An error report file with more information is saved as:
    # C:\Oracle\product\sqldeveloper\sqldeveloper\bin\hs_err_pid5480.log
    # If you would like to submit a bug report, please visit:
    # http://java.sun.com/webapps/bugreport/crash.jsp
    I am using:
    sqldeveloper 3.2.20.09.87 (64-bit)
    Java 1.6.0_43 (64-bit)
    Windows 7 Enterprise SP1 (64-bit)
    ODAC 11.2.0.3.20 x64
    Please help!
    Edited by: 993662 on Mar 13, 2013 9:10 AM

    @Jim:
    Thanks for your suggestion. After several hours of experimenting, I've managed to fix my problem by copying the ojdbc6.jar from my ODAC installation and replacing the one in [sqldeveloper root]\jdbc\lib
    To whomever has a similar issue: See my original post for what software I was using and their version numbers.
    Edited by: FrostyZoob on Mar 14, 2013 8:11 AM

  • Firefox crashes when opening a local file (a .jpg photo) click drive, click directory and it crashes.

    Firefox crashes when clicking FILE / OPEN FILE / Drive (G:)/and when double clicking the directory containing the file. It happens every time I'm trying to open a local file. Must close, go to Internet Explorer, Opera or Chrome which have no problems doing this.

    You are running out of memory. In the stack notice this line:
    Caused by: java.lang.OutOfMemoryError: Java heap space
    Edit the sqldeveloper.conf file and add this
    AddVMOption -Xmx1024M
    That will bump it up some.
    -kris

  • SQL Developer error when opening

    Greetings all. I just downloaded the current SQL Developer version 1.5.1 Build 5440. Upon initial start up I got a Ordinal 2821 could not be found in libeay32.dll error. I downloaded the latest libeay32.dll (852 K-8/28/2008 2:03 PM modified date) into the c:\windows\system32 directory. Now I get a Ordinal 3288 could not be found in libeay32.dll error. There are several libeay32.dll files of different sizes in the openssl directory.
    I'm running Windows XP Pro service pack 3.

    The problem you hint is a known problem.
    If Java crashed with other application, the LIBEAY32.DLL librarry getting created can affect the SQL developer starting.
    Please rename your file "LIBEAY32.DLL" found under "c:\windows\system32" folder and then you should be able to launch SQL Developer.
    Regards
    Mireille

  • Crashing when opening an 3D interactive PDF file

    Recently installed latest Acrobat Pro 9.4.4 update and now when I open a 3D interactive PDF file, I crash. Had no issues with the version prior. Can open it in Acrobat Reader X but need to do edits. Thinking about upgrading to Acrobat Pro 10 but there is no Mac trial version to see if the problem is solved. Checked Pro Preferences for 3D render options against Reader and settings the same. This is the error I get on the unexpected quit. Any ideas?
    Process:         AdobeAcrobat [5595]
    Path:            /Applications/Adobe Acrobat 9 Pro/Adobe Acrobat Pro.app/Contents/MacOS/AdobeAcrobat
    Identifier:      com.adobe.Acrobat.Pro
    Version:         9.4.4 (9.4.4)
    Code Type:       X86 (Native)
    Parent Process:  launchd [119]
    Date/Time:       2011-06-13 17:41:35.873 -0400
    OS Version:      Mac OS X 10.6.7 (10J869)
    Report Version:  6
    Interval Since Last Report:          76166 sec
    Crashes Since Last Report:           14
    Per-App Interval Since Last Report:  43267 sec
    Per-App Crashes Since Last Report:   8
    Anonymous UUID:                      DA45A647-3708-4919-A53C-E54D4E53A70B
    Exception Type:  EXC_CRASH (SIGABRT)
    Exception Codes: 0x0000000000000000, 0x0000000000000000
    Crashed Thread:  0  Dispatch queue: com.apple.main-thread
    Application Specific Information:
    abort() called
    Thread 0 Crashed:  Dispatch queue: com.apple.main-thread
    0   libSystem.B.dylib             0x939ee156 __kill + 10
    1   libSystem.B.dylib             0x939ee148 kill$UNIX2003 + 32
    2   libSystem.B.dylib             0x93a80899 raise + 26
    3   libSystem.B.dylib             0x93a969b8 abort + 93
    4   atmo.mac.macho.3dif.bundle    0x1cbcde43 0x1cb96000 + 228931
    5   atmo.mac.macho.3dif.bundle    0x1cbd004b stricmp(char const*, char const*) + 789
    6   atmo.mac.macho.3dif.bundle    0x1cb9d535 T3DIFReader::~T3DIFReader() + 661
    7   atmo.mac.macho.3dif.bundle    0x1cb9d612 U3DImportProc(unsigned int, e3_STREAM*, e3_SCENE*, e3_interface*) + 180
    8   com.adobe.framework.adobe3d   0x1afbdc76 FILETYPE::Func3d(unsigned int, e3_STREAM*, e3_SCENE*, e3_interface*) + 154
    9   com.adobe.framework.adobe3d   0x1afcb79b TSCENE3D::Create(e3_STREAM*, FILETYPE*, TSCENE3D**, unsigned int, CREATESCENESTRUCT*) + 951
    10  com.adobe.framework.adobe3d   0x1af44a0f TSCENE3D::LoadObject(e3_STREAM*, e3_CONTEXT*, unsigned int, FILETYPE*, E3RESULT*) + 1353
    11  com.adobe.framework.adobe3d   0x1ae7c25c V4CRHRenderContext::LoadObject(e3_NODE**, V4CRuntimeStream*, bool, V4CConversionSettings*) + 1262
    12  com.adobe.framework.adobe3d   0x1ae6f95e V4CAtmoInstance::LoadObject(V4CRuntimeStream*, bool, V4CConversionSettings*) + 62
    13  com.adobe.Acrobat.framework   0x80206f89 AcroSecurityBailOutImpl + 1607253
    14  com.adobe.Acrobat.framework   0x8020721a AcroSecurityBailOutImpl + 1607910
    15  com.adobe.Acrobat.framework   0x8020738f AcroSecurityBailOutImpl + 1608283
    16  com.adobe.Acrobat.framework   0x8020876a AcroSecurityBailOutImpl + 1613366
    17  com.adobe.Acrobat.framework   0x803ae0a5 AcroSecurityBailOutImpl + 3340145
    18  com.adobe.Acrobat.framework   0x8030f7fa AcroSecurityBailOutImpl + 2690758
    19  com.adobe.Acrobat.framework   0x8031055d AcroSecurityBailOutImpl + 2694185
    20  com.adobe.Acrobat.framework   0x801f9022 AcroSecurityBailOutImpl + 1550062
    21  com.adobe.Acrobat.framework   0x8020a2d7 AcroSecurityBailOutImpl + 1620387
    22  com.adobe.Acrobat.framework   0x8030fd26 AcroSecurityBailOutImpl + 2692082
    23  com.adobe.Acrobat.framework   0x803117ca AcroSecurityBailOutImpl + 2698902
    24  com.adobe.Acrobat.framework   0x7fec5b84 RunAcrobat + 1043778
    25  com.adobe.Acrobat.framework   0x7feb01f6 RunAcrobat + 955316
    26  com.adobe.Acrobat.framework   0x7fe8c4c2 RunAcrobat + 808576
    27  com.adobe.Acrobat.framework   0x7fe58109 RunAcrobat + 594631
    28  com.adobe.Acrobat.framework   0x7fe3bc45 RunAcrobat + 478723
    29  com.adobe.Acrobat.framework   0x7fe3b353 RunAcrobat + 476433
    30  ...dobe.AcrobatPlugin.Comments 0x7aa59d0c AcroPluginMain + 122156
    31  ...dobe.AcrobatPlugin.Comments 0x7aa59c86 AcroPluginMain + 122022
    32  ...dobe.AcrobatPlugin.AcroForm 0x7b886b34 AcroPluginMain + 64356
    33  ...adobe.AcrobatPlugin.Catalog 0x7b7c5610 AcroPluginMain + 5200
    34  com.adobe.AcrobatPlugin.Search 0x74c2b3ef AcroPluginMain + 7607
    35  com.adobe.Acrobat.framework   0x7fe3a9cf RunAcrobat + 473997
    36  com.adobe.Acrobat.framework   0x800a4a85 AcroSecurityBailOutImpl + 155985
    37  com.adobe.Acrobat.framework   0x801c34cf AcroSecurityBailOutImpl + 1330075
    38  com.adobe.Acrobat.framework   0x801c372f AcroSecurityBailOutImpl + 1330683
    39  com.adobe.Acrobat.framework   0x8028f8cf AcroSecurityBailOutImpl + 2166683
    40  com.adobe.Acrobat.framework   0x8028f9e7 AcroSecurityBailOutImpl + 2166963
    41  com.adobe.Acrobat.framework   0x800007c8 RunAcrobat + 2333062
    42  com.apple.AppKit              0x94d80c46 -[NSApplication sendAction:to:from:] + 112
    43  com.apple.AppKit              0x94d80af9 -[NSMenuItem _corePerformAction] + 435
    44  com.apple.AppKit              0x94d807eb -[NSCarbonMenuImpl performActionWithHighlightingForItemAtIndex:] + 174
    45  com.apple.AppKit              0x94d806da -[NSMenu performActionForItemAtIndex:] + 65
    46  com.apple.AppKit              0x94d8068d -[NSMenu _internalPerformActionForItemAtIndex:] + 50
    47  com.apple.AppKit              0x94d805f3 -[NSMenuItem _internalPerformActionThroughMenuIfPossible] + 97
    48  com.apple.AppKit              0x94d80537 -[NSCarbonMenuImpl _carbonCommandProcessEvent:handlerCallRef:] + 336
    49  com.apple.AppKit              0x94d74c61 NSSLMMenuEventHandler + 404
    50  com.apple.HIToolbox           0x9658bc2f DispatchEventToHandlers(EventTargetRec*, OpaqueEventRef*, HandlerCallRec*) + 1567
    51  com.apple.HIToolbox           0x9658aef6 SendEventToEventTargetInternal(OpaqueEventRef*, OpaqueEventTargetRef*, HandlerCallRec*) + 411
    52  com.apple.HIToolbox           0x965ad7f3 SendEventToEventTarget + 52
    53  com.apple.HIToolbox           0x965d9e87 SendHICommandEvent(unsigned long, HICommand const*, unsigned long, unsigned long, unsigned char, void const*, OpaqueEventTargetRef*, OpaqueEventTargetRef*, OpaqueEventRef**) + 448
    54  com.apple.HIToolbox           0x965feb90 SendMenuCommandWithContextAndModifiers + 66
    55  com.apple.HIToolbox           0x965feb47 SendMenuItemSelectedEvent + 121
    56  com.apple.HIToolbox           0x965fea5d FinishMenuSelection(SelectionData*, MenuResult*, MenuResult*) + 152
    57  com.apple.HIToolbox           0x965ce160 MenuSelectCore(MenuData*, Point, double, unsigned long, OpaqueMenuRef**, unsigned short*) + 454
    58  com.apple.HIToolbox           0x965cd8bb _HandleMenuSelection2 + 465
    59  com.apple.HIToolbox           0x965cd6d9 _HandleMenuSelection + 53
    60  com.apple.AppKit              0x94d6e1a2 _NSHandleCarbonMenuEvent + 285
    61  com.apple.AppKit              0x94d42d3e _DPSNextEvent + 2304
    62  com.apple.AppKit              0x94d41fce -[NSApplication nextEventMatchingMask:untilDate:inMode:dequeue:] + 156
    63  com.apple.AppKit              0x94d04247 -[NSApplication run] + 821
    64  com.adobe.Acrobat.framework   0x7fdc7a54 RunAcrobat + 3090
    65  com.adobe.Acrobat.framework   0x7fdc6f80 RunAcrobat + 318
    66  com.adobe.Acrobat.Pro         0x00002e8b start + 2371
    67  com.adobe.Acrobat.Pro         0x0000264a start + 258
    68  com.adobe.Acrobat.Pro         0x00002571 start + 41
    Thread 1:  Dispatch queue: com.apple.libdispatch-manager
    0   libSystem.B.dylib             0x939b3922 kevent + 10
    1   libSystem.B.dylib             0x939b403c _dispatch_mgr_invoke + 215
    2   libSystem.B.dylib             0x939b34f9 _dispatch_queue_invoke + 163
    3   libSystem.B.dylib             0x939b329e _dispatch_worker_thread2 + 240
    4   libSystem.B.dylib             0x939b2d21 _pthread_wqthread + 390
    5   libSystem.B.dylib             0x939b2b66 start_wqthread + 30
    Thread 2:
    0   libSystem.B.dylib             0x939bb046 __semwait_signal + 10
    1   libSystem.B.dylib             0x939bad02 _pthread_cond_wait + 1191
    2   libSystem.B.dylib             0x939bc998 pthread_cond_wait$UNIX2003 + 73
    3   ...ple.CoreServices.CarbonCore 0x913d348e TSWaitOnCondition + 126
    4   ...ple.CoreServices.CarbonCore 0x913bee15 TSWaitOnConditionTimedRelative + 202
    5   ...ple.CoreServices.CarbonCore 0x913ba7e3 MPWaitOnQueue + 250
    6   AdobeACE                      0x7fb2b391 ACEMPThread::Task() + 133
    7   AdobeACE                      0x7fb2b305 TaskGlue + 17
    8   ...ple.CoreServices.CarbonCore 0x9139e7ca PrivateMPEntryPoint + 68
    9   libSystem.B.dylib             0x939ba7fd _pthread_start + 345
    10  libSystem.B.dylib             0x939ba682 thread_start + 34
    Thread 3:
    0   libSystem.B.dylib             0x939bb046 __semwait_signal + 10
    1   libSystem.B.dylib             0x939bad02 _pthread_cond_wait + 1191
    2   libSystem.B.dylib             0x939bc998 pthread_cond_wait$UNIX2003 + 73
    3   ...ple.CoreServices.CarbonCore 0x913d348e TSWaitOnCondition + 126
    4   ...ple.CoreServices.CarbonCore 0x913bee15 TSWaitOnConditionTimedRelative + 202
    5   ...ple.CoreServices.CarbonCore 0x913ba7e3 MPWaitOnQueue + 250
    6   AdobeACE                      0x7fb2b391 ACEMPThread::Task() + 133
    7   AdobeACE                      0x7fb2b305 TaskGlue + 17
    8   ...ple.CoreServices.CarbonCore 0x9139e7ca PrivateMPEntryPoint + 68
    9   libSystem.B.dylib             0x939ba7fd _pthread_start + 345
    10  libSystem.B.dylib             0x939ba682 thread_start + 34
    Thread 4:
    0   libSystem.B.dylib             0x939bb046 __semwait_signal + 10
    1   libSystem.B.dylib             0x939bad02 _pthread_cond_wait + 1191
    2   libSystem.B.dylib             0x939bc998 pthread_cond_wait$UNIX2003 + 73
    3   ...ple.CoreServices.CarbonCore 0x913d348e TSWaitOnCondition + 126
    4   ...ple.CoreServices.CarbonCore 0x913bee15 TSWaitOnConditionTimedRelative + 202
    5   ...ple.CoreServices.CarbonCore 0x913ba7e3 MPWaitOnQueue + 250
    6   AdobeACE                      0x7fb2b391 ACEMPThread::Task() + 133
    7   AdobeACE                      0x7fb2b305 TaskGlue + 17
    8   ...ple.CoreServices.CarbonCore 0x9139e7ca PrivateMPEntryPoint + 68
    9   libSystem.B.dylib             0x939ba7fd _pthread_start + 345
    10  libSystem.B.dylib             0x939ba682 thread_start + 34
    Thread 5:
    0   libSystem.B.dylib             0x9398d0e2 semaphore_wait_signal_trap + 10
    1   libSystem.B.dylib             0x939bac9c _pthread_cond_wait + 1089
    2   libSystem.B.dylib             0x93a0345f pthread_cond_wait + 48
    3   AdobeAGM                      0x7e46bbc4 pthread_condition_base::Wait(pthread_scoped_lock_base&) + 26
    4   AdobeAGM                      0x7e46bb1d AGMMessageQueueImpl::Pull() + 65
    5   AdobeAGM                      0x7e85db94 AGMWorkQueueTask::operator()() + 84
    6   AdobeAGM                      0x7e85ee1f boost::function0<void, std::allocator<boost::function_base> >::operator()() const + 75
    7   AdobeAGM                      0x7e46b9e1 thread_proxy + 45
    8   libSystem.B.dylib             0x939ba7fd _pthread_start + 345
    9   libSystem.B.dylib             0x939ba682 thread_start + 34
    Thread 6:
    0   libSystem.B.dylib             0x9398d0e2 semaphore_wait_signal_trap + 10
    1   libSystem.B.dylib             0x939bac9c _pthread_cond_wait + 1089
    2   libSystem.B.dylib             0x93a0345f pthread_cond_wait + 48
    3   AdobeAGM                      0x7e46bbc4 pthread_condition_base::Wait(pthread_scoped_lock_base&) + 26
    4   AdobeAGM                      0x7e46bb1d AGMMessageQueueImpl::Pull() + 65
    5   AdobeAGM                      0x7e85db94 AGMWorkQueueTask::operator()() + 84
    6   AdobeAGM                      0x7e85ee1f boost::function0<void, std::allocator<boost::function_base> >::operator()() const + 75
    7   AdobeAGM                      0x7e46b9e1 thread_proxy + 45
    8   libSystem.B.dylib             0x939ba7fd _pthread_start + 345
    9   libSystem.B.dylib             0x939ba682 thread_start + 34
    Thread 7:
    0   libSystem.B.dylib             0x9398d0e2 semaphore_wait_signal_trap + 10
    1   libSystem.B.dylib             0x939bac9c _pthread_cond_wait + 1089
    2   libSystem.B.dylib             0x93a0345f pthread_cond_wait + 48
    3   AdobeAGM                      0x7e46bbc4 pthread_condition_base::Wait(pthread_scoped_lock_base&) + 26
    4   AdobeAGM                      0x7e46bb1d AGMMessageQueueImpl::Pull() + 65
    5   AdobeAGM                      0x7e85db94 AGMWorkQueueTask::operator()() + 84
    6   AdobeAGM                      0x7e85ee1f boost::function0<void, std::allocator<boost::function_base> >::operator()() const + 75
    7   AdobeAGM                      0x7e46b9e1 thread_proxy + 45
    8   libSystem.B.dylib             0x939ba7fd _pthread_start + 345
    9   libSystem.B.dylib             0x939ba682 thread_start + 34
    Thread 8:
    0   libSystem.B.dylib             0x939b3922 kevent + 10
    1   com.adobe.Acrobat.framework   0x80759ad6 AcroSecurityBailOutImpl + 7188898
    2   com.adobe.Acrobat.framework   0x8068abf3 AcroSecurityBailOutImpl + 6341311
    3   libSystem.B.dylib             0x939ba7fd _pthread_start + 345
    4   libSystem.B.dylib             0x939ba682 thread_start + 34
    Thread 9:
    0   libSystem.B.dylib             0x9398d0fa semaphore_timedwait_signal_trap + 10
    1   libSystem.B.dylib             0x939bac85 _pthread_cond_wait + 1066
    2   libSystem.B.dylib             0x939e9aa8 pthread_cond_timedwait_relative_np + 47
    3   com.apple.Foundation          0x907b3d48 -[NSCondition waitUntilDate:] + 453
    4   com.apple.Foundation          0x9076c9bd -[NSConditionLock lockWhenCondition:beforeDate:] + 279
    5   com.apple.Foundation          0x9076c8a0 -[NSConditionLock lockWhenCondition:] + 69
    6   ...adobe.acrobat.amtlibwrapper 0x185f92d1 AVAMTForegroundUpdateCheckEnabled + 116699
    7   ...adobe.acrobat.amtlibwrapper 0x185ee341 AVAMTForegroundUpdateCheckEnabled + 71755
    8   ...adobe.acrobat.amtlibwrapper 0x185f7d60 AVAMTForegroundUpdateCheckEnabled + 111210
    9   com.apple.Foundation          0x90777ad0 -[NSThread main] + 45
    10  com.apple.Foundation          0x90777a80 __NSThread__main__ + 1499
    11  libSystem.B.dylib             0x939ba7fd _pthread_start + 345
    12  libSystem.B.dylib             0x939ba682 thread_start + 34
    Thread 10:
    0   libSystem.B.dylib             0x9398d0fa semaphore_timedwait_signal_trap + 10
    1   libSystem.B.dylib             0x939bac85 _pthread_cond_wait + 1066
    2   libSystem.B.dylib             0x939e9aa8 pthread_cond_timedwait_relative_np + 47
    3   ...ple.CoreServices.CarbonCore 0x913bee3d TSWaitOnConditionTimedRelative + 242
    4   ...ple.CoreServices.CarbonCore 0x913ba7e3 MPWaitOnQueue + 250
    5   ...adobe.AcrobatPlugin.Updater 0x73e4de30 AcroPluginMain + 126384
    6   ...adobe.AcrobatPlugin.Updater 0x73e2f7f5 AcroPluginMain + 1909
    7   ...ple.CoreServices.CarbonCore 0x9139e7ca PrivateMPEntryPoint + 68
    8   libSystem.B.dylib             0x939ba7fd _pthread_start + 345
    9   libSystem.B.dylib             0x939ba682 thread_start + 34
    Thread 11:
    0   libSystem.B.dylib             0x939b29b2 __workq_kernreturn + 10
    1   libSystem.B.dylib             0x939b2f48 _pthread_wqthread + 941
    2   libSystem.B.dylib             0x939b2b66 start_wqthread + 30
    Thread 12:
    0   libSystem.B.dylib             0x939b29b2 __workq_kernreturn + 10
    1   libSystem.B.dylib             0x939b2f48 _pthread_wqthread + 941
    2   libSystem.B.dylib             0x939b2b66 start_wqthread + 30
    Thread 13:
    0   libSystem.B.dylib             0x939b29b2 __workq_kernreturn + 10
    1   libSystem.B.dylib             0x939b2f48 _pthread_wqthread + 941
    2   libSystem.B.dylib             0x939b2b66 start_wqthread + 30
    Thread 14:
    0   libSystem.B.dylib             0x939b29b2 __workq_kernreturn + 10
    1   libSystem.B.dylib             0x939b2f48 _pthread_wqthread + 941
    2   libSystem.B.dylib             0x939b2b66 start_wqthread + 30
    Thread 15:
    0   libSystem.B.dylib             0x9398d09a mach_msg_trap + 10
    1   libSystem.B.dylib             0x9398d807 mach_msg + 68
    2   com.apple.CoreFoundation      0x9283937f __CFRunLoopRun + 2079
    3   com.apple.CoreFoundation      0x92838464 CFRunLoopRunSpecific + 452
    4   com.apple.CoreFoundation      0x9283e3a4 CFRunLoopRun + 84
    5   com.apple.DesktopServices     0x968aac7d TSystemNotificationTask::SystemNotificationTaskProc(void*) + 643
    6   ...ple.CoreServices.CarbonCore 0x9139e7ca PrivateMPEntryPoint + 68
    7   libSystem.B.dylib             0x939ba7fd _pthread_start + 345
    8   libSystem.B.dylib             0x939ba682 thread_start + 34
    Thread 16:
    0   libSystem.B.dylib             0x939b29b2 __workq_kernreturn + 10
    1   libSystem.B.dylib             0x939b2f48 _pthread_wqthread + 941
    2   libSystem.B.dylib             0x939b2b66 start_wqthread + 30
    Thread 17:
    0   libSystem.B.dylib             0x939b29b2 __workq_kernreturn + 10
    1   libSystem.B.dylib             0x939b2f48 _pthread_wqthread + 941
    2   libSystem.B.dylib             0x939b2b66 start_wqthread + 30
    Thread 18:  com.apple.CFSocket.private
    0   libSystem.B.dylib             0x939ac066 select$DARWIN_EXTSN + 10
    1   com.apple.CoreFoundation      0x92878c83 __CFSocketManager + 1091
    2   libSystem.B.dylib             0x939ba7fd _pthread_start + 345
    3   libSystem.B.dylib             0x939ba682 thread_start + 34
    Thread 0 crashed with X86 Thread State (32-bit):
      eax: 0x00000000  ebx: 0x93a96967  ecx: 0xbfffbd6c  edx: 0x939ee156
      edi: 0x003a35e0  esi: 0x003a35e0  ebp: 0xbfffbd88  esp: 0xbfffbd6c
       ss: 0x0000001f  efl: 0x00000282  eip: 0x939ee156   cs: 0x00000007
       ds: 0x0000001f   es: 0x0000001f   fs: 0x00000000   gs: 0x00000037
      cr2: 0x1b1a060c
    Binary Images:
        0x1000 -     0x2fff +com.adobe.Acrobat.Pro 9.4.4 (9.4.4) <02CDC056-B956-48A6-9E8B-758BB1868414> /Applications/Adobe Acrobat 9 Pro/Adobe Acrobat Pro.app/Contents/MacOS/AdobeAcrobat
       0x77000 -    0x77ff7  libmx.A.dylib 315.0.0 (compatibility 1.0.0) <01401BF8-3FC7-19CF-ACCE-0F292BFD2F25> /usr/lib/libmx.A.dylib
      0x7f8000 -   0x7f9ff7  com.apple.textencoding.unicode 2.3 (2.3) <78A61FD5-70EE-19EA-48D4-3481C640B70D> /System/Library/TextEncodings/Unicode Encodings.bundle/Contents/MacOS/Unicode Encodings
    0x17897000 - 0x1789bff7 +com.adobe.acrobat.sdk.YouSendIt YouSendIt  version 1.0 (1.0) <370B6EE9-6154-F1B9-841D-791F2030AC1B> /Applications/Adobe Acrobat 9 Pro/Adobe Acrobat Pro.app/Contents/Plug-ins/YouSendIt.acroplugin/Contents/MacOS/YouSendIt
    0x179db000 - 0x17a22fc7 +com.adobe.adobe_caps adobe_caps 0.0.120.0 (0.0.120.0) /Applications/Adobe Acrobat 9 Pro/Adobe Acrobat Pro.app/Contents/Frameworks/adobe_caps.framework/adobe_caps
    0x17d50000 - 0x17da6feb +com.adobe.AcroSQLite AcroSQLite (1.0.0) <CDCF0AFE-382C-4B20-B483-4AB3EE3981FB> /Applications/Adobe Acrobat 9 Pro/Adobe Acrobat Pro.app/Contents/Frameworks/AcroSQLite.framework/AcroSQLite
    0x185db000 - 0x18710ff6 +com.adobe.acrobat.amtlibwrapper 1.1 (1.1) <FB005F6F-F287-405E-896A-BFC804C68666> /Applications/Adobe Acrobat 9 Pro/Adobe Acrobat Pro.app/Contents/Frameworks/AMTLibWrapper.framework/AMTLibWrapper
    0x19278000 - 0x19285ff7 +com.adobe.asneu.framework asneu version 1.6.2f01 (1.6.2) /Applications/Adobe Acrobat 9 Pro/Adobe Acrobat Pro.app/Contents/Frameworks/asneu.framework/asneu
    0x19293000 - 0x192a5ff7  libTraditionalChineseConverter.dylib 49.0.0 (compatibility 1.0.0) <08801444-00D2-E55B-AE80-B807B99BB0C6> /System/Library/CoreServices/Encodings/libTraditionalChineseConverter.dylib
    0x192d8000 - 0x192e6fe7  libSimplifiedChineseConverter.dylib 49.0.0 (compatibility 1.0.0) <AFA4C3C8-D752-EC96-FF56-6E2F8ABB391B> /System/Library/CoreServices/Encodings/libSimplifiedChineseConverter.dylib
    0x193a0000 - 0x19455fe7  libcrypto.0.9.7.dylib 0.9.7 (compatibility 0.9.7) <AACC86C0-86B4-B1A7-003F-2A0AF68973A2> /usr/lib/libcrypto.0.9.7.dylib
    0x194ac000 - 0x194e3fd3 +com.adobe.epic adobe_epic 2.5.1.59 (2.5.1.59) /Applications/Adobe Acrobat 9 Pro/Adobe Acrobat Pro.app/Contents/Frameworks/adobe_epic.framework/adobe_epic
    0x194f1000 - 0x194fdfef +com.adobe.eula adobe_eula 2.5.1.59 (2.5.1.59) /Applications/Adobe Acrobat 9 Pro/Adobe Acrobat Pro.app/Contents/Frameworks/adobe_eula.framework/adobe_eula
    0x19503000 - 0x19513fe5 +com.adobe.personalization adobe_personalization 2.5.1.59 (2.5.1.59) /Applications/Adobe Acrobat 9 Pro/Adobe Acrobat Pro.app/Contents/Frameworks/adobe_personalization.framework/adobe_personalization
    0x1951a000 - 0x1999cfe3 +AdobeLM_libFNP.dylib ??? (???) <4DFC36E1-2564-47A0-A604-0C2733FB1E87> /Applications/Adobe Acrobat 9 Pro/Adobe Acrobat Pro.app/Contents/MacOS/AdobeLM_libFNP.dylib
    0x19ac5000 - 0x19af5feb +com.adobe.amt.registration AMTRegistration 1.5.0.59 (BuildVersion: 52.358792; BuildDate: Thu Sep 25 2008 17:01:33) (1 . 5) /Applications/Adobe Acrobat 9 Pro/Adobe Acrobat Pro.app/Contents/Frameworks/registration.framework/registration
    0x19be9000 - 0x19c04ff9 +com.adobe.PDFSettings AdobePDFSettings 1.04.0 (1.4) /Applications/Adobe Acrobat 9 Pro/Adobe Acrobat Pro.app/Contents/Frameworks/AdobePDFSettings.framework/AdobePDFSettings
    0x19d24000 - 0x19dc1fdf +com.adobe.linguistic.LinguisticManager 3.2.1 (8088) /Applications/Adobe Acrobat 9 Pro/Adobe Acrobat Pro.app/Contents/Frameworks/AdobeLinguistic.framework/Versions/3/AdobeLinguistic
    0x19de1000 - 0x1a79157f +libicudata.dylib.36.0 36.0.0 (compatibility 36.0.0) /Applications/Adobe Acrobat 9 Pro/Adobe Acrobat Pro.app/Contents/Frameworks/ICUData.framework/Versions/3.6/libicudata.dylib.36.0
    0x1a794000 - 0x1a868c77 +libicuuc.dylib.36.0 36.0.0 (compatibility 36.0.0) /Applications/Adobe Acrobat 9 Pro/Adobe Acrobat Pro.app/Contents/Frameworks/ICUUnicode.framework/Versions/3.6/libicuuc.dylib.36.0
    0x1a916000 - 0x1aa82fd7 +com.adobe.Acrobat.adm 9.4.2 (9.4.2) <91B21334-B1DE-49F2-8069-528DB749963C> /Applications/Adobe Acrobat 9 Pro/Adobe Acrobat Pro.app/Contents/MacOS/SPPlugins/AdobeADM.bundle/Contents/MacOS/AdobeADM
    0x1ae69000 - 0x1b195fd8 +com.adobe.framework.adobe3d Adobe3D version 9.4.2 (9.4.2) <97AF42AE-8E53-4AEA-BBCF-2FED9EDAF95F> /Applications/Adobe Acrobat 9 Pro/Adobe Acrobat Pro.app/Contents/Frameworks/Adobe3D.framework/Adobe3D
    0x1b9b9000 - 0x1ba4cff2  com.apple.carbonframeworktemplate Adobe2D version 9.4.2 (9.4.2) /Applications/Adobe Acrobat 9 Pro/Adobe Acrobat Pro.app/Contents/Frameworks/Adobe3D.framework/Versions/A/Frameworks/Adobe2D.x3d/Adobe2D
    0x1ba66000 - 0x1ba89078 +atmo.mac.macho.gl.bundle AdobeOpenGL version 9.4.2 (9.4.2) /Applications/Adobe Acrobat 9 Pro/Adobe Acrobat Pro.app/Contents/Frameworks/Adobe3D.framework/Versions/A/Frameworks/AdobeOpenGL.x3d/Adobe OpenGL
    0x1ba9d000 - 0x1c134203 +atmo.mac.macho.prcr.bundle AdobePRC version 9.4.2 (9.4.2) /Applications/Adobe Acrobat 9 Pro/Adobe Acrobat Pro.app/Contents/Frameworks/Adobe3D.framework/Versions/A/Frameworks/AdobePRC.x3d/AdobePRC
    0x1cb8f000 - 0x1cb91ff0 +atmo.mac.macho.tesselate.bundle AdobeTesselate version 9.4.2 (9.4.2) /Applications/Adobe Acrobat 9 Pro/Adobe Acrobat Pro.app/Contents/Frameworks/Adobe3D.framework/Versions/A/Frameworks/AdobeTesselate.x3d/Ad obeTesselate
    0x1cb96000 - 0x1cbddff2 +atmo.mac.macho.3dif.bundle AdobeU3D version 9.4.2 (9.4.2) /Applications/Adobe Acrobat 9 Pro/Adobe Acrobat Pro.app/Contents/Frameworks/Adobe3D.framework/Versions/A/Frameworks/AdobeU3D.x3d/AdobeU3D
    0x1cc0b000 - 0x1cc29fff +atmo.mac.macho.zbuffer.bundle AdobeZBuffer version 9.4.2 (9.4.2) /Applications/Adobe Acrobat 9 Pro/Adobe Acrobat Pro.app/Contents/Frameworks/Adobe3D.framework/Versions/A/Frameworks/AdobeZBuffer.x3d/Adob eZBuffer
    0x1cc38000 - 0x1cdb0fe7  GLEngine ??? (???) <0E1DF3E4-0EEE-9FD8-8F52-FFFCF0DF23A7> /System/Library/Frameworks/OpenGL.framework/Resources/GLEngine.bundle/GLEngine
    0x1cde2000 - 0x1ce06fe7  GLRendererFloat ??? (???) <0C6A1BCF-97F0-F7D6-C840-2991681BB67C> /System/Library/Frameworks/OpenGL.framework/Resources/GLRendererFloat.bundle/GLRendererFl oat
    0x1ce13000 - 0x1ce1bff3  com.apple.URLMount.AFPPlugin 3.2.2 (3.2.2) <46711A0E-D330-BD32-8B30-1FFE8B3346F0> /System/Library/Filesystems/NetFSPlugins/afp.bundle/Contents/MacOS/afp
    0x1ce84000 - 0x1cf55ffc +com.lextek.onix 3.9.7.23 (Build 08/02/09) <115917DA-DD0D-3C40-17AA-3717B7C0DA23> /Applications/Adobe Acrobat 9 Pro/Adobe Acrobat Pro.app/Contents/Frameworks/Onix.framework/Onix
    0x1d016000 - 0x1d017ff7  ATSHI.dylib ??? (???) <F06AB560-C2AF-09F6-7328-773E43CA2713> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framew ork/Versions/A/Resources/ATSHI.dylib
    0x1dfca000 - 0x1e011ff7  com.apple.AppleShareClientCore 2.1 (2.1) <351D93FA-D8AB-657F-2A67-9A6FF3875F82> /System/Library/Frameworks/AppleShareClientCore.framework/Versions/A/AppleShareClientCore
    0x1e7c9000 - 0x1e7d1ff7  com.apple.qldisplay.PDF 2.3 (327.6) <9026F23B-3D1B-DDC4-D863-A8A833FE2973> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuickLookUI.framework/V ersions/A/Resources/DisplayBundles/PDF.qldisplay/Contents/MacOS/PDF
    0x1fe83000 - 0x1fee2fe7 +com.adobe.AdobeXMPCore Adobe XMP Core 4.2.1 -c 43 (???) /Applications/Adobe Acrobat 9 Pro/Adobe Acrobat Pro.app/Contents/Frameworks/AdobeXMP.framework/AdobeXMP
    0x73b19000 - 0x73b5bfe2 +com.adobe.AcrobatPlugin.WebLink 9.4.2 (9.4.2) <4BD8CFC6-1FC4-4331-B047-8F5A87508FF4> /Applications/Adobe Acrobat 9 Pro/Adobe Acrobat Pro.app/Contents/Plug-ins/Weblink.acroplugin/Contents/MacOS/WebLink
    0x73e2a000 - 0x73e6ffd8 +com.adobe.AcrobatPlugin.Updater 9.4.2 (9.4.2) <3A5AF68C-E96E-416E-AAAE-EF21279CD070> /Applications/Adobe Acrobat 9 Pro/Adobe Acrobat Pro.app/Contents/Plug-ins/Updater.acroplugin/Contents/MacOS/Updater
    0x73ee7000 - 0x74264e70 +com.adobe.AcrobatPlugin.TouchUp 9.4.2 (9.4.2) <9DC903FE-A2B4-452E-82AA-C4441C028516> /Applications/Adobe Acrobat 9 Pro/Adobe Acrobat Pro.app/Contents/Plug-ins/TouchUp.acroplugin/Contents/MacOS/TouchUp
    0x74ad9000 - 0x74b2ffe7 +com.adobe.AcrobatPlugin.Spelling 9.4.2 (9.4.2) <B97E16B7-C730-499D-8D32-39D397FC2018> /Applications/Adobe Acrobat 9 Pro/Adobe Acrobat Pro.app/Contents/Plug-ins/Spelling.acroplugin/Contents/MacOS/Spelling
    0x74bd0000 - 0x74bec05f +com.adobe.AcrobatPlugin.SendMail 9.4.2 (9.4.2) <45BC5245-6DEB-4E83-A71A-05A8994EB901> /Applications/Adobe Acrobat 9 Pro/Adobe Acrobat Pro.app/Contents/Plug-ins/SendMail.acroplugin/Contents/MacOS/SendMail
    0x74c28000 - 0x74c9bff7 +com.adobe.AcrobatPlugin.Search 9.4.2 (9.4.2) <C2617EBA-095F-4A17-A553-DD7D311974B0> /Applications/Adobe Acrobat 9 Pro/Adobe Acrobat Pro.app/Contents/Plug-ins/Search.acroplugin/Contents/MacOS/Search
    0x75290000 - 0x752a5fd0 +com.adobe.AcrobatPlugin.ReadOutLoud 9.4.2 (9.4.2) <42BAE1EC-4DED-4B9A-A872-D725DCF26FBA> /Applications/Adobe Acrobat 9 Pro/Adobe Acrobat Pro.app/Contents/Plug-ins/ReadOutLoud.acroplugin/Contents/MacOS/ReadOutLoud
    0x756ad000 - 0x75f5bcb6 +com.adobe.AcrobatPlugin.PPKLite 9.4.2 (9.4.2) <5A433277-C475-486C-AD96-267069C56D88> /Applications/Adobe Acrobat 9 Pro/Adobe Acrobat Pro.app/Contents/Plug-ins/PPKLite.acroplugin/Contents/MacOS/PPKLite
    0x777fd000 - 0x779c2fe6 +com.adobe.AcrobatPlugin.Multimedia 9.4.2 (9.4.2) <10F2E6F0-49DE-4122-B96A-A2E5D714E555> /Applications/Adobe Acrobat 9 Pro/Adobe Acrobat Pro.app/Contents/Plug-ins/Multimedia.acroplugin/Contents/MacOS/Multimedia
    0x79251000 - 0x793c4ff6 +com.adobe.AcrobatPlugin.HTML2PDF 9.4.2 (9.4.2) <88E187C6-9270-4657-8974-503C4930A807> /Applications/Adobe Acrobat 9 Pro/Adobe Acrobat Pro.app/Contents/Plug-ins/HTML2PDF.acroplugin/Contents/MacOS/HTML2PDF
    0x798b1000 - 0x79a5afeb +com.adobe.AcrobatPlugin.EScript 9.4.2 (9.4.2) <3F5151F6-E351-4C1F-8A79-F00D24CC960E> /Applications/Adobe Acrobat 9 Pro/Adobe Acrobat Pro.app/Contents/Plug-ins/EScript.acroplugin/Contents/MacOS/EScript
    0x79d82000 - 0x7a00365a +com.adobe.AcrobatPlugin.Editor 9.4.2 (9.4.2) <58E1D431-9489-4388-8D09-39A4F3E3ACAF> /Applications/Adobe Acrobat 9 Pro/Adobe Acrobat Pro.app/Contents/Plug-ins/Editor.acroplugin/Contents/MacOS/Editor
    0x7a6b4000 - 0x7a810fd6 +com.adobe.AcrobatPlugin.DigSig 9.4.2 (9.4.2) <FA873B58-D316-4168-A104-134326BFFD52> /Applications/Adobe Acrobat 9 Pro/Adobe Acrobat Pro.app/Contents/Plug-ins/DigSig.acroplugin/Contents/MacOS/DigSig
    0x7aa39000 - 0x7ae79183 +com.adobe.AcrobatPlugin.Comments 9.4.2 (9.4.2) <EA2C526B-6FFC-4BA3-8D3A-1C81BE177852> /Applications/Adobe Acrobat 9 Pro/Adobe Acrobat Pro.app/Contents/Plug-ins/Comments.acroplugin/Contents/MacOS/Comments
    0x7b7c3000 - 0x7b804fff +com.adobe.AcrobatPlugin.Catalog 9.4.2 (9.4.2) <5314272C-8D12-4E51-B900-F47D2072095F> /Applications/Adobe Acrobat 9 Pro/Adobe Acrobat Pro.app/Contents/Plug-ins/Catalog.acroplugin/Contents/MacOS/Catalog
    0x7b873000 - 0x7c2ba33e +com.adobe.AcrobatPlugin.AcroForm 9.4.3 (9.4.3) <5CD8D7A1-956F-4071-A867-02DE02BD8BE3> /Applications/Adobe Acrobat 9 Pro/Adobe Acrobat Pro.app/Contents/Plug-ins/AcroForm.acroplugin/Contents/MacOS/AcroForm
    0x7d636000 - 0x7d688ff3 +com.adobe.AcrobatPlugin.Accessibility 9.4.2 (9.4.2) <7FD24046-EA52-4BED-8879-BCB39797B77E> /Applications/Adobe Acrobat 9 Pro/Adobe Acrobat Pro.app/Contents/Plug-ins/Accessibility.acroplugin/Contents/MacOS/Accessibility
    0x7d739000 - 0x7d9c3ff7 +AdobeCoolType ??? (???) <A1D9EA3E-870B-4920-9EC2-C38E35AE21DF> /Applications/Adobe Acrobat 9 Pro/Adobe Acrobat Pro.app/Contents/Frameworks/AdobeCoolType.framework/Versions/A/AdobeCoolType
    0x7e3f6000 - 0x7e410fff +AdobeBIB ??? (???) <579FC253-0ED0-4FBB-9379-0D657C9C22CA> /Applications/Adobe Acrobat 9 Pro/Adobe Acrobat Pro.app/Contents/Frameworks/AdobeBIB.framework/Versions/A/AdobeBIB
    0x7e464000 - 0x7e97afef +AdobeAGM ??? (???) <89F0B498-27F0-4C8B-8A3F-0C8639C51E47> /Applications/Adobe Acrobat 9 Pro/Adobe Acrobat Pro.app/Contents/Frameworks/AdobeAGM.framework/Versions/A/AdobeAGM
    0x7fb29000 - 0x7fc36fe7 +AdobeACE ??? (???) <7F1B1F44-3830-4DE3-9AF4-5C32B229B51F> /Applications/Adobe Acrobat 9 Pro/Adobe Acrobat Pro.app/Contents/Frameworks/AdobeACE.framework/Versions/A/AdobeACE
    0x7fdc5000 - 0x810adfe4 +com.adobe.Acrobat.framework 9.4.3 (9.4.3) <94835667-8D15-4C6F-89E9-3EFDDFBEE857> /Applications/Adobe Acrobat 9 Pro/Adobe Acrobat Pro.app/Contents/Frameworks/Acrobat.framework/Acrobat
    0x8f5ba000 - 0x8fa8eff7  com.apple.GeForce7xxxGLDriver 1.6.26 (6.2.6) <F1D13797-33E4-30F1-E287-063893DB1F41> /System/Library/Extensions/GeForce7xxxGLDriver.bundle/Contents/MacOS/GeForce7xxxGLDriver
    0x8fe00000 - 0x8fe4162b  dyld 132.1 (???) <749D24EE-54BD-D74B-D305-C13F5E6C95D8> /usr/lib/dyld
    0x90003000 - 0x90040ff7  com.apple.SystemConfiguration 1.10.5 (1.10.2) <362DF639-6E5F-9371-9B99-81C581A8EE41> /System/Library/Frameworks/SystemConfiguration.framework/Versions/A/SystemConfiguration
    0x90043000 - 0x90087ff3  com.apple.coreui 2 (114) <2234855E-3BED-717F-0BFA-D1A289ECDBDA> /System/Library/PrivateFrameworks/CoreUI.framework/Versions/A/CoreUI
    0x90088000 - 0x900c6ff7  com.apple.QuickLookFramework 2.3 (327.6) <66955C29-0C99-D02C-DB18-4952AFB4E886> /System/Library/Frameworks/QuickLook.framework/Versions/A/QuickLook
    0x900cc000 - 0x900ccff7  com.apple.Carbon 150 (152) <734BDB59-8B13-54FA-0653-AA8623DF9846> /System/Library/Frameworks/Carbon.framework/Versions/A/Carbon
    0x900cd000 - 0x9014aff7  com.apple.iLifeMediaBrowser 2.5.4 (468.1.1) <3B7F5895-B48D-A2E0-D708-58EC58EB9514> /System/Library/PrivateFrameworks/iLifeMediaBrowser.framework/Versions/A/iLifeMediaBrowse r
    0x9014b000 - 0x9017eff3  libTrueTypeScaler.dylib ??? (???) <E5E16584-870F-CBCD-F861-3BB45324DE16> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framew ork/Versions/A/Resources/libTrueTypeScaler.dylib
    0x90234000 - 0x9028cfe7  com.apple.datadetectorscore 2.0 (80.7) <ADDE04FB-90A7-2132-75AF-C6B19DD0D97E> /System/Library/PrivateFrameworks/DataDetectorsCore.framework/Versions/A/DataDetectorsCor e
    0x9028d000 - 0x90304ff3  com.apple.backup.framework 1.2.2 (1.2.2) <D65F2FCA-15EB-C200-A08F-7DC4089DA6A2> /System/Library/PrivateFrameworks/Backup.framework/Versions/A/Backup
    0x90425000 - 0x90465ff3  com.apple.securityinterface 4.0.1 (40418) <26D84A83-F5B9-93CF-71BB-0712698181EE> /System/Library/Frameworks/SecurityInterface.framework/Versions/A/SecurityInterface
    0x90466000 - 0x90501ff7  com.apple.ApplicationServices.ATS 275.15.1 (???) <FD63F92B-8DDE-4DBA-A7A5-0294E3607083> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framew ork/Versions/A/ATS
    0x90502000 - 0x9050dff7  com.apple.CrashReporterSupport 10.6.7 (258) <71CC59D1-E197-7431-5973-2C079A749257> /System/Library/PrivateFrameworks/CrashReporterSupport.framework/Versions/A/CrashReporter Support
    0x9050e000 - 0x905bcff3  com.apple.ink.framework 1.3.3 (107) <233A981E-A2F9-56FB-8BDE-C2DEC3F20784> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Ink.framework/Versions/ A/Ink
    0x905bd000 - 0x90637fff  com.apple.audio.CoreAudio 3.2.6 (3.2.6) <A02CEAE9-943A-CBE2-2350-4631C1E7B0A7> /System/Library/Frameworks/CoreAudio.framework/Versions/A/CoreAudio
    0x90638000 - 0x90640ff7  com.apple.DisplayServicesFW 2.3.0 (283) <305F9514-2404-5CF7-AFB4-00BB4D2EA69E> /System/Library/PrivateFrameworks/DisplayServices.framework/Versions/A/DisplayServices
    0x90641000 - 0x9065dfe3  com.apple.openscripting 1.3.1 (???) <2A748037-D1C0-6D47-2C4A-0562AF799AC9> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/OpenScripting.framework /Versions/A/OpenScripting
    0x9065e000 - 0x90694fff  libtidy.A.dylib ??? (???) <0FD72C68-4803-4C5B-3A63-05D7394BFD71> /usr/lib/libtidy.A.dylib
    0x90695000 - 0x90760fef  com.apple.CoreServices.OSServices 359 (359) <EC340F74-8192-C9DD-40B3-AE4E519A38D7> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/OSServices.framew ork/Versions/A/OSServices
    0x90761000 - 0x909d4fe7  com.apple.Foundation 6.6.6 (751.53) <C73FDD37-000B-C505-FD8D-80D1C9D17965> /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation
    0x90b8e000 - 0x90beffe7  com.apple.CoreText 3.151.8 (???) <6F5D6C49-4693-B9B7-6612-832E8F155747> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreText.f ramework/Versions/A/CoreText
    0x90bf0000 - 0x90c21ff7  libGLImage.dylib ??? (???) <1AF72191-087A-5D75-B3B9-3F537315F635> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLImage.dylib
    0x90c22000 - 0x90c72ff7  com.apple.framework.familycontrols 2.0.2 (2020) <C96C8A99-A40C-8B9C-1FBA-A0F46AC92F17> /System/Library/PrivateFrameworks/FamilyControls.framework/Versions/A/FamilyControls
    0x90cb4000 - 0x90d11ff7  com.apple.framework.IOKit 2.0 (???) <A769737F-E0D6-FB06-29B4-915CF4F43420> /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit
    0x90d9c000 - 0x90dc2ffb  com.apple.DictionaryServices 1.1.2 (1.1.2) <43E1D565-6E01-3681-F2E5-72AE4C3A097A> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/DictionaryService s.framework/Versions/A/DictionaryServices
    0x90ea7000 - 0x90edaff7  com.apple.AE 496.4 (496.4) <C73D124C-C722-41D8-3465-4CE0D0BA9307> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/AE.framework/Vers ions/A/AE
    0x90edb000 - 0x91312ff3  com.apple.RawCamera.bundle 3.6.4 (561) <DBA5D7C1-CD82-CE7F-5AE5-A0E4E128236F> /System/Library/CoreServices/RawCamera.bundle/Contents/MacOS/RawCamera
    0x91313000 - 0x91377ffb  com.apple.htmlrendering 72 (1.1.4) <4D451A35-FAB6-1288-71F6-F24A4B6E2371> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HTMLRendering.framework /Versions/A/HTMLRendering
    0x91378000 - 0x91698ff3  com.apple.CoreServices.CarbonCore 861.34 (861.34) <3DA9098F-B71B-4BDE-5DE5-4B76C49158EB> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CarbonCore.framew ork/Versions/A/CarbonCore
    0x91699000 - 0x916a0ff3  com.apple.print.framework.Print 6.1 (237.1) <F5AAE53D-5530-9004-A9E3-2C1690C5328E> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Print.framework/Version s/A/Print
    0x916a1000 - 0x916a1ff7  com.apple.ApplicationServices 38 (38) <8012B504-3D83-BFBB-DA65-065E061CFE03> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/ApplicationServices
    0x91830000 - 0x91c46ff7  libBLAS.dylib 219.0.0 (compatibility 1.0.0) <C4FB303A-DB4D-F9E8-181C-129585E59603> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Ve rsions/A/libBLAS.dylib
    0x91c68000 - 0x91c6fff7  com.apple.agl 3.0.12 (AGL-3.0.12) <61A74CE1-750D-9CAB-B780-306841739EE1> /System/Library/Frameworks/AGL.framework/Versions/A/AGL
    0x91c78000 - 0x91c7aff7  com.apple.securityhi 4.0 (36638) <C7DA80C1-DCFD-C321-08DA-5E6946CA66E0> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SecurityHI.framework/Ve rsions/A/SecurityHI
    0x91c7b000 - 0x91c7bff7  com.apple.Cocoa 6.6 (???) <EA27B428-5904-B00B-397A-185588698BCC> /System/Library/Frameworks/Cocoa.framework/Versions/A/Cocoa
    0x91c7c000 - 0x91d70ff7  libiconv.2.dylib 7.0.0 (compatibility 7.0.0) <061ABF36-8BA9-79C1-6CE7-EC69A4998F51> /usr/lib/libiconv.2.dylib
    0x91d71000 - 0x91da9ff7  com.apple.LDAPFramework 2.0 (120.1) <131ED804-DD88-D84F-13F8-D48E0012B96F> /System/Library/Frameworks/LDAP.framework/Versions/A/LDAP
    0x91f87000 - 0x91f97ff7  libsasl2.2.dylib 3.15.0 (compatibility 3.0.0) <C8744EA3-0AB7-CD03-E639-C4F2B910BE5D> /usr/lib/libsasl2.2.dylib
    0x92085000 - 0x92105feb  com.apple.SearchKit 1.3.0 (1.3.0) <9E18AEA5-F4B4-8BE5-EEA9-818FC4F46FD9> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SearchKit.framewo rk/Versions/A/SearchKit
    0x92106000 - 0x92304ff3  com.apple.JavaScriptCore 6533.20 (6533.20.20) <C97A479C-FDF9-3F19-2EE0-80288257C477> /System/Library/Frameworks/JavaScriptCore.framework/Versions/A/JavaScriptCore
    0x92305000 - 0x92306ff7  com.apple.TrustEvaluationAgent 1.1 (1) <2D970A9B-77E8-EDC0-BEC6-7580D78B2843> /System/Library/PrivateFrameworks/TrustEvaluationAgent.framework/Versions/A/TrustEvaluati onAgent
    0x92307000 - 0x92317ff7  com.apple.DSObjCWrappers.Framework 10.6 (134) <81A0B409-3906-A98F-CA9B-A49E75007495> /System/Library/PrivateFrameworks/DSObjCWrappers.framework/Versions/A/DSObjCWrappers
    0x92318000 - 0x9231eff7  libCGXCoreImage.A.dylib 545.0.0 (compatibility 64.0.0) <218EC7C4-0520-2D8C-62EE-AA82D35448FC> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphi cs.framework/Versions/A/Resources/libCGXCoreImage.A.dylib
    0x92322000 - 0x923f3fe3  ColorSyncDeprecated.dylib 4.6.0 (compatibility 1.0.0) <41417F73-42C5-FFC3-E7A1-EF94602CDCD6> /System/Library/Frameworks/ApplicationServices.framework/Frameworks/ColorSync.framework/V ersions/A/Resources/ColorSyncDeprecated.dylib
    0x923f4000 - 0x9241eff7  com.apple.shortcut 1.1 (1.1) <B0514FA9-7CAE-AD94-93CA-7B2A2C5F7B8A> /System/Library/PrivateFrameworks/Shortcut.framework/Versions/A/Shortcut
    0x9244a000 - 0x924b8ff7  com.apple.QuickLookUIFramework 2.3 (327.6) <74706A08-5399-24FE-00B2-4A702A6B83C1> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuickLookUI.framework/V ersions/A/QuickLookUI
    0x924b9000 - 0x92534fff  com.apple.AppleVAFramework 4.10.23 (4.10.23) <57B7C626-F344-AB15-8556-00425FA765DE> /System/Library/PrivateFrameworks/AppleVA.framework/Versions/A/AppleVA
    0x927fc000 - 0x92977fe7  com.apple.CoreFoundation 6.6.4 (550.42) <C78D5079-663E-9734-7AFA-6CE79A0539F1> /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
    0x92978000 - 0x929e7ff7  libvMisc.dylib 268.0.1 (compatibility 1.0.0) <595A5539-9F54-63E6-7AAC-C04E1574B050> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Ve rsions/A/libvMisc.dylib
    0x929e8000 - 0x92a31fe7  libTIFF.dylib ??? (???) <5CE284EC-F637-EDBB-FDB3-61E86407CBB8> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.fr amework/Versions/A/Resources/libTIFF.dylib
    0x92a32000 - 0x92b41fe7  com.apple.WebKit 6533.21 (6533.21.1) <4FBCE2F9-84EB-302C-FD1F-DAD2422A219E> /System/Library/Frameworks/WebKit.framework/Versions/A/WebKit
    0x92b4d000 - 0x92ba7fe7  com.apple.CorePDF 1.3 (1.3) <EA168671-F44F-BFE4-AA7D-3801DA29A650> /System/Library/PrivateFrameworks/CorePDF.framework/Versions/A/CorePDF
    0x92ba8000 - 0x92c21ff7  com.apple.PDFKit 2.5.1 (2.5.1) <A068BF37-03E0-A231-2791-561C60C3ED2B> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/PDFKit.framework/Versio ns/A/PDFKit
    0x92c22000 - 0x92c30fe7  libz.1.dylib 1.2.3 (compatibility 1.0.0) <33C1B260-ED05-945D-FC33-EF56EC791E2E> /usr/lib/libz.1.dylib
    0x92cd2000 - 0x93107ff7  libLAPACK.dylib 219.0.0 (compatibility 1.0.0) <5E2D2283-57DE-9A49-1DB0-CD027FEFA6C2> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Ve rsions/A/libLAPACK.dylib
    0x93108000 - 0x931a0fe7  edu.mit.Kerberos 6.5.11 (6.5.11) <F36DB665-A88B-7F5B-6244-6A2E7FFFF668> /System/Library/Frameworks/Kerberos.framework/Versions/A/Kerberos
    0x931a1000 - 0x931a1ff7  liblangid.dylib ??? (???) <B99607FC-5646-32C8-2C16-AFB5EA9097C2> /usr/lib/liblangid.dylib
    0x931a2000 - 0x931c2fe7  libresolv.9.dylib 41.0.0 (compatibility 1.0.0) <BF7FF2F6-5FD3-D78F-77BC-9E2CB2A5E309> /usr/lib/libresolv.9.dylib
    0x931c3000 - 0x932efffb  com.apple.MediaToolbox 0.484.20 (484.20) <D67788A2-B772-C5DB-B12B-173B2F8EE40B> /System/Library/PrivateFrameworks/MediaToolbox.framework/Versions/A/MediaToolbox
    0x93313000 - 0x93313ff7  com.apple.quartzframework 1.5 (1.5) <4EE8095D-5E47-1EB6-3A8A-6ECE3BEC8647> /System/Library/Frameworks/Quartz.framework/Versions/A/Quartz
    0x93314000 - 0x93326ff7  com.apple.MultitouchSupport.framework 207.10 (207.10) <32CE2895-DAF0-2137-F9BE-8150359F43A1> /System/Library/PrivateFrameworks/MultitouchSupport.framework/Versions/A/MultitouchSuppor t
    0x93327000 - 0x9332aff7  libCoreVMClient.dylib ??? (???) <12EF6056-7AC7-6691-75A2-BD0675C56A35> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCoreVMClient.dylib
    0x9333e000 - 0x9344aff7  libGLProgrammability.dylib ??? (???) <2D172B4E-432F-D18E-EA99-3BD56DBE7649> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLProgrammability.dyl ib
    0x9344b000 - 0x93491ff7  libauto.dylib ??? (???) <29422A70-87CF-10E2-CE59-FEE1234CFAAE> /usr/lib/libauto.dylib
    0x93492000 - 0x93496ff7  IOSurface ??? (???) <235E7E3D-B6E5-0AAA-C41A-7AC1F54A7EBF> /System/Library/Frameworks/IOSurface.framework/Versions/A/IOSurface
    0x93497000 - 0x934abffb  com.apple.speech.synthesis.framework 3.10.35 (3.10.35) <57DD5458-4F24-DA7D-0927-C3321A65D743> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/SpeechSynt hesis.framework/Versions/A/SpeechSynthesis
    0x934ac000 - 0x934c7ff7  libPng.dylib ??? (???) <65E824F7-523A-CC34-ABDD-2A3B12DE1CA9> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.fr amework/Versions/A/Resources/libPng.dylib
    0x934c8000 - 0x9350fffb  com.apple.CoreMediaIOServices 134.0 (1160) <4CD78557-3CDA-A4B5-33CB-BBB876B4463D> /System/Library/PrivateFrameworks/CoreMediaIOServices.framework/Versions/A/CoreMediaIOSer vices
    0x93510000 - 0x9351cff7  libkxld.dylib ??? (???) <9D8378E0-1C58-EED8-EA00-F4515B8BE7A3> /usr/lib/system/libkxld.dylib
    0x9357c000 - 0x9360efe7  com.apple.print.framework.PrintCore 6.3 (312.7) <7410D1B2-655D-68DA-D4B9-2C65747B6817> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/PrintCore. framework/Versions/A/PrintCore
    0x9360f000 - 0x93610ff7  com.apple.audio.units.AudioUnit 1.6.6 (1.6.6) <253E9552-5CEA-0D5A-1EDA-3B8F669B79EA> /System/Library/Frameworks/AudioUnit.framework/Versions/A/AudioUnit
    0x93611000 - 0x936f1fe7  com.apple.vImage 4.1 (4.1) <D029C515-08E1-93A6-3705-DD062A3A672C> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vImage.framework/Ve rsions/A/vImage
    0x93712000 - 0x93712ff7  com.apple.Accelerate.vecLib 3.6 (vecLib 3.6) <ABF97DA4-3BDF-6FFD-6239-B023CA1F7974> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Ve rsions/A/vecLib
    0x93713000 - 0x937bbffb  com.apple.QD 3.36 (???) <FA2785A4-BB69-DCB4-3BA3-7C89A82CAB41> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/QD.framewo rk/Versions/A/QD
    0x937ef000 - 0x93831ff7  libvDSP.dylib 268.0.1 (compatibility 1.0.0) <8A4721DE-25C4-C8AA-EA90-9DA7812E3EBA> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Ve rsions/A/libvDSP.dylib
    0x93873000 - 0x93892ff7  com.apple.CoreVideo 1.6.2 (45.6) <EB53CAA4-5EE2-C356-A954-5775F7DDD493> /System/Library/Frameworks/CoreVideo.framework/Versions/A/CoreVideo
    0x9393d000 - 0x93947ffb  com.apple.speech.recognition.framework 3.11.1 (3.11.1) <7486003F-8FDB-BD6C-CB34-DE45315BD82C> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SpeechRecognition.frame work/Versions/A/SpeechRecognition
    0x93948000 - 0x9398bff7  com.apple.NavigationServices 3.5.4 (182) <8DC6FD4A-6C74-9C23-A4C3-715B44A8D28C> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/NavigationServices.fram ework/Versions/A/NavigationServices
    0x9398c000 - 0x93b33ff7  libSystem.B.dylib 125.2.10 (compatibility 1.0.0) <ADF8138B-2384-2FC0-CCBF-C4721B53568A> /usr/lib/libSystem.B.dylib
    0x93b34000 - 0x93b8aff7  com.apple.MeshKitRuntime 1.1 (49.2) <CB9F38B1-E107-EA62-EDFF-02EE79F6D1A5> /System/Library/PrivateFrameworks/MeshKit.framework/Versions/A/Frameworks/MeshKitRuntime. framework/Versions/A/MeshKitRuntime
    0x93b8b000 - 0x93b8dff7  libRadiance.dylib ??? (???) <B83179D4-E41C-D2BA-1E4C-A64CB45C15E6> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.fr amework/Versions/A/Resources/libRadiance.dylib
    0x93b8e000 - 0x93b92ff7  libGFXShared.dylib ??? (???) <4F2199F0-320F-0B59-0380-D3131D644CBA> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGFXShared.dylib
    0x93ba3000 - 0x93cd1fe7  com.apple.CoreData 102.1 (251) <87FE6861-F2D6-773D-ED45-345272E56463> /System/Library/Frameworks/CoreData.framework/Versions/A/CoreData
    0x93cd2000 - 0x93cd5fe7  libmathCommon.A.dylib 315.0.0 (compatibility 1.0.0) <1622A54F-1A98-2CBE-B6A4-2122981A500E> /usr/lib/system/libmathCommon.A.dylib
    0x93cd6000 - 0x93cfaff7  libJPEG.dylib ??? (???) <A50127EB-C202-0436-E62D-41E2E893E436> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.fr amework/Versions/A/Resources/libJPEG.dylib
    0x93cfb000 - 0x93d65fe7  libstdc++.6.dylib 7.9.0 (compatibility 7.0.0) <411D87F4-B7E1-44EB-F201-F8B4F9227213> /usr/lib/libstdc++.6.dylib
    0x93d72000 - 0x93d75ff7  libCGXType.A.dylib 545.0.0 (compatibility 64.0.0) <B84D7376-EE9C-2B7F-04FA-D622E2C10CA6> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphi cs.framework/Versions/A/Resources/libCGXType.A.dylib
    0x93d8f000 - 0x940faff7  com.apple.QuartzCore 1.6.3 (227.36) <8E927524-EB0A-D5BA-C2E4-FA26FE4C428A> /System/Library/Frameworks/QuartzCore.framework/Versions/A/QuartzCore
    0x94135000 - 0x94237fef  com.apple.MeshKitIO 1.1 (49.2) <D0401AC5-1F92-2BBB-EBAB-58EDD3BA61B9> /System/Library/PrivateFrameworks/MeshKit.framework/Versions/A/Frameworks/MeshKitIO.frame work/Versions/A/MeshKitIO
    0x94238000 - 0x94463ff3  com.apple.QuartzComposer 4.2 ({156.28}) <62E864AD-3155-59B8-BA1F-8197360C8587> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuartzComposer.framewor k/Versions/A/QuartzComposer
    0x94464000 - 0x9446dff7  com.apple.DiskArbitration 2.3 (2.3) <E9C40767-DA6A-6CCB-8B00-2D5706753000> /System/Library/Frameworks/DiskArbitration.framework/Versions/A/DiskArbitration
    0x9446e000 - 0x94675feb  com.apple.AddressBook.framework 5.0.4 (883) <E26855A0-8CEF-8C81-F963-A2BF9E47F5C8> /System/Library/Frameworks/AddressBook.framework/Versions/A/AddressBook
    0x94676000 - 0x94713fe3  com.apple.LaunchServices 362.2 (362.2) <F3952CAB-322F-A12F-57AF-8B91B1D76DDE> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/LaunchServices.fr amework/Versions/A/LaunchServices
    0x94714000 - 0x9474bfe7  libssl.0.9.8.dylib 0.9.8 (compatibility 0.9.8) <7DCB5938-3140-E71A-92BD-8C242F30C8F5> /usr/lib/libssl.0.9.8.dylib
    0x9474c000 - 0x947f6fe7  com.apple.CFNetwork 454.11.12 (454.11.12) <BE832CCE-B692-F55F-F5F8-3973649AFEA1> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CFNetwork.framewo rk/Versions/A/CFNetwork
    0x947fa000 - 0x94cb3ffb  com.apple.VideoToolbox 0.484.20 (484.20) <E7B9F015-2569-43D7-5268-375ED937ECA5> /System/Library/PrivateFrameworks/VideoToolbox.framework/Versions/A/VideoToolbox
    0x94cfa000 - 0x955daff7  com.apple.AppKit 6.6.7 (1038.35) <ABC7783C-E4D5-B848-BED6-99451D94D120> /System/Library/Frameworks/AppKit.framework/Versions/C/AppKit
    0x955db000 - 0x956dffe7  libcrypto.0.9.8.dylib 0.9.8 (compatibility 0.9.8) <BDEFA030-5E75-7C47-2904-85AB16937F45> /usr/lib/libcrypto.0.9.8.dylib
    0x959da000 - 0x959dbff7  com.apple.MonitorPanelFramework 1.3.0 (1.3.0) <0EC4EEFF-477E-908E-6F21-ED2C973846A4> /System/Library/PrivateFrameworks/MonitorPanel.framework/Versions/A/MonitorPanel
    0x959dc000 - 0x959e2fff  com.apple.CommonPanels 1.2.4 (91) <2438AF5D-067B-B9FD-1248-2C9987F360BA> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CommonPanels.framework/ Versions/A/CommonPanels
    0x959e3000 - 0x959edff7  com.apple.HelpData 2.0.5 (34.1.1) <A9CF754F-B254-5D40-B8B5-F35414DFD875> /System/Library/PrivateFrameworks/HelpData.framework/Versions/A/HelpData
    0x959ee000 - 0x95aa4ffb  libFontParser.dylib ??? (???) <D85C1840-0FA8-27A2-54B7-FF336099EBC0> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framew ork/Versions/A/Resources/libFontParser.dylib
    0x95ace000 - 0x95b11ff7  libGLU.dylib ??? (???) <2C7B2727-26F6-F29D-9D15-33044E87359F> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLU.dylib
    0x95bd3000 - 0x95c17fe7  com.apple.Metadata 10.6.3 (507.15) <A23633F1-E913-66C2-A073-E2B174C09B18> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Metadata.framewor k/Versions/A/Metadata
    0x95c18000 - 0x95f11fef  com.apple.QuickTime 7.6.6 (1756.15) <C2567783-4EAC-6803-522B-D701B95C4DAE> /System/Library/Frameworks/QuickTime.framework/Versions/A/QuickTime
    0x96075000 - 0x96082ff7  com.apple.NetFS 3.2.2 (3.2.2) <DDC9C397-C35F-8D7A-BB24-3D1B42FA5FAB> /System/Library/Frameworks/NetFS.framework/Versions/A/NetFS
    0x960a1000 - 0x960a1ff7  com.apple.Accelerate 1.6 (Accelerate 1.6) <3891A689-4F38-FACD-38B2-4BF937DE30CF> /System/Library/Frameworks/Accelerate.framework/Versions/A/Accelerate
    0x960a2000 - 0x9625cfeb  com.apple.ImageIO.framework 3.0.4 (3.0.4) <C96F11A7-2569-3037-C4C3-0342708FA3CB> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.fr amework/Versions/A/ImageIO
    0x9625d000 - 0x9643ffff  com.apple.imageKit 2.0.3 (1.0) <B4DB05F7-01C5-35EE-7AB9-41BD9D63F075> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/ImageKit.framework/Vers ions/A/ImageKit
    0x96440000 - 0x96583fef  com.apple.QTKit 7.6.6 (1756.15) <32C49374-14BC-53E7-FBFF-E11B42A41F56> /System/Library/Frameworks/QTKit.framework/Versions/A/QTKit
    0x96584000 - 0x968a8fef  com.apple.HIToolbox 1.6.5 (???) <21164164-41CE-61DE-C567-32E89755CB34> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HIToolbox.framework/Ver sions/A/HIToolbox
    0x968a9000 - 0x96983ffb  com.apple.DesktopServices 1.5.10 (1.5.10) <2BA08DD4-35A2-A0FF-ADEA-B381F0CEEB81> /System/Library/PrivateFrameworks/DesktopServicesPriv.framework/Versions/A/DesktopService sPriv
    0x969a4000 - 0x969e1ff7  com.apple.CoreMedia 0.484.20 (484.20) <105DDB24-E45F-5473-99E1-B09FDEAE4500> /System/Library/PrivateFrameworks/CoreMedia.framework/Versions/A/CoreMedia
    0x969e2000 - 0x969f0ff7  com.apple.opengl 1.6.12 (1.6.12) <81AEF74E-E33A-B021-9CDB-6199104105FF> /System/Library/Frameworks/OpenGL.framework/Versions/A/OpenGL
    0x969f1000 - 0x96a3efeb  com.apple.DirectoryService.PasswordServerFramework 6.1 (6.1) <136BFA48-D456-B677-3B5D-40A6946C3A09> /System/Library/PrivateFrameworks/PasswordServer.framework/Versions/A/PasswordServer
    0x96a3f000 - 0x96a57ff7  com.apple.CFOpenDirectory 10.6 (10.6) <F9AFC571-3539-6B46-ABF9-46DA2B608819> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/Frameworks/CFOpenDirectory. framework/Versions/A/CFOpenDirectory
    0x96a58000 - 0x96a98ff7  com.apple.ImageCaptureCore 1.0.4 (1.0.4) <CE815114-CEFA-4AF4-7365-7908428AB733> /System/Library/Frameworks/ImageCaptureCore.framework/Versions/A/ImageCaptureCore
    0x96a99000 - 0x96ac9ff7  com.apple.MeshKit 1.1 (49.2) <5A74D1A4-4B97-FE39-4F4D-E0B80F0ADD87> /System/Library/PrivateFrameworks/MeshKit.framework/Versions/A/MeshKit
    0x96af4000 - 0x96afefe7  com.apple.audio.SoundManager 3.9.3 (3.9.3) <5F494955-7290-2D91-DA94-44B590191771> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CarbonSound.framework/V ersions/A/CarbonSound
    0x96aff000 - 0x96b21fef  com.apple.DirectoryService.Framework 3.6 (621.11) <CA979EAC-9537-43B6-CD69-C144ACB75E09> /System/Library/Frameworks/DirectoryService.framework/Versions/A/DirectoryService
    0x96b22000 - 0x96bdbfe7  libsqlite3.dylib 9.6.0 (compatibility 9.0.0) <52438E77-55D1-C231-1936-76F1369518E4> /usr/lib/libsqlite3.dylib
    0x96c59000 - 0x97448557  com.apple.CoreGraphics 1.545.0 (???) <8A4CB0D9-1001-0F62-4DA4-B8AB3B45E226> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphi cs.framework/Versions/A/CoreGraphics
    0x97455000 - 0x97460ff7  libCSync.A.dylib 545.0.0 (compatibility 64.0.0) <4560936D-7730-5DD2-BFD7-95270DDC210A> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphi cs.framework/Versions/A/Resources/libCSync.A.dylib
    0x97461000 - 0x97475fe7  libbsm.0.dylib ??? (???) <14CB053A-7C47-96DA-E415-0906BA1B78C9> /usr/lib/libbsm.0.dylib
    0x9749d000 - 0x97702feb  com.apple.security 6.1.2 (55002) <7F00A51B-F22A-0EBC-A321-923472D686BD> /System/Library/Frameworks/Security.framework/Versions/A/Security
    0x97703000 - 0x97718fff  com.apple.ImageCapture 6.0.2 (6.0.2) <E9F4B952-27A1-5BFC-CA8D-DADA055D30E9> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/ImageCapture.framework/ Versions/A/ImageCapture
    0x97719000 - 0x977c6fe7  libobjc.A.dylib 227.0.0 (compatibility 1.0.0) <C8925910-B927-968B-4B71-D83A4CEF8646> /usr/lib/libobjc.A.dylib
    0x977c7000 - 0x977d8ff7  com.apple.LangAnalysis 1.6.6 (1.6.6) <3036AD83-4F1D-1028-54EE-54165E562650> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/LangAnalys is.framework/Versions/A/LangAnalysis
    0x977d9000 - 0x977d9ff7  com.apple.CoreServices 44 (44) <51CFA89A-33DB-90ED-26A8-67D461718A4A> /System/Library/Frameworks/CoreServices.framework/Versions/A/CoreServices
    0x97806000 - 0x9782dff7  com.apple.quartzfilters 1.6.0 (1.6.0) <879A3B93-87A6-88FE-305D-DF1EAED04756> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuartzFilters.framework /Versions/A/QuartzFilters
    0x9796d000 - 0x97a6efe7  libxml2.2.dylib 10.3.0 (compatibility 10.0.0) <C75F921C-F027-6372-A0A1-EDB8A6234331> /usr/lib/libxml2.2.dylib
    0x97b98000 - 0x97c1affb  SecurityFoundation ??? (???) <2E1F1AF0-A258-D215-2600-5DF03896D1F1> /System/Library/Frameworks/SecurityFoundation.framework/Versions/A/SecurityFoundation
    0x97c2e000 - 0x98681ff7  com.apple.WebCore 6533.21 (6533.21.1) <09CE6602-4DB5-6E93-8593-4E1C57CB202F> /System/Library/Frameworks/WebKit.framework/Versions/A/Frameworks/WebCore.framework/Versi ons/A/WebCore
    0x98682000 - 0x986bbff7  libcups.2.dylib 2.8.0 (compatibility 2.0.0) <90C5DE81-1BEF-D807-A898-0FC19BDD14EC> /usr/lib/libcups.2.dylib
    0x986bc000 - 0x986c0ff7  libGIF.dylib ??? (???) <447BC6E8-4C56-3D5D-983B-6BEA0D26F319> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.fr amework/Versions/A/Resources/libGIF.dylib
    0x986c1000 - 0x986ccff7  libGL.dylib ??? (???) <4425B9AA-B494-A336-EABB-6B

    I don't think an interactive portion of a PDF is an obscure problem (lots of designers I know use rollable PDF files for emailing 3D models) and while I understand that it's in a legacy program, there is no guarantee if I purchase Acrobat X, that the same problem won't exist. It's no an issue in Reader 10 but then again, it wasn't an issue in Reader 9 either. Since Adobe doesn't give trial versions for Mac (stupid), I have no way of checking this. The problem doesn't annoy me as much as being an Adobe product user who upgraded only to not have functionality and not have a way to have it resolved.

  • Adobe reader crashes when opening, both local and from Firefox

    Running Windows XP, Firefox 3.6.    Adobe 9.3 crashes Firefox when I attempt to view a downloaded pdf.  When I start adobe reader from Windows "Start" it begins to start with Adobe ID screen, then stops with no other effect or error message.
    Reader 9.3 worked successfully for months.  Problem started after computer maintenance and cleaning up of excess files and services running in the background.  I have not experienced problems with any other programs.
    When the problem arose I uninstalled with Windows Add/Remove Program.  Rebooted then reinstalled 9.3.  Same problem.
    I used Windows Installer Cleanup Utility to clean up adobe.  Notice that many files and folders still exist in /Program Files/Adobe/Reader 9.0 , so I renamed folder to "OLD Reader 9.0"
    Reinstalled 9.3 ....still did not work.  Uninstalled, rebooted, then installed Reader 8.2.  Still not working.
    Somewhere in the process I also uninstalled Adobe Air and Acrobat.com.
    What would cause Adobe Reader to not fully start, and to crash Firefox when it does try to start as a plug-in?  How can I manually uninstall ALL of Adobe Reader?
    Thanks for any input,
    Mark

    Ok, I just went to start up Reader 8.0, it failed with no event on screen.  Event viewer gave me no report under Application.  Under System I found a slewof these...
    Thoughts??  Thank you,
    Mark
    Event Type:    Error
    Event Source:    Disk
    Event Category:    None
    Event ID:    7
    Date:        3/17/2010
    Time:        10:39:54 AM
    User:        N/A
    Computer:    MARKCOMPUTER
    Description:
    The device, \Device\Harddisk0\D, has a bad block.
    For more information, see Help and Support Center at http://go.microsoft.com/fwlink/events.asp.
    Data:
    0000: 03 00 68 00 01 00 b6 00   ..h...¶.
    0008: 00 00 00 00 07 00 04 c0   .......À
    0010: 00 01 00 00 9c 00 00 c0   ....&#156;..À
    0018: 00 00 00 00 00 00 00 00   ........
    0020: 00 be fc 09 00 00 00 00   .¾ü.....
    0028: 1d 02 30 00 00 00 00 00   ..0.....
    0030: ff ff ff ff 01 00 00 00   ÿÿÿÿ....
    0038: 40 00 00 84 02 00 00 00   @..&#132;....
    0040: 00 20 0a 12 40 03 20 40   . ..@. @
    0048: 00 00 00 00 0a 00 00 00   ........
    0050: 00 00 00 00 70 06 87 83   ....p.&#135;&#131;
    0058: 00 00 00 00 c8 eb 6c 83   ....Èël&#131;
    0060: 02 00 00 00 5f fe 04 00   ...._þ..
    0068: 28 00 00 04 fe 5f 00 00   (...þ_..
    0070: 08 00 00 00 00 00 00 00   ........
    0078: f0 00 03 00 00 00 00 0b   ð.......
    0080: 00 00 00 00 00 00 00 00   ........
    0088: 00 00 00 00 00 00 00 00   ........

  • Firefox crashes when opening PDF, Word and other files

    Recently, Firefox stopped being able to open PDF files within the Firefox program. It crashes whether one tries to have it open the file or just download it. The same occurs when trying to open a Word doc. It does this in safe mode too. Since I am studying for a college degree and use these features a lot, I've had to stop using Firefox. This is a problem, because my university uses Firefox for its classes and other programs aren't as compatible. I've tried EVERYTHING suggested on line, both in Firefox help pages and in user pages. Nothing works.

    Fix the [http://browser.iyogi.com/firefox/firefox-not-opening-pdf.html '''PDF not opening in Mozilla Firefox'''] issue by reinstalling Adobe Reader. You need to uninstall Adobe Reader and re-install it to get the issue fixed. It is important to uninstall all versions of Adobe Reader that you may have in your system. Also, take care of installing the latest Adobe Reader for the browser.

  • Premiere crashes when opening GoPro Studio cineform AVI files

    First off, I'm a newb when it comes to video editing.  I just purchased Premiere Pro on a month to month basis to compile a bunch of vacation footage I took on my new GoPro.
    I used GoPro Studio to edit the raw footage into hundreds of useable clips.  I took the videos in 1280x720 @ 120fps.  I used the default settings to trim the footage.
    Any idea what I can do to get Premiere to open these files?
    note:  I can open the original gopro footage without issue.

    Yes I did try creating a new project using the software only option, to no avail.  The GoPro Studio was downloaded and installed only 2 days ago.
    I could Convert all the clips again since the project is still saved.  These are my "Advanced" options when on Step 1 - View & Trim:
    Image Size (source)
    Frame Rate (source 119.88fps)
    File Format (AVI, or MOV) - there is no MP4 option
    Quality (low, med, high) - med is default and what I used previously
    Remove Fisheye (unchecked)
    If I was going to transcode the clips using another codec, which software would you recommend?  I'd ideally like to keep the 120 fps because I plan to slow a lot of them down.

  • SQL Developer Crash

    I can make SQL Developer crash in the following way:
    Click on the "search" tool on the right side of the screen. Enter a package name to search for. Two results will come back, one for the package body, and the other for the package procedure listing. If you single-click (which I have figured out with trial-and-error) things work fine.
    Only problem is on Windows I usually expect to double-click on a dialog box like this, and when I do that I think SQL Developer tries to open two connections at once. Error messages about "connection busy" usually pop up.
    The worst scenario, which happens about 40% of the time, is that some sort of weird modal dialog box interaction can happen between the "searching" dialog box and the "connection busy" dialog box. I can't click anywhere else, can't even close SQL Developer from the Windows toolbar at the bottom of the screen. I have to kill it through Process Manager, which usually makes me lose a bunch of SQL queries and whatever else I've been working on.
    Suggestion: Prevent/catch double-clicking OR change the "search" form to use double and not single-clicking.
    Anybody else have this experience?
    Thanks,
    Josh

    What is the environment so a reproducible test case can be logged with the bug report.
    -Turloch

  • Finder crash when opening any Folder

    I am a very experienced mac user and this one has me stumped. Im posting here to see if anyone else has this problem.
    Finder crashes when opening a folder on the desktop
    Finder crashes when using any option from the Go menu (or key combo) except Airdrop.
    Once Finder window is open on Airdrop any navigation to home folder or any other folder using side bar causes Finder to crash.
    Using Go To Folder causes crash, even on hidden folder like /var
    Finder is OK when opening files on desktop
    All other apps can browse file system and open/save OK
    Google Drive is not present on system (this used to be an issue a long time a go that caused similar symptoms in other threads)
    Drop Box is installed. But issue occurs even when dropbox is not running
    Using spotlight to open applications still works normally.
    Clicking the Finder icon in the Dock results in a non-functional blank window entitled "Window", all tool buttons are disabled.
    Repeatedly opening the same folder over and over results in the message "The last time you open Finder, it unexpectedly quite while reopening windows. Do you want to try to reopen its windows again? If you choose not to reopen windows, you may have to open and position the windows yourself" Two options "Don't Reopen" and "Reopen". Both buttons have no effect except to dismiss the dialog.
    Steps Taken to fix:
    Booted into recovery mode and performed repair disk and Permissions - Finder Still Crashes
    Removed finder preference files using terminal
    ~/Library/Preferences/com.apple.finder.plist
    ~/Library/Preferences/com.apple.sidebarlists.plist
    Recent changes to system:
    iTunes 11.4 Installed with normal Software Update.
    Possible Cause of Problem
    Found app in iTunes that has File Sharing enabled and has a shared folder. Curious as to what was in the folder i dragged it to my desktop and double clicked. Im not sure if iTunes would have had enough time to copy the contents of the folder before i tried to open the folder. Finder crashed. This was the first time it happened.
    iPhone app in iTunes that I picked in was "Ubersense".

    1. This procedure is a diagnostic test. It changes nothing, for better or worse, and therefore will not, in itself, solve the problem. But with the aid of the test results, the solution may take a few minutes, instead of hours or days.
    Don't be put off merely by the seeming complexity of these instructions. The process is much less complicated than the description. You do harder tasks with the computer all the time.
    2. If you don't already have a current backup, back up all data before doing anything else. The backup is necessary on general principle, not because of anything in the test procedure. Backup is always a must, and when you're having any kind of trouble with the computer, you may be at higher than usual risk of losing data, whether you follow these instructions or not.
    There are ways to back up a computer that isn't fully functional. Ask if you need guidance.
    3. Below are instructions to run a UNIX shell script, a type of program. As I wrote above, it changes nothing. It doesn't send or receive any data on the network. All it does is to generate a human-readable report on the state of the computer. That report goes nowhere unless you choose to share it. If you prefer, you can read it yourself without disclosing the contents to me or anyone else.
    You should be wondering whether you can believe me, and whether it's safe to run a program at the behest of a stranger. In general, no, it's not safe and I don't encourage it.
    In this case, however, there are a couple of ways for you to decide whether the program is safe without having to trust me. First, you can read it. Unlike an application that you download and click to run, it's transparent, so anyone with the necessary skill can verify what it does.
    You may not be able to understand the script yourself. But variations of the script have been posted on this website thousands of times over a period of years. The site is hosted by Apple, which does not allow it to be used to distribute harmful software. Any one of the millions of registered users could have read the script and raised the alarm if it was harmful. Then I would not be here now and you would not be reading this message.
    Nevertheless, if you can't satisfy yourself that these instructions are safe, don't follow them. Ask for other options.
    4. Here's a summary of what you need to do, if you choose to proceed:
    ☞ Copy a line of text in this window to the Clipboard.
    ☞ Paste into the window of another application.
    ☞ Wait for the test to run. It usually takes a few minutes.
    ☞ Paste the results, which will have been copied automatically, back into a reply on this page.
    The sequence is: copy, paste, wait, paste again. You don't need to copy a second time. Details follow.
    5. You may have started the computer in "safe" mode. Preferably, these steps should be taken in “normal” mode, under the conditions in which the problem is reproduced. If the system is now in safe mode and works well enough in normal mode to run the test, restart as usual. If you can only test in safe mode, do that.
    6. If you have more than one user, and the one affected by the problem is not an administrator, then please run the test twice: once while logged in as the affected user, and once as an administrator. The results may be different. The user that is created automatically on a new computer when you start it for the first time is an administrator. If you can't log in as an administrator, test as the affected user. Most personal Macs have only one user, and in that case this section doesn’t apply. Don't log in as root.
    7. The script is a single long line, all of which must be selected. You can accomplish this easily by triple-clicking anywhere in the line. The whole line will highlight, though you may not see all of it in the browser window, and you can then copy it. If you try to select the line by dragging across the part you can see, you won't get all of it.
    Triple-click anywhere in the line of text below on this page to select it:
    PATH=/usr/bin:/bin:/usr/sbin:/sbin:/usr/libexec;clear;cd;p=(Software Hardware Memory Diagnostics Power FireWire Thunderbolt USB Fonts SerialATA 4 1000 25 5120 KiB/s 1024 85 \\b%% 20480 1 MB/s 25000 ports ' com.clark.\* \*dropbox \*GoogleDr\* \*k.AutoCAD\* \*k.Maya\* vidinst\* ' DYLD_INSERT_LIBRARIES\ DYLD_LIBRARY_PATH -86 "` route -n get default|awk '/e:/{print $2}' `" 25 N\\/A down up 102400 25600 recvfrom sendto CFBundleIdentifier 25 25 25 1000 MB com.apple.AirPortBaseStationAgent 464843899 51 5120 files );N5=${#p[@]};p[N5]=` networksetup -listnetworkserviceorder|awk ' NR>1 { sub(/^\([0-9]+\) /,"");n=$0;getline;} $NF=="'${p[26]}')" { sub(/.$/,"",$NF);print n;exit;} ' `;f=('\n%s: %s\n' '\n%s\n\n%s\n' '\nRAM details\n%s\n' %s\ %s '%s\n-\t%s\n' );S0() { echo ' { q=$NF+0;$NF="";u=$(NF-1);$(NF-1)="";gsub(/^ +| +$/,"");if(q>='${p[$1]}') printf("%s (UID %s) is using %s '${p[$2]}'",$0,u,q);} ';};s=(' /^ *$|CSConfigDot/d;s/^ */   /;s/[-0-9A-Fa-f]{22,}/UUID/g;s/(ochat)\.[^.]+(\..+)/\1\2/;/Shared/!s/\/Users\/[^/]+/~/g ' ' s/^ +//;/de: S|[nst]:/p;' ' {sub(/^ +/,"")};/er:/;/y:/&&$2<'${p[10]} ' 1s/://;3,6d;/[my].+:/d;s/^ {4}//;H;${ g;s/\n$//;/s: [^EO]|x([^08]|02[^F]|8[^0])/p;} ' ' 5h;6{ H;g;/P/!p;} ' ' ($1~/^Cy/&&$3>'${p[11]}')||($1~/^Cond/&&$2!~/^N/) ' ' /:$/{ N;/:.+:/d;s/ *://;b0'$'\n'' };/^ *(V.+ [0N]|Man).+ /{ s/ 0x.... //;s/[()]//g;s/(.+: )(.+)/ (\2)/;H;};$b0'$'\n'' d;:0'$'\n'' x;s/\n\n//;/Apple[ ,]|Genesy|Intel|SMSC/d;s/\n.*//;/\)$/p;' ' s/^.*C/C/;H;${ g;/No th|pms/!p;} ' '/= [^GO]/p' '{$1=""};1' ' /Of/!{ s/^.+is |\.//g;p;} ' ' $0&&!/ / { n++;print;} END { if(n<200) print "com.apple.";} ' ' $3~/[0-9]:[0-9]{2}$/ { gsub(/:[0-9:a-f]{14}/,"");} { print|"tail -n'${p[12]}'";} ' ' NR==2&&$4<='${p[13]}' { print $4;} ' ' END { $2/=256;if($2>='${p[15]}') print int($2) } ' ' NR!=13{next};{sub(/[+-]$/,"",$NF)};'"`S0 21 22`" 'NR!=2{next}'"`S0 37 17`" ' NR!=5||$8!~/[RW]/{next};{ $(NF-1)=$1;$NF=int($NF/10000000);for(i=1;i<=3;i++){$i="";$(NF-1-i)="";};};'"`S0 19 20`" 's:^:/:p' '/\.kext\/(Contents\/)?Info\.plist$/p' 's/^.{52}(.+) <.+/\1/p' ' /Launch[AD].+\.plist$/ { n++;print;} END { print "'${p[41]}'";if(n<200) print "/System/";} ' '/\.xpc\/(Contents\/)?Info\.plist$/p' ' NR>1&&!/0x|\.[0-9]+$|com\.apple\.launchctl\.(Aqua|Background|System)$|'${p[41]}'/ { print $3;} ' ' /\.(framew|lproj)|\):/d;/plist:|:.+(Mach|scrip)/s/:[^:]+//p ' '/^root$/p' ' !/\/Contents\/.+\/Contents|Applic|Autom|Frameworks/&&/Lib.+\/Info.plist$/ { n++;print;} END { if(n<1100) print "/System/";} ' '/^\/usr\/lib\/.+dylib$/p' ' /Temp|emac/{next};/(etc|Preferences|Launch[AD].+)\// { sub(".(/private)?","");n++;print;} END { print "'${p[41]}'.plist\t'${p[42]}'";if(n<500) print "Launch";} ' ' /\/(Contents\/.+\/Contents|Frameworks)\/|\.wdgt\/.+\.([bw]|plu)/d;p;' 's/\/(Contents\/)?Info.plist$//;p' ' { gsub("^| |\n","\\|\\|kMDItem'${p[35]}'=");sub("^...."," ") };1 ' p '{print $3"\t"$1}' 's/\'$'\t''.+//p' 's/1/On/p' '/Prox.+: [^0]/p' '$2>'${p[43]}'{$2=$2-1;print}' ' BEGIN { i="'${p[26]}'";M1='${p[16]}';M2='${p[18]}';M3='${p[31]}';M4='${p[32]}';} !/^A/{next};/%/ { getline;if($5<M1) a="user "$2"%, system "$4"%";} /disk0/&&$4>M2 { b=$3" ops/s, "$4" blocks/s";} $2==i { if(c) { d=$3+$4+$5+$6;next;};if($4>M3||$6>M4) c=int($4/1024)" in, "int($6/1024)" out";} END { if(a) print "CPU: "a;if(b) print "I/O: "b;if(c) print "Net: "c" (KiB/s)";if(d) print "Net errors: "d" packets/s";} ' ' /r\[0\] /&&$NF!~/^1(0|72\.(1[6-9]|2[0-9]|3[0-1])|92\.168)\./ { print $NF;exit;} ' ' !/^T/ { printf "(static)";exit;} ' '/apsd|BKAg|OpenD/!s/:.+//p' ' (/k:/&&$3!~/(255\.){3}0/ )||(/v6:/&&$2!~/A/ ) ' ' $1~"lR"&&$2<='${p[25]}';$1~"li"&&$3!~"wpa2";' ' BEGIN { FS=":";p="uniq -c|sed -E '"'s/ +\\([0-9]+\\)\\(.+\\)/\\\2 x\\\1/;s/x1$//'"'";} { n=split($3,a,".");sub(/_2[01].+/,"",$3);print $2" "$3" "a[n]$1|p;b=b$1;} END { close(p) if(b) print("\n\t* Code injection");} ' ' NR!=4{next} {$NF/=10240} '"`S0 27 14`" ' END { if($3~/[0-9]/)print$3;} ' ' BEGIN { L='${p[36]}';} !/^[[:space:]]*(#.*)?$/ { l++;if(l<=L) f=f"\n   "$0;} END { F=FILENAME;if(!F) exit;if(!f) f="\n   [N/A]";"file -b "F|getline T;if(T!~/^(AS.+ (En.+ )?text$|(Bo|PO).+ sh.+ text ex)/) F=F" ("T")";printf("\nContents of %s\n%s\n",F,f);if(l>L) printf("\n   ...and %s more line(s)\n",l-L);} ' ' s/^ +N.+ =//p;' 's/0/Off/p' ' END{print NR} ' ' /id: N|te: Y/{i++} END{print i} ' ' / / { print "'"${p[28]}"'";exit;};1;' '/ en/!s/\.//p' ' NR!=13{next};{sub(/[+-M]$/,"",$NF)};'"`S0 39 40`" ' $10~/\(L/&&$9!~"localhost" { sub(/.+:/,"",$9);print $1": "$9;} ' '/^ +r/s/.+"(.+)".+/\1/p' 's/(.+\.wdgt)\/(Contents\/)?Info\.plist$/\1/p' 's/^.+\/(.+)\.wdgt$/\1/p' ' /l: /{ /DVD/d;s/.+: //;b0'$'\n'' };/s: /{ /V/d;s/^ */- /;H;};$b0'$'\n'' d;:0'$'\n'' x;/APPLE [^:]+$/d;p;' ' /^find: /d;p;' "`S0 44 45`" );c1=(system_profiler pmset\ -g nvram fdesetup find syslog df vm_stat sar ps sudo\ crontab sudo\ iotop top pkgutil 'PlistBuddy 2>&1 -c "Print' whoami cksum kextstat launchctl sudo\ launchctl crontab 'sudo defaults read' stat lsbom mdfind ' for i in ${p[24]};do ${c1[18]} ${c2[27]} $i;done;' defaults\ read scutil sudo\ dtrace sudo\ profiles sed\ -En awk /S*/*/P*/*/*/C*/*/airport networksetup mdutil sudo\ lsof test );c2=(com.apple.loginwindow\ LoginHook '" /L*/P*/loginw*' '" L*/P*/*loginit*' 'L*/Ca*/com.ap*.Saf*/E*/* -d 1 -name In*t -exec '"${c1[14]}"' :CFBundleDisplayName" {} \;|sort|uniq' '~ $TMPDIR.. \( -flags +sappnd,schg,uappnd,uchg -o ! -user $UID -o ! -perm -600 \)' '.??* -path .Trash -prune -o -type d -name *.app -print -prune' :${p[35]}\" :Label\" '{/,}L*/{Con,Pref}* -type f ! -size 0 -name *.plist -exec plutil -s {} \;' "-f'%N: %l' Desktop L*/Keyc*" therm sysload boot-args status " -F '\$Time \$Message' -k Sender kernel -k Message Req 'bad |Beac|caug|dead[^bl]|FAIL|fail|GPU |hfs: Ru|inval|jnl:|last value [1-9]|n Cause: -|NVDA\(|pagin|proc: t|Roamed|rror|ssert|Thrott|tim(ed? ?|ing )o|WARN' -k Message Rne 'Goog|ksadm|SMC:| VALI|xpma' -o -k Sender fseventsd -k Message Req 'SL' " '-du -n DEV -n EDEV 1 10' 'acrx -o comm,ruid,%cpu' '-t1 10 1' '-f -pfc /var/db/r*/com.apple.*.{BS,Bas,Es,J,OSXU,Rem,up}*.bom' '{/,}L*/Lo*/Diag* -type f -regex .\*[cgh] ! -name *ag \( -exec grep -lq "^Thread c" {} \; -exec printf \* \; -o -true \) -execdir stat -f:%Sc:%N -t%F {} \;|sort -t: -k2 |tail -n'${p[38]} '-L {/{S*/,},}L*/Lau* -type f' '-L /{S*/,}L*/StartupItems -type f -exec file {} +' '-L /S*/L*/{C*/Sec*A,E}* {/,}L*/{A*d,Ca*/*/Ex,Co{mpon,reM},Ex,Inter,iTu*/*P,Keyb,Mail/B,Pr*P,Qu*T,Scripti,Sec,Servi,Spo,Widg}* -path \\*s/Resources -prune -o -type f -name Info.plist' '/usr/lib -type f -name *.dylib' `awk "${s[31]}"<<<${p[23]}` "/e*/{auto,{cron,fs}tab,hosts,{[lp],sy}*.conf,pam.d/*,ssh{,d}_config,*.local} {,/usr/local}/etc/periodic/*/* /L*/P*{,/*}/com.a*.{Bo,sec*.ap}*t /S*/L*/Lau*/*t .launchd.conf" list getenv /Library/Preferences/com.apple.alf\ globalstate --proxy '-n get default' -I --dns -getdnsservers\ "${p[N5]}" -getinfo\ "${p[N5]}" -P -m\ / '' -n1 '-R -l1 -n1 -o prt -stats command,uid,prt' '--regexp --only-files --files com.apple.pkg.*|sort|uniq' -kl -l -s\ / '-R -l1 -n1 -o mem -stats command,uid,mem' '+c0 -i4TCP:0-1023' com.apple.dashboard\ layer-gadgets '-d /L*/Mana*/$USER&&echo On' '-app Safari WebKitDNSPrefetchingEnabled' "+c0 -l|awk '{print(\$1,\$3)}'|sort|uniq -c|sort -n|tail -1|awk '{print(\$2,\$3,\$1)}'" );N1=${#c2[@]};for j in {0..9};do c2[N1+j]=SP${p[j]}DataType;done;N2=${#c2[@]};for j in 0 1;do c2[N2+j]="-n ' syscall::'${p[33+j]}':return { @out[execname,uid]=sum(arg0) } tick-10sec { trunc(@out,1);exit(0);} '";done;l=(Restricted\ files Hidden\ apps 'Elapsed time (s)' POST Battery Safari\ extensions Bad\ plists 'High file counts' User Heat System\ load boot\ args FileVault Diagnostic\ reports Log 'Free space (MiB)' 'Swap (MiB)' Activity 'CPU per process' Login\ hook 'I/O per process' Mach\ ports kexts Daemons Agents launchd Startup\ items Admin\ access Root\ access Bundles dylibs Apps Font\ issues Inserted\ dylibs Firewall Proxies DNS TCP/IP Wi-Fi Profiles Root\ crontab User\ crontab 'Global login items' 'User login items' Spotlight Memory Listeners Widgets Parental\ Controls Prefetching SATA Descriptors );N3=${#l[@]};for i in 0 1 2;do l[N3+i]=${p[5+i]};done;N4=${#l[@]};for j in 0 1;do l[N4+j]="Current ${p[29+j]}stream data";done;A0() { id -G|grep -qw 80;v[1]=$?;((v[1]==0))&&sudo true;v[2]=$?;v[3]=`date +%s`;clear >&-;date '+Start time: %T %D%n';};for i in 0 1;do eval ' A'$((1+i))'() { v=` eval "${c1[$1]} ${c2[$2]}"|'${c1[30+i]}' "${s[$3]}" `;[[ "$v" ]];};A'$((3+i))'() { v=` while read i;do [[ "$i" ]]&&eval "${c1[$1]} ${c2[$2]}" \"$i\"|'${c1[30+i]}' "${s[$3]}";done<<<"${v[$4]}" `;[[ "$v" ]];};A'$((5+i))'() { v=` while read i;do '${c1[30+i]}' "${s[$1]}" "$i";done<<<"${v[$2]}" `;[[ "$v" ]];};';done;A7(){ v=$((`date +%s`-v[3]));};B2(){ v[$1]="$v";};for i in 0 1;do eval ' B'$i'() { v=;((v['$((i+1))']==0))||{ v=No;false;};};B'$((3+i))'() { v[$2]=`'${c1[30+i]}' "${s[$3]}"<<<"${v[$1]}"`;} ';done;B5(){ v[$1]="${v[$1]}"$'\n'"${v[$2]}";};B6() { v=` paste -d: <(printf "${v[$1]}") <(printf "${v[$2]}")|awk -F: ' {printf("'"${f[$3]}"'",$1,$2)} ' `;};B7(){ v=`grep -Fv "${v[$1]}"<<<"$v"`;};C0(){ [[ "$v" ]]&&echo "$v";};C1() { [[ "$v" ]]&&printf "${f[$1]}" "${l[$2]}" "$v";};C2() { v=`echo $v`;[[ "$v" != 0 ]]&&C1 0 $1;};C3() { v=`sed -E "$s"<<<"$v"`&&C1 1 $1;};for i in 1 2;do for j in 0 2 3;do eval D$i$j'(){ A'$i' $1 $2 $3; C'$j' $4;};';done;done;{ A0;D20 0 $((N1+1)) 2;D10 0 $N1 1;B0;C2 27;B0&&! B1&&C2 28;D12 15 37 25 8;A1 0 $((N1+2)) 3;C0;D13 0 $((N1+3)) 4 3;D23 0 $((N1+4)) 5 4;D13 0 $((N1+9)) 59 50;for i in 0 1 2;do D13 0 $((N1+5+i)) 6 $((N3+i));done;D13 1 10 7 9;D13 1 11 8 10;D22 2 12 9 11;D12 3 13 10 12;D23 4 19 44 13;D23 5 14 12 14;D22 6 36 13 15;D22 7 37 14 16;D23 8 15 38 17;D22 9 16 16 18;B1&&{ D22 35 49 61 51;D22 11 17 17 20;for i in 0 1;do D22 28 $((N2+i)) 45 $((N4+i));done;};D22 12 44 54 45;D22 12 39 15 21;A1 13 40 18;B2 4;B3 4 0 19;A3 14 6 32 0;B4 0 5 11;A1 17 41 20;B7 5;C3 22;B4 4 6 21;A3 14 7 32 6;B4 0 7 11;B3 4 0 22;A3 14 6 32 0;B4 0 8 11;B5 7 8;B1&&{ A2 19 26 23;B7 7;C3 23;};A2 18 26 23;B7 7;C3 24;A2 4 20 21;B7 6;B2 9;A4 14 7 52 9;B2 10;B6 9 10 4;C3 25;D13 4 21 24 26;B4 4 12 26;B3 4 13 27;A1 4 22 29;B7 12;B2 14;A4 14 6 52 14;B2 15;B6 14 15 4;B3 0 0 30;C3 29;A1 4 23 27;B7 13;C3 30;D13 24 24 32 31;D13 25 37 32 33;A2 23 18 28;B2 16;A2 16 25 33;B7 16;B3 0 0 34;B2 21;A6 47 21&&C0;B1&&{ D13 21 0 32 19;D13 10 42 32 40;D22 29 35 46 39;};D13 14 1 48 42;D12 34 43 53 44;D22 0 $((N1+8)) 51 32;D13 4 8 41 6;D12 26 28 35 34;D13 27 29 36 35;A2 27 32 39&&{ B2 19;A2 33 33 40;B2 20;B6 19 20 3;};C2 36;D23 33 34 42 37;B1&&D23 35 45 55 46;D23 32 31 43 38;D12 36 47 32 48;D13 20 42 32 41;D13 14 2 48 43;D13 4 5 32 1;D13 4 3 60 5;D12 26 48 49 49;B3 4 22 57;A1 26 46 56;B7 22;B3 0 0 58;C3 47;D22 4 4 50 0;D23 22 9 37 7;A7;C2 2;} 2>/dev/null|pbcopy;exit 2>&-
    Copy the selected text to the Clipboard by pressing the key combination command-C.
    8. Launch the built-in 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.
    Click anywhere in the Terminal window and paste by pressing command-V. The text you pasted should vanish immediately. If it doesn't, press the return key.
    9. If you see an error message in the Terminal window such as "Syntax error" or "Event not found," enter
    exec bash
    and press return. Then paste the script again.
    10. If you're logged in as an administrator, you'll be prompted for your login password. Nothing will be displayed when you type it. You will not see the usual dots in place of typed characters. Make sure caps lock is off. Type carefully and then press return. You may get a one-time warning to be careful. If you make three failed attempts to enter the password, the test will run anyway, but it will produce less information. In most cases, the difference is not important. If you don't know the password, or if you prefer not to enter it, press the key combination control-C or just press return  three times at the password prompt. Again, the script will still run.
    If you're not logged in as an administrator, you won't be prompted for a password. The test will still run. It just won't do anything that requires administrator privileges.
    11. The test may take a few minutes to run, depending on how many files you have and the speed of the computer. A computer that's abnormally slow may take longer to run the test. While it's running, there will be nothing in the Terminal window and no indication of progress. Wait for the line
    [Process completed]
    to appear. If you don't see it within half an hour or so, the test probably won't complete in a reasonable time. In that case, close the Terminal window and report what happened. No harm will be done.
    12. When the test is complete, quit Terminal. The results will have been copied to the Clipboard automatically. They are not shown in the Terminal window. Please don't copy anything from there. All you have to do is start a reply to this comment and then paste by pressing command-V again.
    At the top of the results, there will be a line that begins with the words "Start time." If you don't see that, but instead see a mass of gibberish, you didn't wait for the "Process completed" message to appear in the Terminal window. Please wait for it and try again.
    If any private information, such as your name or email address, appears in the results, anonymize it before posting. Usually that won't be necessary.
    13. When you post the results, you might see an error message on the web page: "You have included content in your post that is not permitted," or "You are not authorized to post." That's a bug in the forum software. Please post the test results on Pastebin, then post a link here to the page you created.
    14. This is a public forum, and others may give you advice based on the results of the test. They speak only for themselves, and I don't necessarily agree with them.
    Copyright © 2014 by Linc Davis. As the sole author of this work, I reserve all rights to it except as provided in the Use Agreement for the Apple Support Communities website ("ASC"). Readers of ASC may copy it for their own personal use. Neither the whole nor any part may be redistributed.

  • 7.6 Win crashes when opening some files that open on Mac

    On XP SP3, I can play Apple movie previews without problem in Firefox.
    I can also view certain 3rd party tutorials in quicktime in Firefox without any problems.
    If I download the same files I was viewing without problem, quite often QuickTime 7.6 will crash when opening the file.
    It's not a corrupt file, as if I try a few times, it will finally open.
    These same files have zero problem if I open them in QT 7.6 on the Mac.
    I'm running a server motherboard with ECC memory from a RAID with ECC memory, and I have NO crashes with my other software (SQL Server, Visual Studio, etc.)
    How can I resolve this crashing issue?

    I should have mentioned, to get it to crash, I double click on the file when Quicktime is NOT running (I don't have Quicktime set to always run either).
    I found that if I open Quicktime 1st, THEN I can double click on the file and have it open (the one I could not get to open at all).

  • FCP 6.02 Crashing when opening Project

    Hi,
    Going bananas trying to work out why a project I have been working on for 6months now causes FCP to crash when opening. I can open other projects fine, but when I try and open a project with all media offline I get the same issue.
    All drives are external and I have space on both local and external disks.
    I have tried opening the project from the autosave vault - which should work - to no avail.
    I have now reinstalled Final Cut Studio 2 with no change to the above.
    Any help would be appreciated.
    Thanks
    p

    Thanks Shane,
    I was running all the latest apps - Qt 7.3, FCP6.02 OSX 10.411, did all the updates etc.
    By erasing FCP and compressor I was able to get the project to open, but exporting through compressor kept crashing - which was an original fault that started happening before the project crash issue.
    Not wanting to waste any more time I did a complete erase and re-install of my computer, and after spending close to half a day doing it I think it's been worth it - though I'm going through the testing phase - although as it stands the project has been loading and compressor has been working properly (will test more though).
    I was using a couple of plugins that I downloaded from Apple's website: FX plugins manager of sorts, and I was using a filmic filter from that set which I think may have been corrupting the whole project.
    I will keep testing though...
    p

  • Dreamweaver 12.0.1 Crashes when Opening Complex HTML5

    I'm getting a consistent crash when opening HTML5 documents with the latest general release and patched version of Dreamweaver.
    I open a document, switch to the split code and design view... bam. Immediate crash.
    If I'm in Code view, it's fine. Switch to design and it crashes.
    Any ideas?
    Process:         Dreamweaver [33459]
    Path:            /Applications/Adobe Dreamweaver CS6/Adobe Dreamweaver CS6.app/Contents/MacOS/Dreamweaver
    Identifier:      com.adobe.dreamweaver-12.0
    Version:         12.0.1.5842 (12.0.1)
    Code Type:       X86 (Native)
    Parent Process:  launchd [185]
    User ID:         501
    Date/Time:       2012-10-28 20:57:37.243 -0500
    OS Version:      Mac OS X 10.8.2 (12C60)
    Report Version:  10
    Interval Since Last Report:          890573 sec
    Crashes Since Last Report:           11
    Per-App Interval Since Last Report:  12 sec
    Per-App Crashes Since Last Report:   1
    Anonymous UUID:                      37299CCF-EED7-5E12-32C0-EE877539C7B2
    Crashed Thread:  0  Dispatch queue: com.apple.main-thread
    Exception Type:  EXC_ARITHMETIC (SIGFPE)
    Exception Codes: EXC_I386_DIV (divide by zero)
    Thread 0 Crashed:: Dispatch queue: com.apple.main-thread
    0   com.adobe.dreamweaver-12.0              0x00a43c7b ViewItem::CalcObjectWidthHeight(Run*, int, int, int, BlockState&, int, int, int&, int&) + 2279
    1   com.adobe.dreamweaver-12.0              0x00a43100 ViewItem::GetParentContainerSizeInPixels(BlockState&) + 952
    2   com.adobe.dreamweaver-12.0              0x00a849d0 ViewItemTable::ReadPaginationAttributes(BlockState&) + 1626
    3   com.adobe.dreamweaver-12.0              0x00a85c1a ViewItemTable::PaginateYourself(BlockState&) + 436
    4   com.adobe.dreamweaver-12.0              0x00152536 ViewBlock::AddAnotherItem(BlockState&, CreatorData&, TitanViewLayerManager*) + 11134
    5   com.adobe.dreamweaver-12.0              0x00153b9d ViewBlock::AddAnotherLine(BlockState&, TitanViewLayerManager*) + 1905
    6   com.adobe.dreamweaver-12.0              0x00154286 ViewBlock::PaginateBlockInternal(BlockState&, TitanViewLayerManager*) + 248
    7   com.adobe.dreamweaver-12.0              0x00154677 ViewBlock::PaginateBlock(BlockState&) + 977
    8   com.adobe.dreamweaver-12.0              0x001574bf ViewBlockList::DoTheNextBlock(CDC32*, ViewBlockList::PaginationMode, CRect const*, int) + 205
    9   com.adobe.dreamweaver-12.0              0x00a30a84 ViewBlockList::FullForegroundPaginate(CDC32*) + 70
    10  com.adobe.dreamweaver-12.0              0x00a50fca ViewItemContainer::PaginateForMaximumWidth(BlockState&) + 374
    11  com.adobe.dreamweaver-12.0              0x00a51872 ViewItemContainer::PaginateYourself(BlockState&) + 442
    12  com.adobe.dreamweaver-12.0              0x00152536 ViewBlock::AddAnotherItem(BlockState&, CreatorData&, TitanViewLayerManager*) + 11134
    13  com.adobe.dreamweaver-12.0              0x00153b9d ViewBlock::AddAnotherLine(BlockState&, TitanViewLayerManager*) + 1905
    14  com.adobe.dreamweaver-12.0              0x00154286 ViewBlock::PaginateBlockInternal(BlockState&, TitanViewLayerManager*) + 248
    15  com.adobe.dreamweaver-12.0              0x00154677 ViewBlock::PaginateBlock(BlockState&) + 977
    16  com.adobe.dreamweaver-12.0              0x001574bf ViewBlockList::DoTheNextBlock(CDC32*, ViewBlockList::PaginationMode, CRect const*, int) + 205
    17  com.adobe.dreamweaver-12.0              0x005abae1 TitanView::DoUpdatePagination() + 1627
    18  com.adobe.dreamweaver-12.0              0x005ac1d7 TitanView::OnUpdate(CView*, long, CObject*) + 55
    19  com.adobe.dreamweaver-12.0              0x003ad7f4 CView::OnInitialUpdate() + 44
    20  com.adobe.dreamweaver-12.0              0x0004be67 TitanView::OnInitialUpdate(int) + 1939
    21  com.adobe.dreamweaver-12.0              0x0004c2d2 TitanView::DoDeferredUpdates() + 132
    22  com.adobe.dreamweaver-12.0              0x0112a766 CWnd::OnWndMsg(unsigned int, unsigned int, long, long*) + 258
    23  com.adobe.dreamweaver-12.0              0x0059e6d0 TitanView::OnWndMsg(unsigned int, unsigned int, long, long*) + 176
    24  com.adobe.dreamweaver-12.0              0x01129d12 CWnd::WindowProc(unsigned int, unsigned int, long) + 58
    25  com.adobe.dreamweaver-12.0              0x003ab59e CWnd::WinSendMessage(unsigned int, unsigned int, long) + 44
    26  com.adobe.dreamweaver-12.0              0x0112a4c4 CPostedMessage::SpendTime() + 196
    27  com.adobe.dreamweaver-12.0              0x003ab22f CPostedMessage::PostedMessageHandler(long const&) + 249
    28  com.adobe.dreamweaver-12.0              0x003ab461 CPostedMessage::HandlePostedMessages(bool) + 493
    29  com.adobe.dreamweaver-12.0              0x01149282 -[M2DMacNodeTimer fire:] + 18
    30  com.apple.Foundation                    0x916c27d4 __NSFireTimer + 117
    31  com.apple.CoreFoundation                0x930ad9b6 __CFRUNLOOP_IS_CALLING_OUT_TO_A_TIMER_CALLBACK_FUNCTION__ + 22
    32  com.apple.CoreFoundation                0x930ad355 __CFRunLoopDoTimer + 709
    33  com.apple.CoreFoundation                0x93092162 __CFRunLoopRun + 1730
    34  com.apple.CoreFoundation                0x9309163a CFRunLoopRunSpecific + 378
    35  com.apple.CoreFoundation                0x930914ab CFRunLoopRunInMode + 123
    36  com.apple.HIToolbox                     0x95ebe15a RunCurrentEventLoopInMode + 242
    37  com.apple.HIToolbox                     0x95ebddf5 ReceiveNextEventCommon + 162
    38  com.apple.HIToolbox                     0x95ebdd44 BlockUntilNextEventMatchingListInMode + 88
    39  com.apple.AppKit                        0x979c8a3a _DPSNextEvent + 724
    40  com.apple.AppKit                        0x979c826c -[NSApplication nextEventMatchingMask:untilDate:inMode:dequeue:] + 119
    41  com.adobe.dreamweaver-12.0              0x003e9287 CEventDispatcher::ProcessEvent(int, unsigned long) + 529
    42  com.adobe.dreamweaver-12.0              0x011be5b0 CEventDispatcher::ProcessHttpEvent() + 26
    43  com.adobe.dreamweaver-12.0              0x008f3a65 http::startSynch() + 51
    44  com.adobe.dreamweaver-12.0              0x00cdf929 CSiteInfo::TestURLPrefixConnection(CString const&, int&, int) + 1531
    45  com.adobe.dreamweaver-12.0              0x00655aa6 DataSourcesInstructions::GetSetupSteps(CStringArray&, int&) + 1898
    46  com.adobe.dreamweaver-12.0              0x000e5917 InstructionsView::Refresh() + 207
    47  com.adobe.dreamweaver-12.0              0x0065eeb3 DataSourcesView::PopulateTreeControl(int) + 2245
    48  com.adobe.dreamweaver-12.0              0x0008016c DataSourcesView::RefreshTreeControl() + 872
    49  com.adobe.dreamweaver-12.0              0x0007efc2 DataSourcesFloater::RefreshTreeControl() + 70
    50  com.adobe.dreamweaver-12.0              0x000d6e28 ActionFrame::RefreshListControl() + 580
    51  com.adobe.dreamweaver-12.0              0x000da4ad ActionFrame::UpdateServerModel(int, bool) + 1999
    52  com.adobe.dreamweaver-12.0              0x008bc407 ActionFrame::OnDocFocusChanged(unsigned int, long) + 305
    53  com.adobe.dreamweaver-12.0              0x0112a811 CWnd::OnWndMsg(unsigned int, unsigned int, long, long*) + 429
    54  com.adobe.dreamweaver-12.0              0x01129d12 CWnd::WindowProc(unsigned int, unsigned int, long) + 58
    55  com.adobe.dreamweaver-12.0              0x003ab59e CWnd::WinSendMessage(unsigned int, unsigned int, long) + 44
    56  com.adobe.dreamweaver-12.0              0x0112a4c4 CPostedMessage::SpendTime() + 196
    57  com.adobe.dreamweaver-12.0              0x003ab22f CPostedMessage::PostedMessageHandler(long const&) + 249
    58  com.adobe.dreamweaver-12.0              0x003ab461 CPostedMessage::HandlePostedMessages(bool) + 493
    59  com.adobe.dreamweaver-12.0              0x0114c264 CRealApp::DoPreEventProcessing(dvaui::ui::OS_Event const&) + 108
    60  com.adobe.exo.framework                 0x040eefed exo::app::AppBase::PreEventProcessing(dvaui::ui::OS_Event const&) + 27
    61  com.adobe.exo.framework                 0x040f5d9f boost::detail::function::function_obj_invoker0<boost::_bi::bind_t<bool, boost::_mfi::mf1<bool, exo::app::AppBase, dvaui::ui::OS_Event const&>, boost::_bi::list2<boost::_bi::value<exo::app::OS_AppBase*>, boost::_bi::value<dvaui::ui::OS_Event> > >, bool>::invoke(boost::detail::function::function_buffer&) + 47
    62  com.adobe.dreamweaver-12.0              0x0119c3e2 int dvacore::config::ErrorManager::ExecuteFunction<bool>(boost::function0<bool>*, bool*) + 32
    63  com.adobe.dreamweaver-12.0              0x0119c248 boost::detail::function::function_obj_invoker0<boost::_bi::bind_t<int, int (*)(boost::function0<bool>*, bool*), boost::_bi::list2<boost::_bi::value<boost::function0<bool>*>, boost::_bi::value<bool*> > >, int>::invoke(boost::detail::function::function_buffer&) + 24
    64  com.adobe.dreamweaver-12.0              0x0114d888 TestErrorManager::ExecuteFunctionWithTopLevelExceptionHandler(boost::function0<int>) + 50
    65  com.adobe.dreamweaver-12.0              0x0119c2d5 bool dvacore::config::ErrorManager::ExecuteFunctionWithTopLevelExceptionHandler<bool>(boost::f unction0<bool>, bool*) + 127
    66  com.adobe.dreamweaver-12.0              0x0119c5fb bool dvacore::config::ExecuteTopLevelFunction<bool>(boost::function0<bool>, bool*) + 123
    67  com.adobe.exo.framework                 0x040f46be -[ExoMacApplication sendEvent:] + 366
    68  com.apple.AppKit                        0x979be72c -[NSApplication run] + 951
    69  com.adobe.exo.framework                 0x040f3bd3 exo::app::OS_AppBase::RunEventLoop() + 67
    70  com.adobe.dreamweaver-12.0              0x0114bcef CRealApp::Run() + 395
    71  com.adobe.dreamweaver-12.0              0x0112f570 CWinAppImpl::Run() + 36
    72  com.adobe.dreamweaver-12.0              0x0112f85f main + 95
    73  com.adobe.dreamweaver-12.0              0x004e1375 start + 53
    Thread 1:: Dispatch queue: com.apple.libdispatch-manager
    0   libsystem_kernel.dylib                  0x99d579ae kevent + 10
    1   libdispatch.dylib                       0x959e1c71 _dispatch_mgr_invoke + 993
    2   libdispatch.dylib                       0x959e17a9 _dispatch_mgr_thread + 53
    Thread 2:
    0   libsystem_kernel.dylib                  0x99d570ee __workq_kernreturn + 10
    1   libsystem_c.dylib                       0x99d7604c _pthread_workq_return + 45
    2   libsystem_c.dylib                       0x99d75e19 _pthread_wqthread + 448
    3   libsystem_c.dylib                       0x99d5dcca start_wqthread + 30
    Thread 3:
    0   libsystem_kernel.dylib                  0x99d570ee __workq_kernreturn + 10
    1   libsystem_c.dylib                       0x99d7604c _pthread_workq_return + 45
    2   libsystem_c.dylib                       0x99d75e19 _pthread_wqthread + 448
    3   libsystem_c.dylib                       0x99d5dcca start_wqthread + 30
    Thread 4:
    0   libsystem_kernel.dylib                  0x99d570ee __workq_kernreturn + 10
    1   libsystem_c.dylib                       0x99d7604c _pthread_workq_return + 45
    2   libsystem_c.dylib                       0x99d75e19 _pthread_wqthread + 448
    3   libsystem_c.dylib                       0x99d5dcca start_wqthread + 30
    Thread 5:
    0   libsystem_kernel.dylib                  0x99d568e2 __psynch_cvwait + 10
    1   libsystem_c.dylib                       0x99d78220 _pthread_cond_wait + 833
    2   libsystem_c.dylib                       0x99dfe0ec pthread_cond_timedwait$UNIX2003 + 70
    3   com.adobe.boost_threads.framework          0x0285026e boost::condition_variable::timed_wait(boost::unique_lock<boost::mutex>&, boost::posix_time::ptime const&) + 812
    4   com.adobe.boost_threads.framework          0x02849680 boost::this_thread::sleep(boost::posix_time::ptime const&) + 128
    5   com.adobe.dreamweaver-12.0              0x00902046 JSInterp::testForINET() + 110
    6   com.adobe.dreamweaver-12.0              0x00902da5 boost::detail::function::void_function_obj_invoker0<boost::_bi::bind_t<void, boost::_mfi::mf0<void, JSInterp>, boost::_bi::list1<boost::_bi::value<JSInterp*> > >, void>::invoke(boost::detail::function::function_buffer&) + 37
    7   com.adobe.dvacore.framework             0x03458b37 dvacore::threads::(anonymous namespace)::LaunchThread(std::string const&, boost::function0<void> const&, dvacore::threads::ThreadPriority, boost::function<void ()> const&, boost::function<void ()> const&) + 151
    8   com.adobe.dvacore.framework             0x03458c48 boost::detail::thread_data<boost::_bi::bind_t<void, void (*)(std::string const&, boost::function0<void> const&, dvacore::threads::ThreadPriority, boost::function<void ()> const&, boost::function<void ()> const&), boost::_bi::list5<boost::_bi::value<std::string>, boost::_bi::value<boost::function<void ()> >, boost::_bi::value<dvacore::threads::ThreadPriority>, boost::_bi::value<boost::function<void ()> >, boost::_bi::value<boost::function<void ()> > > > >::run() + 64
    9   com.adobe.boost_threads.framework          0x02848737 thread_proxy + 167
    10  libsystem_c.dylib                       0x99d73557 _pthread_start + 344
    11  libsystem_c.dylib                       0x99d5dcee thread_start + 34
    Thread 6:
    0   libsystem_kernel.dylib                  0x99d56c72 __semwait_signal + 10
    1   libsystem_c.dylib                       0x99dfda61 nanosleep$UNIX2003 + 189
    2   com.apple.carbonbundletemplate          0x11c414db ScObjects::Thread::sleep(unsigned int) + 59
    3   com.apple.carbonbundletemplate          0x11c3d339 ScObjects::BridgeTalkThread::run() + 185
    4   com.apple.carbonbundletemplate          0x11c41848 ScObjects::Thread::go(void*) + 168
    5   libsystem_c.dylib                       0x99d73557 _pthread_start + 344
    6   libsystem_c.dylib                       0x99d5dcee thread_start + 34
    Thread 7:
    0   libsystem_kernel.dylib                  0x99d56b3e __recvfrom + 10
    1   libsystem_c.dylib                       0x99dfdbcb recv$UNIX2003 + 54
    2   ServiceManager-Launcher.dylib           0x11e87733 Invoke + 47867
    3   ServiceManager-Launcher.dylib           0x11e86846 Invoke + 44046
    4   ServiceManager-Launcher.dylib           0x11e85988 Invoke + 40272
    5   ServiceManager-Launcher.dylib           0x11e85a0f Invoke + 40407
    6   ServiceManager-Launcher.dylib           0x11e80baf Invoke + 20343
    7   ServiceManager-Launcher.dylib           0x11e80ea7 Invoke + 21103
    8   ServiceManager-Launcher.dylib           0x11e81685 Invoke + 23117
    9   ServiceManager-Launcher.dylib           0x11e818f9 Invoke + 23745
    10  ServiceManager-Launcher.dylib           0x11e842a0 Invoke + 34408
    11  ServiceManager-Launcher.dylib           0x11e843fd Invoke + 34757
    12  ServiceManager-Launcher.dylib           0x11e84c91 Invoke + 36953
    13  ServiceManager-Launcher.dylib           0x11e84db2 Invoke + 37242
    14  ServiceManager-Launcher.dylib           0x11e77656 Login + 461
    15  ServiceManager-Launcher.dylib           0x11e7b09a Login + 15377
    16  ServiceManager-Launcher.dylib           0x11e85165 Invoke + 38189
    17  ServiceManager-Launcher.dylib           0x11e872eb Invoke + 46771
    18  libsystem_c.dylib                       0x99d73557 _pthread_start + 344
    19  libsystem_c.dylib                       0x99d5dcee thread_start + 34
    Thread 8:
    0   libsystem_kernel.dylib                  0x99d568e2 __psynch_cvwait + 10
    1   libsystem_c.dylib                       0x99d78220 _pthread_cond_wait + 833
    2   libsystem_c.dylib                       0x99dfe0a1 pthread_cond_wait$UNIX2003 + 71
    3   com.adobe.ape.engine                    0x132b804f APXGetHostAPI + 2633743
    4   com.adobe.ape.engine                    0x1304962f APXGetHostAPI + 83439
    5   com.adobe.ape.engine                    0x132b813e APXGetHostAPI + 2633982
    6   com.adobe.ape.engine                    0x132b81a7 APXGetHostAPI + 2634087
    7   com.adobe.ape.engine                    0x132b82c6 APXGetHostAPI + 2634374
    8   libsystem_c.dylib                       0x99d73557 _pthread_start + 344
    9   libsystem_c.dylib                       0x99d5dcee thread_start + 34
    Thread 9:
    0   libsystem_kernel.dylib                  0x99d568e2 __psynch_cvwait + 10
    1   libsystem_c.dylib                       0x99d78220 _pthread_cond_wait + 833
    2   libsystem_c.dylib                       0x99dfe0a1 pthread_cond_wait$UNIX2003 + 71
    3   com.adobe.ape.engine                    0x132b804f APXGetHostAPI + 2633743
    4   com.adobe.ape.engine                    0x1304962f APXGetHostAPI + 83439
    5   com.adobe.ape.engine                    0x132b813e APXGetHostAPI + 2633982
    6   com.adobe.ape.engine                    0x132b81a7 APXGetHostAPI + 2634087
    7   com.adobe.ape.engine                    0x132b82c6 APXGetHostAPI + 2634374
    8   libsystem_c.dylib                       0x99d73557 _pthread_start + 344
    9   libsystem_c.dylib                       0x99d5dcee thread_start + 34
    Thread 10:
    0   libsystem_kernel.dylib                  0x99d568e2 __psynch_cvwait + 10
    1   libsystem_c.dylib                       0x99d78220 _pthread_cond_wait + 833
    2   libsystem_c.dylib                       0x99dfe0a1 pthread_cond_wait$UNIX2003 + 71
    3   com.adobe.ape.engine                    0x132b804f APXGetHostAPI + 2633743
    4   com.adobe.ape.engine                    0x1304962f APXGetHostAPI + 83439
    5   com.adobe.ape.engine                    0x132b813e APXGetHostAPI + 2633982
    6   com.adobe.ape.engine                    0x132b81a7 APXGetHostAPI + 2634087
    7   com.adobe.ape.engine                    0x132b82c6 APXGetHostAPI + 2634374
    8   libsystem_c.dylib                       0x99d73557 _pthread_start + 344
    9   libsystem_c.dylib                       0x99d5dcee thread_start + 34
    Thread 11:
    0   libsystem_kernel.dylib                  0x99d568e2 __psynch_cvwait + 10
    1   libsystem_c.dylib                       0x99d78220 _pthread_cond_wait + 833
    2   libsystem_c.dylib                       0x99dfe0a1 pthread_cond_wait$UNIX2003 + 71
    3   com.adobe.ape.engine                    0x132b804f APXGetHostAPI + 2633743
    4   com.adobe.ape.engine                    0x1304962f APXGetHostAPI + 83439
    5   com.adobe.ape.engine                    0x132b813e APXGetHostAPI + 2633982
    6   com.adobe.ape.engine                    0x132b81a7 APXGetHostAPI + 2634087
    7   com.adobe.ape.engine                    0x132b82c6 APXGetHostAPI + 2634374
    8   libsystem_c.dylib                       0x99d73557 _pthread_start + 344
    9   libsystem_c.dylib                       0x99d5dcee thread_start + 34
    Thread 12:
    0   libsystem_kernel.dylib                  0x99d568e2 __psynch_cvwait + 10
    1   libsystem_c.dylib                       0x99d78289 _pthread_cond_wait + 938
    2   libsystem_c.dylib                       0x99d78512 pthread_cond_timedwait_relative_np + 47
    3   com.adobe.ape.engine                    0x132b8017 APXGetHostAPI + 2633687
    4   com.adobe.ape.engine                    0x132d120e APXGetHostAPI + 2736590
    5   com.adobe.ape.engine                    0x132b813e APXGetHostAPI + 2633982
    6   com.adobe.ape.engine                    0x132b81a7 APXGetHostAPI + 2634087
    7   com.adobe.ape.engine                    0x132b82c6 APXGetHostAPI + 2634374
    8   libsystem_c.dylib                       0x99d73557 _pthread_start + 344
    9   libsystem_c.dylib                       0x99d5dcee thread_start + 34
    Thread 13:
    0   libsystem_kernel.dylib                  0x99d568e2 __psynch_cvwait + 10
    1   libsystem_c.dylib                       0x99d78289 _pthread_cond_wait + 938
    2   libsystem_c.dylib                       0x99d78512 pthread_cond_timedwait_relative_np + 47
    3   com.adobe.ape.engine                    0x132b8017 APXGetHostAPI + 2633687
    4   com.adobe.ape.engine                    0x13446168 APXGetHostAPI + 4264232
    5   com.adobe.ape.engine                    0x132b813e APXGetHostAPI + 2633982
    6   com.adobe.ape.engine                    0x132b81a7 APXGetHostAPI + 2634087
    7   com.adobe.ape.engine                    0x132b82c6 APXGetHostAPI + 2634374
    8   libsystem_c.dylib                       0x99d73557 _pthread_start + 344
    9   libsystem_c.dylib                       0x99d5dcee thread_start + 34
    Thread 14:
    0   libsystem_kernel.dylib                  0x99d568e2 __psynch_cvwait + 10
    1   libsystem_c.dylib                       0x99d78289 _pthread_cond_wait + 938
    2   libsystem_c.dylib                       0x99e05afc pthread_cond_wait + 48
    3   com.macromedia.Flash Player.authplaylib          0x16ced25f 0x1689d000 + 4522591
    4   com.macromedia.Flash Player.authplaylib          0x168b739f 0x1689d000 + 107423
    5   com.macromedia.Flash Player.authplaylib          0x16ced34c 0x1689d000 + 4522828
    6   com.macromedia.Flash Player.authplaylib          0x16ced390 0x1689d000 + 4522896
    7   com.macromedia.Flash Player.authplaylib          0x16ced4b6 0x1689d000 + 4523190
    8   libsystem_c.dylib                       0x99d73557 _pthread_start + 344
    9   libsystem_c.dylib                       0x99d5dcee thread_start + 34
    Thread 15:
    0   libsystem_kernel.dylib                  0x99d568e2 __psynch_cvwait + 10
    1   libsystem_c.dylib                       0x99d78289 _pthread_cond_wait + 938
    2   libsystem_c.dylib                       0x99e05afc pthread_cond_wait + 48
    3   com.macromedia.Flash Player.authplaylib          0x16ced25f 0x1689d000 + 4522591
    4   com.macromedia.Flash Player.authplaylib          0x168b739f 0x1689d000 + 107423
    5   com.macromedia.Flash Player.authplaylib          0x16ced34c 0x1689d000 + 4522828
    6   com.macromedia.Flash Player.authplaylib          0x16ced390 0x1689d000 + 4522896
    7   com.macromedia.Flash Player.authplaylib          0x16ced4b6 0x1689d000 + 4523190
    8   libsystem_c.dylib                       0x99d73557 _pthread_start + 344
    9   libsystem_c.dylib                       0x99d5dcee thread_start + 34
    Thread 16:
    0   libsystem_kernel.dylib                  0x99d568e2 __psynch_cvwait + 10
    1   libsystem_c.dylib                       0x99d78289 _pthread_cond_wait + 938
    2   libsystem_c.dylib                       0x99e05afc pthread_cond_wait + 48
    3   com.macromedia.Flash Player.authplaylib          0x16ced25f 0x1689d000 + 4522591
    4   com.macromedia.Flash Player.authplaylib          0x168b739f 0x1689d000 + 107423
    5   com.macromedia.Flash Player.authplaylib          0x16ced34c 0x1689d000 + 4522828
    6   com.macromedia.Flash Player.authplaylib          0x16ced390 0x1689d000 + 4522896
    7   com.macromedia.Flash Player.authplaylib          0x16ced4b6 0x1689d000 + 4523190
    8   libsystem_c.dylib                       0x99d73557 _pthread_start + 344
    9   libsystem_c.dylib                       0x99d5dcee thread_start + 34
    Thread 17:
    0   libsystem_kernel.dylib                  0x99d568e2 __psynch_cvwait + 10
    1   libsystem_c.dylib                       0x99d78289 _pthread_cond_wait + 938
    2   libsystem_c.dylib                       0x99e05afc pthread_cond_wait + 48
    3   com.macromedia.Flash Player.authplaylib          0x16ced25f 0x1689d000 + 4522591
    4   com.macromedia.Flash Player.authplaylib          0x168b739f 0x1689d000 + 107423
    5   com.macromedia.Flash Player.authplaylib          0x16ced34c 0x1689d000 + 4522828
    6   com.macromedia.Flash Player.authplaylib          0x16ced390 0x1689d000 + 4522896
    7   com.macromedia.Flash Player.authplaylib          0x16ced4b6 0x1689d000 + 4523190
    8   libsystem_c.dylib                       0x99d73557 _pthread_start + 344
    9   libsystem_c.dylib                       0x99d5dcee thread_start + 34
    Thread 18:: com.apple.NSURLConnectionLoader
    0   libsystem_kernel.dylib                  0x99d547d2 mach_msg_trap + 10
    1   libsystem_kernel.dylib                  0x99d53cb0 mach_msg + 68
    2   com.apple.CoreFoundation                0x9308c599 __CFRunLoopServiceMachPort + 185
    3   com.apple.CoreFoundation                0x93091f7f __CFRunLoopRun + 1247
    4   com.apple.CoreFoundation                0x9309163a CFRunLoopRunSpecific + 378
    5   com.apple.CoreFoundation                0x930914ab CFRunLoopRunInMode + 123
    6   com.apple.Foundation                    0x9168313a +[NSURLConnection(Loader) _resourceLoadLoop:] + 395
    7   com.apple.Foundation                    0x916e71d8 -[NSThread main] + 45
    8   com.apple.Foundation                    0x916e715b __NSThread__main__ + 1396
    9   libsystem_c.dylib                       0x99d73557 _pthread_start + 344
    10  libsystem_c.dylib                       0x99d5dcee thread_start + 34
    Thread 19:
    0   libsystem_kernel.dylib                  0x99d570ee __workq_kernreturn + 10
    1   libsystem_c.dylib                       0x99d7604c _pthread_workq_return + 45
    2   libsystem_c.dylib                       0x99d75e19 _pthread_wqthread + 448
    3   libsystem_c.dylib                       0x99d5dcca start_wqthread + 30
    Thread 20:: com.apple.CFSocket.private
    0   libsystem_kernel.dylib                  0x99d56be6 __select + 10
    1   com.apple.CoreFoundation                0x930d5c00 __CFSocketManager + 1632
    2   libsystem_c.dylib                       0x99d73557 _pthread_start + 344
    3   libsystem_c.dylib                       0x99d5dcee thread_start + 34
    Thread 21:
    0   libsystem_kernel.dylib                  0x99d568e2 __psynch_cvwait + 10
    1   libsystem_c.dylib                       0x99d78220 _pthread_cond_wait + 833
    2   libsystem_c.dylib                       0x99dfe0a1 pthread_cond_wait$UNIX2003 + 71
    3   WebKitDw.dylib                          0x1ae1a273 WTF::TCMalloc_PageHeap::scavengerThread() + 179
    4   WebKitDw.dylib                          0x1ae1a2e1 WTF::TCMalloc_PageHeap::runScavengerThread(void*) + 17
    5   libsystem_c.dylib                       0x99d73557 _pthread_start + 344
    6   libsystem_c.dylib                       0x99d5dcee thread_start + 34
    Thread 22:
    0   libsystem_kernel.dylib                  0x99d56c72 __semwait_signal + 10
    1   libsystem_c.dylib                       0x99dfda61 nanosleep$UNIX2003 + 189
    2   libsystem_c.dylib                       0x99dfd92a usleep$UNIX2003 + 60
    3   com.adobe.dreamweaver-12.0              0x003aa0e5 Sleep + 21
    4   com.adobe.dreamweaver-12.0              0x00f55386 CodeViewTypingMonitorThread::MonitorThread() + 184
    5   com.adobe.dreamweaver-12.0              0x00f55423 CodeViewTypingMonitorThread::tramp(void*) + 17
    6   libsystem_c.dylib                       0x99d73557 _pthread_start + 344
    7   libsystem_c.dylib                       0x99d5dcee thread_start + 34
    Thread 0 crashed with X86 Thread State (32-bit):
      eax: 0x00000000  ebx: 0x00000000  ecx: 0x00000000  edx: 0x00000000
      edi: 0x00000190  esi: 0xbfffbdf8  ebp: 0xbfffbe48  esp: 0xbfffbd70
       ss: 0x00000023  efl: 0x00010206  eip: 0x00a43c7b   cs: 0x0000001b
       ds: 0x00000023   es: 0x00000023   fs: 0x00000000   gs: 0x0000000f
      cr2: 0x00a84376
    Logical CPU: 3
    Binary Images:
        0x1000 -  0x1997ff3 +com.adobe.dreamweaver-12.0 (12.0.1.5842 - 12.0.1) <29913439-D46C-C332-764C-D06DEB11B66C> /Applications/Adobe Dreamweaver CS6/Adobe Dreamweaver CS6.app/Contents/MacOS/Dreamweaver
    0x2847000 -  0x2855ff3 +com.adobe.boost_threads.framework (5.0.0 - 5.0.0.0) <C5ECA213-7C14-0DD2-6334-1EA67EDCDCAE> /Applications/Adobe Dreamweaver CS6/Adobe Dreamweaver CS6.app/Contents/Frameworks/boost_threads.framework/Versions/A/boost_threads
    0x287a000 -  0x2884ffb +com.adobe.boost_signals.framework (5.0.0 - 5.0.0.0) <074C63C5-7E19-8F31-D72C-127042CC7468> /Applications/Adobe Dreamweaver CS6/Adobe Dreamweaver CS6.app/Contents/Frameworks/boost_signals.framework/Versions/A/boost_signals
    0x289d000 -  0x28a3ff7 +com.adobe.boost_date_time.framework (5.0.0 - 5.0.0.0) <5C589D24-FD4E-6A1B-D115-052DFC629D3A> /Applications/Adobe Dreamweaver CS6/Adobe Dreamweaver CS6.app/Contents/Frameworks/boost_date_time.framework/Versions/A/boost_date_time
    0x28c3000 -  0x28c6fff +com.adobe.boost_system.framework (5.0.0 - 5.0.0.0) <0CFC745C-CB43-4C4B-85A2-BBE60204A09D> /Applications/Adobe Dreamweaver CS6/Adobe Dreamweaver CS6.app/Contents/Frameworks/boost_system.framework/Versions/A/boost_system
    0x28ce000 -  0x2bfefeb +com.adobe.dvaadameve.framework (5.0.0 - 5.0.0.0) <E1A0CB86-20DE-395B-519A-0B02A7783EF3> /Applications/Adobe Dreamweaver CS6/Adobe Dreamweaver CS6.app/Contents/Frameworks/dvaadameve.framework/Versions/A/dvaadameve
    0x33a6000 -  0x33baff3 +com.adobe.boost_filesystem.framework (5.0.0 - 5.0.0.0) <1DD7FD3D-AA32-F2B4-78E4-7372977856F3> /Applications/Adobe Dreamweaver CS6/Adobe Dreamweaver CS6.app/Contents/Frameworks/boost_filesystem.framework/Versions/A/boost_filesystem
    0x33e5000 -  0x3565ff3 +com.adobe.dvacore.framework (5.0.0 - 5.0.0.0) <67A1A918-F107-AA77-BCA9-C919998E9C9C> /Applications/Adobe Dreamweaver CS6/Adobe Dreamweaver CS6.app/Contents/Frameworks/dvacore.framework/Versions/A/dvacore
    0x3700000 -  0x3b20fff +com.adobe.dvaui.framework (5.0.0 - 5.0.0.0) <2B4268D5-110F-E44E-25DD-D501ED4EE7CD> /Applications/Adobe Dreamweaver CS6/Adobe Dreamweaver CS6.app/Contents/Frameworks/dvaui.framework/Versions/A/dvaui
    0x40eb000 -  0x4190fff +com.adobe.exo.framework (5.0.0 - 5.0.0.0) <78ED2229-FC60-9DCB-34C0-B3BC04E74C73> /Applications/Adobe Dreamweaver CS6/Adobe Dreamweaver CS6.app/Contents/Frameworks/exo.framework/Versions/A/exo
    0x42cd000 -  0x437bfff +com.adobe.dvaworkspace.framework (5.0.0 - 5.0.0.0) <B3DDB3EE-930F-A3EB-1AA5-B8463CC5AD7B> /Applications/Adobe Dreamweaver CS6/Adobe Dreamweaver CS6.app/Contents/Frameworks/dvaworkspace.framework/Versions/A/dvaworkspace
    0x44a2000 -  0x467cfeb +com.adobe.owl (AdobeOwl version 4.0.93 - 4.0.93) <9E6B8841-D4FA-A2B7-2B0A-1D2DE2219B00> /Applications/Adobe Dreamweaver CS6/Adobe Dreamweaver CS6.app/Contents/Frameworks/AdobeOwl.framework/Versions/A/AdobeOwl
    0x46a9000 -  0x46b0ffb +com.adobe.ape.shim (3.3.8.19346 - 3.3.8.19346) <B711CAA7-29D6-D5CF-CE1B-A611896C8D87> /Applications/Adobe Dreamweaver CS6/Adobe Dreamweaver CS6.app/Contents/Frameworks/adbeape.framework/Versions/A/adbeape
    0x46b8000 -  0x46d1fe7 +libChar16.dylib (1) <A6CEB90D-0445-9F09-C60D-889D0E4F5E56> /Applications/Adobe Dreamweaver CS6/Adobe Dreamweaver CS6.app/Contents/MacOS/libChar16.dylib
    0x46ee000 -  0x4710ff7 +libCoreTypes.dylib (1) <A1FAF8EC-6459-4654-4149-0FF9A557D70D> /Applications/Adobe Dreamweaver CS6/Adobe Dreamweaver CS6.app/Contents/MacOS/libCoreTypes.dylib
    0x4729000 -  0x4771ff7 +libCurl.dylib (1) <40F485B4-A6EC-75CD-E370-9FDE82271700> /Applications/Adobe Dreamweaver CS6/Adobe Dreamweaver CS6.app/Contents/MacOS/libCurl.dylib
    0x478d000 -  0x479aff7 +libZ.dylib (1) <F129F5D3-8764-9B14-1E22-0DCE54B70E6C> /Applications/Adobe Dreamweaver CS6/Adobe Dreamweaver CS6.app/Contents/MacOS/libZ.dylib
    0x47a2000 -  0x484eff7 +libCrypto.dylib (1) <F4D68DC4-29A8-7E11-A3F2-231FF8462B28> /Applications/Adobe Dreamweaver CS6/Adobe Dreamweaver CS6.app/Contents/MacOS/libCrypto.dylib
    0x48f1000 -  0x4914ff7 +libSSL.dylib (1) <408169A9-1CD1-8841-9A23-AC097F9411B8> /Applications/Adobe Dreamweaver CS6/Adobe Dreamweaver CS6.app/Contents/MacOS/libSSL.dylib
    0x492c000 -  0x492dff7 +libCocoa.dylib (1) <DCDB2597-90DA-9DE8-D61C-DA9DEA9A7004> /Applications/Adobe Dreamweaver CS6/Adobe Dreamweaver CS6.app/Contents/MacOS/libCocoa.dylib
    0x4933000 -  0x4b7efff  com.apple.carbonframeworktemplate (1.0 - 1.0) <522C3C40-8CEA-1071-0BA1-5F5985F08CB1> /Applications/Adobe Dreamweaver CS6/Adobe Dreamweaver CS6.app/Contents/Frameworks/Xerces.framework/Versions/A/Xerces
    0x4e49000 -  0x4e54ff3  com.apple.carbonframeworktemplate (1.0 - 1.0) <2F2E6DD0-60C5-97DF-7DA9-49CF5974A974> /Applications/Adobe Dreamweaver CS6/Adobe Dreamweaver CS6.app/Contents/Frameworks/NetIO.framework/Versions/A/NetIO
    0x4e64000 -  0x4e67ffb +com.adobe.AdobeCrashReporter (6.0 - 6.0.20120201) <6CE1936E-6AC7-6900-769B-876CBB68B5BC> /Applications/Adobe Dreamweaver CS6/Adobe Dreamweaver CS6.app/Contents/Frameworks/AdobeCrashReporter.framework/Versions/A/AdobeCrashReporter
    0x4e6f000 -  0x4febff3 +com.adobe.ACE (AdobeACE 2.19.18.19243 - 2.19.18.19243) <464E11C2-11BF-EED9-445F-B110D65E1944> /Applications/Adobe Dreamweaver CS6/Adobe Dreamweaver CS6.app/Contents/Frameworks/AdobeACE.framework/Versions/A/AdobeACE
    0x4ffa000 -  0x55c1fef +com.adobe.AGM (AdobeAGM 4.26.17.19243 - 4.26.17.19243) <895F58FE-CF43-B09B-336E-C7725860E6AF> /Applications/Adobe Dreamweaver CS6/Adobe Dreamweaver CS6.app/Contents/Frameworks/AdobeAGM.framework/Versions/A/AdobeAGM
    0x5634000 -  0x564ffff +com.adobe.BIB (AdobeBIB 1.2.02.19243 - 1.2.02.19243) <147A128F-ACC3-A4AB-C003-20CEAD8AE1CC> /Applications/Adobe Dreamweaver CS6/Adobe Dreamweaver CS6.app/Contents/Frameworks/AdobeBIB.framework/Versions/A/AdobeBIB
    0x5655000 -  0x567bfff +com.adobe.BIBUtils (AdobeBIBUtils 1.1.01 - 1.1.01) <55E00096-6399-E2FD-021E-A15B8CF15ABB> /Applications/Adobe Dreamweaver CS6/Adobe Dreamweaver CS6.app/Contents/Frameworks/AdobeBIBUtils.framework/Versions/A/AdobeBIBUtils
    0x5681000 -  0x59a8ffb +com.adobe.CoolType (AdobeCoolType 5.10.31.19243 - 5.10.31.19243) <4DB6A24B-C380-EF7A-B9A1-BF373C6F0AAD> /Applications/Adobe Dreamweaver CS6/Adobe Dreamweaver CS6.app/Contents/Frameworks/AdobeCoolType.framework/Versions/A/AdobeCoolType
    0x59e0000 -  0x6a8cff3 +com.adobe.psl (AdobePSL 13.0.0.19655 - 13.0.0.19655) <47A9AAEC-43CD-17C9-6E58-6312315FC15D> /Applications/Adobe Dreamweaver CS6/Adobe Dreamweaver CS6.app/Contents/Frameworks/AdobePSL.framework/Versions/A/AdobePSL
    0x6c05000 -  0x6c2dfeb +com.adobe.AXE8SharedExpat (AdobeAXE8SharedExpat 3.7.101.18636 - 3.7.101.18636) <C38ACBCE-04AA-DF40-FF79-29377F25CDAF> /Applications/Adobe Dreamweaver CS6/Adobe Dreamweaver CS6.app/Contents/Frameworks/AdobeAXE8SharedExpat.framework/Versions/A/AdobeAXE8SharedExpa t
    0x6c4c000 -  0x6ca8fef +com.adobe.AdobeXMPCore (Adobe XMP Core 5.3 -c 11 - 66.145661) <123A0829-A85B-6E67-0E48-4F37B08E4C03> /Applications/Adobe Dreamweaver CS6/Adobe Dreamweaver CS6.app/Contents/Frameworks/AdobeXMP.framework/Versions/A/AdobeXMP
    0x6cb1000 -  0x6d1effb +com.adobe.headlights.LogSessionFramework (2.1.2.1652) <82DA9279-45D2-AD40-C86C-F5A94B9DAAFF> /Applications/Adobe Dreamweaver CS6/Adobe Dreamweaver CS6.app/Contents/Frameworks/LogSession.framework/Versions/A/LogSession
    0x6d6d000 -  0x6e4fff3 +com.adobe.amtlib (amtlib 6.0.0.75 - 6.0.0.75) <808CABA8-E8E6-AC45-4905-A6AA59E8C41C> /Applications/Adobe Dreamweaver CS6/Adobe Dreamweaver CS6.app/Contents/Frameworks/amtlib.framework/Versions/A/amtlib
    0x6e5e000 -  0x6f46fe3 +com.adobe.AXEDOMCore (AdobeAXEDOMCore 3.7.101.18636 - 3.7.101.18636) <2540764B-C2F2-61D7-EFBA-6663171FD19A> /Applications/Adobe Dreamweaver CS6/Adobe Dreamweaver CS6.app/Contents/Frameworks/AdobeAXEDOMCore.framework/Versions/A/AdobeAXEDOMCore
    0x6fd7000 -  0x6fdbffd  com.apple.JavaVM (14.5.0 - 14.5.0) <1163556C-5C1D-3C5A-8767-682DAE7D3174> /System/Library/Frameworks/JavaVM.framework/Versions/A/JavaVM
    0x6fe3000 -  0x6ff9ffc  libexpat.1.dylib (12) <D4F1FD2B-F75A-322C-843E-113EF5F8EEAF> /usr/lib/libexpat.1.dylib
    0x7002000 -  0x70edff3 +com.adobe.linguistic.LinguisticManager (6.0.0 - 17018) <8CA89B59-BCD4-58A2-D40E-C41F1621EAD1> /Applications/Adobe Dreamweaver CS6/Adobe Dreamweaver CS6.app/Contents/Frameworks/AdobeLinguistic.framework/Versions/3/AdobeLinguistic
    0x7176000 -  0x7ebbff7 +libicudata.40.0.dylib (40) <015E6351-4F42-00C1-2096-BEE385B275B1> /Applications/Adobe Dreamweaver CS6/Adobe Dreamweaver CS6.app/Contents/Frameworks/ICUData.framework/Versions/4.0/libicudata.40.0.dylib
    0x7ece000 -  0x7f6cfe3 +libicucnv.40.0.dylib (40) <D11DC46F-D58E-B17C-9356-46F593D5A7CF> /Applications/Adobe Dreamweaver CS6/Adobe Dreamweaver CS6.app/Contents/Frameworks/ICUConverter.framework/Versions/4.0/libicucnv.40.0.dylib
    0x7f8e000 -  0x80c3fe7 +libicui18n.40.0.dylib (40) <8BE3FE71-0CE6-2B93-B5F2-B4F0DD274B91> /Applications/Adobe Dreamweaver CS6/Adobe Dreamweaver CS6.app/Contents/Frameworks/ICUInternationalization.framework/Versions/4.0/libicui18n.40. 0.dylib
    0x8137000 -  0x8228fef +libicuuc.40.0.dylib (40) <4CF7066A-6E82-FF80-93E6-6849149FBB98> /Applications/Adobe Dreamweaver CS6/Adobe Dreamweaver CS6.app/Contents/Frameworks/ICUUnicode.framework/Versions/4.0/libicuuc.40.0.dylib
    0x8265000 -  0x881bfe7 +com.adobe.dw.imageoptimization.engine (Dreamweaver Image Optimization CS6 Library version "12.0.0.043" - "12.0.0.043") <932726A9-6ECC-4BE5-9271-3482F6025679> /Applications/Adobe Dreamweaver CS6/Adobe Dreamweaver CS6.app/Contents/Frameworks/ImageOptimization.framework/Versions/A/ImageOptimization
    0x8e3b000 -  0x8f7bfeb +com.winsoft.wrservices (WRServices 5.0.0 - 5.0.0) <6D085279-1185-E7F0-B0D8-FBADBA062516> /Applications/Adobe Dreamweaver CS6/Adobe Dreamweaver CS6.app/Contents/Frameworks/WRServices.framework/Versions/A/WRServices
    0x8fed000 -  0x9030ff3 +com.adobe.AAM.AdobeUpdaterNotificationFramework (UpdaterNotifications 6.0.0.24 - 6.0.0.24) <4B40551F-5306-C836-02AD-109826BD580C> /Applications/Adobe Dreamweaver CS6/Adobe Dreamweaver CS6.app/Contents/Frameworks/UpdaterNotifications.framework/Versions/A/UpdaterNotification s
    0x9049000 -  0x91ddfff +com.adobe.PlugPlug (3.0.0.383 - 3.0.0.383) <2205B6E1-7C9E-1892-EC68-C1B326C727A8> /Applications/Adobe Dreamweaver CS6/Adobe Dreamweaver CS6.app/Contents/Frameworks/PlugPlug.framework/Versions/A/PlugPlug
    0x9285000 -  0x931affb +com.adobe.boost_regex.framework (5.0.0 - 5.0.0.0) <D0E3DCBB-BFDD-3AEB-A8A7-C28FB6FED5B5> /Applications/Adobe Dreamweaver CS6/Adobe Dreamweaver CS6.app/Contents/Frameworks/boost_regex.framework/Versions/A/boost_regex
    0x93d3000 -  0x93ecff7  com.apple.ScriptingBridge (1.3 - 61.2) <74397541-E4DD-3DCA-BA5F-F7AAF145819A> /System/Library/Frameworks/ScriptingBridge.framework/Versions/A/ScriptingBridge
    0x93fb000 -  0x93fbff7  libffi.dylib (18) <362F6C27-6407-388E-9521-8A2A0845188C> /usr/lib/libffi.dylib
    0x93ff000 -  0x943bff7  com.apple.vmutils (4.2.1 - 108) <6918860D-B24F-356C-9374-025BFFEA66A3> /System/Library/PrivateFrameworks/vmutils.framework/Versions/A/vmutils
    0x9455000 -  0x9474fff +libtbb.dylib (0) <6EA19434-60D6-505D-CB6F-5CA562A0F2A7> /Applications/Adobe Dreamweaver CS6/Adobe Dreamweaver CS6.app/Contents/Frameworks/libtbb.dylib
    0x948b000 -  0x9493fef +libtbbmalloc.dylib (0) <7A79ED70-A4AC-737A-2FAA-63B6FB29D4ED> /Applications/Adobe Dreamweaver CS6/Adobe Dreamweaver CS6.app/Contents/Frameworks/libtbbmalloc.dylib
    0x94a2000 -  0x94a6fff  JavaLaunching (1) <D457DAD6-EEA5-375B-AA96-0D1B2CD08253> /System/Library/PrivateFrameworks/JavaLaunching.framework/Versions/A/JavaLaunching
    0x94f6000 -  0x94f7ffd  com.apple.textencoding.unicode (2.5 - 2.5) <4E2ABBEB-1F0D-3C06-BA0C-C3CEDDF17BD2> /System/Library/TextEncodings/Unicode Encodings.bundle/Contents/MacOS/Unicode Encodings
    0xa7cf000 -  0xa7dcff3  com.apple.Librarian (1.1 - 1) <88A55A5E-40FF-3234-8394-2317120B79AB> /System/Library/PrivateFrameworks/Librarian.framework/Versions/A/Librarian
    0xcd24000 -  0xcd25ff8  ATSHI.dylib (341.1) <7FD74F4D-E42A-30CB-8863-1832BFADFE5D> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framew ork/Versions/A/Resources/ATSHI.dylib
    0xcd2a000 -  0xcd38fff  libSimplifiedChineseConverter.dylib (61) <60899F9C-A79F-3BC2-855E-DC5C78B98FEB> /System/Library/CoreServices/Encodings/libSimplifiedChineseConverter.dylib
    0xcd3c000 -  0xcd4effd  libTraditionalChineseConverter.dylib (61) <519CAA3F-715E-3CAE-B158-57EC95D916B1> /System/Library/CoreServices/Encodings/libTraditionalChineseConverter.dylib
    0xcfd5000 -  0xcfd6ffb  com.apple.carbonbundletemplate (12,0,0, 5808 - 12,0,0) <9A813627-0886-6DB1-B012-A20E1631C8EC> /Applications/Adobe Dreamweaver CS6/*/MM.bundle/Contents/MacOS/MM
    0xcfdc000 -  0xcfddff7  com.apple.carbonbundletemplate (12,0,0, 5808 - 12,0,0) <EF780E97-5C7C-8192-119A-857F7A394B51> /Applications/Adobe Dreamweaver CS6/*/DWfile.bundle/Contents/MacOS/DWfile
    0xcff1000 -  0xcff6fff  com.apple.audio.AppleHDAHALPlugIn (2.3.1 - 2.3.1f2) <58BDA15D-2B2D-3E77-BC8C-D14AB1E4AC4E> /System/Library/Extensions/AppleHDA.kext/Contents/PlugIns/AppleHDAHALPlugIn.bundle/Conten ts/MacOS/AppleHDAHALPlugIn
    0xe20f000 -  0xe213ffb  libFontRegistryUI.dylib (100) <10CAC446-A500-3291-A144-7FAFA57D6720> /System/Library/Frameworks/ApplicationServices.framework/Frameworks/ATS.framework/Resourc es/libFontRegistryUI.dylib
    0x11bde000 - 0x11bfcfe3  com.apple.carbonbundletemplate (3.0.2,5808 - 3.0.2) <70C51FDF-69D3-638E-B512-C984DD75BD87> /Applications/Adobe Dreamweaver CS6/*/MMNotes.bundle/Contents/MacOS/MMNotes
    0x11c22000 - 0x11c66ff7  com.apple.carbonbundletemplate (1.0.0,5808 - 1.0.0) <DB1BC7D0-5E3C-E7E2-7821-9D36A977A111> /Applications/Adobe Dreamweaver CS6/*/JSBridge.bundle/Contents/MacOS/JSBridge
    0x11cc3000 - 0x11cd1ffb  com.apple.carbonbundletemplate (12,0,0, 5808 - 12,0,0) <C2231A1A-4550-9AA8-36E9-D0F01F713A34> /Applications/Adobe Dreamweaver CS6/*/TSL.bundle/Contents/MacOS/TSL
    0x11d86000 - 0x11df8fef +com.adobe.adobe_caps (adobe_caps 6.0.29.0 - 6.0.29.0) <E4ADECD5-05B4-E78B-09D8-E45FD640E84D> /Applications/Adobe Dreamweaver CS6/Adobe Dreamweaver CS6.app/Contents/Frameworks/adobe_caps.framework/adobe_caps
    0x11e05000 - 0x11e59fe7 +com.adobe.ape (3.3.8.19346 - 3.3.8.19346) <0B80F7A7-EC10-A7C7-5E6E-787953553C55> /Library/Application Support/Adobe/*/adbeapecore.framework/adbeapecore
    0x11e72000 - 0x11e99ffb +ServiceManager-Launcher.dylib (389) <4EEAF886-0B48-9FF4-BE65-41E222123A50> /Library/Application Support/Adobe/*/ServiceManager-Launcher.dylib
    0x12200000 - 0x122abfff  libcrypto.0.9.7.dylib (106) <041B3399-5033-3395-9A71-6693F3A33D94> /usr/lib/libcrypto.0.9.7.dylib
    0x13000000 - 0x13f48fcb +com.adobe.ape.engine (3.3.8.19346 - 3.3.8.19346) <FB642021-E854-27B0-9C15-E3567B4F56B9> /Library/Application Support/Adobe/*/adbeapecore.framework/Libraries/adbeapeengine.bundle/Contents/MacOS/adbea peengine
    0x14143000 - 0x14201ff3  ColorSyncDeprecated.dylib (400) <35E3054C-5DF1-30D4-A368-C4FDB0992373> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ColorSync. framework/Versions/A/Resources/ColorSyncDeprecated.dylib
    0x14245000 - 0x14279ff7 +com.adobe.pip (6.0.0.1654) <21A87289-747E-A0BD-2692-F9E844932E26> /Applications/Adobe Dreamweaver CS6/Adobe Dreamweaver CS6.app/Contents/Frameworks/AdobePIP.framework/AdobePIP
    0x1689d000 - 0x1728fff3 +com.macromedia.Flash Player.authplaylib (10.2.152.34 - 10.2.152.34) <F5DEB3D4-4A6A-DDB6-8590-3E98276AE494> /Applications/Adobe Dreamweaver CS6/*/AuthPlayLib.bundle/Contents/MacOS/AuthPlayLib
    0x1ad00000 - 0x1b467ff7 +WebKitDw.dylib (1) <D65DCC25-9F5F-4A61-AD27-DB4ACD1D591F> /Applications/Adobe Dreamweaver CS6/*/WebKitDw.dylib
    0x1c656000 - 0x1c778ff3  com.apple.carbonbundletemplate (1.0 - 1.0) <B3E2C642-787F-5EE9-1CAE-6C73315E323D> /Applications/Adobe Dreamweaver CS6/*/JS_KnowledgeEngine.bundle/Contents/MacOS/JS_KnowledgeEngine
    0x1c7c2000 - 0x1c85dff3  com.apple.carbonbundletemplate (1.0 - 1.0) <BC4C9A0D-0563-F6AF-41CC-EA9CDD28DE39> /Applications/Adobe Dreamweaver CS6/*/PHP_KE.bundle/Contents/MacOS/PHP_KE
    0x40000000 - 0x400c4fe3 +com.adobe.JP2K (2.0.0 - 2.0.0.18562) <FFA540EA-6CEB-F4D1-E0EF-A844A536D499> /Applications/Adobe Dreamweaver CS6/Adobe Dreamweaver CS6.app/Contents/Frameworks/AdobeJP2K.framework/Versions/A/AdobeJP2K
    0x8fec9000 - 0x8fefbe57  dyld (210.2.3) <23516BE4-29BE-350C-91C9-F36E7999F0F1> /usr/lib/dyld
    0x90007000 - 0x900b6ff7  com.apple.CoreText (260.0 - 275.16) <873ADCD9-D361-3753-A220-CDD289196AD8> /System/Library/Frameworks/CoreText.framework/Versions/A/CoreText
    0x907bf000 - 0x90803fff  libGLU.dylib (8.6.1) <06BAFDCA-800C-35E3-B1A3-F05E105B86AB> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLU.dylib
    0x90804000 - 0x9084dff7  com.apple.framework.CoreWLAN (3.0.1 - 301.11) <ABA6A926-34C2-3C09-AD9F-A87A8A35536A> /System/Library/Frameworks/CoreWLAN.framework/Versions/A/CoreWLAN
    0x9084e000 - 0x9087aff7  libsystem_info.dylib (406.17) <AA5611DB-A944-3072-B6BE-ACAB08689547> /usr/lib/system/libsystem_info.dylib
    0x9087b000 - 0x908c0ff5  com.apple.opencl (2.1.20 - 2.1.20) <41C4AE6E-67B6-33E2-A9B6-BF6F01580B16> /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL
    0x908c1000 - 0x90cbdfeb  com.apple.VideoToolbox (1.0 - 926.62) <B09EEF06-CB3C-3EAA-8B0E-22A1801F3CAE> /System/Library/Frameworks/VideoToolbox.framework/Versions/A/VideoToolbox
    0x90cbe000 - 0x90d72fff  com.apple.coreui (2.0 - 181.1) <C15ABF35-B7F5-34ED-A461-386DAF65D96B> /System/Library/PrivateFrameworks/CoreUI.framework/Versions/A/CoreUI
    0x90db4000 - 0x90dddff7  libRIP.A.dylib (324.6) <7976E6A2-A489-33F5-A727-7634DDE3B761> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphi cs.framework/Versions/A/Resources/libRIP.A.dylib
    0x90dde000 - 0x90de7ff3  com.apple.DisplayServicesFW (2.6.1 - 353) <50D0BBF0-F911-380F-B470-E59B5E48E520> /System/Library/PrivateFrameworks/DisplayServices.framework/Versions/A/DisplayServices
    0x90de8000 - 0x90e43fff  com.apple.htmlrendering (77 - 1.1.4) <5C0C669F-AE07-3983-B38F-EB829B5CE609> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HTMLRendering.framework /Versions/A/HTMLRendering
    0x90e44000 - 0x90e44fff  com.apple.vecLib (3.8 - vecLib 3.8) <83160DD1-5614-3E34-80EB-97041016EF1F> /System/Library/Frameworks/vecLib.framework/Versions/A/vecLib
    0x90e45000 - 0x90e6efff  libxslt.1.dylib (11.3) <0DE17DAA-66FF-3195-AADB-347BEB5E2EFA> /usr/lib/libxslt.1.dylib
    0x9115b000 - 0x9115cfff  libdnsinfo.dylib (453.18) <41C7B8E2-2A81-31DE-BD8B-F0C29E169D4F> /usr/lib/system/libdnsinfo.dylib
    0x9115d000 - 0x911b6ff7  com.apple.ImageCaptureCore (5.0.1 - 5.0.1) <541529F7-063E-370B-9EB2-DF5BE39073E6> /System/Library/Frameworks/ImageCaptureCore.framework/Versions/A/ImageCaptureCore
    0x911b7000 - 0x911b9fff  libCVMSPluginSupport.dylib (8.6.1) <8A174BD9-992E-351D-8F9A-DF6991723ABE> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCVMSPluginSupport.dyl ib
    0x911ba000 - 0x91445ff3  com.apple.RawCamera.bundle (4.00 - 658) <53F1DB23-B58B-3EAF-9D1E-95C34E669DDB> /System/Library/CoreServices/RawCamera.bundle/Contents/MacOS/RawCamera
    0x91446000 - 0x91451fff  libcommonCrypto.dylib (60026) <A6C6EDB8-7E69-3827-81F3-9A74D0935461> /usr/lib/system/libcommonCrypto.dylib
    0x91452000 - 0x91499ff3  com.apple.CoreMedia (1.0 - 926.62) <69B3835E-C02F-3935-AD39-83F8E81FB780> /System/Library/Frameworks/CoreMedia.framework/Versions/A/CoreMedia
    0x9149a000 - 0x914b1ff4  com.apple.CoreMediaAuthoring (2.1 - 914) <37C0A2C7-73B3-39BC-8DE1-4A6B75F115FC> /System/Library/PrivateFrameworks/CoreMediaAuthoring.framework/Versions/A/CoreMediaAuthor ing
    0x914b2000 - 0x914f4ff7  libauto.dylib (185.1) <B2B5B639-6778-352A-828D-FD8B64A3E8B3> /usr/lib/libauto.dylib
    0x914f5000 - 0x9158ffff  com.apple.CoreSymbolication (3.0 - 87) <6A27BBE5-6EF0-3D5D-A485-2145826B9796> /System/Library/PrivateFrameworks/CoreSymbolication.framework/Versions/A/CoreSymbolicatio n
    0x91590000 - 0x9160cffb  libType1Scaler.dylib (101.1) <0D94D786-29F7-33DB-B64B-B264FA5EACD2> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framew ork/Versions/A/Resources/libType1Scaler.dylib
    0x9160d000 - 0x9160dfff  libsystem_blocks.dylib (59) <3A743C5D-CFA5-37D8-80A8-B6795A9DB04F> /usr/lib/system/libsystem_blocks.dylib
    0x9160e000 - 0x91633ffb  com.apple.framework.familycontrols (4.1 - 410) <5A8504E7-D95D-3101-8E20-38EADE8DEAE1> /System/Library/PrivateFrameworks/FamilyControls.framework/Versions/A/FamilyControls
    0x91635000 - 0x91648ff9  com.apple.MultitouchSupport.framework (235.28 - 235.28) <5C8CFA21-D4FC-32E8-B199-0F7155E6ED9A> /System/Library/PrivateFrameworks/MultitouchSupport.framework/Versions/A/MultitouchSuppor t
    0x91649000 - 0x91966ff3  com.apple.Foundation (6.8 - 945.11) <03B242AC-519C-3683-AA52-E73536B3D55F> /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation
    0x91967000 - 0x91974fff  libGL.dylib (8.6.1) <C7A3917A-C444-33CC-8599-BB9CD8C12BC4> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib
    0x91975000 - 0x91992fff  libxpc.dylib (140.41) <1BFE3149-C242-3A77-9729-B00DEDC8CCF2> /usr/lib/system/libxpc.dylib
    0x91993000 - 0x91aebffb  com.apple.audio.toolbox.AudioToolbox (1.8 - 1.8) <9205DFC2-8DAE-354E-AD87-46E229B5F2F1> /System/Library/Frameworks/AudioToolbox.framework/Versions/A/AudioToolbox
    0x91aec000 - 0x91c49ffb  com.apple.QTKit (7.7.1 - 2599.13) <2DC9E2BB-9895-3D02-A318-88431052E70B> /System/Library/Frameworks/QTKit.framework/Versions/A/QTKit
    0x91c4a000 - 0x91c50fff  com.apple.print.framework.Print (8.0 - 258) <12AEAD24-6924-3923-9E4A-C5D21231E639> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Print.framework/Version s/A/Print
    0x91c51000 - 0x91c5bfff  libsystem_notify.dylib (98.5) <7EEE9475-18F8-3099-B0ED-23A3E528ABE0> /usr/lib/system/libsystem_notify.dylib
    0x91c5c000 - 0x91c5fff7  com.apple.TCC (1.0 - 1) <437D76CD-6437-3B55-BE2C-A53508858256> /System/Library/PrivateFrameworks/TCC.framework/Versions/A/TCC
    0x91c60000 - 0x91cb9fff  com.apple.AE (645.3 - 645.3) <6745659F-006D-3F25-94D6-DF944E9A01FD> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/AE.framework/Vers ions/A/AE
    0x91cba000 - 0x91cbdffd  libCoreVMClient.dylib (24.4) <C54E8FD0-61EC-3DC8-8631-54288AC66AC8> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCoreVMClient.dylib
    0x91cbe000 - 0x91d33ff7  com.apple.ApplicationServices.ATS (332 - 341.1) <95206704-F9C9-33C4-AF25-FE9890E160B2> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framew ork/Versions/A/ATS
    0x91e45000 - 0x91e51ffe  libkxld.dylib (2050.18.24) <48A75AF6-9D5A-3552-948E-30A1682D3664> /usr/lib/system/libkxld.dylib
    0x91e52000 - 0x91eabfff  com.apple.QuickLookFramework (4.0 - 555.4) <96911441-FDD4-3B68-9E0C-51BA11A97C2E> /System/Library/Frameworks/QuickLook.framework/Versions/A/QuickLook
    0x91eac000 - 0x91eaefff  libdyld.dylib (210.2.3) <05D6FF2A-F09B-309D-95F7-7AF10259C707> /usr/lib/system/libdyld.dylib
    0x91eaf000 - 0x91eccfff  libCRFSuite.dylib (33) <C9D72D0C-871A-39A2-8AFB-682D11AE7D0D> /usr/lib/libCRFSuite.dylib
    0x91ecd000 - 0x91efaffe  libsystem_m.dylib (3022.6) <9975D9C3-3B71-38E3-AA21-C5C5F9D9C431> /usr/lib/system/libsystem_m.dylib
    0x91f9d000 - 0x921b4fff  com.apple.CoreData (106.1 - 407.7) <17FD06D6-AD7C-345A-8FA4-1F0FBFF4DAE1> /System/Library/Frameworks/CoreData.framework/Versions/A/CoreData
    0x921b5000 - 0x921b8fff  com.apple.help (1.3.2 - 42) <AD7EB1F0-A068-3A2C-9D59-38E59CEC0D96> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Help.framework/Versions /A/Help
    0x921ef000 - 0x92253fff  com.apple.datadetectorscore (4.0 - 269.1) <4D155F09-1A60-325A-BCAC-1B858C2C051B> /System/Library/PrivateFrameworks/DataDetectorsCore.framework/Versions/A/DataDetectorsCor e
    0x92254000 - 0x922c3ffb  com.apple.Heimdal (3.0 - 2.0) <1ABF438B-30E6-3165-968C-E2EA1A9DF1FD> /System/Library/PrivateFrameworks/Heimdal.framework/Versions/A/Heimdal
    0x922c4000 - 0x9232cff7  com.apple.framework.IOKit (2.0 - 755.18.10) <9A80E97E-544F-3A45-916D-6DB7ED217E33> /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit
    0x9232d000 - 0x92388ff7  com.apple.AppleVAFramework (5.0.18 - 5.0.18) <4BA2AAEA-4936-375C-B4D8-4BBE2EDC7FF5> /System/Library/PrivateFrameworks/AppleVA.framework/Versions/A/AppleVA
    0x92393000 - 0x92484ffc  libiconv.2.dylib (34) <B096A9B7-83A6-31B3-8D2F-87D91910BF4C> /usr/lib/libiconv.2.dylib
    0x92485000 - 0x92488ff9  libCGXType.A.dylib (324.6) <3004616B-51F6-3B9D-8B85-DCCA3DF9BC10> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphi cs.framework/Versions/A/Resources/libCGXType.A.dylib
    0x92489000 - 0x92489ffd  libOpenScriptingUtil.dylib (148.2) <907E25B1-4F50-3461-B8D5-733C687EB534> /usr/lib/libOpenScriptingUtil.dylib
    0x9248a000 - 0x926bafff  com.apple.QuartzComposer (5.1 - 284) <4E8682B7-EBAE-3C40-ABDB-8705EC7952BD> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuartzComposer.framewor k/Versions/A/QuartzComposer
    0x926ec000 - 0x9273cff7  com.apple.CoreMediaIO (301.0 - 4147) <F13FA9D4-BD1D-3297-BDD5-5858B231D738> /System/Library/Frameworks/CoreMediaIO.framework/Versions/A/CoreMediaIO
    0x92820000 - 0x9293eff7  com.apple.MediaControlSender (1.4.5 - 145.3) <E0931EE7-4ACA-3538-9658-B9B2AC1E6A80> /System/Library/PrivateFrameworks/MediaControlSender.framework/Versions/A/MediaControlSen der
    0x9293f000 - 0x929c7fff  com.apple.PDFKit (2.7.2 - 2.7.2) <7AE7BAE9-4C21-3BFB-919E-5C6EEBBDFF75> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/PDFKit.framework/Versio ns/A/PDFKit
    0x92a80000 - 0x92bbbff7  libBLAS.dylib (1073.4) <FF74A147-05E1-37C4-BC10-7DEB57FE5326> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Ve rsions/A/libBLAS.dylib
    0x92bfc000 - 0x92c37fe7  libGLImage.dylib (8.6.1) <A3442557-18D5-332E-8859-423D5A20EBBE> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLImage.dylib
    0x92c38000 - 0x92ca0fe7  libvDSP.dylib (380.6) <55780308-4DCA-3B10-9703-EAFC3E13A3FA> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Ve rsions/A/libvDSP.dylib
    0x92ca1000 - 0x92cc5fff  libJPEG.dylib (845) <547FA9A5-0BBB-3E39-BACA-F3E2DAE57DB0> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libJPEG.dylib
    0x92cc6000 - 0x92cc6fff  com.apple.Cocoa (6.7 - 19) <354094F0-F36B-36F9-BF5F-FD60590FBEB9> /System/Library/Frameworks/Cocoa.framework/Versions/A/Cocoa
    0x92cc7000 - 0x92d2dfff  com.apple.print.framework.PrintCore (8.1 - 387.1) <F8CF762B-B707-3021-958F-BB8D33DB3576> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/PrintCore. framework/Versions/A/PrintCore
    0x92d2e000 - 0x92d31ffc  libpam.2.dylib (20) <FCF74195-A99E-3B07-8E49-688D4A6F1E18> /usr/lib/libpam.2.dylib
    0x92d32000 - 0x92d48fff  com.apple.CFOpenDirectory (10.8 - 151.10) <56C3F276-BD1F-3031-8CF9-8F4F481A534E> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/Frameworks/CFOpenDirectory.

    Have you tried any of the standard "possible fixes": restart, delete cache file, reinstall, etc?
    Knowing what you've already tried is also a great help in trying to repair your issue.
    That said, one of the biggest quasi-cure-alls for DW is to delete the cache file: http://forums.adobe.com/thread/494811
    If you've already tried it, or try it and it doesn't help, check back and someone will have another idea for you.

  • Since updating to mac osx10.6.7 firefox crashes when opening google homepage

    Firefox crashes when opening home page on google. after clicking restore get this is embarassing note if I click on restore once firefox toolbar comes up. I can than access my bookmarks and browse. however it will still crash at random sites, including any firefox help article. as exampl,e on a comics site doonsberry crashed yesterday opened today and crashed again when I went back to yesterdays site.

    * Preferences that have been modified are shown as '''bold (user set)'''.
    * Preferences can be '''Reset to the default''' or changed via the right-click context menu.
    The preferences on which Reset is greyed (not available), are they appearing in Bold Text or Normal ??

  • Pages crashes when opening any document on iPad 3 Latest version.   I could find on the net and finally deleted Pages from my device and reinstalled it. Still when I try to create anew document or open a document it just cr

    Pages crashes when opening any document on iPad 3 Latest version. I tried everything I could find on the net and finally deleted Pages from my device and reinstalled it. Still when I try to create a new document or open a document it just crashes out.

    Try this:
    Make sure IOS is updated to latest version
    Reboot device by pressing both the home button and sleep/wake (power) buttons at the same time for 10-15 seconds until the apple logo appears on the screen, then let go.
    If that doesn't work then reset the device by going to settings/general/reset/reset all settings

Maybe you are looking for

  • How to Put Controls on SWF File... then Export  to FLV

    Have a swf file that self plays. What I Need: I need to imbed this self playing 2 minute video clip with sound...but I want it to have controls on it and be paused. I want to use dreamweaver to place it in the web page but stupid dreamweaver only put

  • How to suppress a group with a sum of $0

    Post Author: MarkO CA Forum: General Hi I am trying to develop a report with groups of account numbers and amounts.  The detail section is suppressed leaving only the group footer showing the account number and group total $.  I would like the report

  • How do you make the albums show up on the song?

    Is it supposed to automatically do that? Or do you have to make it show up manually? Cuz on my Nano, I have pictures, but the albums don't show up on the picture.

  • Multiple R/ 3 sytems

    Hi all If we have multiple R/3 systems which have similar type of data but are discrete systems and I need to get the data from both of these R/3 systems into one single BI instance/system. Please suggest

  • Survey -No display in GUI

    Hi I had configured survey which was activated & tested but its not getting displayed when i run transaction in GUI. I had checked all the customising settings which is perfect i believe.Also when i try to generate url for survey tool, selected bsp i