Dreamweaver Crashed on Mac when inserting Div Tags

We are experiencing interface lock up when attempting to
insert a div tag using the insert div icon on the insert common
toolbar on our Mac G5's. After selecting Insert and attempting to
select one of the insertion choices the machines lock up and have
to be force quit...doing very simple div tags with simple styles
for creating horizontal navigation...
Body (Block Centered Padding and Margin set to 0)
#wrapper (Block Aligned left Padding O margin set to 0 auto 0
auto)

Try downloading instead of using the disc.  CS3 - http://helpx.adobe.com/creative-suite/kb/cs3-product-downloads.html

Similar Messages

  • Photoshop CS5 crashing my Mac when resizing large images

    I don't have much to explain this further but Photoshop CS5 is crashing my Mac when I resize large images.  Small images are fine but large 300dpi images crashes it without warning.  Don't know what to do.  The only other similar thing is After Effects CS5 is crashing my Mac when I trim a clip.  It completely turns off my Mac when I trim a clip. 
    I have 8gigs of Ram and am running 27" iMac Core i5
    Any help would be much appreciated!
    Thanks,
    Hal

    Hi Wendy
    Thank you for your insights. We are having the same problems here.
    It's been a headache as we bought two 27" iMacs in March 2011; and we've had even BOTH iMacs exchanged.
    After exchanging, same thing happened. We then got all 16GB of RAM on each iMac replaced.
    But we noticed that the auto-shutdown problem happens with files on 300dpi. We are contemplating on changing them to 299dpi though haha!
    Unfortunately, here in Singapore, we don't have a physical Apple store. We only have Premium Resellers.
    And the other unfortunate thing is, when RAMs are upgraded these Premium Resellers sell 3rd party RAMs.
    I supposed we'll have to deal with this for now until we have enough funds to replace ALL 32 RAMs to original Apple RAMs (which will cost abt another USD1600!!) ..
    Hope this forum helps others as much as it finally helped me understand the issue we're having.

  • After Effects CS5 is crashing my Mac when I trim a clip

    I don't have much to explain this further but After Effects CS5 is crashing my Mac when I trim a clip.  It completely turns off my Mac when I trim a clip. The only other similar thing is Photoshop CS5 is also doing crashing my Mac when I resize large images.  Small images are fine but large 300dpi images crashes it without warning. Don't know what to do.
    I have 8gigs of Ram and am running 27" iMac Core i5
    Any help would be much appreciated!
    Thanks,
    Hal

    Are you running these two program together?
    I would think so.OK you are probably running them both as 64 bit that is great that they run 64 bit and can use more RAM and even better they actually do use more RAM.
    So the solution is probably more RAM, don't run them to together or lower the expectations of Photoshop and AE.
    That way they won't try to use all the RAM to do this work. It will probably do the wrk pretty fast but not as fast if you had more RAM maybe.
    Also AE and PS on an iMac, what about your scratch disk. Is it a very fast external drive and how is it connected?
    If you don't have a fast internal drive say with at least a 32MB buffer running at 7200rpm then there you go a real contributing ffactor.
    To be honest you need both more RAM and a fast start up disk and a fast external scratch.
    The new 2TB drives by Seagate run at 7200 rpm and have  64 MB cache which s as important as the rotation. You can possibly make a Raptor an external scratch as well at 300 GB they are probably not arge enough s a start up.
    Those are my thoughts.
    16 GB of RAM a larger faster internal drive lower the performance and memory setting as well.

  • Insert Div Tag button does nothing. DWCS3

    Using the Insert Div Tag button all of the sudden does not add Div tags to the code view or dotted outline in Design view.
    Here's the code result from simply creating a new HTML doc, placing my entry point in the after <body>and click the Insert Div tag button.
    Any ideas?
    <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
    <html xmlns="http://www.w3.org/1999/xhtml">
    <head>
    <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
    <title>
    <MMString:LoadString id="insertbar/div" />
    </title>
    <!-- Copyright 2003 Macromedia, Inc. All rights reserved. -->
    </head>
    <body>
    </body>
    </html>

    Nevermind... simple as rebuilding the prefs.

  • When I Insert DIV tag, where is the rule?

    http://www3.telus.net/~jessum
    Q1) See on my page where it says "Content for new DIV tag
    goes here". How do I select this and edit it? When I selected the
    "insert new div tag button" I thought it was supposed to add a new
    rule under the <style> tag but I don't see it there.
    Q2) Also see where the wine color "Sidebar" is. How do I get
    the sidebar to extend to the footer?
    Thanks in advance :)

    When you insert a new DIV, you have an option to also create
    a new CSS rule
    on the INSERT DIV dialog panel. Click it.
    Murray --- ICQ 71997575
    Adobe Community Expert
    (If you *MUST* email me, don't LAUGH when you do so!)
    ==================
    http://www.projectseven.com/go
    - DW FAQs, Tutorials & Resources
    http://www.dwfaq.com - DW FAQs,
    Tutorials & Resources
    ==================
    "Comp. 792" <[email protected]> wrote in
    message
    news:ge66kt$quo$[email protected]..
    >
    http://www3.telus.net/~jessum
    >
    > See on my page where it says "Content for new DIV tag
    goes here". How do I
    > select this and edit it? When I selected the "insert new
    div tag button" I
    > thought it was supposed to add a new rule under the
    <style> tag but I
    > don't see
    > it there.
    >
    > Thanks in advance :)
    >

  • When floating DIV tags, I am unable to center the tags? help..

    I am relatively new to dreamweaver, and have only used CS4 prior to CS5.5.
    I am creating a website that has three columns, the header and the links bar to all other pages centers fine. But when i try and align the DIV tags it acts as if it is glued to the left or right hand side of the screen.
    I am just wondering if there is a way to align the most left of the tags to directly underneath the most left of the header and the same for the right hand side?
    If anybody could help it wouyld be much appreciated.
    Thanks.

    First, the way you have to handle multiple columns is to wrap them in a larger div.
    So you'll have a container with three divs, name them left, center, right.
    So here are your styles in CSS:
    #container {
              width: 780px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
              background: #FFFFFF;
              margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
              border: 1px solid #000000;
              text-align: left; /* this overrides the text-align: center on the body element. */
    .clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
              clear:both;
        height:0;
        font-size: 1px;
        line-height: 0px;
    #left {
              float: left; /* since this element is floated, a width must be given */
              width: 180px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
              background: #EBEBEB; /* the background color will be displayed for the length of the content in the column, but no further */
              padding: 5px; /* padding keeps the content of the div away from the edges */
              margin-top:15px;
    #right {
              float: right; /* since this element is floated, a width must be given */
              width: 280px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
              background: #FFFFFF; /* the background color will be displayed for the length of the content in the column, but no further */
              padding: 5px 5px 5px 5px; /* padding keeps the content of the div away from the edges */
    #center {
              margin: 0 290px 0 190px; /* the right and left margins on this div element creates the two outer columns on the sides of the page. No matter how much content the sidebar divs contain, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the sidebar spaces when the content in each sidebar ends. */
              padding: 0 10px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
    Now, when you put together your HTML, you'll do this:
    <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
    <html xmlns="http://www.w3.org/1999/xhtml">
    <head>
    <title>Page Title goes here</title>
    <link href="path/style.css" rel="stylesheet" type="text/css" />
    </head>
    <body>
    <div id="container">
      <div id="header">
        header goes here
        </div>
      <!-- end #header --></div>
    <div id="left">
    Left Content Here
    </div>
    <div id="right">
    Rightmost Content goes here. Please note the middle section comes after the right section.
    </div>
    <div id="center">
    This is the center stuff and you will note that it has margins that keep it to the center.
    </div>
    <!-- This clearing element should immediately follow the #center div in order to force the #container div to contain all child floats --><br class="clearfloat" />
    <div id="footer">
    Footer stuff goes here and is as wide as the main container
    </div>
    </div>
    </body>
    </html>

  • Dreamweaver crashing constantly (Mac OSX)

    Hi Guys,
    Im having some serious problems with my Dreamweaver CS5 crashing, I have tried reinstalling it, deleting caches, deleting configuation folder but I am still getting the same symptoms.
    I am running a Mac OSX, (Snow Leopard I think) 10.6.4, I have a feeling its conflicting with something.
    It will just dissapear every now and then, almost every 10 minutes and sometimes on save. I look at the bottom and its gone off (no warning or error)
    I don't usually get any crash reports but today I got one so I thought i would share it with you.
    I am aware it is not the latest version of DW, but I had the latest version before and the same happened.
    Process:         Dreamweaver [1732]
    Path:            /Applications/Adobe Dreamweaver CS5/Adobe Dreamweaver CS5.app/Contents/MacOS/Dreamweaver
    Identifier:      com.adobe.dreamweaver-11.0
    Version:         11.0.0.4909 (11.0.0)
    Code Type:       X86 (Native)
    Parent Process:  launchd [81]
    Date/Time:       2010-10-05 09:13:55.451 +0100
    OS Version:      Mac OS X 10.6.4 (10F569)
    Report Version:  6
    Interval Since Last Report:          -415168 sec
    Crashes Since Last Report:           -4
    Per-App Interval Since Last Report:  95925 sec
    Per-App Crashes Since Last Report:   1
    Anonymous UUID:                      DE1426B9-847C-4926-99D8-AEFB9A33F2F2
    Exception Type:  EXC_BAD_ACCESS (SIGSEGV)
    Exception Codes: KERN_INVALID_ADDRESS at 0x00000000b0eb8000
    Crashed Thread:  0  Dispatch queue: com.apple.main-thread
    Thread 0 Crashed:  Dispatch queue: com.apple.main-thread
    0   com.apple.CoreGraphics            0x93be69ac shape_data_valid + 65
    1   com.apple.CoreGraphics            0x93bea911 CGSNewRegionWithData + 93
    2   com.apple.CoreGraphics            0x93bea883 _CGSNewRegionFromShmemData + 232
    3   com.apple.CoreGraphics            0x93bfbe70 _CGSLockWindow + 4597
    4   com.apple.CoreGraphics            0x93bfabf7 CGSLockWindowVisibleRegion + 302
    5   com.apple.HIToolbox               0x9594a2fc FigLeafPlatformWindow + 50
    6   com.apple.HIToolbox               0x9594a0a4 ResetPlatformWindowShape + 542
    7   com.apple.HIToolbox               0x95948461 CalculateWindowRegions(WindowData*, bool, bool) + 1267
    8   com.apple.HIToolbox               0x9594f313 WindowData::MoveResizeRgns(short, short, short, short, bool) + 209
    9   com.apple.HIToolbox               0x9594e4c5 MoveResizeWindowInternal(WindowData*, long, long, long, long, unsigned char, unsigned char, unsigned char, unsigned char, Rect const*, unsigned long) + 1224
    10  com.apple.HIToolbox               0x9594df9c WindowData::SetBounds(unsigned short, Rect const*, Rect const*, unsigned long) + 352
    11  com.apple.HIToolbox               0x9594ddd4 SetWindowBounds + 48
    12  com.adobe.owl                     0x05a71f11 OWLThemeAddBrush + 12721
    13  com.adobe.owl                     0x05add92f OWLDockGetAnchor + 61137
    14  com.adobe.owl                     0x05a9876d OWLPaletteCreateNonComposite + 77679
    15  com.adobe.owl                     0x05a9c33b OWLPaletteCreateNonComposite + 92989
    16  com.adobe.owl                     0x05adae28 OWLDockGetAnchor + 50122
    17  com.adobe.owl                     0x05a704d8 OWLThemeAddBrush + 6008
    18  com.apple.HIToolbox               0x9592cf2f DispatchEventToHandlers(EventTargetRec*, OpaqueEventRef*, HandlerCallRec*) + 1567
    19  com.apple.HIToolbox               0x9592c1f6 SendEventToEventTargetInternal(OpaqueEventRef*, OpaqueEventTargetRef*, HandlerCallRec*) + 411
    20  com.apple.HIToolbox               0x9592c055 SendEventToEventTargetWithOptions + 58
    21  com.apple.HIToolbox               0x95927ac5 HIObject::Create(__CFString const*, OpaqueEventRef*, HIObject**) + 311
    22  com.apple.HIToolbox               0x9592796b HIObjectCreate + 76
    23  com.adobe.owl                     0x05adb120 OWLDockGetAnchor + 50882
    24  com.adobe.owl                     0x05adb1c5 OWLDockGetAnchor + 51047
    25  com.adobe.owl                     0x05ace73c OWLDockCreate + 88
    26  com.adobe.dreamweaver-11.0        0x00cb167f MMUI::PanelManager::GetTmpPane(bool) + 295
    27  com.adobe.dreamweaver-11.0        0x00cb191f MMUI::PanelManager::GetTmpGroup(bool) + 39
    28  com.adobe.dreamweaver-11.0        0x00cb1d83 MMUI::PanelManager::GetIPanel(int, MMUI::PanelManager::CreateType) + 255
    29  com.adobe.dreamweaver-11.0        0x00cb92cb MMUI::PanelFactory::CreateRequiredPanels() + 75
    30  com.adobe.dreamweaver-11.0        0x00cb5b98 MMUI::PanelManager::CreateVisiblePanelsInState() + 486
    31  com.adobe.dreamweaver-11.0        0x00cb5fec MMUI::PanelManager::CreatePanelsFromState(bool) + 1066
    32  com.adobe.dreamweaver-11.0        0x00077a0d TitanApp::InitInstancePublic() + 2925
    33  com.adobe.dreamweaver-11.0        0x00070d18 TitanApp::InitInstance() + 438
    34  com.adobe.dreamweaver-11.0        0x00ddce3e CRealApp::Initialize() + 782
    35  com.adobe.dreamweaver-11.0        0x00ddd03c CRealApp::Run() + 156
    36  com.adobe.dreamweaver-11.0        0x00dacfd3 main + 339
    37  com.adobe.dreamweaver-11.0        0x00002eb6 start + 54
    Thread 1:  Dispatch queue: com.apple.libdispatch-manager
    0   libSystem.B.dylib                 0x95f0a942 kevent + 10
    1   libSystem.B.dylib                 0x95f0b05c _dispatch_mgr_invoke + 215
    2   libSystem.B.dylib                 0x95f0a519 _dispatch_queue_invoke + 163
    3   libSystem.B.dylib                 0x95f0a2be _dispatch_worker_thread2 + 240
    4   libSystem.B.dylib                 0x95f09d41 _pthread_wqthread + 390
    5   libSystem.B.dylib                 0x95f09b86 start_wqthread + 30
    Thread 2:
    0   libSystem.B.dylib                 0x95f099d2 __workq_kernreturn + 10
    1   libSystem.B.dylib                 0x95f09f68 _pthread_wqthread + 941
    2   libSystem.B.dylib                 0x95f09b86 start_wqthread + 30
    Thread 3:
    0   libSystem.B.dylib                 0x95ee4142 semaphore_wait_signal_trap + 10
    1   libSystem.B.dylib                 0x95f11cbc _pthread_cond_wait + 1089
    2   libSystem.B.dylib                 0x95f5a203 pthread_cond_wait + 48
    3   com.adobe.amt.services            0x1f025126 AMTConditionLock::LockWhenCondition(int) + 46
    4   com.adobe.amt.services            0x1f01ddb0 _AMTThreadedPCDService::PCDThreadWorker(_AMTThreadedPCDService*) + 116
    5   com.adobe.amt.services            0x1f02518c AMTThread::Worker(void*) + 24
    6   libSystem.B.dylib                 0x95f1181d _pthread_start + 345
    7   libSystem.B.dylib                 0x95f116a2 thread_start + 34
    Thread 4:
    0   libSystem.B.dylib                 0x95f099d2 __workq_kernreturn + 10
    1   libSystem.B.dylib                 0x95f09f68 _pthread_wqthread + 941
    2   libSystem.B.dylib                 0x95f09b86 start_wqthread + 30
    Thread 5:
    0   libSystem.B.dylib                 0x95f12066 __semwait_signal + 10
    1   libSystem.B.dylib                 0x95f3dc64 nanosleep$UNIX2003 + 188
    2   com.apple.carbonbundletemplate    0x23b68f5b ScObjects::Thread::sleep(unsigned int) + 59
    3   com.apple.carbonbundletemplate    0x23b634e3 ScObjects::BridgeTalkThread::run() + 163
    4   com.apple.carbonbundletemplate    0x23b69068 ScObjects::Thread::go(void*) + 168
    5   libSystem.B.dylib                 0x95f1181d _pthread_start + 345
    6   libSystem.B.dylib                 0x95f116a2 thread_start + 34
    Thread 6:
    0   libSystem.B.dylib                 0x95f12066 __semwait_signal + 10
    1   libSystem.B.dylib                 0x95f11d22 _pthread_cond_wait + 1191
    2   libSystem.B.dylib                 0x95f139b8 pthread_cond_wait$UNIX2003 + 73
    3   com.apple.carbonbundletemplate    0x240035ad MMNetIO::RequestProcessor<MMNetIO::SFTPNetChannel, MMNetIO::SFTPNetChannel, MMNetIO::NetIOException>::MutexState::Wait() + 49
    4   com.apple.carbonbundletemplate    0x240044c3 MMNetIO::RequestProcessor<MMNetIO::SFTPNetChannel, MMNetIO::SFTPNetChannel, MMNetIO::NetIOException>::ProcessRequests() + 81
    5   com.apple.carbonbundletemplate    0x2400488d MMNetIO::RequestProcessor<MMNetIO::SFTPNetChannel, MMNetIO::SFTPNetChannel, MMNetIO::NetIOException>::RequestProcessorTrampoline(void*) + 23
    6   libSystem.B.dylib                 0x95f1181d _pthread_start + 345
    7   libSystem.B.dylib                 0x95f116a2 thread_start + 34
    Thread 0 crashed with X86 Thread State (32-bit):
      eax: 0x00000009  ebx: 0x93bea8c8  ecx: 0xb0eb7fe0  edx: 0x00000024
      edi: 0xb0eb7fe0  esi: 0x00000002  ebp: 0xbfffdbe8  esp: 0xbfffdbd4
       ss: 0x0000001f  efl: 0x00010202  eip: 0x93be69ac   cs: 0x00000017
       ds: 0x0000001f   es: 0x0000001f   fs: 0x00000000   gs: 0x00000037
      cr2: 0xb0eb8000
    Binary Images:
        0x1000 -  0x12d1fff +com.adobe.dreamweaver-11.0 11.0.0.4909 (11.0.0) <F5F19569-A675-1161-0EC2-85D34FF87147> /Applications/Adobe Dreamweaver CS5/Adobe Dreamweaver CS5.app/Contents/MacOS/Dreamweaver
    0x25b2000 -  0x25c7fe4 +libChar16.dylib ??? (???) <324CC7D8-DE80-7060-DF82-A6856C0A9E55> /Applications/Adobe Dreamweaver CS5/Adobe Dreamweaver CS5.app/Contents/MacOS/libChar16.dylib
    0x25d6000 -  0x25effe0 +libCoreTypes.dylib ??? (???) <4DB45405-F0F5-B71C-179E-6C537CC89694> /Applications/Adobe Dreamweaver CS5/Adobe Dreamweaver CS5.app/Contents/MacOS/libCoreTypes.dylib
    0x260e000 -  0x262bfef +libCurl.dylib ??? (???) <257E9435-5FF8-0CF9-85E8-B0BAD8F06CAE> /Applications/Adobe Dreamweaver CS5/Adobe Dreamweaver CS5.app/Contents/MacOS/libCurl.dylib
    0x263a000 -  0x2648ff6 +libZ.dylib ??? (???) <A4C958A4-A792-B910-AA8F-3B821858F4D8> /Applications/Adobe Dreamweaver CS5/Adobe Dreamweaver CS5.app/Contents/MacOS/libZ.dylib
    0x264f000 -  0x26ffff7 +libCrypto.dylib ??? (???) <DA63ACB6-43E8-9DDB-0771-C55DFC8A0718> /Applications/Adobe Dreamweaver CS5/Adobe Dreamweaver CS5.app/Contents/MacOS/libCrypto.dylib
    0x27a6000 -  0x27c7ffc +libSSL.dylib ??? (???) <4CA87169-F680-0C3E-5769-092159669819> /Applications/Adobe Dreamweaver CS5/Adobe Dreamweaver CS5.app/Contents/MacOS/libSSL.dylib
    0x27de000 -  0x27dffff +libCocoa.dylib ??? (???) <3004B895-BC77-14E2-3B6E-641E0305EDB9> /Applications/Adobe Dreamweaver CS5/Adobe Dreamweaver CS5.app/Contents/MacOS/libCocoa.dylib
    0x27e4000 -  0x29e4ff7  com.apple.carbonframeworktemplate 1.0 (1.0) <B60B0E92-44F6-4F40-A141-1846DEA597D6> /Applications/Adobe Dreamweaver CS5/Adobe Dreamweaver CS5.app/Contents/frameworks/Xerces.framework/Versions/A/Xerces
    0x2c96000 -  0x2ca0ffc  com.apple.carbonframeworktemplate 1.0 (1.0) <9841BF38-93C6-0458-B45E-E570B7542D0F> /Applications/Adobe Dreamweaver CS5/Adobe Dreamweaver CS5.app/Contents/Frameworks/NetIO.framework/Versions/A/NetIO
    0x2cb6000 -  0x2cbaffc +com.adobe.AdobeCrashReporter 3.0 (3.0.20100302) <E6437929-0E69-8A56-E69F-F64305E82DD9> /Applications/Adobe Dreamweaver CS5/Adobe Dreamweaver CS5.app/Contents/Frameworks/AdobeCrashReporter.framework/Versions/A/AdobeCrashReporter
    0x2cc1000 -  0x2dd5fff +AdobeACE ??? (???) <DD291A17-ECF4-FE20-5837-AC1F5BC76940> /Applications/Adobe Dreamweaver CS5/Adobe Dreamweaver CS5.app/Contents/Frameworks/AdobeACE.framework/Versions/A/AdobeACE
    0x2df8000 -  0x331efff +AdobeAGM ??? (???) <9817824D-3BA9-4E26-3408-2A5ED351ED4B> /Applications/Adobe Dreamweaver CS5/Adobe Dreamweaver CS5.app/Contents/Frameworks/AdobeAGM.framework/Versions/A/AdobeAGM
    0x345f000 -  0x3479fff +AdobeBIB ??? (???) <A6522FAF-52BB-A3E0-F2F0-56C4E59C6C7C> /Applications/Adobe Dreamweaver CS5/Adobe Dreamweaver CS5.app/Contents/Frameworks/AdobeBIB.framework/Versions/A/AdobeBIB
    0x3482000 -  0x34a3ff7 +AdobeBIBUtils ??? (???) <DF229ECB-1F43-204F-15BD-18C5601A531D> /Applications/Adobe Dreamweaver CS5/Adobe Dreamweaver CS5.app/Contents/Frameworks/AdobeBIBUtils.framework/Versions/A/AdobeBIBUtils
    0x34af000 -  0x37a1ff7 +AdobeCoolType ??? (???) <9FDD596D-9824-2BB9-5DA2-25DACAB6A324> /Applications/Adobe Dreamweaver CS5/Adobe Dreamweaver CS5.app/Contents/Frameworks/AdobeCoolType.framework/Versions/A/AdobeCoolType
    0x3829000 -  0x456cfff +com.adobe.psl AdobePSL 12.0.0.7524 (12.0.0.7524) <CFBCB19A-03F7-D095-1F48-8D68F05A25C5> /Applications/Adobe Dreamweaver CS5/Adobe Dreamweaver CS5.app/Contents/Frameworks/AdobePSL.framework/Versions/A/AdobePSL
    0x48ab000 -  0x48d1ff6 +AdobeAXE8SharedExpat ??? (???) <5848BBCE-3A3E-66EE-5527-97A96F0CA4CC> /Applications/Adobe Dreamweaver CS5/Adobe Dreamweaver CS5.app/Contents/Frameworks/AdobeAXE8SharedExpat.framework/Versions/A/AdobeAXE8SharedExpa t
    0x48e2000 -  0x493aff7 +AdobeXMP ??? (???) <73329999-C364-2451-6574-4D0277057D19> /Applications/Adobe Dreamweaver CS5/Adobe Dreamweaver CS5.app/Contents/Frameworks/AdobeXMP.framework/Versions/A/AdobeXMP
    0x4949000 -  0x50fffff +Fireworks ??? (???) <13B35B4B-4C15-9A06-D16F-A01929CDAF9E> /Applications/Adobe Dreamweaver CS5/Adobe Dreamweaver CS5.app/Contents/Frameworks/Fireworks.framework/Versions/A/Fireworks
    0x5a55000 -  0x5bf4fe7 +com.adobe.owl AdobeOwl version 3.0.89 (3.0.89) <04CA525C-D4E0-DE62-BF07-D9EF6386AA58> /Applications/Adobe Dreamweaver CS5/Adobe Dreamweaver CS5.app/Contents/Frameworks/AdobeOwl.framework/Versions/A/AdobeOwl
    0x5c5d000 -  0x5cb0ffb +com.adobe.headlights.LogSessionFramework ??? (2.0.1.011) <4F2BFF03-01D2-A07D-E5E2-7F88D4C2DEC4> /Applications/Adobe Dreamweaver CS5/Adobe Dreamweaver CS5.app/Contents/Frameworks/LogSession.framework/Versions/A/LogSession
    0x5cf8000 -  0x5d5effb +com.adobe.amtlib amtlib 3.0.0.64 (3.0.0.64) <DD471011-9120-1BC2-F1B5-D6FF09D0859F> /Applications/Adobe Dreamweaver CS5/Adobe Dreamweaver CS5.app/Contents/Frameworks/amtlib.framework/Versions/A/amtlib
    0x5d8e000 -  0x5e5bfe7 +AdobeAXEDOMCore ??? (???) <F76D74DC-FD5A-9783-C447-2E58773DA7E1> /Applications/Adobe Dreamweaver CS5/Adobe Dreamweaver CS5.app/Contents/Frameworks/AdobeAXEDOMCore.framework/Versions/A/AdobeAXEDOMCore
    0x5eca000 -  0x5ed1ff7  com.apple.JavaVM 13.2.0 (13.2.0) <75981DDE-4A7A-EEB6-BAEE-30E9E1DA17C0> /System/Library/Frameworks/JavaVM.framework/Versions/A/JavaVM
    0x5eda000 -  0x5f9cfe7 +com.adobe.linguistic.LinguisticManager 5.0.0 (11309) <9841C481-06F4-C783-C941-7F03281AA20E> /Applications/Adobe Dreamweaver CS5/Adobe Dreamweaver CS5.app/Contents/Frameworks/AdobeLinguistic.framework/Versions/3/AdobeLinguistic
    0x6036000 -  0x69e6fff +libicudata.dylib.36.0 36.0.0 (compatibility 36.0.0) <02108DEA-3DD2-14BE-DAEB-BE522B619C1D> /Applications/Adobe Dreamweaver CS5/Adobe Dreamweaver CS5.app/Contents/Frameworks/ICUData.framework/Versions/3.6/libicudata.dylib.36.0
    0x69e9000 -  0x6a762cb +libicucnv.dylib.36.0 36.0.0 (compatibility 36.0.0) /Applications/Adobe Dreamweaver CS5/Adobe Dreamweaver CS5.app/Contents/Frameworks/ICUConverter.framework/Versions/3.6/libicucnv.dylib.36.0
    0x6aa3000 -  0x6b7223b +libicui18n.dylib.36.0 36.0.0 (compatibility 36.0.0) /Applications/Adobe Dreamweaver CS5/Adobe Dreamweaver CS5.app/Contents/Frameworks/ICUInternationalization.framework/Versions/3.6/libicui18n.dyl ib.36.0
    0x6c1b000 -  0x6cefdb7 +libicuuc.dylib.36.0 36.0.0 (compatibility 36.0.0) /Applications/Adobe Dreamweaver CS5/Adobe Dreamweaver CS5.app/Contents/Frameworks/ICUUnicode.framework/Versions/3.6/libicuuc.dylib.36.0
    0x6d50000 -  0x6d5cffd +com.adobe.ape.shim adbeape version 3.1.65.7508 (3.1.65.7508) <E2B429C9-C13D-7E96-D18C-F7A6D8933C93> /Applications/Adobe Dreamweaver CS5/Adobe Dreamweaver CS5.app/Contents/Frameworks/adbeape.framework/Versions/A/adbeape
    0x6d78000 -  0x6d82ffd +com.adobe.boost_signals.framework boost_signals version 5.0.0 (5.0.0.0) <640F2209-093D-4A58-879A-28D0D0985ED1> /Applications/Adobe Dreamweaver CS5/Adobe Dreamweaver CS5.app/Contents/Frameworks/boost_signals.framework/Versions/A/boost_signals
    0x6d95000 -  0x6d96ffb +com.adobe.boost_system.framework boost_system version 5.0.0 (5.0.0.0) <0C51FD72-CEB1-B597-FDE4-8910BE3439A6> /Applications/Adobe Dreamweaver CS5/Adobe Dreamweaver CS5.app/Contents/Frameworks/boost_system.framework/Versions/A/boost_system
    0x6d9d000 -  0x6f25fff +com.adobe.dvacore.framework dvacore version 5.0.0 (5.0.0.0) <891080A8-6F8A-BCE1-F50F-15A049862338> /Applications/Adobe Dreamweaver CS5/Adobe Dreamweaver CS5.app/Contents/Frameworks/dvacore.framework/Versions/A/dvacore
    0x70aa000 -  0x73a9fff +com.adobe.dvaui.framework dvaui version 5.0.0 (5.0.0.0) <77E15DDB-CC6A-502B-1DA3-5A6F95408C89> /Applications/Adobe Dreamweaver CS5/Adobe Dreamweaver CS5.app/Contents/Frameworks/dvaui.framework/Versions/A/dvaui
    0x771d000 -  0x7a64fff +com.adobe.dvaadameve.framework dvaadameve version 5.0.0 (5.0.0.0) <E5BAA0F6-9E51-BCEC-50EB-A4CE27EE5919> /Applications/Adobe Dreamweaver CS5/Adobe Dreamweaver CS5.app/Contents/Frameworks/dvaadameve.framework/Versions/A/dvaadameve
    0x7f93000 -  0x7f9dff3 +com.adobe.boost_filesystem.framework boost_filesystem version 5.0.0 (5.0.0.0) <1C3DDA48-3C89-5344-1F81-2ED985AE8411> /Applications/Adobe Dreamweaver CS5/Adobe Dreamweaver CS5.app/Contents/Frameworks/boost_filesystem.framework/Versions/A/boost_filesystem
    0x7fb1000 -  0x80e9fe7 +WRServices ??? (???) <87183F9D-17F4-6BDC-66A9-8FD34F320118> /Applications/Adobe Dreamweaver CS5/Adobe Dreamweaver CS5.app/Contents/Frameworks/WRServices.framework/Versions/A/WRServices
    0x812b000 -  0x8164ffb +com.adobe.AAM.AdobeUpdaterNotificationFramework UpdaterNotifications 1.0.0.64 (1.0.0.64) <C64CCBDC-B8E9-45E8-53E7-8577CFE9F2F0> /Applications/Adobe Dreamweaver CS5/Adobe Dreamweaver CS5.app/Contents/Frameworks/UpdaterNotifications.framework/Versions/A/UpdaterNotification s
    0x817f000 -  0x81bfff7  com.apple.vmutils 4.2 (106) <834EA6B0-C91B-4CF1-ED3C-229C26459578> /System/Library/PrivateFrameworks/vmutils.framework/Versions/A/vmutils
    0x81d8000 -  0x828dfe7  libcrypto.0.9.7.dylib 0.9.7 (compatibility 0.9.7) <0B69B1F5-3440-B0BF-957F-E0ADD49F13CB> /usr/lib/libcrypto.0.9.7.dylib
    0x82d3000 -  0x82d9fef +com.adobe.boost_date_time.framework boost_date_time version 5.0.0 (5.0.0.0) <513427E4-980B-4EFD-99B2-16181A8F424A> /Applications/Adobe Dreamweaver CS5/Adobe Dreamweaver CS5.app/Contents/Frameworks/boost_date_time.framework/Versions/A/boost_date_time
    0x82ea000 -  0x82f1ff2 +com.adobe.boost_threads.framework boost_threads version 5.0.0 (5.0.0.0) <95766985-B455-FB2E-3C36-4FD53AF952A7> /Applications/Adobe Dreamweaver CS5/Adobe Dreamweaver CS5.app/Contents/Frameworks/boost_threads.framework/Versions/A/boost_threads
    0x8301000 -  0x837efe2 +com.adobe.boost_regex.framework boost_regex version 5.0.0 (5.0.0.0) <45A6C23C-8B06-A47B-618D-680349F87821> /Applications/Adobe Dreamweaver CS5/Adobe Dreamweaver CS5.app/Contents/Frameworks/boost_regex.framework/Versions/A/boost_regex
    0x8658000 -  0x8659ff7  com.apple.textencoding.unicode 2.3 (2.3) <78A61FD5-70EE-19EA-48D4-3481C640B70D> /System/Library/TextEncodings/Unicode Encodings.bundle/Contents/MacOS/Unicode Encodings
    0xa6e1000 -  0xa6e1fff  com.apple.carbonbundletemplate 11,0,0, 4909 (11,0,0) <F2633AF8-6E21-E162-4E9A-54E05AAA0854> /Applications/Adobe Dreamweaver CS5/Configuration/JSExtensions/MM.bundle/Contents/MacOS/MM
    0xab00000 -  0xab01ff7  ATSHI.dylib ??? (???) <A7A8E224-2579-BD3B-7281-86342D077252> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framew ork/Versions/A/Resources/ATSHI.dylib
    0xab06000 -  0xab14fe7  libSimplifiedChineseConverter.dylib 49.0.0 (compatibility 1.0.0) <8F5FA7F7-840D-C5EF-C6E6-E2AF7CE43CD2> /System/Library/CoreServices/Encodings/libSimplifiedChineseConverter.dylib
    0xab18000 -  0xab2aff7  libTraditionalChineseConverter.dylib 49.0.0 (compatibility 1.0.0) <026B8702-B0A6-1D90-BBD6-AAAD2E14810D> /System/Library/CoreServices/Encodings/libTraditionalChineseConverter.dylib
    0xaccc000 -  0xacd4fff +com.adobe.asneu.framework asneu version 1.7.0.1 (1.7.0.1) <80195B5C-2C67-D841-232C-74FCAB79D304> /Applications/Adobe Dreamweaver CS5/Adobe Dreamweaver CS5.app/Contents/Frameworks/asneu.framework/Versions/A/asneu
    0xaf00000 -  0xaf01fff  com.apple.carbonbundletemplate 11,0,0, 4909 (11,0,0) <4357F43D-6FE9-48C5-2357-E1031B311E2C> /Applications/Adobe Dreamweaver CS5/Configuration/JSExtensions/DWfile.bundle/Contents/MacOS/DWfile
    0xaf1b000 -  0xaf44feb +com.adobe.ape adbeapecore version 3.1.65.7508 (3.1.65.7508) <E0F7666B-921D-C4D6-63B3-E8B445D26892> /Library/Application Support/Adobe/APE/3.1/adbeapecore.framework/adbeapecore
    0xaf7a000 -  0xafeafeb +com.adobe.adobe_caps adobe_caps 3.0.116.0 (3.0.116.0) <50675115-BEDC-72F9-C42D-374196E83EC2> /Applications/Adobe Dreamweaver CS5/Adobe Dreamweaver CS5.app/Contents/Frameworks/adobe_caps.framework/Versions/A/adobe_caps
    0x1f000000 - 0x1f067fea +com.adobe.amt.services AMTServices 3.0.0.64 (BuildVersion: 3.0; BuildDate: Mon Jan 26 2010 21:49:00) (3.0.0.64) <EE468E2C-A6BD-E2EE-7ABE-69168B143B44> /Applications/Adobe Dreamweaver CS5/Adobe Dreamweaver CS5.app/Contents/Frameworks/amtservices.framework/Versions/A/amtservices
    0x1f7d6000 - 0x1f7dafff  com.apple.carbonbundletemplate 11,0,0, 4909 (11,0,0) <3DEC616F-71E0-96D0-109D-CFF4F1A8BCCA> /Applications/Adobe Dreamweaver CS5/Configuration/JSExtensions/SWFFile.bundle/Contents/MacOS/SWFFile
    0x23b01000 - 0x23b27ff2  com.apple.carbonbundletemplate 3.0.2,4909 (3.0.2) <57560FCE-675E-7153-067E-9A9762B71D81> /Applications/Adobe Dreamweaver CS5/Configuration/JSExtensions/MMNotes.bundle/Contents/MacOS/MMNotes
    0x23b4b000 - 0x23b85ff3  com.apple.carbonbundletemplate 1.0.0,4909 (1.0.0) <10063ABA-4122-EF60-4BE7-492653F780EC> /Applications/Adobe Dreamweaver CS5/Configuration/JSExtensions/classes/JSBridge.bundle/Contents/MacOS/JSBridge
    0x24000000 - 0x24058fef  com.apple.carbonbundletemplate 1.0 (1.0) <CCFCEF00-813D-0B41-94A7-CEAE82A50C48> /Applications/Adobe Dreamweaver CS5/Adobe Dreamweaver CS5.app/Contents/PlugIns/NetIOSFTP.bundle/Contents/MacOS/NetIOSFTP
    0x40000000 - 0x400d1fe7 +AdobeJP2K ??? (???) <2ABF10A7-540A-06C8-21FA-186263931DF9> /Applications/Adobe Dreamweaver CS5/Adobe Dreamweaver CS5.app/Contents/Frameworks/AdobeJP2K.framework/Versions/A/AdobeJP2K
    0x8fe00000 - 0x8fe4162b  dyld 132.1 (???) <A4F6ADCC-6448-37B4-ED6C-ABB2CD06F448> /usr/lib/dyld
    0x900b9000 - 0x900beff7  com.apple.OpenDirectory 10.6 (10.6) <92582807-E8F3-3DD9-EB42-4195CFB754A1> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/OpenDirectory
    0x900bf000 - 0x901edfe7  com.apple.CoreData 102.1 (251) <E6A457F0-A0A3-32CD-6C69-6286E7C0F063> /System/Library/Frameworks/CoreData.framework/Versions/A/CoreData
    0x9021f000 - 0x905cdfe3  com.apple.RawCamera.bundle 3.3.0 (533) <05A38D21-8556-434C-8BAA-850A6EC99B37> /System/Library/CoreServices/RawCamera.bundle/Contents/MacOS/RawCamera
    0x910cb000 - 0x910f3ff7  libxslt.1.dylib 3.24.0 (compatibility 3.0.0) <769EF4B2-C1AD-73D5-AAAD-1564DAEA77AF> /usr/lib/libxslt.1.dylib
    0x910f4000 - 0x911a2ff3  com.apple.ink.framework 1.3.3 (107) <57B54F6F-CE35-D546-C7EC-DBC5FDC79938> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Ink.framework/Versions/ A/Ink
    0x920f4000 - 0x920feffb  com.apple.speech.recognition.framework 3.11.1 (3.11.1) <EC0E69C8-A121-70E8-43CF-E6FC4C7779EC> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SpeechRecognition.frame work/Versions/A/SpeechRecognition
    0x92144000 - 0x921a8ffb  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
    0x921a9000 - 0x92a89ff7  com.apple.AppKit 6.6.6 (1038.29) <6F28C335-6DC2-AE0E-B79A-F256DBD0BB45> /System/Library/Frameworks/AppKit.framework/Versions/C/AppKit
    0x92ab6000 - 0x92ac1ff7  libGL.dylib ??? (???) <B87E0676-F5EF-8DA3-6DEE-13C43B3832A7> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib
    0x92b09000 - 0x92ba1fe7  edu.mit.Kerberos 6.5.10 (6.5.10) <8B83AFF3-C074-E47C-4BD0-4546EED0D1BC> /System/Library/Frameworks/Kerberos.framework/Versions/A/Kerberos
    0x92f07000 - 0x93081fe3  com.apple.CoreFoundation 6.6.3 (550.29) <00373783-3744-F47D-2191-BEEA658F0C3D> /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
    0x93082000 - 0x9313bfe7  libsqlite3.dylib 9.6.0 (compatibility 9.0.0) <16CEF8E8-8C9A-94CD-EF5D-05477844C005> /usr/lib/libsqlite3.dylib
    0x9313c000 - 0x9315bff7  com.apple.CoreVideo 1.6.1 (45.5) <EA39D59C-018E-E6EE-6323-809CDA61E3CE> /System/Library/Frameworks/CoreVideo.framework/Versions/A/CoreVideo
    0x9333c000 - 0x936a4ff7  com.apple.QuartzCore 1.6.2 (227.22) <4288F0D2-0C87-F054-C372-8764B44DE024> /System/Library/Frameworks/QuartzCore.framework/Versions/A/QuartzCore
    0x9391b000 - 0x939c3ffb  com.apple.QD 3.35 (???) <B80B64BC-958B-DA9E-50F9-D7E8333CC5A2> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/QD.framewo rk/Versions/A/QD
    0x93a1f000 - 0x93bd9fe3  com.apple.ImageIO.framework 3.0.3 (3.0.3) <A93A514B-C1BF-21D0-FB03-CB775DE4FFAA> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.fr amework/Versions/A/ImageIO
    0x93bda000 - 0x93bdaff7  com.apple.Accelerate 1.6 (Accelerate 1.6) <3891A689-4F38-FACD-38B2-4BF937DE30CF> /System/Library/Frameworks/Accelerate.framework/Versions/A/Accelerate
    0x93bdb000 - 0x943ca557  com.apple.CoreGraphics 1.545.0 (???) <DCED8E1A-7504-C31A-B6EF-98BFF1A61060> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphi cs.framework/Versions/A/CoreGraphics
    0x943cb000 - 0x94406feb  libFontRegistry.dylib ??? (???) <A102F61F-25D5-001A-20C3-56304C585072> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framew ork/Versions/A/Resources/libFontRegistry.dylib
    0x94407000 - 0x9442bff7  libJPEG.dylib ??? (???) <5CE96981-6B2A-D15B-4A17-E7BD329095B6> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.fr amework/Versions/A/Resources/libJPEG.dylib
    0x9442c000 - 0x9448dfe7  com.apple.CoreText 3.1.0 (???) <1372DABE-F183-DD03-03C2-64B2464A4FD5> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreText.f ramework/Versions/A/CoreText
    0x94948000 - 0x94979ff7  libGLImage.dylib ??? (???) <9340012D-595A-6243-9C97-7D30D76D9D9E> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLImage.dylib
    0x9497a000 - 0x9497dfe7  libmathCommon.A.dylib 315.0.0 (compatibility 1.0.0) <1622A54F-1A98-2CBE-B6A4-2122981A500E> /usr/lib/system/libmathCommon.A.dylib
    0x949bc000 - 0x949bdff7  com.apple.TrustEvaluationAgent 1.1 (1) <FEB55E8C-38A4-CFE9-A737-945F39761B4C> /System/Library/PrivateFrameworks/TrustEvaluationAgent.framework/Versions/A/TrustEvaluati onAgent
    0x949be000 - 0x94a3efeb  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
    0x94a3f000 - 0x94b10fe3  ColorSyncDeprecated.dylib 4.6.0 (compatibility 1.0.0) <8FDB4C40-D453-DA53-2A66-9A53998AB23C> /System/Library/Frameworks/ApplicationServices.framework/Frameworks/ColorSync.framework/V ersions/A/Resources/ColorSyncDeprecated.dylib
    0x94b11000 - 0x94b2dfe3  com.apple.openscripting 1.3.1 (???) <DA16DE48-59F4-C94B-EBE3-7FAF772211A2> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/OpenScripting.framework /Versions/A/OpenScripting
    0x94b2e000 - 0x94bb0ffb  SecurityFoundation ??? (???) <3670AE8B-06DA-C447-EB14-79423DB9C474> /System/Library/Frameworks/SecurityFoundation.framework/Versions/A/SecurityFoundation
    0x94cb4000 - 0x950caff7  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
    0x950cb000 - 0x9517bff3  com.apple.ColorSync 4.6.3 (4.6.3) <AA1076EA-7665-3005-A837-B661260DBE54> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ColorSync. framework/Versions/A/ColorSync
    0x95195000 - 0x951d9fe7  com.apple.Metadata 10.6.3 (507.10) <630494FA-3BB3-EDD3-E10B-8DAAF4831E26> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Metadata.framewor k/Versions/A/Metadata
    0x951dc000 - 0x953b7ff3  libType1Scaler.dylib ??? (???) <6FBA8250-3271-6ED4-052D-E27C2136E38F> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framew ork/Versions/A/Resources/libType1Scaler.dylib
    0x955c5000 - 0x95747fe7  libicucore.A.dylib 40.0.0 (compatibility 1.0.0) <2314BD12-0821-75BB-F3BC-98D324CFD30A> /usr/lib/libicucore.A.dylib
    0x9584d000 - 0x9589dff7  com.apple.framework.familycontrols 2.0.1 (2010) <B9762E20-543D-13B9-F6BF-E8585F04CA01> /System/Library/PrivateFrameworks/FamilyControls.framework/Versions/A/FamilyControls
    0x95925000 - 0x95c49fef  com.apple.HIToolbox 1.6.3 (???) <0A5F56E2-9AF3-728D-70AE-429522AEAD8A> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HIToolbox.framework/Ver sions/A/HIToolbox
    0x95c4a000 - 0x95c6bfe7  com.apple.opencl 12.1 (12.1) <DA2AC3FA-ED11-2D10-21E9-7BDF4778B228> /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL
    0x95c6c000 - 0x95c80ffb  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
    0x95c81000 - 0x95c87fff  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
    0x95c88000 - 0x95c8bffb  com.apple.help 1.3.1 (41) <67F1F424-3983-7A2A-EC21-867BE838E90B> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Help.framework/Versions /A/Help
    0x95c91000 - 0x95c93ff7  com.apple.securityhi 4.0 (36638) <38D36D4D-C798-6ACE-5FA8-5C001993AD6B> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SecurityHI.framework/Ve rsions/A/SecurityHI
    0x95c94000 - 0x95d71ff7  com.apple.vImage 4.0 (4.0) <64597E4B-F144-DBB3-F428-0EC3D9A1219E> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vImage.framework/Ve rsions/A/vImage
    0x95ee3000 - 0x96089feb  libSystem.B.dylib 125.2.0 (compatibility 1.0.0) <3441F338-2218-6D36-3F95-3A16FBF6713D> /usr/lib/libSystem.B.dylib
    0x9608a000 - 0x960a9fe3  libexpat.1.dylib 7.2.0 (compatibility 7.0.0) <82E6F83F-9667-2E39-1D9D-4A49C642527D> /usr/lib/libexpat.1.dylib
    0x960d1000 - 0x960e1ff7  libsasl2.2.dylib 3.15.0 (compatibility 3.0.0) <C8744EA3-0AB7-CD03-E639-C4F2B910BE5D> /usr/lib/libsasl2.2.dylib
    0x960e2000 - 0x9611aff7  libcups.2.dylib 2.8.0 (compatibility 2.0.0) <76C02F5C-98FD-BD64-B5FB-C698FB76EA25> /usr/lib/libcups.2.dylib
    0x9611b000 - 0x961e5fef  com.apple.CoreServices.OSServices 357 (357) <CF9530AD-F581-B831-09B6-16D9F9283BFA> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/OSServices.framew ork/Versions/A/OSServices
    0x961e6000 - 0x961fbfff  com.apple.ImageCapture 6.0 (6.0) <3F31833A-38A9-444E-02B7-17619CA6F2A0> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/ImageCapture.framework/ Versions/A/ImageCapture
    0x961fc000 - 0x961fdff7  com.apple.audio.units.AudioUnit 1.6.3 (1.6.3) <959DFFAE-A06B-7FF6-B713-B2076893EBBD> /System/Library/Frameworks/AudioUnit.framework/Versions/A/AudioUnit
    0x96336000 - 0x96336ff7  liblangid.dylib ??? (???) <B99607FC-5646-32C8-2C16-AFB5EA9097C2> /usr/lib/liblangid.dylib
    0x96337000 - 0x96337ff7  com.apple.Cocoa 6.6 (???) <EA27B428-5904-B00B-397A-185588698BCC> /System/Library/Frameworks/Cocoa.framework/Versions/A/Cocoa
    0x96338000 - 0x9633fff3  com.apple.print.framework.Print 6.1 (237.1) <97AB70B6-C653-212F-CFD3-E3816D0F5C22> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Print.framework/Version s/A/Print
    0x96368000 - 0x963abff7  libGLU.dylib ??? (???) <2093A1FB-67BD-39E0-CDE5-A97A77BDDBCE> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLU.dylib
    0x9640f000 - 0x9667fffb  com.apple.Foundation 6.6.3 (751.29) <E77D3906-99F4-FEF4-FBB0-86FB3C94073E> /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation
    0x96995000 - 0x96995ff7  com.apple.ApplicationServices 38 (38) <8012B504-3D83-BFBB-DA65-065E061CFE03> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/ApplicationServices
    0x96996000 - 0x969aafe7  libbsm.0.dylib ??? (???) <14CB053A-7C47-96DA-E415-0906BA1B78C9> /usr/lib/libbsm.0.dylib
    0x96a03000 - 0x96a95fe3  com.apple.print.framework.PrintCore 6.2 (312.5) <5B9EAAE8-7803-E0B3-9E5B-E9E2CCC8BA0E> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/PrintCore. framework/Versions/A/PrintCore
    0x96b2e000 - 0x96b37ff7  com.apple.DiskArbitration 2.3 (2.3) <E9C40767-DA6A-6CCB-8B00-2D5706753000> /System/Library/Frameworks/DiskArbitration.framework/Versions/A/DiskArbitration
    0x96b78000 - 0x96be2fe7  libstdc++.6.dylib 7.9.0 (compatibility 7.0.0) <411D87F4-B7E1-44EB-F201-F8B4F9227213> /usr/lib/libstdc++.6.dylib
    0x96be3000 - 0x96bedfe7  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
    0x96bee000 - 0x96bfbff7  com.apple.NetFS 3.2.1 (3.2.1) <A6443845-5815-2429-7649-C51A4B5E7DF9> /System/Library/Frameworks/NetFS.framework/Versions/A/NetFS
    0x96bfc000 - 0x96c0afe7  libz.1.dylib 1.2.3 (compatibility 1.0.0) <3CE8AA79-F077-F1B0-A039-9103A4A02E92> /usr/lib/libz.1.dylib
    0x96c0b000 - 0x96cfdff7  libcrypto.0.9.8.dylib 0.9.8 (compatibility 0.9.8) <D2C86308-F998-C83D-F49B-CD484D4EFE6A> /usr/lib/libcrypto.0.9.8.dylib
    0x96d6d000 - 0x9708dfeb  com.apple.CoreServices.CarbonCore 861.13 (861.13) <52803668-3669-36BD-57DD-078FBA835081> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CarbonCore.framew ork/Versions/A/CarbonCore
    0x970b9000 - 0x97114ff7  com.apple.framework.IOKit 2.0 (???) <A013B850-6ECB-594A-CBD6-DB156B11871B> /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit
    0x97115000 - 0x971beff7  com.apple.CFNetwork 454.9.8 (454.9.8) <DB2A5C33-E833-1B3A-4DE0-5FF172B2048B> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CFNetwork.framewo rk/Versions/A/CFNetwork
    0x971bf000 - 0x971c3ff7  libGIF.dylib ??? (???) <3ECD4D2C-40FE-E9A0-A2D2-E36D1C00D3A8> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.fr amework/Versions/A/Resources/libGIF.dylib
    0x971c4000 - 0x971c8ff7  libGFXShared.dylib ??? (???) <2D32BDBF-C941-93FD-E233-F03D28DB9E94> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGFXShared.dylib
    0x971c9000 - 0x971c9ff7  com.apple.vecLib 3.6 (vecLib 3.6) <FF4DC8B6-0AB0-DEE8-ADA8-7B57645A1F36> /System/Library/Frameworks/vecLib.framework/Versions/A/vecLib
    0x97221000 - 0x9722dff7  libkxld.dylib ??? (???) <322A4B52-8305-3081-6B74-813C3A87A56D> /usr/lib/system/libkxld.dylib
    0x97236000 - 0x9727aff3  com.apple.coreui 2 (114) <29F8F1A4-1C96-6A0F-4CC2-9B85CF83209F> /System/Library/PrivateFrameworks/CoreUI.framework/Versions/A/CoreUI
    0x972f0000 - 0x972f3ff7  libCGXType.A.dylib 543.50.0 (compatibility 64.0.0) <3B49AED9-0DBA-9D21-F9AC-8784363AD762> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphi cs.framework/Versions/A/Resources/libCGXType.A.dylib
    0x972f4000 - 0x97335ff7  libRIP.A.dylib 543.50.0 (compatibility 64.0.0) <8BAE1FC1-A478-F151-17C7-2D5DE470AC4F> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphi cs.framework/Versions/A/Resources/libRIP.A.dylib
    0x975c8000 - 0x976a3fe7  com.apple.DesktopServices 1.5.7 (1.5.7) <A69072AD-C47E-A00D-4A69-6E46A7FB2119> /System/Library/PrivateFrameworks/DesktopServicesPriv.framework/Versions/A/DesktopService sPriv
    0x976a4000 - 0x976a4ff7  com.apple.CoreServices 44 (44) <AC35D112-5FB9-9C8C-6189-5F5945072375> /System/Library/Frameworks/CoreServices.framework/Versions/A/CoreServices
    0x976b1000 - 0x97ae6ff7  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
    0x97ae7000 - 0x97b30fe7  libTIFF.dylib ??? (???) <9CFF48CC-4852-4D06-17AC-3C947C824159> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.fr amework/Versions/A/Resources/libTIFF.dylib
    0x97b3c000 - 0x97b5cfe7  libresolv.9.dylib 41.0.0 (compatibility 1.0.0) <751955F3-21FB-A03A-4E92-1F3D4EFB8C5B> /usr/lib/libresolv.9.dylib
    0x97bf9000 - 0x97cafffb  libFontParser.dylib ??? (???) <067DC1A2-764B-41EA-B07E-4205472749B7> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framew ork/Versions/A/Resources/libFontParser.dylib
    0x97cb0000 - 0x97cbeff7  com.apple.opengl 1.6.9 (1.6.9) <4F06C166-00CF-5ACF-77E3-5A960A5E8AD3> /System/Library/Frameworks/OpenGL.framework/Versions/A/OpenGL
    0x97cbf000 - 0x97fb8fef  com.apple.QuickTime 7.6.6 (1742) <89720F2A-F33B-FF09-3D81-F9F25A99F3EB> /System/Library/Frameworks/QuickTime.framework/Versions/A/QuickTime
    0x9819d000 - 0x981b5ff7  com.apple.CFOpenDirectory 10.6 (10.6) <1537FB4F-C112-5D12-1E5D-3B1002A4038F> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/Frameworks/CFOpenDirectory. framework/Versions/A/CFOpenDirectory
    0x981b6000 - 0x981b6ff7  com.apple.Carbon 150 (152) <9252D5F2-462D-2C15-80F3-109644D6F704> /System/Library/Frameworks/Carbon.framework/Versions/A/Carbon
    0x981c5000 - 0x981ebfff  com.apple.DictionaryServices 1.1.1 (1.1.1) <02709230-9B37-C743-6E27-3FCFD18211F8> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/DictionaryService s.framework/Versions/A/DictionaryServices
    0x981ec000 - 0x981ecff7  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
    0x984e4000 - 0x98506fef  com.apple.DirectoryService.Framework 3.6 (621.4) <B88E98EF-7F17-F988-62A4-3DEC0832B3B7> /System/Library/Frameworks/DirectoryService.framework/Versions/A/DirectoryService
    0x9857b000 - 0x98616ff7  com.apple.ApplicationServices.ATS 275.11.1 (???) <5FF65EC7-F512-530A-7771-3DE240EE6E43> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framew ork/Versions/A/ATS
    0x98617000 - 0x98629ff7  com.apple.MultitouchSupport.framework 204.13 (204.13) <F91A4E32-01AA-49DB-2205-3DBE1FEFFC43> /System/Library/PrivateFrameworks/MultitouchSupport.framework/Versions/A/MultitouchSuppor t
    0x9862a000 - 0x9863bff7  com.apple.LangAnalysis 1.6.6 (1.6.6) <97511CC7-FE23-5AC3-2EE2-B5479FAEB316> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/LangAnalys is.framework/Versions/A/LangAnalysis
    0x9863c000 - 0x98682ff7  libauto.dylib ??? (???) <85670A64-3B67-8162-D441-D8E0BE15CA94> /usr/lib/libauto.dylib
    0x98683000 - 0x987affff  com.apple.audio.toolbox.AudioToolbox 1.6.3 (1.6.3) <F0D7256E-0914-8E77-E37B-9720430422AB> /System/Library/Frameworks/AudioToolbox.framework/Versions/A/AudioToolbox
    0x987c4000 - 0x988d0ff7  libGLProgrammability.dylib ??? (???) <1B315838-F477-5416-7504-67EC3433AD4A> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLProgrammability.dyl ib
    0x98940000 - 0x98947ff7  com.apple.agl 3.0.12 (AGL-3.0.12) <6877F0D8-0DCF-CB98-5304-913667FF50FA> /System/Library/Frameworks/AGL.framework/Versions/A/AGL
    0x98994000 - 0x989d7ff7  com.apple.NavigationServices 3.5.4 (182) <753B8906-06C0-3AE0-3D6A-8FF5AC18ED12> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/NavigationServices.fram ework/Versions/A/NavigationServices
    0x98a0a000 - 0x98a0dff7  libCoreVMClient.dylib ??? (???) <CA0BA8DC-0159-A808-A300-750358A6970C> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCoreVMClient.dylib
    0x98a56000 - 0x98aa7ff7  com.apple.HIServices 1.8.0 (???) <10C85B88-C6AF-91DB-2546-34661BA35AC5> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/HIServices .framework/Versions/A/HIServices
    0x98aa8000 - 0x98ad9ff3  libTrueTypeScaler.dylib ??? (???) <7601D717-236D-8F4E-91F5-E69BB2920478> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framew ork/Versions/A/Resources/libTrueTypeScaler.dylib
    0x98b85000 - 0x98b90ff7  libCSync.A.dylib 543.50.0 (compatibility 64.0.0) <4FA0CE4A-BDE5-0E3D-37F0-03B41F0C2637> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphi cs.framework/Versions/A/Resources/libCSync.A.dylib
    0x98b91000 - 0x98bc4ff7  com.apple.AE 496.4 (496.4) <7F34EC47-8429-3077-8158-54F5EA908C66> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/AE.framework/Vers ions/A/AE
    0x98c13000 - 0x98c15ff7  libRadiance.dylib ??? (???) <AB06F616-E3EA-5966-029A-8AA44BBE5B28> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.fr amework/Versions/A/Resources/libRadiance.dylib
    0x98d05000 - 0x98d47ff7  libvDSP.dylib 268.0.1 (compatibility 1.0.0) <29E5ABCF-6D8A-0CE0-B480-C7D240FF8575> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Ve rsions/A/libvDSP.dylib
    0x98d72000 - 0x98e66ff7  libiconv.2.dylib 7.0.0 (compatibility 7.0.0) <9EC28185-D26F-533F-90C4-FBAA13A15947> /usr/lib/libiconv.2.dylib
    0x98ee0000 - 0x98ee4ff7  IOSurface ??? (???) <66E11D8E-CF4B-EFD0-37F9-20177C647021> /System/Library/Frameworks/IOSurface.framework/Versions/A/IOSurface
    0x98ee5000 - 0x98f54ff7  libvMisc.dylib 268.0.1 (compatibility 1.0.0) <706684C7-AFA0-B036-274A-D02F8961DED5> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Ve rsions/A/libvMisc.dylib
    0x98f96000 - 0x991fafef  com.apple.security 6.1.1 (37594) <3F68A006-6B30-85D5-1A75-8D748F72A6D5> /System/Library/Frameworks/Security.framework/Versions/A/Security
    0x991fb000 - 0x99238ff7  com.apple.SystemConfiguration 1.10.2 (1.10.2) <398BB007-41FD-1A30-26D8-CB86ED5E467E> /System/Library/Frameworks/SystemConfiguration.framework/Versions/A/SystemConfiguration
    0x99239000 - 0x992d6fe3  com.apple.LaunchServices 362.1 (362.1) <885D8567-9E40-0105-20BC-42C7FF657583> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/LaunchServices.fr amework/Versions/A/LaunchServices
    0x992f9000 - 0x99346feb  com.apple.DirectoryService.PasswordServerFramework 6.0 (6.0) <BF66BA5D-BBC8-78A5-DBE2-F9DE3DD1D775> /System/Library/PrivateFrameworks/PasswordServer.framework/Versions/A/PasswordServer
    0x9935a000 - 0x9945bfe7  libxml2.2.dylib 10.3.0 (compatibility 10.0.0) <B4C5CD68-405D-0F1B-59CA-5193D463D0EF> /usr/lib/libxml2.2.dylib
    0x99494000 - 0x99541fe7  libobjc.A.dylib 227.0.0 (compatibility 1.0.0) <DF8E4CFA-3719-3415-0BF1-E8C5E561C3B1> /usr/lib/libobjc.A.dylib
    0x99584000 - 0x995fffe7  com.apple.audio.CoreAudio 3.2.2 (3.2.2) <51D0E2DC-B15F-AF6C-70D8-026DDAD4E2A5> /System/Library/Frameworks/CoreAudio.framework/Versions/A/CoreAudio
    0x99811000 - 0x9982cff7  libPng.dylib ??? (???) <36A3D75E-5178-4358-7F02-444E276D61AD> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.fr amework/Versions/A/Resources/libPng.dylib
    0xb0000000 - 0xb000fff8 +com.adobe.ahclientframework 1.5.0.30 (1.5.0.30) <24B39C2F-79B0-BDE3-C6D0-1F0E943070C7> /Applications/Adobe Dreamweaver CS5/Adobe Dreamweaver CS5.app/Contents/Frameworks/ahclient.framework/Versions/A/ahclient
    0xba900000 - 0xba916ff7  libJapaneseConverter.dylib 49.0.0 (compatibility 1.0.0) <12C58901-CCF3-4E8E-30CA-92A10CD55DF1> /System/Library/CoreServices/Encodings/libJapaneseConverter.dylib
    0xbab00000 - 0xbab21fe7  libKoreanConverter.dylib 49.0.0 (compatibility 1.0.0) <7FFF4AFA-6522-C7D5-760F-A8F13D6EF032> /System/Library/CoreServices/Encodings/libKoreanConverter.dylib
    0xffff0000 - 0xffff1fff  libSystem.B.dylib ??? (???) <3441F338-2218-6D36-3F95-3A16FBF6713D> /usr/lib/libSystem.B.dylib
    Model: MacPro3,1, BootROM MP31.006C.B05, 4 processors, Quad-Core Intel Xeon, 2.8 GHz, 4 GB, SMC 1.25f4
    Graphics: ATI Radeon HD 2600 XT, ATI Radeon HD 2600, PCIe, 256 MB
    Memory Module: global_name
    AirPort: spairport_wireless_card_type_airport_extreme (0x14E4, 0x88), Broadcom BCM43xx 1.0 (5.10.91.27)
    Bluetooth: Version 2.3.3f8, 2 service, 19 devices, 1 incoming serial ports
    Network Service: Ethernet 1, Ethernet, en0
    Network Service: AirPort, AirPort, en2
    PCI Card: ATI Radeon HD 2600, Display, Slot-1
    Serial ATA Device: WDC WD3200AAJS-41VWA0, 298.09 GB
    Parallel ATA Device: OPTIARC DVD RW AD-7170A
    USB Device: Keyboard Hub, 0x05ac  (Apple Inc.), 0x1006, 0xfd400000
    USB Device: Apple Optical USB Mouse, 0x05ac  (Apple Inc.), 0x0304, 0xfd430000
    USB Device: Apple Keyboard, 0x05ac  (Apple Inc.), 0x0221, 0xfd420000
    USB Device: USB2.0 Hub, 0x05e3  (Genesys Logic, Inc.), 0x0608, 0xfd300000
    USB Device: Bluetooth USB Host Controller, 0x05ac  (Apple Inc.), 0x8206, 0x5d200000
    FireWire Device: built-in_hub, Up to 800 Mb/sec

    Can anybody help me with this?
    Its becoming a joke now.
    New crash log:
    Process:         Dreamweaver [7219]
    Path:            /Applications/Adobe Dreamweaver CS5/Adobe Dreamweaver CS5.app/Contents/MacOS/Dreamweaver
    Identifier:      com.adobe.dreamweaver-11.0
    Version:         11.0.3.4964 (11.0.3)
    Code Type:       X86 (Native)
    Parent Process:  launchd [81]
    Date/Time:       2010-10-06 08:41:35.417 +0100
    OS Version:      Mac OS X 10.6.4 (10F569)
    Report Version:  6
    Exception Type:  EXC_BAD_ACCESS (SIGBUS)
    Exception Codes: KERN_PROTECTION_FAILURE at 0x0000000000000020
    Crashed Thread:  0  Dispatch queue: com.apple.main-thread
    Thread 0 Crashed:  Dispatch queue: com.apple.main-thread
    0   com.adobe.dreamweaver-11.0    0x00e02bc4 CImplBase::DestroyWindow() + 116
    1   com.adobe.dreamweaver-11.0    0x00e02efd CImplBase::~CImplBase() + 173
    2   com.adobe.dreamweaver-11.0    0x00d7c690 CFrameWndImpl::CFrameWndImpl(CWnd*, unsigned long, unsigned short const*, unsigned short const*, unsigned long, int, int, int, int, CImplBase*, CMenuImplBase*, void*) + 1424
    3   com.adobe.dreamweaver-11.0    0x00d7cc62 CFrameWnd::HandleCreateEx(unsigned long, unsigned short const*, unsigned short const*, unsigned long, int, int, int, int, CImplBase*, CMenuImplBase*, void*) + 114
    4   com.adobe.dreamweaver-11.0    0x00df48b3 CWnd::CreateEx(unsigned long, unsigned short const*, unsigned short const*, unsigned long, int, int, int, int, CImplBase*, CMenuImplBase*, void*) + 259
    5   com.adobe.dreamweaver-11.0    0x00d7c7ee CFrameWnd::Create(unsigned short const*, unsigned short const*, unsigned long, tagRECT const&, CWnd*, unsigned short const*, unsigned long, CCreateContext*) + 174
    6   com.adobe.dreamweaver-11.0    0x00cd0778 MMUI::PanelPlaceholder::PanelPlaceholder(int, OpaqueControlRef*, bool, CSize const&, CSize const&) + 418
    7   com.adobe.dreamweaver-11.0    0x00cc0ab4 MMUI::PanelManager::CreatePanelsFromState(bool) + 4004
    8   com.adobe.dreamweaver-11.0    0x00078187 TitanApp::InitInstancePublic() + 2925
    9   com.adobe.dreamweaver-11.0    0x00070f6a TitanApp::InitInstance() + 438
    10  com.adobe.dreamweaver-11.0    0x00de6d3e CRealApp::Initialize() + 782
    11  com.adobe.dreamweaver-11.0    0x00de6f3c CRealApp::Run() + 156
    12  com.adobe.dreamweaver-11.0    0x00db6fe3 main + 339
    13  com.adobe.dreamweaver-11.0    0x00003276 start + 54
    Thread 1:  Dispatch queue: com.apple.libdispatch-manager
    0   libSystem.B.dylib             0x95f0a942 kevent + 10
    1   libSystem.B.dylib             0x95f0b05c _dispatch_mgr_invoke + 215
    2   libSystem.B.dylib             0x95f0a519 _dispatch_queue_invoke + 163
    3   libSystem.B.dylib             0x95f0a2be _dispatch_worker_thread2 + 240
    4   libSystem.B.dylib             0x95f09d41 _pthread_wqthread + 390
    5   libSystem.B.dylib             0x95f09b86 start_wqthread + 30
    Thread 2:
    0   libSystem.B.dylib             0x95f099d2 __workq_kernreturn + 10
    1   libSystem.B.dylib             0x95f09f68 _pthread_wqthread + 941
    2   libSystem.B.dylib             0x95f09b86 start_wqthread + 30
    Thread 3:
    0   libSystem.B.dylib             0x95f099d2 __workq_kernreturn + 10
    1   libSystem.B.dylib             0x95f09f68 _pthread_wqthread + 941
    2   libSystem.B.dylib             0x95f09b86 start_wqthread + 30
    Thread 4:
    0   libSystem.B.dylib             0x95ee4142 semaphore_wait_signal_trap + 10
    1   libSystem.B.dylib             0x95f11cbc _pthread_cond_wait + 1089
    2   libSystem.B.dylib             0x95f5a203 pthread_cond_wait + 48
    3   com.adobe.amt.services        0x1ee9f126 AMTConditionLock::LockWhenCondition(int) + 46
    4   com.adobe.amt.services        0x1ee97db0 _AMTThreadedPCDService::PCDThreadWorker(_AMTThreadedPCDService*) + 116
    5   com.adobe.amt.services        0x1ee9f18c AMTThread::Worker(void*) + 24
    6   libSystem.B.dylib             0x95f1181d _pthread_start + 345
    7   libSystem.B.dylib             0x95f116a2 thread_start + 34
    Thread 5:
    0   libSystem.B.dylib             0x95f12066 __semwait_signal + 10
    1   libSystem.B.dylib             0x95f3dc64 nanosleep$UNIX2003 + 188
    2   com.apple.carbonbundletemplate 0x23ac2f5b ScObjects::Thread::sleep(unsigned int) + 59
    3   com.apple.carbonbundletemplate 0x23abd4e3 ScObjects::BridgeTalkThread::run() + 163
    4   com.apple.carbonbundletemplate 0x23ac3068 ScObjects::Thread::go(void*) + 168
    5   libSystem.B.dylib             0x95f1181d _pthread_start + 345
    6   libSystem.B.dylib             0x95f116a2 thread_start + 34
    Thread 6:
    0   libSystem.B.dylib             0x95f12066 __semwait_signal + 10
    1   libSystem.B.dylib             0x95f11d22 _pthread_cond_wait + 1191
    2   libSystem.B.dylib             0x95f139b8 pthread_cond_wait$UNIX2003 + 73
    3   com.apple.carbonbundletemplate 0x2423c5ad MMNetIO::RequestProcessor<MMNetIO::SFTPNetChannel, MMNetIO::SFTPNetChannel, MMNetIO::NetIOException>::MutexState::Wait() + 49
    4   com.apple.carbonbundletemplate 0x2423d4c3 MMNetIO::RequestProcessor<MMNetIO::SFTPNetChannel, MMNetIO::SFTPNetChannel, MMNetIO::NetIOException>::ProcessRequests() + 81
    5   com.apple.carbonbundletemplate 0x2423d88d MMNetIO::RequestProcessor<MMNetIO::SFTPNetChannel, MMNetIO::SFTPNetChannel, MMNetIO::NetIOException>::RequestProcessorTrampoline(void*) + 23
    6   libSystem.B.dylib             0x95f1181d _pthread_start + 345
    7   libSystem.B.dylib             0x95f116a2 thread_start + 34
    Thread 0 crashed with X86 Thread State (32-bit):
      eax: 0x00000000  ebx: 0x00e02b64  ecx: 0x00000000  edx: 0x00000000
      edi: 0x0a1651f0  esi: 0x0a16530c  ebp: 0xbfffe848  esp: 0xbfffe810
       ss: 0x0000001f  efl: 0x00010246  eip: 0x00e02bc4   cs: 0x00000017
       ds: 0x0000001f   es: 0x0000001f   fs: 0x00000000   gs: 0x00000037
      cr2: 0x00000020
    Binary Images:
        0x1000 -  0x12eefff +com.adobe.dreamweaver-11.0 11.0.3.4964 (11.0.3) <6CC8A052-A822-EA01-999E-332E355681FA> /Applications/Adobe Dreamweaver CS5/Adobe Dreamweaver CS5.app/Contents/MacOS/Dreamweaver
    0x25ea000 -  0x25fffe4 +libChar16.dylib ??? (???) <324CC7D8-DE80-7060-DF82-A6856C0A9E55> /Applications/Adobe Dreamweaver CS5/Adobe Dreamweaver CS5.app/Contents/MacOS/libChar16.dylib
    0x260e000 -  0x2627fe0 +libCoreTypes.dylib ??? (???) <4242EB19-9FF8-048A-076A-9CF74EFB5270> /Applications/Adobe Dreamweaver CS5/Adobe Dreamweaver CS5.app/Contents/MacOS/libCoreTypes.dylib
    0x2646000 -  0x2663fef +libCurl.dylib ??? (???) <257E9435-5FF8-0CF9-85E8-B0BAD8F06CAE> /Applications/Adobe Dreamweaver CS5/Adobe Dreamweaver CS5.app/Contents/MacOS/libCurl.dylib
    0x2672000 -  0x2680ff6 +libZ.dylib ??? (???) <A4C958A4-A792-B910-AA8F-3B821858F4D8> /Applications/Adobe Dreamweaver CS5/Adobe Dreamweaver CS5.app/Contents/MacOS/libZ.dylib
    0x2687000 -  0x2737ff7 +libCrypto.dylib ??? (???) <DA63ACB6-43E8-9DDB-0771-C55DFC8A0718> /Applications/Adobe Dreamweaver CS5/Adobe Dreamweaver CS5.app/Contents/MacOS/libCrypto.dylib
    0x27de000 -  0x27ffffc +libSSL.dylib ??? (???) <4CA87169-F680-0C3E-5769-092159669819> /Applications/Adobe Dreamweaver CS5/Adobe Dreamweaver CS5.app/Contents/MacOS/libSSL.dylib
    0x2816000 -  0x2817fff +libCocoa.dylib ??? (???) <3004B895-BC77-14E2-3B6E-641E0305EDB9> /Applications/Adobe Dreamweaver CS5/Adobe Dreamweaver CS5.app/Contents/MacOS/libCocoa.dylib
    0x281c000 -  0x2a1cff7  com.apple.carbonframeworktemplate 1.0 (1.0) <B60B0E92-44F6-4F40-A141-1846DEA597D6> /Applications/Adobe Dreamweaver CS5/Adobe Dreamweaver CS5.app/Contents/frameworks/Xerces.framework/Versions/A/Xerces
    0x2cce000 -  0x2cd8ffc  com.apple.carbonframeworktemplate 1.0 (1.0) <9841BF38-93C6-0458-B45E-E570B7542D0F> /Applications/Adobe Dreamweaver CS5/Adobe Dreamweaver CS5.app/Contents/Frameworks/NetIO.framework/Versions/A/NetIO
    0x2cee000 -  0x2cf2ffc +com.adobe.AdobeCrashReporter 3.0 (3.0.20100302) <E6437929-0E69-8A56-E69F-F64305E82DD9> /Applications/Adobe Dreamweaver CS5/Adobe Dreamweaver CS5.app/Contents/Frameworks/AdobeCrashReporter.framework/Versions/A/AdobeCrashReporter
    0x2cf9000 -  0x2e0dfff +AdobeACE ??? (???) <DD291A17-ECF4-FE20-5837-AC1F5BC76940> /Applications/Adobe Dreamweaver CS5/Adobe Dreamweaver CS5.app/Contents/Frameworks/AdobeACE.framework/Versions/A/AdobeACE
    0x2e30000 -  0x3356fff +AdobeAGM ??? (???) <9817824D-3BA9-4E26-3408-2A5ED351ED4B> /Applications/Adobe Dreamweaver CS5/Adobe Dreamweaver CS5.app/Contents/Frameworks/AdobeAGM.framework/Versions/A/AdobeAGM
    0x3497000 -  0x34b1fff +AdobeBIB ??? (???) <A6522FAF-52BB-A3E0-F2F0-56C4E59C6C7C> /Applications/Adobe Dreamweaver CS5/Adobe Dreamweaver CS5.app/Contents/Frameworks/AdobeBIB.framework/Versions/A/AdobeBIB
    0x34ba000 -  0x34dbff7 +AdobeBIBUtils ??? (???) <DF229ECB-1F43-204F-15BD-18C5601A531D> /Applications/Adobe Dreamweaver CS5/Adobe Dreamweaver CS5.app/Contents/Frameworks/AdobeBIBUtils.framework/Versions/A/AdobeBIBUtils
    0x34e7000 -  0x37d9ff7 +AdobeCoolType ??? (???) <9FDD596D-9824-2BB9-5DA2-25DACAB6A324> /Applications/Adobe Dreamweaver CS5/Adobe Dreamweaver CS5.app/Contents/Frameworks/AdobeCoolType.framework/Versions/A/AdobeCoolType
    0x3861000 -  0x45a4fff +com.adobe.psl AdobePSL 12.0.0.7524 (12.0.0.7524) <CFBCB19A-03F7-D095-1F48-8D68F05A25C5> /Applications/Adobe Dreamweaver CS5/Adobe Dreamweaver CS5.app/Contents/Frameworks/AdobePSL.framework/Versions/A/AdobePSL
    0x48e3000 -  0x4909ff6 +AdobeAXE8SharedExpat ??? (???) <5848BBCE-3A3E-66EE-5527-97A96F0CA4CC> /Applications/Adobe Dreamweaver CS5/Adobe Dreamweaver CS5.app/Contents/Frameworks/AdobeAXE8SharedExpat.framework/Versions/A/AdobeAXE8SharedExpa t
    0x491a000 -  0x4972ff7 +AdobeXMP ??? (???) <73329999-C364-2451-6574-4D0277057D19> /Applications/Adobe Dreamweaver CS5/Adobe Dreamweaver CS5.app/Contents/Frameworks/AdobeXMP.framework/Versions/A/AdobeXMP
    0x4981000 -  0x5137fff +Fireworks ??? (???) <13B35B4B-4C15-9A06-D16F-A01929CDAF9E> /Applications/Adobe Dreamweaver CS5/Adobe Dreamweaver CS5.app/Contents/Frameworks/Fireworks.framework/Versions/A/Fireworks
    0x5a8d000 -  0x5c2cfe7 +com.adobe.owl AdobeOwl version 3.0.89 (3.0.89) <04CA525C-D4E0-DE62-BF07-D9EF6386AA58> /Applications/Adobe Dreamweaver CS5/Adobe Dreamweaver CS5.app/Contents/Frameworks/AdobeOwl.framework/Versions/A/AdobeOwl
    0x5c95000 -  0x5ce8ffb +com.adobe.headlights.LogSessionFramework ??? (2.0.1.011) <4F2BFF03-01D2-A07D-E5E2-7F88D4C2DEC4> /Applications/Adobe Dreamweaver CS5/Adobe Dreamweaver CS5.app/Contents/Frameworks/LogSession.framework/Versions/A/LogSession
    0x5d30000 -  0x5d96ffb +com.adobe.amtlib amtlib 3.0.0.64 (3.0.0.64) <DD471011-9120-1BC2-F1B5-D6FF09D0859F> /Applications/Adobe Dreamweaver CS5/Adobe Dreamweaver CS5.app/Contents/Frameworks/amtlib.framework/Versions/A/amtlib
    0x5dc6000 -  0x5e93fe7 +AdobeAXEDOMCore ??? (???) <F76D74DC-FD5A-9783-C447-2E58773DA7E1> /Applications/Adobe Dreamweaver CS5/Adobe Dreamweaver CS5.app/Contents/Frameworks/AdobeAXEDOMCore.framework/Versions/A/AdobeAXEDOMCore
    0x5f02000 -  0x5f09ff7  com.apple.JavaVM 13.2.0 (13.2.0) <75981DDE-4A7A-EEB6-BAEE-30E9E1DA17C0> /System/Library/Frameworks/JavaVM.framework/Versions/A/JavaVM
    0x5f12000 -  0x5fd4fe7 +com.adobe.linguistic.LinguisticManager 5.0.0 (11309) <9841C481-06F4-C783-C941-7F03281AA20E> /Applications/Adobe Dreamweaver CS5/Adobe Dreamweaver CS5.app/Contents/Frameworks/AdobeLinguistic.framework/Versions/3/AdobeLinguistic
    0x606e000 -  0x6a1efff +libicudata.dylib.36.0 36.0.0 (compatibility 36.0.0) <02108DEA-3DD2-14BE-DAEB-BE522B619C1D> /Applications/Adobe Dreamweaver CS5/Adobe Dreamweaver CS5.app/Contents/Frameworks/ICUData.framework/Versions/3.6/libicudata.dylib.36.0
    0x6a21000 -  0x6aae2cb +libicucnv.dylib.36.0 36.0.0 (compatibility 36.0.0) /Applications/Adobe Dreamweaver CS5/Adobe Dreamweaver CS5.app/Contents/Frameworks/ICUConverter.framework/Versions/3.6/libicucnv.dylib.36.0
    0x6adb000 -  0x6baa23b +libicui18n.dylib.36.0 36.0.0 (compatibility 36.0.0) /Applications/Adobe Dreamweaver CS5/Adobe Dreamweaver CS5.app/Contents/Frameworks/ICUInternationalization.framework/Versions/3.6/libicui18n.dyl ib.36.0
    0x6c53000 -  0x6d27db7 +libicuuc.dylib.36.0 36.0.0 (compatibility 36.0.0) /Applications/Adobe Dreamweaver CS5/Adobe Dreamweaver CS5.app/Contents/Frameworks/ICUUnicode.framework/Versions/3.6/libicuuc.dylib.36.0
    0x6d88000 -  0x6d94ffd +com.adobe.ape.shim adbeape version 3.1.65.7508 (3.1.65.7508) <E2B429C9-C13D-7E96-D18C-F7A6D8933C93> /Applications/Adobe Dreamweaver CS5/Adobe Dreamweaver CS5.app/Contents/Frameworks/adbeape.framework/Versions/A/adbeape
    0x6db0000 -  0x6dbaffd +com.adobe.boost_signals.framework boost_signals version 5.0.0 (5.0.0.0) <640F2209-093D-4A58-879A-28D0D0985ED1> /Applications/Adobe Dreamweaver CS5/Adobe Dreamweaver CS5.app/Contents/Frameworks/boost_signals.framework/Versions/A/boost_signals
    0x6dcd000 -  0x6dceffb +com.adobe.boost_system.framework boost_system version 5.0.0 (5.0.0.0) <0C51FD72-CEB1-B597-FDE4-8910BE3439A6> /Applications/Adobe Dreamweaver CS5/Adobe Dreamweaver CS5.app/Contents/Frameworks/boost_system.framework/Versions/A/boost_system
    0x6dd5000 -  0x6f5dff7 +com.adobe.dvacore.framework dvacore version 5.0.0 (5.0.0.0) <C1936010-194D-5EC4-B98F-89374A128552> /Applications/Adobe Dreamweaver CS5/Adobe Dreamweaver CS5.app/Contents/Frameworks/dvacore.framework/Versions/A/dvacore
    0x70e3000 -  0x73e2fff +com.adobe.dvaui.framework dvaui version 5.0.0 (5.0.0.0) <3AA0965B-E8B5-D68C-4EEF-403E4566C101> /Applications/Adobe Dreamweaver CS5/Adobe Dreamweaver CS5.app/Contents/Frameworks/dvaui.framework/Versions/A/dvaui
    0x7758000 -  0x7a9ffff +com.adobe.dvaadameve.framework dvaadameve version 5.0.0 (5.0.0.0) <1755E2A4-938A-85EB-4A16-830BD71361C7> /Applications/Adobe Dreamweaver CS5/Adobe Dreamweaver CS5.app/Contents/Frameworks/dvaadameve.framework/Versions/A/dvaadameve
    0x7fd0000 -  0x7fdaff3 +com.adobe.boost_filesystem.framework boost_filesystem version 5.0.0 (5.0.0.0) <1C3DDA48-3C89-5344-1F81-2ED985AE8411> /Applications/Adobe Dreamweaver CS5/Adobe Dreamweaver CS5.app/Contents/Frameworks/boost_filesystem.framework/Versions/A/boost_filesystem
    0x7fee000 -  0x8126fe7 +WRServices ??? (???) <87183F9D-17F4-6BDC-66A9-8FD34F320118> /Applications/Adobe Dreamweaver CS5/Adobe Dreamweaver CS5.app/Contents/Frameworks/WRServices.framework/Versions/A/WRServices
    0x8168000 -  0x81a1ffb +com.adobe.AAM.AdobeUpdaterNotificationFramework UpdaterNotifications 1.0.0.64 (1.0.0.64) <C64CCBDC-B8E9-45E8-53E7-8577CFE9F2F0> /Applications/Adobe Dreamweaver CS5/Adobe Dreamweaver CS5.app/Contents/Frameworks/UpdaterNotifications.framework/Versions/A/UpdaterNotification s
    0x81bc000 -  0x81fcff7  com.apple.vmutils 4.2 (106) <834EA6B0-C91B-4CF1-ED3C-229C26459578> /System/Library/PrivateFrameworks/vmutils.framework/Versions/A/vmutils
    0x8215000 -  0x82cafe7  libcrypto.0.9.7.dylib 0.9.7 (compatibility 0.9.7) <0B69B1F5-3440-B0BF-957F-E0ADD49F13CB> /usr/lib/libcrypto.0.9.7.dylib
    0x8310000 -  0x8316fef +com.adobe.boost_date_time.framework boost_date_time version 5.0.0 (5.0.0.0) <513427E4-980B-4EFD-99B2-16181A8F424A> /Applications/Adobe Dreamweaver CS5/Adobe Dreamweaver CS5.app/Contents/Frameworks/boost_date_time.framework/Versions/A/boost_date_time
    0x8327000 -  0x832eff2 +com.adobe.boost_threads.framework boost_threads version 5.0.0 (5.0.0.0) <95766985-B455-FB2E-3C36-4FD53AF952A7> /Applications/Adobe Dreamweaver CS5/Adobe Dreamweaver CS5.app/Contents/Frameworks/boost_threads.framework/Versions/A/boost_threads
    0x833e000 -  0x83bbfe2 +com.adobe.boost_regex.framework boost_regex version 5.0.0 (5.0.0.0) <45A6C23C-8B06-A47B-618D-680349F87821> /Applications/Adobe Dreamweaver CS5/Adobe Dreamweaver CS5.app/Contents/Frameworks/boost_regex.framework/Versions/A/boost_regex
    0x8495000 -  0x8496ff7  com.apple.textencoding.unicode 2.3 (2.3) <78A61FD5-70EE-19EA-48D4-3481C640B70D> /System/Library/TextEncodings/Unicode Encodings.bundle/Contents/MacOS/Unicode Encodings
    0xa5f1000 -  0xa5f2ff7  ATSHI.dylib ??? (???) <A7A8E224-2579-BD3B-7281-86342D077252> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framew ork/Versions/A/Resources/ATSHI.dylib
    0xa5f7000 -  0xa605fe7  libSimplifiedChineseConverter.dylib 49.0.0 (compatibility 1.0.0) <8F5FA7F7-840D-C5EF-C6E6-E2AF7CE43CD2> /System/Library/CoreServices/Encodings/libSimplifiedChineseConverter.dylib
    0xa609000 -  0xa61bff7  libTraditionalChineseConverter.dylib 49.0.0 (compatibility 1.0.0) <026B8702-B0A6-1D90-BBD6-AAAD2E14810D> /System/Library/CoreServices/Encodings/libTraditionalChineseConverter.dylib
    0xa7bd000 -  0xa7c5fff +com.adobe.asneu.framework asneu version 1.7.0.1 (1.7.0.1) <80195B5C-2C67-D841-232C-74FCAB79D304> /Applications/Adobe Dreamweaver CS5/Adobe Dreamweaver CS5.app/Contents/Frameworks/asneu.framework/Versions/A/asneu
    0x1ecd6000 - 0x1ecd6fff  com.apple.carbonbundletemplate 11,0,3, 4964 (11,0,3) <1D91C1AA-CDFA-B9EA-381A-38BC83B28473> /Applications/Adobe Dreamweaver CS5/Configuration/JSExtensions/MM.bundle/Contents/MacOS/MM
    0x1ecda000 - 0x1ecdbfff  com.apple.carbonbundletemplate 11,0,3, 4964 (11,0,3) <86490329-79DA-6F18-1F11-F23769E6F841> /Applications/Adobe Dreamweaver CS5/Configuration/JSExtensions/DWfile.bundle/Contents/MacOS/DWfile
    0x1ecf6000 - 0x1ecfafff  com.apple.carbonbundletemplate 11,0,3, 4964 (11,0,3) <9D03D7A7-9253-DE0B-4583-D4CB4BB11E0C> /Applications/Adobe Dreamweaver CS5/Configuration/JSExtensions/SWFFile.bundle/Contents/MacOS/SWFFile
    0x1ee7a000 - 0x1eee1fea +com.adobe.amt.services AMTServices 3.0.0.64 (BuildVersion: 3.0; BuildDate: Mon Jan 26 2010 21:49:00) (3.0.0.64) <EE468E2C-A6BD-E2EE-7ABE-69168B143B44> /Applications/Adobe Dreamweaver CS5/Adobe Dreamweaver CS5.app/Contents/Frameworks/amtservices.framework/Versions/A/amtservices
    0x1f654000 - 0x1f6c4feb +com.adobe.adobe_caps adobe_caps 3.0.116.0 (3.0.116.0) <50675115-BEDC-72F9-C42D-374196E83EC2> /Applications/Adobe Dreamweaver CS5/Adobe Dreamweaver CS5.app/Contents/Frameworks/adobe_caps.framework/Versions/A/adobe_caps
    0x23a5b000 - 0x23a81ff2  com.apple.carbonbundletemplate 3.0.2,4964 (3.0.2) <FF8C6102-F5D7-028B-4B75-1106C1F7CD48> /Applications/Adobe Dreamweaver CS5/Configuration/JSExtensions/MMNotes.bundle/Contents/MacOS/MMNotes
    0x23aa5000 - 0x23adfff3  com.apple.carbonbundletemplate 1.0.0,4964 (1.0.0) <A91FE2A3-47ED-84FD-A180-8A560312944D> /Applications/Adobe Dreamweaver CS5/Configuration/JSExtensions/classes/JSBridge.bundle/Contents/MacOS/JSBridge
    0x24200000 - 0x24229feb +com.adobe.ape adbeapecore version 3.1.70.10055 (3.1.70.10055) <F3239526-C171-AD3C-835E-FC9998EEFB28> /Library/Application Support/Adobe/APE/3.1/adbeapecore.framework/adbeapecore
    0x24239000 - 0x24291fef  com.apple.carbonbundletemplate 1.0 (1.0) <CCFCEF00-813D-0B41-94A7-CEAE82A50C48> /Applications/Adobe Dreamweaver CS5/Adobe Dreamweaver CS5.app/Contents/PlugIns/NetIOSFTP.bundle/Contents/MacOS/NetIOSFTP
    0x40000000 - 0x400d1fe7 +AdobeJP2K ??? (???) <2ABF10A7-540A-06C8-21FA-186263931DF9> /Applications/Adobe Dreamweaver CS5/Adobe Dreamweaver CS5.app/Contents/Frameworks/AdobeJP2K.framework/Versions/A/AdobeJP2K
    0x8fe00000 - 0x8fe4162b  dyld 132.1 (???) <A4F6ADCC-6448-37B4-ED6C-ABB2CD06F448> /usr/lib/dyld
    0x900b9000 - 0x900beff7  com.apple.OpenDirectory 10.6 (10.6) <92582807-E8F3-3DD9-EB42-4195CFB754A1> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/OpenDirectory
    0x900bf000 - 0x901edfe7  com.apple.CoreData 102.1 (251) <E6A457F0-A0A3-32CD-6C69-6286E7C0F063> /System/Library/Frameworks/CoreData.framework/Versions/A/CoreData
    0x9021f000 - 0x905cdfe3  com.apple.RawCamera.bundle 3.3.0 (533) <05A38D21-8556-434C-8BAA-850A6EC99B37> /System/Library/CoreServices/RawCamera.bundle/Contents/MacOS/RawCamera
    0x910cb000 - 0x910f3ff7  libxslt.1.dylib 3.24.0 (compatibility 3.0.0) <769EF4B2-C1AD-73D5-AAAD-1564DAEA77AF> /usr/lib/libxslt.1.dylib
    0x910f4000 - 0x911a2ff3  com.apple.ink.framework 1.3.3 (107) <57B54F6F-CE35-D546-C7EC-DBC5FDC79938> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Ink.framework/Versions/ A/Ink
    0x920f4000 - 0x920feffb  com.apple.speech.recognition.framework 3.11.1 (3.11.1) <EC0E69C8-A121-70E8-43CF-E6FC4C7779EC> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SpeechRecognition.frame work/Versions/A/SpeechRecognition
    0x92144000 - 0x921a8ffb  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
    0x921a9000 - 0x92a89ff7  com.apple.AppKit 6.6.6 (1038.29) <6F28C335-6DC2-AE0E-B79A-F256DBD0BB45> /System/Library/Frameworks/AppKit.framework/Versions/C/AppKit
    0x92ab6000 - 0x92ac1ff7  libGL.dylib ??? (???) <B87E0676-F5EF-8DA3-6DEE-13C43B3832A7> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib
    0x92b09000 - 0x92ba1fe7  edu.mit.Kerberos 6.5.10 (6.5.10) <8B83AFF3-C074-E47C-4BD0-4546EED0D1BC> /System/Library/Frameworks/Kerberos.framework/Versions/A/Kerberos
    0x92f07000 - 0x93081fe3  com.apple.CoreFoundation 6.6.3 (550.29) <00373783-3744-F47D-2191-BEEA658F0C3D> /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
    0x93082000 - 0x9313bfe7  libsqlite3.dylib 9.6.0 (compatibility 9.0.0) <16CEF8E8-8C9A-94CD-EF5D-05477844C005> /usr/lib/libsqlite3.dylib
    0x9313c000 - 0x9315bff7  com.apple.CoreVideo 1.6.1 (45.5) <EA39D59C-018E-E6EE-6323-809CDA61E3CE> /System/Library/Frameworks/CoreVideo.framework/Versions/A/CoreVideo
    0x9333c000 - 0x936a4ff7  com.apple.QuartzCore 1.6.2 (227.22) <4288F0D2-0C87-F054-C372-8764B44DE024> /System/Library/Frameworks/QuartzCore.framework/Versions/A/QuartzCore
    0x9391b000 - 0x939c3ffb  com.apple.QD 3.35 (???) <B80B64BC-958B-DA9E-50F9-D7E8333CC5A2> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/QD.framewo rk/Versions/A/QD
    0x93a1f000 - 0x93bd9fe3  com.apple.ImageIO.framework 3.0.3 (3.0.3) <A93A514B-C1BF-21D0-FB03-CB775DE4FFAA> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.fr amework/Versions/A/ImageIO
    0x93bda000 - 0x93bdaff7  com.apple.Accelerate 1.6 (Accelerate 1.6) <3891A689-4F38-FACD-38B2-4BF937DE30CF> /System/Library/Frameworks/Accelerate.framework/Versions/A/Accelerate
    0x93bdb000 - 0x943ca557  com.apple.CoreGraphics 1.545.0 (???) <DCED8E1A-7504-C31A-B6EF-98BFF1A61060> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphi cs.framework/Versions/A/CoreGraphics
    0x943cb000 - 0x94406feb  libFontRegistry.dylib ??? (???) <A102F61F-25D5-001A-20C3-56304C585072> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framew ork/Versions/A/Resources/libFontRegistry.dylib
    0x94407000 - 0x9442bff7  libJPEG.dylib ??? (???) <5CE96981-6B2A-D15B-4A17-E7BD329095B6> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.fr amework/Versions/A/Resources/libJPEG.dylib
    0x9442c000 - 0x9448dfe7  com.apple.CoreText 3.1.0 (???) <1372DABE-F183-DD03-03C2-64B2464A4FD5> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreText.f ramework/Versions/A/CoreText
    0x94948000 - 0x94979ff7  libGLImage.dylib ??? (???) <9340012D-595A-6243-9C97-7D30D76D9D9E> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLImage.dylib
    0x9497a000 - 0x9497dfe7  libmathCommon.A.dylib 315.0.0 (compatibility 1.0.0) <1622A54F-1A98-2CBE-B6A4-2122981A500E> /usr/lib/system/libmathCommon.A.dylib
    0x949bc000 - 0x949bdff7  com.apple.TrustEvaluationAgent 1.1 (1) <FEB55E8C-38A4-CFE9-A737-945F39761B4C> /System/Library/PrivateFrameworks/TrustEvaluationAgent.framework/Versions/A/TrustEvaluati onAgent
    0x949be000 - 0x94a3efeb  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
    0x94a3f000 - 0x94b10fe3  ColorSyncDeprecated.dylib 4.6.0 (compatibility 1.0.0) <8FDB4C40-D453-DA53-2A66-9A53998AB23C> /System/Library/Frameworks/ApplicationServices.framework/Frameworks/ColorSync.framework/V ersions/A/Resources/ColorSyncDeprecated.dylib
    0x94b11000 - 0x94b2dfe3  com.apple.openscripting 1.3.1 (???) <DA16DE48-59F4-C94B-EBE3-7FAF772211A2> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/OpenScripting.framework /Versions/A/OpenScripting
    0x94b2e000 - 0x94bb0ffb  SecurityFoundation ??? (???) <3670AE8B-06DA-C447-EB14-79423DB9C474> /System/Library/Frameworks/SecurityFoundation.framework/Versions/A/SecurityFoundation
    0x94cb4000 - 0x950caff7  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
    0x950cb000 - 0x9517bff3  com.apple.ColorSync 4.6.3 (4.6.3) <AA1076EA-7665-3005-A837-B661260DBE54> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ColorSync. framework/Versions/A/ColorSync
    0x95195000 - 0x951d9fe7  com.apple.Metadata 10.6.3 (507.10) <630494FA-3BB3-EDD3-E10B-8DAAF4831E26> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Metadata.framewor k/Versions/A/Metadata
    0x951dc000 - 0x953b7ff3  libType1Scaler.dylib ??? (???) <6FBA8250-3271-6ED4-052D-E27C2136E38F> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framew ork/Versions/A/Resources/libType1Scaler.dylib
    0x955c5000 - 0x95747fe7  libicucore.A.dylib 40.0.0 (compatibility 1.0.0) <2314BD12-0821-75BB-F3BC-98D324CFD30A> /usr/lib/libicucore.A.dylib
    0x9584d000 - 0x9589dff7  com.apple.framework.familycontrols 2.0.1 (2010) <B9762E20-543D-13B9-F6BF-E8585F04CA01> /System/Library/PrivateFrameworks/FamilyControls.framework/Versions/A/FamilyControls
    0x95925000 - 0x95c49fef  com.apple.HIToolbox 1.6.3 (???) <0A5F56E2-9AF3-728D-70AE-429522AEAD8A> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HIToolbox.framework/Ver sions/A/HIToolbox
    0x95c4a000 - 0x95c6bfe7  com.apple.opencl 12.1 (12.1) <DA2AC3FA-ED11-2D10-21E9-7BDF4778B228> /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL
    0x95c6c000 - 0x95c80ffb  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
    0x95c81000 - 0x95c87fff  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
    0x95c88000 - 0x95c8bffb  com.apple.help 1.3.1 (41) <67F1F424-3983-7A2A-EC21-867BE838E90B> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Help.framework/Versions /A/Help
    0x95c91000 - 0x95c93ff7  com.apple.securityhi 4.0 (36638) <38D36D4D-C798-6ACE-5FA8-5C001993AD6B> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SecurityHI.framework/Ve rsions/A/SecurityHI
    0x95c94000 - 0x95d71ff7  com.apple.vImage 4.0 (4.0) <64597E4B-F144-DBB3-F428-0EC3D9A1219E> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vImage.framework/Ve rsions/A/vImage
    0x95ee3000 - 0x96089feb  libSystem.B.dylib 125.2.0 (compatibility 1.0.0) <3441F338-2218-6D36-3F95-3A16FBF6713D> /usr/lib/libSystem.B.dylib
    0x9608a000 - 0x960a9fe3  libexpat.1.dylib 7.2.0 (compatibility 7.0.0) <82E6F83F-9667-2E39-1D9D-4A49C642527D> /usr/lib/libexpat.1.dylib
    0x960d1000 - 0x960e1ff7  libsasl2.2.dylib 3.15.0 (compatibility 3.0.0) <C8744EA3-0AB7-CD03-E639-C4F2B910BE5D> /usr/lib/libsasl2.2.dylib
    0x960e2000 - 0x9611aff7  libcups.2.dylib 2.8.0 (compatibility 2.0.0) <76C02F5C-98FD-BD64-B5FB-C698FB76EA25> /usr/lib/libcups.2.dylib
    0x9611b000 - 0x961e5fef  com.apple.CoreServices.OSServices 357 (357) <CF9530AD-F581-B831-09B6-16D9F9283BFA> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/OSServices.framew ork/Versions/A/OSServices
    0x961e6000 - 0x961fbfff  com.apple.ImageCapture 6.0 (6.0) <3F31833A-38A9-444E-02B7-17619CA6F2A0> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/ImageCapture.framework/ Versions/A/ImageCapture
    0x961fc000 - 0x961fdff7  com.apple.audio.units.AudioUnit 1.6.3 (1.6.3) <959DFFAE-A06B-7FF6-B713-B2076893EBBD> /System/Library/Frameworks/AudioUnit.framework/Versions/A/AudioUnit
    0x96336000 - 0x96336ff7  liblangid.dylib ??? (???) <B99607FC-5646-32C8-2C16-AFB5EA9097C2> /usr/lib/liblangid.dylib
    0x96337000 - 0x96337ff7  com.apple.Cocoa 6.6 (???) <EA27B428-5904-B00B-397A-185588698BCC> /System/Library/Frameworks/Cocoa.framework/Versions/A/Cocoa
    0x96338000 - 0x9633fff3  com.apple.print.framework.Print 6.1 (237.1) <97AB70B6-C653-212F-CFD3-E3816D0F5C22> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Print.framework/Version s/A/Print
    0x96368000 - 0x963abff7  libGLU.dylib ??? (???) <2093A1FB-67BD-39E0-CDE5-A97A77BDDBCE> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLU.dylib
    0x9640f000 - 0x9667fffb  com.apple.Foundation 6.6.3 (751.29) <E77D3906-99F4-FEF4-FBB0-86FB3C94073E> /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation
    0x96995000 - 0x96995ff7  com.apple.ApplicationServices 38 (38) <8012B504-3D83-BFBB-DA65-065E061CFE03> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/ApplicationServices
    0x96996000 - 0x969aafe7  libbsm.0.dylib ??? (???) <14CB053A-7C47-96DA-E415-0906BA1B78C9> /usr/lib/libbsm.0.dylib
    0x96a03000 - 0x96a95fe3  com.apple.print.framework.PrintCore 6.2 (312.5) <5B9EAAE8-7803-E0B3-9E5B-E9E2CCC8BA0E> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/PrintCore. framework/Versions/A/PrintCore
    0x96b2e000 - 0x96b37ff7  com.apple.DiskArbitration 2.3 (2.3) <E9C40767-DA6A-6CCB-8B00-2D5706753000> /System/Library/Frameworks/DiskArbitration.framework/Versions/A/DiskArbitration
    0x96b78000 - 0x96be2fe7  libstdc++.6.dylib 7.9.0 (compatibility 7.0.0) <411D87F4-B7E1-44EB-F201-F8B4F9227213> /usr/lib/libstdc++.6.dylib
    0x96be3000 - 0x96bedfe7  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
    0x96bee000 - 0x96bfbff7  com.apple.NetFS 3.2.1 (3.2.1) <A6443845-5815-2429-7649-C51A4B5E7DF9> /System/Library/Frameworks/NetFS.framework/Versions/A/NetFS
    0x96bfc000 - 0x96c0afe7  libz.1.dylib 1.2.3 (compatibility 1.0.0) <3CE8AA79-F077-F1B0-A039-9103A4A02E92> /usr/lib/libz.1.dylib
    0x96c0b000 - 0x96cfdff7  libcrypto.0.9.8.dylib 0.9.8 (compatibility 0.9.8) <D2C86308-F998-C83D-F49B-CD484D4EFE6A> /usr/lib/libcrypto.0.9.8.dylib
    0x96d6d000 - 0x9708dfeb  com.apple.CoreServices.CarbonCore 861.13 (861.13) <52803668-3669-36BD-57DD-078FBA835081> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CarbonCore.framew ork/Versions/A/CarbonCore
    0x970b9000 - 0x97114ff7  com.apple.framework.IOKit 2.0 (???) <A013B850-6ECB-594A-CBD6-DB156B11871B> /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit
    0x97115000 - 0x971beff7  com.apple.CFNetwork 454.9.8 (454.9.8) <DB2A5C33-E833-1B3A-4DE0-5FF172B2048B> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CFNetwork.framewo rk/Versions/A/CFNetwork
    0x971bf000 - 0x971c3ff7  libGIF.dylib ??? (???) <3ECD4D2C-40FE-E9A0-A2D2-E36D1C00D3A8> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.fr amework/Versions/A/Resources/libGIF.dylib
    0x971c4000 - 0x971c8ff7  libGFXShared.dylib ??? (???) <2D32BDBF-C941-93FD-E233-F03D28DB9E94> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGFXShared.dylib
    0x971c9000 - 0x971c9ff7  com.apple.vecLib 3.6 (vecLib 3.6) <FF4DC8B6-0AB0-DEE8-ADA8-7B57645A1F36> /System/Library/Frameworks/vecLib.framework/Versions/A/vecLib
    0x97221000 - 0x9722dff7  libkxld.dylib ??? (???) <322A4B52-8305-3081-6B74-813C3A87A56D> /usr/lib/system/libkxld.dylib
    0x97236000 - 0x9727aff3  com.apple.coreui 2 (114) <29F8F1A4-1C96-6A0F-4CC2-9B85CF83209F> /System/Library/PrivateFrameworks/CoreUI.framework/Versions/A/CoreUI
    0x972f0000 - 0x972f3ff7  libCGXType.A.dylib 543.50.0 (compatibility 64.0.0) <3B49AED9-0DBA-9D21-F9AC-8784363AD762> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphi cs.framework/Versions/A/Resources/libCGXType.A.dylib
    0x972f4000 - 0x97335ff7  libRIP.A.dylib 543.50.0 (compatibility 64.0.0) <8BAE1FC1-A478-F151-17C7-2D5DE470AC4F> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphi cs.framework/Versions/A/Resources/libRIP.A.dylib
    0x975c8000 - 0x976a3fe7  com.apple.DesktopServices 1.5.7 (1.5.7) <A69072AD-C47E-A00D-4A69-6E46A7FB2119> /System/Library/PrivateFrameworks/DesktopServicesPriv.framework/Versions/A/DesktopService sPriv
    0x976a4000 - 0x976a4ff7  com.apple.CoreServices 44 (44) <AC35D112-5FB9-9C8C-6189-5F5945072375> /System/Library/Frameworks/CoreServices.framework/Versions/A/CoreServices
    0x976b1000 - 0x97ae6ff7  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
    0x97ae7000 - 0x97b30fe7  libTIFF.dylib ??? (???) <9CFF48CC-4852-4D06-17AC-3C947C824159> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.fr amework/Versions/A/Resources/libTIFF.dylib
    0x97b3c000 - 0x97b5cfe7  libresolv.9.dylib 41.0.0 (compatibility 1.0.0) <751955F3-21FB-A03A-4E92-1F3D4EFB8C5B> /usr/lib/libresolv.9.dylib
    0x97bf9000 - 0x97cafffb  libFontParser.dylib ??? (???) <067DC1A2-764B-41EA-B07E-4205472749B7> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framew ork/Versions/A/Resources/libFontParser.dylib
    0x97cb0000 - 0x97cbeff7  com.apple.opengl 1.6.9 (1.6.9) <4F06C166-00CF-5ACF-77E3-5A960A5E8AD3> /System/Library/Frameworks/OpenGL.framework/Versions/A/OpenGL
    0x97cbf000 - 0x97fb8fef  com.apple.QuickTime 7.6.6 (1742) <89720F2A-F33B-FF09-3D81-F9F25A99F3EB> /System/Library/Frameworks/QuickTime.framework/Versions/A/QuickTime
    0x9819d000 - 0x981b5ff7  com.apple.CFOpenDirectory 10.6 (10.6) <1537FB4F-C112-5D12-1E5D-3B1002A4038F> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/Frameworks/CFOpenDirectory. framework/Versions/A/CFOpenDirectory
    0x981b6000 - 0x981b6ff7  com.apple.Carbon 150 (152) <9252D5F2-462D-2C15-80F3-109644D6F704> /System/Library/Frameworks/Carbon.framework/Versions/A/Carbon
    0x981c5000 - 0x981ebfff  com.apple.DictionaryServices 1.1.1 (1.1.1) <02709230-9B37-C743-6E27-3FCFD18211F8> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/DictionaryService s.framework/Versions/A/DictionaryServices
    0x981ec000 - 0x981ecff7  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
    0x984e4000 - 0x98506fef  com.apple.DirectoryService.Framework 3.6 (621.4) <B88E98EF-7F17-F988-62A4-3DEC0832B3B7> /System/Library/Frameworks/DirectoryService.framework/Versions/A/DirectoryService
    0x9857b000 - 0x98616ff7  com.apple.ApplicationServices.ATS 275.11.1 (???) <5FF65EC7-F512-530A-7771-3DE240EE6E43> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framew ork/Versions/A/ATS
    0x98617000 - 0x98629ff7  com.apple.MultitouchSupport.framework 204.13 (204.13) <F91A4E32-01AA-49DB-2205-3DBE1FEFFC43> /System/Library/PrivateFrameworks/MultitouchSupport.framework/Versions/A/MultitouchSuppor t
    0x9862a000 - 0x9863bff7  com.apple.LangAnalysis 1.6.6 (1.6.6) <97511CC7-FE23-5AC3-2EE2-B5479FAEB316> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/LangAnalys is.framework/Versions/A/LangAnalysis
    0x9863c000 - 0x98682ff7  libauto.dylib ??? (???) <85670A64-3B67-8162-D441-D8E0BE15CA94> /usr/lib/libauto.dylib
    0x98683000 - 0x987affff  com.apple.audio.toolbox.AudioToolbox 1.6.3 (1.6.3) <F0D7256E-0914-8E77-E37B-9720430422AB> /System/Library/Frameworks/AudioToolbox.framework/Versions/A/AudioToolbox
    0x987c4000 - 0x988d0ff7  libGLProgrammability.dylib ??? (???) <1B315838-F477-5416-7504-67EC3433AD4A> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLProgrammability.dyl ib
    0x98940000 - 0x98947ff7  com.apple.agl 3.0.12 (AGL-3.0.12) <6877F0D8-0DCF-CB98-5304-913667FF50FA> /System/Library/Frameworks/AGL.framework/Versions/A/AGL
    0x98994000 - 0x989d7ff7  com.apple.NavigationServices 3.5.4 (182) <753B8906-06C0-3AE0-3D6A-8FF5AC18ED12> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/NavigationServices.fram ework/Versions/A/NavigationServices
    0x98a0a000 - 0x98a0dff7  libCoreVMClient.dylib ??? (???) <CA0BA8DC-0159-A808-A300-750358A6970C> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCoreVMClient.dylib
    0x98a56000 - 0x98aa7ff7  com.apple.HIServices 1.8.0 (???) <10C85B88-C6AF-91DB-2546-34661BA35AC5> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/HIServices .framework/Versions/A/HIServices
    0x98aa8000 - 0x98ad9ff3  libTrueTypeScaler.dylib ??? (???) <7601D717-236D-8F4E-91F5-E69BB2920478> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framew ork/Versions/A/Resources/libTrueTypeScaler.dylib
    0x98b85000 - 0x98b90ff7  libCSync.A.dylib 543.50.0 (compatibility 64.0.0) <4FA0CE4A-BDE5-0E3D-37F0-03B41F0C2637> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphi cs.framework/Versions/A/Resources/libCSync.A.dylib
    0x98b91000 - 0x98bc4ff7  com.apple.AE 496.4 (496.4) <7F34EC47-8429-3077-8158-54F5EA908C66> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/AE.framework/Vers ions/A/AE
    0x98c13000 - 0x98c15ff7  libRadiance.dylib ??? (???) <AB06F616-E3EA-5966-029A-8AA44BBE5B28> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.fr amework/Versions/A/Resources/libRadiance.dylib
    0x98d05000 - 0x98d47ff7  libvDSP.dylib 268.0.1 (compatibility 1.0.0) <29E5ABCF-6D8A-0CE0-B480-C7D240FF8575> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Ve rsions/A/libvDSP.dylib
    0x98d72000 - 0x98e66ff7  libiconv.2.dylib 7.0.0 (compatibility 7.0.0) <9EC28185-D26F-533F-90C4-FBAA13A15947> /usr/lib/libiconv.2.dylib
    0x98ee0000 - 0x98ee4ff7  IOSurface ??? (???) <66E11D8E-CF4B-EFD0-37F9-20177C647021> /System/Library/Frameworks/IOSurface.framework/Versions/A/IOSurface
    0x98ee5000 - 0x98f54ff7  libvMisc.dylib 268.0.1 (compatibility 1.0.0) <706684C7-AFA0-B036-274A-D02F8961DED5> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Ve rsions/A/libvMisc.dylib
    0x98f96000 - 0x991fafef  com.apple.security 6.1.1 (37594) <3F68A006-6B30-85D5-1A75-8D748F72A6D5> /System/Library/Frameworks/Security.framework/Versions/A/Security
    0x991fb000 - 0x99238ff7  com.apple.SystemConfiguration 1.10.2 (1.10.2) <398BB007-41FD-1A30-26D8-CB86ED5E467E> /System/Library/Frameworks/SystemConfiguration.framework/Versions/A/SystemConfiguration
    0x99239000 - 0x992d6fe3  com.apple.LaunchServices 362.1 (362.1) <885D8567-9E40-0105-20BC-42C7FF657583> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/LaunchServices.fr amework/Versions/A/LaunchServices
    0x992f9000 - 0x99346feb  com.apple.DirectoryService.PasswordServerFramework 6.0 (6.0) <BF66BA5D-BBC8-78A5-DBE2-F9DE3DD1D775> /System/Library/PrivateFrameworks/PasswordServer.framework/Versions/A/PasswordServer
    0x9935a000 - 0x9945bfe7  libxml2.2.dylib 10.3.0 (compatibility 10.0.0) <B4C5CD68-405D-0F1B-59CA-5193D463D0EF> /usr/lib/libxml2.2.dylib
    0x99494000 - 0x99541fe7  libobjc.A.dylib 227.0.0 (compatibility 1.0.0) <DF8E4CFA-3719-3415-0BF1-E8C5E561C3B1> /usr/lib/libobjc.A.dylib
    0x99584000 - 0x995fffe7  com.apple.audio.CoreAudio 3.2.2 (3.2.2) <51D0E2DC-B15F-AF6C-70D8-026DDAD4E2A5> /System/Library/Frameworks/CoreAudio.framework/Versions/A/CoreAudio
    0x99811000 - 0x9982cff7  libPng.dylib ??? (???) <36A3D75E-5178-4358-7F02-444E276D61AD> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.fr amework/Versions/A/Resources/libPng.dylib
    0xb0000000 - 0xb000fff8 +com.adobe.ahclientframework 1.5.0.30 (1.5.0.30) <24B39C2F-79B0-BDE3-C6D0-1F0E943070C7> /Applications/Adobe Dreamweaver CS5/Adobe Dreamweaver CS5.app/Contents/Frameworks/ahclient.framework/Versions/A/ahclient
    0xba900000 - 0xba916ff7  libJapaneseConverter.dylib 49.0.0 (compatibility 1.0.0) <12C58901-CCF3-4E8E-30CA-92A10CD55DF1> /System/Library/CoreServices/Encodings/libJapaneseConverter.dylib
    0xbab00000 - 0xbab21fe7  libKoreanConverter.dylib 49.0.0 (compatibility 1.0.0) <7FFF4AFA-6522-C7D5-760F-A8F13D6EF032> /System/Library/CoreServices/Encodings/libKoreanConverter.dylib
    0xffff0000 - 0xffff1fff  libSystem.B.dylib ??? (???) <3441F338-2218-6D36-3F95-3A16FBF6713D> /usr/lib/libSystem.B.dylib

  • Adobe Reader 7.1 crashes on Mac when selecting  "Read Out Loud"

    I installed a Cepstral voice (5.1) on my Mac OSX 10.3.9 as the default voice to use with Adobe Reader 7.1. Now, when I select "Read Out Loud" from the View menu to activate the text-to-speech, Adobe Reader crashes. How can I fix this? Thanks!

    Remove the voice.
    Mike

  • Flas8 crashes on Mac when publishing

    The title says it all. On my Mac in Flash 8 my programs is
    crashing whenever I try and publish a .fla file. This only happens
    in 8, and not in MX. Is this a known bug with Flash 8????

    Please visit the official Liverpool FC website at http://www.liverpoolfc.tv/ for the latest news, views, match coverage and goals.
    Liverpool Football Club and Athletic Grounds Limited is a company registered in England and Wales with the following details:
    Company Number: 35668, VAT Registration No: 325 1957 56, Registered Office: Anfield Road, Liverpool, L4 0TH
    Trading Office: Anfield Road, Liverpool, L4 0TH. Contact: mailto:[email protected]
    This email and any files transmitted may contain privileged and confidential information. If you are not the intended recipient, you must not copy or distribute it. If you have received this email in error, please notify the sender or mailto:[email protected] and delete the email transmission immediately. You should ensure that this email and any attachments are virus free.Email is not a 100% secure communications medium. We advise that you understand this lack of security and take any necessary measures when emailing us. We reserve the right to read any email or attachment entering or leaving our systems from any source without prior notice.

  • LR 1.1 Crashes on Mac when opening

    Not off to a good start with LR.
    it was working fine last night - not crashing. Loaded about 4 folders into the LR folder.
    Came down this AM & I turned on LR & got the error message about a corrupted catalogname.Ircat file. Clicked on the TEc notes, follwoed (I think), restarted LR, and it began to import a folder. But half way through, I got that same corrupt file message again.
    Seems pretty unusable now. I am caught in a loop of fixing, and then it just corrupts immediately again.
    ANOTHER problem I had - while it was working.
    When I would work on a photo in LR, then Edit in PS2 & save, when I went back to LR I could not see the picture I had edited in CS2. Instead, in the library, there was a blank thumbnail. If I moved my cursor over it I could then see it, but could not do anything with it. As soon as cursor moved away, the thumbnail became blank (grey) again.

    Not off to a good start with LR.
    it was working fine last night - not crashing. Loaded about 4 folders into the LR folder.
    Came down this AM & I turned on LR & got the error message about a corrupted catalogname.Ircat file. Clicked on the TEc notes, follwoed (I think), restarted LR, and it began to import a folder. But half way through, I got that same corrupt file message again.
    Seems pretty unusable now. I am caught in a loop of fixing, and then it just corrupts immediately again.
    ANOTHER problem I had - while it was working.
    When I would work on a photo in LR, then Edit in PS2 & save, when I went back to LR I could not see the picture I had edited in CS2. Instead, in the library, there was a blank thumbnail. If I moved my cursor over it I could then see it, but could not do anything with it. As soon as cursor moved away, the thumbnail became blank (grey) again.

  • ADE 4 Crashes on Mac When Opening a Borrowed Library Book

    I borrowed "Game of Thrones" from my public library, in eBook format of course, and it crashes ADE 4.x on my Mac 10.10.2.  I downgraded ADE to 2.01 and the book open fine.  How do I send a bug report to Adobe on this?  I can repeat the bug every time.

    me too:
    Process:               Adobe Digital Editions [6957]
    Path:                  /Applications/Adobe Digital Editions 4.0.app/Contents/MacOS/Adobe Digital Editions
    Identifier:            com.adobe.adobedigitaleditions.app
    Version:               4.0.3 (1)
    Code Type:             X86-64 (Native)
    Parent Process:        ??? [1]
    Responsible:           Adobe Digital Editions [6957]
    User ID:               501
    Date/Time:             2015-02-17 15:16:43.525 -0500
    OS Version:            Mac OS X 10.10.2 (14C109)
    Report Version:        11
    Anonymous UUID:        836916F8-B9A4-255A-DC5A-8B1ADA96C7AE
    Sleep/Wake UUID:       CC7D9063-58E5-44B2-A4BD-0B2EA2A923AE
    Time Awake Since Boot: 82000 seconds
    Time Since Wake:       13000 seconds
    Crashed Thread:        0  Dispatch queue: com.apple.main-thread
    Exception Type:        EXC_BAD_ACCESS (SIGSEGV)
    Exception Codes:       KERN_INVALID_ADDRESS at 0x0000000000000000
    VM Regions Near 0:
    -->
        __TEXT                 0000000109df2000-000000010a65e000 [ 8624K] r-x/rwx SM=COW  /Applications/Adobe Digital Editions 4.0.app/Contents/MacOS/Adobe Digital Editions
    Thread 0 Crashed:: Dispatch queue: com.apple.main-thread
    0   com.adobe.adobedigitaleditions.app 0x000000010a0883a9 DRMDecryptor::MakeFilterContext(std::__1::shared_ptr<ePub3::ManifestItem const>) const + 355
    1   ePub3.dylib                   0x000000010b0d7ebb ePub3::FilterChainSyncStream::FilterChainSyncStream(std::__1::unique_ptr<ePub3::ByteStrea m, std::__1::default_delete<ePub3::ByteStream> >&&, std::__1::vector<std::__1::shared_ptr<ePub3::ContentFilter>, std::__1::allocator<std::__1::shared_ptr<ePub3::ContentFilter> > >&, std::__1::shared_ptr<ePub3::ManifestItem const>) + 339
    2   ePub3.dylib                   0x000000010b0da2fb std::__1::shared_ptr<ePub3::FilterChainSyncStream> std::__1::shared_ptr<ePub3::FilterChainSyncStream>::make_shared<std::__1::unique_ptr<ePub 3::ByteStream, std::__1::default_delete<ePub3::ByteStream> >, std::__1::vector<std::__1::shared_ptr<ePub3::ContentFilter>, std::__1::allocator<std::__1::shared_ptr<ePub3::ContentFilter> > >&, std::__1::shared_ptr<ePub3::ManifestItem const>&>(std::__1::unique_ptr<ePub3::ByteStream, std::__1::default_delete<ePub3::ByteStream> >&&, std::__1::vector<std::__1::shared_ptr<ePub3::ContentFilter>, std::__1::allocator<std::__1::shared_ptr<ePub3::ContentFilter> > >&&&, std::__1::shared_ptr<ePub3::ManifestItem const>&&&) + 125
    3   ePub3.dylib                   0x000000010b0d8ffd ePub3::FilterChain::GetSyncFilteredOutputStreamForManifestItem(std::__1::shared_ptr<ePub3 ::ManifestItem const>) const + 437
    4   ePub3.dylib                   0x000000010b08e64a ePub3::Package::SyncContentStreamForItem(std::__1::shared_ptr<ePub3::ManifestItem const>) const + 270
    5   ePub3.dylib                   0x000000010b09ef9a ePub3::ManifestItem::ReferencedDocument() const + 176
    6   ePub3.dylib                   0x000000010b0812b0 ePub3::PackageBase::NavTablesFromManifestItem(std::__1::shared_ptr<ePub3::PackageBase>, std::__1::shared_ptr<ePub3::ManifestItem>) + 118
    7   ePub3.dylib                   0x000000010b0893c7 ePub3::Package::Unpack() + 26647
    8   com.adobe.adobedigitaleditions.app 0x000000010a125362 BookContainer::OpenFile(ePub3::string const&) + 2222
    9   com.adobe.adobedigitaleditions.app 0x000000010a125c2f BookContainer::OpenContainerForDRMModule(ePub3::string const&) + 43
    10  com.adobe.adobedigitaleditions.app 0x000000010a087029 DRMModule::ProcessFile(ePub3::string const&, ePub3::launch) + 1007
    11  ePub3.dylib                   0x000000010b063efb ePub3::ContentModuleManager::LoadContentAtPath(ePub3::string const&, ePub3::launch) + 793
    12  ePub3.dylib                   0x000000010b07bf7c ePub3::Container::OpenContainer(ePub3::string const&) + 68
    13  com.adobe.adobedigitaleditions.app 0x0000000109f6917f dpdoc::Document::getPackageProps(char const*) + 311
    14  com.adobe.adobedigitaleditions.app 0x0000000109ea38b2 _reader_create(char const*, RECORD_TYPE, void**, char*, unsigned int*, signed char) + 220
    15  com.adobe.adobedigitaleditions.app 0x0000000109dfe554 +[Reader createReaderHandle:type:readerHandle:errorString:] + 104
    16  com.adobe.adobedigitaleditions.app 0x0000000109e0e012 -[MainWindowController openBookInReadingView:errorString:] + 184
    17  com.adobe.adobedigitaleditions.app 0x0000000109e0e379 -[MainWindowController onReadInMainWindow:] + 264
    18  com.apple.CoreFoundation       0x00007fff96148cdc __CFNOTIFICATIONCENTER_IS_CALLING_OUT_TO_AN_OBSERVER__ + 12
    19  com.apple.CoreFoundation       0x00007fff9603a244 _CFXNotificationPost + 3140
    20  com.apple.Foundation           0x00007fff94d4cc31 -[NSNotificationCenter postNotificationName:object:userInfo:] + 66
    21  com.adobe.adobedigitaleditions.app 0x0000000109e58dd6 -[DECardView cardItemDoubleClick:withEvent:] + 86
    22  com.adobe.adobedigitaleditions.app 0x0000000109e59f74 -[DECardItemView mouseDown:] + 240
    23  com.apple.AppKit               0x00007fff8c803a18 -[NSWindow _reallySendEvent:] + 12721
    24  com.apple.AppKit               0x00007fff8c28a16e -[NSWindow sendEvent:] + 446
    25  com.adobe.adobedigitaleditions.app 0x0000000109e2bc6f -[CustomWindow sendEvent:] + 64
    26  com.apple.AppKit               0x00007fff8c23c451 -[NSApplication sendEvent:] + 4183
    27  com.adobe.adobedigitaleditions.app 0x0000000109e32023 -[CustomApplication sendEvent:] + 52
    28  com.apple.AppKit               0x00007fff8c0c8608 -[NSApplication run] + 711
    29  com.apple.AppKit               0x00007fff8c0b3a14 NSApplicationMain + 1832
    30  com.adobe.adobedigitaleditions.app 0x0000000109df3604 start + 52
    Thread 1:: Dispatch queue: com.apple.libdispatch-manager
    0   libsystem_kernel.dylib         0x00007fff952ff232 kevent64 + 10
    1   libdispatch.dylib             0x00007fff96548a6a _dispatch_mgr_thread + 52
    Thread 2:: com.apple.NSURLConnectionLoader
    0   libsystem_kernel.dylib         0x00007fff952f94de mach_msg_trap + 10
    1   libsystem_kernel.dylib         0x00007fff952f864f mach_msg + 55
    2   com.apple.CoreFoundation       0x00007fff9609cb34 __CFRunLoopServiceMachPort + 212
    3   com.apple.CoreFoundation       0x00007fff9609bffb __CFRunLoopRun + 1371
    4   com.apple.CoreFoundation       0x00007fff9609b858 CFRunLoopRunSpecific + 296
    5   com.apple.CFNetwork           0x00007fff8b1bac80 +[NSURLConnection(Loader) _resourceLoadLoop:] + 434
    6   com.apple.Foundation           0x00007fff94db290a __NSThread__main__ + 1345
    7   libsystem_pthread.dylib       0x00007fff89b18268 _pthread_body + 131
    8   libsystem_pthread.dylib       0x00007fff89b181e5 _pthread_start + 176
    9   libsystem_pthread.dylib       0x00007fff89b1641d thread_start + 13
    Thread 3:
    0   libsystem_kernel.dylib         0x00007fff952f94de mach_msg_trap + 10
    1   libsystem_kernel.dylib         0x00007fff952f864f mach_msg + 55
    2   com.apple.CoreFoundation       0x00007fff9609cb34 __CFRunLoopServiceMachPort + 212
    3   com.apple.CoreFoundation       0x00007fff9609bffb __CFRunLoopRun + 1371
    4   com.apple.CoreFoundation       0x00007fff9609b858 CFRunLoopRunSpecific + 296
    5   com.apple.AppKit               0x00007fff8c23833b _NSEventThread + 137
    6   libsystem_pthread.dylib       0x00007fff89b18268 _pthread_body + 131
    7   libsystem_pthread.dylib       0x00007fff89b181e5 _pthread_start + 176
    8   libsystem_pthread.dylib       0x00007fff89b1641d thread_start + 13
    Thread 4:: com.apple.CFSocket.private
    0   libsystem_kernel.dylib         0x00007fff952fe3fa __select + 10
    1   libsystem_pthread.dylib       0x00007fff89b18268 _pthread_body + 131
    2   libsystem_pthread.dylib       0x00007fff89b181e5 _pthread_start + 176
    3   libsystem_pthread.dylib       0x00007fff89b1641d thread_start + 13
    Thread 5:
    0   libsystem_kernel.dylib         0x00007fff952fe94a __workq_kernreturn + 10
    1   libsystem_pthread.dylib       0x00007fff89b1640d start_wqthread + 13
    Thread 6:
    0   libsystem_kernel.dylib         0x00007fff952fe94a __workq_kernreturn + 10
    1   libsystem_pthread.dylib       0x00007fff89b1640d start_wqthread + 13
    Thread 7:
    0   libsystem_kernel.dylib         0x00007fff952fe94a __workq_kernreturn + 10
    1   libsystem_pthread.dylib       0x00007fff89b1640d start_wqthread + 13
    Thread 8:
    0   libsystem_kernel.dylib         0x00007fff952fe94a __workq_kernreturn + 10
    1   libsystem_pthread.dylib       0x00007fff89b1640d start_wqthread + 13
    Thread 9:
    0   libsystem_kernel.dylib         0x00007fff952fe94a __workq_kernreturn + 10
    1   libsystem_pthread.dylib       0x00007fff89b1640d start_wqthread + 13
    Thread 10:
    0   libsystem_kernel.dylib         0x00007fff952fe94a __workq_kernreturn + 10
    1   libsystem_pthread.dylib       0x00007fff89b1640d start_wqthread + 13
    Thread 11:
    0   libsystem_kernel.dylib         0x00007fff952fe94a __workq_kernreturn + 10
    1   libsystem_pthread.dylib       0x00007fff89b1640d start_wqthread + 13
    Thread 12:
    0   libsystem_kernel.dylib         0x00007fff952fe94a __workq_kernreturn + 10
    1   libsystem_pthread.dylib       0x00007fff89b1640d start_wqthread + 13
    Thread 13:
    Thread 0 crashed with X86 Thread State (64-bit):
      rax: 0x00007fff55e08e18  rbx: 0x00007fff55e08ee0  rcx: 0x000000000001111d  rdx: 0x000000000001111c
      rdi: 0x0000000000000000  rsi: 0x0000000000000008  rbp: 0x00007fff55e08eb0  rsp: 0x00007fff55e08de0
       r8: 0x0000000000000000   r9: 0x0000000000000000  r10: 0x00000000000130c0  r11: 0x0000000000000030
      r12: 0x00006100001df5a8  r13: 0x00006000002334a0  r14: 0x0000000000000490  r15: 0x0000000000000000
      rip: 0x000000010a0883a9  rfl: 0x0000000000010202  cr2: 0x0000000000000000
    Logical CPU:     0
    Error Code:      0x00000004
    Trap Number:     14

  • Crashing on Mac When Trying to Import?

    I just installed the CS5 master collection on my Macbook today, and I have been having a weird problem with After Effects.  Whenever I go to import a video (File -> Import), the program will either freeze or crash.  The weird thing is, it's about half and half.  Half the time the program will crash and give this message: http://i194.photobucket.com/albums/z60/Lukargo/Picture2.png and the other half the program will just freeze and I need to force quit to get out of it.
    I tried updating and re-installing the application, but it was to no avail.  Any idea what could be going on here?
    Thanks a bunch, guys.
    EDIT:  It seems I can narrow the problem down at least a little further.  The error only happens if I click Music, Pictures, or Movies in the left pane when looking for a file to import.  If I have a file on the desktop, for example, it will allow me to get there and import it.  I was only able to figure this out because Import Multiple Files defaults to a folder that is, thankfully, not in the music, pictures, or movies view.

    There's a known bug in the Finder that causes crashes in some applications when the Finder is in certain view modes. This might be related.
    I don't recall whether we made progress on working around that bug in the 10.0.1 update or not, but you should install the update anyway.
    If you don't mind, please submit a bug report and include a screenshot that shows the Finder. If you want to submit a bug report with an attachment, you can send it to aebugs -a-t adobe -d-o-t com. Bug reports without attachments can go through here.

  • FMLE crashes on MAC when using with an AJA Kona card. Is this card supported?

    We are having problems using FMLE with an AJA Kona input
    card. Whenever we try to change the input settings in FMLE the program crashes.
    Osx 10.5.6 and Quicktime 7... are installed.
    Any thoughts or similar experiences?

    Please visit the official Liverpool FC website at http://www.liverpoolfc.tv/ for the latest news, views, match coverage and goals.
    Liverpool Football Club and Athletic Grounds Limited is a company registered in England and Wales with the following details:
    Company Number: 35668, VAT Registration No: 325 1957 56, Registered Office: Anfield Road, Liverpool, L4 0TH
    Trading Office: Anfield Road, Liverpool, L4 0TH. Contact: mailto:[email protected]
    This email and any files transmitted may contain privileged and confidential information. If you are not the intended recipient, you must not copy or distribute it. If you have received this email in error, please notify the sender or mailto:[email protected] and delete the email transmission immediately. You should ensure that this email and any attachments are virus free.Email is not a 100% secure communications medium. We advise that you understand this lack of security and take any necessary measures when emailing us. We reserve the right to read any email or attachment entering or leaving our systems from any source without prior notice.

  • Javascript written in Dreamweaver behaves different when inserted in Muse

    I have a simple javascript list that is written in Dreamweaver and works as expected but when I copy & paste that exact javascript into the -Object-insert html section in Muse the outcome is different.
    Is there a place I can go to research on what I need to do different for that code to behave properly in Muse? I am not understanding what I need to change or do different.
    Below is the code I got to work in Dreamweaver:
    <!doctype html>
    <html>
    <head>
    <meta charset="utf-8">
    <title>list</title>
    <script type="text/javascript">
    function fixTheList(){
    var msg = "";
    var msg = "";
    if (document.getElementById("appleQty").value > 0) {
    msg += "Apples   ";
    msg +=document.getElementById("appleQty").value;
    msg += "<br>";
    if (document.getElementById("orangesQty").value > 0) {
    msg += "Oranges   ";
    msg +=document.getElementById("orangesQty").value;
    msg += "<br>";
    if (document.getElementById("tangerineQty").value > 0) {
    msg += "Tangerines   ";
    msg +=document.getElementById("tangerineQty").value;
    msg += "<br>";
    if (document.getElementById("kiwiQty").value > 0) {
    msg += "Kiwis   ";
    msg +=document.getElementById("kiwiQty").value;
    msg += "<br>";
    if (document.getElementById("pearsQty").value > 0) {
    msg += "Pears   ";
    msg +=document.getElementById("pearsQty").value;
    msg += "<br>";
    if (document.getElementById("grapesQty").value > 0) {
    msg += "Grapes   ";
    msg +=document.getElementById("grapesQty").value;
    msg += "<br>";
    if (document.getElementById("canteloupeQty").value>0) {
    msg += "Canteloupes   ";
    msg+=document.getElementById("canteloupeQty").value;
    msg += "<br>";
    if (document.getElementById("strawberryQty").value>0) {
    msg += "Strawberry   ";
    msg+=document.getElementById("strawberryQty").value;
    msg += "<br>";
    document.getElementById("outputDiv").innerHTML = msg;
    </script>
    </head>
    <body>
    <div id="outputDiv">
    <table>
      <tr>
      <td>Item</td>
      <td>Quantity</td>
      </tr>
      <tr>
      <td>Apples</td>
      <td><input type="text" size="3" id="appleQty"></td>
      </tr>
      <tr>
      <td>Oranges</td>
      <td><input type="text" size="3" id="orangesQty"></td>
      </tr>
      <tr>
      <td>Tangerines</td>
      <td><input type="text" size="3" id="tangerineQty"></td>
      </tr>
      <tr>
      <td>Kiwi</td>
      <td><input type="text" size="3" id="kiwiQty"></td>
      </tr>
      <tr>
      <td>Pears</td>
      <td><input type="text" size="3" id="pearsQty"></td>
      </tr>
      <tr>
      <td>Grapes</td>
      <td><input type="text" size="3" id="grapesQty"></td>
      </tr>
      <tr>
      <td>Cantaloupe</td>
      <td>
      <input type="text" size="3" id="canteloupeQty">
      </td>
      </tr>
      <tr>
      <td>Strawberry</td>
      <td><input type="text" size="3" id="strawberryQty">
      </td>
      </tr>
      </table>
      <input type="button" value="Stack" onclick="fixTheList();">
    </div>
    </body>
    </html>

    Hello,
    Only difference I see is with the CSS properties of Input tag.
    You can define the style for these tag by adding few lines of code right below <title> tag in the code you are pasting in Object > Insert HTML.
    For an example you can add codes mentioned below
    <style type="text/css">
      input {
        border: thin solid #AAA2A3;
        margin-bottom: 7px;
        margin-left: 9px;
      </style>
    As per your requirement you can edit them.
    One more advice. Break your codes in to 3 part, Scripts tag, Style tag and Div tag in body.
    Insert Div tag in body in Object > Insert HTML
    Insert Scripts tag, Style tag in Page > Page Properties >Metadata > HTML for <head>
    This will help you avoid any unexpected behavior in preview when you have more stuff inserted in Muse Page.
    1. Script tag (Insert it in Page > Page Properties >Metadata > HTML for <head>)
    <script type="text/javascript">
    function fixTheList(){
    var msg = "";
    var msg = "";
    if (document.getElementById("appleQty").value > 0) {
    msg += "Apples   ";
    msg +=document.getElementById("appleQty").value;
    msg += "<br>";
    if (document.getElementById("orangesQty").value > 0) {
    msg += "Oranges   ";
    msg +=document.getElementById("orangesQty").value;
    msg += "<br>";
    if (document.getElementById("tangerineQty").value > 0) {
    msg += "Tangerines   ";
    msg +=document.getElementById("tangerineQty").value;
    msg += "<br>";
    if (document.getElementById("kiwiQty").value > 0) {
    msg += "Kiwis   ";
    msg +=document.getElementById("kiwiQty").value;
    msg += "<br>";
    if (document.getElementById("pearsQty").value > 0) {
    msg += "Pears   ";
    msg +=document.getElementById("pearsQty").value;
    msg += "<br>";
    if (document.getElementById("grapesQty").value > 0) {
    msg += "Grapes   ";
    msg +=document.getElementById("grapesQty").value;
    msg += "<br>";
    if (document.getElementById("canteloupeQty").value>0) {
    msg += "Canteloupes   ";
    msg+=document.getElementById("canteloupeQty").value;
    msg += "<br>";
    if (document.getElementById("strawberryQty").value>0) {
    msg += "Strawberry   ";
    msg+=document.getElementById("strawberryQty").value;
    msg += "<br>";
    document.getElementById("outputDiv").innerHTML = msg;
    </script>
    2. Style Tag (Insert it in Page > Page Properties >Metadata > HTML for <head>)
    <style type="text/css">
      input {
        border: thin solid #AAA2A3;
        margin-bottom: 7px;
        margin-left: 9px;
      </style>
    3. Div tag in body (Insert in Object > Insert HTML)
    <div id="outputDiv">
    <table>
      <tr>
      <td>Item</td>
      <td>Quantity</td>
      </tr>
      <tr>
      <td>Apples</td>
      <td><input type="text" size="3" id="appleQty"></td>
      </tr>
      <tr>
      <td>Oranges</td>
      <td><input type="text" size="3" id="orangesQty"></td>
      </tr>
      <tr>
      <td>Tangerines</td>
      <td><input type="text" size="3" id="tangerineQty"></td>
      </tr>
      <tr>
      <td>Kiwi</td>
      <td><input type="text" size="3" id="kiwiQty"></td>
      </tr>
      <tr>
      <td>Pears</td>
      <td><input type="text" size="3" id="pearsQty"></td>
      </tr>
      <tr>
      <td>Grapes</td>
      <td><input type="text" size="3" id="grapesQty"></td>
      </tr>
      <tr>
      <td>Cantaloupe</td>
      <td>
      <input type="text" size="3" id="canteloupeQty">
      </td>
      </tr>
      <tr>
      <td>Strawberry</td>
      <td><input type="text" size="3" id="strawberryQty">
      </td>
      </tr>
      </table>
      <input type="button" value="Stack" onclick="fixTheList();">
    </div>
    Regards
    Vivek

  • Time Machine crashes mac when backing up

    Hello,
    I purchased a time capsule with my macbook. Setting up time machine was a doddle, typical of all apple products. Lately however time machine has crashed the mac when backing up. I can sometimes keep operating in one program I have already running, but I cannot do anything else. Then I get the colour wheel spinning and this continues until I reboot the computer by holding the power key down.
    I'm running the latest version of the OS and I'm fully up to date with revisions.
    Time Capsule is just sitting there, accessible and operating. The problem seems to be with time machine.

    Hey,
    i've got exactly the same issue.
    I reseted the TC few times now. Last time i got it working to backup 110GB of 120GB...and then something broke and i had to restart/reset the TC AND my MB. Trying to connect to the TM will bring up a connection progression bar with the colored curser "ball" and nothing more happens.
    I'm now going to reset, erase and reconfigure the TC the last time. If its not working then i will send it back. Slightly pixxed.

Maybe you are looking for

  • Error message while Archiving  the PO on 4.6C version

    Hello Team , We are archiving the PO in SAP 4.6C version. Some of the PO failed  with the below error message "4203018801 Item 00002 still entered in info record as last document item". i have kept the deletion flag for the info record and tried to a

  • App error 532

    Hi, I have a Blackberry 8310 and I recently upgraded my OS from 4.2 to 4.5 from the BB site and it did everything fine. Then I went and selected one of the themes I was using on the OS 4.2 and apparently there was some problem with it, maybe because

  • Labiew lib for modbus over RS485 over USB

    Hi, I have the following problem which I would be grateful for any help to solve. I have a digital meter device (lumel NA5) which has RS485 interface, and modbus protocol over it. A possible solution I'm contemplating is to get a RS485 to USB convert

  • How to configure PI for Central SLD ?

    HI Guys, we have installed PI 7.0 NW2004s SR2 and now we need to configure the syatem as Central SLD.  can any body breifly explain how to do this ? any help would be really appreciated Thanks, srini

  • 10gR2 Install Issue: "No pre-requisite checks found in oraparam.ini"

    Hello there I have recently created a virtual machine under VMWare 5 with a base Windows 2000 build on it. When I try and load the OUI for the 10gR2 install, the command box just tells: "No pre-requisite checks found in oraparam.ini" The OUI then pro