Dreamweaver cs4 or mx2004 may built .war or .jar files for deployment in a jsp server (Tomcat) ? If no, and use Dreamweaver  how do these files ?

Dreamweaver cs4 or mx2004 may built .war or .jar files for deployment in a jsp server (Tomcat) ? If no, and use Dreamweaver  how do these files ?

if I use Eclipse IDE for compilation[make *.war & *.jar files from *.java like claimBeans.java], I must use also Eclipse for upload/deploy ? Or for upload ONLY I may use and dreamweaver ? The jsp section of dreamweaver, is for app not require compilation, like from Code from:JSP STANDARD TAG LIBRARY , only ?
Basically whatever I may do with "JavaBeans", "Servlets" etc (*.java files) needed to get compiled, I may also do it with JSP STANDARD TAG LIBRARY etc NOT NEEDED Compilation, so if I do not understand how to compile&deploy *.war & *.jar files , I may use instead the latter way ?

Similar Messages

  • This may sound like a stupid question,,,but can i downlaod other programmes to my ipad, and use them like i would on a pc/net book ?

    this may sound like a stupid question,,,but can i downlaod other programmes to my ipad, and use them like i would on a pc/net book ?

    No.
    It is not a replacement for a computer.
    It mirrors the selected content of your computer.
    The only programs that can be loaded on an ipad are those found in the app store.

  • Unable to run war and jar when both deployed on the same server

    hi,
    i getting errors viz,(LogInterceptor,EJBException in method(bean classes).ihave deployed jar successfully on the Jboss server4,and i am able to excute a simple jsp file (which call the bean from jboss) from Tomcat server where i have put my client file.But if i try to put both the same war file in the jboss and then try to excute .It doesn't execute but pops above error .What is the reason????

    Stack trace please.

  • Template url problem in Dreamweaver CS4

    Hi there,
    Thank you very much for reading this post.  I am having a problem with templates in Dreamweaver CS4, I am following the correct procedures to build a template, but when I link the pages together and update the template, the url has not been changed/updated on the child pages.
    Here is an example:
    Template:
    ../content/section/pagename.html
    Child Page:
    /section/pagename.html
    Missing out the first part of the link, when the pages are loaded, obviously, they are not going to the correct part of the website
    Please, can anybody give me some advice, as this problem is very quickly, driving me mad.
    Thank you.
    John

    I observe this problem too on my Vista x64 machine with CS4
    using dual monitors and split code/design views, and have found
    others who have this problem by searching Google.
    Description of problem: Roughly 50% of the time, when
    switching between files (regardless of type) and trying to select a
    block of code with my mouse (dragging over some code with the left
    button), it appears to work normally (the intended code is
    highlighted). However, when then attempting to CTRL-C (cut) or
    paste, the selected code instantly changes to a much larger block
    of code (usually selecting a specific div block or something). The
    cut or pasted code is then the larger (unintended) block of code.
    Once the code view selection works for a particular file
    (either it worked from the start or I poked at it long enough to
    work), it seems to remain working until switching to another file
    and then returning.
    Also, Dreamweaver CS3 didn't have this problem, so it's CS4
    only.
    This is a workflow nuisance much like a word-processor
    deciding to insert a % character randomly every 10 seconds while
    typing.
    I found a Google groups thread
    here
    in which a poster writes that deleting the Dreamweaver
    configuration file fixes this temporarily (the problem eventually
    shows up again, and you lose all your customizations by doing
    this). The posters in this thread also describe the same problem
    with other hardware configurations.
    My current workaround is to type return then backspace when
    dropping in to the code-view of another file--kind of a pain, but
    at least predictable. I also tried avoided the issue by: (a)
    selecting something in the design view and then selecting something
    in the code view, and/or (b) telling Dreamweaver to show the
    "element view" (right click in design view, element view, Full),
    but this latter action may be superfluous.
    I'd be very interested if someone were to post a simple fix
    for this problem.
    thanks!
    JP
    PS. David: I've learned a lot from your books. Thanks for
    writing them!

  • Preview versus Real View Not the Same, Site Definition Errors - Dreamweaver CS4

    I am having trouble working on sites where it seems that Dreamweaver wants me to specify different file locations for various "includes" depending on whether I want to view the site as a preview (F12) vs. on a local test server vs. on the real website server.  Note I am using Dreamweaver CS4 (ver. 10) on Windows, my local test server is Apache running via an Xampp installation on Windows, and my production server is also Apache, running at Hostgator.  I am building a fairly basic html site using SSI via SHTML files, rather than PHP or a more sophisticated method.  Here is what seems to be happening:
    1.  In my index.shtml file I call, for example, a subheader file called "header-nosub-menu.inc.htm."  I have my site definitions set to "relative to document root."  Using the insert -> SSI command, Dreamweaver links to the file with the following: My first problem is that, as specified, the subheader.menu.inc.htm file is not found and the preview gives me an error.  I get the same error if i try to display the file on my local test server (http://localhost/domainname).  However, if I upload the file to my production server, it seems to work fine.  If I change the include command to: #include virtual="./includes/subheader.menu.inc.htm," by manually inserting the "./" to change the directory reference, then the file seems to work in all three situations  Which is the correct directory specification, and why is Dreamweaver not generating it automatically?
    While I can make the manual changes in the directory specifications, I am concerned that if Dreamweaver is making an error in this instance, it may generate more serious problems that are harder to find later.
    2. The second issue seems to involve the Site Definition file configuration.I get an error message when I set up my site definition in what seems to be the correct way, specifically, using the following specifications:
    Local Root folder:  "C:\htdocs\domainname-dev\"
    http address:   "http://www.domainname/"
    testing server folder:  "C:\htdocs\domainname-dev"
    url prefix:  "http://localhost/domainname-dev"
    The error message is: "The site url prefix for the testing server does not match the site url prefix specified in the http address for the site."
    However, when I change the testing server url prefix to one that does not yield an error message ("http://localhost") I then have problems with the preview (F12) display.  Specifically, instead of a preview request generating the following url: "http://localhost/domainname-dev/TMPm393xnclqu.shtml" I find that it generates the following: "http://localhost/TMPm393xnclqu.shtml"  The so called incorrect definition seems to be the correct one, but  why is Dreamweaver not recognizing it as such?  Am I making a error somewhere else in my configuration?
    I would appreciate any assistance that anyone here can provide,
    Thanks,
    http://localhost/

    except for the Apache virtual host configuration, which I do not see a need for
    I wasn't suggesting that you use virtual hosts (although I have defined about 50 virtual hosts on my own development machine). I was trying to understand the url you listed:
    http://www.domainname/
    Without a virtual host definition, that would have no meaning and could not point to anything, unless you simply were leaving off the TLD in the example. (.com, .net, etc)
    I often use the PHP $_SERVER superglobal to define paths and handle differences between the development environment and the remote server environment. Examples:
    DOCUMENT_ROOT: D:/ZendServer/Apache2/htdocs/website/ranch (machine path)
    REQUEST_URI: /topic/calendar (url parameters)
    SCRIPT_NAME: index.php
    HTTP_REFERER: (the url of the script preceding the current script)
    HTTP_HOST: (this is the domain name. It is very useful for distinguishing between the local and remote environments)
    COMPLETE EXAMPLE:
    echo "<p><a class='noPrint' href='".$_SERVER['HTTP_REFERER']."'>RETURN TO PREVIOUS PAGE</a></p>";

  • 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 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

  • Scroll bars on tables in dreamweaver CS4

    hi all, please help, have done this before but some evades me now, need to do scroll bars on a table where the content is much longer than the page intended, please assist am using adobe dreamweaver CS4, would greatly appreciate, urgent

    I think you would be much better off if you posted your question in the appropriate Dreamweaver forum, which you may find here:
    http://forums.adobe.com/community/dreamweaver
    This forum is only for discussing the forums themselves.

  • Issues editing Layouts using Dreamweaver CS4 (ShopOnline)

    Hi Everyone,
    I am having Issues editing Layouts using Dreamweaver CS4 (ShopOnline). May be someone has encounter this problem. When I open the large_product.html in dreamweaver (after installing the extension for BC) the file opens, but when I go to the property inspector, I can not modify any of the css rules currently defined and no css is linked to this file. I looked at all the available css's and I could not find any with the defined rules in this page.
    I need help. Thanks.

    It must be a module template layout that is being used.  If you're on the latest interface it's under
    Site Manager > Module Templates > Online Shop Layouts >  Individual Product (small or large)
    and if you're on the older interface it's
    Ecommerce > Products > Advanced Layout customization (under the “related” box at the bottom right)

  • Dreamweaver CS4 stopped with Mac Upgrade

    I just bought a new Macbook pro with Yosemite. I migrated all files
    as per a normal upgrade.
    Most of my software is working.
    But Dreamweaver CS4 won't start up, giving this error message:
    "No document types have been found in the
    Configuration/DocumentTypes/ folder.  The
    MMDocumentTypes.xml file may be missing or
    corrupted. The application will exit now."
    What to do?

    Hi:  Thanks.  Your advice might have helped.  In the mean time I upgraded to Dreamweaver CC 2014.1.  That didn't work either.  But with half an hour with a nice guy from New Delhi "Prabs" and with my network admin, we got Dreamweaver connected and working again.  And, forgunately, my school seems to have a site license now, so it won't cost me.
    Thanks for your help, which probably would have worked in the end.

  • HELP DREAMWEAVER CS4 NOT SHOWING SWF FILES

    I have a presentation in 2 days in Tokyo. And I'm panicking.
    I'm on am Intel Mac OS X 10.4.11.
    I have the latest version of Flash Player 10 installed. (Not the brand new beta version).
    I created a great website in Dreamweaver MX a few years ago.
    I never had ANY issues with .swf files displaying until using Dreamweaver CS4.
    I updated my photography portfolios in Adobe Bridge, and used Dreamweaver CS4 to link the updates.
    NOTHING MORE THAN THAT!
    Then, NONE of the .swf files that were always viewable are showing.
    There is absolutely NO Flash content showing on any page of the site now.
    Not even in browser view in Safari, or Firefox.
    I uploaded the files along with the newly created SCRIPTS folder to my server, and still no .swf files are viewable.
    These are NOT FLV files they are .swf files that were imbedded properly, and were always viewable. Until now.
    I have to go to Tokyo in two days and give a presentation of this site.
    What is the problem?
    The attached files show the view in Dreamweaver CS4. The view in Safari, and the view in Firefox.
    I'm screwed for a desperately needed job in Tokyo if I can't get this fixed ASAP.
    Please help.

    i think you are on to something here. but i am not sure how to go about fixing this.
    are you saying the "../s
    should be replaced with "S
    where is this code located? in the source code of each page that has the swf files? i should replace it with the correct version you copy and pasted? and that should resolve the problem?
    big thanks if this is the issue.
    <script src="../scripts/AC_RunActiveContent.js" type="text/javascript"></script>
    The correct link to that file would be this -
    <script src="Scripts/AC_RunActiveContent.js" type="text/javascript"></script>
    Note the "S" in place of the "s".  *nix servers are case sensitive.

  • 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.

  • Hi..............I have a new Creative Cloud registration and have bought the new Dreamweaver CC but I cannot seem to down load it? My Creative Cloud has downloaded but not my new Dreamweaver CC?  I currently have the old Dreamweaver CS4 on my system! Can

    Hi..............I have a new Creative Cloud registration and have bought the new Dreamweaver CC but I cannot seem to down load it? My Creative Cloud has downloaded but not my new Dreamweaver CC?  I currently have the old Dreamweaver CS4 on my system! Can anyone help?

    The first thing you need to do is download and install the Creative Cloud Desktop Application. Then, open that program and click on the Apps tab. You download and install creative cloud applications from there.
    If your computer doesn't meet the minimum requirements to run a given program, it won't show up under the Apps tab.
    Once they are installed, you'll need to go to your Applications folder (Mac) or Program Files (x86) folder (PC) to start the program itself.

  • Dreamweaver CS4 Preview Different Than Live?

    Hi,
    I need help/guidance figuring this out:
    when the page is displayed in Dreamweaver CS4 design view the top menu is aligned properly, the font size is according to the CSS code and all other tags like H2 or H4 are properly displayed
    same when I choose to see the new page in "Preview In Browser" (F12) in Firefox or Safari (I'm on Mac Book)
    if I choose to preview the new page on "Live View" or after uploading to the server and view it in any browser suddenly the top menu is left aligned and all H tags are not displayed correctly.
    This is a new development so the URL is on the hosting server as an IP: http://65.254.68.145
    I tested with W3C and it passed.
    Any pointers are appreciated.
    Thanks,
    Joseph

    Thanks SnakEyez02 for your reply,
    Most of the time I use "Preview in Browser" or [F12] and that shows me the same as the design view which in this case is different than actually viewing the page on the web server (live). I do understand your point for setting dimensions on the menu box and I'l do those changes, but maybe you can also give me your opinion for the H2 tags, as you can see in the 2 images attached to the original post, bellow the menu there are H2, H3 and H4 tags and they look different as well, it's like only part of the style.css is applied.
    Thanks,
    Joseph

  • Localhost dreamweaver cs4 for mac xampp

    hello I have xampp installed on my mac (os 10.4) and have just installed DW CS4.  Using an ancient version of DW (version 6 ) I was able to connect to my localhost no problem.  It is located on the local root folder (usr:Applications:xampp:xamppfiles:htdocs:test:) and URL prefix for the testing server is http://localhost/test/ and everything works ok.  However in DW CS4 I get stuck at the prompt which asks me "What URL would you like to use to browse to the root of your site?" and entering http://localhost/ doesn't work, neither does http://localhost/test/ (the location of my php files) nor does http://localhost/test/helloWorld.php nor does any other crazy combination I've tried.
    The error message received when clicking "Test URL" is the following: Dreamweaver cannot use the prefix you entered to display live data. Please double-check your site configuration or click on Help etc etc" clicking on help doesn't really do the trick.
    Perhaps CS4 doesn't like XAMPP?
    Hopefully the fix is something relatively simple.
    Thanks

    XAMPP on a Mac is relatively unusual. For a long time, it was marked as experiental and "use at your own risk". Most Mac users opt for MAMP. Anyway, if it's working satisfactorily, the principle of defining a testing server is the same for both XAMPP and MAMP.
    Rather than use the Basic site set up, I suggest you click the Advanced button at the top of the Site Definition dialog box, and follow the instructions here: http://www.adobe.com/devnet/dreamweaver/articles/setting_up_php_05.html.

Maybe you are looking for

  • New Mac OS Server on network, Windows box can't see other Macs anymore

    I just put a Mac mini server on my network and the only services I have enabled are SMB, AFP and Open Directory. Before I put the server on the network (and if I turn the server off) the Windows 7 Pro machine I have on the network used to be able to

  • Pushpins not showing in preview and hence not showing on embedded map

    have imported KLM file OK after finding import only works in internet explorer but when i click share and look at preview the pushpins aren't  showing and the same when i embed into website just the base map . Have i missed a process ?

  • Livecycle Designer v. Omni Form

    I need to know of any possible advantages of using Adobe Livecycle in creating forms versus using Omni form. Can anyone provide me with an objective view? Thanks!

  • Looking for a glossary split up script

    Hello, I'm a novice to AppleScript and I'm looking for a script that will be useful for me as a translator: a script to split up a glossary with source-side alternatives, separated by semicolons. As a matter of fact I'm not sure whether this is somet

  • 10.1.2.3 Developer Suite patch problem

    I've successfully updated our server with patch 10.1.2.3. I'm now trying to update my windows xp workstation that has Developer Suite Version 10.1.2.0.2. Every time I try to install the patch an error displays telling me the following: "The following