File Causing Dreamweaver Crash

I have a file that is causing Dreamweaver CS3 Windows to
crash when in design view. I've tried it on a friend's machine
(also has CS3), and same result. File works fine on the web, and I
can edit it in code view with no problem. I am assuming something
is the CSS code isn't right, but I can't imagine what would cause
Dreamweaver to blow up. It should be noted that if I remove all but
TWO of the items contained within <div
class="auction"></div>, that fixes it. But if I add
another <div>, boom! I can't figure it out and it's making me
nuts. Here is the style sheet:
body, ul, li, a, img, h1 {
margin: 0;
body {
background: #E6E2CE;
text-align: center;
color: #403F39;
padding: 0;
font-family: "Trebuchet MS", Arial, Helvetica, Verdana,
sans-serif;
font-weight: normal;
h1 {
font-family: Georgia, "Times New Roman", Times, serif;
font-size: medium;
color: #807E73;
padding-bottom: 15px;
h2 {
font-family: Georgia, "Times New Roman", Times, serif;
font-size: small;
color: #403F39;
.indent {
padding: 20px 0 0 60px;
.highlight {
font-weight: bold;
.highlight-color {
font-weight: bold;
color: #981B1E;
.caption {
font-size: x-small;
a:link {
color: #403F39;
a:visited {
color: #981B1E;
a:hover {
color: #807E73;
a:active {
color: #403F39;
.tagline {
font-size: medium;
font-family: "Trebuchet MS", Arial, Helvetica, Verdana,
sans-serif;
font-weight: bold;
color: white;
.tagline-sub {
color: white;
font-size: x-small;
font-weight: bold;
.main-copy {
padding: 0 60px 0 60px;
font-family: Georgia, "Times New Roman", Times, serif;
font-size: medium;
line-height: 150%;
img.toplogo {
border-style: none;
width: 231px;
height: 65px;
img.thumb {
float: left;
margin: 0 15px 10px 0;
border: 1px solid #807E73;
width: 125px;
height: 80px;
img.poster {
margin: 0;
padding: 0;
border: 1px solid #807E73;
height: 233px;
width: 180px;
img.brofull {
width= 475px;
height= 615px;
border: 1px solid #807E73;
img.brofullh {
width= 475px;
height= 367px;
border: 1px solid #807E73;
img.brothumb {
width= 100px;
height= 129px;
border: 1px solid #807E73;
img.brothumbhz {
height= 100px;
width= 129px;
border: 1px solid #807E73;
img.brochure {
height: 259px;
width: 200px;
border: 1px solid #807E73;
img.brochure a:link {
text-decoration: none;
border: none;
img.proppic {
border: 1px solid #807E73;
width: 500px;
height: 369px;
img.proppicvert {
border: 1px solid #807E73;
width: 369px;
height: 500px;
img.moreInfo {
float: right;
margin: 0 15px 10px 0;
border: 1px solid #807E73;
width: 80px;
height: 12px;
/** TOP BANNER **/
#top-container {
margin: 0;
padding: 0;
background: black url(images/top-wrapper_bg.gif) repeat-x;
height: 68px;
#top {
width: 780px;
margin: 0 auto;
#top-left {
float: left;
text-align: left;
#top-right {
float: left;
padding: 0 0 0 100px;
margin: 0;
text-align: center;
/** END OF TOP BANNER **/
/** TOP NAVIGATION **/
#navcontainer ul {
text-align: center;
padding: 5px 0 5px 0;
margin-top: 0;
/* cancels gap caused by top padding in Opera 7.54 */
margin-left: 0;
background: #807E73 url(images/nav_bg1.gif) repeat-x;
font-size: small;
width: 100%;
font-family: Georgia, "Times New Roman", Times, serif;
line-height: 18px;
/* fixes Firefox 0.9.3 */
border-bottom: 1px solid orange;
#navcontainer ul li {
display: inline;
padding: 5px 0 5px 0;
/* matches link padding except for left and right */
#navcontainer ul li a {
padding: 0.5em 0.6em 0.5em 0.6em;
color: white;
text-decoration: none;
border-right: 1px solid #807E73;
#navcontainer ul li a:hover {
color: #403F39;
text-decoration: underline;
#navcontainer #current {
color: #403F39;
padding: 0.5em 0.6em 0.5em 0.6em;
text-decoration: none;
border-right: 1px solid #807E73;
.left {
border-left: 1px solid #807E73;
#breadcrumbs {
width: 100%;
font-size: x-small;
padding: 2px 0 2px 0;
border-bottom: 1px dotted #bfbcac;
#breadcrumbs-no-line {
width: 100%;
font-size: x-small;
padding: 2px 0 2px 0;
/** END OF TOP NAVIGATION **/
/** MAIN CONTENT **/
#content-container {
width: 780px;
margin: 0 auto;
padding: 0;
font-size: small;
text-align: left;
#content-left {
float: left;
width: 220px;
margin: 0;
padding: 0 5px 0 15px;
#content-right {
float: left;
width: 520px;
margin: 0;
padding: 0 0 0 15px;
background: #FFFBE5;
#content-right-1 {
float: left;
width: 170px;
margin-right: 5px;
#content-right-2 {
float: left;
width: 300px;
margin: 0;
padding: 0 5px 0 10px;
border-left: 1px dotted #bfbcac;
.container {
min-height: 600px;
height: auto;
/* for Internet Explorer*/
* html .container {
height: 600px;
.content-box {
float: left;
padding: 20px 0 0px 0;
.content-box-2 {
float: left;
padding: 5px 0 0px 0;
#mailbox {
font-size: small;
padding-right: 10px;
margin: 0;
border-bottom: 1px dotted #bfbcac;
.auction {
border-bottom: 1px dotted #bfbcac;
float: left;
padding: 5px;
margin: 5px 5px 5px 0;
width: 95%;
.container-headline {
text-align: center;
padding: 10px 0 5px 0;
margin: 0;
border-bottom: 1px solid #bfbcac;
/**.container-headline {
text-align: center;
padding: 10px 0 5px 0;
margin: 0;
border-bottom: 1px solid #bfbcac;
border-top: 1px solid #bfbcac;
background-color: #bfbcac;
#content-photo {
float: right;
margin: 10px 30px 10px 10px;
#content-left ul {
font-family: Georgia, "Times New Roman", Times, serif;
font-size: small;
list-style-type: none;
#content-left li {
line-height: 120%;
ul.items {
padding: 0 0 0 10px;
margin: 0;
list-style-image: none;
list-style-type: disc;
ul.summary {
padding: 0 0 0 25px;
margin: 0;
list-style-image: url(images/redBullet.jpg);
list-style-position: outside;
#content-right-1 li {
padding-bottom: 10px;
/** END OF MAIN CONTENT **/
/** PHOTO GALLERY **/
#gallery {
float: left;
margin: 0;
padding: 15px;
width: 70%;
.classicthumbv {
float: left;
padding: 10px 20px 10px 0;
width: 140px;
height: 200px;
.classicthumbh {
float: left;
padding: 10px 20px 10px 0;
width: 140px;
height: 200px;
/** END OF PHOTO GALLERY **/
/** FOOTER **/
#footer-container {
clear: both;
width: 100%;
margin: 0;
font-size: x-small;
padding: 25px 0 5px 0;
text-align: center;
border-top: 1px dotted #bfbcac;
#footer-container a {
#footer-container a:hover {
#footernav li {
display: inline;
list-style-type: none;
padding-right: 20px;
/** END OF FOOTER **/
.highlight-blue {
font-weight: bold;
color: #0066CC;
.highlight-green {
font-weight: bold;
color: #009900;
font-style: italic;
font-size: medium;
.col2head {
font-size:11pt;
font-weight:bold;
.col2subhead {
font-size:11pt;
color:#981B1E;
font-weight:bold;
.highlight-caption {
color: #981B1E;
font-size: x-small;
td.postponed {
color: #FF0000;
font-size:15px;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-weight:bold;
text-align:center;
border-left:thick;
border-right:thick;
border-top:thick;
border-left-color:#FF0000;
border-right-color:#FF0000;
border-top-color:#FF0000;
border-left-style:solid;
border-right-style:solid;
border-top-style:solid;
padding-top:8px;
padding-bottom:2px;
background-color:#FFFFCC;
td.postponedText {
border-left:thick;
border-right:thick;
border-bottom:thick;
border-left-color:#FF0000;
border-right-color:#FF0000;
border-bottom-color:#FF0000;
border-left-style:solid;
border-right-style:solid;
border-bottom-style:solid;
padding-left:12px;
padding-right:12px;
padding-bottom:8px;
text-align:center;
background-color:#FFFFCC;
.highlight-red {
font-weight: bold;
color: #FF0000;
font-size:18px;
td.on {
color: #006633;
font-size:15px;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-weight:bold;
text-align:center;
border-left:thick;
border-right:thick;
border-top:thick;
border-left-color:#006633;
border-right-color:#006633;
border-top-color:#006633;
border-left-style:solid;
border-right-style:solid;
border-top-style:solid;
padding-top:8px;
padding-bottom:2px;
background-color:#FFFFCC;
td.onText {
border-left:thick;
border-right:thick;
border-bottom:thick;
border-left-color:#006633;
border-right-color:#006633;
border-bottom-color:#006633;
border-left-style:solid;
border-right-style:solid;
border-bottom-style:solid;
padding-left:12px;
padding-right:12px;
padding-bottom:8px;
text-align:center;
background-color:#FFFFCC;
.headings {
font-size:16pt;
color:#006600;
font-weight:bold;

the are crashing in dreamweaver, but work fine in a
browser.

Similar Messages

  • I have files that freeze my programs whenever I try to open ANY file. Is there a way to find the exact files causing the crash?

    I have files that are freezing my programs (adobe; after effect and photoshop, as well as maxon cinema 4d). Whenever I try to import ANY file from within the program it doen't even let me select the file I need before freezing. I have moved all files off my desktop and into my dropbox, and it now allows me to import files/search for files on the desktop but NOT dropbox, once I go to dropbox it freezes again. I am assuming there are files within dropbox now that are crashing my programs. The problem is I have a lot of files in there and would like to remove the corrupt ones so that I can use my programs without freezing. Is there a way to find the exact files causing the crash?
    This has happened a couple of times and each time I have to move all my files off my desktop, so there must be a type of file doing this, I just don't know what files they are.
    Mac Book Pro 15" running OSX 10.9
    Processor  2.3 GHz Intel Core i7
    Memory  16 GB 1600 MHz DDR3
    Graphics  Intel Iris Pro 1024 MB
    ANY help would be greatly appreciated! It is making it really hard to get work done. THANKS!

    This error sounds to me like you have/had BootCamp Windows installed and then removed, posible ?
    If so (and even if not so), try restating your MBA while holding down the alt/option-key until you get to the Boot Selection Screen.
    Choose to boot OSX.
    Once in OSX go to System Preferences then Startup Volume and set your OSX to be the default.
    Hope it helps
    Stefan

  • Preview/QuickView of HP Scan Pro PDF Files Causes System Crash in 10.5.5

    Ever since upgrading to 10.5.5 on my iMac Core 2 Duo 2.4GHz, I have been having problems with PDF files created by scanning documents using HP Scan Pro. Prior to 10.5.5, the PDFs from HP Scan Pro worked fine and behaved like any other PDF. Under 10.5.5, however, opening one in Preview or trying to view it in the Finder using QuickView causes the whole system to hang. Processor usage jumps to >100% and everything on the system becomes unresponsive. Every app causes a spinning beach ball, the Dock will not display, menus will not pull down, and I can't even call up the Force Quit dialog via the keyboard. There is nothing to be done but force-restart the system by holding down the power button.
    Looking in the system.log, it seems that ATSServer is the process that is causing this problem. A dump of the relevent log entries is at the end of the message. The "Non-aligned pointer" and "Incorrect checksum" errors just continue forever until the point when I force a reboot.
    Is anyone else experiencing this? Does anyone have knowledge of what changed in ATSServer or PDF handling in 10.5.5 that could be causing this? What is unique about the PDF files created by HP Scan Pro?
    Thanks,
    Drew
    Sep 26 17:38:35 Work-iMac /System/Library/Frameworks/ApplicationServices.framework/Frameworks/ATS.framewo rk/Support/ATSServer[172]: FOExceptionMainHandler caught a fatal exception at 0x000f1f02
    Sep 26 17:38:35 Work-iMac /System/Library/Frameworks/ApplicationServices.framework/Frameworks/ATS.framewo rk/Support/ATSServer[172]: FOExceptionMainHandler caught a fatal exception at 0x000f1502
    Sep 26 17:38:36 Work-iMac /System/Library/Frameworks/ApplicationServices.framework/Frameworks/ATS.framewo rk/Support/ATSServer[172]: FOExceptionMainHandler caught a fatal exception at 0x000f1f44
    Sep 26 17:38:36 Work-iMac /System/Library/Frameworks/ApplicationServices.framework/Frameworks/ATS.framewo rk/Support/ATSServer[172]: FOExceptionMainHandler caught a fatal exception at 0x000f1502
    Sep 26 17:38:36 Work-iMac ATSServer[172]: ATSServer(172,0xb0081000) malloc: * error for object 0x305f30: Non-aligned pointer being freed (2)\n* set a breakpoint in mallocerrorbreak to debug
    Sep 26 17:38:36 Work-iMac /System/Library/Frameworks/ApplicationServices.framework/Frameworks/ATS.framewo rk/Support/ATSServer[172]: FOExceptionMainHandler caught a fatal exception at 0x000f1693
    Sep 26 17:38:36 Work-iMac ATSServer[172]: ATSServer(172,0xa023bfa0) malloc: * error for object 0x35b020: incorrect checksum for freed object - object was probably modified after being freed.\n* set a breakpoint in mallocerrorbreak to debug
    Sep 26 17:38:36 Work-iMac /System/Library/Frameworks/ApplicationServices.framework/Frameworks/ATS.framewo rk/Support/ATSServer[172]: FOExceptionMainHandler caught a fatal exception at 0x913cce78
    Sep 26 17:38:36 Work-iMac ATSServer[172]: ATSServer(172,0xa023bfa0) malloc: * error for object 0x356da0: incorrect checksum for freed object - object was probably modified after being freed.\n* set a breakpoint in mallocerrorbreak to debug
    Sep 26 17:38:36 Work-iMac ATSServer[172]: ATSServer(172,0xa023bfa0) malloc: * error for object 0xd2c0c0: incorrect checksum for freed object - object was probably modified after being freed.\n* set a breakpoint in mallocerrorbreak to debug
    Sep 26 17:38:36: --- last message repeated 5 times ---
    Sep 26 17:38:36 Work-iMac ATSServer[172]: ATSServer(172,0xa023bfa0) malloc: * error for object 0x351fd0: incorrect checksum for freed object - object was probably modified after being freed.\n* set a breakpoint in mallocerrorbreak to debug
    Sep 26 17:38:36 Work-iMac ATSServer[172]: ATSServer(172,0xa023bfa0) malloc: * error for object 0x350850: incorrect checksum for freed object - object was probably modified after being freed.\n* set a breakpoint in mallocerrorbreak to debug
    Sep 26 17:38:36 Work-iMac ATSServer[172]: ATSServer(172,0xa023bfa0) malloc: * error for object 0x34ec60: incorrect checksum for freed object - object was probably modified after being freed.\n* set a breakpoint in mallocerrorbreak to debug
    Sep 26 17:38:36 Work-iMac ATSServer[172]: ATSServer(172,0xa023bfa0) malloc: * error for object 0xd2c0c0: incorrect checksum for freed object - object was probably modified after being freed.\n* set a breakpoint in mallocerrorbreak to debug
    Sep 26 17:38:36: --- last message repeated 3 times ---
    Sep 26 17:38:36 Work-iMac ATSServer[172]: ATSServer(172,0xa023bfa0) malloc: * error for object 0x32c5e0: incorrect checksum for freed object - object was probably modified after being freed.\n* set a breakpoint in mallocerrorbreak to debug
    Sep 26 17:38:36 Work-iMac ATSServer[172]: ATSServer(172,0xa023bfa0) malloc: * error for object 0x347d10: incorrect checksum for freed object - object was probably modified after being freed.\n* set a breakpoint in mallocerrorbreak to debug
    Sep 26 17:38:36 Work-iMac ATSServer[172]: ATSServer(172,0xa023bfa0) malloc: * error for object 0xd2c0c0: incorrect checksum for freed object - object was probably modified after being freed.\n* set a breakpoint in mallocerrorbreak to debug
    Sep 26 17:38:36 Work-iMac ATSServer[172]: ATSServer(172,0xa023bfa0) malloc: * error for object 0xd2c0c0: Non-aligned pointer being freed (2)\n* set a breakpoint in mallocerrorbreak to debug
    Sep 26 17:38:36 Work-iMac ATSServer[172]: ATSServer(172,0xa023bfa0) malloc: * error for object 0xd2c140: Non-aligned pointer being freed (2)\n* set a breakpoint in mallocerrorbreak to debug
    Sep 26 17:38:36 Work-iMac ATSServer[172]: ATSServer(172,0xa023bfa0) malloc: * error for object 0xd2c1c0: Non-aligned pointer being freed (2)\n* set a breakpoint in mallocerrorbreak to debug
    Sep 26 17:38:36 Work-iMac ATSServer[172]: ATSServer(172,0xa023bfa0) malloc: * error for object 0xd2c240: Non-aligned pointer being freed (2)\n* set a breakpoint in mallocerrorbreak to debug
    Sep 26 17:38:36 Work-iMac ATSServer[172]: ATSServer(172,0xa023bfa0) malloc: * error for object 0xd2c2c0: Non-aligned pointer being freed (2)\n* set a breakpoint in mallocerrorbreak to debug
    Sep 26 17:38:36 Work-iMac ATSServer[172]: ATSServer(172,0xa023bfa0) malloc: * error for object 0xd2c3c0: Non-aligned pointer being freed (2)\n* set a breakpoint in mallocerrorbreak to debug
    Sep 26 17:38:36 Work-iMac ATSServer[172]: ATSServer(172,0xa023bfa0) malloc: * error for object 0xd2c540: pointer being reallocated was not allocated\n* set a breakpoint in mallocerrorbreak to debug
    Sep 26 17:38:36 Work-iMac ATSServer[172]: ATSServer(172,0xa023bfa0) malloc: * error for object 0xd2c540: Non-aligned pointer being freed (2)\n* set a breakpoint in mallocerrorbreak to debug

    Thanks to everyone who has contributed to this thread that I started. I am glad to know it's not just me having these problems.
    I have run through all the usual suggestions related to ATSServer problems and problematic fonts: I've cleared caches, checked all the fonts for broken ones, haven't installed any new ones since this problem began, etc., etc.
    I've been able to make a few more observations about the problem in my case:
    1. I don't get any crashes while using the HP Scanjet software. I can successfully create a PDF file.
    2. The problem for me only exists on PDF files that I have had HP Scanjet do OCR on and save the text with the image in the PDF. If I scan to create an image-only PDF, it does not cause a problem.
    3. I have now noticed that the problem comes not only when trying to open problem PDFs using Preview or QuickLook, but it also happens when mdsworker, the Spotlight indexer, tries to access the file for indexing. The computer then hangs. I have now had to turn off Spotlight until I can eliminate all the problem PDFs. (The problem only happens with PDFs created since the upgrade to 10.5.5. Older PDFs created with HP Scanjet that were in the Spotlight index earlier do not cause problems.)
    4. These problem PDFs will open correctly in Adobe Acrobat or Acrobat Reader if Spotlight is off, but if Spotlight is on opening the file causes it to be indexed and the system hangs.
    In Googling for solutions, I've found that people have sometimes been having problems with interaction between ATSServer and mdsworker since as far back as 10.2.x:
    http://forums.appleinsider.com/archive/index.php/t-58103.html
    http://www.macheist.com/forums/viewtopic.php?id=7406
    http://blog.thebleacher.com/2008/01/02/the-runaway-atsserver-process/
    http://installingcats.com/2008/05/06/mac-high-cpu-after-copying-pdf-books-atsser ver-mdworker/

  • Sticky Notes in a pdf file cause ie7 crashed.

    This is a very interesting bug.
    System version: Windows XP with SP3
    Adobe Reader Version: 9
    IE version: IE 7
    Files needed for testing:
    a pdf file (note.pdf) with Sticky Note displayed.
    a html file (note.html) which has a url link to note.pdf
    Action which causes the crash:
    1.       Open note.html in a new IE window
    2.       Click the link to open the note.pdf in a new window or a new tab, then close it
    3.       Click AGAIN the link to open the note.pdf in a new window or a new tab, then close it
    Then you could see the error window popup, the ie7 browser crashed. This has been tested in 3 PCs.
    Check the Error Event, it said:
    Event Type:        Error
    Event Source:    Application Error
    Event Category:                None
    Event ID:              1000
    Description:
    Faulting application iexplore.exe, version 7.0.6000.16850, faulting module msvcr80.dll, version 8.0.50727.3053, fault address 0x0001e898.
    For more information, see Help and Support Center at http://go.microsoft.com/fwlink/events.asp.
    Data:
    0000: 6c707041 74616369 206e6f69 6c696146
    0010: 20657275 78656920 726f6c70 78652e65
    0020: 2e372065 30362e30 312e3030 30353836
    0030: 206e6920 6376736d 2e303872 206c6c64
    0040: 2e302e38 32373035 30332e37 61203335
    0050: 666f2074 74657366 30303020 39386531
    0060: 0a0d38
    The bug doesn’t happen to IE 6 and Fixfox

    Try Goodreader in the App Store. It should do the job for you.

  • Editing text in Photoshop CS3 file causes crash. File originally created in Photoshop CS6

    Trying to edit text in Photoshop CS3 file causes a crash - Tried on multiple PC's
    File originally created in Photoshop CS6 with "Maximise PSD/PSB File Compatibility" set at "Always".
    Document size A4, using Arial Regular. RGB. 8Bits. 72dpi
    Colour Profile: sRGB IEC61966
    Multi business licence for CS3 and CS6 Design Standard/Premium/Master Collection all on PC
    Please Help!

    Interestingly I have found that if I modify a document in CS6 from an earlier CS3-CS5 document and save it - it works fine. But if I create a new document in CS6 the issue persists.
    Looks like I will be modifying old documents for the time being
    Would be grateful for some advise eon this.

  • Cfloop within select causes Dreamweaver to crash

    Placing a cfloop tag within a select (or cfselect) tag causes
    Dreamweaver to crash when the mouse is clicked anywhere within the
    code window. Code as below:
    (Code attached)
    The cfloop was going to be used to produce additional option
    elements. The option element values were to be taken from the list.
    Dreamweaver won't even let you edit the statement out or
    comment it because it crashes as soon as you click to place the
    curser within the code window.

    WaltBulawa wrote:
    > As it turns out, when I replaced the <Form> with
    <cfForm> and the <select> with <cfselect> the
    problem was resolved.
    You haven't really resolved the problem, but delayed it for
    another day.
    To avoid the risk of future crashes, I recommend that you
    delete
    WinFileCache-********.dat after closing Dreamweaver down for
    the day. A
    clean version of the file will be generated automatically
    when you next
    use DW.
    David Powers, Adobe Community Expert
    Author, "The Essential Guide to Dreamweaver CS3" (friends of
    ED)
    Author, "PHP Solutions" (friends of ED)
    http://foundationphp.com/

  • Accessing help causes Dreamweaver to crash

    I'm quite frustrated due to the crash of all help functions
    that are not on the web for my new install of Dreamweaver. I'm
    running on an HP laptop and when I go to the help menu or click on
    a help button I get the "send / don't send" crash dialogue for
    Dreamweaver.
    If I go to the help files directly, outside of Dreamweaver, I
    can open them correctly.
    Any idea what might be tangled up in the install?

    See if this TechNote helps:
    Dreamweaver crashes when accessing help system when Internet
    Explorer 7 is
    installed
    http://www.adobe.com/go/6d7a2c59
    David Alcala
    Adobe Product Support

  • Opening or saving files cause Illustrator 5.1 to crash, Feb 2011 MBP, Lion

    I have the Creative Suite 5.5.  Illustrator starts, but trying to open (.ai or .pdf) or save a file causes it to crash
    I have deleted the preferences folder
    used uninstaller to uninstall complete Creative Suite package.  Used Adobe Creative Suite Cleaner Tool.app afterwards.   Reinstalled.   Still it crashes.
    Photoshop, InDesign, Acrobat Pro  all seem fine.
    Here is the start of the crash report, I can give more if it would help.  Any help would be appreciated!
    Process:         Adobe Illustrator [17332]
    Path:            /Applications/Adobe Illustrator CS5.1/Adobe Illustrator.app/Contents/MacOS/Adobe Illustrator
    Identifier:      com.adobe.illustrator
    Version:         39 (15.1.0)
    Code Type:       X86 (Native)
    Parent Process:  launchd [122]
    Date/Time:       2012-06-14 16:05:18.973 -0600
    OS Version:      Mac OS X 10.7.4 (11E53)
    Report Version:  9
    Crashed Thread:  0  Dispatch queue: com.apple.main-thread
    Exception Type:  EXC_BAD_ACCESS (SIGBUS)
    Exception Codes: KERN_PROTECTION_FAILURE at 0x0000000000000002
    VM Regions Near 0x2:
    --> __PAGEZERO             0000000000000000-0000000000001000 [    4K] ---/--- SM=NUL  /Applications/Adobe Illustrator CS5.1/Adobe Illustrator.app/Contents/MacOS/Adobe Illustrator
        __TEXT                 0000000000001000-00000000010de000 [ 16.9M] r-x/rwx SM=COW  /Applications/Adobe Illustrator CS5.1/Adobe Illustrator.app/Contents/MacOS/Adobe Illustrator
    Application Specific Information:
    objc[17332]: garbage collection is OFF
    Thread 0 Crashed:: Dispatch queue: com.apple.main-thread
    0   ???                                     0x00000002 0 + 2

    Larry,
    I did the unintall of just Illustrator and removed Preferences, however following directions the Cleaner Tool would not just clean for Illustrator.  the XLM file it produced did not list Illustrator separately, nor any Suite compenent, just Creative Suite (XLM listed below).  So I just uninstalled the whole suite, rebooted, then went back to the Cleaner Tool.   I tried to used the terminal command
    sudo /PDHilman's Path to Adobe Creative Suite Cleaner Tool.app/Contents/MacOS/Adobe Creative Suite Cleaner Tool ‐‐removeAll=CS5
    But that gave an error message silent mode only worked for CS5.5 or below and went back to the GUI (odd).  I then used the Cleaner Tool GUI and removed all CS5 - CS5.5.   The log file is also below.
    I went into my library and there were still many CS5 - CS5.5 items under Application Support and Preferences!  For example  com.adobe.illustrator.plist.lockfile
    I then reinstralled the whole suite.
    STILL ILLUSTRATOR CRASHES WHEN TRYING TO OPEN A FILE.
    I note, I think the last thing I did before this started was followed some directions to copy Mathematica fonts into my user library so I wasn't missing some math symbols when editing PDFs created with Mathematica.  But that was successful and I was able to open/edit/save them just fine.
    --------XLM file----------
    <?xml version="1.0" encoding="UTF-8" standalone="no"?>
    <Products>
        <Properties>
            <Property name="eulaAccepted">1</Property>
        </Properties>
        <CreativeCloud>
            <!--<Product productName="Creative Cloud Installer" version="1.0"/>-->
        </CreativeCloud>
        <CS6></CS6>
        <CS5>
            <!--<Product productName="Creative Suite 5.5 Design Standard" version="5.5"/>-->
        </CS5>
        <CS4></CS4>
        <CS3></CS3>
    </Products>
    --------Log file from Cleaner-------------------
    2012-06-26 23:17:54.313 Adobe Creative Suite Cleaner Tool[378:707] ***************Starting New Session*****************
    2012-06-26 23:17:54.314 Adobe Creative Suite Cleaner Tool[378:707] Cleaner tool Version: 6.0.0.27
    2012-06-26 23:17:54.315 Adobe Creative Suite Cleaner Tool[378:707] ERROR: This version of cleaner tool supports silent mode only for CS3, CS4 or CS5-CS5.5 products. Falling back to UI mode.
    2012-06-26 23:17:54.316 Adobe Creative Suite Cleaner Tool[378:707] Mode=UI mode
    2012-06-26 23:17:54.386 Adobe Creative Suite Cleaner Tool[378:707] ========================================
    2012-06-26 23:18:33.691 Adobe Creative Suite Cleaner Tool[378:707] Product=CS5-CS5.5-CS6
    2012-06-26 23:18:33.701 Adobe Creative Suite Cleaner Tool[378:707] Backup PDB created at /Library/Application Support/Adobe/backup20120626T231833/pdb.db
    2012-06-26 23:18:33.867 Adobe Creative Suite Cleaner Tool[378:707] Backup Media DB created at /Library/Application Support/Adobe/backup20120626T231833/Media_db.db
    2012-06-26 23:18:33.869 Adobe Creative Suite Cleaner Tool[378:707] Removing installer related files for 'CSInstaller' 'CS5_CS6_EXCLUDING_AAM'
    2012-06-26 23:18:33.896 Adobe Creative Suite Cleaner Tool[378:707] Removing product content of : CSInstaller (CS5_CS6_EXCLUDING_AAM) ...
    2012-06-26 23:18:33.898 Adobe Creative Suite Cleaner Tool[378:707] /Users/phillman5/Library/Application Support/Adobe/OOBE, no such file or directory.
    2012-06-26 23:18:33.898 Adobe Creative Suite Cleaner Tool[378:707] /Users/phillman5/Applications/Adobe/OOBE, no such file or directory.
    2012-06-26 23:18:33.899 Adobe Creative Suite Cleaner Tool[378:707] Successfully removed : /Library/Application Support/Adobe/SLStore_v1
    2012-06-26 23:18:33.899 Adobe Creative Suite Cleaner Tool[378:707] Successfully removed : /Library/Application Support/Adobe/caps/pdb.db
    2012-06-26 23:18:33.900 Adobe Creative Suite Cleaner Tool[378:707] Successfully removed : /Library/Application Support/Adobe/caps/Media_db.db
    2012-06-26 23:18:33.900 Adobe Creative Suite Cleaner Tool[378:707] /Library/Application Support/Adobe/caps/pdb.db_preserved, no such file or directory.
    2012-06-26 23:18:33.900 Adobe Creative Suite Cleaner Tool[378:707] /Library/Application Support/Adobe/caps/Media_db.db_preserved, no such file or directory.
    2012-06-26 23:18:33.902 Adobe Creative Suite Cleaner Tool[378:707] csi inventory count = 0
    2012-06-26 23:18:33.902 Adobe Creative Suite Cleaner Tool[378:707] noncsi inventory count = 0
    2012-06-26 23:18:33.902 Adobe Creative Suite Cleaner Tool[378:707] aam files count = 1
    2012-06-26 23:18:33.902 Adobe Creative Suite Cleaner Tool[378:707] Removed updater inventory for csi products
    2012-06-26 23:18:54.540 Adobe Creative Suite Cleaner Tool[378:707] Product=CS5-CS5.5
    2012-06-26 23:18:59.015 Adobe Creative Suite Cleaner Tool[378:707] ***************End Session*****************

  • Dreamweaver crashes when loading external code or files.

    Dreamwever CC crashes when I paste code retrieved from an external source (hubspot template, html source files, etc).
    If the code contains live links to certain servers (jquery on Google, etc) then Dreamweaver takes a lot to load and often crashes.
    I have a very powerful PC config, so the hardware is NOT responsible for this behavior.
    Here is what I did so far:
    - I applied the register fix (ResolveRemoteURLToIPAddress = FALSE)
    - unchecked "Enable Related Files"
    - unchecked View > Style Rendering > Display Styles
    - unchecked "Automatically Sync Remote Files"
    - blocked Dreamweaver from accessing the net in my firewall
    The damn thing is still crashing and the only solution is to disable / manually remove the internet cable from the PC.
    Any help or advice is highly appreciated.

    Try putting links to external scripts, servers, etc... into a server-side include.  It works for me.
    Nancy O.

  • Dreamweaver crashed by opening a PHP-File

    Since two days I can't oen any php-Files. If I will open a File with the extension .php Dreamweaver crashed. What can I do? I search for a soluten now more then one day.
    Regards Paul

    If you are using MAC os then go to :  "/Users/Your User Name/Library/Application Support/Adobe" and rename the Dreamweaver folder to old_Dreamweaver_(version)
    and if you are windows then go to : "C:\Users\(Your User Name)\AppData\Roaming\Adobe" and rename the Dreamweaver folder to Old_Dreamweaver_(version)
    you can also refer the link - http://helpx.adobe.com/dreamweaver/kb/restore-preferences-dreamweaver-cs4-cs5.html
    then try to launch the product with the php file and check.

  • Dreamweaver crashes when I open a proto file

    Hi
    I have downloaded and installed the extension, but when I want to op a proto file Dreamweaver crashes
    Any help?

    I just tried to reopen it and I get the next error, very strange. All my programs were closed in the background. I opend it with a closed DW and dragt and dopt it
    Process:         Dreamweaver [2705]
    Path:            /Applications/Adobe Dreamweaver CS6/Adobe Dreamweaver CS6.app/Contents/MacOS/Dreamweaver
    Identifier:      com.adobe.dreamweaver-12.0
    Version:         12.0.0.5808 (12.0.0)
    Code Type:       X86 (Native)
    Parent Process:  launchd [152]
    Date/Time:       2012-06-05 16:19:19.633 +0200
    OS Version:      Mac OS X 10.7.4 (11E53)
    Report Version:  9
    Interval Since Last Report:          177421 sec
    Crashes Since Last Report:           14
    Per-App Interval Since Last Report:  26884 sec
    Per-App Crashes Since Last Report:   13
    Anonymous UUID:                      C169846A-105B-4745-BE31-67A65F687BF3
    Crashed Thread:  0  Dispatch queue: com.apple.main-thread
    Exception Type:  EXC_BAD_ACCESS (SIGSEGV)
    Exception Codes: KERN_INVALID_ADDRESS at 0x000000001beb4070
    VM Regions Near 0x1beb4070:
        __LINKEDIT             000000001bdf6000-000000001be3d000 [  284K] r--/rwx SM=COW  /Library/Internet Plug-Ins/AdobeAAMDetect.plugin/Contents/MacOS/AdobeAAMDetect
    -->
        MALLOC_SMALL           000000001c000000-000000001c800000 [ 8192K] rw-/rwx SM=PRV 
    Application Specific Information:
    objc[2705]: garbage collection is OFF
    Thread 0 Crashed:: Dispatch queue: com.apple.main-thread
    0   libobjc.A.dylib                         0x97676074 fixupSelectorsInMethodList + 30
    1   libobjc.A.dylib                         0x9766bd56 _class_getMethodNoSuper_nolock + 59
    2   libobjc.A.dylib                         0x9766b63e lookUpMethod + 140
    3   libobjc.A.dylib                         0x976764bb _class_lookupMethodAndLoadCache + 40
    4   libobjc.A.dylib                         0x9766ad83 objc_msgSend + 83
    5   com.apple.AppKit                        0x95501e76 -[NSCell stringValue] + 118
    6   com.apple.AppKit                        0x95520d91 -[NSControl stringValue] + 110
    7   com.adobe.dvaui.framework               0x0388e114 dvaui::controls::OS_TextField_MAC::GetText() const + 50
    8   com.adobe.dvaui.framework               0x038902d8 non-virtual thunk to dvaui::controls::OS_EditText_MAC::GetText() const + 56
    9   com.adobe.dvaui.framework               0x0385bc86 dvaui::controls::UI_TextEdit::GetValue() const + 30
    10  com.adobe.dreamweaver-12.0              0x0115e7eb CEditImpl::ReplaceAllText(unsigned short const*, long) + 37
    11  com.adobe.dreamweaver-12.0              0x0115e217 CEditImpl::SetTextEditText(unsigned short const*, long) + 35
    12  com.adobe.dreamweaver-12.0              0x0115e1da CEditImpl::SetTextEditText(unsigned short const*) + 58
    13  com.adobe.dreamweaver-12.0              0x0115eb91 CEditImpl::SetWindowText(unsigned short const*) + 47
    14  com.adobe.dreamweaver-12.0              0x0115eb5d non-virtual thunk to CEditImpl::SetWindowText(unsigned short const*) + 29
    15  com.adobe.dreamweaver-12.0              0x003a62d3 CWnd::SetWindowText(unsigned short const*) + 31
    16  com.adobe.dreamweaver-12.0              0x005011d7 CToolComboBox::SetEditText(CString const&) + 33
    17  com.adobe.dreamweaver-12.0              0x005ac1fd ToolPaletteController::Receive(ZoomAspect*, double) + 81
    18  com.adobe.dreamweaver-12.0              0x0005145c ToolPaletteController::OnActiveViewChanged(CView*) + 584
    19  com.adobe.dreamweaver-12.0              0x000517bd ToolPaletteController::Show() + 89
    20  com.adobe.dreamweaver-12.0              0x00031284 TitanStatusBar::UpdateTitanUI(bool) + 844
    21  com.adobe.dreamweaver-12.0              0x0003fa44 TitanFrame::SetDesignViewMode(TitanFrame::DesignViewMode, int) + 3294
    22  com.adobe.dreamweaver-12.0              0x0092b1b4 JSObjDocument::setDesignViewMode(JSContext*, JSObject*, unsigned int, long*, long*) + 182
    23  com.adobe.dreamweaver-12.0              0x004c71a8 JSCallNativeSafe + 52
    24  com.adobe.dreamweaver-12.0              0x003ff86d js_Invoke + 2440
    25  com.adobe.dreamweaver-12.0              0x00449026 js_Interpret + 300471
    26  com.adobe.dreamweaver-12.0              0x0049b0eb js_Execute + 502
    27  com.adobe.dreamweaver-12.0              0x003e79f1 JS_EvaluateUCScriptForPrincipals + 130
    28  com.adobe.dreamweaver-12.0              0x003e7a75 JS_EvaluateUCScript + 67
    29  com.adobe.dreamweaver-12.0              0x000f8802 JSInterp::ExecuteScript(Run*, TitanDoc*, unsigned short const*, unsigned short const*, unsigned short const*, long, unsigned short const*, CString*, JSInterp::ScriptMode, int, int, int, int, int, int) + 1670
    30  com.adobe.dreamweaver-12.0              0x000e4806 JSCommand::RunCommand(JSMfcDoc*, unsigned short const*, int, long*, JSCommand::CommandContext) + 1318
    31  com.adobe.dreamweaver-12.0              0x000e4a0b JSCommand::RunCommandFile(unsigned short const*, int, long*) + 59
    32  com.adobe.dreamweaver-12.0              0x0094d9d2 JSObjDreamweaver::popupCommand(JSContext*, JSObject*, unsigned int, long*, long*) + 298
    33  com.adobe.dreamweaver-12.0              0x004c71a8 JSCallNativeSafe + 52
    34  com.adobe.dreamweaver-12.0              0x003ff86d js_Invoke + 2440
    35  com.adobe.dreamweaver-12.0              0x00449026 js_Interpret + 300471
    36  com.adobe.dreamweaver-12.0              0x0049b0eb js_Execute + 502
    37  com.adobe.dreamweaver-12.0              0x003e79f1 JS_EvaluateUCScriptForPrincipals + 130
    38  com.adobe.dreamweaver-12.0              0x003e7a75 JS_EvaluateUCScript + 67
    39  com.adobe.dreamweaver-12.0              0x000f8802 JSInterp::ExecuteScript(Run*, TitanDoc*, unsigned short const*, unsigned short const*, unsigned short const*, long, unsigned short const*, CString*, JSInterp::ScriptMode, int, int, int, int, int, int) + 1670
    40  com.adobe.dreamweaver-12.0              0x000e4806 JSCommand::RunCommand(JSMfcDoc*, unsigned short const*, int, long*, JSCommand::CommandContext) + 1318
    41  com.adobe.dreamweaver-12.0              0x000e4a0b JSCommand::RunCommandFile(unsigned short const*, int, long*) + 59
    42  com.adobe.dreamweaver-12.0              0x00562de1 TitanDocTemplate::OpenDocumentFile(unsigned short const*, CString, int, InitialDocFlag, unsigned long) + 6233
    43  com.adobe.dreamweaver-12.0              0x0004157b TitanFrameManager::CreateFrame(CString const&, CString const&, InitialDocFlag, unsigned long) + 249
    44  com.adobe.dreamweaver-12.0              0x0004177c TitanFrameManager::CreateFrame(CString const&, DocumentType::BaseType, unsigned long) + 72
    45  com.adobe.dreamweaver-12.0              0x00044312 TitanFrame::DoOpenFile(CString const&, unsigned long) + 754
    46  com.adobe.dreamweaver-12.0              0x00531c15 TitanApp::OpenDocumentFile(unsigned short const*) + 123
    47  com.adobe.dreamweaver-12.0              0x0053338c TitanApp::OpenOrBringToTopDocumentFile(unsigned short const*) + 722
    48  com.adobe.dreamweaver-12.0              0x0053377d TitanApp::DoHandleOpenFiles(std::vector<dvacore::filesupport::File, std::allocator<dvacore::filesupport::File> >) + 871
    49  com.adobe.dreamweaver-12.0              0x011379dc CRealApp::OpenFiles(std::vector<dvacore::filesupport::File, std::allocator<dvacore::filesupport::File> >) + 56
    50  com.adobe.exo.framework                 0x040ccfc5 boost::_mfi::mf1<bool, exo::app::OS_AppBase, std::vector<dvacore::filesupport::File, std::allocator<dvacore::filesupport::File> > >::operator()(exo::app::OS_AppBase*, std::vector<dvacore::filesupport::File, std::allocator<dvacore::filesupport::File> >) const + 71
    51  com.adobe.exo.framework                 0x040cd0c3 bool boost::_bi::list2<boost::_bi::value<exo::app::OS_AppBase*>, boost::_bi::value<std::vector<dvacore::filesupport::File, std::allocator<dvacore::filesupport::File> > > >::operator()<bool, boost::_mfi::mf1<bool, exo::app::OS_AppBase, std::vector<dvacore::filesupport::File, std::allocator<dvacore::filesupport::File> > >, boost::_bi::list0>(boost::_bi::type<bool>, boost::_mfi::mf1<bool, exo::app::OS_AppBase, std::vector<dvacore::filesupport::File, std::allocator<dvacore::filesupport::File> > >&, boost::_bi::list0&, long) + 51
    52  com.adobe.exo.framework                 0x040cce80 boost::detail::function::function_obj_invoker0<boost::_bi::bind_t<bool, boost::_mfi::mf1<bool, exo::app::OS_AppBase, std::vector<dvacore::filesupport::File, std::allocator<dvacore::filesupport::File> > >, boost::_bi::list2<boost::_bi::value<exo::app::OS_AppBase*>, boost::_bi::value<std::vector<dvacore::filesupport::File, std::allocator<dvacore::filesupport::File> > > > >, bool>::invoke(boost::detail::function::function_buffer&) + 48
    53  com.adobe.dreamweaver-12.0              0x01188b02 int dvacore::config::ErrorManager::ExecuteFunction<bool>(boost::function0<bool>*, bool*) + 32
    54  com.adobe.dreamweaver-12.0              0x01188968 boost::detail::function::function_obj_invoker0<boost::_bi::bind_t<int, int (*)(boost::function0<bool>*, bool*), boost::_bi::list2<boost::_bi::value<boost::function0<bool>*>, boost::_bi::value<bool*> > >, int>::invoke(boost::detail::function::function_buffer&) + 24
    55  com.adobe.dreamweaver-12.0              0x01139fa8 TestErrorManager::ExecuteFunctionWithTopLevelExceptionHandler(boost::function0<int>) + 50
    56  com.adobe.dreamweaver-12.0              0x011889f5 bool dvacore::config::ErrorManager::ExecuteFunctionWithTopLevelExceptionHandler<bool>(boost::f unction0<bool>, bool*) + 127
    57  com.adobe.dreamweaver-12.0              0x01188d1b bool dvacore::config::ExecuteTopLevelFunction<bool>(boost::function0<bool>, bool*) + 123
    58  com.adobe.exo.framework                 0x040c84b7 -[ExoMacApplicationDelegate application:openFiles:] + 663
    59  com.apple.AppKit                        0x9575684c __-[NSApplication(NSAppleEventHandling) _handleAEOpenDocumentsForURLs:]_block_invoke_1 + 1258
    60  com.apple.AppKit                        0x9548417f __-[NSDocumentController(NSInternal) _autoreopenDocumentsWithCompletionHandler:]_block_invoke_2 + 126
    61  com.apple.AppKit                        0x9548406b -[NSApplication _whenReopeningIsAllowedDo:] + 162
    62  com.apple.AppKit                        0x95483d68 -[NSDocumentController(NSInternal) _autoreopenDocumentsWithCompletionHandler:] + 717
    63  com.apple.AppKit                        0x954837f0 -[NSApplication _reopenWindowsAsNecessaryIncludingRestorableState:registeringAsReady:completionHandler:] + 300
    64  com.apple.AppKit                        0x954836bb -[NSApplication(NSAppleEventHandling) _reopenWindowsIfNecessaryWithAppleEvent:completionHandler:] + 260
    65  com.apple.AppKit                        0x956d2e7d -[NSApplication(NSAppleEventHandling) _handleAEOpenDocumentsForURLs:] + 248
    66  com.apple.AppKit                        0x9548340a -[NSApplication(NSAppleEventHandling) _handleCoreEvent:withReplyEvent:] + 701
    67  com.apple.CoreFoundation                0x970761c8 -[NSObject performSelector:withObject:withObject:] + 72
    68  com.apple.Foundation                    0x973510c2 __-[NSAppleEventManager setEventHandler:andSelector:forEventClass:andEventID:]_block_invoke_1 + 121
    69  com.apple.Foundation                    0x9734fe75 -[NSAppleEventManager dispatchRawAppleEvent:withRawReply:handlerRefCon:] + 476
    70  com.apple.Foundation                    0x9734fc49 _NSAppleEventManagerGenericHandler + 234
    71  com.apple.AE                            0x9812d045 aeDispatchAppleEvent(AEDesc const*, AEDesc*, unsigned long, unsigned char*) + 202
    72  com.apple.AE                            0x98116b67 _ZL25dispatchEventAndSendReplyPK6AEDescPS_ + 43
    73  com.apple.AE                            0x98116a54 aeProcessAppleEvent + 253
    74  com.apple.HIToolbox                     0x9ca2ac66 AEProcessAppleEvent + 103
    75  com.apple.AppKit                        0x95480347 _DPSNextEvent + 1301
    76  com.apple.AppKit                        0x9547f942 -[NSApplication nextEventMatchingMask:untilDate:inMode:dequeue:] + 113
    77  com.apple.AppKit                        0x9547bcb1 -[NSApplication run] + 911
    78  com.adobe.exo.framework                 0x040c8bd3 exo::app::OS_AppBase::RunEventLoop() + 67
    79  com.adobe.dreamweaver-12.0              0x0113840f CRealApp::Run() + 395
    80  com.adobe.dreamweaver-12.0              0x0111bc80 CWinAppImpl::Run() + 36
    81  com.adobe.dreamweaver-12.0              0x0111bf6f main + 95
    82  com.adobe.dreamweaver-12.0              0x004dcdf5 start + 53
    Thread 1:: Dispatch queue: com.apple.libdispatch-manager
    0   libsystem_kernel.dylib                  0x9793490a kevent + 10
    1   libdispatch.dylib                       0x92858e10 _dispatch_mgr_invoke + 969
    2   libdispatch.dylib                       0x9285785f _dispatch_mgr_thread + 53
    Thread 2:
    0   libsystem_kernel.dylib                  0x9793402e __workq_kernreturn + 10
    1   libsystem_c.dylib                       0x972a6ccf _pthread_wqthread + 773
    2   libsystem_c.dylib                       0x972a86fe start_wqthread + 30
    Thread 3:
    0   libsystem_kernel.dylib                  0x9793402e __workq_kernreturn + 10
    1   libsystem_c.dylib                       0x972a6ccf _pthread_wqthread + 773
    2   libsystem_c.dylib                       0x972a86fe start_wqthread + 30
    Thread 4:
    0   libsystem_kernel.dylib                  0x9793383e __psynch_cvwait + 10
    1   libsystem_c.dylib                       0x972a8e21 _pthread_cond_wait + 827
    2   libsystem_c.dylib                       0x972593e0 pthread_cond_timedwait$UNIX2003 + 70
    3   com.adobe.boost_threads.framework          0x0282526e boost::condition_variable::timed_wait(boost::unique_lock<boost::mutex>&, boost::posix_time::ptime const&) + 812
    4   com.adobe.boost_threads.framework          0x0281e680 boost::this_thread::sleep(boost::posix_time::ptime const&) + 128
    5   com.adobe.dreamweaver-12.0              0x008fc336 JSInterp::testForINET() + 110
    6   com.adobe.dreamweaver-12.0              0x008fd095 boost::detail::function::void_function_obj_invoker0<boost::_bi::bind_t<void, boost::_mfi::mf0<void, JSInterp>, boost::_bi::list1<boost::_bi::value<JSInterp*> > >, void>::invoke(boost::detail::function::function_buffer&) + 37
    7   com.adobe.dvacore.framework             0x0342db37 _ZN7dvacore7threads12_GLOBAL__N_1L12LaunchThreadERKSsRKN5boost9function0IvEENS0_14ThreadP riorityERKNS4_8functionIFvvEEESE_ + 151
    8   com.adobe.dvacore.framework             0x0342dc48 boost::detail::thread_data<boost::_bi::bind_t<void, void (*)(std::string const&, boost::function0<void> const&, dvacore::threads::ThreadPriority, boost::function<void ()()> const&, boost::function<void ()()> const&), boost::_bi::list5<boost::_bi::value<std::string>, boost::_bi::value<boost::function<void ()()> >, boost::_bi::value<dvacore::threads::ThreadPriority>, boost::_bi::value<boost::function<void ()()> >, boost::_bi::value<boost::function<void ()()> > > > >::run() + 64
    9   com.adobe.boost_threads.framework          0x0281d737 thread_proxy + 167
    10  libsystem_c.dylib                       0x972a4ed9 _pthread_start + 335
    11  libsystem_c.dylib                       0x972a86de thread_start + 34
    Thread 5:
    0   libsystem_kernel.dylib                  0x97933bb2 __semwait_signal + 10
    1   libsystem_c.dylib                       0x972597b9 nanosleep$UNIX2003 + 187
    2   com.apple.carbonbundletemplate          0x1108b4db ScObjects::Thread::sleep(unsigned int) + 59
    3   com.apple.carbonbundletemplate          0x11087339 ScObjects::BridgeTalkThread::run() + 185
    4   com.apple.carbonbundletemplate          0x1108b848 ScObjects::Thread::go(void*) + 168
    5   libsystem_c.dylib                       0x972a4ed9 _pthread_start + 335
    6   libsystem_c.dylib                       0x972a86de thread_start + 34
    Thread 6:
    0   libsystem_kernel.dylib                  0x97933a9a __recvfrom + 10
    1   libsystem_c.dylib                       0x972594a2 recv$UNIX2003 + 54
    2   ServiceManager-Launcher.dylib           0x117bc733 Invoke + 47867
    3   ServiceManager-Launcher.dylib           0x117bb846 Invoke + 44046
    4   ServiceManager-Launcher.dylib           0x117ba988 Invoke + 40272
    5   ServiceManager-Launcher.dylib           0x117baa0f Invoke + 40407
    6   ServiceManager-Launcher.dylib           0x117b5baf Invoke + 20343
    7   ServiceManager-Launcher.dylib           0x117b5ea7 Invoke + 21103
    8   ServiceManager-Launcher.dylib           0x117b6685 Invoke + 23117
    9   ServiceManager-Launcher.dylib           0x117b68f9 Invoke + 23745
    10  ServiceManager-Launcher.dylib           0x117b92a0 Invoke + 34408
    11  ServiceManager-Launcher.dylib           0x117b93fd Invoke + 34757
    12  ServiceManager-Launcher.dylib           0x117b9c91 Invoke + 36953
    13  ServiceManager-Launcher.dylib           0x117b9db2 Invoke + 37242
    14  ServiceManager-Launcher.dylib           0x117ac656 Login + 461
    15  ServiceManager-Launcher.dylib           0x117b009a Login + 15377
    16  ServiceManager-Launcher.dylib           0x117ba165 Invoke + 38189
    17  ServiceManager-Launcher.dylib           0x117bc2eb Invoke + 46771
    18  libsystem_c.dylib                       0x972a4ed9 _pthread_start + 335
    19  libsystem_c.dylib                       0x972a86de thread_start + 34
    Thread 7:
    0   libsystem_kernel.dylib                  0x9793383e __psynch_cvwait + 10
    1   libsystem_c.dylib                       0x972a8e21 _pthread_cond_wait + 827
    2   libsystem_c.dylib                       0x9725942c pthread_cond_wait$UNIX2003 + 71
    3   com.adobe.ape.engine                    0x11d2504f APXGetHostAPI + 2633743
    4   com.adobe.ape.engine                    0x11ab662f APXGetHostAPI + 83439
    5   com.adobe.ape.engine                    0x11d2513e APXGetHostAPI + 2633982
    6   com.adobe.ape.engine                    0x11d251a7 APXGetHostAPI + 2634087
    7   com.adobe.ape.engine                    0x11d252c6 APXGetHostAPI + 2634374
    8   libsystem_c.dylib                       0x972a4ed9 _pthread_start + 335
    9   libsystem_c.dylib                       0x972a86de thread_start + 34
    Thread 8:
    0   libsystem_kernel.dylib                  0x9793383e __psynch_cvwait + 10
    1   libsystem_c.dylib                       0x972a8e21 _pthread_cond_wait + 827
    2   libsystem_c.dylib                       0x9725942c pthread_cond_wait$UNIX2003 + 71
    3   com.adobe.ape.engine                    0x11d2504f APXGetHostAPI + 2633743
    4   com.adobe.ape.engine                    0x11ab662f APXGetHostAPI + 83439
    5   com.adobe.ape.engine                    0x11d2513e APXGetHostAPI + 2633982
    6   com.adobe.ape.engine                    0x11d251a7 APXGetHostAPI + 2634087
    7   com.adobe.ape.engine                    0x11d252c6 APXGetHostAPI + 2634374
    8   libsystem_c.dylib                       0x972a4ed9 _pthread_start + 335
    9   libsystem_c.dylib                       0x972a86de thread_start + 34
    Thread 9:
    0   libsystem_kernel.dylib                  0x9793383e __psynch_cvwait + 10
    1   libsystem_c.dylib                       0x972a8e21 _pthread_cond_wait + 827
    2   libsystem_c.dylib                       0x9725942c pthread_cond_wait$UNIX2003 + 71
    3   com.adobe.ape.engine                    0x11d2504f APXGetHostAPI + 2633743
    4   com.adobe.ape.engine                    0x11ab662f APXGetHostAPI + 83439
    5   com.adobe.ape.engine                    0x11d2513e APXGetHostAPI + 2633982
    6   com.adobe.ape.engine                    0x11d251a7 APXGetHostAPI + 2634087
    7   com.adobe.ape.engine                    0x11d252c6 APXGetHostAPI + 2634374
    8   libsystem_c.dylib                       0x972a4ed9 _pthread_start + 335
    9   libsystem_c.dylib                       0x972a86de thread_start + 34
    Thread 10:
    0   libsystem_kernel.dylib                  0x9793383e __psynch_cvwait + 10
    1   libsystem_c.dylib                       0x972a8e21 _pthread_cond_wait + 827
    2   libsystem_c.dylib                       0x9725942c pthread_cond_wait$UNIX2003 + 71
    3   com.adobe.ape.engine                    0x11d2504f APXGetHostAPI + 2633743
    4   com.adobe.ape.engine                    0x11ab662f APXGetHostAPI + 83439
    5   com.adobe.ape.engine                    0x11d2513e APXGetHostAPI + 2633982
    6   com.adobe.ape.engine                    0x11d251a7 APXGetHostAPI + 2634087
    7   com.adobe.ape.engine                    0x11d252c6 APXGetHostAPI + 2634374
    8   libsystem_c.dylib                       0x972a4ed9 _pthread_start + 335
    9   libsystem_c.dylib                       0x972a86de thread_start + 34
    Thread 11:
    0   libsystem_kernel.dylib                  0x9793383e __psynch_cvwait + 10
    1   libsystem_c.dylib                       0x972a8e78 _pthread_cond_wait + 914
    2   libsystem_c.dylib                       0x972a8f7b pthread_cond_timedwait_relative_np + 47
    3   com.adobe.ape.engine                    0x11d25017 APXGetHostAPI + 2633687
    4   com.adobe.ape.engine                    0x11d3e20e APXGetHostAPI + 2736590
    5   com.adobe.ape.engine                    0x11d2513e APXGetHostAPI + 2633982
    6   com.adobe.ape.engine                    0x11d251a7 APXGetHostAPI + 2634087
    7   com.adobe.ape.engine                    0x11d252c6 APXGetHostAPI + 2634374
    8   libsystem_c.dylib                       0x972a4ed9 _pthread_start + 335
    9   libsystem_c.dylib                       0x972a86de thread_start + 34
    Thread 12:
    0   libsystem_kernel.dylib                  0x9793383e __psynch_cvwait + 10
    1   libsystem_c.dylib                       0x972a8e78 _pthread_cond_wait + 914
    2   libsystem_c.dylib                       0x972a8f7b pthread_cond_timedwait_relative_np + 47
    3   com.adobe.ape.engine                    0x11d25017 APXGetHostAPI + 2633687
    4   com.adobe.ape.engine                    0x11eb3168 APXGetHostAPI + 4264232
    5   com.adobe.ape.engine                    0x11d2513e APXGetHostAPI + 2633982
    6   com.adobe.ape.engine                    0x11d251a7 APXGetHostAPI + 2634087
    7   com.adobe.ape.engine                    0x11d252c6 APXGetHostAPI + 2634374
    8   libsystem_c.dylib                       0x972a4ed9 _pthread_start + 335
    9   libsystem_c.dylib                       0x972a86de thread_start + 34
    Thread 13:
    0   libsystem_kernel.dylib                  0x9793383e __psynch_cvwait + 10
    1   libsystem_c.dylib                       0x972a8e78 _pthread_cond_wait + 914
    2   libsystem_c.dylib                       0x9725082a pthread_cond_wait + 48
    3   com.macromedia.Flash Player.authplaylib          0x1547d25f 0x1502d000 + 4522591
    4   com.macromedia.Flash Player.authplaylib          0x1504739f 0x1502d000 + 107423
    5   com.macromedia.Flash Player.authplaylib          0x1547d34c 0x1502d000 + 4522828
    6   com.macromedia.Flash Player.authplaylib          0x1547d390 0x1502d000 + 4522896
    7   com.macromedia.Flash Player.authplaylib          0x1547d4b6 0x1502d000 + 4523190
    8   libsystem_c.dylib                       0x972a4ed9 _pthread_start + 335
    9   libsystem_c.dylib                       0x972a86de thread_start + 34
    Thread 14:
    0   libsystem_kernel.dylib                  0x9793383e __psynch_cvwait + 10
    1   libsystem_c.dylib                       0x972a8e78 _pthread_cond_wait + 914
    2   libsystem_c.dylib                       0x9725082a pthread_cond_wait + 48
    3   com.macromedia.Flash Player.authplaylib          0x1547d25f 0x1502d000 + 4522591
    4   com.macromedia.Flash Player.authplaylib          0x1504739f 0x1502d000 + 107423
    5   com.macromedia.Flash Player.authplaylib          0x1547d34c 0x1502d000 + 4522828
    6   com.macromedia.Flash Player.authplaylib          0x1547d390 0x1502d000 + 4522896
    7   com.macromedia.Flash Player.authplaylib          0x1547d4b6 0x1502d000 + 4523190
    8   libsystem_c.dylib                       0x972a4ed9 _pthread_start + 335
    9   libsystem_c.dylib                       0x972a86de thread_start + 34
    Thread 15:
    0   libsystem_kernel.dylib                  0x9793383e __psynch_cvwait + 10
    1   libsystem_c.dylib                       0x972a8e78 _pthread_cond_wait + 914
    2   libsystem_c.dylib                       0x9725082a pthread_cond_wait + 48
    3   com.macromedia.Flash Player.authplaylib          0x1547d25f 0x1502d000 + 4522591
    4   com.macromedia.Flash Player.authplaylib          0x1504739f 0x1502d000 + 107423
    5   com.macromedia.Flash Player.authplaylib          0x1547d34c 0x1502d000 + 4522828
    6   com.macromedia.Flash Player.authplaylib          0x1547d390 0x1502d000 + 4522896
    7   com.macromedia.Flash Player.authplaylib          0x1547d4b6 0x1502d000 + 4523190
    8   libsystem_c.dylib                       0x972a4ed9 _pthread_start + 335
    9   libsystem_c.dylib                       0x972a86de thread_start + 34
    Thread 16:
    0   libsystem_kernel.dylib                  0x9793383e __psynch_cvwait + 10
    1   libsystem_c.dylib                       0x972a8e78 _pthread_cond_wait + 914
    2   libsystem_c.dylib                       0x9725082a pthread_cond_wait + 48
    3   com.macromedia.Flash Player.authplaylib          0x1547d25f 0x1502d000 + 4522591
    4   com.macromedia.Flash Player.authplaylib          0x1504739f 0x1502d000 + 107423
    5   com.macromedia.Flash Player.authplaylib          0x1547d34c 0x1502d000 + 4522828
    6   com.macromedia.Flash Player.authplaylib          0x1547d390 0x1502d000 + 4522896
    7   com.macromedia.Flash Player.authplaylib          0x1547d4b6 0x1502d000 + 4523190
    8   libsystem_c.dylib                       0x972a4ed9 _pthread_start + 335
    9   libsystem_c.dylib                       0x972a86de thread_start + 34
    Thread 17:
    0   libsystem_kernel.dylib                  0x9793402e __workq_kernreturn + 10
    1   libsystem_c.dylib                       0x972a6ccf _pthread_wqthread + 773
    2   libsystem_c.dylib                       0x972a86fe start_wqthread + 30
    Thread 18:: com.apple.NSURLConnectionLoader
    0   libsystem_kernel.dylib                  0x97931c22 mach_msg_trap + 10
    1   libsystem_kernel.dylib                  0x979311f6 mach_msg + 70
    2   com.apple.CoreFoundation                0x9700a9da __CFRunLoopServiceMachPort + 170
    3   com.apple.CoreFoundation                0x97013b04 __CFRunLoopRun + 1428
    4   com.apple.CoreFoundation                0x970131dc CFRunLoopRunSpecific + 332
    5   com.apple.CoreFoundation                0x97013088 CFRunLoopRunInMode + 120
    6   com.apple.Foundation                    0x973800c4 +[NSURLConnection(NSURLConnectionReallyInternal) _resourceLoadLoop:] + 378
    7   com.apple.Foundation                    0x97373e25 -[NSThread main] + 45
    8   com.apple.Foundation                    0x97373dd5 __NSThread__main__ + 1582
    9   libsystem_c.dylib                       0x972a4ed9 _pthread_start + 335
    10  libsystem_c.dylib                       0x972a86de thread_start + 34
    Thread 19:: com.apple.CFSocket.private
    0   libsystem_kernel.dylib                  0x97933b42 __select + 10
    1   com.apple.CoreFoundation                0x97061e15 __CFSocketManager + 1557
    2   libsystem_c.dylib                       0x972a4ed9 _pthread_start + 335
    3   libsystem_c.dylib                       0x972a86de thread_start + 34
    Thread 20:
    0   libsystem_kernel.dylib                  0x9793383e __psynch_cvwait + 10
    1   libsystem_c.dylib                       0x972a8e21 _pthread_cond_wait + 827
    2   libsystem_c.dylib                       0x9725942c pthread_cond_wait$UNIX2003 + 71
    3   WebKitDw.dylib                          0x1891a273 WTF::TCMalloc_PageHeap::scavengerThread() + 179
    4   WebKitDw.dylib                          0x1891a2e1 WTF::TCMalloc_PageHeap::runScavengerThread(void*) + 17
    5   libsystem_c.dylib                       0x972a4ed9 _pthread_start + 335
    6   libsystem_c.dylib                       0x972a86de thread_start + 34
    Thread 0 crashed with X86 Thread State (32-bit):
      eax: 0x00000000  ebx: 0x00000000  ecx: 0xacc97e24  edx: 0x1beb4070
      edi: 0x1bc5d820  esi: 0x1beb4070  ebp: 0xbfff9288  esp: 0xbfff9260
       ss: 0x00000023  efl: 0x00010202  eip: 0x97676074   cs: 0x0000001b
       ds: 0x00000023   es: 0x00000023   fs: 0x00000000   gs: 0x0000000f
      cr2: 0x1beb4070
    Logical CPU: 2
    Binary Images:
        0x1000 -  0x197dfe3 +com.adobe.dreamweaver-12.0 (12.0.0.5808 - 12.0.0) <D191C493-AA58-53F9-FF8B-C8F96688A8CB> /Applications/Adobe Dreamweaver CS6/Adobe Dreamweaver CS6.app/Contents/MacOS/Dreamweaver
    0x281c000 -  0x282aff3 +com.adobe.boost_threads.framework (5.0.0 - 5.0.0.0) <C5ECA213-7C14-0DD2-6334-1EA67EDCDCAE> /Applications/Adobe Dreamweaver CS6/Adobe Dreamweaver CS6.app/Contents/Frameworks/boost_threads.framework/Versions/A/boost_threads
    0x284f000 -  0x2859ffb +com.adobe.boost_signals.framework (5.0.0 - 5.0.0.0) <074C63C5-7E19-8F31-D72C-127042CC7468> /Applications/Adobe Dreamweaver CS6/Adobe Dreamweaver CS6.app/Contents/Frameworks/boost_signals.framework/Versions/A/boost_signals
    0x2872000 -  0x2878ff7 +com.adobe.boost_date_time.framework (5.0.0 - 5.0.0.0) <5C589D24-FD4E-6A1B-D115-052DFC629D3A> /Applications/Adobe Dreamweaver CS6/Adobe Dreamweaver CS6.app/Contents/Frameworks/boost_date_time.framework/Versions/A/boost_date_time
    0x2898000 -  0x289bfff +com.adobe.boost_system.framework (5.0.0 - 5.0.0.0) <0CFC745C-CB43-4C4B-85A2-BBE60204A09D> /Applications/Adobe Dreamweaver CS6/Adobe Dreamweaver CS6.app/Contents/Frameworks/boost_system.framework/Versions/A/boost_system
    0x28a3000 -  0x2bd3feb +com.adobe.dvaadameve.framework (5.0.0 - 5.0.0.0) <E1A0CB86-20DE-395B-519A-0B02A7783EF3> /Applications/Adobe Dreamweaver CS6/Adobe Dreamweaver CS6.app/Contents/Frameworks/dvaadameve.framework/Versions/A/dvaadameve
    0x337b000 -  0x338fff3 +com.adobe.boost_filesystem.framework (5.0.0 - 5.0.0.0) <1DD7FD3D-AA32-F2B4-78E4-7372977856F3> /Applications/Adobe Dreamweaver CS6/Adobe Dreamweaver CS6.app/Contents/Frameworks/boost_filesystem.framework/Versions/A/boost_filesystem
    0x33ba000 -  0x353aff3 +com.adobe.dvacore.framework (5.0.0 - 5.0.0.0) <67A1A918-F107-AA77-BCA9-C919998E9C9C> /Applications/Adobe Dreamweaver CS6/Adobe Dreamweaver CS6.app/Contents/Frameworks/dvacore.framework/Versions/A/dvacore
    0x36d5000 -  0x3af5fff +com.adobe.dvaui.framework (5.0.0 - 5.0.0.0) <2B4268D5-110F-E44E-25DD-D501ED4EE7CD> /Applications/Adobe Dreamweaver CS6/Adobe Dreamweaver CS6.app/Contents/Frameworks/dvaui.framework/Versions/A/dvaui
    0x40c0000 -  0x4165fff +com.adobe.exo.framework (5.0.0 - 5.0.0.0) <78ED2229-FC60-9DCB-34C0-B3BC04E74C73> /Applications/Adobe Dreamweaver CS6/Adobe Dreamweaver CS6.app/Contents/Frameworks/exo.framework/Versions/A/exo
    0x42a2000 -  0x4350fff +com.adobe.dvaworkspace.framework (5.0.0 - 5.0.0.0) <B3DDB3EE-930F-A3EB-1AA5-B8463CC5AD7B> /Applications/Adobe Dreamweaver CS6/Adobe Dreamweaver CS6.app/Contents/Frameworks/dvaworkspace.framework/Versions/A/dvaworkspace
    0x4477000 -  0x4651feb +com.adobe.owl (AdobeOwl version 4.0.93 - 4.0.93) <9E6B8841-D4FA-A2B7-2B0A-1D2DE2219B00> /Applications/Adobe Dreamweaver CS6/Adobe Dreamweaver CS6.app/Contents/Frameworks/AdobeOwl.framework/Versions/A/AdobeOwl
    0x467e000 -  0x4685ffb +com.adobe.ape.shim (3.3.8.19346 - 3.3.8.19346) <B711CAA7-29D6-D5CF-CE1B-A611896C8D87> /Applications/Adobe Dreamweaver CS6/Adobe Dreamweaver CS6.app/Contents/Frameworks/adbeape.framework/Versions/A/adbeape
    0x468d000 -  0x46a6fe7 +libChar16.dylib (??? - ???) <A6CEB90D-0445-9F09-C60D-889D0E4F5E56> /Applications/Adobe Dreamweaver CS6/Adobe Dreamweaver CS6.app/Contents/MacOS/libChar16.dylib
    0x46c3000 -  0x46e5ff7 +libCoreTypes.dylib (??? - ???) <A1FAF8EC-6459-4654-4149-0FF9A557D70D> /Applications/Adobe Dreamweaver CS6/Adobe Dreamweaver CS6.app/Contents/MacOS/libCoreTypes.dylib
    0x46fe000 -  0x4746ff7 +libCurl.dylib (??? - ???) <40F485B4-A6EC-75CD-E370-9FDE82271700> /Applications/Adobe Dreamweaver CS6/Adobe Dreamweaver CS6.app/Contents/MacOS/libCurl.dylib
    0x4762000 -  0x476fff7 +libZ.dylib (??? - ???) <F129F5D3-8764-9B14-1E22-0DCE54B70E6C> /Applications/Adobe Dreamweaver CS6/Adobe Dreamweaver CS6.app/Contents/MacOS/libZ.dylib
    0x4777000 -  0x4823ff7 +libCrypto.dylib (??? - ???) <F4D68DC4-29A8-7E11-A3F2-231FF8462B28> /Applications/Adobe Dreamweaver CS6/Adobe Dreamweaver CS6.app/Contents/MacOS/libCrypto.dylib
    0x48c6000 -  0x48e9ff7 +libSSL.dylib (??? - ???) <408169A9-1CD1-8841-9A23-AC097F9411B8> /Applications/Adobe Dreamweaver CS6/Adobe Dreamweaver CS6.app/Contents/MacOS/libSSL.dylib
    0x4901000 -  0x4902ff7 +libCocoa.dylib (??? - ???) <DCDB2597-90DA-9DE8-D61C-DA9DEA9A7004> /Applications/Adobe Dreamweaver CS6/Adobe Dreamweaver CS6.app/Contents/MacOS/libCocoa.dylib
    0x4908000 -  0x4b53fff  com.apple.carbonframeworktemplate (1.0 - 1.0) <522C3C40-8CEA-1071-0BA1-5F5985F08CB1> /Applications/Adobe Dreamweaver CS6/Adobe Dreamweaver CS6.app/Contents/Frameworks/Xerces.framework/Versions/A/Xerces
    0x4e1e000 -  0x4e29ff3  com.apple.carbonframeworktemplate (1.0 - 1.0) <88C86490-5C27-6018-4DFD-46568255081A> /Applications/Adobe Dreamweaver CS6/Adobe Dreamweaver CS6.app/Contents/Frameworks/NetIO.framework/Versions/A/NetIO
    0x4e39000 -  0x4e3cffb +com.adobe.AdobeCrashReporter (6.0 - 6.0.20120201) <6CE1936E-6AC7-6900-769B-876CBB68B5BC> /Applications/Adobe Dreamweaver CS6/Adobe Dreamweaver CS6.app/Contents/Frameworks/AdobeCrashReporter.framework/Versions/A/AdobeCrashReporter
    0x4e44000 -  0x4fc0ff3 +com.adobe.ACE (AdobeACE 2.19.18.19243 - 2.19.18.19243) <464E11C2-11BF-EED9-445F-B110D65E1944> /Applications/Adobe Dreamweaver CS6/Adobe Dreamweaver CS6.app/Contents/Frameworks/AdobeACE.framework/Versions/A/AdobeACE
    0x4fcf000 -  0x5596fef +com.adobe.AGM (AdobeAGM 4.26.17.19243 - 4.26.17.19243) <895F58FE-CF43-B09B-336E-C7725860E6AF> /Applications/Adobe Dreamweaver CS6/Adobe Dreamweaver CS6.app/Contents/Frameworks/AdobeAGM.framework/Versions/A/AdobeAGM
    0x5609000 -  0x5624fff +com.adobe.BIB (AdobeBIB 1.2.02.19243 - 1.2.02.19243) <147A128F-ACC3-A4AB-C003-20CEAD8AE1CC> /Applications/Adobe Dreamweaver CS6/Adobe Dreamweaver CS6.app/Contents/Frameworks/AdobeBIB.framework/Versions/A/AdobeBIB
    0x562a000 -  0x5650fff +com.adobe.BIBUtils (AdobeBIBUtils 1.1.01 - 1.1.01) <55E00096-6399-E2FD-021E-A15B8CF15ABB> /Applications/Adobe Dreamweaver CS6/Adobe Dreamweaver CS6.app/Contents/Frameworks/AdobeBIBUtils.framework/Versions/A/AdobeBIBUtils
    0x5656000 -  0x597dffb +com.adobe.CoolType (AdobeCoolType 5.10.31.19243 - 5.10.31.19243) <4DB6A24B-C380-EF7A-B9A1-BF373C6F0AAD> /Applications/Adobe Dreamweaver CS6/Adobe Dreamweaver CS6.app/Contents/Frameworks/AdobeCoolType.framework/Versions/A/AdobeCoolType
    0x59b5000 -  0x6a61ff3 +com.adobe.psl (AdobePSL 13.0.0.19655 - 13.0.0.19655) <47A9AAEC-43CD-17C9-6E58-6312315FC15D> /Applications/Adobe Dreamweaver CS6/Adobe Dreamweaver CS6.app/Contents/Frameworks/AdobePSL.framework/Versions/A/AdobePSL
    0x6bda000 -  0x6c02feb +com.adobe.AXE8SharedExpat (AdobeAXE8SharedExpat 3.7.101.18636 - 3.7.101.18636) <C38ACBCE-04AA-DF40-FF79-29377F25CDAF> /Applications/Adobe Dreamweaver CS6/Adobe Dreamweaver CS6.app/Contents/Frameworks/AdobeAXE8SharedExpat.framework/Versions/A/AdobeAXE8SharedExpa t
    0x6c21000 -  0x6c7dfef +com.adobe.AdobeXMPCore (Adobe XMP Core 5.3 -c 11 - 66.145661) <123A0829-A85B-6E67-0E48-4F37B08E4C03> /Applications/Adobe Dreamweaver CS6/Adobe Dreamweaver CS6.app/Contents/Frameworks/AdobeXMP.framework/Versions/A/AdobeXMP
    0x6c86000 -  0x6cf3ffb +com.adobe.headlights.LogSessionFramework (??? - 2.1.2.1652) <82DA9279-45D2-AD40-C86C-F5A94B9DAAFF> /Applications/Adobe Dreamweaver CS6/Adobe Dreamweaver CS6.app/Contents/Frameworks/LogSession.framework/Versions/A/LogSession
    0x6d42000 -  0x6e24ff3 +com.adobe.amtlib (amtlib 6.0.0.75 - 6.0.0.75) <808CABA8-E8E6-AC45-4905-A6AA59E8C41C> /Applications/Adobe Dreamweaver CS6/Adobe Dreamweaver CS6.app/Contents/Frameworks/amtlib.framework/Versions/A/amtlib
    0x6e33000 -  0x6f1bfe3 +com.adobe.AXEDOMCore (AdobeAXEDOMCore 3.7.101.18636 - 3.7.101.18636) <2540764B-C2F2-61D7-EFBA-6663171FD19A> /Applications/Adobe Dreamweaver CS6/Adobe Dreamweaver CS6.app/Contents/Frameworks/AdobeAXEDOMCore.framework/Versions/A/AdobeAXEDOMCore
    0x6fac000 -  0x6fb0ffd  com.apple.JavaVM (14.2.2 - 14.2.2) <1163556C-5C1D-3C5A-8767-682DAE7D3174> /System/Library/Frameworks/JavaVM.framework/Versions/A/JavaVM
    0x6fb8000 -  0x70a3ff3 +com.adobe.linguistic.LinguisticManager (6.0.0 - 17018) <8CA89B59-BCD4-58A2-D40E-C41F1621EAD1> /Applications/Adobe Dreamweaver CS6/Adobe Dreamweaver CS6.app/Contents/Frameworks/AdobeLinguistic.framework/Versions/3/AdobeLinguistic
    0x712c000 -  0x7e71ff7 +libicudata.40.0.dylib (40.0.0 - compatibility 40.0.0) <015E6351-4F42-00C1-2096-BEE385B275B1> /Applications/Adobe Dreamweaver CS6/Adobe Dreamweaver CS6.app/Contents/Frameworks/ICUData.framework/Versions/4.0/libicudata.40.0.dylib
    0x7e84000 -  0x7f22fe3 +libicucnv.40.0.dylib (40.0.0 - compatibility 40.0.0) <D11DC46F-D58E-B17C-9356-46F593D5A7CF> /Applications/Adobe Dreamweaver CS6/Adobe Dreamweaver CS6.app/Contents/Frameworks/ICUConverter.framework/Versions/4.0/libicucnv.40.0.dylib
    0x7f44000 -  0x8079fe7 +libicui18n.40.0.dylib (40.0.0 - compatibility 40.0.0) <8BE3FE71-0CE6-2B93-B5F2-B4F0DD274B91> /Applications/Adobe Dreamweaver CS6/Adobe Dreamweaver CS6.app/Contents/Frameworks/ICUInternationalization.framework/Versions/4.0/libicui18n.40. 0.dylib
    0x80ed000 -  0x81defef +libicuuc.40.0.dylib (40.0.0 - compatibility 40.0.0) <4CF7066A-6E82-FF80-93E6-6849149FBB98> /Applications/Adobe Dreamweaver CS6/Adobe Dreamweaver CS6.app/Contents/Frameworks/ICUUnicode.framework/Versions/4.0/libicuuc.40.0.dylib
    0x821b000 -  0x87d1fe7 +com.adobe.dw.imageoptimization.engine (Dreamweaver Image Optimization CS6 Library version "12.0.0.043" - "12.0.0.043") <932726A9-6ECC-4BE5-9271-3482F6025679> /Applications/Adobe Dreamweaver CS6/Adobe Dreamweaver CS6.app/Contents/Frameworks/ImageOptimization.framework/Versions/A/ImageOptimization
    0x8df1000 -  0x8f31feb +com.winsoft.wrservices (WRServices 5.0.0 - 5.0.0) <6D085279-1185-E7F0-B0D8-FBADBA062516> /Applications/Adobe Dreamweaver CS6/Adobe Dreamweaver CS6.app/Contents/Frameworks/WRServices.framework/Versions/A/WRServices
    0x8fa3000 -  0x8fe6ff3 +com.adobe.AAM.AdobeUpdaterNotificationFramework (UpdaterNotifications 6.0.0.24 - 6.0.0.24) <4B40551F-5306-C836-02AD-109826BD580C> /Applications/Adobe Dreamweaver CS6/Adobe Dreamweaver CS6.app/Contents/Frameworks/UpdaterNotifications.framework/Versions/A/UpdaterNotification s
    0x8fff000 -  0x9193fff +com.adobe.PlugPlug (3.0.0.383 - 3.0.0.383) <2205B6E1-7C9E-1892-EC68-C1B326C727A8> /Applications/Adobe Dreamweaver CS6/Adobe Dreamweaver CS6.app/Contents/Frameworks/PlugPlug.framework/Versions/A/PlugPlug
    0x923b000 -  0x92d0ffb +com.adobe.boost_regex.framework (5.0.0 - 5.0.0.0) <D0E3DCBB-BFDD-3AEB-A8A7-C28FB6FED5B5> /Applications/Adobe Dreamweaver CS6/Adobe Dreamweaver CS6.app/Contents/Frameworks/boost_regex.framework/Versions/A/boost_regex
    0x9389000 -  0x93c6fff  com.apple.vmutils (4.2.1 - 107) <43B3BFA5-8362-3EBD-B44B-32DCE9885082> /System/Library/PrivateFrameworks/vmutils.framework/Versions/A/vmutils
    0x93e0000 -  0x93fffff +libtbb.dylib (??? - ???) <6EA19434-60D6-505D-CB6F-5CA562A0F2A7> /Applications/Adobe Dreamweaver CS6/Adobe Dreamweaver CS6.app/Contents/Frameworks/libtbb.dylib
    0x9416000 -  0x941efef +libtbbmalloc.dylib (??? - ???) <7A79ED70-A4AC-737A-2FAA-63B6FB29D4ED> /Applications/Adobe Dreamweaver CS6/Adobe Dreamweaver CS6.app/Contents/Frameworks/libtbbmalloc.dylib
    0x942d000 -  0x942dfff  libmx.A.dylib (2026.0.0 - compatibility 1.0.0) <859B5BCC-B5D9-370F-8B6C-1E2B242D5DCD> /usr/lib/libmx.A.dylib
    0x9430000 -  0x9434fff  JavaLaunching (??? - ???) <290DE3A4-09BA-32AC-8BE4-A49FAB981202> /System/Library/PrivateFrameworks/JavaLaunching.framework/Versions/A/JavaLaunching
    0x9458000 -  0x9459ff1  com.apple.textencoding.unicode (2.4 - 2.4) <4E55D4B9-4E67-3FC9-9407-3E99D1D50F15> /System/Library/TextEncodings/Unicode Encodings.bundle/Contents/MacOS/Unicode Encodings
    0xaff1000 -  0xaff2ffc  ATSHI.dylib (??? - ???) <15AA6595-2581-37BF-9237-85AECE8FDAD9> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framew ork/Versions/A/Resources/ATSHI.dylib
    0xc90e000 -  0xc91cffb  libSimplifiedChineseConverter.dylib (54.0.0 - compatibility 1.0.0) <4378B89F-0BDA-3072-9C67-DE1A371DD816> /System/Library/CoreServices/Encodings/libSimplifiedChineseConverter.dylib
    0xc920000 -  0xc932fff  libTraditionalChineseConverter.dylib (54.0.0 - compatibility 1.0.0) <F7D2A96C-D03F-3C0B-83FC-1016BB787B59> /System/Library/CoreServices/Encodings/libTraditionalChineseConverter.dylib
    0xceb6000 -  0xceb7ffb  com.apple.carbonbundletemplate (12,0,0, 5808 - 12,0,0) <9A813627-0886-6DB1-B012-A20E1631C8EC> /Applications/Adobe Dreamweaver CS6/*/MM.bundle/Contents/MacOS/MM
    0xcebd000 -  0xcebeff7  com.apple.carbonbundletemplate (12,0,0, 5808 - 12,0,0) <EF780E97-5C7C-8192-119A-857F7A394B51> /Applications/Adobe Dreamweaver CS6/*/DWfile.bundle/Contents/MacOS/DWfile
    0xcf5b000 -  0xcf79fe3  com.apple.carbonbundletemplate (3.0.2,5808 - 3.0.2) <70C51FDF-69D3-638E-B512-C984DD75BD87> /Applications/Adobe Dreamweaver CS6/*/MMNotes.bundle/Contents/MacOS/MMNotes
    0x1106c000 - 0x110b0ff7  com.apple.carbonbundletemplate (1.0.0,5808 - 1.0.0) <DB1BC7D0-5E3C-E7E2-7821-9D36A977A111> /Applications/Adobe Dreamweaver CS6/*/JSBridge.bundle/Contents/MacOS/JSBridge
    0x113d0000 - 0x113d4ffb  libFontRegistryUI.dylib (??? - ???) <D57C050B-411F-3481-BFFA-775EDCAA1D37> /System/Library/Frameworks/ApplicationServices.framework/Frameworks/ATS.framework/Resourc es/libFontRegistryUI.dylib
    0x11728000 - 0x1179afef +com.adobe.adobe_caps (adobe_caps 6.0.29.0 - 6.0.29.0) <E4ADECD5-05B4-E78B-09D8-E45FD640E84D> /Applications/Adobe Dreamweaver CS6/Adobe Dreamweaver CS6.app/Contents/Frameworks/adobe_caps.framework/adobe_caps
    0x117a7000 - 0x117ceffb +ServiceManager-Launcher.dylib (389.0.0 - compatibility 2.5.0) <4EEAF886-0B48-9FF4-BE65-41E222123A50> /Library/Application Support/Adobe/*/ServiceManager-Launcher.dylib
    0x117d8000 - 0x117dcffb  com.apple.audio.AudioIPCPlugIn (1.2.2 - 1.2.2) <E6982BB2-BEC8-3232-989D-B3D5B26AE0DF> /System/Library/Extensions/AudioIPCDriver.kext/Contents/Resources/AudioIPCPlugIn.bundle/C ontents/MacOS/AudioIPCPlugIn
    0x117e1000 - 0x117e6fff  com.apple.audio.AppleHDAHALPlugIn (2.2.0 - 2.2.0f3) <BAD1E0E6-10E6-342C-BEB8-B1706F0CE2CF> /System/Library/Extensions/AppleHDA.kext/Contents/PlugIns/AppleHDAHALPlugIn.bundle/Conten ts/MacOS/AppleHDAHALPlugIn
    0x11a00000 - 0x11a54fe7 +com.adobe.ape (3.3.8.19346 - 3.3.8.19346) <0B80F7A7-EC10-A7C7-5E6E-787953553C55> /Library/Application Support/Adobe/*/adbeapecore.framework/adbeapecore
    0x11a6d000 - 0x129b5fcb +com.adobe.ape.engine (3.3.8.19346 - 3.3.8.19346) <FB642021-E854-27B0-9C15-E3567B4F56B9> /Library/Application Support/Adobe/*/adbeapecore.framework/Libraries/adbeapeengine.bundle/Contents/MacOS/adbea peengine
    0x12bb0000 - 0x12c5dff7  libcrypto.0.9.7.dylib (0.9.7 - compatibility 0.9.7) <7B6DB792-C9E5-3772-8734-8D0052757B8C> /usr/lib/libcrypto.0.9.7.dylib
    0x12ea2000 - 0x12ecbffb +com.digidesign.digidesign.DigiCoreAudioPlugIn (9.0.5 - 9.0.5f52) <5B31183A-6362-B533-130D-ABCF967097D2> /Library/Audio/Plug-Ins/HAL/Digidesign CoreAudio.plugin/Contents/MacOS/Digidesign CoreAudio
    0x12edc000 - 0x12edfff7 +com.macromedia.Flash Player.plugin (11.2.202.228 - 11.2.202.228) <8A859732-D0C5-F4A2-7930-19A563E54496> /Library/Internet Plug-Ins/Flash Player.plugin/Contents/MacOS/Flash Player
    0x13415000 - 0x13449ff7 +com.adobe.pip (??? - 6.0.0.1654) <21A87289-747E-A0BD-2692-F9E844932E26> /Applications/Adobe Dreamweaver CS6/Adobe Dreamweaver CS6.app/Contents/Frameworks/AdobePIP.framework/AdobePIP
    0x13455000 - 0x13482ff8  GLRendererFloat (??? - ???) <70ADE58D-B399-3279-9774-2D5929D5FCB1> /System/Library/Frameworks/OpenGL.framework/Resources/GLRendererFloat.bundle/GLRendererFl oat
    0x13a8c000 - 0x13bf9ffb  GLEngine (??? - ???) <D73F1031-6DD3-38EB-966B-7A2C9F17F023> /System/Library/Frameworks/OpenGL.framework/Resources/GLEngine.bundle/GLEngine
    0x13c2d000 - 0x13d24ffb  libGLProgrammability.dylib (??? - ???) <FA509930-D201-372B-B787-18CBD8477D06> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLProgrammability.dyl ib
    0x13d48000 - 0x140dffef  com.apple.driver.AppleIntelHD3000GraphicsGLDriver (7.18.18 - 7.1.8) <FA35853F-72D6-3070-A975-D64BB5A2952D> /System/Library/Extensions/AppleIntelHD3000GraphicsGLDriver.bundle/Contents/MacOS/AppleIn telHD3000GraphicsGLDriver
    0x1502d000 - 0x15a1fff3 +com.macromedia.Flash Player.authplaylib (10.2.152.34 - 10.2.152.34) <F5DEB3D4-4A6A-DDB6-8590-3E98276AE494> /Applications/Adobe Dreamweaver CS6/*/AuthPlayLib.bundle/Contents/MacOS/AuthPlayLib
    0x160f5000 - 0x160f7ffb +jp.Canon.cig.spdownload (1.1.0.2 - 1.1) <422111B0-25CB-CA9B-0F7A-8C25FF9A83AE> /Library/Internet Plug-Ins/SELPHY Photo Print Plugin.plugin/Contents/MacOS/SELPHY Photo Print Plugin
    0x17353000 - 0x1735dff7 +com.adobe.protodwext.AdobeProtoDWExt (1.0.0 - 1.0.0) <457EF284-C4C8-CE49-633D-D6CA5D9B97EB> /Users/USER/Library/Application Support/Adobe/*/AdobeProtoDWExt.bundle/Contents/MacOS/AdobeProtoDWExt
    0x1744e000 - 0x17478ff3 +com.adobe.acrobat.pdfviewer (10.1.3 - 10.1.3) <60F3011F-A2F3-BE3D-4CDF-0BA7862EF173> /Library/Internet Plug-Ins/AdobePDFViewer.plugin/Contents/MacOS/AdobePDFViewer
    0x1782b000 - 0x1783cff2 +net.telestream.wmv.plugin (2.4.1.4 - 2.4.1.4) <F93755BA-A4A1-F791-5EC2-C0C491F41EF0> /Library/Internet Plug-Ins/Flip4Mac WMV Plugin.plugin/Contents/MacOS/Flip4Mac WMV Plugin
    0x17fa5000 - 0x17fb2ff7 +net.telestream.license (1.0.8.2-GC - 1.0.8.2-GC) <1323CE63-89A3-968F-F3D6-DE830D9C720B> /Library/Frameworks/TSLicense.framework/Versions/A/TSLicense
    0x17fbb000 - 0x17fc2ffb  com.apple.QuartzComposer.webplugin (1.3 - 34) <D7E1DF56-F016-3BDC-9FC1-723AAD2D7D68> /Library/Internet Plug-Ins/Quartz Composer.webplugin/Contents/MacOS/Quartz Composer
    0x17fc8000 - 0x17fe4fff +com.wacom.tabletplugin (1.1.1-1 - 1.1.1f1) <69F7256E-1159-CEE7-144C-F9C127EE9E39> /Library/Internet Plug-Ins/WacomNetscape.plugin/Contents/MacOS/WacomNetscape
    0x18800000 - 0x18f67ff7 +WebKitDw.dylib (??? - ???) <D65DCC25-9F5F-4A61-AD27-DB4ACD1D591F> /Applications/Adobe Dreamweaver CS6/*/WebKitDw.dylib
    0x1a156000 - 0x1a278ff3  com.apple.carbonbundletemplate (1.0 - 1.0) <B3E2C642-787F-5EE9-1CAE-6C73315E323D> /Applications/Adobe Dreamweaver CS6/*/JS_KnowledgeEngine.bundle/Contents/MacOS/JS_KnowledgeEngine
    0x1a2c2000 - 0x1a35dff3  com.apple.carbonbundletemplate (1.0 - 1.0) <BC4C9A0D-0563-F6AF-41CC-EA9CDD28DE39> /Applications/Adobe Dreamweaver CS6/*/PHP_KE.bundle/Contents/MacOS/PHP_KE
    0x1bb0e000 - 0x1bb48fff +com.adobe.acrobat.pdfviewerNPAPI (10.1.3 - 10.1.3) <6075D23D-B256-536C-F67C-5367946FA0B2> /Library/Internet Plug-Ins/AdobePDFViewerNPAPI.plugin/Contents/MacOS/AdobePDFViewerNPAPI
    0x1bb7f000 - 0x1bbc1ffb  com.apple.QuickTime Plugin.plugin (7.7.1 - 2330) <73703821-C419-3F74-955B-B7A47E1BCAF3> /Library/Internet Plug-Ins/QuickTime Plugin.plugin/Contents/MacOS/QuickTime Plugin
    0x1bd00000 - 0x1bdeffff +com.AdobeAAMDetectLib.AdobeAAMDetect (AdobeAAMDetect 1.0.0.0 - 1.0.0.0) <356733AF-0AD3-8944-37F2-5154B967358C> /Library/Internet Plug-Ins/AdobeAAMDetect.plugin/Contents/MacOS/AdobeAAMDetect
    0x1c800000 - 0x1d266fe5 +com.microsoft.SilverlightPlugin (4.0.60831.0 - 4.0.60831.0) <F456A526-9DFB-4B80-20C4-7000DFF44A4B> /Library/Internet Plug-Ins/Silverlight.plugin/Contents/MacOS/agcore
    0x40000000 - 0x400c4fe3 +com.adobe.JP2K (2.0.0 - 2.0.0.18562) <FFA540EA-6CEB-F4D1-E0EF-A844A536D499> /Applications/Adobe Dreamweaver CS6/Adobe Dreamweaver CS6.app/Contents/Frameworks/AdobeJP2K.framework/Versions/A/AdobeJP2K
    0x8fef1000 - 0x8ff23aa7  dyld (195.6 - ???) <3A866A34-4CDD-35A4-B26E-F145B05F3644> /usr/lib/dyld
    0x90011000 - 0x900ceff3  ColorSyncDeprecated.dylib (4.6.0 - compatibility 1.0.0) <726898F5-E718-3F27-B415-D6FDCDE09174> /System/Library/Frameworks/ApplicationServices.framework/Frameworks/ColorSync.framework/V ersions/A/Resources/ColorSyncDeprecated.dylib
    0x900da000 - 0x900dbff4  libremovefile.dylib (21.1.0 - compatibility 1.0.0) <6DE3FDC7-0BE0-3791-B6F5-C15422A8AFB8> /usr/lib/system/libremovefile.dylib
    0x900dc000 - 0x900e9fff  libGL.dylib (??? - ???) <30E6DED6-0213-3A3B-B2B3-310E33301CCB> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib
    0x900ea000 - 0x90133ff7  libGLU.dylib (??? - ???) <5EE0B644-FAD6-3E3C-A380-9B0CDA0B6432> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLU.dylib
    0x90145000 - 0x90162fff  libresolv.9.dylib (46.1.0 - compatibility 1.0.0) <2870320A-28DA-3B44-9D82-D56E0036F6BB> /usr/lib/libresolv.9.dylib
    0x90163000 - 0x9016effe  libbz2.1.0.dylib (1.0.5 - compatibility 1.0.0) <B63F5D07-93B3-3F02-BFB7-472B4ED3521F> /usr/lib/libbz2.1.0.dylib
    0x901ab000 - 0x901fcff9  com.apple.QuickLookFramework (3.2 - 500.16) <725FAE01-1597-38C7-841D-D9D83358921E> /System/Library/Frameworks/QuickLook.framework/Versions/A/QuickLook
    0x901fd000 - 0x90b2759b  com.apple.CoreGraphics (1.600.0 - ???) <62026E0C-E30F-3FF0-B0F6-6A2D270B20BF> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphi cs.framework/Versions/A/CoreGraphics
    0x90b28000 - 0x90c7afff  com.apple.audio.toolbox.AudioToolbox (1.7.2 - 1.7.2) <E369AC9E-F548-3DF6-B320-9D09E486070E> /System/Library/Frameworks/AudioToolbox.framework/Versions/A/AudioToolbox
    0x90cb2000 - 0x90d9afff  libxml2.2.dylib (10.3.0 - compatibility 10.0.0) <1841196F-68B5-309F-8ED1-6714B1DFEC83> /usr/lib/libxml2.2.dylib
    0x90d9b000 - 0x90d9cfff  libsystem_blocks.dylib (53.0.0 - compatibility 1.0.0) <B04592B1-0924-3422-82FF-976B339DF567> /usr/lib/system/libsystem_blocks.dylib
    0x90d9d000 - 0x90df8ff3  com.apple.Symbolication (1.3 - 91) <4D12D2EC-5010-3958-A205-9A67E972C76A> /System/Library/PrivateFrameworks/Symbolication.framework/Versions/A/Symbolication
    0x9148b000 - 0x9148ffff  libGIF.dylib (??? - ???) <A6F1ACAE-7B9B-3B3F-A54A-ED4004EA1D85> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.fr amework/Versions/A/Resources/libGIF.dylib
    0x91490000 - 0x91497ff9  libsystem_dnssd.dylib (??? - ???) <D3A766FC-C409-3A57-ADE4-94B7688E1C7E> /usr/lib/system/libsystem_dnssd.dylib
    0x914f5000 - 0x915d8ff7  libcrypto.0.9.8.dylib (44.0.0 - compatibility 0.9.8) <BD913D3B-388D-33AE-AA5E-4810C743C28F> /usr/lib/libcrypto.0.9.8.dylib
    0x915d9000 - 0x915e7fff  com.apple.opengl (1.7.7 - 1.7.7) <2D362F15-5EA6-37B6-9BCB-58F2C599ACDA> /System/Library/Frameworks/OpenGL.framework/Versions/A/OpenGL
    0x916c9000 - 0x9171aff9  com.apple.ScalableUserInterface (1.0 - 1) <3C39DF4D-5CAE-373A-BE08-8CD16E514337> /System/Library/Frameworks/QuartzCore.framework/Versions/A/Frameworks/ScalableUserInterfa ce.framework/Versions/A/ScalableUserInterface
    0x91788000 - 0x91878ff1  libiconv.2.dylib (7.0.0 - compatibility 7.0.0) <9E5F86A3-8405-3774-9E0C-3A074273C96D> /usr/lib/libiconv.2.dylib
    0x91879000 - 0x9187afff  libDiagnosticMessagesClient.dylib (??? - ???) <DB3889C2-2FC2-3087-A2A2-4C319455E35C> /usr/lib/libDiagnosticMessagesClient.dylib
    0x9187b000 - 0x9187dff9  com.apple.securityhi (4.0 - 1) <39157216-5E43-392A-AE3F-716726D8C8BF> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SecurityHI.framework/Ve rsions/A/SecurityHI
    0x918ee000 - 0x91b08ff7  com.apple.imageKit (2.1.2 - 1.0) <0A14D083-5217-3180-A354-A5FDC754E3FC> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/ImageKit.framework/Vers ions/A/ImageKit
    0x91b09000 - 0x91b0cffb  com.apple.help (1.3.2 - 42) <B1E6701C-7473-30B2-AB5A-AFC9A4823694> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Help.framework/Versions /A/Help
    0x91b0d000 - 0x91b8affe  com.apple.PDFKit (2.6.3 - 2.6.3) <780A5EE1-48CB-3B80-BBDF-1081512BA0DC> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/PDFKit.framework/Versio ns/A/PDFKit
    0x91b8b000 - 0x91b94fff  libc++abi.dylib (14.0.0 - compatibility 1.0.0) <FEB5330E-AD5D-37A0-8AB2-0820F311A2C8> /usr/lib/libc++abi.dylib
    0x91b95000 - 0x91c22ff7  com.apple.CoreText (220.20.0 - ???) <0C3EDD4F-6112-353A-8A3A-8D630182C22A> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreText.f ramework/Versions/A/CoreText
    0x91c23000 - 0x91c2efff  libkxld.dylib (??? - ???) <D8ED88D0-7153-3514-9927-AF15A12261A5> /usr/lib/system/libkxld.dylib
    0x91c2f000 - 0x91c5cff9  com.apple.securityinterface (5.0 - 55022.4) <B59D9B2A-7FB8-32EC-B8D9-6D4DE76508F7> /System/Library/Frameworks/SecurityInterface.framework/Versions/A/SecurityInterface
    0x91c5d000 - 0x91c5dfff  com.apple.Accelerate.vecLib (3.7 - vecLib 3.7) <22997C20-BEB7-301D-86C5-5BFB3B06D212> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Ve rsions/A/vecLib
    0x91c5e000 - 0x91e56ff7  com.apple.CoreData (104.1 - 358.14) <C1730963-F75D-3338-B65F-D50235538B28> /System/Library/Frameworks/CoreData.framework/Versions/A/CoreData
    0x91e70000 - 0x91e7cff4  com.apple.CrashReporterSupport (10.7.4 - 352) <B75C7A0E-A497-30DB-B3DE-737C957A056E> /System/Library/PrivateFrameworks/CrashReporterSupport.framework/Versions/A/CrashReporter Support
    0x92138000 - 0x92140fff  com.apple.DiskArbitration (2.4.1 - 2.4.1) <28D5D8B5-14E8-3DA1-9085-B9BC96835ACF> /System/Library/Frameworks/DiskArbitration.framework/Versions/A/DiskArbitration
    0x92167000 - 0x9242afff  com.apple.security (7.0 - 55148.1) <77754898-4FCD-3CA3-9339-F1058C852806> /System/Library/Frameworks/Security.framework/Versions/A/Security
    0x92523000 - 0x92523fff  libffi.dylib (??? - ???) <58A2AA81-461E-3581-9A8C-880A3BDA2D6A> /usr/lib/libffi.dylib
    0x92524000 - 0x92524ff0  com.apple.ApplicationServices (41 - 41) <C48EF6B2-ABF9-35BD-A07A-A38EC0008294> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/ApplicationServices
    0x92525000 - 0x92567ff7  com.apple.CoreMedia (1.0 - 705.78) <D88AC852-8844-3B73-81C8-DF605F00AB40> /System/Library/Frameworks/CoreMedia.framework/Versions/A/CoreMedia
    0x92568000 - 0x925effff  com.apple.print.framework.PrintCore (7.1 - 366.3) <EEC03CAB-7F79-3931-87FE-4DF0B767BF47> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/PrintCore. framework/Versions/A/PrintCore
    0x925f0000 - 0x92666fff  com.apple.Metadata (10

  • PHP causes dreamweaver to crash

    When I open a php page it will open fine but if I click any
    of the php code dreamweaver just freezes. I have turned off
    validation in preferences but still no help.

    See if this TechNote helps:
    Dreamweaver crashes when accessing help system when Internet
    Explorer 7 is
    installed
    http://www.adobe.com/go/6d7a2c59
    David Alcala
    Adobe Product Support

  • Tiff file causing finder and preview to crash

    Intially I thought there was something wrong with finder however it seems to be just in relation to a tiff file. Also crashes when opening with preview but photoshop 6 is fine. Below it the problem report from preview. Can anyone help? Thanks!
    I've deleted the file completely and made a new copy from the psd but hasnt solved the proble. Also ran disk repair, deleted preferences for finder and emptied trah in safe mode as at one point I couldn't open or emty it.
    Process:         Preview [470]
    Path:            /Applications/Preview.app/Contents/MacOS/Preview
    Identifier:      com.apple.Preview
    Version:         5.0.3 (504.1)
    Build Info:      Preview-5040100~1
    Code Type:       X86-64 (Native)
    Parent Process:  launchd [105]
    Date/Time:       2013-09-19 18:49:17.391 +1000
    OS Version:      Mac OS X 10.6.8 (10K549)
    Report Version:  6
    Interval Since Last Report:          14795678 sec
    Crashes Since Last Report:           196
    Per-App Interval Since Last Report:  738453 sec
    Per-App Crashes Since Last Report:   4
    Anonymous UUID:                      9405B2ED-BFDF-44AD-90B3-2850089F4D7F
    Exception Type:  EXC_BAD_ACCESS (SIGSEGV)
    Exception Codes: KERN_INVALID_ADDRESS at 0x000000012f693000
    Crashed Thread:  3  Dispatch queue: com.apple.root.default-priority
    Thread 0:  Dispatch queue: com.apple.main-thread
    0   libSystem.B.dylib                       0x0000000100b40d7a mach_msg_trap + 10
    1   libSystem.B.dylib                       0x0000000100b413ed mach_msg + 59
    2   com.apple.CoreGraphics                  0x0000000103069230 _CGSSynchronizeWindowBackingStore + 97
    3   com.apple.CoreGraphics                  0x000000010304eda9 _CGSLockWindow + 4515
    4   com.apple.CoreGraphics                  0x000000010305593f CGSDeviceLock + 535
    5   libRIP.A.dylib                          0x000000010a664e7b ripd_Lock + 46
    6   libRIP.A.dylib                          0x000000010a66b1f9 ripl_BltImage + 294
    7   libRIP.A.dylib                          0x000000010a66ae61 ripc_RenderImage + 323
    8   libRIP.A.dylib                          0x000000010a66dc64 ripc_DrawImages + 7966
    9   com.apple.CoreGraphics                  0x000000010306f63d CGContextDrawImages + 228
    10  com.apple.coreui                        0x00000001065dc316 CUIRenderer::DrawWindowFrameDark(CUIDescriptor const*) + 4990
    11  com.apple.coreui                        0x00000001065dec77 CUIRenderer::Draw(CGRect, CGContext*, __CFDictionary const*, __CFDictionary const**) + 4787
    12  com.apple.AppKit                        0x0000000101abb516 _NSDrawThemeBackground + 1111
    13  com.apple.AppKit                        0x0000000101abafe3 -[NSThemeFrame _drawUnifiedToolbar:] + 916
    14  com.apple.AppKit                        0x0000000101aba6b8 -[NSThemeFrame _drawTitleBar:] + 604
    15  com.apple.AppKit                        0x0000000101aba3f9 -[NSThemeFrame drawFrame:] + 947
    16  com.apple.AppKit                        0x0000000101ab9f80 -[NSFrameView drawRect:] + 773
    17  com.apple.AppKit                        0x0000000101ab96e9 -[NSThemeFrame drawRect:] + 109
    18  com.apple.AppKit                        0x0000000101ab8d75 -[NSView _drawRect:clip:] + 3566
    19  com.apple.AppKit                        0x0000000101ab654b -[NSView _recursiveDisplayRectIfNeededIgnoringOpacity:isVisibleRect:rectIsVisibleRectFor View:topView:] + 2112
    20  com.apple.AppKit                        0x0000000101ab5b2c -[NSThemeFrame _recursiveDisplayRectIfNeededIgnoringOpacity:isVisibleRect:rectIsVisibleRectFor View:topView:] + 254
    21  com.apple.AppKit                        0x0000000101ab23de -[NSView _displayRectIgnoringOpacity:isVisibleRect:rectIsVisibleRectForView:] + 2683
    22  com.apple.AppKit                        0x0000000101a2bc0e -[NSView displayIfNeeded] + 969
    23  com.apple.AppKit                        0x0000000101a26aba _handleWindowNeedsDisplay + 678
    24  com.apple.CoreFoundation                0x0000000100ed0b07 __CFRunLoopDoObservers + 519
    25  com.apple.CoreFoundation                0x0000000100eac434 __CFRunLoopRun + 468
    26  com.apple.CoreFoundation                0x0000000100eabd8f CFRunLoopRunSpecific + 575
    27  com.apple.HIToolbox                     0x00000001029ee74e RunCurrentEventLoopInMode + 333
    28  com.apple.HIToolbox                     0x00000001029ee553 ReceiveNextEventCommon + 310
    29  com.apple.HIToolbox                     0x00000001029ee40c BlockUntilNextEventMatchingListInMode + 59
    30  com.apple.AppKit                        0x00000001019fbeb2 _DPSNextEvent + 708
    31  com.apple.AppKit                        0x00000001019fb801 -[NSApplication nextEventMatchingMask:untilDate:inMode:dequeue:] + 155
    32  com.apple.AppKit                        0x00000001019c168f -[NSApplication run] + 395
    33  com.apple.AppKit                        0x00000001019ba3b0 NSApplicationMain + 364
    34  com.apple.Preview                       0x0000000100001464 start + 52
    Thread 1:  Dispatch queue: com.apple.libdispatch-manager
    0   libSystem.B.dylib                       0x0000000100b59c0a kevent + 10
    1   libSystem.B.dylib                       0x0000000100b5badd _dispatch_mgr_invoke + 154
    2   libSystem.B.dylib                       0x0000000100b5b7b4 _dispatch_queue_invoke + 185
    3   libSystem.B.dylib                       0x0000000100b5b2de _dispatch_worker_thread2 + 252
    4   libSystem.B.dylib                       0x0000000100b5ac08 _pthread_wqthread + 353
    5   libSystem.B.dylib                       0x0000000100b5aaa5 start_wqthread + 13
    Thread 2:  Dispatch queue: com.apple.root.default-priority
    0   libSystem.B.dylib                       0x0000000100b40dc2 semaphore_wait_signal_trap + 10
    1   libSystem.B.dylib                       0x0000000100b4640d pthread_mutex_lock + 469
    2   com.apple.ImageIO.framework             0x00000001038256de ImageProviderCopyImageBlockSetCallback + 131
    3   com.apple.CoreGraphics                  0x00000001031b4d83 subImageProviderCopyImageBlockSet + 338
    4   com.apple.CoreGraphics                  0x00000001030a91a2 img_blocks_create + 356
    5   com.apple.CoreGraphics                  0x00000001030a9015 img_blocks_extent + 96
    6   com.apple.CoreGraphics                  0x0000000103073bf2 img_data_lock + 8480
    7   com.apple.CoreGraphics                  0x0000000103070dd7 CGSImageDataLock + 212
    8   libRIP.A.dylib                          0x000000010a66a25f ripc_AcquireImage + 2431
    9   libRIP.A.dylib                          0x000000010a668ae3 ripc_DrawImage + 1208
    10  com.apple.CoreGraphics                  0x000000010308bc0a CGContextDrawImage + 446
    11  com.apple.Preview                       0x000000010001fd80 -[PVIVImage _ISRDrawImageRect:intoContext:allowSubsampling:flipped:applyColorFilters:] + 2163
    12  com.apple.Preview                       0x000000010001f0e7 -[PVIVImageTile _loadLevel:onOperation:] + 633
    13  com.apple.Preview                       0x000000010001ec9f -[PVIVImageTileLoadOp main] + 46
    14  com.apple.Foundation                    0x0000000101129dd0 -[__NSOperationInternal start] + 681
    15  com.apple.Foundation                    0x0000000101207bd5 ____NSOQSchedule_block_invoke_2 + 129
    16  libSystem.B.dylib                       0x0000000100b7cd64 _dispatch_call_block_and_release + 15
    17  libSystem.B.dylib                       0x0000000100b5b2d1 _dispatch_worker_thread2 + 239
    18  libSystem.B.dylib                       0x0000000100b5ac08 _pthread_wqthread + 353
    19  libSystem.B.dylib                       0x0000000100b5aaa5 start_wqthread + 13
    Thread 3 Crashed:  Dispatch queue: com.apple.root.default-priority
    0   com.apple.ImageIO.framework             0x0000000103917ac3 ImageIO_RemoveExtaChannels16Bit + 55
    1   com.apple.ImageIO.framework             0x000000010382ce94 copyImageBlockSetTIFF + 3091
    2   com.apple.ImageIO.framework             0x0000000103825718 ImageProviderCopyImageBlockSetCallback + 189
    3   com.apple.CoreGraphics                  0x00000001031b4d83 subImageProviderCopyImageBlockSet + 338
    4   com.apple.CoreGraphics                  0x00000001030a91a2 img_blocks_create + 356
    5   com.apple.CoreGraphics                  0x00000001030a9015 img_blocks_extent + 96
    6   com.apple.CoreGraphics                  0x0000000103073bf2 img_data_lock + 8480
    7   com.apple.CoreGraphics                  0x0000000103070dd7 CGSImageDataLock + 212
    8   libRIP.A.dylib                          0x000000010a66a25f ripc_AcquireImage + 2431
    9   libRIP.A.dylib                          0x000000010a668ae3 ripc_DrawImage + 1208
    10  com.apple.CoreGraphics                  0x000000010308bc0a CGContextDrawImage + 446
    11  com.apple.Preview                       0x000000010001fd80 -[PVIVImage _ISRDrawImageRect:intoContext:allowSubsampling:flipped:applyColorFilters:] + 2163
    12  com.apple.Preview                       0x000000010001f0e7 -[PVIVImageTile _loadLevel:onOperation:] + 633
    13  com.apple.Preview                       0x000000010001ec9f -[PVIVImageTileLoadOp main] + 46
    14  com.apple.Foundation                    0x0000000101129dd0 -[__NSOperationInternal start] + 681
    15  com.apple.Foundation                    0x0000000101207bd5 ____NSOQSchedule_block_invoke_2 + 129
    16  libSystem.B.dylib                       0x0000000100b7cd64 _dispatch_call_block_and_release + 15
    17  libSystem.B.dylib                       0x0000000100b5b2d1 _dispatch_worker_thread2 + 239
    18  libSystem.B.dylib                       0x0000000100b5ac08 _pthread_wqthread + 353
    19  libSystem.B.dylib                       0x0000000100b5aaa5 start_wqthread + 13
    Thread 4:
    0   libSystem.B.dylib                       0x0000000100b5aa2a __workq_kernreturn + 10
    1   libSystem.B.dylib                       0x0000000100b5ae3c _pthread_wqthread + 917
    2   libSystem.B.dylib                       0x0000000100b5aaa5 start_wqthread + 13
    Thread 5:
    0   libSystem.B.dylib                       0x0000000100b5aa2a __workq_kernreturn + 10
    1   libSystem.B.dylib                       0x0000000100b5ae3c _pthread_wqthread + 917
    2   libSystem.B.dylib                       0x0000000100b5aaa5 start_wqthread + 13
    Thread 3 crashed with X86 Thread State (64-bit):
      rax: 0x0000000000001378  rbx: 0x000000010a9df000  rcx: 0x000000000000000a  rdx: 0x0000000000000003
      rdi: 0x000000011ced7240  rsi: 0x000000012f692ffc  rbp: 0x000000011ced7010  rsp: 0x000000011ced6fe8
       r8: 0x000000010a9e74d2   r9: 0x0000000000000761  r10: 0x0000000000000762  r11: 0x000000012f689c68
      r12: 0x0000000000000000  r13: 0x0000000000000001  r14: 0x00000000000084e4  r15: 0x00000000000084e4
      rip: 0x0000000103917ac3  rfl: 0x0000000000010202  cr2: 0x000000012f693000
    Binary Images:
           0x100000000 -        0x100169ff7  com.apple.Preview 5.0.3 (504.1) <7853E669-067D-6598-1F15-F274AB6190D5> /Applications/Preview.app/Contents/MacOS/Preview
           0x10022b000 -        0x10022bff7  com.apple.Carbon 150 (152) <BD59781B-CDD9-9E53-7918-5566FB25D304> /System/Library/Frameworks/Carbon.framework/Versions/A/Carbon
           0x10022e000 -        0x10022eff7  com.apple.Cocoa 6.6 (???) <C69E895A-1C66-3DA9-5F63-8BE85DB9C4E1> /System/Library/Frameworks/Cocoa.framework/Versions/A/Cocoa
           0x100231000 -        0x100240fef  com.apple.opengl 1.6.14 (1.6.14) <ECAE2D12-5BE3-46E7-6EE5-563B80B32A3E> /System/Library/Frameworks/OpenGL.framework/Versions/A/OpenGL
           0x100249000 -        0x100249ff7  com.apple.ApplicationServices 38 (38) <0E2FC75E-2BE2-D04D-CA78-76E38A89DD30> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Application Services
           0x10024c000 -        0x10024cff7  com.apple.quartzframework 1.5 (1.5) <FA660AAC-70CD-7EA2-5DF1-A8724D8F4B1B> /System/Library/Frameworks/Quartz.framework/Versions/A/Quartz
           0x10024f000 -        0x1002affe7  com.apple.framework.IOKit 2.0 (???) <2D2A51AA-4021-0F64-BE58-B0ED5388D899> /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit
           0x1002d3000 -        0x100515fe7  com.apple.AddressBook.framework 5.0.4 (883) <B6BD722F-BD01-E73A-66D2-88AFE26355DF> /System/Library/Frameworks/AddressBook.framework/Versions/A/AddressBook
           0x100650000 -        0x100650ff7  com.apple.Accelerate 1.6 (Accelerate 1.6) <15DF8B4A-96B2-CB4E-368D-DEC7DF6B62BB> /System/Library/Frameworks/Accelerate.framework/Versions/A/Accelerate
           0x100653000 -        0x100788fff  com.apple.audio.toolbox.AudioToolbox 1.6.7 (1.6.7) <F4814A13-E557-59AF-30FF-E62929367933> /System/Library/Frameworks/AudioToolbox.framework/Versions/A/AudioToolbox
           0x100802000 -        0x10083bff7  com.apple.MeshKit 1.1 (49.2) <B85DDDC7-4053-4DB8-E1B5-AA0CBD4CDD1C> /System/Library/PrivateFrameworks/MeshKit.framework/Versions/A/MeshKit
           0x100867000 -        0x1008b2fef  com.apple.ImageCaptureCore 1.1 (1.1) <F23CA537-4F18-76FC-8D9C-ED6E645186FC> /System/Library/Frameworks/ImageCaptureCore.framework/Versions/A/ImageCaptureCo re
           0x1008e6000 -        0x100a56fff  com.apple.QTKit 7.7 (1799) <121D860A-89F4-5F7C-59FD-AC44D6482BD5> /System/Library/Frameworks/QTKit.framework/Versions/A/QTKit
           0x100b40000 -        0x100d01fef  libSystem.B.dylib 125.2.11 (compatibility 1.0.0) <9AB4F1D1-89DC-0E8A-DC8E-A4FE4D69DB69> /usr/lib/libSystem.B.dylib
           0x100d93000 -        0x100e49ff7  libobjc.A.dylib 227.0.0 (compatibility 1.0.0) <03140531-3B2D-1EBA-DA7F-E12CC8F63969> /usr/lib/libobjc.A.dylib
           0x100e5d000 -        0x100e5dff7  com.apple.CoreServices 44 (44) <616722B1-5E79-DCCF-BF5E-0DD5802CCBD9> /System/Library/Frameworks/CoreServices.framework/Versions/A/CoreServices
           0x100e60000 -        0x100fd7fe7  com.apple.CoreFoundation 6.6.6 (550.44) <BB4E5158-E47A-39D3-2561-96CB49FA82D4> /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
           0x1010f0000 -        0x101372fff  com.apple.Foundation 6.6.8 (751.63) <E10E4DB4-9D5E-54A8-3FB6-2A82426066E4> /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation
           0x1014ea000 -        0x1014eaff7  com.apple.vecLib 3.6 (vecLib 3.6) <96FB6BAD-5568-C4E0-6FA7-02791A58B584> /System/Library/Frameworks/vecLib.framework/Versions/A/vecLib
           0x1014ed000 -        0x10188afe7  com.apple.QuartzCore 1.6.3 (227.37) <16DFF6CD-EA58-CE62-A1D7-5F6CE3D066DD> /System/Library/Frameworks/QuartzCore.framework/Versions/A/QuartzCore
           0x1019b8000 -        0x1023b2ff7  com.apple.AppKit 6.6.8 (1038.36) <4CFBE04C-8FB3-B0EA-8DDB-7E7D10E9D251> /System/Library/Frameworks/AppKit.framework/Versions/C/AppKit
           0x1029aa000 -        0x1029afff7  com.apple.CommonPanels 1.2.4 (91) <8B088D78-E508-6622-E477-E34C22CF2F67> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CommonPanels. framework/Versions/A/CommonPanels
           0x1029b7000 -        0x1029bafff  com.apple.help 1.3.2 (41.1) <BD1B0A22-1CB8-263E-FF85-5BBFDE3660B9> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Help.framewor k/Versions/A/Help
           0x1029c0000 -        0x102cbefff  com.apple.HIToolbox 1.6.5 (???) <98FCEA0D-FA33-E859-B39C-2C1F59F9E22D> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HIToolbox.fra mework/Versions/A/HIToolbox
           0x102dea000 -        0x102e01fff  com.apple.ImageCapture 6.1 (6.1) <79AB2131-2A6C-F351-38A9-ED58B25534FD> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/ImageCapture. framework/Versions/A/ImageCapture
           0x102e1b000 -        0x102ed0fe7  com.apple.ink.framework 1.3.3 (107) <A68339AA-909D-E46C-35C0-72808EE3D043> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Ink.framework /Versions/A/Ink
           0x102f03000 -        0x102f1eff7  com.apple.openscripting 1.3.1 (???) <DC329CD4-1159-A40A-A769-70CAA70F601A> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/OpenScripting .framework/Versions/A/OpenScripting
           0x102f2f000 -        0x102f31fff  com.apple.print.framework.Print 6.1 (237.1) <87A5BEEC-2D37-5CB7-8B13-7B605397573F> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Print.framewo rk/Versions/A/Print
           0x102f36000 -        0x102f39ff7  com.apple.securityhi 4.0 (36638) <2C522D50-1BBF-F38B-F9DB-502FEF49F94D> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SecurityHI.fr amework/Versions/A/SecurityHI
           0x102f3e000 -        0x102f49ff7  com.apple.speech.recognition.framework 3.11.1 (3.11.1) <C359B93B-CC9B-FC0B-959E-FB10674103A7> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SpeechRecogni tion.framework/Versions/A/SpeechRecognition
           0x102f53000 -        0x102fd0fef  libstdc++.6.dylib 7.9.0 (compatibility 7.0.0) <35ECA411-2C08-FD7D-11B1-1B7A04921A5C> /usr/lib/libstdc++.6.dylib
           0x103031000 -        0x10372dff7  com.apple.CoreGraphics 1.545.0 (???) <58D597B1-EB3B-710E-0B8C-EC114D54E11B> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/CoreGraphics
           0x10381f000 -        0x1039defff  com.apple.ImageIO.framework 3.0.6 (3.0.6) <92882FD3-CB3F-D0BE-DDDA-43B4BEE10F58> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/ImageIO
           0x103a4a000 -        0x103ac8ff7  com.apple.CoreText 151.13 (???) <5C6214AD-D683-80A8-86EB-328C99B75322> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreText.framework/Versions/A/CoreText
           0x103b06000 -        0x103ba0fff  com.apple.ApplicationServices.ATS 275.19 (???) <2DE8987F-4563-4D8E-45C3-2F6F786E120D> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ATS.framework/Versions/A/ATS
           0x103bc9000 -        0x103c8afef  com.apple.ColorSync 4.6.8 (4.6.8) <7DF1D175-6451-51A2-DBBF-40FCA78C0D2C> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ColorSync.framework/Versions/A/ColorSync
           0x103cc7000 -        0x103d1aff7  com.apple.HIServices 1.8.3 (???) <F6E0C7A7-C11D-0096-4DDA-2C77793AA6CD> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ HIServices.framework/Versions/A/HIServices
           0x103d46000 -        0x103d5bff7  com.apple.LangAnalysis 1.6.6 (1.6.6) <59D9E83D-3131-91F4-E3E2-02047F55917F> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ LangAnalysis.framework/Versions/A/LangAnalysis
           0x103d69000 -        0x103deeff7  com.apple.print.framework.PrintCore 6.3 (312.7) <F00C561F-D38B-8785-5218-1A0C3BA61177> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ PrintCore.framework/Versions/A/PrintCore
           0x103e24000 -        0x103e65fef  com.apple.QD 3.36 (???) <04F03722-91CA-6858-55A4-54D7F29789A6> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ QD.framework/Versions/A/QD
           0x103e7d000 -        0x103e91ff7  com.apple.speech.synthesis.framework 3.10.35 (3.10.35) <574C1BE0-5E5E-CCAF-06F8-92A69CB2892D> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ SpeechSynthesis.framework/Versions/A/SpeechSynthesis
           0x103ea2000 -        0x103eb3ff7  libz.1.dylib 1.2.3 (compatibility 1.0.0) <5BAFAE5C-2307-C27B-464D-582A10A6990B> /usr/lib/libz.1.dylib
           0x103eb8000 -        0x103ecefef  libbsm.0.dylib ??? (???) <0321D32C-9FE1-3919-E03E-2530A0C1191B> /usr/lib/libbsm.0.dylib
           0x103ed7000 -        0x104095fff  libicucore.A.dylib 40.0.0 (compatibility 1.0.0) <97A75BFB-0DB6-6F44-36B0-97B7F7208ABB> /usr/lib/libicucore.A.dylib
           0x104104000 -        0x10438dff7  com.apple.security 6.1.2 (55002) <D224882B-D57B-83AF-3781-548BCEACB327> /System/Library/Frameworks/Security.framework/Versions/A/Security
           0x104485000 -        0x104489ff7  libmathCommon.A.dylib 315.0.0 (compatibility 1.0.0) <95718673-FEEE-B6ED-B127-BCDBDB60D4E5> /usr/lib/system/libmathCommon.A.dylib
           0x10448c000 -        0x10449aff7  libkxld.dylib ??? (???) <8145A534-95CC-9F3C-B78B-AC9898F38C6F> /usr/lib/system/libkxld.dylib
           0x10449e000 -        0x1044eafff  libauto.dylib ??? (???) <328CCF97-091D-C529-E576-C78583445711> /usr/lib/libauto.dylib
           0x1044f7000 -        0x10482bfef  com.apple.CoreServices.CarbonCore 861.39 (861.39) <1386A24D-DD15-5903-057E-4A224FAF580B> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CarbonC ore.framework/Versions/A/CarbonCore
           0x1048a5000 -        0x104979fe7  com.apple.CFNetwork 454.12.4 (454.12.4) <C83E2BA1-1818-B3E8-5334-860AD21D1C80> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CFNetwo rk.framework/Versions/A/CFNetwork
           0x1049ed000 -        0x104a37ff7  com.apple.Metadata 10.6.3 (507.15) <DE238BE4-5E22-C4D5-CF5C-3D50FDEE4701> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Metadat a.framework/Versions/A/Metadata
           0x104a61000 -        0x104b1efff  com.apple.CoreServices.OSServices 359.2 (359.2) <BBB8888E-18DE-5D09-3C3A-F4C029EC7886> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/OSServi ces.framework/Versions/A/OSServices
           0x104b78000 -        0x104c08fff  com.apple.SearchKit 1.3.0 (1.3.0) <45BA1053-9196-3C2F-2421-AFF5E09627CC> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SearchK it.framework/Versions/A/SearchKit
           0x104c46000 -        0x104c81fff  com.apple.AE 496.5 (496.5) <208DF391-4DE6-81ED-C697-14A2930D1BC6> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/AE.fram ework/Versions/A/AE
           0x104c9b000 -        0x104d3bfff  com.apple.LaunchServices 362.3 (362.3) <B90B7C31-FEF8-3C26-BFB3-D8A48BD2C0DA> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/LaunchS ervices.framework/Versions/A/LaunchServices
           0x104d81000 -        0x104da9fff  com.apple.DictionaryServices 1.1.2 (1.1.2) <6B8C5FB6-FE6F-3345-0441-BED51E815379> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Diction aryServices.framework/Versions/A/DictionaryServices
           0x104dc3000 -        0x104dc9ff7  com.apple.DiskArbitration 2.3.1 (2.3.1) <FD5CF2E6-E5FF-1E2A-37E0-304722DA15E1> /System/Library/Frameworks/DiskArbitration.framework/Versions/A/DiskArbitration
           0x104dd2000 -        0x104de1fff  com.apple.NetFS 3.2.2 (3.2.2) <0A19AF05-F331-2762-A03C-CA78E86C7810> /System/Library/Frameworks/NetFS.framework/Versions/A/NetFS
           0x104dea000 -        0x104ea3fff  libsqlite3.dylib 9.6.0 (compatibility 9.0.0) <E8FFCEA1-3BE3-F0C9-07EA-C37678C4D2F5> /usr/lib/libsqlite3.dylib
           0x104eb3000 -        0x104ef4ff7  com.apple.SystemConfiguration 1.10.9 (1.10.2) <642854D8-F4EF-4685-42A6-E48A1904D885> /System/Library/Frameworks/SystemConfiguration.framework/Versions/A/SystemConfi guration
           0x104f18000 -        0x104f43ff7  libxslt.1.dylib 3.24.0 (compatibility 3.0.0) <3630A97F-55C1-3F34-CA63-3847653C9645> /usr/lib/libxslt.1.dylib
           0x104f4e000 -        0x105064ff7  libxml2.2.dylib 10.3.0 (compatibility 10.0.0) <3814FCF9-92B9-A6AB-E76A-F7021894AA3F> /usr/lib/libxml2.2.dylib
           0x10508d000 -        0x1050e3fe7  libTIFF.dylib ??? (???) <2DBEC120-DAA7-3789-36A2-A205BCDF2D72> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libTIFF.dylib
           0x1050f1000 -        0x1050f6fff  libGIF.dylib ??? (???) <3BAD0DE8-8151-68B0-2244-A4541C738972> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libGIF.dylib
           0x1050fb000 -        0x10511cfe7  libPng.dylib ??? (???) <D8EC7740-EE32-865A-2F75-C9EDE2135510> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libPng.dylib
           0x105125000 -        0x105127fff  libRadiance.dylib ??? (???) <BF694EE5-6FDA-553A-CC89-F7135618E9C7> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libRadiance.dylib
           0x10512b000 -        0x105152ff7  libJPEG.dylib ??? (???) <08758593-6436-B29E-1DA8-F15597835EC1> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libJPEG.dylib
           0x10515a000 -        0x105237ff7  com.apple.vImage 4.1 (4.1) <A0DE28F5-7B45-D268-0497-C79A826C8E53> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vImage.fr amework/Versions/A/vImage
           0x105246000 -        0x105246ff7  com.apple.Accelerate.vecLib 3.6 (vecLib 3.6) <4CCE5D69-F1B3-8FD3-1483-E0271DB2CCF3> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/vecLib
           0x105249000 -        0x105291ff7  libvDSP.dylib 268.0.1 (compatibility 1.0.0) <98FC4457-F405-0262-00F7-56119CA107B6> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libvDSP.dylib
           0x105299000 -        0x105303fe7  libvMisc.dylib 268.0.1 (compatibility 1.0.0) <7BD7F19B-ACD4-186C-B42D-4DEBA6795628> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libvMisc.dylib
           0x10530d000 -        0x105b17fe7  libBLAS.dylib 219.0.0 (compatibility 1.0.0) <2F26CDC7-DAE9-9ABE-6806-93BBBDA20DA0> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libBLAS.dylib
           0x105b60000 -        0x105fa3fef  libLAPACK.dylib 219.0.0 (compatibility 1.0.0) <57D38705-6F21-2A82-F3F6-03CFFF214775> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libLAPACK.dylib
           0x106130000 -        0x10624fff7  libcrypto.0.9.8.dylib 0.9.8 (compatibility 0.9.8) <11EB0132-EC8E-0E2E-9B84-B2DFE65DE678> /usr/lib/libcrypto.0.9.8.dylib
           0x1062b7000 -        0x1062b8ff7  com.apple.TrustEvaluationAgent 1.1 (1) <A91CE5B9-3C63-5F8C-5052-95CCAB866F72> /System/Library/PrivateFrameworks/TrustEvaluationAgent.framework/Versions/A/Tru stEvaluationAgent
           0x1062bc000 -        0x10637efe7  libFontParser.dylib ??? (???) <EF06F16C-0CC9-B4CA-7BD9-0A97FA967340> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ATS.framework/Versions/A/Resources/libFontParser.dylib
           0x106475000 -        0x1064affff  libcups.2.dylib 2.8.0 (compatibility 2.0.0) <4F2A4397-89BD-DEAC-4971-EE838FFA0964> /usr/lib/libcups.2.dylib
           0x1064be000 -        0x10656efff  edu.mit.Kerberos 6.5.11 (6.5.11) <3437B39E-8B40-B7E5-2FC3-000A0F7262C3> /System/Library/Frameworks/Kerberos.framework/Versions/A/Kerberos
           0x106594000 -        0x1065b5fff  libresolv.9.dylib 41.1.0 (compatibility 1.0.0) <9410EC7F-4D24-6740-AFEE-90405750FAD7> /usr/lib/libresolv.9.dylib
           0x1065bf000 -        0x106606ff7  com.apple.coreui 2 (114) <31118426-355F-206A-65AB-CCA2D2D3EBD7> /System/Library/PrivateFrameworks/CoreUI.framework/Versions/A/CoreUI
           0x10662b000 -        0x106710fef  com.apple.DesktopServices 1.5.11 (1.5.11) <39FAA3D2-6863-B5AB-AED9-92D878EA2438> /System/Library/PrivateFrameworks/DesktopServicesPriv.framework/Versions/A/Desk topServicesPriv
           0x10675f000 -        0x1067b4ff7  com.apple.framework.familycontrols 2.0.2 (2020) <8591B47D-BCE3-3EF7-DECB-8795FE3556BA> /System/Library/PrivateFrameworks/FamilyControls.framework/Versions/A/FamilyCon trols
           0x1067d2000 -        0x1067e8fe7  com.apple.MultitouchSupport.framework 207.11 (207.11) <8233CE71-6F8D-8B3C-A0E1-E123F6406163> /System/Library/PrivateFrameworks/MultitouchSupport.framework/Versions/A/Multit ouchSupport
           0x1067f5000 -        0x10681aff7  com.apple.CoreVideo 1.6.2 (45.6) <31802A1C-81BC-33F8-D5C8-39A793D4D926> /System/Library/Frameworks/CoreVideo.framework/Versions/A/CoreVideo
           0x106833000 -        0x106864fff  libGLImage.dylib ??? (???) <562565E1-AA65-FE96-13FF-437410C886D0> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLImage.dyl ib
           0x10686b000 -        0x10688efff  com.apple.opencl 12.3.6 (12.3.6) <C7C90299-2126-830A-7D00-73331AA044B3> /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL
           0x106897000 -        0x10689dff7  IOSurface ??? (???) <12FB0DFC-8A3E-B349-2A3C-28A4D3BA4DD8> /System/Library/Frameworks/IOSurface.framework/Versions/A/IOSurface
           0x1068a6000 -        0x1068effef  libGLU.dylib ??? (???) <B0F4CA55-445F-E901-0FCF-47B3B4BAE6E2> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLU.dylib
           0x1068fe000 -        0x106912fff  libGL.dylib ??? (???) <2ECE3B0F-39E1-3938-BF27-7205C6D0358B> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib
           0x106922000 -        0x106a3cfff  libGLProgrammability.dylib ??? (???) <D1650AED-02EF-EFB3-100E-064C7F018745> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLProgramma bility.dylib
           0x106a5d000 -        0x106a60ff7  libCoreVMClient.dylib ??? (???) <75819794-3B7A-8944-D004-7EA6DD7CE836> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCoreVMClien t.dylib
           0x106a65000 -        0x106a6afff  libGFXShared.dylib ??? (???) <6BBC351E-40B3-F4EB-2F35-05BDE52AF87E> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGFXShared.d ylib
           0x106a6f000 -        0x106aeefe7  com.apple.audio.CoreAudio 3.2.6 (3.2.6) <79E256EB-43F1-C7AA-6436-124A4FFB02D0> /System/Library/Frameworks/CoreAudio.framework/Versions/A/CoreAudio
           0x106b24000 -        0x106b25ff7  com.apple.audio.units.AudioUnit 1.6.7 (1.6.7) <49B723D1-85F8-F86C-2331-F586C56D68AF> /System/Library/Frameworks/AudioUnit.framework/Versions/A/AudioUnit
           0x106b2a000 -        0x106bb6fef  SecurityFoundation ??? (???) <C538CFE6-A2C9-0678-3221-C0E8667D22C3> /System/Library/Frameworks/SecurityFoundation.framework/Versions/A/SecurityFoun dation
           0x106bfa000 -        0x106c01fff  com.apple.OpenDirectory 10.6 (10.6) <460F77D1-3CB8-B9B6-B9D1-D6644D2C6756> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/OpenDirectory
           0x106c0a000 -        0x106c10ff7  com.apple.CommerceCore 1.0 (9.1) <3691E9BA-BCF4-98C7-EFEC-78DA6825004E> /System/Library/PrivateFrameworks/CommerceKit.framework/Versions/A/Frameworks/C ommerceCore.framework/Versions/A/CommerceCore
           0x106c18000 -        0x106c31fff  com.apple.CFOpenDirectory 10.6 (10.6) <32DF31BC-F7EE-40A6-C629-5AE4B389C1A8> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/Frameworks/CFOpen Directory.framework/Versions/A/CFOpenDirectory
           0x106c46000 -        0x106c95ff7  com.apple.DirectoryService.PasswordServerFramework 6.1 (6.1) <EDE08F8A-F933-0059-3E58-A31C45C82329> /System/Library/PrivateFrameworks/PasswordServer.framework/Versions/A/PasswordS erver
           0x106cb6000 -        0x106cd6fff  com.apple.DirectoryService.Framework 3.6 (621.16) <0ED4A74A-F8FB-366D-6588-F13EA397326F> /System/Library/Frameworks/DirectoryService.framework/Versions/A/DirectoryServi ce
           0x106ce0000 -        0x106cf2fe7  libsasl2.2.dylib 3.15.0 (compatibility 3.0.0) <30FE378B-99FE-8C7C-06D0-A3AA0A0A70D4> /usr/lib/libsasl2.2.dylib
           0x106cf9000 -        0x106e37fff  com.apple.CoreData 102.1 (251) <96C5E9A6-C28C-E9CC-A0DB-27801A22A49F> /System/Library/Frameworks/CoreData.framework/Versions/A/CoreData
           0x106ecf000 -        0x106ed0fff  liblangid.dylib ??? (???) <D0666597-B331-C43C-67BB-F2E754079A7A> /usr/lib/liblangid.dylib
           0x106ed4000 -        0x10713dfff  com.apple.QuartzComposer 4.2 ({156.30}) <C05B97F7-F543-C329-873D-097177226D79> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuartzCompose r.framework/Versions/A/QuartzComposer
           0x107297000 -        0x107326fff  com.apple.PDFKit 2.5.5 (2.5.5) <18C99AB3-DACC-3654-200E-0BD09EBFB374> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/PDFKit.framew ork/Versions/A/PDFKit
           0x10737c000 -        0x1073abfff  com.apple.quartzfilters 1.6.0 (1.6.0) <52D41730-D485-A7AE-4937-FE37FC732F65> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuartzFilters .framework/Versions/A/QuartzFilters
           0x1073da000 -        0x107614fef  com.apple.imageKit 2.0.3 (1.0) <9EA216AF-82D6-201C-78E5-D027D85B51D6> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/ImageKit.fram ework/Versions/A/ImageKit
           0x107764000 -        0x1077e6fff  com.apple.QuickLookUIFramework 2.3 (327.7) <73407EAE-6854-E444-37B1-019AAEDEB31B> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuickLookUI.f ramework/Versions/A/QuickLookUI
           0x10783c000 -        0x107b5ffe7  com.apple.JavaScriptCore 6534.59 (6534.59.6) <029D160C-5D86-C281-5071-66CA09D1A95F> /System/Library/Frameworks/JavaScriptCore.framework/Versions/A/JavaScriptCore
           0x107bee000 -        0x107c56fff  com.apple.MeshKitRuntime 1.1 (49.2) <A490FE03-313D-1317-A9B8-25EF75CB1A81> /System/Library/PrivateFrameworks/MeshKit.framework/Versions/A/Frameworks/MeshK itRuntime.framework/Versions/A/MeshKitRuntime
           0x107c8c000 -        0x107d96ff7  com.apple.MeshKitIO 1.1 (49.2) <D7227401-9DC9-C2CB-C83B-C2B10C61D4E4> /System/Library/PrivateFrameworks/MeshKit.framework/Versions/A/Frameworks/MeshK itIO.framework/Versions/A/MeshKitIO
           0x107e09000 -        0x107e4afef  com.apple.CoreMedia 0.484.60 (484.60) <6B73A514-C4D5-8DC7-982C-4E4F0231ED77> /System/Library/PrivateFrameworks/CoreMedia.framework/Versions/A/CoreMedia
           0x107e67000 -        0x107f8fff7  com.apple.MediaToolbox 0.484.60 (484.60) <F921A5E6-E260-03B4-1458-E5814FA1924D> /System/Library/PrivateFrameworks/MediaToolbox.framework/Versions/A/MediaToolbo x
           0x108002000 -        0x108508ff7  com.apple.VideoToolbox 0.484.60 (484.60) <F55EF548-56E4-A6DF-F3C9-6BA4CFF5D629> /System/Library/PrivateFrameworks/VideoToolbox.framework/Versions/A/VideoToolbo x
           0x1085d0000 -        0x108615fff  com.apple.CoreMediaIOServices 142.0 (1497) <0A7A9B83-0C8A-DA9D-2815-DA710ACF5172> /System/Library/PrivateFrameworks/CoreMediaIOServices.framework/Versions/A/Core MediaIOServices
           0x108638000 -        0x1086a9ff7  com.apple.AppleVAFramework 4.10.27 (4.10.27) <6CDBA3F5-6C7C-A069-4716-2B6C3AD5001F> /System/Library/PrivateFrameworks/AppleVA.framework/Versions/A/AppleVA
           0x1086b4000 -        0x108716fe7  com.apple.datadetectorscore 2.0 (80.7) <18610985-EE24-CCF7-AB4B-7D4F7C8A4FF5> /System/Library/PrivateFrameworks/DataDetectorsCore.framework/Versions/A/DataDe tectorsCore
           0x10874a000 -        0x1087b6fe7  com.apple.CorePDF 1.4 (1.4) <06AE6D85-64C7-F9CC-D001-BD8BAE31B6D2> /System/Library/PrivateFrameworks/CorePDF.framework/Versions/A/CorePDF
           0x1087f5000 -        0x10883cfff  com.apple.QuickLookFramework 2.3 (327.7) <A8169A96-FAE6-26B2-A9A9-C78BA5787146> /System/Library/Frameworks/QuickLook.framework/Versions/A/QuickLook
           0x108867000 -        0x108871fff  com.apple.DisplayServicesFW 2.3.5 (290) <18913B62-8C65-B81E-AA3C-27049D9D4FF7> /System/Library/PrivateFrameworks/DisplayServices.framework/Versions/A/DisplayS ervices
           0x10887c000 -        0x10888dfff  com.apple.DSObjCWrappers.Framework 10.6 (134) <CF1D9C05-8D77-0FFE-38E8-63D8A23E92E1> /System/Library/PrivateFrameworks/DSObjCWrappers.framework/Versions/A/DSObjCWra ppers
           0x10889a000 -        0x10889bfff  com.apple.MonitorPanelFramework 1.3.0 (1.3.0) <EC039008-5367-090D-51FD-EA4D2623671A> /System/Library/PrivateFrameworks/MonitorPanel.framework/Versions/A/MonitorPane l
           0x1088a0000 -        0x1088ddfff  com.apple.LDAPFramework 2.0 (120.1) <E5FA9339-4812-E8FE-C366-EE3DC975DBC6> /System/Library/Frameworks/LDAP.framework/Versions/A/LDAP
           0x1088ea000 -        0x108967fef  com.apple.backup.framework 1.2.2 (1.2.2) <BB72F0C7-20E2-76DC-6764-5B93A7AC0EB5> /System/Library/PrivateFrameworks/Backup.framework/Versions/A/Backup
           0x108986000 -        0x1089cfff7  com.apple.securityinterface 4.0.1 (40418.0.1) <9AF33A9F-2D8C-2AE6-868C-EA836C861031> /System/Library/Frameworks/SecurityInterface.framework/Versions/A/SecurityInter face
           0x108a01000 -        0x108a0cfff  com.apple.CrashReporterSupport 10.6.7 (258) <A2CBB18C-BD1C-8650-9091-7687E780E689> /System/Library/PrivateFrameworks/CrashReporterSupport.framework/Versions/A/Cra shReporterSupport
           0x108a1a000 -        0x108a58fe7  libssl.0.9.8.dylib 0.9.8 (compatibility 0.9.8) <B3465B16-5B9D-C881-C61A-AFC9D8EDDC1B> /usr/lib/libssl.0.9.8.dylib
           0x108deb000 -        0x108defff7  libCGXType.A.dylib 545.0.0 (compatibility 64.0.0) <DB710299-B4D9-3714-66F7-5D2964DE585B> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libCGXType.A.dylib
           0x108f83000 -        0x108f90fe7  libCSync.A.dylib 545.0.0 (compatibility 64.0.0) <1C35FA50-9C70-48DC-9E8D-2054F7A266B1> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libCSync.A.dylib
           0x108fbb000 -        0x108feeff7  libTrueTypeScaler.dylib ??? (???) <B7BA8104-FA18-39A2-56E1-922EE7A660AC> /System/Library/Frameworks/ApplicationServices.framework/Frameworks/ATS.framewo rk/Resources/libTrueTypeScaler.dylib
           0x10a600000 -        0x10a63efe7  libFontRegistry.dylib ??? (???) <395D7C0D-36B5-B353-0DC8-51ABC0B1C030> /System/Library/Frameworks/ApplicationServices.framework/Frameworks/ATS.framewo rk/Resources/libFontRegistry.dylib
           0x10a65d000 -        0x10a6a0ff7  libRIP.A.dylib 545.0.0 (compatibility 64.0.0) <5FF3D7FD-84D8-C5FA-D640-90BB82EC651D> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libRIP.A.dylib
           0x10a798000 -        0x10a7befff  GLRendererFloat ??? (???) <38621D22-8F49-F937-851B-E21BD49A8A88> /System/Library/Frameworks/OpenGL.framework/Resources/GLRendererFloat.bundle/GL RendererFloat
           0x11c800000 -        0x11cd09ff7  com.apple.RawCamera.bundle 3.14.0 (646) <75A96BFC-1832-808B-F430-C4C9379C5A98> /System/Library/CoreServices/RawCamera.bundle/Contents/MacOS/RawCamera
           0x11eeed000 -        0x11f080fe7  GLEngine ??? (???) <BCE83654-81EC-D231-ED6E-1DD449B891F2> /System/Library/Frameworks/OpenGL.framework/Resources/GLEngine.bundle/GLEngine
           0x11f0b1000 -        0x11f4a3fef  com.apple.ATIRadeonX3000GLDriver 1.6.42 (6.4.2) <5D41FD64-134D-F822-0919-44261CD47D78> /System/Library/Extensions/ATIRadeonX3000GLDriver.bundle/Contents/MacOS/ATIRade onX3000GLDriver
           0x11f4ea000 -        0x12055bff7  com.apple.driver.AppleIntelHDGraphicsGLDriver 1.6.42 (6.4.2) <C44CB5D9-318E-3390-EEF4-F49CD0F30765> /System/Library/Extensions/AppleIntelHDGraphicsGLDriver.bundle/Contents/MacOS/A ppleIntelHDGraphicsGLDriver
           0x12bcd6000 -        0x12bcdcfff  libCGXCoreImage.A.dylib 545.0.0 (compatibility 64.0.0) <D2F8C7E3-CBA1-2E66-1376-04AA839DABBB> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libCGXCoreImage.A.dylib
        0x7fff5fc00000 -     0x7fff5fc3be0f  dyld 132.1 (???) <DD3F7F3E-8612-A7BD-F508-9EF29132C419> /usr/lib/dyld
        0x7fffffe00000 -     0x7fffffe01fff  libSystem.B.dylib ??? (???) <9AB4F1D1-89DC-0E8A-DC8E-A4FE4D69DB69> /usr/lib/libSystem.B.dylib
    Model: MacBookPro8,2, BootROM MBP81.0047.B27, 4 processors, Intel Core i7, 2.2 GHz, 8 GB, SMC 1.69f4
    Graphics: AMD Radeon HD 6750M, AMD Radeon HD 6750M, PCIe, 1024 MB
    Graphics: Intel HD Graphics 3000, Intel HD Graphics 3000, Built-In, 512 MB
    Memory Module: global_name
    AirPort: spairport_wireless_card_type_airport_extreme (0x14E4, 0xD6), Broadcom BCM43xx 1.0 5.100.198.104.5)
    Bluetooth: Version 2.4.5f3, 2 service, 19 devices, 1 incoming serial ports
    Network Service: AirPort, AirPort, en1
    Serial ATA Device: Hitachi HTS725050A9A362, 465.76 GB
    Serial ATA Device: MATSHITADVD-R   UJ-8A8
    USB Device: FaceTime HD Camera (Built-in), 0x05ac  (Apple Inc.), 0x8509, 0xfa200000 / 3
    USB Device: Hub, 0x0424  (SMSC), 0x2513, 0xfa100000 / 2
    USB Device: BRCM2070 Hub, 0x0a5c  (Broadcom Corp.), 0x4500, 0xfa110000 / 5
    USB Device: Bluetooth USB Host Controller, 0x05ac  (Apple Inc.), 0x821a, 0xfa113000 / 6
    USB Device: Apple Internal Keyboard / Trackpad, 0x05ac  (Apple Inc.), 0x0245, 0xfa120000 / 4
    USB Device: Hub, 0x0424  (SMSC), 0x2513, 0xfd100000 / 2
    USB Device: IR Receiver, 0x05ac  (Apple Inc.), 0x8242, 0xfd110000 / 3

    Another suggestion is to downgrade Flash Player to 10.3 and see if it still crash or not. I noted how to uninstall current version and install older version in the other thread: http://forums.adobe.com/thread/922257?tstart=30
    Let us know if older version work fine or stil crash. There is different code path between 10.3 and 11 so there might be chance that older one won't crash. I hope you can enjoy ESPN soon.

  • Dreamweaver crashes on start up

    There are three common causes of Dreamweaver crashing on start up:
    Conflict with security program on Acer computers
    A corrupt Dreamweaver file cache
    The 8KB bug
    The following information describes how to handle each one.
    Acer incomaptibility
    There’s a known conflict between Dreamweaver and Acer eDataSecurity Management v3.0. If you’re on an Acer, and Dreamweaver won’t start, download the patch from http://www.egistec.com/oem-acer001/program-update.html. This should fix the problem.
    Corrupted file cache
    Dreamweaver creates a cache file called WinFileCache-********.dat or MacFileCache-********.dat inside your personal Dreamweaver configuration folder (the asterisks represent a series of letters and numbers that might differ from computer to computer). This occasionally gets corrupted causing instability, unpredictable error messages, and even crashes.
    To solve the problem, close Dreamweaver and delete WinFileCache-********.dat or MacFileCache-********.dat. Sometimes, deleting this file is not sufficient, and you need to delete your personal configuration folder in its entirety.
    WARNING: Do not confuse your personal configuration folder with the main configuration folder in Program Files in Windows or Applications on a Mac. You should never touch the main configuration folder unless you really know what you're doing.
    Locating your personal configuration folder
    The location of the personal configuration folder depends on your operating system and version of Dreamweaver. For Dreamweaver CS4, it’s as follows:
    Vista: C:\Users\<username>\AppData\Roaming\Adobe\Dreamweaver CS4\<language>\Configuration
    Windows XP: C:\Documents and Settings\<username>\Application Data\Adobe\Dreamweaver CS4\<language>\Configuration
    Mac OS X: Macintosh HD:<username>:Library:Application Support:Adobe:Dreamweaver CS4:<language>:Configuration
    In all cases, <username> is the name of your user account on the computer and <language> indicates the language of your operating system. The language is usually represented by two pairs of characters separated by an underscore, as in en_US (English), es_ES (Spanish), or fr_FR (French).
    Earlier versions of Dreamweaver locate the personal configuration folder in a slightly different location. This is where it can be found in Dreamweaver CS3:
    Vista: C:\Users\<username>\AppData\Roaming\Adobe\Dreamweaver 9\Configuration
    Windows XP: C:\Documents and Settings\<username>\Application Data\Adobe\Dreamweaver 9\Configuration
    Mac OS X: Macintosh HD:Users:<username>:Library:Application Support:Adobe:Dreamweaver 9:Configuration
    The Dreamweaver configuration folders are hidden on Windows, so you need to enable the option to view hidden files and folders in order to locate them, as follows:
    In Vista, select Start > Computer > Organize > Folder and Search Options > View. In Advanced settings, choose Show hidden files and folders.
    In Windows XP, select Start > My Computer > Tools > Folder Options > View. In Advanced settings, choose Show hidden files and folders.
    Once you turn on this option, hidden folders are displayed as dimmed icons to remind you to treat them with care.
    The 8KB bug
    This is a very rare bug that causes Dreamweaver to crash during operation, and then crash repeatedly each time you try to restart the program. It normally affects only Dreamweaver CS3 on Windows, and is caused by the presence of a file that's exactly 8,192 bytes (8KB) or a multiple thereof.
    The solution is to open the file in a text editor and add a few extra characters (new lines or a comment will do). Save the file, and restart Dreamweaver.
    If the file causing the problem is an image or other type of media file, edit it so that it's no longer an exact multiple of 8KB.

    Try #12 and #4 and then go through the rest as necessary:
    http://helpx.adobe.com/dreamweaver/kb/troubleshoot-javascript-errors-dreamweaver-cs4.html

  • Can't open my files in Dreamweaver CS3..

    The program opens but I can't open either my local or my remote files. Please help! As soon as I try to open a file, Dreamweaver crashes and i have to close it. I had a brief chance earlier today to update a couple of html pages but then it stopped working again. I have no idea what caused it. Nothing has changed on my computer that I know of. up until, this program has worked excellently for me.
    Please help.

    http://kb2.adobe.com/cps/405/kb405604.html
    I know this isn't your specific problem but try steps 12 & 4.

Maybe you are looking for