Line CSS Code Crashes Dreamweaver CS4

Steps to reproduce bug:
1. Open dreamweaver, and start a new CSS file
2. Write this code, do not copy paste :
@media print{
#tepe, #rightpanel,
3. While writing the code, Dreamweaver crashes. In some cases, even thought i was able to fully write the code, trying to save or closing Dreamweaver also crashed.
3a. Save this code to a file with notepad and open with dreamweaver. Dreamweaver crashes.
Try it yourself...

Strange, mine crashed instantly.
What I did is write the code in texteditor, saved it as test.css and then opened the file in DW CS4.
Bingo.
K.
(I only have Mac to test it with)
MacBookPro & Mac Pro, both with 10.6.4

Similar Messages

  • Css Tabs in Dreamweaver CS4 Workspace bug?/annoyance

    Css Tabs in Dreamweaver CS4 Workspace. This is probably more
    of an
    annoyance than a bug.
    When working with CSS, I use multiple CSS files and when I
    make a change
    to one, I hit save (CTRL S)but it doesn't save the CSS file I
    was just
    working on. In order to make it save that CSS file, I have to
    click on
    one of the others and then back to the one I was just working
    on and
    then hit save.
    Kind of annoying, right?
    I demand this to be fixed! ;)

    Art,
    I guess you didn't understand what I meant by "focus". Let me
    try to
    explain in terms of your recipe -- all you need is a slight
    change in
    workflow:
    > 1. Open page with multiple style sheets applied
    > 2. Have split screen
    > 3. click on one style sheet and edit it anywhere. After
    editing, the
    > rounded box will be black and have an asterisk applied
    At this point, the style sheet has "focus", so click Ctrl+S
    now, before
    you click back in Design View (which changes the "focus" back
    to the
    main document).
    FYI, if you're clicking in Design View to update the
    rendering, you can
    hit F5 to update the main document rendering without giving
    it "focus".
    > 4. Click back to page in design view.
    > 5. Click control save. It doesn't save the style sheet
    that is
    > highlighted and has an asterisk.
    > 6. In order to save you must "save all" or click off
    and then on
    > to the style sheet.
    Hope this helps,
    Randy
    Art wrote:
    > Let me restate the problem so it's clear what is
    happening.
    >
    > 1. Open page with multiple style sheets applied
    > 2. Have split screen
    > 3. click on one style sheet and edit it anywhere. After
    editing, the
    > rounded box will be black and have an asterisk applied
    > 4. Click back to page in design view.
    > 5. Click control save. It doesn't save the style sheet
    that is
    > highlighted and has an asterisk.
    > 6. In order to save you must "save all" or click off and
    then on to the
    > style sheet.
    >
    > Perhaps this is more an issue of focus rather than a
    function of the
    > save command.
    >
    > Since it's not saving, perhaps Dreamweaver shouldn't be
    displaying the
    > black rounded box as it is no longer selected when you
    click back into
    > Design view.
    >
    > Of course there are ways around this; it's just a little
    annoying that
    > it's displaying "active" yet it's not.

  • Problem with PHP, CSS & Code Navigator in CS4

    Hi,
    I've got al little problem with code navigator. To show the problem, I created this 3 files:
    test1.html
    The CSS-Definition is defined static, with simple HTML.
    <html>
    <head>
         <style type="text/css">
              @import "test.css";
         </style>
    </head>
    <body>
          <p>Hello World</p>
    </body>
    </html>
    test2.php
    The CSS-Definition is defined dynamic, with PHP-Code.
    <html>
    <head>
         <style type="text/css">
              <? echo "@import \"test.css\";\n"; ?>
         </style>
    </head>
    <body>
          <p>Hello World</p>
    </body>
    </html>   
    test.css
    The CSS-File which is imported in test1.html and test2.php
    p {
         font-size:20px;
    The Problem in Dreamweaver CS4
    When opening the test.html - File in Dreamweaver CS4, I can easily see the CSS-Definition of the <p>-Tag in Code Navigator. To edit these definition I can simple open the test.css by clicking on the definition in Code navigator. For a complex webpage this is a greate feature. Sadly, this does not work, when I open the test2.php. Although when going to Live View and selecting the <p>-Tag I can see the CSS-Definition and the file in which it is defined in Code Navigator. But by clicking on the definition the test.css DOES NOT OPEN!
    Has anybody a solution? Because many of our projects have dynamic CSS-Definitions, it would be a shame, if this would not work.
    Tanks for help! :-)

    I've done some testing, which might point you in the direction of an interim solution.
    This is the code for related_files.php:
    <!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>Related files test</title>
    <?php include('include.css'); ?>
    </head>
    <body>
    <p>This is a paragraph.</p>
    </body>
    </html>
    This is the code for include.css:
    <style type="text/css">
    p {
         font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
         color:#F00;
    </style>
    Note that the include file contains the opening and closing style tags.
    By including your styles like this in a PHP include file, Dreamweaver applies the CSS in Design view (you don't need to turn on Live View). Holding down the Alt key while clicking in Design view brings up the Code Navigator with all the details of the CSS. The one missing link in the chain is that clicking the style selector in the Code Navigator does not open the CSS file. However...
    The file that contains the CSS is listed in the Related Files toolbar, so you can edit it in Split view, and see the results in Design view in exactly the same way as with an HTML page and ordinary style sheet.
    As I say, not the full solution that you wanted, but it might be something worth experimenting with.

  • Edit code crashes Dreamweaver

    I'm pretty new at this so there's lot I don't know yet...
    When I try to edit right in code view, it crashes
    Dreamweaver.
    Also when I try to open up the code view it says "Exception
    thrown in native function" what does that mean?

    Troubleshooting JavaScript errors in Dreamweaver
    http://www.adobe.com/cfusion/knowledgebase/index.cfm?id=tn_19105#dat
    Try #4
    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
    ==================
    "newbie1420" <[email protected]> wrote in
    message
    news:g9jnb0$gls$[email protected]..
    > I'm pretty new at this so there's lot I don't know
    yet...
    >
    > When I try to edit right in code view, it crashes
    Dreamweaver.
    >
    > Also when I try to open up the code view it says
    "Exception thrown in
    > native
    > function" what does that mean?
    >

  • Attaching a external CSS stylesheet crashes Dreamweaver CC

    When I either choose Attach CSS Style Sheet from the Menu: Format > CSS Styles > Attach Stlye Sheet or using the + (symbol) on the the CSS Designer panel for Sources, I get no response or dreamweaver crashes completely. Just wonder if anyone else is experiencing this problem or if anyone has suggestions to why this might be happening?

    I tried restoring the preferences and it still doesn't work. When I go to select Attach Existing CSS File from the CSS Designer panel it will not let me click on that option the pop up menu just dissappears and nothing happens. If I try selecting the same option from the Format menu it just crashes Dreamweaver.

  • Code Navigator makes Dreamweaver CS4 quit, every time.

    Every time I select the Code Navigator, Dreamweaver CS4 freezes for about 4 seconds, then quits unexpectedly. I've tried reinstalling my operating system (Mac OS X) as well as the program. It also happens on a brand new user. Any see this before? I can't find on any of the forums, or in google. Thanks!

    If Dreamweaver is behaving in an odd way, it frequently means you have a corrupt personal configuration folder. Close Dreamweaver, locate the personal configuration folder, and rename it. When you restart Dreamweaver, it should create a new configuration folder with all the program defaults. For details of how to find the configuration folder, see this page in the Dreamweaver FAQ.
    You may want to look at some of the other troubleshooting options as well.
    Nadia
    Adobe® Community Expert : Dreamweaver
    http://twitter.com/nadiap
    Unique CSS Templates |Tutorials |SEO Articles
    http://www.DreamweaverResources.com
    http://csstemplates.com.au/

  • No Fix for Dreamweaver CS4 not loading?

    I am seeing more and more recently that people are experiencing the crashing DW effect. Does anyone have a fix for this, or are we stuck until adobe finally corrects the issue? I have read tons of posts on here and other forums, but nothing seems to fix the problem. All I know, my DW worked fine for a very long time, and all of a sudden it no longer loads. When trying to start the program I get an immediate crash (doesn't let the program even get to the splash screen). Now this happens all the time, and I have tried every fix I have read about so far. I even formatted and started all over from scratch. I only installed adobe products after the format, and let the updater do its thing. Once I did this, DW started crashing all over again. This is definately a problem that needs to be corrected ASAP. I see a current download for CS5 to fix the crashing with that program, but nothing even remote to fixing CS4. Has anyone experience these problems after an adobe update?

    Yes, I think it is the installer doing something as well.  Here is what I did.... I have been using the download link from my account on adobe to install dreamweaver cs4. After numerous times of not working I tried install the new cs 5.5 and it works like a charm.  After this I tried installing my old dw 8 and it also works like a charm. So, after 2 versions installed that work, I have come to the conclusion that the cs4 download from adobe has to be the problem. Once I figured this, I called support. Let me tell you, this was the most terrible experience ever. 3 and a half hours of numerous people connecting to me and transfering me back and forth to get no end result. I called again today (1 and a half more hours), another rep connects and does everything the others did to no solution once again. I say look 3 people, 2 supervisors and nothing is fixed, can you just give me another version (cs3, cs5, cs5.5, ANYTHING) so I can get back to work. Basically I am told they are going to escalate and I now have to wait for another call back and go through all the same steps as before. Adobe is seriously lacking in customer support or appreciation for buying these expensive products.
    To break it down, 3 people connected...uninstalled, installed, deleted a ton of stuff, reinstalled, created a new user account disabled all start up services and installed dreamweaver and still isnt fixed. They have tried everything, and they cant fix it.... 2 of them even said the installer seems to not be doing something correctly, and the other tried to feed me a line of bull saying dreamweaver cs4 wasnt supporting vista 64??? I had to laugh and explain that I am running fw cs4 and acrobat pro 8 and flash and other progs that work just fine on vista 64 lol.

  • DreamWeaver CS4 CSS code hints not working

    Please help.
    DreamWeaver has stopped showing code hints for CSS selector values. When I start typing "…   div {border:   …" DreamWeaver used to show the possible value for this selector (i.e. 1px solid #ccc). Now all that pops up is this "…   'border-width' 'border-style' 'color'   …"
    How can I get DreamWeaver to show the possible values for CSS? I'm running DreamWeaver CS4 on a Mac book pro with Snow Leopard. DreamWeaver was set up using the default settings, and there are no extensions enabled.
    The attached screen shots show what I am experincing.
    Thanks,

    Wow... you waited all of 2 hours...
    try removing your configuration folder and restarting
    "ianhg" <[email protected]> wrote in message
    news:ea7m2g$68e$[email protected]..
    > Hi Folks,
    >
    > Has no one any ideas --- Please!!
    >
    > Ian

  • Dreamweaver CS4 Crashes Regularly

    Hi all,
    Dreamweaver is causing me a lot of headaches. Hopefully someone can shed some light on this for me.
    It seems to crash often, several times a day and its extremely aggravating. I'll provide as much information about the issue as I can.
    24" iMac
    Intel 2.66 Ghz Core 2 Duo
    4GB RAM
    620GB HDD (332GB Free)
    OS X 10.5.8 with all the latest updates
    CS4 Web Premium
    Behavior: It seems DW crashes when I:
    try to paste something (but not always)
    right-click to access a contextual menu, either inside a document, or in the Files window (but not always)
    try to access the menus at the top of the screen, particularly 'Edit' and 'Modify' (but not always)
    I have attached the crash log.
    It may be related that I'm also having an issue with Photoshop. I frequently receive the error "Could not import the clipboard because an unexpected end-of-file was encountered". This happens frequently when switching between programs, regardless of what I have recently copied to the clipboard. It will also sometimes happen when I open a Photoshop file from the Finder, in which case the open action will likely fail.
    Additionally, these lines from the crash log seem related, and applicable:
    Exception Type:  EXC_BAD_ACCESS (SIGBUS)
    Exception Codes: KERN_PROTECTION_FAILURE at 0x0000000000000000
    Crashed Thread:  0
    Thread 0 Crashed:
    0   Fireworks                     0x04cde9b1 FWImaging::SetSourceImageFromClipboard(unsigned short**, unsigned long&) + 735 (FWImaging.cpp:1016)
    Is it possible that there is an issue with my clipboard that is causing these crashes? If so, is there a way to recreate the clipboard to avoid corruption?

    Well the crashing continues. I just hadn't noticed it because I've learned (and engrained in my mind) the tricks to avoid it.
    Here I have the crash report. It reaffirms my thinking that something with Fireworks accessing the clipboard is causing the issue. Hopefully someone at Adobe is reading this.
    Process:         Dreamweaver [409]
    Path:            /Applications/Adobe Dreamweaver CS4/Adobe Dreamweaver CS4.app/Contents/MacOS/Dreamweaver
    Identifier:      com.adobe.dreamweaver-10.0
    Version:         10.0.0.4117 (10.0.0)
    Code Type:       X86 (Native)
    Parent Process:  launchd [187]
    Interval Since Last Report:          528927 sec
    Crashes Since Last Report:           4
    Per-App Interval Since Last Report:  398896 sec
    Per-App Crashes Since Last Report:   3
    Date/Time:       2009-11-12 14:46:45.357 -0500
    OS Version:      Mac OS X 10.5.8 (9L31a)
    Report Version:  6
    Anonymous UUID:  1068942C-4574-4ADE-BFB0-BBDC17C6681C
    Exception Type:  EXC_BAD_ACCESS (SIGBUS)
    Exception Codes: KERN_PROTECTION_FAILURE at 0x0000000000000000
    Crashed Thread:  0
    Thread 0 Crashed:
    0   Fireworks                     0x04cde9b1 FWImaging::SetSourceImageFromClipboard(unsigned short**, unsigned long&) + 735 (FWImaging.cpp:1016)
    1   com.adobe.dreamweaver-10.0    0x00954986 ImageManipulator::ClipboardContainsImageData() + 62
    2   com.adobe.dreamweaver-10.0    0x0041b495 JSObjDreamweaver::canClipPaste(JSContext*, JSObject*, unsigned int, long*, long*) + 163
    3   com.adobe.dreamweaver-10.0    0x00a9e235 JSCallNative(int (*)(JSContext*, JSObject*, unsigned int, long*, long*), JSContext*, JSObject*, unsigned int, long*, long*) + 37
    4   com.adobe.dreamweaver-10.0    0x00a9e277 JSCallNativeSafe + 47
    5   com.adobe.dreamweaver-10.0    0x00a61951 js_Invoke + 1697
    6   com.adobe.dreamweaver-10.0    0x00a5bea9 js_Interpret + 29564
    7   com.adobe.dreamweaver-10.0    0x00a611f6 js_Execute + 498
    8   com.adobe.dreamweaver-10.0    0x00a3424a JS_EvaluateUCScriptForPrincipals + 145
    9   com.adobe.dreamweaver-10.0    0x00a342c7 JS_EvaluateUCScript + 67
    10  com.adobe.dreamweaver-10.0    0x00cd83d1 JSInterp::EvaluateScript(JSContext*, JSObject*, unsigned short const*, unsigned int, unsigned short const*, unsigned int, long*) + 123
    11  com.adobe.dreamweaver-10.0    0x003cc866 JSInterp::ExecuteScript(RunTag*, TitanDoc*, unsigned short const*, unsigned short const*, unsigned short const*, long, unsigned short const*, CString*, JSInterp::ScriptMode, int, int, int, int, int, int) + 1066
    12  com.adobe.dreamweaver-10.0    0x004a82bf JSExecuteScriptCache::EvaluatePredicate(unsigned short const*, unsigned short const*, TitanDoc*, long&) + 369
    13  com.adobe.dreamweaver-10.0    0x004aa8db JSUICommand::IsEnabled(TitanDoc*, int) + 835
    14  com.adobe.dreamweaver-10.0    0x00467908 JSMenusCommands::IsEnabled(unsigned int) const + 80
    15  com.adobe.dreamweaver-10.0    0x00467c01 JSMenusCommands::OnUpdateMenuItem(CCmdUI*) + 181
    16  com.adobe.dreamweaver-10.0    0x0046058f JSMenus::OnUpdateMenuItem(CCmdUI*) + 31
    17  com.adobe.dreamweaver-10.0    0x00b01d08 CCmdTarget::OnCmdMsg(unsigned int, int, void*, AFX_CMDHANDLERINFO*) + 790
    18  com.adobe.dreamweaver-10.0    0x00ae1823 CFrameWnd::OnCmdMsg(unsigned int, int, void*, AFX_CMDHANDLERINFO*) + 143
    19  com.adobe.dreamweaver-10.0    0x00aea17b CMDIFrameWnd::OnCmdMsg(unsigned int, int, void*, AFX_CMDHANDLERINFO*) + 137
    20  com.adobe.dreamweaver-10.0    0x00b3e864 CCmdUI::DoUpdate(CCmdTarget*, int) + 70
    21  com.adobe.dreamweaver-10.0    0x00b1e48f CMenuImplBase::UpdateCommandStatus(LCommander*, long, unsigned int, unsigned char&, unsigned char&, unsigned short&, unsigned char*, CWnd*) + 349
    22  com.adobe.dreamweaver-10.0    0x00b1e721 CMenuImplBase::UpdateMenus(LCommander*, CWnd*) + 485
    23  com.adobe.dreamweaver-10.0    0x00b1e89a CMenuImplBase::UpdateMenus(CWnd*, bool) + 128
    24  com.adobe.dreamweaver-10.0    0x00ae13ad CFrameWnd::OnInitMenuPopup(CMenu*, unsigned int, int) + 57
    25  com.adobe.dreamweaver-10.0    0x000ce03c TitanMainFrame::OnInitMenuPopup(CMenu*, unsigned int, int) + 74
    26  com.adobe.dreamweaver-10.0    0x00b47a5b CWnd::OnWndMsg(unsigned int, unsigned int, long, long*) + 1959
    27  com.adobe.dreamweaver-10.0    0x00b42c07 CWnd::WindowProc(unsigned int, unsigned int, long) + 57
    28  com.adobe.dreamweaver-10.0    0x00b42b1e CWnd::WinSendMessage(unsigned int, unsigned int, long) + 48
    29  com.adobe.dreamweaver-10.0    0x00b1ecdc MenuEventHandler(OpaqueEventHandlerCallRef*, OpaqueEventRef*, void*) + 602
    30  com.apple.HIToolbox           0x96a4313d DispatchEventToHandlers(EventTargetRec*, OpaqueEventRef*, HandlerCallRec*) + 1181
    31  com.apple.HIToolbox           0x96a4257b SendEventToEventTargetInternal(OpaqueEventRef*, OpaqueEventTargetRef*, HandlerCallRec*) + 405
    32  com.apple.HIToolbox           0x96a423e0 SendEventToEventTargetWithOptions + 58
    33  com.apple.HIToolbox           0x96a9bfb4 SendMenuOpening(MenuSelectData*, MenuData*, double, unsigned long, __CFDictionary*, unsigned char, unsigned char*) + 508
    34  com.apple.HIToolbox           0x96b09738 PopUpMenuSelectCore(MenuData*, Point, double, Point, unsigned short, unsigned int, Rect const*, unsigned short, unsigned long, Rect const*, Rect const*, __CFString const*, OpaqueMenuRef**, unsigned short*) + 746
    35  com.apple.HIToolbox           0x96b10098 PopUpMenuSelect + 262
    36  com.adobe.dreamweaver-10.0    0x00b1fa17 CMenuImplAsLMenu::TrackPopupMenu(unsigned int, int, int, CWnd*, tagRECT const*) + 89
    37  com.adobe.dreamweaver-10.0    0x00b1cde1 CMenu::TrackPopupMenu(unsigned int, int, int, CWnd*, tagRECT const*) + 93
    38  com.adobe.dreamweaver-10.0    0x0046178a JSMenus::OnContextMenu(unsigned short const*, CPoint const&, CWnd*) + 104
    39  com.adobe.dreamweaver-10.0    0x00512823 ViewCaret::HandleRMBMenuInRenderDOM(TitanView*, CPoint&, CPoint&) + 1271
    40  com.adobe.dreamweaver-10.0    0x00512890 ViewCaret::HandleRMBMenu(TitanView*, CPoint&, CPoint&) + 54
    41  com.adobe.dreamweaver-10.0    0x000ea448 TitanView::OnContextMenu(CWnd*, CPoint) + 194
    42  com.adobe.dreamweaver-10.0    0x00b46050 CWnd::OnRButtonUp(unsigned int, CPoint) + 114
    43  com.adobe.dreamweaver-10.0    0x00b527db CImplBase::SendMouseMessage(EventRecord const&, LPane*, unsigned int) + 873
    44  com.adobe.dreamweaver-10.0    0x00b52a02 CImplBase::SendMouseMessage(EventRecord const&, LPane*, unsigned int) + 1424
    45  com.adobe.dreamweaver-10.0    0x00b0a030 CImplMacWindow::ClickInContentImpl(EventRecord const&) + 714
    46  com.adobe.dreamweaver-10.0    0x00b24583 CMDIChildWndImpl_forDocTabs::ClickInContent(EventRecord const&) + 131
    47  com.adobe.dreamweaver-10.0    0x00b0f5b4 CWindowEventHandlers::ClickContentRgn(OpaqueEventHandlerCallRef*, OpaqueEventRef*) + 300
    48  com.adobe.dreamweaver-10.0    0x00b7bdbe LEventHandler::EventHandlerCallback(OpaqueEventHandlerCallRef*, OpaqueEventRef*, void*) + 32
    49  com.apple.HIToolbox           0x96a4313d DispatchEventToHandlers(EventTargetRec*, OpaqueEventRef*, HandlerCallRec*) + 1181
    50  com.apple.HIToolbox           0x96a4257b SendEventToEventTargetInternal(OpaqueEventRef*, OpaqueEventTargetRef*, HandlerCallRec*) + 405
    51  com.apple.HIToolbox           0x96a5eecc SendEventToEventTarget + 52
    52  com.apple.HIToolbox           0x96c6139f SendEventFromMouseDown(OpaqueWindowPtr*, unsigned long, OpaqueEventRef*) + 171
    53  com.apple.HIToolbox           0x96b0be03 HandleWindowClick(OpaqueWindowPtr*, Point, short, unsigned long, OpaqueEventRef*) + 531
    54  com.apple.HIToolbox           0x96b0bbdb HandleMouseEvent(OpaqueEventHandlerCallRef*, OpaqueEventRef*) + 791
    55  com.apple.HIToolbox           0x96ac7602 StandardWindowEventHandler(OpaqueEventHandlerCallRef*, OpaqueEventRef*, void*) + 96
    56  com.apple.HIToolbox           0x96a4313d DispatchEventToHandlers(EventTargetRec*, OpaqueEventRef*, HandlerCallRec*) + 1181
    57  com.apple.HIToolbox           0x96a4257b SendEventToEventTargetInternal(OpaqueEventRef*, OpaqueEventTargetRef*, HandlerCallRec*) + 405
    58  com.apple.HIToolbox           0x96ab43d7 CallNextEventHandler + 95
    59  com.adobe.dreamweaver-10.0    0x00b0ff8b CWindowEventHandlers::HandleMouseDown(OpaqueEventHandlerCallRef*, OpaqueEventRef*) + 303
    60  com.adobe.dreamweaver-10.0    0x00b7bdbe LEventHandler::EventHandlerCallback(OpaqueEventHandlerCallRef*, OpaqueEventRef*, void*) + 32
    61  com.apple.HIToolbox           0x96a4313d DispatchEventToHandlers(EventTargetRec*, OpaqueEventRef*, HandlerCallRec*) + 1181
    62  com.apple.HIToolbox           0x96a4257b SendEventToEventTargetInternal(OpaqueEventRef*, OpaqueEventTargetRef*, HandlerCallRec*) + 405
    63  com.apple.HIToolbox           0x96a5eecc SendEventToEventTarget + 52
    64  com.apple.HIToolbox           0x96a710a8 ToolboxEventDispatcherHandler(OpaqueEventHandlerCallRef*, OpaqueEventRef*, void*) + 1208
    65  com.apple.HIToolbox           0x96a434f6 DispatchEventToHandlers(EventTargetRec*, OpaqueEventRef*, HandlerCallRec*) + 2134
    66  com.apple.HIToolbox           0x96a4257b SendEventToEventTargetInternal(OpaqueEventRef*, OpaqueEventTargetRef*, HandlerCallRec*) + 405
    67  com.apple.HIToolbox           0x96a5eecc SendEventToEventTarget + 52
    68  com.apple.HIToolbox           0x96acba6c ToolboxEventDispatcher + 86
    69  com.apple.HIToolbox           0x96ac82c2 RunApplicationEventLoop + 222
    70  com.adobe.dreamweaver-10.0    0x00b39b34 CRealApp::Run() + 394
    71  com.adobe.dreamweaver-10.0    0x00b12654 main + 338
    72  com.adobe.dreamweaver-10.0    0x00002d12 _start + 216
    73  com.adobe.dreamweaver-10.0    0x00002c39 start + 41
    Thread 1:
    0   libSystem.B.dylib             0x95bcd9c6 kevent + 10
    1   libSystem.B.dylib             0x95bce155 _pthread_start + 321
    2   libSystem.B.dylib             0x95bce012 thread_start + 34
    Thread 2:
    0   libSystem.B.dylib             0x95b9d2ce semaphore_wait_signal_trap + 10
    1   libSystem.B.dylib             0x95bcf2c6 _pthread_cond_wait + 1267
    2   libSystem.B.dylib             0x95c14539 pthread_cond_wait + 48
    3   com.adobe.amt.services        0x1d6bd552 AMTConditionLock::LockWhenCondition(int) + 46
    4   com.adobe.amt.services        0x1d6b8995 _AMTThreadedPCDService::PCDThreadWorker(_AMTThreadedPCDService*) + 115
    5   com.adobe.amt.services        0x1d6bd5b0 AMTThread::Worker(void*) + 20
    6   libSystem.B.dylib             0x95bce155 _pthread_start + 321
    7   libSystem.B.dylib             0x95bce012 thread_start + 34
    Thread 3:
    0   libSystem.B.dylib             0x95bdf3a5 syscall + 5
    1   com.apple.OpenTransport       0x1b2f0ac9 CarbonSelectThreadFunc + 205
    2   libSystem.B.dylib             0x95bce155 _pthread_start + 321
    3   libSystem.B.dylib             0x95bce012 thread_start + 34
    Thread 4:
    0   libSystem.B.dylib             0x95ba446e __semwait_signal + 10
    1   libSystem.B.dylib             0x95bcedcd pthread_cond_wait$UNIX2003 + 73
    2   com.apple.OpenTransport       0x1b2ec938 CarbonOperationThreadFunc + 177
    3   libSystem.B.dylib             0x95bce155 _pthread_start + 321
    4   libSystem.B.dylib             0x95bce012 thread_start + 34
    Thread 5:
    0   libSystem.B.dylib             0x95b9d3a6 mach_wait_until + 10
    1   libSystem.B.dylib             0x95c143ad nanosleep + 314
    2   com.apple.carbonbundletemplate 0x1f6bad31 ScObjects::Thread::sleep(unsigned int) + 143
    3   com.apple.carbonbundletemplate 0x1f6bad91 ScObjects::Thread::wait(unsigned int) + 23
    4   com.apple.carbonbundletemplate 0x1f6abade ScObjects::BridgeTalkThread::run() + 332
    5   com.apple.carbonbundletemplate 0x1f6bb053 ScObjects::Thread::go(void*) + 239
    6   libSystem.B.dylib             0x95bce155 _pthread_start + 321
    7   libSystem.B.dylib             0x95bce012 thread_start + 34
    Thread 6:
    0   libSystem.B.dylib             0x95b9d286 mach_msg_trap + 10
    1   libSystem.B.dylib             0x95ba4a7c mach_msg + 72
    2   ...ia.Flash Player.authplaylib 0x2224e692 ExternalPlayer_Initialize + 1867822
    3   libSystem.B.dylib             0x95bce155 _pthread_start + 321
    4   libSystem.B.dylib             0x95bce012 thread_start + 34
    Thread 7:
    0   libSystem.B.dylib             0x95b9d2ce semaphore_wait_signal_trap + 10
    1   libSystem.B.dylib             0x95bcf2c6 _pthread_cond_wait + 1267
    2   libSystem.B.dylib             0x95c14539 pthread_cond_wait + 48
    3   ...ia.Flash Player.authplaylib 0x2207a34a 0x21d92000 + 3048266
    4   ...ia.Flash Player.authplaylib 0x2209c72d ExternalPlayer_Initialize + 90313
    5   ...ia.Flash Player.authplaylib 0x2207a73c 0x21d92000 + 3049276
    6   libSystem.B.dylib             0x95bce155 _pthread_start + 321
    7   libSystem.B.dylib             0x95bce012 thread_start + 34
    Thread 8:
    0   libSystem.B.dylib             0x95b9d2ce semaphore_wait_signal_trap + 10
    1   libSystem.B.dylib             0x95bcf2c6 _pthread_cond_wait + 1267
    2   libSystem.B.dylib             0x95c14539 pthread_cond_wait + 48
    3   ...ia.Flash Player.authplaylib 0x2207a34a 0x21d92000 + 3048266
    4   ...ia.Flash Player.authplaylib 0x2209c72d ExternalPlayer_Initialize + 90313
    5   ...ia.Flash Player.authplaylib 0x2207a73c 0x21d92000 + 3049276
    6   libSystem.B.dylib             0x95bce155 _pthread_start + 321
    7   libSystem.B.dylib             0x95bce012 thread_start + 34
    Thread 9:
    0   libSystem.B.dylib             0x95ba446e __semwait_signal + 10
    1   libSystem.B.dylib             0x95bcedcd pthread_cond_wait$UNIX2003 + 73
    2   com.apple.ColorSync           0x922953f8 pthreadSemaphoreWait(t_pthreadSemaphore*) + 42
    3   com.apple.ColorSync           0x922a7d4e CMMConvTask(void*) + 54
    4   libSystem.B.dylib             0x95bce155 _pthread_start + 321
    5   libSystem.B.dylib             0x95bce012 thread_start + 34
    Thread 10:
    0   libSystem.B.dylib             0x95bec6fa select$DARWIN_EXTSN + 10
    1   libSystem.B.dylib             0x95bce155 _pthread_start + 321
    2   libSystem.B.dylib             0x95bce012 thread_start + 34
    Thread 11:
    0   libSystem.B.dylib             0x95b9d286 mach_msg_trap + 10
    1   libSystem.B.dylib             0x95ba4a7c mach_msg + 72
    2   ...ia.Flash Player.authplaylib 0x2415b63e ExternalPlayer_Initialize + 1865604
    3   libSystem.B.dylib             0x95bce155 _pthread_start + 321
    4   libSystem.B.dylib             0x95bce012 thread_start + 34
    Thread 12:
    0   libSystem.B.dylib             0x95b9d2ce semaphore_wait_signal_trap + 10
    1   libSystem.B.dylib             0x95bcf2c6 _pthread_cond_wait + 1267
    2   libSystem.B.dylib             0x95c14539 pthread_cond_wait + 48
    3   ...ia.Flash Player.authplaylib 0x23f87ba6 0x23ca0000 + 3046310
    4   ...ia.Flash Player.authplaylib 0x23fa9f81 ExternalPlayer_Initialize + 90311
    5   ...ia.Flash Player.authplaylib 0x23f87f98 0x23ca0000 + 3047320
    6   libSystem.B.dylib             0x95bce155 _pthread_start + 321
    7   libSystem.B.dylib             0x95bce012 thread_start + 34
    Thread 13:
    0   libSystem.B.dylib             0x95b9d2ce semaphore_wait_signal_trap + 10
    1   libSystem.B.dylib             0x95bcf2c6 _pthread_cond_wait + 1267
    2   libSystem.B.dylib             0x95c14539 pthread_cond_wait + 48
    3   ...ia.Flash Player.authplaylib 0x23f87ba6 0x23ca0000 + 3046310
    4   ...ia.Flash Player.authplaylib 0x23fa9f81 ExternalPlayer_Initialize + 90311
    5   ...ia.Flash Player.authplaylib 0x23f87f98 0x23ca0000 + 3047320
    6   libSystem.B.dylib             0x95bce155 _pthread_start + 321
    7   libSystem.B.dylib             0x95bce012 thread_start + 34
    Thread 14:
    0   libSystem.B.dylib             0x95b9d286 mach_msg_trap + 10
    1   libSystem.B.dylib             0x95ba4a7c mach_msg + 72
    2   com.apple.CoreFoundation      0x9375be7e CFRunLoopRunSpecific + 1790
    3   com.apple.CoreFoundation      0x9375cb04 CFRunLoopRun + 84
    4   com.apple.DesktopServices     0x9017ce17 TSystemNotificationTask::SystemNotificationTaskProc(void*) + 123
    5   ...ple.CoreServices.CarbonCore 0x95141057 PrivateMPEntryPoint + 56
    6   libSystem.B.dylib             0x95bce155 _pthread_start + 321
    7   libSystem.B.dylib             0x95bce012 thread_start + 34
    Thread 15:
    0   libSystem.B.dylib             0x95b9d286 mach_msg_trap + 10
    1   libSystem.B.dylib             0x95ba4a7c mach_msg + 72
    2   com.apple.CoreFoundation      0x9375be7e CFRunLoopRunSpecific + 1790
    3   com.apple.CoreFoundation      0x9375cb04 CFRunLoopRun + 84
    4   com.apple.DesktopServices     0x9017cf90 TFSEventsNotificationTask::FSEventsNotificationTaskProc(void*) + 216
    5   ...ple.CoreServices.CarbonCore 0x95141057 PrivateMPEntryPoint + 56
    6   libSystem.B.dylib             0x95bce155 _pthread_start + 321
    7   libSystem.B.dylib             0x95bce012 thread_start + 34
    Thread 16:
    0   libSystem.B.dylib             0x95ba446e __semwait_signal + 10
    1   libSystem.B.dylib             0x95bcedcd pthread_cond_wait$UNIX2003 + 73
    2   ...ple.CoreServices.CarbonCore 0x95142e7f TSWaitOnCondition + 126
    3   ...ple.CoreServices.CarbonCore 0x95121cd2 TSWaitOnConditionTimedRelative + 202
    4   ...ple.CoreServices.CarbonCore 0x95142afc MPWaitOnQueue + 208
    5   com.apple.DesktopServices     0x90187f72 TNodeSyncTask::SyncTaskProc(void*) + 84
    6   ...ple.CoreServices.CarbonCore 0x95141057 PrivateMPEntryPoint + 56
    7   libSystem.B.dylib             0x95bce155 _pthread_start + 321
    8   libSystem.B.dylib             0x95bce012 thread_start + 34
    Thread 17:
    0   libSystem.B.dylib             0x95bcd9c6 kevent + 10
    1   libSystem.B.dylib             0x95bce155 _pthread_start + 321
    2   libSystem.B.dylib             0x95bce012 thread_start + 34
    Thread 18:
    0   libSystem.B.dylib             0x95b9d2e6 semaphore_timedwait_signal_trap + 10
    1   libSystem.B.dylib             0x95bcf2af _pthread_cond_wait + 1244
    2   libSystem.B.dylib             0x95bd0b33 pthread_cond_timedwait_relative_np + 47
    3   com.apple.Foundation          0x96d97dbc -[NSCondition waitUntilDate:] + 236
    4   com.apple.Foundation          0x96d97bd0 -[NSConditionLock lockWhenCondition:beforeDate:] + 144
    5   com.apple.Foundation          0x96d97b35 -[NSConditionLock lockWhenCondition:] + 69
    6   com.apple.AppKit              0x960466e8 -[NSUIHeartBeat _heartBeatThread:] + 753
    7   com.apple.Foundation          0x96d51dfd -[NSThread main] + 45
    8   com.apple.Foundation          0x96d519a4 __NSThread__main__ + 308
    9   libSystem.B.dylib             0x95bce155 _pthread_start + 321
    10  libSystem.B.dylib             0x95bce012 thread_start + 34
    Thread 19:
    0   libSystem.B.dylib             0x95bcd9c6 kevent + 10
    1   ...ple.CoreServices.CarbonCore 0x95141057 PrivateMPEntryPoint + 56
    2   libSystem.B.dylib             0x95bce155 _pthread_start + 321
    3   libSystem.B.dylib             0x95bce012 thread_start + 34
    Thread 20:
    0   libSystem.B.dylib             0x95b9d3a6 mach_wait_until + 10
    1   libSystem.B.dylib             0x95c143ad nanosleep + 314
    2   libSystem.B.dylib             0x95c1426d usleep + 61
    3   com.adobe.dreamweaver-10.0    0x00b26585 Sleep + 29
    4   com.adobe.dreamweaver-10.0    0x00a03c82 CodeViewTypingMonitorThread::MonitorThread() + 108
    5   com.adobe.dreamweaver-10.0    0x00a03cc5 CodeViewTypingMonitorThread::tramp(void*) + 17
    6   libSystem.B.dylib             0x95bce155 _pthread_start + 321
    7   libSystem.B.dylib             0x95bce012 thread_start + 34
    Thread 21:
    0   libSystem.B.dylib             0x95ba446e __semwait_signal + 10
    1   libSystem.B.dylib             0x95bcedcd pthread_cond_wait$UNIX2003 + 73
    2   libGLProgrammability.dylib    0x902a8b32 glvmDoWork + 162
    3   libSystem.B.dylib             0x95bce155 _pthread_start + 321
    4   libSystem.B.dylib             0x95bce012 thread_start + 34
    Thread 22:
    0   libSystem.B.dylib             0x95b9d2ce semaphore_wait_signal_trap + 10
    1   libSystem.B.dylib             0x95bcf2c6 _pthread_cond_wait + 1267
    2   libSystem.B.dylib             0x95c14539 pthread_cond_wait + 48
    3   com.apple.carbonbundletemplate 0x1fdcdeb8 MMNetIO::RequestProcessor<MMNetIO::FTPNetChannel, MMNetIO::FTPNetChannel, MMNetIO::NetIOException>::MutexState::Wait() + 42
    4   com.apple.carbonbundletemplate 0x1fdd17ae MMNetIO::RequestProcessor<MMNetIO::FTPNetChannel, MMNetIO::FTPNetChannel, MMNetIO::NetIOException>::ProcessRequests() + 80
    5   com.apple.carbonbundletemplate 0x1fdd1b75 MMNetIO::RequestProcessor<MMNetIO::FTPNetChannel, MMNetIO::FTPNetChannel, MMNetIO::NetIOException>::RequestProcessorTrampoline(void*) + 19
    6   libSystem.B.dylib             0x95bce155 _pthread_start + 321
    7   libSystem.B.dylib             0x95bce012 thread_start + 34
    Thread 23:
    0   libSystem.B.dylib             0x95b9d2ce semaphore_wait_signal_trap + 10
    1   libSystem.B.dylib             0x95bcf2c6 _pthread_cond_wait + 1267
    2   libSystem.B.dylib             0x95c14539 pthread_cond_wait + 48
    3   com.apple.carbonbundletemplate 0x1fdcdeb8 MMNetIO::RequestProcessor<MMNetIO::FTPNetChannel, MMNetIO::FTPNetChannel, MMNetIO::NetIOException>::MutexState::Wait() + 42
    4   com.apple.carbonbundletemplate 0x1fdd17ae MMNetIO::RequestProcessor<MMNetIO::FTPNetChannel, MMNetIO::FTPNetChannel, MMNetIO::NetIOException>::ProcessRequests() + 80
    5   com.apple.carbonbundletemplate 0x1fdd1b75 MMNetIO::RequestProcessor<MMNetIO::FTPNetChannel, MMNetIO::FTPNetChannel, MMNetIO::NetIOException>::RequestProcessorTrampoline(void*) + 19
    6   libSystem.B.dylib             0x95bce155 _pthread_start + 321
    7   libSystem.B.dylib             0x95bce012 thread_start + 34
    Thread 24:
    0   libSystem.B.dylib             0x95b9d2e6 semaphore_timedwait_signal_trap + 10
    1   libSystem.B.dylib             0x95bcf2af _pthread_cond_wait + 1244
    2   libSystem.B.dylib             0x95bd0b33 pthread_cond_timedwait_relative_np + 47
    3   ...ple.CoreServices.CarbonCore 0x95121cfe TSWaitOnConditionTimedRelative + 246
    4   ...ple.CoreServices.CarbonCore 0x95142afc MPWaitOnQueue + 208
    5   com.apple.DesktopServices     0x90189ebc TFolderSizeTask::FolderSizeTaskProc(void*) + 104
    6   ...ple.CoreServices.CarbonCore 0x95141057 PrivateMPEntryPoint + 56
    7   libSystem.B.dylib             0x95bce155 _pthread_start + 321
    8   libSystem.B.dylib             0x95bce012 thread_start + 34
    Thread 25:
    0   libSystem.B.dylib             0x95b9d2e6 semaphore_timedwait_signal_trap + 10
    1   libSystem.B.dylib             0x95bcf2af _pthread_cond_wait + 1244
    2   libSystem.B.dylib             0x95bd0b33 pthread_cond_timedwait_relative_np + 47
    3   ...ple.CoreServices.CarbonCore 0x95121cfe TSWaitOnConditionTimedRelative + 246
    4   ...ple.CoreServices.CarbonCore 0x95121ade TSWaitOnSemaphoreCommon + 422
    5   ...ple.CoreServices.CarbonCore 0x951529a8 TimerThread + 74
    6   libSystem.B.dylib             0x95bce155 _pthread_start + 321
    7   libSystem.B.dylib             0x95bce012 thread_start + 34
    Thread 0 crashed with X86 Thread State (32-bit):
      eax: 0x00000000  ebx: 0x04cde6e3  ecx: 0x00000000  edx: 0x00000000
      edi: 0x3e431450  esi: 0xbfffc68c  ebp: 0xbfffc778  esp: 0xbfffc210
       ss: 0x0000001f  efl: 0x00010286  eip: 0x04cde9b1   cs: 0x00000017
       ds: 0x0000001f   es: 0x0000001f   fs: 0x00000000   gs: 0x00000037
      cr2: 0x00000000
    Binary Images:
        0x1000 -  0x113ffcf +com.adobe.dreamweaver-10.0 10.0.0.4117 (10.0.0) <7f80f32b2b11426b9a0ebf3184c4cfef> /Applications/Adobe Dreamweaver CS4/Adobe Dreamweaver CS4.app/Contents/MacOS/Dreamweaver
    0x2898000 -  0x28b1fde +libChar16.dylib ??? (???) <48d2429206214475b0aa2aeee1f0b478> /Applications/Adobe Dreamweaver CS4/Adobe Dreamweaver CS4.app/Contents/MacOS/libChar16.dylib
    0x28c2000 -  0x28dbfe0 +libCoreTypes.dylib ??? (???) <b5604088928b4b87924c3d0aa4c62029> /Applications/Adobe Dreamweaver CS4/Adobe Dreamweaver CS4.app/Contents/MacOS/libCoreTypes.dylib
    0x2900000 -  0x291efcf +libCurl.dylib ??? (???) <3afb0935f10140699892fbb485192840> /Applications/Adobe Dreamweaver CS4/Adobe Dreamweaver CS4.app/Contents/MacOS/libCurl.dylib
    0x292d000 -  0x293bfc3 +libZ.dylib ??? (???) <16a43acac59b4053b9e3620f6d33c326> /Applications/Adobe Dreamweaver CS4/Adobe Dreamweaver CS4.app/Contents/MacOS/libZ.dylib
    0x2942000 -  0x29f3fdb +libCrypto.dylib ??? (???) <79d240f8b22f4c70bd5261a239d96ada> /Applications/Adobe Dreamweaver CS4/Adobe Dreamweaver CS4.app/Contents/MacOS/libCrypto.dylib
    0x2a95000 -  0x2ab7ffc +libSSL.dylib ??? (???) <1565da7bc82842d68877df98eec54c0d> /Applications/Adobe Dreamweaver CS4/Adobe Dreamweaver CS4.app/Contents/MacOS/libSSL.dylib
    0x2acd000 -  0x2aceffc +libCocoa.dylib ??? (???) /Applications/Adobe Dreamweaver CS4/Adobe Dreamweaver CS4.app/Contents/MacOS/libCocoa.dylib
    0x2ad3000 -  0x2cedfd7  com.apple.carbonframeworktemplate 1.0 (1.0) <a67333a5b5f549999e0d6aaeffb9cd56> /Applications/Adobe Dreamweaver CS4/Adobe Dreamweaver CS4.app/Contents/frameworks/Xerces.framework/Versions/A/Xerces
    0x3036000 -  0x3042ffc  com.apple.carbonframeworktemplate 1.0 (1.0) <b64a6e2996514631ac3a0bd5223b93e1> /Applications/Adobe Dreamweaver CS4/Adobe Dreamweaver CS4.app/Contents/Frameworks/NetIO.framework/Versions/A/NetIO
    0x305e000 -  0x3064ffc  com.apple.JavaVM 12.4.1 (12.4.1) <634419750ecb901d01abbdbc3fff22d8> /System/Library/Frameworks/JavaVM.framework/Versions/A/JavaVM
    0x306d000 -  0x3071ffc +com.adobe.AdobeCrashReporter 2.5 (3.0.20080806) /Applications/Adobe Dreamweaver CS4/Adobe Dreamweaver CS4.app/Contents/Frameworks/AdobeCrashReporter.framework/Versions/A/AdobeCrashReporter
    0x3077000 -  0x3093fd7 +com.adobe.LogTransport 1.0 (1.0) /Applications/Adobe Dreamweaver CS4/Adobe Dreamweaver CS4.app/Contents/Frameworks/LogTransport.framework/Versions/A/LogTransport
    0x309e000 -  0x31abfff +AdobeACE ??? (???) /Applications/Adobe Dreamweaver CS4/Adobe Dreamweaver CS4.app/Contents/Frameworks/AdobeACE.framework/Versions/A/AdobeACE
    0x31c9000 -  0x36e0fcf +AdobeAGM ??? (???) /Applications/Adobe Dreamweaver CS4/Adobe Dreamweaver CS4.app/Contents/Frameworks/AdobeAGM.framework/Versions/A/AdobeAGM
    0x3859000 -  0x3872fff +AdobeBIB ??? (???) /Applications/Adobe Dreamweaver CS4/Adobe Dreamweaver CS4.app/Contents/Frameworks/AdobeBIB.framework/Versions/A/AdobeBIB
    0x387c000 -  0x389dff7 +AdobeBIBUtils ??? (???) /Applications/Adobe Dreamweaver CS4/Adobe Dreamweaver CS4.app/Contents/Frameworks/AdobeBIBUtils.framework/Versions/A/AdobeBIBUtils
    0x38aa000 -  0x3b46fcf +AdobeCoolType ??? (???) /Applications/Adobe Dreamweaver CS4/Adobe Dreamweaver CS4.app/Contents/Frameworks/AdobeCoolType.framework/Versions/A/AdobeCoolType
    0x3bd1000 -  0x48f1fff +com.adobe.psl AdobePSL 11.0.0.1656 (11.0.0.1656) <a87566a28b8d45b798ff5396a77649c8> /Applications/Adobe Dreamweaver CS4/Adobe Dreamweaver CS4.app/Contents/Frameworks/AdobePSL.framework/Versions/A/AdobePSL
    0x4c25000 -  0x4c49ff6 +AdobeAXE8SharedExpat ??? (???) /Applications/Adobe Dreamweaver CS4/Adobe Dreamweaver CS4.app/Contents/Frameworks/AdobeAXE8SharedExpat.framework/Versions/A/AdobeAXE8SharedExpa t
    0x4c5c000 -  0x4cbcfc7 +AdobeXMP ??? (???) /Applications/Adobe Dreamweaver CS4/Adobe Dreamweaver CS4.app/Contents/Frameworks/AdobeXMP.framework/Versions/A/AdobeXMP
    0x4ccb000 -  0x52c88bf +Fireworks ??? (???) <209140261bcd40448cacd1dbe3ae240f> /Applications/Adobe Dreamweaver CS4/Adobe Dreamweaver CS4.app/Contents/Frameworks/Fireworks.framework/Versions/A/Fireworks
    0x66c5000 -  0x68bffcf +AdobeOwl ??? (???) <f209a9b29606418293d884b349cfbe48> /Applications/Adobe Dreamweaver CS4/Adobe Dreamweaver CS4.app/Contents/Frameworks/AdobeOwl.framework/Versions/A/AdobeOwl
    0x693a000 -  0x694cfff +libneon.dylib ??? (???) /Applications/Adobe Dreamweaver CS4/Adobe Dreamweaver CS4.app/Contents/MacOS/libneon.dylib
    0x6995000 -  0x69a6ffb +LogTransport2 ??? (???) <835b7b845a67370bab398e448aa81fa0> /Applications/Adobe Dreamweaver CS4/Adobe Dreamweaver CS4.app/Contents/Frameworks/LogTransport2.framework/Versions/A/LogTransport2
    0x69b0000 -  0x69dfff7 +com.adobe.headlights.LogSessionFramework ??? (2.0.0.06112008) /Applications/Adobe Dreamweaver CS4/Adobe Dreamweaver CS4.app/Contents/Frameworks/LogSession.framework/Versions/A/LogSession
    0x6a07000 -  0x6bbdff4 +com.adobe.amtlib amtlib 2.0.1.10077 (2.0.1.10077) <cb2ec3bf67714dabbf296775fb6f9608> /Applications/Adobe Dreamweaver CS4/Adobe Dreamweaver CS4.app/Contents/Frameworks/amtlib.framework/Versions/A/amtlib
    0x6bf4000 -  0x70f2fc3 +AdobeOwlCanvas ??? (???) <dc1ee447fcdb43c8b6d2a5454291c85d> /Applications/Adobe Dreamweaver CS4/Adobe Dreamweaver CS4.app/Contents/Frameworks/AdobeOwlCanvas.framework/Versions/A/AdobeOwlCanvas
    0x723b000 -  0x72cbfc3 +WRServices ??? (???) /Applications/Adobe Dreamweaver CS4/Adobe Dreamweaver CS4.app/Contents/Frameworks/WRServices.framework/Versions/A/WRServices
    0x744d000 -  0x751eff7 +AdobeAXEDOMCore ??? (???) /Applications/Adobe Dreamweaver CS4/Adobe Dreamweaver CS4.app/Contents/Frameworks/AdobeAXEDOMCore.framework/Versions/A/AdobeAXEDOMCore
    0x75d1000 -  0x7610fff  com.apple.vmutils 4.1 (104) <ce02dba5e2e99fa2eb41a81bc9680985> /System/Library/PrivateFrameworks/vmutils.framework/Versions/A/vmutils
    0x76a6000 -  0x76a7fe1  com.apple.textencoding.unicode 2.2 (2.2) <09ac11c81bf4e673a30cc364868fdc11> /System/Library/TextEncodings/Unicode Encodings.bundle/Contents/MacOS/Unicode Encodings
    0x1b2e9000 - 0x1b307fe7  com.apple.OpenTransport 3.0 (3.0) /System/Library/PrivateFrameworks/OpenTransport.framework/OpenTransport
    0x1c240000 - 0x1c240ff3  com.apple.carbonbundletemplate 10,0,0, 4117 (10,0,0) <cdd3d9d6c7de4d79a4ef10f570500100> /Applications/Adobe Dreamweaver CS4/configuration/JSExtensions/MM.bundle/Contents/MacOS/MM
    0x1c2c2000 - 0x1c2c3ff3  ATSHI.dylib ??? (???) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framew ork/Versions/A/Resources/ATSHI.dylib
    0x1c33a000 - 0x1c33dfef  com.apple.LiveType.component 2.1.3 (2.1.3) /Library/QuickTime/LiveType.component/Contents/MacOS/LiveType
    0x1c342000 - 0x1c3a7fde  com.apple.LiveType.framework 2.1.3 (2.1.3) /System/Library/PrivateFrameworks/LiveType.framework/Versions/A/LiveType
    0x1c3c7000 - 0x1c3ca02f +Motion ??? (???) <b5e862eee0ff4f86a78998e3e601a18c> /Library/Frameworks/Motion.framework/Versions/A/Motion
    0x1c5bb000 - 0x1c601fc3  com.apple.motion.component 1.0 (1.0) <77973a134e79426f853f2318e52a2207> /Library/QuickTime/Motion.component/Contents/MacOS/Motion
    0x1cad0000 - 0x1cadaffe  com.apple.URLMount 3.1.1 (3.1.1) <1a16a925116d4b4d1bf523436b0a5505> /System/Library/PrivateFrameworks/URLMount.framework/URLMount
    0x1cae2000 - 0x1cae8fff  com.apple.URLMount.AFPPlugin 3.1.1 (3.1.1) <5a8ecc2963abe7820121bf83507ff9a9> /System/Library/Filesystems/URLMount/afp.URLMounter/Contents/MacOS/afp
    0x1ccd3000 - 0x1ccddffc  com.apple.framework.AppleTalk 1.2.0 (???) <e8d0dc99744c2eb3aafefe463d3daf43> /System/Library/Frameworks/AppleTalk.framework/Versions/A/AppleTalk
    0x1cf86000 - 0x1cfcdfc7 +com.adobe.adobe_caps adobe_caps 2.0.99.0 (2.0.99.0) /Applications/Adobe Dreamweaver CS4/Adobe Dreamweaver CS4.app/Contents/Frameworks/adobe_caps.framework/Versions/A/adobe_caps
    0x1cfdd000 - 0x1cfeaff7 +com.adobe.asneu.framework asneu version 1.6.2f01 (1.6.2) /Applications/Adobe Dreamweaver CS4/Adobe Dreamweaver CS4.app/Contents/Frameworks/asneu.framework/Versions/A/asneu
    0x1cff8000 - 0x1cff8ffd  libmx.A.dylib ??? (???) /usr/lib/libmx.A.dylib
    0x1d001000 - 0x1d002fe7  com.apple.carbonbundletemplate 10,0,0, 4117 (10,0,0) <7957a154522f454ebb1b2f6d7eaa131f> /Applications/Adobe Dreamweaver CS4/configuration/JSExtensions/DWfile.bundle/Contents/MacOS/DWfile
    0x1d172000 - 0x1d174ffe  com.apple.textencoding.chinese 2.2 (2.2) <3134a3f1c7200465873378e9d5462dfa> /System/Library/TextEncodings/Chinese Encodings.bundle/Contents/MacOS/Chinese Encodings
    0x1d179000 - 0x1d17affc  com.apple.textencoding.korean 2.2 (2.2) <86d5c69acf835cf9f838337a52229433> /System/Library/TextEncodings/Korean Encodings.bundle/Contents/MacOS/Korean Encodings
    0x1d400000 - 0x1d607fef  com.apple.RawCamera.bundle 2.1.0 (474) <48a574d3b3269c8dbdc38d6f67879317> /System/Library/CoreServices/RawCamera.bundle/Contents/MacOS/RawCamera
    0x1d69d000 - 0x1d73efc3 +com.adobe.amt.services AMTServices 2.0.1.10077 (BuildVersion: 53.352460; BuildDate: Tue Jul 29 2008 16:31:09) (2 . 0) <31e82904c3c2424ea1aea5efadbb19b8> /Applications/Adobe Dreamweaver CS4/Adobe Dreamweaver CS4.app/Contents/Frameworks/amtservices.framework/Versions/A/amtservices
    0x1d81c000 - 0x1d85bfff  com.apple.AppleShareClientCore 1.6.3 (1.6.3) <de793f2a3179cfcc8ba9ac4bcfe27367> /System/Library/Frameworks/AppleShareClientCore.framework/Versions/A/AppleShareClientCore
    0x1d86e000 - 0x1d873ff3  libCGXCoreImage.A.dylib ??? (???) <5fd4beb83e321c6e7d0ff0885ff95b29> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphi cs.framework/Versions/A/Resources/libCGXCoreImage.A.dylib
    0x1dc01000 - 0x1dc10fff  com.apple.carbonbundletemplate 10,0,0, 4117 (10,0,0) <feea0498f24e41a1b9b968e6054dc62b> /Applications/Adobe Dreamweaver CS4/configuration/JSExtensions/TSL.bundle/Contents/MacOS/TSL
    0x1ddf0000 - 0x1ddfefeb  libSimplifiedChineseConverter.dylib ??? (???) <68f130a585c3f580d166ef7cbbf47e69> /System/Library/CoreServices/Encodings/libSimplifiedChineseConverter.dylib
    0x1de03000 - 0x1de15fff  libTraditionalChineseConverter.dylib ??? (???) <6108541a452ff07d2f67db4a488b9d22> /System/Library/CoreServices/Encodings/libTraditionalChineseConverter.dylib
    0x1de52000 - 0x1de6eff7  GLRendererFloat ??? (???) <927b7d5ce6a7c21fdc761f6f29cdf4ee> /System/Library/Frameworks/OpenGL.framework/Versions/A/Resources/GLRendererFloat.bundle/G LRendererFloat
    0x1f633000 - 0x1f65bfde  com.apple.carbonbundletemplate 3.0.2,4117 (3.0.2) <7c3adfe895fd4bd88ffdd10d4bf3307b> /Applications/Adobe Dreamweaver CS4/configuration/JSExtensions/MMNotes.bundle/Contents/MacOS/MMNotes
    0x1f682000 - 0x1f686fe7  com.apple.carbonbundletemplate 10,0,0, 4117 (10,0,0) <18face4d13574c6a82b5b2ae123b7fe5> /Applications/Adobe Dreamweaver CS4/configuration/JSExtensions/SWFFile.bundle/Contents/MacOS/SWFFile
    0x1f68d000 - 0x1f6cdff3  com.apple.carbonbundletemplate 1.0.0,4117 (1.0.0) <31e9ca63e1354b82bcb4051cd780e7a1> /Applications/Adobe Dreamweaver CS4/configuration/JSExtensions/classes/JSBridge.bundle/Contents/MacOS/JSBridge
    0x1f824000 - 0x1f847ff7 +CSI-Launcher.dylib ??? (???) /Library/Application Support/Adobe/CS4ServiceManager/CSI-Launcher.dylib
    0x1fdb8000 - 0x1fddeff4  com.apple.carbonbundletemplate 1.0 (1.0) <f14b1fb6ab4d4b538ea707e0ea3e6bd0> /Applications/Adobe Dreamweaver CS4/Adobe Dreamweaver CS4.app/Contents/PlugIns/NetIOFTP.bundle/Contents/MacOS/NetIOFTP
    0x20e47000 - 0x20e66fed  com.apple.audio.CoreAudioKit 1.5 (1.5) <585f5ec95dc8f1efe51d820be84d53a6> /System/Library/Frameworks/CoreAudioKit.framework/Versions/A/CoreAudioKit
    0x21d92000 - 0x22435feb +com.macromedia.Flash Player.authplaylib 10.0.2.41 (1.0.1d333) <72b0ef9544484336898a61dc78dff7ef> /Applications/Adobe Dreamweaver CS4/configuration/Flash Player/AuthPlayLib.bundle/Contents/MacOS/AuthPlayLib
    0x2372d000 - 0x237aefd3 +com.adobe.PlugPlug 1.0.0.73 (1.0.0.73) <94dc7574c53d4735b76516cc98d52fe1> /Applications/Adobe Dreamweaver CS4/configuration/JSExtensions/PlugPlug.bundle/Contents/MacOS/PlugPlug
    0x23c18000 - 0x23c49fe3 +com.adobe.amt.registration AMTRegistration 2.0.1.10077 (BuildVersion: 53.352460; BuildDate: Tue Jul 29 2008 16:31:09) (2 . 0) /Applications/Adobe Dreamweaver CS4/Adobe Dreamweaver CS4.app/Contents/Frameworks/registration.framework/Versions/A/registration
    0x23ca0000 - 0x24342fef +com.macromedia.Flash Player.authplaylib 10.0.2.31 (1.0.1d333) <e0851d4816c94bdcb3a77bac9e7638f5> /Applications/Adobe Dreamweaver CS4/Adobe Dreamweaver CS4.app/Contents/Frameworks/AdobeOwl.framework/Resources/AuthPlayLib.bundle/Contents/MacO S/AuthPlayLib
    0x2810a000 - 0x2858cfe3 +AdobeLM_libFNP.dylib ??? (???) <02e9ac769cc64974af0548e737c2cc20> /Applications/Adobe Dreamweaver CS4/Adobe Dreamweaver CS4.app/Contents/Frameworks/amtlib.framework/Versions/A/AdobeLM_libFNP.dylib
    0x286b6000 - 0x28712ff2 +AdobeUpdater ??? (???) <064cfaa41caf46e3bebf04948641c927> /Applications/Adobe Dreamweaver CS4/Adobe Dreamweaver CS4.app/Contents/Frameworks/AdobeUpdater.framework/Versions/A/AdobeUpdater
    0x28751000 - 0x287dffcb  com.apple.carbonbundletemplate 1.0 (1.0) <1438ff80cbd74b279c15ed04d593bc92> /Applications/Adobe Dreamweaver CS4/configuration/knowledgeengines/JS_KnowledgeEngine.bundle/Contents/MacOS/JS_KnowledgeE ngine
    0x29800000 - 0x29985fe3  GLEngine ??? (???) <3bd4729832411ff31de5bb9d97e3718d> /System/Library/Frameworks/OpenGL.framework/Resources/GLEngine.bundle/GLEngine
    0x29e00000 - 0x2a169fe8  com.apple.GeForce8xxxGLDriver 1.5.48 (5.4.8) <880ed3155078052260ade6e705c9ca64> /System/Library/Extensions/GeForce8xxxGLDriver.bundle/Contents/MacOS/GeForce8xxxGLDriver
    0x2baf8000 - 0x2bafaffc  com.apple.MLTEFile 3.0.0 (3.0.0) <ef3ff2f06f8de88cb827f0ca48762927> /System/Library/CoreServices/MLTEFile.bundle/Contents/MacOS/MLTEFile
    0x32000000 - 0x323f0fd4 +WebKit.dylib ??? (???) <575218566697442eaa4d2b5edac50f28> /Applications/Adobe Dreamweaver CS4/configuration/browsers/webkit/WebKit.dylib
    0x40000000 - 0x400ae030 +AdobeJP2K ??? (???) /Applications/Adobe Dreamweaver CS4/Adobe Dreamweaver CS4.app/Contents/Frameworks/AdobeJP2K.framework/Versions/A/AdobeJP2K
    0x8fe00000 - 0x8fe2db43  dyld 97.1 (???) <458eed38a009e5658a79579e7bc26603> /usr/lib/dyld
    0x90003000 - 0x90090ff7  com.apple.framework.IOKit 1.5.2 (???) <7a3cc24f78f93931731203854ae0d891> /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit
    0x90091000 - 0x900a6ffb  com.apple.ImageCapture 5.0.2 (5.0.2) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/ImageCapture.framework/ Versions/A/ImageCapture
    0x900a7000 - 0x900abfff  libmathCommon.A.dylib ??? (???) /usr/lib/system/libmathCommon.A.dylib
    0x900ac000 - 0x9013fff3  com.apple.ApplicationServices.ATS 3.7 (???) <a535fc4982d3acff6530ec25c402e679> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framew ork/Versions/A/ATS
    0x9017b000 - 0x90205fe3  com.apple.DesktopServices 1.4.8 (1.4.8) <a6edef2d49ffdee3b01010b7e6edac1f> /System/Library/PrivateFrameworks/DesktopServicesPriv.framework/Versions/A/DesktopService sPriv
    0x90206000 - 0x90280ff8  com.apple.print.framework.PrintCore 5.5.4 (245.6) <03d0585059c20cb0bde5e000438c49e1> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/PrintCore. framework/Versions/A/PrintCore
    0x90281000 - 0x90752fbe  libGLProgrammability.dylib ??? (???) <7f18294a7bd0b6afe4319f29187fc70d> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLProgrammability.dyl ib
    0x90753000 - 0x90753ffb  com.apple.installserver.framework 1.0 (8) /System/Library/PrivateFrameworks/InstallServer.framework/Versions/A/InstallServer
    0x90754000 - 0x90757fff  com.apple.help 1.1 (36) <1a25a8fbb49a830efb31d5c0a52939cd> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Help.framework/Versions /A/Help
    0x90758000 - 0x90768ffc  com.apple.LangAnalysis 1.6.5 (1.6.5) <d057feb38163121ffd871c564c692804> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/LangAnalys is.framework/Versions/A/LangAnalysis
    0x907a7000 - 0x907a7ff8  com.apple.ApplicationServices 34 (34) <ee7bdf593da050bb30c7a1fc446eb8a6> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/ApplicationServices
    0x907a8000 - 0x907aefff  com.apple.print.framework.Print 218.0.3 (220.2) <5b7f4ef7c2df36aff9605377775781e4> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Print.framework/Version s/A/Print
    0x907af000 - 0x9088ffff  libobjc.A.dylib ??? (???) <400e943f9e8a678eea22a1d1205490ee> /usr/lib/libobjc.A.dylib
    0x90890000 - 0x90897fff  com.apple.agl 3.0.9 (AGL-3.0.9) <bc62de7d16827bd12a2cb1016aedfcdc> /System/Library/Frameworks/AGL.framework/Versions/A/AGL
    0x90898000 - 0x9094affb  libcrypto.0.9.7.dylib ??? (???) <9d714c92872a93dd127ea8556b2c8945> /usr/lib/libcrypto.0.9.7.dylib
    0x9094b000 - 0x90967ff3  libPng.dylib ??? (???) <271373dd41f56369a3dfca0ed2be579a> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.fr amework/Versions/A/Resources/libPng.dylib
    0x90968000 - 0x9096cfff  libGIF.dylib ??? (???) <3c7100e80b7f7ca8809cf9512c1a6004> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.fr amework/Versions/A/Resources/libGIF.dylib
    0x90a25000 - 0x90a30fe7  libCSync.A.dylib ??? (???) <94faf3571527a99d0a8809024aa9e1be> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphi cs.framework/Versions/A/Resources/libCSync.A.dylib
    0x90a42000 - 0x90e00fea  libLAPACK.dylib ??? (???) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Ve rsions/A/libLAPACK.dylib
    0x90e01000 - 0x90e01ff8  com.apple.Cocoa 6.5 (???) <a1bc9247cf65c20f1a44d0973cbe649c> /System/Library/Frameworks/Cocoa.framework/Versions/A/Cocoa
    0x90e02000 - 0x90e53ff7  com.apple.HIServices 1.7.1 (???) <ba7fd0ede540a0da08db027f87efbd60> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/HIServices .framework/Versions/A/HIServices
    0x90e54000 - 0x90e7cff7  com.apple.shortcut 1.0.1 (1.0) <131202e7766e327d02d55c0f5fc44ad7> /System/Library/PrivateFrameworks/Shortcut.framework/Versions/A/Shortcut
    0x90e7d000 - 0x90ed6ff7  libGLU.dylib ??? (???) <a3b9be30100a25a6cd3ad109892f52b7> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLU.dylib
    0x90ed7000 - 0x90ed9ff5  libRadiance.dylib ??? (???) <aefd52482869bb5010672679d151167e> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.fr amework/Versions/A/Resources/libRadiance.dylib
    0x90f0f000 - 0x90f38fff  libcups.2.dylib ??? (???) <764c74a71785aa10f3cac2eae06f372b> /usr/lib/libcups.2.dylib
    0x90f39000 - 0x90f51ff7  com.apple.CoreVideo 1.6.0 (20.0) <587c9c8966070a7d50276db35e1c76aa> /System/Library/Frameworks/CoreVideo.framework/Versions/A/CoreVideo
    0x90f52000 - 0x90f59ffe  libbsm.dylib ??? (???) <fa7ae5f1a621d9b69e7e18747c9405fb> /usr/lib/libbsm.dylib
    0x90f60000 - 0x90f6effd  libz.1.dylib ??? (???) <a98b3b221a72b54faf73ded3dd7000e5> /usr/lib/libz.1.dylib
    0x90f6f000 - 0x90fb1fef  com.apple.NavigationServices 3.5.2 (163) <72cdc9d21f6690837870923e7b8ca358> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/NavigationServices.fram ework/Versions/A/NavigationServices
    0x9217c000 - 0x92203ff7  libsqlite3.0.dylib ??? (???) <3334ea5af7a911637413334154bb4100> /usr/lib/libsqlite3.0.dylib
    0x92204000 - 0x92261ffb  libstdc++.6.dylib ??? (???) <f75e5133d72769de5ce6c06153fc65f6> /usr/lib/libstdc++.6.dylib
    0x92262000 - 0x9232dfef  com.apple.ColorSync 4.5.3 (4.5.3) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ColorSync. framework/Versions/A/ColorSync
    0x9232e000 - 0x9238aff7  com.apple.htmlrendering 68 (1.1.3) <1c5c0c417891b920dfe139385fc6c155> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HTMLRendering.framework /Versions/A/HTMLRendering
    0x9238b000 - 0x92452ff2  com.apple.vImage 3.0 (3.0) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vImage.framework/Ve rsions/A/vImage
    0x92453000 - 0x9253bff3  com.apple.CoreData 100.2 (186.2) <44df326fea0236718f5ed64084e82270> /System/Library/Frameworks/CoreData.framework/Versions/A/CoreData
    0x9253c000 - 0x925f6fe3  com.apple.CoreServices.OSServices 228 (228) <bc83e97f6888673c33f86652677c09cb> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/OSServices.framew ork/Versions/A/OSServices
    0x925f7000 - 0x925fefe9  libgcc_s.1.dylib ??? (???) <e280ddf3f5fb3049e674edcb109f389a> /usr/lib/libgcc_s.1.dylib
    0x925ff000 - 0x9263dfff  libGLImage.dylib ??? (???) <a6425aeb77f4da13212ac75df57b056d> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLImage.dylib
    0x927e1000 - 0x929b2ffb  com.apple.security 5.0.5 (36371) <1f7f48b36bc90d114220cc81e4e4694f> /System/Library/Frameworks/Security.framework/Versions/A/Security
    0x92a06000 - 0x92d2cfe2  com.apple.QuickTime 7.6.4 (1327.73) <96515f6a2d628cd2105c7082295199b5> /System/Library/Frameworks/QuickTime.framework/Versions/A/QuickTime
    0x92d2d000 - 0x92dd4feb  com.apple.QD 3.11.56 (???) <a94d0f5438b730e88e5efdb233295c52> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/QD.framewo rk/Versions/A/QD
    0x92e48000 - 0x934e8fef  com.apple.CoreGraphics 1.409.4 (???) <b9a8a94c430d3b6f9ed7e2e4f0aad02c> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphi cs.framework/Versions/A/CoreGraphics
    0x934e9000 - 0x93599fff  edu.mit.Kerberos 6.0.13 (6.0.13) <804bd1b3f08fb57396781f012006367c> /System/Library/Frameworks/Kerberos.framework/Versions/A/Kerberos
    0x9359a000 - 0x935a7fe7  com.apple.opengl 1.5.10 (1.5.10) <5a2813f80c9441170cc1ab8a3dac5038> /System/Library/Frameworks/OpenGL.framework/Versions/A/OpenGL
    0x935a8000 - 0x935a8fff  com.apple.Carbon 136 (136) <eb3c292d5544512f86e1e4e743c23f8e> /System/Library/Frameworks/Carbon.framework/Versions/A/Carbon
    0x935a9000 - 0x935b5ffe  libGL.dylib ??? (???) /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib
    0x93601000 - 0x93617fff  com.apple.DictionaryServices 1.0.0 (1.0.0) <7d20b8d1fb238c3e71d0fa6fda18c4f7> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/DictionaryService s.framework/Versions/A/DictionaryServices
    0x93668000 - 0x93668ffd  com.apple.Accelerate 1.4.2 (Accelerate 1.4.2) /System/Library/Frameworks/Accelerate.framework/Versions/A/Accelerate
    0x93669000 - 0x936e8ff5  com.apple.SearchKit 1.2.2 (1.2.2) <3b5f3ab6a363a4d8a2bbbf74213ab0e5> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SearchKit.framewo rk/Versions/A/SearchKit
    0x936e9000 - 0x9381cfe7  com.apple.CoreFoundation 6.5.7 (476.19) <a332c8f45529ee26d2e9c36d0c723bad> /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
    0x9381d000 - 0x93824ff7  libCGATS.A.dylib ??? (???) <fb7677501dd491ea5520291045153069> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphi cs.framework/Versions/A/Resources/libCGATS.A.dylib
    0x93825000 - 0x938b2ff7  com.apple.LaunchServices 292 (292) <a41286c7c1eb20ffd5cc796f791070f0> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/LaunchServices.fr amework/Versions/A/LaunchServices
    0x938b3000 - 0x938b8fff  com.apple.CommonPanels 1.2.4 (85) <c135f02edd6b2e2864311e0b9d08a98d> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CommonPanels.framework/ Versions/A/CommonPanels
    0x938b9000 - 0x938d8ffa  libJPEG.dylib ??? (???) <50b881dd5a5795d38405c9c88c2806fa> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.fr amework/Versions/A/Resources/libJPEG.dylib
    0x938d9000 - 0x938e1fff  com.apple.DiskArbitration 2.2.1 (2.2.1) <2664eeb3a4d0c95a21c089892a0ae8d0> /System/Library/Frameworks/DiskArbitration.framework/Versions/A/DiskArbitration
    0x93b56000 - 0x93b66fff  com.apple.speech.synthesis.framework 3.7.1 (3.7.1) <273d96ff861dc68be659c07ef56f599a> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/SpeechSynt hesis.framework/Versions/A/SpeechSynthesis
    0x93b67000 - 0x93c48ff7  libxml2.2.dylib ??? (???) <9a5d410de57c87f71e2d530a1859b897> /usr/lib/libxml2.2.dylib
    0x93c49000 - 0x93c80fff  com.apple.SystemConfiguration 1.9.2 (1.9.2) <eab546255ac099b9616df999c9359d0e> /System/Library/Frameworks/SystemConfiguration.framework/Versions/A/SystemConfiguration
    0x94559000 - 0x945a2fef  com.apple.Metadata 10.5.8 (398.26) <e4d268ea45379200f03cdc7c8bedae6f> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Metadata.framewor k/Versions/A/Metadata
    0x945a3000 - 0x945e2fef  libTIFF.dylib ??? (???) <801873cbd85ba7bdfe7646fe97a54ca3> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.fr amework/Versions/A/Resources/libTIFF.dylib
    0x947a1000 - 0x947e2fe7  libRIP.A.dylib ??? (???) <ec9df25a1ca8d668bda92f2baf407958> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphi cs.framework/Versions/A/Resources/libRIP.A.dylib
    0x94947000 - 0x94965fff  libresolv.9.dylib ??? (???) <9ed809256ce8913cddc3269c2e364654> /usr/lib/libresolv.9.dylib
    0x94966000 - 0x94966ffc  com.apple.audio.units.AudioUnit 1.5 (1.5) /System/Library/Frameworks/AudioUnit.framework/Versions/A/AudioUnit
    0x94967000 - 0x94d04fef  com.apple.QuartzCore 1.5.8 (1.5.8) <a28fa54346a9f9d5b3bef076a1ee0fcf> /System/Library/Frameworks/QuartzCore.framework/Versions/A/QuartzCore
    0x94d05000 - 0x94d30fe7  libauto.dylib ??? (???) <2e44c523b851e8e25f05d13a48070a58> /usr/lib/libauto.dylib
    0x94e38000 - 0x94e65feb  libvDSP.dylib ??? (???) <4daafed78a471133ec30b3ae634b6d3e> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Ve rsions/A/libvDSP.dylib
    0x94e66000 - 0x94e66ffd  com.apple.vecLib 3.4.2 (vecLib 3.4.2) /System/Library/Frameworks/vecLib.framework/Versions/A/vecLib
    0x950f8000 - 0x953d2ff3  com.apple.CoreServices.CarbonCore 786.11 (786.14) <d5cceb2fe9551d345d40dd1ecf409ec2> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CarbonCore.framew ork/Versions/A/CarbonCore
    0x953d3000 - 0x957e3fef  libBLAS.dylib ??? (???) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Ve rsions/A/libBLAS.dylib
    0x957e4000 - 0x957e6fff  com.apple.securityhi 3.0 (30817) <b3517782ad664a21e4fd60242e92723e> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SecurityHI.framework/Ve rsions/A/SecurityHI
    0x95ae3000 - 0x95b1dfe7  com.apple.coreui 1.2 (62) /System/Library/PrivateFrameworks/CoreUI.framework/Versions/A/CoreUI
    0x95b1e000 - 0x95b9bfef  libvMisc.dylib ??? (???) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Ve rsions/A/libvMisc.dylib
    0x95b9c000 - 0x95d03ff3  libSystem.B.dylib ??? (???) <ae47ca9b1686b065f8ac4d2de09cc432> /usr/lib/libSystem.B.dylib
    0x95d37000 - 0x95d4ffff  com.apple.openscripting 1.2.8 (???) <0129d2f750f5ddcb92f4acf8a3541952> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/OpenScripting.framework /Versions/A/OpenScripting
    0x95d50000 - 0x95d74fff  libxslt.1.dylib ??? (???) <6a58a8724941e8a0cfeb0cae28ea3f37> /usr/lib/libxslt.1.dylib
    0x95d7a000 - 0x95d9efeb  libssl.0.9.7.dylib ??? (???) <8084593b773bec8f2b9614fd23c5ed73> /usr/lib/libssl.0.9.7.dylib
    0x95e23000 - 0x95e7dff7  com.apple.CoreText 2.0.4 (???) <f0b6c1d4f40bd21505097f0255abfead> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreText.f ramework/Versions/A/CoreText
    0x95f22000 - 0x95f9ffeb  com.apple.audio.CoreAudio 3.1.2 (3.1.2) <782a08c44be4698597f4bbd79cac21c6> /System/Library/Frameworks/CoreAudio.framework/Versions/A/CoreAudio
    0x95fa0000 - 0x9679efef  com.apple.AppKit 6.5.9 (949.54) <4df5d2e2271175452103f789b4f4d8a8> /System/Library/Frameworks/AppKit.framework/Versions/C/AppKit
    0x9679f000 - 0x967a8fff  com.apple.speech.recognition.framework 3.7.24 (3.7.24) <da2d8411921a3fd8bc898dc753b7f3ee> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SpeechRecognition.frame work/Versions/A/SpeechRecognition
    0x967fe000 - 0x967feffd  com.apple.Accelerate.vecLib 3.4.2 (vecLib 3.4.2) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Ve rsions/A/vecLib
    0x967ff000 - 0x9680bff9  com.apple.helpdata 1.0.1 (14.2) /System/Library/PrivateFrameworks/HelpData.framework/Versions/A/HelpData
    0x9680c000 - 0x96945ff7  libicucore.A.dylib ??? (???) <dd8aa51c356e79ef8cdfa341a0d69f5b> /usr/lib/libicucore.A.dylib
    0x96946000 - 0x96a3aff4  libiconv.2.dylib ??? (???) <96ff4c6f84c4a1623cb78287371cdd3f> /usr/lib/libiconv.2.dylib
    0x96a3b000 - 0x96d43fe7  com.apple.HIToolbox 1.5.6 (???) <eece3cb8aa0a4e6843fcc1500aca61c5> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HIToolbox.framework/Ver sions/A/HIToolbox
    0x96d47000 - 0x96fc3fe7  com.apple.Foundation 6.5.9 (677.26) <c68b3cff7864959becfc7fd1a384f925> /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation
    0x96fc4000 - 0x97057fff  com.apple.ink.framework 101.3 (86) <d4c85b5cafa8027fff042b84a8be71dc> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Ink.framework/Versions/ A/Ink
    0x97058000 - 0x97087fe3  com.apple.AE 402.3 (402.3) <b13bfda0ad9314922ee37c0d018d7de9> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/AE.framework/Vers ions/A/AE
    0x97088000 - 0x97088ffa  com.apple.CoreServices 32 (32) <373d6a888f9204641f313bc6070ae065> /System/Library/Frameworks/CoreServices.framework/Versions/A/CoreServices
    0x971c6000 - 0x9730eff7  com.apple.ImageIO.framework 2.0.6 (2.0.6) <7f73ef328c8e8566f3f204b5a540a7f0> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.fr amework/Versions/A/ImageIO
    0x9730f000 - 0x97461ff3  com.apple.audio.toolbox.AudioToolbox 1.5.2 (1.5.2) /System/Library/Frameworks/AudioToolbox.framework/Versions/A/AudioToolbox
    0x97499000 - 0x974a3feb  com.apple.audio.SoundManager 3.9.2 (3.9.2) <df077a8048afc3075c6f2d9e7780e78e> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CarbonSound.framework/V ersions/A/CarbonSound
    0x974a4000 - 0x9754bfec  com.apple.CFNetwork 438.14 (438.14) <5f9ee0430b5f6319f18d9b23e777e0d2> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CFNetwork.framewo rk/Versions/A/CFNetwork
    0x97556000 - 0x97557ffc  libffi.dylib ??? (???) <eaf10b99a3fbc4920b175809407466c0> /usr/lib/libffi.dylib
    0xb0000000 - 0xb0006ff8  com.apple.carbonframeworktemplate 1.3 (1.3.12) /Applications/Adobe Dreamweaver CS4/Adobe Dreamweaver CS4.app/Contents/Frameworks/ahclient.framework/Versions/A/ahclient
    0xba900000 - 0xba916fff  libJapaneseConverter.dylib ??? (???) <b9aea83b1cd97f3230999ebfcbf63e7c> /System/Library/CoreServices/Encodings/libJapaneseConverter.dylib
    0xbab00000 - 0xbab21fe2  libKoreanConverter.dylib ??? (???) <bc0bb2eed0f4558f07bbaa812d79371b> /System/Library/CoreServices/Encodings/libKoreanConverter.dylib
    0xfffe8000 - 0xfffebfff  libobjc.A.dylib ??? (???) /usr/lib/libobjc.A.dylib
    0xffff0000 - 0xffff1780  libSystem.B.dylib ??? (???) /usr/lib/libSystem.B.dylib

  • Dreamweaver CS4 adds a tab when we move to new line.

    Dreamweaver CS4 adds a tab when we move to new line. This thing was not in CS3, its not a big problem but it disturbs me, so is there any setting to change it.
    for example,
    Dreamweaver CS3
    .hello{
    Dreamweaver CS4
    .hello{
    Thanks in advance

    If you're referring to the way that Dreamweaver formats CSS, you can change the options in Preferences (open from the Edit menu on Windows, Dreamweaver menu on the Mac). Select the Code Format category, and click the CSS button at the bottom of the panel. You can set your preferences there.
    The way that Dreamweaver handles curly braces is to indent the next line automatically when you press Enter after the opening curly brace. Type your style rules, and press Enter after the last one. When you type a closing curly brace, Dreamweaver CS4 automatically moves it one tab space to the left after you press Enter again.

  • Dreamweaver CS4 Crashes on Startup  [ OSX Snow Leopard]

    I would greatly appreciate any feedback regarding the problem I am finding below.
    For some strange reason all of a sudden Dreamweaver crashes everytime I open the application. I have recently upgraded to OSX Snow Leopard but have been using Dreamweaver without any problems since upgrading. I have tried uninstalling the full Adobe CS4 suite and have reinstalled from scratch but this hasn't made any difference. I have also removed the preference files, to no avail. I am not sure if this is a Apple problem or a Adobe application problem. All the other CS4 applications open without a problem.
    The error I receive is as follows:
    Process:         Dreamweaver [1552]
    Path:            /Applications/Adobe CS4/Adobe Dreamweaver CS4/Adobe Dreamweaver CS4.app/Contents/MacOS/Dreamweaver
    Identifier:      com.adobe.dreamweaver-10.0
    Version:         10.0.0.4117 (10.0.0)
    Code Type:       X86 (NativeParent Process:  launchd [125]
    Date/Time:       2009-09-07 00:41:49.660 +0800
    OS Version:      Mac OS X 10.6 (10A432)
    Report Version:  6
    Interval Since Last Report:          12820 sec
    Crashes Since Last Report:           9
    Per-App Interval Since Last Report:  89 sec
    Per-App Crashes Since Last Report:   9
    Anonymous UUID:                      AEF192F6-3D48-449F-AB77-9B1486B5BE01
    Exception Type:  EXC_BAD_ACCESS (SIGBUS)
    Exception Codes: KERN_PROTECTION_FAILURE at 0x0000000000000000
    Crashed Thread:  0  Dispatch queue: com.apple.main-thread
    There is a lot more on this error but I have removed this.
    My machine specs:
    Mac OSX 10.6 Snow Leopard
    iMac 2GHz Intel Core Duo
    1.5GB RAM
    Thank you in advance.

    I'm not a Mac user so don't have first hand experience - but there's a rather lengthy thread relating to issues with SL that may be of some help:
    http://forums.adobe.com/thread/484885?tstart=60
    If not, then the only suggestion I can offer is to contact Adobe Support.

  • Css copy paste problem still a problem in Dreamweaver CS4

    Hi all, I know this one has been discussed before, but this is still a major usability issues with the product with no practical solution available.
    For some reason no one seems to be able to mark http://forums.adobe.com/thread/209290?start=50&tstart=0 as unanswered, yet numerous posts stating it isn't resolved.
    Therefore, I'm starting this request to see if there is a solution.
    For those of you unaware, the issue affects Dreamweaver CS4 code view.  After editing in code view (usually with CSS files though others have reported other code types) for a little while (sometimes within seconds, sometimes after many minutes of use) and then when you copy (Ctrl-C) the application selects all text and copies that.  Usability wise, you've just lost your place in the code (which you may have spent some time finding in a complex file) and what you wanted to copy is not what's in the clipboard.  So frustrating.
    The issue is similarly repeated with pasting (i.e. you select some text or a place to paste and the system selects all before pasting from clipboard).
    So does anyone know of a patch to fix this yet?
    Thanks

    This is a user to user forum and Adobe Technical people very rarely visit the forum.
    If you want to make sure your problem is heard please report your problems via the Wish Form:  The more people reporting a specific issue, the more likely that it will be looked into:
    http://www.adobe.com/cfusion/mmform/index.cfm?name=wishform
    Nadia
    Adobe Community Expert : Dreamweaver
    Unique CSS Templates | Tutorials | SEO Articles
    http://www.DreamweaverResources.com
    Web Design & Development
    http://www.perrelink.com.au
    http://twitter.com/nadiap

  • Dreamweaver CS4 Crashing under Snow Leopard

    I am having issues with Dreamweaver CS4 and Snow Leopard. Dreamweaver application opens fine, however, when I try to make edits to code on an HTML page, the program crashes.
    Background info:
    A Clean install of Snow Leopard was made on a new hard drive on my Intel Mac G5. (OS 10.5.7 Leopard is still loaded on another hard drive).
    Adobe Creative Suite was then installed on the Snow Leopard drive.
    Any feedback to try and work around this issue will be greatly appreciated.

    I spent the whole holiday weekend troubleshooting this on my MBP. Dreamweaver would crash mostly in system dialogues but sometimes randomly.
    What didn't work initially:
    1. Clean install of SL but when it finished, I migrated my old user account minus apps.
    2. Installed my usual apps and immediately had crashing at system dialogues with Dreamweaver CS4 and a few others.
    3. Hit all troubleshooting blogs and forums including adobe and apple. Tried all the cache flushing, preferences rebuilding, plist deleting til the cows came home. Nothing was working.
    Luckily I had carbon copy cloned my leopard install to a firewire 800 drive for a back up so I always had a way back but figured I would try it again.
    So here's what did work for me:
    1. Wiped my drive, installed SL cleanly, and upon completion I did NOT migrate ANY user settings from other computers or previous systems.
    2. Installed CS4 first thing and tested. It worked straight away so I did a time machine backup and started adding other apps and bringing folders over by hand all while doing intermittent testing and time machine backups in case I hit some snag that started things crashing again.
    3. I had iSynced my mail, address, calendar, bookmarks etc so that helped ease the pain of not migrating somewhat.... so I resynced everything back as a last step.
    4. And Voila. Been enjoying rock solid performance for several days since...  and zero crashing... even under intense use.
    A little manual? Yes. Should it have been necessary to go to this length? Probably not.
    But I will say my MBP is snappier than ever and everything is running tip top. So if you have the time, I still recommend doing it. Plus doing it a little manually helped cull my drive of a lot of crap I don't use or need anymore.
    If you want pure automation and no maintenance maybe wait for an update.

  • Error code 150:30 in dreamweaver cs4

    error code 150:30 in dreamweaver cs4
    after  a crash on my mac

    Licensing Repair Tool didn't work for me, because it is a PowerPC app that won't launch.
    Here's what did work like a dream, from the genius Steffelchenk:
    Hey Marty,
    had the same problem here with PSE 8 after system recovery from time machine backup. I also updated to Lion couple of month ago. I also tried all of the listed solutions on the adobe support pages but none of them worked. The folder FLEXNet_Publisher in the systems hard drives folder Preferences, which it says to be deleted does not exist and was only found in the application support folder. I also tried all of the other solutions listed on this page: http://helpx.adobe.com/x-productkb/global/error-licensing-stopped-mac- os.html  and had more or less the same problems, it did not work.
    I found the following solution myself by doing this:
    go to the folder [hard drive]/Library/Application Support/FlexNet Publisher and make a copy of this folder
    then go to the folder [hard drive]/Library/Preferences and paste this copied folder there.
    Then try again to start your application and now it should show you the licenceregistry window. Type in your serial number and confirm. Then the application starts and runs properly. So it was on my system.

  • Dreamweaver CS4 crashes without reason

    Hi,
    Dreamweaver is installed on both my Mac Pro and my MacBook Pro.  I have been working with DWCS4 on Snow Leopard for 1 year now.
    I have the latest updates of both OSX and CS4.
    This week DWCS4 began to crash on my Mac Pro, on different occasions without any reason (as far as I know).
    I trashed the Config folder and the Prefs, checked conflicting fonts and rewrote the disk user permissions.
    Since then all works rather well (but hey, it has only been 24h that I've tested the result of my actions).
    Yesterday, suddenly my MacBook Pro had the same problem.  DWCS4 crashed on me in the exact same way...
    This must be, in my opinion, something to do with some OSX SL update or Apple update I did on both Macs...
    (On my MacBook Pro I also trashed this and that... same as my Mac Pro)
    Any suggestions what can be the reason?
    Mac Pro Intel Xeon Quad Core - OSX 10.6.4
    MacBook Pro Core2Duo - OSX 10.6.4

    OK, after 48h of testing DWCS4 starts crashing again... (sigh)
    This is the error I get:
    Process:         Dreamweaver [4717]
    Path:            /Applications/Adobe Dreamweaver CS4/Adobe Dreamweaver CS4.app/Contents/MacOS/Dreamweaver
    Identifier:      com.adobe.dreamweaver-10.0
    Version:         10.0.0.4117 (10.0.0)
    Code Type:       X86 (Native)
    Parent Process:  launchd [125]
    Date/Time:       2010-09-12 12:39:11.057 +0200
    OS Version:      Mac OS X 10.6.4 (10F569)
    Report Version:  6
    Interval Since Last Report:          1274858 sec
    Crashes Since Last Report:           7
    Per-App Interval Since Last Report:  6696936 sec
    Per-App Crashes Since Last Report:   5
    Anonymous UUID:                      FD820E88-7DAE-44C8-85C1-9E68D270647D
    Exception Type:  EXC_BAD_ACCESS (SIGBUS)
    Exception Codes: KERN_PROTECTION_FAILURE at 0x0000000000000020
    Crashed Thread:  17
    Thread 0:  Dispatch queue: com.apple.main-thread
    0   libSystem.B.dylib             0x091720fa mach_msg_trap + 10
    1   libSystem.B.dylib             0x09172867 mach_msg + 68
    2   com.apple.CoreFoundation      0x093d4faf __CFRunLoopRun + 2079
    3   com.apple.CoreFoundation      0x093d4094 CFRunLoopRunSpecific + 452
    4   com.apple.CoreFoundation      0x093d3ec1 CFRunLoopRunInMode + 97
    5   com.apple.HIToolbox           0x09977f9c RunCurrentEventLoopInMode + 392
    6   com.apple.HIToolbox           0x09977d51 ReceiveNextEventCommon + 354
    7   com.apple.HIToolbox           0x09b00130 _AcquireNextEvent + 54
    8   com.apple.HIToolbox           0x09af5dec RunApplicationEventLoop + 228
    9   com.adobe.dreamweaver-10.0    0x00b39b34 CRealApp::Run() + 394
    10  com.adobe.dreamweaver-10.0    0x00b12654 main + 338
    11  com.adobe.dreamweaver-10.0    0x00002d12 _start + 216
    12  com.adobe.dreamweaver-10.0    0x00002c39 start + 41
    Thread 1:  Dispatch queue: com.apple.libdispatch-manager
    0   libSystem.B.dylib             0x09198942 kevent + 10
    1   libSystem.B.dylib             0x0919905c _dispatch_mgr_invoke + 215
    2   libSystem.B.dylib             0x09198519 _dispatch_queue_invoke + 163
    3   libSystem.B.dylib             0x091982be _dispatch_worker_thread2 + 240
    4   libSystem.B.dylib             0x09197d41 _pthread_wqthread + 390
    5   libSystem.B.dylib             0x09197b86 start_wqthread + 30
    Thread 2:
    0   libSystem.B.dylib             0x09172142 semaphore_wait_signal_trap + 10
    1   libSystem.B.dylib             0x0919fcbc _pthread_cond_wait + 1089
    2   libSystem.B.dylib             0x091e8203 pthread_cond_wait + 48
    3   com.adobe.amt.services        0x18d52552 AMTConditionLock::LockWhenCondition(int) + 46
    4   com.adobe.amt.services        0x18d4d995 _AMTThreadedPCDService::PCDThreadWorker(_AMTThreadedPCDService*) + 115
    5   com.adobe.amt.services        0x18d525b0 AMTThread::Worker(void*) + 20
    6   libSystem.B.dylib             0x0919f81d _pthread_start + 345
    7   libSystem.B.dylib             0x0919f6a2 thread_start + 34
    Thread 3:
    0   libSystem.B.dylib             0x091a4df9 syscall + 5
    1   com.apple.OpenTransport       0x12968851 CarbonSelectThreadFunc + 257
    2   libSystem.B.dylib             0x0919f81d _pthread_start + 345
    3   libSystem.B.dylib             0x0919f6a2 thread_start + 34
    Thread 4:
    0   libSystem.B.dylib             0x091a0066 __semwait_signal + 10
    1   libSystem.B.dylib             0x0919fd22 _pthread_cond_wait + 1191
    2   libSystem.B.dylib             0x091a19b8 pthread_cond_wait$UNIX2003 + 73
    3   com.apple.OpenTransport       0x12964d73 CarbonOperationThreadFunc + 203
    4   libSystem.B.dylib             0x0919f81d _pthread_start + 345
    5   libSystem.B.dylib             0x0919f6a2 thread_start + 34
    Thread 5:
    0   libSystem.B.dylib             0x0917220e mach_wait_until + 10
    1   libSystem.B.dylib             0x091f95a9 nanosleep + 345
    2   com.apple.carbonbundletemplate 0x1d2b3d31 ScObjects::Thread::sleep(unsigned int) + 143
    3   com.apple.carbonbundletemplate 0x1d2b3d91 ScObjects::Thread::wait(unsigned int) + 23
    4   com.apple.carbonbundletemplate 0x1d2a4ade ScObjects::BridgeTalkThread::run() + 332
    5   com.apple.carbonbundletemplate 0x1d2b4053 ScObjects::Thread::go(void*) + 239
    6   libSystem.B.dylib             0x0919f81d _pthread_start + 345
    7   libSystem.B.dylib             0x0919f6a2 thread_start + 34
    Thread 6:
    0   libSystem.B.dylib             0x091720fa mach_msg_trap + 10
    1   libSystem.B.dylib             0x09172867 mach_msg + 68
    2   ...ia.Flash Player.authplaylib 0x1fbc463e ExternalPlayer_Initialize + 1865604
    3   libSystem.B.dylib             0x0919f81d _pthread_start + 345
    4   libSystem.B.dylib             0x0919f6a2 thread_start + 34
    Thread 7:
    0   libSystem.B.dylib             0x09172142 semaphore_wait_signal_trap + 10
    1   libSystem.B.dylib             0x0919fcbc _pthread_cond_wait + 1089
    2   libSystem.B.dylib             0x091e8203 pthread_cond_wait + 48
    3   ...ia.Flash Player.authplaylib 0x1f9f0ba6 0x1f709000 + 3046310
    4   ...ia.Flash Player.authplaylib 0x1fa12f81 ExternalPlayer_Initialize + 90311
    5   ...ia.Flash Player.authplaylib 0x1f9f0f98 0x1f709000 + 3047320
    6   libSystem.B.dylib             0x0919f81d _pthread_start + 345
    7   libSystem.B.dylib             0x0919f6a2 thread_start + 34
    Thread 8:
    0   libSystem.B.dylib             0x09172142 semaphore_wait_signal_trap + 10
    1   libSystem.B.dylib             0x0919fcbc _pthread_cond_wait + 1089
    2   libSystem.B.dylib             0x091e8203 pthread_cond_wait + 48
    3   ...ia.Flash Player.authplaylib 0x1f9f0ba6 0x1f709000 + 3046310
    4   ...ia.Flash Player.authplaylib 0x1fa12f81 ExternalPlayer_Initialize + 90311
    5   ...ia.Flash Player.authplaylib 0x1f9f0f98 0x1f709000 + 3047320
    6   libSystem.B.dylib             0x0919f81d _pthread_start + 345
    7   libSystem.B.dylib             0x0919f6a2 thread_start + 34
    Thread 9:
    0   libSystem.B.dylib             0x09172142 semaphore_wait_signal_trap + 10
    1   libSystem.B.dylib             0x0919fcbc _pthread_cond_wait + 1089
    2   libSystem.B.dylib             0x091e8203 pthread_cond_wait + 48
    3   ...ia.Flash Player.authplaylib 0x1f9f0ba6 0x1f709000 + 3046310
    4   ...ia.Flash Player.authplaylib 0x1fa12f81 ExternalPlayer_Initialize + 90311
    5   ...ia.Flash Player.authplaylib 0x1f9f0f98 0x1f709000 + 3047320
    6   libSystem.B.dylib             0x0919f81d _pthread_start + 345
    7   libSystem.B.dylib             0x0919f6a2 thread_start + 34
    Thread 10:
    0   libSystem.B.dylib             0x09172142 semaphore_wait_signal_trap + 10
    1   libSystem.B.dylib             0x0919fcbc _pthread_cond_wait + 1089
    2   libSystem.B.dylib             0x091e8203 pthread_cond_wait + 48
    3   ...ia.Flash Player.authplaylib 0x1f9f0ba6 0x1f709000 + 3046310
    4   ...ia.Flash Player.authplaylib 0x1fa12f81 ExternalPlayer_Initialize + 90311
    5   ...ia.Flash Player.authplaylib 0x1f9f0f98 0x1f709000 + 3047320
    6   libSystem.B.dylib             0x0919f81d _pthread_start + 345
    7   libSystem.B.dylib             0x0919f6a2 thread_start + 34
    Thread 11:
    0   libSystem.B.dylib             0x09172142 semaphore_wait_signal_trap + 10
    1   libSystem.B.dylib             0x0919fcbc _pthread_cond_wait + 1089
    2   libSystem.B.dylib             0x091e8203 pthread_cond_wait + 48
    3   ...ia.Flash Player.authplaylib 0x1f9f0ba6 0x1f709000 + 3046310
    4   ...ia.Flash Player.authplaylib 0x1fa12f81 ExternalPlayer_Initialize + 90311
    5   ...ia.Flash Player.authplaylib 0x1f9f0f98 0x1f709000 + 3047320
    6   libSystem.B.dylib             0x0919f81d _pthread_start + 345
    7   libSystem.B.dylib             0x0919f6a2 thread_start + 34
    Thread 12:
    0   libSystem.B.dylib             0x09172142 semaphore_wait_signal_trap + 10
    1   libSystem.B.dylib             0x0919fcbc _pthread_cond_wait + 1089
    2   libSystem.B.dylib             0x091e8203 pthread_cond_wait + 48
    3   ...ia.Flash Player.authplaylib 0x1f9f0ba6 0x1f709000 + 3046310
    4   ...ia.Flash Player.authplaylib 0x1fa12f81 ExternalPlayer_Initialize + 90311
    5   ...ia.Flash Player.authplaylib 0x1f9f0f98 0x1f709000 + 3047320
    6   libSystem.B.dylib             0x0919f81d _pthread_start + 345
    7   libSystem.B.dylib             0x0919f6a2 thread_start + 34
    Thread 13:
    0   libSystem.B.dylib             0x09172142 semaphore_wait_signal_trap + 10
    1   libSystem.B.dylib             0x0919fcbc _pthread_cond_wait + 1089
    2   libSystem.B.dylib             0x091e8203 pthread_cond_wait + 48
    3   ...ia.Flash Player.authplaylib 0x1f9f0ba6 0x1f709000 + 3046310
    4   ...ia.Flash Player.authplaylib 0x1fa12f81 ExternalPlayer_Initialize + 90311
    5   ...ia.Flash Player.authplaylib 0x1f9f0f98 0x1f709000 + 3047320
    6   libSystem.B.dylib             0x0919f81d _pthread_start + 345
    7   libSystem.B.dylib             0x0919f6a2 thread_start + 34
    Thread 14:
    0   libSystem.B.dylib             0x09172142 semaphore_wait_signal_trap + 10
    1   libSystem.B.dylib             0x0919fcbc _pthread_cond_wait + 1089
    2   libSystem.B.dylib             0x091e8203 pthread_cond_wait + 48
    3   ...ia.Flash Player.authplaylib 0x1f9f0ba6 0x1f709000 + 3046310
    4   ...ia.Flash Player.authplaylib 0x1fa12f81 ExternalPlayer_Initialize + 90311
    5   ...ia.Flash Player.authplaylib 0x1f9f0f98 0x1f709000 + 3047320
    6   libSystem.B.dylib             0x0919f81d _pthread_start + 345
    7   libSystem.B.dylib             0x0919f6a2 thread_start + 34
    Thread 15:
    0   libSystem.B.dylib             0x0917220e mach_wait_until + 10
    1   libSystem.B.dylib             0x091f95a9 nanosleep + 345
    2   libSystem.B.dylib             0x091f944a usleep + 61
    3   com.adobe.dreamweaver-10.0    0x00b26585 Sleep + 29
    4   com.adobe.dreamweaver-10.0    0x00a03c82 CodeViewTypingMonitorThread::MonitorThread() + 108
    5   com.adobe.dreamweaver-10.0    0x00a03cc5 CodeViewTypingMonitorThread::tramp(void*) + 17
    6   libSystem.B.dylib             0x0919f81d _pthread_start + 345
    7   libSystem.B.dylib             0x0919f6a2 thread_start + 34
    Thread 16:
    0   libSystem.B.dylib             0x09191086 select$DARWIN_EXTSN + 10
    1   com.apple.CoreFoundation      0x0941480d __CFSocketManager + 1085
    2   libSystem.B.dylib             0x0919f81d _pthread_start + 345
    3   libSystem.B.dylib             0x0919f6a2 thread_start + 34
    Thread 17 Crashed:
    0   com.apple.carbonbundletemplate 0x34b25038 JS_LangParser::GetDotPath(std::basic_string<unsigned short, std::char_traits<unsigned short>, std::allocator<unsigned short> >&, JSParseNode*, bool) + 40
    1   com.apple.carbonbundletemplate 0x34b252d2 JS_LangParser::GetClassType(JSParseNode*) + 90
    2   com.apple.carbonbundletemplate 0x34b2a365 JS_PropertyDescriptor::JS_PropertyDescriptor(JSContext*, JSAtom*, JSParseNode*) + 717
    3   com.apple.carbonbundletemplate 0x34b2d6ec JS_LangParser::ProcessNode(JS_ParseContext*, JSParseNode*) + 3738
    4   com.apple.carbonbundletemplate 0x34b2d767 JS_LangParser::WalkNodes(JS_ParseContext*, JSParseNode*) + 47
    5   com.apple.carbonbundletemplate 0x34b2d7da JS_LangParser::WalkNodes(JS_ParseContext*, JSParseNode*) + 162
    6   com.apple.carbonbundletemplate 0x34b2d7da JS_LangParser::WalkNodes(JS_ParseContext*, JSParseNode*) + 162
    7   com.apple.carbonbundletemplate 0x34b2d7da JS_LangParser::WalkNodes(JS_ParseContext*, JSParseNode*) + 162
    8   com.apple.carbonbundletemplate 0x34b2d7da JS_LangParser::WalkNodes(JS_ParseContext*, JSParseNode*) + 162
    9   com.apple.carbonbundletemplate 0x34b2d7da JS_LangParser::WalkNodes(JS_ParseContext*, JSParseNode*) + 162
    10  com.apple.carbonbundletemplate 0x34b2d7da JS_LangParser::WalkNodes(JS_ParseContext*, JSParseNode*) + 162
    11  com.apple.carbonbundletemplate 0x34b2d7da JS_LangParser::WalkNodes(JS_ParseContext*, JSParseNode*) + 162
    12  com.apple.carbonbundletemplate 0x34b2d7da JS_LangParser::WalkNodes(JS_ParseContext*, JSParseNode*) + 162
    13  com.apple.carbonbundletemplate 0x34b2d7da JS_LangParser::WalkNodes(JS_ParseContext*, JSParseNode*) + 162
    14  com.apple.carbonbundletemplate 0x34b2d7da JS_LangParser::WalkNodes(JS_ParseContext*, JSParseNode*) + 162
    15  com.apple.carbonbundletemplate 0x34b2e86c JS_LangParser::Parse() + 94
    16  com.adobe.dreamweaver-10.0    0x00a03d7b LanguageCodeViewParserJob::Execute() + 25
    17  com.adobe.dreamweaver-10.0    0x00a03d59 LanguageCodeViewParserJob::tramp(void*) + 25
    18  libSystem.B.dylib             0x0919f81d _pthread_start + 345
    19  libSystem.B.dylib             0x0919f6a2 thread_start + 34
    Thread 17 crashed with X86 Thread State (32-bit):
      eax: 0x00000000  ebx: 0x34b2501e  ecx: 0x00000000  edx: 0x00000001
      edi: 0xb010fc14  esi: 0x00000018  ebp: 0xb010fbb8  esp: 0xb010fb60
       ss: 0x0000001f  efl: 0x00010206  eip: 0x34b25038   cs: 0x00000017
       ds: 0x0000001f   es: 0x0000001f   fs: 0x0000001f   gs: 0x00000037
      cr2: 0x00000020
    Binary Images:
        0x1000 -  0x113ffcf +com.adobe.dreamweaver-10.0 10.0.0.4117 (10.0.0) <7F80F32B-2B11-426B-9A0E-BF3184C4CFEF> /Applications/Adobe Dreamweaver CS4/Adobe Dreamweaver CS4.app/Contents/MacOS/Dreamweaver
    0x2898000 -  0x28b1fde +libChar16.dylib ??? (???) <48D24292-0621-4475-B0AA-2AEEE1F0B478> /Applications/Adobe Dreamweaver CS4/Adobe Dreamweaver CS4.app/Contents/MacOS/libChar16.dylib
    0x28c2000 -  0x28dbfe0 +libCoreTypes.dylib ??? (???) <B5604088-928B-4B87-924C-3D0AA4C62029> /Applications/Adobe Dreamweaver CS4/Adobe Dreamweaver CS4.app/Contents/MacOS/libCoreTypes.dylib
    0x2900000 -  0x291efcf +libCurl.dylib ??? (???) <3AFB0935-F101-4069-9892-FBB485192840> /Applications/Adobe Dreamweaver CS4/Adobe Dreamweaver CS4.app/Contents/MacOS/libCurl.dylib
    0x292d000 -  0x293bfc3 +libZ.dylib ??? (???) <16A43ACA-C59B-4053-B9E3-620F6D33C326> /Applications/Adobe Dreamweaver CS4/Adobe Dreamweaver CS4.app/Contents/MacOS/libZ.dylib
    0x2942000 -  0x29f3fdb +libCrypto.dylib ??? (???) <79D240F8-B22F-4C70-BD52-61A239D96ADA> /Applications/Adobe Dreamweaver CS4/Adobe Dreamweaver CS4.app/Contents/MacOS/libCrypto.dylib
    0x2a95000 -  0x2ab7ffc +libSSL.dylib ??? (???) <1565DA7B-C828-42D6-8877-DF98EEC54C0D> /Applications/Adobe Dreamweaver CS4/Adobe Dreamweaver CS4.app/Contents/MacOS/libSSL.dylib
    0x2acd000 -  0x2aceffc +libCocoa.dylib ??? (???) /Applications/Adobe Dreamweaver CS4/Adobe Dreamweaver CS4.app/Contents/MacOS/libCocoa.dylib
    0x2ad3000 -  0x2cedfd7  com.apple.carbonframeworktemplate 1.0 (1.0) <A67333A5-B5F5-4999-9E0D-6AAEFFB9CD56> /Applications/Adobe Dreamweaver CS4/Adobe Dreamweaver CS4.app/Contents/frameworks/Xerces.framework/Versions/A/Xerces
    0x3036000 -  0x3042ffc  com.apple.carbonframeworktemplate 1.0 (1.0) <B64A6E29-9651-4631-AC3A-0BD5223B93E1> /Applications/Adobe Dreamweaver CS4/Adobe Dreamweaver CS4.app/Contents/Frameworks/NetIO.framework/Versions/A/NetIO
    0x305e000 -  0x305eff7  com.apple.Carbon 150 (152) <9252D5F2-462D-2C15-80F3-109644D6F704> /System/Library/Frameworks/Carbon.framework/Versions/A/Carbon
    0x3061000 -  0x3068ff7  com.apple.JavaVM 13.2.0 (13.2.0) <75981DDE-4A7A-EEB6-BAEE-30E9E1DA17C0> /System/Library/Frameworks/JavaVM.framework/Versions/A/JavaVM
    0x3071000 -  0x336afef  com.apple.QuickTime 7.6.6 (1742) <89720F2A-F33B-FF09-3D81-F9F25A99F3EB> /System/Library/Frameworks/QuickTime.framework/Versions/A/QuickTime
    0x3416000 -  0x367afef  com.apple.security 6.1.1 (37594) <3F68A006-6B30-85D5-1A75-8D748F72A6D5> /System/Library/Frameworks/Security.framework/Versions/A/Security
    0x3755000 -  0x3792ff7  com.apple.SystemConfiguration 1.10.2 (1.10.2) <398BB007-41FD-1A30-26D8-CB86ED5E467E> /System/Library/Frameworks/SystemConfiguration.framework/Versions/A/SystemConfiguration
    0x37af000 -  0x37b3ffc +com.adobe.AdobeCrashReporter 2.5 (3.0.20080806) /Applications/Adobe Dreamweaver CS4/Adobe Dreamweaver CS4.app/Contents/Frameworks/AdobeCrashReporter.framework/Versions/A/AdobeCrashReporter
    0x37b9000 -  0x37d5fd7 +com.adobe.LogTransport 1.0 (1.0) /Applications/Adobe Dreamweaver CS4/Adobe Dreamweaver CS4.app/Contents/Frameworks/LogTransport.framework/Versions/A/LogTransport
    0x37e0000 -  0x3a50ffb  com.apple.Foundation 6.6.3 (751.29) <E77D3906-99F4-FEF4-FBB0-86FB3C94073E> /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation
    0x3b5f000 -  0x3bbaff7  com.apple.framework.IOKit 2.0 (???) <A013B850-6ECB-594A-CBD6-DB156B11871B> /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit
    0x3bd9000 -  0x3ce6fff +AdobeACE ??? (???) /Applications/Adobe Dreamweaver CS4/Adobe Dreamweaver CS4.app/Contents/Frameworks/AdobeACE.framework/Versions/A/AdobeACE
    0x3d04000 -  0x421bfcf +AdobeAGM ??? (???) /Applications/Adobe Dreamweaver CS4/Adobe Dreamweaver CS4.app/Contents/Frameworks/AdobeAGM.framework/Versions/A/AdobeAGM
    0x4394000 -  0x43adfff +AdobeBIB ??? (???) /Applications/Adobe Dreamweaver CS4/Adobe Dreamweaver CS4.app/Contents/Frameworks/AdobeBIB.framework/Versions/A/AdobeBIB
    0x43b7000 -  0x43d8ff7 +AdobeBIBUtils ??? (???) /Applications/Adobe Dreamweaver CS4/Adobe Dreamweaver CS4.app/Contents/Frameworks/AdobeBIBUtils.framework/Versions/A/AdobeBIBUtils
    0x43e5000 -  0x4681fcf +AdobeCoolType ??? (???) /Applications/Adobe Dreamweaver CS4/Adobe Dreamweaver CS4.app/Contents/Frameworks/AdobeCoolType.framework/Versions/A/AdobeCoolType
    0x470c000 -  0x542cfff +com.adobe.psl AdobePSL 11.0.0.1656 (11.0.0.1656) <A87566A2-8B8D-45B7-98FF-5396A77649C8> /Applications/Adobe Dreamweaver CS4/Adobe Dreamweaver CS4.app/Contents/Frameworks/AdobePSL.framework/Versions/A/AdobePSL
    0x5760000 -  0x5784ff6 +AdobeAXE8SharedExpat ??? (???) /Applications/Adobe Dreamweaver CS4/Adobe Dreamweaver CS4.app/Contents/Frameworks/AdobeAXE8SharedExpat.framework/Versions/A/AdobeAXE8SharedExpa t
    0x5797000 -  0x57f7fc7 +AdobeXMP ??? (???) /Applications/Adobe Dreamweaver CS4/Adobe Dreamweaver CS4.app/Contents/Frameworks/AdobeXMP.framework/Versions/A/AdobeXMP
    0x5806000 -  0x60e6ff7  com.apple.AppKit 6.6.6 (1038.29) <6F28C335-6DC2-AE0E-B79A-F256DBD0BB45> /System/Library/Frameworks/AppKit.framework/Versions/C/AppKit
    0x657f000 -  0x6b7c8bf +Fireworks ??? (???) <20914026-1BCD-4044-8CAC-D1DBE3AE240F> /Applications/Adobe Dreamweaver CS4/Adobe Dreamweaver CS4.app/Contents/Frameworks/Fireworks.framework/Versions/A/Fireworks
    0x7f79000 -  0x8173fcf +AdobeOwl ??? (???) <F209A9B2-9606-4182-93D8-84B349CFBE48> /Applications/Adobe Dreamweaver CS4/Adobe Dreamweaver CS4.app/Contents/Frameworks/AdobeOwl.framework/Versions/A/AdobeOwl
    0x81ee000 -  0x82e2ff7  libiconv.2.dylib 7.0.0 (compatibility 7.0.0) <9EC28185-D26F-533F-90C4-FBAA13A15947> /usr/lib/libiconv.2.dylib
    0x82f0000 -  0x83f1fe7  libxml2.2.dylib 10.3.0 (compatibility 10.0.0) <B4C5CD68-405D-0F1B-59CA-5193D463D0EF> /usr/lib/libxml2.2.dylib
    0x8415000 -  0x8427fff +libneon.dylib 26.5.0 (compatibility 26.0.0) /Applications/Adobe Dreamweaver CS4/Adobe Dreamweaver CS4.app/Contents/MacOS/libneon.dylib
    0x8470000 -  0x8481ffb +LogTransport2 ??? (???) <835B7B84-5A67-370B-AB39-8E448AA81FA0> /Applications/Adobe Dreamweaver CS4/Adobe Dreamweaver CS4.app/Contents/Frameworks/LogTransport2.framework/Versions/A/LogTransport2
    0x848b000 -  0x84baff7 +com.adobe.headlights.LogSessionFramework ??? (2.0.0.06112008) /Applications/Adobe Dreamweaver CS4/Adobe Dreamweaver CS4.app/Contents/Frameworks/LogSession.framework/Versions/A/LogSession
    0x84e2000 -  0x8698ff4 +com.adobe.amtlib amtlib 2.0.1.10077 (2.0.1.10077) <CB2EC3BF-6771-4DAB-BF29-6775FB6F9608> /Applications/Adobe Dreamweaver CS4/Adobe Dreamweaver CS4.app/Contents/Frameworks/amtlib.framework/Versions/A/amtlib
    0x86cf000 -  0x8bcdfc3 +AdobeOwlCanvas ??? (???) <DC1EE447-FCDB-43C8-B6D2-A5454291C85D> /Applications/Adobe Dreamweaver CS4/Adobe Dreamweaver CS4.app/Contents/Frameworks/AdobeOwlCanvas.framework/Versions/A/AdobeOwlCanvas
    0x8d16000 -  0x8da6fc3 +WRServices ??? (???) /Applications/Adobe Dreamweaver CS4/Adobe Dreamweaver CS4.app/Contents/Frameworks/WRServices.framework/Versions/A/WRServices
    0x8f28000 -  0x8ff9ff7 +AdobeAXEDOMCore ??? (???) /Applications/Adobe Dreamweaver CS4/Adobe Dreamweaver CS4.app/Contents/Frameworks/AdobeAXEDOMCore.framework/Versions/A/AdobeAXEDOMCore
    0x90ac000 -  0x9116fe7  libstdc++.6.dylib 7.9.0 (compatibility 7.0.0) <411D87F4-B7E1-44EB-F201-F8B4F9227213> /usr/lib/libstdc++.6.dylib
    0x9171000 -  0x9317feb  libSystem.B.dylib 125.2.0 (compatibility 1.0.0) <3441F338-2218-6D36-3F95-3A16FBF6713D> /usr/lib/libSystem.B.dylib
    0x9398000 -  0x9512fe3  com.apple.CoreFoundation 6.6.3 (550.29) <00373783-3744-F47D-2191-BEEA658F0C3D> /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
    0x960a000 -  0x9650ff7  libauto.dylib ??? (???) <85670A64-3B67-8162-D441-D8E0BE15CA94> /usr/lib/libauto.dylib
    0x965d000 -  0x97dffe7  libicucore.A.dylib 40.0.0 (compatibility 1.0.0) <2314BD12-0821-75BB-F3BC-98D324CFD30A> /usr/lib/libicucore.A.dylib
    0x9841000 -  0x98eefe7  libobjc.A.dylib 227.0.0 (compatibility 1.0.0) <DF8E4CFA-3719-3415-0BF1-E8C5E561C3B1> /usr/lib/libobjc.A.dylib
    0x9902000 -  0x9910fe7  libz.1.dylib 1.2.3 (compatibility 1.0.0) <3CE8AA79-F077-F1B0-A039-9103A4A02E92> /usr/lib/libz.1.dylib
    0x9915000 -  0x9918fe7  libmathCommon.A.dylib 315.0.0 (compatibility 1.0.0) <1622A54F-1A98-2CBE-B6A4-2122981A500E> /usr/lib/system/libmathCommon.A.dylib
    0x991b000 -  0x9925fe7  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
    0x992d000 -  0x9933fff  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
    0x993b000 -  0x993effb  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
    0x9943000 -  0x9c67fef  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
    0x9da7000 -  0x9e0bffb  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
    0x9e2d000 -  0x9e42fff  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
    0x9e58000 -  0x9f06ff3  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
    0x9f30000 -  0x9f73ff7  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
    0x9f9c000 -  0x9fb8fe3  com.apple.openscripting 1.3.1 (???) <DA16DE48-59F4-C94B-EBE3-7FAF772211A2> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/OpenScripting.framework /Versions/A/OpenScripting
    0x9fc8000 -  0x9fcaff7  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
    0x9fcf000 -  0x9fd9ffb  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
    0x9fe2000 -  0x9fe2ff7  com.apple.ApplicationServices 38 (38) <8012B504-3D83-BFBB-DA65-065E061CFE03> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/ApplicationServices
    0x9fea000 -  0x9feaff7  com.apple.CoreServices 44 (44) <AC35D112-5FB9-9C8C-6189-5F5945072375> /System/Library/Frameworks/CoreServices.framework/Versions/A/CoreServices
    0x9ff2000 -  0xa06dfe7  com.apple.audio.CoreAudio 3.2.2 (3.2.2) <51D0E2DC-B15F-AF6C-70D8-026DDAD4E2A5> /System/Library/Frameworks/CoreAudio.framework/Versions/A/CoreAudio
    0xa09f000 -  0xa3bffeb  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
    0xa433000 -  0xa4dcff7  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
    0xa540000 -  0xa584fe7  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
    0xa5ab000 -  0xa675fef  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
    0xa6d4000 -  0xa754feb  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
    0xa788000 -  0xa7bbff7  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
    0xa7d3000 -  0xa870fe3  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
    0xa8af000 -  0xa8d5fff  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
    0xa8ec000 -  0xa8f5ff7  com.apple.DiskArbitration 2.3 (2.3) <E9C40767-DA6A-6CCB-8B00-2D5706753000> /System/Library/Frameworks/DiskArbitration.framework/Versions/A/DiskArbitration
    0xa8ff000 -  0xa913fe7  libbsm.0.dylib ??? (???) <14CB053A-7C47-96DA-E415-0906BA1B78C9> /usr/lib/libbsm.0.dylib
    0xa91c000 -  0xa929ff7  com.apple.NetFS 3.2.1 (3.2.1) <5E61A00B-FA16-9D99-A064-47BDC5BC9A2B> /System/Library/Frameworks/NetFS.framework/Versions/A/NetFS
    0xa932000 -  0xa93eff7  libkxld.dylib ??? (???) <322A4B52-8305-3081-6B74-813C3A87A56D> /usr/lib/system/libkxld.dylib
    0xa942000 -  0xa9fbfe7  libsqlite3.dylib 9.6.0 (compatibility 9.0.0) <16CEF8E8-8C9A-94CD-EF5D-05477844C005> /usr/lib/libsqlite3.dylib
    0xaa09000 -  0xaa31ff7  libxslt.1.dylib 3.24.0 (compatibility 3.0.0) <769EF4B2-C1AD-73D5-AAAD-1564DAEA77AF> /usr/lib/libxslt.1.dylib
    0xaa3c000 -  0xb22b557  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
    0xb2f3000 -  0xb4adfe3  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
    0xb507000 -  0xb568fe7  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
    0xb5a0000 -  0xb63bff7  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
    0xb662000 -  0xb712ff3  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
    0xb749000 -  0xb79aff7  com.apple.HIServices 1.8.0 (???) <10C85B88-C6AF-91DB-2546-34661BA35AC5> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/HIServices .framework/Versions/A/HIServices
    0xb7c4000 -  0xb7d5ff7  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
    0xb7e2000 -  0xb88affb  com.apple.QD 3.35 (???) <B80B64BC-958B-DA9E-50F9-D7E8333CC5A2> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/QD.framewo rk/Versions/A/QD
    0xb8b7000 -  0xb8cbffb  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
    0xb8d9000 -  0xb8d9ff7  com.apple.Accelerate 1.6 (Accelerate 1.6) <BC501C9F-7C20-961A-B135-0A457667D03C> /System/Library/Frameworks/Accelerate.framework/Versions/A/Accelerate
    0xb8dc000 -  0xb925fe7  libTIFF.dylib ??? (???) <9CFF48CC-4852-4D06-17AC-3C947C824159> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.fr amework/Versions/A/Resources/libTIFF.dylib
    0xb930000 -  0xb934ff7  libGIF.dylib ??? (???) <3ECD4D2C-40FE-E9A0-A2D2-E36D1C00D3A8> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.fr amework/Versions/A/Resources/libGIF.dylib
    0xb939000 -  0xb954ff7  libPng.dylib ??? (???) <36A3D75E-5178-4358-7F02-444E276D61AD> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.fr amework/Versions/A/Resources/libPng.dylib
    0xb95b000 -  0xb95dff7  libRadiance.dylib ??? (???) <AB06F616-E3EA-5966-029A-8AA44BBE5B28> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.fr amework/Versions/A/Resources/libRadiance.dylib
    0xb961000 -  0xb985ff7  libJPEG.dylib ??? (???) <5CE96981-6B2A-D15B-4A17-E7BD329095B6> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.fr amework/Versions/A/Resources/libJPEG.dylib
    0xb98c000 -  0xba69ff7  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
    0xba77000 -  0xba77ff7  com.apple.Accelerate.vecLib 3.6 (vecLib 3.6) <1DEC639C-173D-F808-DE0D-4070CC6F5BC7> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Ve rsions/A/vecLib
    0xba7a000 -  0xbabcff7  libvDSP.dylib 268.0.1 (compatibility 1.0.0) <3F0ED200-741B-4E27-B89F-634B131F5E9E> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Ve rsions/A/libvDSP.dylib
    0xbac5000 -  0xbb34ff7  libvMisc.dylib 268.0.1 (compatibility 1.0.0) <2FC2178F-FEF9-6E3F-3289-A6307B1A154C> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Ve rsions/A/libvMisc.dylib
    0xbb3d000 -  0xbf53ff7  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
    0xbf95000 -  0xc3caff7  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
    0xc550000 -  0xc642ff7  libcrypto.0.9.8.dylib 0.9.8 (compatibility 0.9.8) <D2C86308-F998-C83D-F49B-CD484D4EFE6A> /usr/lib/libcrypto.0.9.8.dylib
    0xc694000 -  0xc695ff7  com.apple.TrustEvaluationAgent 1.1 (1) <6C04C4C5-667E-2EBE-EB96-5B67BD4B2185> /System/Library/PrivateFrameworks/TrustEvaluationAgent.framework/Versions/A/TrustEvaluati onAgent
    0xc699000 -  0xc74fffb  libFontParser.dylib ??? (???) <067DC1A2-764B-41EA-B07E-4205472749B7> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framew ork/Versions/A/Resources/libFontParser.dylib
    0xc7df000 -  0xc817ff7  libcups.2.dylib 2.8.0 (compatibility 2.0.0) <76C02F5C-98FD-BD64-B5FB-C698FB76EA25> /usr/lib/libcups.2.dylib
    0xc824000 -  0xc844fe7  libresolv.9.dylib 41.0.0 (compatibility 1.0.0) <751955F3-21FB-A03A-4E92-1F3D4EFB8C5B> /usr/lib/libresolv.9.dylib
    0xc84e000 -  0xc892ff3  com.apple.coreui 2 (114) <29F8F1A4-1C96-6A0F-4CC2-9B85CF83209F> /System/Library/PrivateFrameworks/CoreUI.framework/Versions/A/CoreUI
    0xc8b1000 -  0xcc19ff7  com.apple.QuartzCore 1.6.2 (227.22) <4288F0D2-0C87-F054-C372-8764B44DE024> /System/Library/Frameworks/QuartzCore.framework/Versions/A/QuartzCore
    0xcce8000 -  0xcdc3fe7  com.apple.DesktopServices 1.5.7 (1.5.7) <A69072AD-C47E-A00D-4A69-6E46A7FB2119> /System/Library/PrivateFrameworks/DesktopServicesPriv.framework/Versions/A/DesktopService sPriv
    0xce0e000 -  0xcf3afff  com.apple.audio.toolbox.AudioToolbox 1.6.3 (1.6.3) <F0D7256E-0914-8E77-E37B-9720430422AB> /System/Library/Frameworks/AudioToolbox.framework/Versions/A/AudioToolbox
    0xcfa0000 -  0xcff0ff7  com.apple.framework.familycontrols 2.0.1 (2010) <B9762E20-543D-13B9-F6BF-E8585F04CA01> /System/Library/PrivateFrameworks/FamilyControls.framework/Versions/A/FamilyControls
    0xd007000 -  0xd019ff7  com.apple.MultitouchSupport.framework 204.13 (204.13) <F91A4E32-01AA-49DB-2205-3DBE1FEFFC43> /System/Library/PrivateFrameworks/MultitouchSupport.framework/Versions/A/MultitouchSuppor t
    0xd026000 -  0xd044ff7  com.apple.CoreVideo 1.6.1 (45.4) <E0DF044D-BF31-42CE-B690-FD1FCE07E64A> /System/Library/Frameworks/CoreVideo.framework/Versions/A/CoreVideo
    0xd05b000 -  0xd069ff7  com.apple.opengl 1.6.9 (1.6.9) <4F06C166-00CF-5ACF-77E3-5A960A5E8AD3> /System/Library/Frameworks/OpenGL.framework/Versions/A/OpenGL
    0xd071000 -  0xd0a2ff7  libGLImage.dylib ??? (???) <9340012D-595A-6243-9C97-7D30D76D9D9E> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLImage.dylib
    0xd0aa000 -  0xd0cbfe7  com.apple.opencl 12.1 (12.1) <DA2AC3FA-ED11-2D10-21E9-7BDF4778B228> /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL
    0xd0d4000 -  0xd0d8ff7  IOSurface ??? (???) <66E11D8E-CF4B-EFD0-37F9-20177C647021> /System/Library/Frameworks/IOSurface.framework/Versions/A/IOSurface
    0xd0e0000 -  0xd123ff7  libGLU.dylib ??? (???) <2093A1FB-67BD-39E0-CDE5-A97A77BDDBCE> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLU.dylib
    0xd131000 -  0xd13cff7  libGL.dylib ??? (???) <B87E0676-F5EF-8DA3-6DEE-13C43B3832A7> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib
    0xd14b000 -  0xd257ff7  libGLProgrammability.dylib ??? (???) <1B315838-F477-5416-7504-67EC3433AD4A> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLProgrammability.dyl ib
    0xd276000 -  0xd279ff7  libCoreVMClient.dylib ??? (???) <CA0BA8DC-0159-A808-A300-750358A6970C> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCoreVMClient.dylib
    0xd27e000 -  0xd282ff7  libGFXShared.dylib ??? (???) <2D32BDBF-C941-93FD-E233-F03D28DB9E94> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGFXShared.dylib
    0xd287000 -  0xd288ff7  com.apple.audio.units.AudioUnit 1.6.3 (1.6.3) <959DFFAE-A06B-7FF6-B713-B2076893EBBD> /System/Library/Frameworks/AudioUnit.framework/Versions/A/AudioUnit
    0xd28d000 -  0xd28dff7  com.apple.vecLib 3.6 (vecLib 3.6) <7362077A-890F-3AEF-A8AB-22247B10E106> /System/Library/Frameworks/vecLib.framework/Versions/A/vecLib
    0xd290000 -  0xd312ffb  SecurityFoundation ??? (???) <3670AE8B-06DA-C447-EB14-79423DB9C474> /System/Library/Frameworks/SecurityFoundation.framework/Versions/A/SecurityFoundation
    0xd349000 -  0xd34eff7  com.apple.OpenDirectory 10.6 (10.6) <92582807-E8F3-3DD9-EB42-4195CFB754A1> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/OpenDirectory
    0xd356000 -  0xd36eff7  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
    0xd37f000 -  0xd3ccfeb  com.apple.DirectoryService.PasswordServerFramework 6.0 (6.0) <BF66BA5D-BBC8-78A5-DBE2-F9DE3DD1D775> /System/Library/PrivateFrameworks/PasswordServer.framework/Versions/A/PasswordServer
    0xd3e8000 -  0xd40afef  com.apple.DirectoryService.Framework 3.6 (621.3) <05FFDBDB-F16B-8AC0-DB42-986965FCBD95> /System/Library/Frameworks/DirectoryService.framework/Versions/A/DirectoryService
    0xd414000 -  0xd424ff7  libsasl2.2.dylib 3.15.0 (compatibility 3.0.0) <C8744EA3-0AB7-CD03-E639-C4F2B910BE5D> /usr/lib/libsasl2.2.dylib
    0xd42b000 -  0xd42bff7  com.apple.Cocoa 6.6 (???) <EA27B428-5904-B00B-397A-185588698BCC> /System/Library/Frameworks/Cocoa.framework/Versions/A/Cocoa
    0xd42e000 -  0xd55cfe7  com.apple.CoreData 102.1 (251) <E6A457F0-A0A3-32CD-6C69-6286E7C0F063> /System/Library/Frameworks/CoreData.framework/Versions/A/CoreData
    0xd5c0000 -  0xd5c0ff7  liblangid.dylib ??? (???) <B99607FC-5646-32C8-2C16-AFB5EA9097C2> /usr/lib/liblangid.dylib
    0xd5c4000 -  0xd604ff7  com.apple.vmutils 4.2 (106) <834EA6B0-C91B-4CF1-ED3C-229C26459578> /System/Library/PrivateFrameworks/vmutils.framework/Versions/A/vmutils
    0xd61d000 -  0xd643fff  libssl.0.9.7.dylib 0.9.7 (compatibility 0.9.7) <32607000-7573-6D51-ABC3-420B4A0D6629> /usr/lib/libssl.0.9.7.dylib
    0xd652000 -  0xd707fe7  libcrypto.0.9.7.dylib 0.9.7 (compatibility 0.9.7) <0B69B1F5-3440-B0BF-957F-E0ADD49F13CB> /usr/lib/libcrypto.0.9.7.dylib
    0xd74d000 -  0xd754ff7  com.apple.agl 3.0.12 (AGL-3.0.12) <6877F0D8-0DCF-CB98-5304-913667FF50FA> /System/Library/Frameworks/AGL.framework/Versions/A/AGL
    0xdbfa000 -  0xdbfbff7  com.apple.textencoding.unicode 2.3 (2.3) <78A61FD5-70EE-19EA-48D4-3481C640B70D> /System/Library/TextEncodings/Unicode Encodings.bundle/Contents/MacOS/Unicode Encodings
    0xdfe3000 -  0xdfeeff7  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
    0xdffa000 -  0xdffbff7  ATSHI.dylib ??? (???) <A7A8E224-2579-BD3B-7281-86342D077252> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framew ork/Versions/A/Resources/ATSHI.dylib
    0x12961000 - 0x1297cff7  com.apple.OpenTransport 10.6.0 (10.6.0) <ECA6FEC6-5ECD-51BA-162F-CFC43899196A> /System/Library/PrivateFrameworks/OpenTransport.framework/OpenTransport
    0x12f00000 - 0x12f0efe7  libSimplifiedChineseConverter.dylib 49.0.0 (compatibility 1.0.0) <8F5FA7F7-840D-C5EF-C6E6-E2AF7CE43CD2> /System/Library/CoreServices/Encodings/libSimplifiedChineseConverter.dylib
    0x12f12000 - 0x12f24ff7  libTraditionalChineseConverter.dylib 49.0.0 (compatibility 1.0.0) <026B8702-B0A6-1D90-BBD6-AAAD2E14810D> /System/Library/CoreServices/Encodings/libTraditionalChineseConverter.dylib
    0x12f61000 - 0x12fcefff +com.DivXInc.DivXDecoder 6.6.0 (6.6.0) /Library/QuickTime/DivX Decoder.component/Contents/MacOS/DivX Decoder
    0x12ffa000 - 0x12ffaff7  libmx.A.dylib 315.0.0 (compatibility 1.0.0) <01401BF8-3FC7-19CF-ACCE-0F292BFD2F25> /usr/lib/libmx.A.dylib
    0x15668000 - 0x15718fe3  com.apple.QuickTimeImporters.component 7.6.6 (1742) <76B0E668-214A-AB71-AAB8-E39E7F227C9B> /System/Library/QuickTime/QuickTimeImporters.component/Contents/MacOS/QuickTimeImporters
    0x157bf000 - 0x157ccff7 +com.adobe.asneu.framework asneu version 1.6.2f01 (1.6.2) /Applications/Adobe Dreamweaver CS4/Adobe Dreamweaver CS4.app/Contents/Frameworks/asneu.framework/Versions/A/asneu
    0x157da000 - 0x157ddff7  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
    0x16100000 - 0x17050fe3  com.apple.QuickTimeComponents.component 7.6.6 (1742) /System/Library/QuickTime/QuickTimeComponents.component/Contents/MacOS/QuickTimeComponent s
    0x17341000 - 0x17478ff7  com.apple.CoreAUC 6.04.01 (6.04.01) <B6E035A9-8DA2-82FC-9C2F-F57B9B62BE5F> /System/Library/PrivateFrameworks/CoreAUC.framework/Versions/A/CoreAUC
    0x17487000 - 0x174c8ff7  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
    0x17700000 - 0x17701fe7  com.apple.carbonbundletemplate 10,0,0, 4117 (10,0,0) <7957A154-522F-454E-BB1B-2F6D7EAA131F> /Applications/Adobe Dreamweaver CS4/Configuration/JSExtensions/DWfile.bundle/Contents/MacOS/DWfile
    0x1777e000 - 0x177c5fc7 +com.adobe.adobe_caps adobe_caps 2.0.99.0 (2.0.99.0) /Applications/Adobe Dreamweaver CS4/Adobe Dreamweaver CS4.app/Contents/Frameworks/adobe_caps.framework/Versions/A/adobe_caps
    0x177d5000 - 0x177d9fe7  com.apple.carbonbundletemplate 10,0,0, 4117 (10,0,0) <18FACE4D-1357-4C6A-82B5-B2AE123B7FE5> /Applications/Adobe Dreamweaver CS4/Configuration/JSExtensions/SWFFile.bundle/Contents/MacOS/SWFFile
    0x177e0000 - 0x177e0ff3  com.apple.carbonbundletemplate 10,0,0, 4117 (10,0,0) <CDD3D9D6-C7DE-4D79-A4EF-10F570500100> /Applications/Adobe Dreamweaver CS4/Configuration/JSExtensions/MM.bundle/Contents/MacOS/MM
    0x181bb000 - 0x181ecff3  libTrueTypeScaler.dylib ??? (???) <7601D717-236D-8F4E-91F5-E69BB2920478> /System/Library/Frameworks/ApplicationServices.framework/Frameworks/ATS.framework/Resourc es/libTrueTypeScaler.dylib
    0x1882d000 - 0x18bacfe3  com.apple.RawCamera.bundle 3.0.3 (529) <68958A8F-F1AC-A73C-3172-BC17F18EC5FC> /System/Library/CoreServices/RawCamera.bundle/Contents/MacOS/RawCamera
    0x18c23000 - 0x18cf4fe3  ColorSyncDeprecated.dylib 4.6.0 (compatibility 1.0.0) <8FDB4C40-D453-DA53-2A66-9A53998AB23C> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ColorSync. framework/Versions/A/Resources/ColorSyncDeprecated.dylib
    0x18d32000 - 0x18dd3fc3 +com.adobe.amt.services AMTServices 2.0.1.10077 (BuildVersion: 53.352460; BuildDate: Tue Jul 29 2008 16:31:09) (2 . 0) <31E82904-C3C2-424E-A1AE-A5EFADBB19B8> /Applications/Adobe Dreamweaver CS4/Adobe Dreamweaver CS4.app/Contents/Frameworks/amtservices.framework/Versions/A/amtservices
    0x18ec2000 - 0x18eecff7  com.apple.shortcut 1.1 (1.1) <B0514FA9-7CAE-AD94-93CA-7B2A2C5F7B8A> /System/Library/PrivateFrameworks/Shortcut.framework/Versions/A/Shortcut
    0x18f05000 - 0x18f0fff7  com.apple.HelpData 2.0.4 (34) <9128FFEB-0F6C-B273-FCF4-D87A20227345> /System/Library/PrivateFrameworks/HelpData.framework/Versions/A/HelpData
    0x18f18000 - 0x18f4efff  libtidy.A.dylib ??? (???) <DDFAB560-3883-A6A2-7BDD-D91730982B48> /usr/lib/libtidy.A.dylib
    0x18fe1000 - 0x18fe4fe7  libLatinSuppConverter.dylib 49.0.0 (compatibility 1.0.0) <D7E95532-C232-C492-6670-49FF18E6DE45> /System/Library/CoreServices/Encodings/libLatinSuppConverter.dylib
    0x18ff5000 - 0x18ffbff7  libCGXCoreImage.A.dylib 543.50.0 (compatibility 64.0.0) <94F66BA6-A4E8-63A4-1B70-EFAA4C75D668> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphi cs.framework/Versions/A/Resources/libCGXCoreImage.A.dylib
    0x19002000 - 0x19025fe7  GLRendererFloat ??? (???) <D71788AA-645A-02CF-201F-E44F073F98D7> /System/Library/Frameworks/OpenGL.framework/Resources/GLRendererFloat.bundle/GLRendererFl oat
    0x1905f000 - 0x1909afeb  libFontRegistry.dylib ??? (???) <A102F61F-25D5-001A-20C3-56304C585072> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framew ork/Versions/A/Resources/libFontRegistry.dylib
    0x19263000 - 0x1943eff3  libType1Scaler.dylib ??? (???) <6FBA8250-3271-6ED4-052D-E27C2136E38F> /System/Library/Frameworks/ApplicationServices.framework/Frameworks/ATS.framework/Resourc es/libType1Scaler.dylib
    0x1d237000 - 0x1d25ffde  com.apple.carbonbundletemplate 3.0.2,4117 (3.0.2) <7C3ADFE8-95FD-4BD8-8FFD-D10D4BF3307B> /Applications/Adobe Dreamweaver CS4/Configuration/JSExtensions/MMNotes.bundle/Contents/MacOS/MMNotes
    0x1d286000 - 0x1d2c6ff3  com.apple.carbonbundletemplate 1.0.0,4117 (1.0.0) <31E9CA63-E135-4B82-BCB4-051CD780E7A1> /Applications/Adobe Dreamweaver CS4/Configuration/JSExtensions/classes/JSBridge.bundle/Contents/MacOS/JSBridge
    0x1d2f7000 - 0x1d320fe3  com.apple.audio.CoreAudioKit 1.6.1 (1.6.1) <7FFBD485-5251-776A-CC44-4470DD84112B> /System/Library/Frameworks/CoreAudioKit.framework/Versions/A/CoreAudioKit
    0x1d3ed000 - 0x1d3fcfff  com.apple.carbonbundletemplate 10,0,0, 4117 (10,0,0) <FEEA0498-F24E-41A1-B9B9-68E6054DC62B> /Applications/Adobe Dreamweaver CS4/Configuration/JSExtensions/TSL.bundle/Contents/MacOS/TSL
    0x1f3b4000 - 0x1f435fd3 +com.adobe.PlugPlug 1.0.0.73 (1.0.0.73) <94DC7574-C53D-4735-B765-16CC98D52FE1> /Applications/Adobe Dreamweaver CS4/Configuration/JSExtensions/PlugPlug.bundle/Contents/MacOS/PlugPlug
    0x1f4cd000 - 0x1f4f0ff7 +CSI-Launcher.dylib ??? (???) /Library/Application Support/Adobe/CS4ServiceManager/CSI-Launcher.dylib
    0x1f709000 - 0x1fdabfef +com.macromedia.Flash Player.authplaylib 10.0.2.31 (1.0.1d333) <E0851D48-16C9-4BDC-B3A7-7BAC9E7638F5> /Applications/Adobe Dreamweaver CS4/Adobe Dreamweaver CS4.app/Contents/Frameworks/AdobeOwl.framework/Resources/AuthPlayLib.bundle/Contents/MacO S/AuthPlayLib
    0x20000000 - 0x20098fe7  edu.mit.Kerberos 6.5.10 (6.5.10) <8B83AFF3-C074-E47C-4BD0-4546EED0D1BC> /System/Library/Frameworks/Kerberos.framework/Versions/A/Kerberos
    0x33dcb000 - 0x33f42fe7  GLEngine ??? (???) <0FC1F7CA-5C84-A7F6-105B-169383B50A94> /System/Library/Frameworks/OpenGL.framework/Resources/GLEngine.bundle/GLEngine
    0x342d7000 - 0x34759fe3 +AdobeLM_libFNP.dylib ??? (???) <02E9AC76-9CC6-4974-AF05-48E737C2CC20> /Applications/Adobe Dreamweaver CS4/Adobe Dreamweaver CS4.app/Contents/Frameworks/amtlib.framework/Versions/A/AdobeLM_libFNP.dylib
    0x34883000 - 0x348b4fe3 +com.adobe.amt.registration AMTRegistration 2.0.1.10077 (BuildVersion: 53.352460; BuildDate: Tue Jul 29 2008 16:31:09) (2 . 0) /Applications/Adobe Dreamweaver CS4/Adobe Dreamweaver CS4.app/Contents/Frameworks/registration.framework/Versions/A/registration
    0x348ed000 - 0x34949ff2 +AdobeUpdater ??? (???) <064CFAA4-1CAF-46E3-BEBF-04948641C927> /Applications/Adobe Dreamweaver CS4/Adobe Dreamweaver CS4.app/Contents/Frameworks/AdobeUpdater.framework/Versions/A/AdobeUpdater
    0x34b23000 - 0x34bb1fcb  com.apple.carbonbundletemplate 1.0 (1.0) <1438FF80-CBD7-4B27-9C15-ED04D593BC92> /Applications/Adobe Dreamweaver CS4/Configuration/KnowledgeEngines/JS_KnowledgeEngine.bundle/Contents/MacOS/JS_KnowledgeE ngine
    0x39300000 - 0x39705fe7  libclh.dylib 3.1.1 C  (3.1.1) <4A445142-1AD3-2F3C-FF95-E835B49B33DE> /System/Library/Extensions/GeForceGLDriver.bundle/Contents/MacOS/libclh.dylib
    0x40000000 - 0x400ae030 +AdobeJP2K ??? (???) /Applications/Adobe Dreamweaver CS4/Adobe Dreamweaver CS4.app/Contents/Frameworks/AdobeJP2K.framework/Versions/A/AdobeJP2K
    0x64b00000 - 0x64b07ff3  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
    0x8f050000 - 0x8f711fef  com.apple.GeForceGLDriver 1.6.18 (6.1.8) <2E4BD283-8E9B-6AB7-2945-F92F5015DA02> /System/Library/Extensions/GeForceGLDriver.bundle/Contents/MacOS/GeForceGLDriver
    0x8fe00000 - 0x8fe4162b  dyld 132.1 (???) <A4F6ADCC-6448-37B4-ED6C-ABB2CD06F448> /usr/lib/dyld
    0xb0000000 - 0xb0006ff8  com.apple.carbonframeworktemplate 1.3 (1.3.12) /Applications/Adobe Dreamweaver CS4/Adobe Dreamweaver CS4.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
    0xfa100000 - 0xfa192fe3  com.apple.print.framework.PrintCore 6.2 (312.5) <7729B4D7-D661-D669-FA7E-510F93F685A6> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/PrintCore. framework/Versions/A/PrintCore
    0xffff0000 - 0xffff1fff  libSystem.B.dylib ??? (???) <3441F338-2218-6D36-3F95-3A16FBF6713D> /usr/lib/libSystem.B.dylib
    Model: MacPro3,1, BootROM MP31.006C.B05, 8 processors, Quad-Core Intel Xeon, 2.8 GHz, 6 GB, SMC 1.25f4
    Graphics: NVIDIA GeForce 8800 GT, NVIDIA GeForce 8800 GT, PCIe, 512 MB
    Memory Module: global_name
    Bluetooth: Version 2.3.3f8, 2 service, 19 devices, 1 incoming serial ports
    Network Service: Ethernet 1, Ethernet, en0
    Network Service: Ethernet 2, Ethernet, en1
    PCI Card: NVIDIA GeForce 8800 GT, Display, Slot-1
    Serial ATA Device: WDC WD5000AAKS-60YGA1, 465,76 GB
    Serial ATA Device: ST3200822AS, 186,31 GB
    Parallel ATA Device: OPTIARC DVD RW AD-7170A
    USB Device: Hub, 0x05ac  (Apple Inc.), 0x911c, 0xfd500000
    USB Device: Keyboard Hub, 0x05ac  (Apple Inc.), 0x1006, 0xfd510000
    USB Device: Apple Keyboard, 0x05ac  (Apple Inc.), 0x0221, 0xfd512000
    USB Device: Apple Cinema HD Display, 0x05ac  (Apple Inc.), 0x921c, 0xfd520000
    USB Device: My Book, 0x1058  (Western Digital Technologies, Inc.), 0x1101, 0xfd400000
    USB Device: AK5370, 0x0556, 0x0001, 0x3d100000
    USB Device: Datacolor Spyder3, 0x085c, 0x0300, 0x1d100000
    USB Device: Bluetooth USB Host Controller, 0x05ac  (Apple Inc.), 0x8206, 0x5d200000
    FireWire Device: built-in_hub, Up to 800 Mb/sec
    FireWire Device: unknown_device, Unknown

Maybe you are looking for

  • Newbie question: saving jpeg files in indesign document

    hi there, i'm rather new to indesign and i can't get this thing to work: whenever i place a jpeg image (or for that matter, any other image format) into an indesign document and later move the jpeg file to a different location on my harddrive and the

  • FM to convert character type to hexadecimal type

    I have to make an object unicode compliant . in the object the password is created using paskey and bcode. Bcode contains all alphanumeric or alphabets. and paskey is numeric. to create password passkey and bcode are subtracted bit by bit. now the pr

  • OBIEE 11G  11.1.1.6.0 installation error

    Hi, I am trying to install 11g and I am hitting this error. Windows 64 bit. I tried cleaning up the repository by dropping it and recreating and then installing, but still I am stuck at 47% and I am getting the following message "Installation Failed"

  • ...And I Thought it Would Never Happe

    I've had my black zen micro for six months now and I've been reading about the well known headphone jack problem, although I just brushed you all off as being careless :P!!!!!!!! But nope, boy was wrong ! Just walking to work one day I started to get

  • Can't erase pictures from my phone

    I recently purchased a Samsung Intensity II. I tried to download some pics off my computer on to my phone. The pics showed up with white boxes with red x's in the middle. I've been trying to erase them from my phone and it says they are being erased