Horizontal Menu problem in Firefox and Safari

I have created a Spry Widget horizontal menu bar in my
template .dwt. This menubar worked fine at first in IE7, Firefox3,
and Safari 3 and 4, but now that all pages are in place, it
displays incorrectly in Firefox and Safari. Specifically, for each
dropdown menu, only the final item appears. While creating the
pages, I did not make any changes to the template, so I am not sure
what caused this error.
www.davidarbury.com

You are not using the latest Spry files
The latest version of the Adobe Spry Framework is 1.6.1, this is the same version that ships with Dreamweaver CS4. If you use Dreamweaver CS3 (uses Spry 1.4), its wise to upgrade your files to the latest version. This can easily be done using the Spry Updater that can be found here.
Then, if you have a look near the bottom of SpryMenuBarVertical.css you will see that the white background colour has been specified for IE as in
@media screen, projection
    ul.MenuBarVertical li.MenuBarItemIE
    display: inline;
    f\loat: left;
    background: #FFF;
Change the value to #CCC and it will have fixed that part of the problem.
When you upgrade to the later version of Spry, make sure to keep a copy of the CSS file as a reference to modifying the new CSS file.
Gramps

Similar Messages

  • Spry menu works in Firefox and Safari, but not Internet Explorer

    I designed my school website in CS4 and  CS5.  The left spry menu bar appears correctly in Firefox and Safari, but in Internet Explorer the gray background and buttons do not appear.  You can only see the text and when you scroll over the text, it disappears even though when you click on it, the link does appear.  The website is http://ml.chinookschools.org.  I created the site on a mac and I am hosting it on a mac mini server on my network at school.  I am a beginner with Dreamweaver and I'm not sure if someone can help me with this, but I would sure be appreciative for any help offered. Here is the source code for the main template page:
    </style>
    <!-- TemplateBeginEditable name="head" -->
    <!-- TemplateEndEditable -->
    </head>
    <body>
    <div id="wrapper">
      <div id="header"><a href="../index.html"><img src="../images/header.jpg" width="950" height="121" /></a>
        <div id="apDiv1"><a href="http://chinookschools.org/" target="_blank"><img src="../images/hslink.gif" width="170" height="60" /></a></div>
      </div>
      <div id="bodyArea">
        <div id="left">
          <ul id="MenuBar1" class="MenuBarVertical">
            <li><a href="../calendar.html">Calendar</a>            </li>
            <li><a href="../contactinfo.html">Contact Information</a></li>
            <li><a href="../currenthappenings.html" class="MenuBarItemSubmenu">Current Happenings</a>
              <ul>
                <li><a href="../harwoodhappen.html">Mr. Harwood - K</a></li>
                <li><a href="../haslerhappen.html">Ms. Hasler - K</a></li>
                <li><a href="../tedwardshappen.html">Mrs. T. Edwards - 1</a></li>
                <li><a href="../lewishappen.html">Mrs. Lewis - 1</a></li>
    <li><a href="../whitneyhappen.html">Mrs. Whitney - 2</a></li>
    <li><a href="../weinheimerhappen.html">Mrs. Weinheimer - 3</a></li>
    <li><a href="../cedwardshappen.html">Mrs. C. Edwards - 4</a></li>
    <li><a href="../macleodhappen.html">Mrs. MacLeod - 5</a></li>
    <li><a href="../mackenziehappen.html">Mrs. MacKenzie - 6</a></li>
    <li><a href="../surberhappen.html">Mrs. Surber - Ex. St.</a></li>
              </ul>
            </li>
            <li><a href="../PDFs/gifted.pdf">Gifted &amp; Talented</a></li>
            <li><a href="../libraryhappen.html">Library News</a></li>
            <li><a href="../pto.html">PTO</a></li>
            <li><a href="#" class="MenuBarItemSubmenu">School Information</a>
              <ul>
                <li><a href="../activities.html">Activities</a></li>
                <li><a href="#" class="MenuBarItemSubmenu">Class Schedules</a>
                  <ul>
                    <li><a href="../harwood.html">Mr. Harwood - K</a></li>
                    <li><a href="../hasler.html">Ms. Hasler - K</a></li>
                    <li><a href="../tedwards.html">Mrs. T. Edwards - 1</a></li>
                    <li><a href="../Lewis.html">Mrs. Lewis - 1</a></li>
    <li><a href="../whitney.html">Mrs. Whitney - 2</a></li>
    <li><a href="../weinheimer.html">Mrs. Weinheimer - 3</a></li>
    <li><a href="../cedwards.html">Mrs. C. Edwards - 4</a></li>
    <li><a href="../macleod.html">Mrs. MacLeod - 5</a></li>
    <li><a href="../mackenzie.html">Mrs. MacKenzie - 6</a></li>
                  </ul>
                </li>
    <li><a href="../edlinks.html">Educational Links</a></li>
    <li><a href="../PDFs/handbook.pdf">Handbook</a></li>
    <li><a href="../PDFs/newsletter.pdf">Newsletters</a></li>
    <li><a href="../schoolforms.html">School Forms</a></li>
    <li><a href="../studyhall.html">Study Hall</a></li>
              </ul>
            </li>
            <li><a href="../staff.html">Staff</a>        </li>
            <li><a href="../index.html" class="MenuBarVertical">Home</a></li>
          </ul>
        </div>
    <div id="right"><!-- TemplateBeginEditable name="Editable Area" -->
    <!-- TemplateEndEditable --></div>
        <div id="footer">
          <div align="center"></div>
          <div align="center"></div>
        </div>
      </div>
    </div>
    <script type="text/javascript">
    <!--
    var MenuBar1 = new Spry.Widget.MenuBar("MenuBar1", {imgRight:"SpryAssets/SpryMenuBarRightHover.gif"});
    //-->
    </script>
    </body>
    </html>

    You are not using the latest Spry files
    The latest version of the Adobe Spry Framework is 1.6.1, this is the same version that ships with Dreamweaver CS4. If you use Dreamweaver CS3 (uses Spry 1.4), its wise to upgrade your files to the latest version. This can easily be done using the Spry Updater that can be found here.
    Then, if you have a look near the bottom of SpryMenuBarVertical.css you will see that the white background colour has been specified for IE as in
    @media screen, projection
        ul.MenuBarVertical li.MenuBarItemIE
        display: inline;
        f\loat: left;
        background: #FFF;
    Change the value to #CCC and it will have fixed that part of the problem.
    When you upgrade to the later version of Spry, make sure to keep a copy of the CSS file as a reference to modifying the new CSS file.
    Gramps

  • Spry horizontal menu problem in IE and Chrome

    First I'd like to express my frustration with spry. I spend way too much time trying to "band-aid" spry to work in different browers. I'll admit that I'm new to the web game but I seem to spend a large percentage of my time simply trying different "fixes" to something that I don't think should be this much of a problem. Regardless ...
    I've made a pretty simple web page, put a spry horizontal menu on it and it works and displays just like it's supposed to in FF but IE and Chrome both seem to have a problem with it. Currently there are no links attached to it but that's not my problem - getting it to display correctly is. Possibly this issuehas already been addressed but I couldn't find it in the forum. Webpage can be viewed here
    I've put (what I believe to be) the relevant css on the Main Content section of the page. Any help will be much appreciated. Thanks in advance.

    I am so glad that you started again, this is the best way to learn, trial and error.
    To fix your woes to date, have a look at the following
    .thrColFixHdr #header {padding:0;} /*remove the padding from the menubar container*/
    ul.MenuBarHorizontal{width:auto;margin:0;} /*remove the fixed width and auto margin*/
    ul.MenuBarHorizontal li{width:16.6667%;} /*spread the 6 items over the full width 6*16.6667% = 100%*/
    ul.MenuBarHorizontal ul a{text-align:left;} /*Set the the alignment back to left for any menu item links that are in a sub menu*/
    To add images to your menu items have a look at the following http://labs.adobe.com/technologies/spry/samples/menubar/MenuBarSample.html, you will find it at the bottom of the page.
    I did not realise that SolidWorks still existed, started using it in the mid 1990's, excellent product, easy to use and promotes fast product development. I lost track of it when I went for retirement 10 years ago.
    Gramps.

  • Problems loading firefox and safari

    When I try to open firefox or safari I receive the following error  " The connection was reset"  The connection to the server was reset while the page was loading.
    This happens with or without my wireless connection.
    Does anyone have any clue as to what the problem may be or how to fix it?   it is driving me nuts!  Thanks

    as this is happening in either Browser, I suggest you contact your ISP. It is obviously a network problem and not related to Lion.
    If you use a router ( wifi or LAN ), try resetting ( rebooting ) that device, so you are assigned a new IP adress.
    In OSX you can do this also, go to Systemsettings -> Network, click your connection device ( Ethernet,Wifi,Modem ), go to the advanced settings of the connection, DNS/DHCP there is a button "renew DHCP lease", this will force a new IP adress.
    But the router might be the cause if you use that. Basically the router aquires the DHCP settings from the ISP and then assigns IP adresses based on that to all connected machines , regardless of Wifi or Cable.

  • Button onclick problems with Firefox and Safari and lightroom template

    I am trying to use button onclick code in Lightroom. The code is located in the contact info box of the template. I am using the same code in two websites. www.jefffrankphotography.com (Lightroom template)] www.jefffrankproductions.com (1and1 template) If a user is using Firefox or Safari and clicks on the button it will work on the "productions" site but not on the "photography" site. IE works with both sites. Any help in the coding would be appreciated.
    Jeff Frank / 18:49 / 06_16_08

    In iWeb do Command-Shift-L to see the layout of the page.
    The content in the Navigation layer is blocking the content of the Header layer. The body layer is empty.
    Move ( +Use Command-drag+ ) EVERYTHING in the Navigation layer and EVERYTHING in the Header layer INTO the Body layer.
    Put content where it belongs.
    Message was edited by: Wyodor

  • Mac Mini Printer Compatiblity Problems in Firefox and Safari

    Can anyone recommend a printer brand that will allow me to print the content from Safari or Firefox? What a pain in the butt this is. I can't get either to print selected content off the Web, unless I save it as another document, and print it from that software. Both will show the full content in print preview, then spit out REAMS of blank paper, maybe with one sentence from the outside areas of the web page on it. I have been less than happy about how the printer options panel is set up, too. I have an older HP2100, and it has never worked well with my Mac Mini anyway, even after updating the driver, etc.
    Mac Mini (intel)   Mac OS X (10.4.5)  
    Mac Mini (intel)   Mac OS X (10.4.5)  

    Although I have no great love for HP printers I'm not sure that's the problem. Printing directly from a browser is usually a crap-shoot regardless of the printer. There's a lot of stuff "behind the scenes" that you can't see but the computer does. I've gotten to the point that I rarely print from either of my browsers - Safari & FireFox - I'd much rather clean it up first rather than take a chance [likelihood] of wasting time & paper as well as ink.
    Regards |:>)
    Bob J.

  • Spry menu works in Firefox and Safari, but not Internet Explorer 6, 7, or 8

    Our school website is doing a re design and in the adobebrowser test lab it looks great in all browsers except for IE 6, 7, & 8. Some of our faculty and staff are still running 7 or 8, so that's why I need to find a fix. For some reason it puts my last menu item underneath the first one which throws the whole thing off, but it's the exact way I want it on all other browsers. Using Dreamweaver CS5.
    Here is the link
    I would appreciate any help! Thanks

    Something has gone awry here but afer that, I'm not sure what to advise:
    </div>
                </li>          
                  <div class="latestnews"></div>
                </li>
              </ul>
              <p class="readmore"><a href="calendar.html">Click here to view all of the latest events &raquo;</a></p>
            </div>
    First off, you aren't supposed to have a <div> nested in an <li>.
    I also think that the whole unordered list there might  be poorly  formed.
    Martin

  • When I try to open Safari, I get NCSW21 and that server can't be found. This happens everytime. I am using AirPort and have a strong internet signal. I have no problem opening Firefox and surfing the web. Only with the Safari page. Can anybody help.

    Can't open Safari. I get "Can't find server". I get NCSW21 in my address bar. I am using AirPort and have a strong internet signal. I have no problem opening Firefox and surfing the web. Need help. Thanks

    Hi Professor66,
    I have a couple of suggestions for you regarding this issue. Here are two links to users who have posted similar questions to yours and have found their answers in the responses to their posts:
    Safari hangs when loading web pages. | Apple Support Communities
    https://discussions.apple.com/thread/3784708
    Safari loading blank pages | Apple Support Communities
    https://discussions.apple.com/thread/3899912
    I would suggest that you first follow the troubleshooting that the OP did in the second link, which is to test in a new user account to see if the behavior is consistent. If it is, you may need to address the issue at a software level by re-installing Safari. More information on this process can be found in the following article:
    OS X Mavericks: Reinstall apps that came with your Mac
    http://support.apple.com/kb/PH14193
    Thanks for coming to the Apple Support Communities!
    Regards,
    Braden

  • Project Server 2010 SP2 - Use with IE11, Firefox and Safari

    More groups in my company are being onboarded to start reporting time and managing projects out of Project Server /PWA 2010.  We found that one of the groups have MACs and use either Safari or Firefox.  There are some members of that
    same team who are using an HP machine but are using IE 11. 
    From what I am reading and what I am seeing it appears that with Firefox and Safari you cannot access Manage Timesheets or Project Center.  Has anyone found a work-around for this?
    The work-around we are using for IE11 is to add Project Serrver to the Compatability View.  Does anyone know of a problem with this approach?
    Thank you

    Look into using the 'IE tab' for Chrome/Firefox as a work-around. I had a similar scenario with Mac users and installed IE tab in their Chrome/Firefox browsers for them and worked pretty good for the most part. Hope this helps.

  • Firefox and Safari crash on navigating to certain website

    When logging in [to wikipedia] and navigating to http://en.wikipedia.org/wiki/Special:Preferences on my computer both Firefox AND Safari crash.
    Safari Crash Log:
    Host Name: REMOVED
    Date/Time: REMOVED
    OS Version: 10.4.11 (Build 8S165)
    Report Version: 4
    Command: Safari
    Path: /Applications/Safari.app/Contents/MacOS/Safari
    Parent: WindowServer [65]
    Version: 3.0.4 (523.12.2)
    Build Version: 1
    Project Name: WebBrowser
    Source Version: 45231202
    PID: 1091
    Thread: 0
    Exception: EXCBADACCESS (0x0001)
    Codes: KERNPROTECTIONFAILURE (0x0002) at 0x00000000
    Thread 0 Crashed:
    0 <<00000000>> 0xfffeff20 objcmsgSendrtp + 32
    1 com.apple.CoreFoundation 0x908002bc CFRunLoopObserverInvalidate + 36
    2 com.apple.CoreFoundation 0x907de59c __CFRunLoopDoObservers + 384
    3 com.apple.CoreFoundation 0x907de81c __CFRunLoopRun + 420
    4 com.apple.CoreFoundation 0x907de2bc CFRunLoopRunSpecific + 268
    5 com.apple.HIToolbox 0x9329cb20 RunCurrentEventLoopInMode + 264
    6 com.apple.HIToolbox 0x9329c12c ReceiveNextEventCommon + 244
    7 com.apple.HIToolbox 0x9329c020 BlockUntilNextEventMatchingListInMode + 96
    8 com.apple.AppKit 0x937c7bc4 _DPSNextEvent + 384
    9 com.apple.AppKit 0x937c7888 -[NSApplication nextEventMatchingMask:untilDate:inMode:dequeue:] + 116
    10 com.apple.Safari 0x000095e0 0x1000 + 34272
    11 com.apple.AppKit 0x937c3dcc -[NSApplication run] + 472
    12 com.apple.AppKit 0x938b4974 NSApplicationMain + 452
    13 com.apple.Safari 0x0009bad4 0x1000 + 633556
    14 com.apple.Safari 0x000022fc 0x1000 + 4860
    Thread 1:
    0 libSystem.B.dylib 0x9002c3c8 semaphorewait_signaltrap + 8
    1 libSystem.B.dylib 0x90030eac pthreadcondwait + 480
    2 com.apple.WebCore 0x95deb230 WebCore::IconDatabase::syncThreadMainLoop() + 320
    3 com.apple.WebCore 0x95de7128 WebCore::IconDatabase::iconDatabaseSyncThread() + 424
    4 libSystem.B.dylib 0x9002bd08 pthreadbody + 96
    Thread 2:
    0 libSystem.B.dylib 0x9000b348 machmsgtrap + 8
    1 libSystem.B.dylib 0x9000b29c mach_msg + 60
    2 com.apple.CoreFoundation 0x907de9b8 __CFRunLoopRun + 832
    3 com.apple.CoreFoundation 0x907de2bc CFRunLoopRunSpecific + 268
    4 com.apple.Foundation 0x92c0d738 +[NSURLCache _diskCacheSyncLoop:] + 152
    5 com.apple.Foundation 0x92be50c0 forkThreadForFunction + 108
    6 libSystem.B.dylib 0x9002bd08 pthreadbody + 96
    Thread 3:
    0 libSystem.B.dylib 0x9002c3c8 semaphorewait_signaltrap + 8
    1 libSystem.B.dylib 0x90030eac pthreadcondwait + 480
    2 com.apple.Foundation 0x92bec22c -[NSConditionLock lockWhenCondition:] + 68
    3 com.apple.Syndication 0x9bbcc42c -[AsyncDB _run:] + 192
    4 com.apple.Foundation 0x92be50c0 forkThreadForFunction + 108
    5 libSystem.B.dylib 0x9002bd08 pthreadbody + 96
    Thread 4:
    0 libSystem.B.dylib 0x9000b348 machmsgtrap + 8
    1 libSystem.B.dylib 0x9000b29c mach_msg + 60
    2 com.apple.CoreFoundation 0x907de9b8 __CFRunLoopRun + 832
    3 com.apple.CoreFoundation 0x907de2bc CFRunLoopRunSpecific + 268
    4 com.apple.Foundation 0x92c0c5f8 +[NSURLConnection(NSURLConnectionInternal) _resourceLoadLoop:] + 264
    5 com.apple.Foundation 0x92be50c0 forkThreadForFunction + 108
    6 libSystem.B.dylib 0x9002bd08 pthreadbody + 96
    Thread 5:
    0 libSystem.B.dylib 0x9001f88c select + 12
    1 com.apple.CoreFoundation 0x907f124c __CFSocketManager + 472
    2 libSystem.B.dylib 0x9002bd08 pthreadbody + 96
    Thread 0 crashed with PPC Thread State 64:
    srr0: 0x00000000fffeff20 srr1: 0x000000000000f030 vrsave: 0x0000000000000000
    cr: 0x44002228 xer: 0x0000000000000004 lr: 0x00000000908002bc ctr: 0x00000000fffeff00
    r0: 0x00000000908002bc r1: 0x00000000bfffea30 r2: 0x0000000000000000 r3: 0x00000000048a56a0
    r4: 0x0000000090aacaa0 r5: 0x0000000092bc1704 r6: 0x00000000ffffffff r7: 0x00000000018eee00
    r8: 0x0000000000000001 r9: 0x0000000000427ab0 r10: 0x000000000000000c r11: 0x000000006f54caa0
    r12: 0x00000000048aa9cb r13: 0x0000000000000000 r14: 0x0000000000000001 r15: 0x0000000000000000
    r16: 0x0000000000000001 r17: 0x00000000bffff2e0 r18: 0x0000000000000000 r19: 0x0000000000460700
    r20: 0x0000000000000000 r21: 0x0000000000413e30 r22: 0x0000000000000002 r23: 0x0000000000413f48
    r24: 0x0000000000413f40 r25: 0x0000000000000000 r26: 0x0000000004854d20 r27: 0x0000000000000004
    r28: 0x00000000048a56a8 r29: 0x00000000048a56a0 r30: 0x00000000048a56a8 r31: 0x00000000908002a0
    Binary Images Description:
    0x1000 - 0x134fff com.apple.Safari 3.0.4 (523.12.2) /Applications/Safari.app/Contents/MacOS/Safari
    0x8fe00000 - 0x8fe52fff dyld 46.16 /usr/lib/dyld
    0x90000000 - 0x901bcfff libSystem.B.dylib /usr/lib/libSystem.B.dylib
    0x90214000 - 0x90219fff libmathCommon.A.dylib /usr/lib/system/libmathCommon.A.dylib
    0x9021b000 - 0x90268fff com.apple.CoreText 1.0.4 (???) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreText.framework/Versions/A/CoreText
    0x90293000 - 0x90344fff ATS /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ATS.framework/Versions/A/ATS
    0x90373000 - 0x9072efff com.apple.CoreGraphics 1.258.77 (???) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/CoreGraphics
    0x907bb000 - 0x90895fff com.apple.CoreFoundation 6.4.9 (368.31) /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
    0x908de000 - 0x908defff com.apple.CoreServices 10.4 (???) /System/Library/Frameworks/CoreServices.framework/Versions/A/CoreServices
    0x908e0000 - 0x909e2fff libicucore.A.dylib /usr/lib/libicucore.A.dylib
    0x90a3c000 - 0x90ac0fff libobjc.A.dylib /usr/lib/libobjc.A.dylib
    0x90aea000 - 0x90b5cfff com.apple.framework.IOKit 1.4 (???) /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit
    0x90b72000 - 0x90b84fff libauto.dylib /usr/lib/libauto.dylib
    0x90b8b000 - 0x90e62fff com.apple.CoreServices.CarbonCore 681.17 /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CarbonC ore.framework/Versions/A/CarbonCore
    0x90ec8000 - 0x90f48fff com.apple.CoreServices.OSServices 4.1 /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/OSServi ces.framework/Versions/A/OSServices
    0x90f92000 - 0x90fd4fff com.apple.CFNetwork 4.0 (129.22) /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CFNetwo rk.framework/Versions/A/CFNetwork
    0x90fe9000 - 0x91001fff com.apple.WebServices 1.1.2 (1.1.0) /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/WebServ icesCore.framework/Versions/A/WebServicesCore
    0x91011000 - 0x91092fff com.apple.SearchKit 1.0.7 /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SearchK it.framework/Versions/A/SearchKit
    0x910d8000 - 0x91101fff com.apple.Metadata 10.4.4 (121.36) /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Metadat a.framework/Versions/A/Metadata
    0x91112000 - 0x91120fff libz.1.dylib /usr/lib/libz.1.dylib
    0x91123000 - 0x912defff com.apple.security 4.6 (29770) /System/Library/Frameworks/Security.framework/Versions/A/Security
    0x913dd000 - 0x913e6fff com.apple.DiskArbitration 2.1.2 /System/Library/Frameworks/DiskArbitration.framework/Versions/A/DiskArbitration
    0x913ed000 - 0x913f5fff libbsm.dylib /usr/lib/libbsm.dylib
    0x913f9000 - 0x91421fff com.apple.SystemConfiguration 1.8.3 /System/Library/Frameworks/SystemConfiguration.framework/Versions/A/SystemConfi guration
    0x91434000 - 0x9143ffff libgcc_s.1.dylib /usr/lib/libgcc_s.1.dylib
    0x91444000 - 0x914bffff com.apple.audio.CoreAudio 3.0.5 /System/Library/Frameworks/CoreAudio.framework/Versions/A/CoreAudio
    0x914fc000 - 0x914fcfff com.apple.ApplicationServices 10.4 (???) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Application Services
    0x914fe000 - 0x91536fff com.apple.AE 1.5 (297) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ AE.framework/Versions/A/AE
    0x91551000 - 0x91623fff com.apple.ColorSync 4.4.10 /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ColorSync.framework/Versions/A/ColorSync
    0x91676000 - 0x91707fff com.apple.print.framework.PrintCore 4.6 (177.13) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ PrintCore.framework/Versions/A/PrintCore
    0x9174e000 - 0x91805fff com.apple.QD 3.10.25 (???) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ QD.framework/Versions/A/QD
    0x91842000 - 0x918a0fff com.apple.HIServices 1.5.3 (???) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ HIServices.framework/Versions/A/HIServices
    0x918cf000 - 0x918f0fff com.apple.LangAnalysis 1.6.1 /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ LangAnalysis.framework/Versions/A/LangAnalysis
    0x91904000 - 0x91929fff com.apple.FindByContent 1.5 /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ FindByContent.framework/Versions/A/FindByContent
    0x9193c000 - 0x9197efff com.apple.LaunchServices 182 /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ LaunchServices.framework/Versions/A/LaunchServices
    0x9199a000 - 0x919aefff com.apple.speech.synthesis.framework 3.3 /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ SpeechSynthesis.framework/Versions/A/SpeechSynthesis
    0x919bc000 - 0x91a02fff com.apple.ImageIO.framework 1.5.6 /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/ImageIO
    0x91a19000 - 0x91ae0fff libcrypto.0.9.7.dylib /usr/lib/libcrypto.0.9.7.dylib
    0x91b2e000 - 0x91b43fff libcups.2.dylib /usr/lib/libcups.2.dylib
    0x91b48000 - 0x91b66fff libJPEG.dylib /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libJPEG.dylib
    0x91b6c000 - 0x91c23fff libJP2.dylib /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libJP2.dylib
    0x91c72000 - 0x91c76fff libGIF.dylib /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libGIF.dylib
    0x91c78000 - 0x91ce2fff libRaw.dylib /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libRaw.dylib
    0x91ce7000 - 0x91d24fff libTIFF.dylib /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libTIFF.dylib
    0x91d2b000 - 0x91d45fff libPng.dylib /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libPng.dylib
    0x91d4a000 - 0x91d4dfff libRadiance.dylib /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libRadiance.dylib
    0x91d4f000 - 0x91e2dfff libxml2.2.dylib /usr/lib/libxml2.2.dylib
    0x91e4d000 - 0x91e4dfff com.apple.Accelerate 1.2.2 (Accelerate 1.2.2) /System/Library/Frameworks/Accelerate.framework/Versions/A/Accelerate
    0x91e4f000 - 0x91f34fff com.apple.vImage 2.4 /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vImage.fr amework/Versions/A/vImage
    0x91f3c000 - 0x91f5bfff com.apple.Accelerate.vecLib 3.2.2 (vecLib 3.2.2) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/vecLib
    0x91fc7000 - 0x92035fff libvMisc.dylib /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libvMisc.dylib
    0x92040000 - 0x920d5fff libvDSP.dylib /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libvDSP.dylib
    0x920ef000 - 0x92677fff libBLAS.dylib /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libBLAS.dylib
    0x926aa000 - 0x929d5fff libLAPACK.dylib /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libLAPACK.dylib
    0x92a05000 - 0x92af3fff libiconv.2.dylib /usr/lib/libiconv.2.dylib
    0x92af6000 - 0x92b7efff com.apple.DesktopServices 1.3.7 /System/Library/PrivateFrameworks/DesktopServicesPriv.framework/Versions/A/Desk topServicesPriv
    0x92bbf000 - 0x92deafff com.apple.Foundation 6.4.9 (567.36) /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation
    0x92f17000 - 0x92f35fff libGL.dylib /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib
    0x92f40000 - 0x92f9afff libGLU.dylib /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLU.dylib
    0x92fb8000 - 0x92fb8fff com.apple.Carbon 10.4 (???) /System/Library/Frameworks/Carbon.framework/Versions/A/Carbon
    0x92fba000 - 0x92fcefff com.apple.ImageCapture 3.0 /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/ImageCapture. framework/Versions/A/ImageCapture
    0x92fe6000 - 0x92ff6fff com.apple.speech.recognition.framework 3.4 /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SpeechRecogni tion.framework/Versions/A/SpeechRecognition
    0x93002000 - 0x93017fff com.apple.securityhi 2.0 (203) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SecurityHI.fr amework/Versions/A/SecurityHI
    0x93029000 - 0x930b0fff com.apple.ink.framework 101.2 (69) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Ink.framework /Versions/A/Ink
    0x930c4000 - 0x930cffff com.apple.help 1.0.3 (32) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Help.framewor k/Versions/A/Help
    0x930d9000 - 0x93106fff com.apple.openscripting 1.2.5 (???) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/OpenScripting .framework/Versions/A/OpenScripting
    0x93120000 - 0x9312ffff com.apple.print.framework.Print 5.2 (192.4) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Print.framewo rk/Versions/A/Print
    0x9313b000 - 0x931a1fff com.apple.htmlrendering 1.1.2 /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HTMLRendering .framework/Versions/A/HTMLRendering
    0x931d2000 - 0x93221fff com.apple.NavigationServices 3.4.4 (3.4.3) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/NavigationSer vices.framework/Versions/A/NavigationServices
    0x9324f000 - 0x9326cfff com.apple.audio.SoundManager 3.9 /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CarbonSound.f ramework/Versions/A/CarbonSound
    0x9327e000 - 0x9328bfff com.apple.CommonPanels 1.2.2 (73) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CommonPanels. framework/Versions/A/CommonPanels
    0x93294000 - 0x935a2fff com.apple.HIToolbox 1.4.10 (???) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HIToolbox.fra mework/Versions/A/HIToolbox
    0x936f2000 - 0x936fefff com.apple.opengl 1.4.7 /System/Library/Frameworks/OpenGL.framework/Versions/A/OpenGL
    0x93703000 - 0x93723fff com.apple.DirectoryService.Framework 3.3 /System/Library/Frameworks/DirectoryService.framework/Versions/A/DirectoryServi ce
    0x93797000 - 0x937b7fff libmx.A.dylib /usr/lib/libmx.A.dylib
    0x937bd000 - 0x937bdfff com.apple.Cocoa 6.4 (???) /System/Library/Frameworks/Cocoa.framework/Versions/A/Cocoa
    0x937bf000 - 0x93df2fff com.apple.AppKit 6.4.9 (824.44) /System/Library/Frameworks/AppKit.framework/Versions/C/AppKit
    0x9417f000 - 0x941f1fff com.apple.CoreData 91 (92.1) /System/Library/Frameworks/CoreData.framework/Versions/A/CoreData
    0x9422a000 - 0x942effff com.apple.audio.toolbox.AudioToolbox 1.4.7 /System/Library/Frameworks/AudioToolbox.framework/Versions/A/AudioToolbox
    0x94342000 - 0x94342fff com.apple.audio.units.AudioUnit 1.4 /System/Library/Frameworks/AudioUnit.framework/Versions/A/AudioUnit
    0x94344000 - 0x94504fff com.apple.QuartzCore 1.4.12 /System/Library/Frameworks/QuartzCore.framework/Versions/A/QuartzCore
    0x9454e000 - 0x9458bfff libsqlite3.0.dylib /usr/lib/libsqlite3.0.dylib
    0x94593000 - 0x945e3fff libGLImage.dylib /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLImage.dyl ib
    0x945ec000 - 0x94606fff com.apple.CoreVideo 1.4.2 /System/Library/Frameworks/CoreVideo.framework/Versions/A/CoreVideo
    0x9469f000 - 0x946d7fff com.apple.vmutils 4.0.0 (85) /System/Library/PrivateFrameworks/vmutils.framework/Versions/A/vmutils
    0x9471c000 - 0x94738fff com.apple.securityfoundation 2.2 (27710) /System/Library/Frameworks/SecurityFoundation.framework/Versions/A/SecurityFoun dation
    0x9474c000 - 0x94790fff com.apple.securityinterface 2.2 (27692) /System/Library/Frameworks/SecurityInterface.framework/Versions/A/SecurityInter face
    0x947b4000 - 0x947c3fff libCGATS.A.dylib /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libCGATS.A.dylib
    0x947cb000 - 0x947d8fff libCSync.A.dylib /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libCSync.A.dylib
    0x9481e000 - 0x94837fff libRIP.A.dylib /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libRIP.A.dylib
    0x94c4e000 - 0x94cbffff libstdc++.6.dylib /usr/lib/libstdc++.6.dylib
    0x94e34000 - 0x94f64fff com.apple.AddressBook.framework 4.0.6 (490) /System/Library/Frameworks/AddressBook.framework/Versions/A/AddressBook
    0x94ff7000 - 0x95006fff com.apple.DSObjCWrappers.Framework 1.1 /System/Library/PrivateFrameworks/DSObjCWrappers.framework/Versions/A/DSObjCWra ppers
    0x9500e000 - 0x9503bfff com.apple.LDAPFramework 1.4.1 (69.0.1) /System/Library/Frameworks/LDAP.framework/Versions/A/LDAP
    0x95042000 - 0x95052fff libsasl2.2.dylib /usr/lib/libsasl2.2.dylib
    0x95056000 - 0x95085fff libssl.0.9.7.dylib /usr/lib/libssl.0.9.7.dylib
    0x95095000 - 0x950b2fff libresolv.9.dylib /usr/lib/libresolv.9.dylib
    0x95be5000 - 0x95ca0fff com.apple.WebKit 523.12.2 /System/Library/Frameworks/WebKit.framework/Versions/A/WebKit
    0x95d09000 - 0x95dbcfff com.apple.JavaScriptCore 523.12 /System/Library/Frameworks/JavaScriptCore.framework/Versions/A/JavaScriptCore
    0x95de4000 - 0x96361fff com.apple.WebCore 523.12.2 /System/Library/Frameworks/WebKit.framework/Versions/A/Frameworks/WebCore.frame work/Versions/A/WebCore
    0x9bbc9000 - 0x9bbfffff com.apple.Syndication 1.0.7 (55) /System/Library/PrivateFrameworks/Syndication.framework/Versions/A/Syndication
    0x9bc1c000 - 0x9bc2efff com.apple.SyndicationUI 1.0.7 (55) /System/Library/PrivateFrameworks/SyndicationUI.framework/Versions/A/Syndicatio nUI
    Firefox Crash Log:
    Host Name: REMOVED
    Date/Time: REMOVED
    OS Version: 10.4.11 (Build 8S165)
    Report Version: 4
    Command: firefox-bin
    Path: /Applications/Firefox.app/Contents/MacOS/firefox-bin
    Parent: launchd [1]
    Version: 2.0.0.12 (2.0.0.12)
    PID: 1049
    Thread: 0
    Exception: EXCBADACCESS (0x0001)
    Codes: KERNPROTECTIONFAILURE (0x0002) at 0x00000000
    Thread 0 Crashed:
    0 <<00000000>> 0xfffeff20 objcmsgSendrtp + 32
    1 ATS 0x902bf008 ClearStyleInfo + 84
    2 ATS 0x902b21d8 LLCStyleInfoCreateActiveStyleInfo + 432
    3 com.apple.QD 0x91755028 TATSUStyle::ConstructActiveStyleInfo() + 36
    4 com.apple.QD 0x91754fe0 TATSUStyle::GetStyleInfo(LLCStyleInfo const**) + 44
    5 com.apple.QD 0x9177f5ac TTextLineLayout::SubstituteFonts(TATSUGlyphRecordArray*, unsigned char*) + 872
    6 com.apple.QD 0x9177f0ec TTextLineLayout::MapUnmappedGlyphs(TATSUGlyphRecordArray*) + 40
    7 com.apple.QD 0x9177df00 TTextLineLayout::ConstructGlyphRecordArrayWithRegularGlyphs(TATSUGlyphRecordArr ay*, unsigned long*) + 440
    8 com.apple.QD 0x9175412c TTextLineLayout::ConstructGlyphRecordArray(TATSUGlyphRecordArray*, TLayoutControls*) + 736
    9 com.apple.QD 0x917538dc TTextLineLayout::EnsureLayoutIsUpToDate(unsigned long, unsigned char, unsigned long, TATSUGlyphRecordArray**) + 908
    10 com.apple.QD 0x91752ee0 TTextLineLayout::MeasureText(unsigned long, unsigned long, long*, long*, long*, long*) + 460
    11 com.apple.QD 0x91752cf0 ATSUGetUnjustifiedBounds + 108
    12 org.mozilla.firefox 0x00480854 nsATSUIToolkit::GetTextDimensions(unsigned short const*, unsigned, nsTextDimensions&, short, short, int, int, unsigned) + 236
    13 org.mozilla.firefox 0x00483274 nsUnicodeRenderingToolkit::ATSUIFallbackGetDimensions(unsigned short const*, nsTextDimensions&, short, short, int, int, unsigned) + 652
    14 org.mozilla.firefox 0x00485360 nsUnicodeRenderingToolkit::GetTextSegmentDimensions(unsigned short const*, unsigned, short, nsUnicodeFontMappingMac&, nsTextDimensions&) + 860
    15 org.mozilla.firefox 0x00485ed8 nsUnicodeRenderingToolkit::GetTextDimensions(unsigned short const*, unsigned, nsTextDimensions&, int*) + 352
    16 org.mozilla.firefox 0x0012d664 nsRenderingContextMac::GetTextDimensionsInternal(unsigned short const*, unsigned, nsTextDimensions&, int*) + 120
    17 org.mozilla.firefox 0x00482204 nsRenderingContextImpl::GetTextDimensions(unsigned short const*, unsigned, nsTextDimensions&, int*) + 88
    18 org.mozilla.firefox 0x006f277c nsTextFrame::MeasureText(nsPresContext*, nsHTMLReflowState const&, nsTextTransformer&, nsILineBreaker*, nsTextFrame::TextStyle&, nsTextFrame::TextReflowData&) + 1600
    19 org.mozilla.firefox 0x006f3178 nsTextFrame::Reflow(nsPresContext*, nsHTMLReflowMetrics&, nsHTMLReflowState const&, unsigned&) + 1152
    20 org.mozilla.firefox 0x00883c88 nsLineLayout::ReflowFrame(nsIFrame*, unsigned&, nsHTMLReflowMetrics*, int&) + 1064
    21 org.mozilla.firefox 0x006d8644 nsBlockFrame::ReflowInlineFrame(nsBlockReflowState&, nsLineLayout&, nsLineList_iterator, nsIFrame*, unsigned char*) + 120
    22 org.mozilla.firefox 0x006d8360 nsBlockFrame::DoReflowInlineFrames(nsBlockReflowState&, nsLineLayout&, nsLineList_iterator, int*, unsigned char*, int, int, int) + 452
    23 org.mozilla.firefox 0x006d80dc nsBlockFrame::ReflowInlineFrames(nsBlockReflowState&, nsLineList_iterator, int, int*, int, int) + 156
    24 org.mozilla.firefox 0x006d6aec nsBlockFrame::ReflowLine(nsBlockReflowState&, nsLineList_iterator, int, int*, int) + 992
    25 org.mozilla.firefox 0x006d5ffc nsBlockFrame::ReflowDirtyLines(nsBlockReflowState&, int) + 780
    26 org.mozilla.firefox 0x006d4624 nsBlockFrame::Reflow(nsPresContext*, nsHTMLReflowMetrics&, nsHTMLReflowState const&, unsigned&) + 1024
    27 org.mozilla.firefox 0x0088b058 nsBlockReflowContext::ReflowBlock(nsRect const&, int, nsCollapsingMargin&, int, int, nsMargin&, nsHTMLReflowState&, unsigned&) + 1180
    28 org.mozilla.firefox 0x006d7ae0 nsBlockFrame::ReflowBlockFrame(nsBlockReflowState&, nsLineList_iterator, int*) + 1232
    29 org.mozilla.firefox 0x006d67b0 nsBlockFrame::ReflowLine(nsBlockReflowState&, nsLineList_iterator, int, int*, int) + 164
    30 org.mozilla.firefox 0x006d5ffc nsBlockFrame::ReflowDirtyLines(nsBlockReflowState&, int) + 780
    31 org.mozilla.firefox 0x006d4624 nsBlockFrame::Reflow(nsPresContext*, nsHTMLReflowMetrics&, nsHTMLReflowState const&, unsigned&) + 1024
    32 org.mozilla.firefox 0x004ca958 nsContainerFrame::ReflowChild(nsIFrame*, nsPresContext*, nsHTMLReflowMetrics&, nsHTMLReflowState const&, int, int, unsigned, unsigned&) + 148
    33 org.mozilla.firefox 0x0074901c nsHTMLScrollFrame::ReflowScrolledFrame(ScrollReflowState const&, int, int, nsHTMLReflowMetrics*, int) + 400
    34 org.mozilla.firefox 0x00749174 nsHTMLScrollFrame::ReflowContents(ScrollReflowState*, nsHTMLReflowMetrics const&) + 232
    35 org.mozilla.firefox 0x007498ac nsHTMLScrollFrame::Reflow(nsPresContext*, nsHTMLReflowMetrics&, nsHTMLReflowState const&, unsigned&) + 736
    36 org.mozilla.firefox 0x0075bbcc nsListControlFrame::Reflow(nsPresContext*, nsHTMLReflowMetrics&, nsHTMLReflowState const&, unsigned&) + 628
    37 org.mozilla.firefox 0x004ca958 nsContainerFrame::ReflowChild(nsIFrame*, nsPresContext*, nsHTMLReflowMetrics&, nsHTMLReflowState const&, int, int, unsigned, unsigned&) + 148
    38 org.mozilla.firefox 0x00780a1c nsComboboxControlFrame::ReflowComboChildFrame(nsIFrame*, nsPresContext*, nsHTMLReflowMetrics&, nsHTMLReflowState const&, unsigned&, int, int) + 292
    39 org.mozilla.firefox 0x00781720 nsComboboxControlFrame::Reflow(nsPresContext*, nsHTMLReflowMetrics&, nsHTMLReflowState const&, unsigned&) + 1492
    40 org.mozilla.firefox 0x00883c88 nsLineLayout::ReflowFrame(nsIFrame*, unsigned&, nsHTMLReflowMetrics*, int&) + 1064
    41 org.mozilla.firefox 0x006d8644 nsBlockFrame::ReflowInlineFrame(nsBlockReflowState&, nsLineLayout&, nsLineList_iterator, nsIFrame*, unsigned char*) + 120
    42 org.mozilla.firefox 0x006d8360 nsBlockFrame::DoReflowInlineFrames(nsBlockReflowState&, nsLineLayout&, nsLineList_iterator, int*, unsigned char*, int, int, int) + 452
    43 org.mozilla.firefox 0x006d80dc nsBlockFrame::ReflowInlineFrames(nsBlockReflowState&, nsLineList_iterator, int, int*, int, int) + 156
    44 org.mozilla.firefox 0x006d6a20 nsBlockFrame::ReflowLine(nsBlockReflowState&, nsLineList_iterator, int, int*, int) + 788
    45 org.mozilla.firefox 0x006d5ffc nsBlockFrame::ReflowDirtyLines(nsBlockReflowState&, int) + 780
    46 org.mozilla.firefox 0x006d4624 nsBlockFrame::Reflow(nsPresContext*, nsHTMLReflowMetrics&, nsHTMLReflowState const&, unsigned&) + 1024
    47 org.mozilla.firefox 0x004ca958 nsContainerFrame::ReflowChild(nsIFrame*, nsPresContext*, nsHTMLReflowMetrics&, nsHTMLReflowState const&, int, int, unsigned, unsigned&) + 148
    48 org.mozilla.firefox 0x0074726c nsTableCellFrame::Reflow(nsPresContext*, nsHTMLReflowMetrics&, nsHTMLReflowState const&, unsigned&) + 1108
    49 org.mozilla.firefox 0x004ca958 nsContainerFrame::ReflowChild(nsIFrame*, nsPresContext*, nsHTMLReflowMetrics&, nsHTMLReflowState const&, int, int, unsigned, unsigned&) + 148
    50 org.mozilla.firefox 0x00734fd0 nsTableRowFrame::ReflowChildren(nsPresContext*, nsHTMLReflowMetrics&, nsHTMLReflowState const&, nsTableFrame&, unsigned&, int) + 1460
    51 org.mozilla.firefox 0x00735ec8 nsTableRowFrame::Reflow(nsPresContext*, nsHTMLReflowMetrics&, nsHTMLReflowState const&, unsigned&) + 212
    52 org.mozilla.firefox 0x004ca958 nsContainerFrame::ReflowChild(nsIFrame*, nsPresContext*, nsHTMLReflowMetrics&, nsHTMLReflowState const&, int, int, unsigned, unsigned&) + 148
    53 org.mozilla.firefox 0x0077ba08 nsTableRowGroupFrame::ReflowChildren(nsPresContext*, nsHTMLReflowMetrics&, nsRowGroupReflowState&, unsigned&, nsTableRowFrame*, int, nsTableRowFrame**, int*) + 716
    54 org.mozilla.firefox 0x0077d5a0 nsTableRowGroupFrame::Reflow(nsPresContext*, nsHTMLReflowMetrics&, nsHTMLReflowState const&, unsigned&) + 312
    55 org.mozilla.firefox 0x004ca958 nsContainerFrame::ReflowChild(nsIFrame*, nsPresContext*, nsHTMLReflowMetrics&, nsHTMLReflowState const&, int, int, unsigned, unsigned&) + 148
    56 org.mozilla.firefox 0x006fae18 nsTableFrame::ReflowChildren(nsTableReflowState&, int, int, unsigned&, nsIFrame*&, nsRect&, int*) + 812
    57 org.mozilla.firefox 0x006f79a0 nsTableFrame::Reflow(nsPresContext*, nsHTMLReflowMetrics&, nsHTMLReflowState const&, unsigned&) + 432
    58 org.mozilla.firefox 0x004ca958 nsContainerFrame::ReflowChild(nsIFrame*, nsPresContext*, nsHTMLReflowMetrics&, nsHTMLReflowState const&, int, int, unsigned, unsigned&) + 148
    59 org.mozilla.firefox 0x00753284 nsTableOuterFrame::OuterReflowChild(nsPresContext*, nsIFrame*, nsHTMLReflowState const&, nsHTMLReflowMetrics&, int, nsSize&, nsMargin&, nsMargin&, nsMargin&, nsReflowReason, unsigned&, int*) + 740
    60 org.mozilla.firefox 0x00754c24 nsTableOuterFrame::Reflow(nsPresContext*, nsHTMLReflowMetrics&, nsHTMLReflowState const&, unsigned&) + 812
    61 org.mozilla.firefox 0x0088b058 nsBlockReflowContext::ReflowBlock(nsRect const&, int, nsCollapsingMargin&, int, int, nsMargin&, nsHTMLReflowState&, unsigned&) + 1180
    62 org.mozilla.firefox 0x006d7ae0 nsBlockFrame::ReflowBlockFrame(nsBlockReflowState&, nsLineList_iterator, int*) + 1232
    63 org.mozilla.firefox 0x006d67b0 nsBlockFrame::ReflowLine(nsBlockReflowState&, nsLineList_iterator, int, int*, int) + 164
    64 org.mozilla.firefox 0x006d5ffc nsBlockFrame::ReflowDirtyLines(nsBlockReflowState&, int) + 780
    65 org.mozilla.firefox 0x006d4624 nsBlockFrame::Reflow(nsPresContext*, nsHTMLReflowMetrics&, nsHTMLReflowState const&, unsigned&) + 1024
    66 org.mozilla.firefox 0x004ca958 nsContainerFrame::ReflowChild(nsIFrame*, nsPresContext*, nsHTMLReflowMetrics&, nsHTMLReflowState const&, int, int, unsigned, unsigned&) + 148
    67 org.mozilla.firefox 0x00724c50 nsFieldSetFrame::Reflow(nsPresContext*, nsHTMLReflowMetrics&, nsHTMLReflowState const&, unsigned&) + 1352
    68 org.mozilla.firefox 0x0088b058 nsBlockReflowContext::ReflowBlock(nsRect const&, int, nsCollapsingMargin&, int, int, nsMargin&, nsHTMLReflowState&, unsigned&) + 1180
    69 org.mozilla.firefox 0x006d7ae0 nsBlockFrame::ReflowBlockFrame(nsBlockReflowState&, nsLineList_iterator, int*) + 1232
    70 org.mozilla.firefox 0x006d67b0 nsBlockFrame::ReflowLine(nsBlockReflowState&, nsLineList_iterator, int, int*, int) + 164
    71 org.mozilla.firefox 0x006d5ffc nsBlockFrame::ReflowDirtyLines(nsBlockReflowState&, int) + 780
    72 org.mozilla.firefox 0x006d4624 nsBlockFrame::Reflow(nsPresContext*, nsHTMLReflowMetrics&, nsHTMLReflowState const&, unsigned&) + 1024
    73 org.mozilla.firefox 0x0088b058 nsBlockReflowContext::ReflowBlock(nsRect const&, int, nsCollapsingMargin&, int, int, nsMargin&, nsHTMLReflowState&, unsigned&) + 1180
    74 org.mozilla.firefox 0x006d7ae0 nsBlockFrame::ReflowBlockFrame(nsBlockReflowState&, nsLineList_iterator, int*) + 1232
    75 org.mozilla.firefox 0x006d67b0 nsBlockFrame::ReflowLine(nsBlockReflowState&, nsLineList_iterator, int, int*, int) + 164
    76 org.mozilla.firefox 0x006d5ffc nsBlockFrame::ReflowDirtyLines(nsBlockReflowState&, int) + 780
    77 org.mozilla.firefox 0x006d4624 nsBlockFrame::Reflow(nsPresContext*, nsHTMLReflowMetrics&, nsHTMLReflowState const&, unsigned&) + 1024
    78 org.mozilla.firefox 0x0088b058 nsBlockReflowContext::ReflowBlock(nsRect const&, int, nsCollapsingMargin&, int, int, nsMargin&, nsHTMLReflowState&, unsigned&) + 1180
    79 org.mozilla.firefox 0x006d7ae0 nsBlockFrame::ReflowBlockFrame(nsBlockReflowState&, nsLineList_iterator, int*) + 1232
    80 org.mozilla.firefox 0x006d67b0 nsBlockFrame::ReflowLine(nsBlockReflowState&, nsLineList_iterator, int, int*, int) + 164
    81 org.mozilla.firefox 0x006d5ffc nsBlockFrame::ReflowDirtyLines(nsBlockReflowState&, int) + 780
    82 org.mozilla.firefox 0x006d4624 nsBlockFrame::Reflow(nsPresContext*, nsHTMLReflowMetrics&, nsHTMLReflowState const&, unsigned&) + 1024
    83 org.mozilla.firefox 0x0088b058 nsBlockReflowContext::ReflowBlock(nsRect const&, int, nsCollapsingMargin&, int, int, nsMargin&, nsHTMLReflowState&, unsigned&) + 1180
    84 org.mozilla.firefox 0x006d7ae0 nsBlockFrame::ReflowBlockFrame(nsBlockReflowState&, nsLineList_iterator, int*) + 1232
    85 org.mozilla.firefox 0x006d67b0 nsBlockFrame::ReflowLine(nsBlockReflowState&, nsLineList_iterator, int, int*, int) + 164
    86 org.mozilla.firefox 0x006d5ffc nsBlockFrame::ReflowDirtyLines(nsBlockReflowState&, int) + 780
    87 org.mozilla.firefox 0x006d4624 nsBlockFrame::Reflow(nsPresContext*, nsHTMLReflowMetrics&, nsHTMLReflowState const&, unsigned&) + 1024
    88 org.mozilla.firefox 0x0088b058 nsBlockReflowContext::ReflowBlock(nsRect const&, int, nsCollapsingMargin&, int, int, nsMargin&, nsHTMLReflowState&, unsigned&) + 1180
    89 org.mozilla.firefox 0x006d7ae0 nsBlockFrame::ReflowBlockFrame(nsBlockReflowState&, nsLineList_iterator, int*) + 1232
    90 org.mozilla.firefox 0x006d67b0 nsBlockFrame::ReflowLine(nsBlockReflowState&, nsLineList_iterator, int, int*, int) + 164
    91 org.mozilla.firefox 0x006d5ffc nsBlockFrame::ReflowDirtyLines(nsBlockReflowState&, int) + 780
    92 org.mozilla.firefox 0x006d4624 nsBlockFrame::Reflow(nsPresContext*, nsHTMLReflowMetrics&, nsHTMLReflowState const&, unsigned&) + 1024
    93 org.mozilla.firefox 0x0088b058 nsBlockReflowContext::ReflowBlock(nsRect const&, int, nsCollapsingMargin&, int, int, nsMargin&, nsHTMLReflowState&, unsigned&) + 1180
    94 org.mozilla.firefox 0x006db21c nsBlockFrame::ReflowFloat(nsBlockReflowState&, nsPlaceholderFrame*, nsFloatCache*, unsigned&) + 708
    95 org.mozilla.firefox 0x00889dd0 nsBlockReflowState::FlowAndPlaceFloat(nsFloatCache*, int*, unsigned&, int) + 328
    96 org.mozilla.firefox 0x008899cc nsBlockReflowState::AddFloat(nsLineLayout&, nsPlaceholderFrame*, int, unsigned&) + 220
    97 org.mozilla.firefox 0x00883d24 nsLineLayout::ReflowFrame(nsIFrame*, unsigned&, nsHTMLReflowMetrics*, int&) + 1220
    98 org.mozilla.firefox 0x006d8644 nsBlockFrame::ReflowInlineFrame(nsBlockReflowState&, nsLineLayout&, nsLineList_iterator, nsIFrame*, unsigned char*) + 120
    99 org.mozilla.firefox 0x006d8360 nsBlockFrame::DoReflowInlineFrames(nsBlockReflowState&, nsLineLayout&, nsLineList_iterator, int*, unsigned char*, int, int, int) + 452
    100 org.mozilla.firefox 0x006d80dc nsBlockFrame::ReflowInlineFrames(nsBlockReflowState&, nsLineList_iterator, int, int*, int, int) + 156
    101 org.mozilla.firefox 0x006d6aec nsBlockFrame::ReflowLine(nsBlockReflowState&, nsLineList_iterator, int, int*, int) + 992
    102 org.mozilla.firefox 0x006d5ffc nsBlockFrame::ReflowDirtyLines(nsBlockReflowState&, int) + 780
    103 org.mozilla.firefox 0x006d4624 nsBlockFrame::Reflow(nsPresContext*, nsHTMLReflowMetrics&, nsHTMLReflowState const&, unsigned&) + 1024
    104 org.mozilla.firefox 0x0088b058 nsBlockReflowContext::ReflowBlock(nsRect const&, int, nsCollapsingMargin&, int, int, nsMargin&, nsHTMLReflowState&, unsigned&) + 1180
    105 org.mozilla.firefox 0x006d7ae0 nsBlockFrame::ReflowBlockFrame(nsBlockReflowState&, nsLineList_iterator, int*) + 1232
    106 org.mozilla.firefox 0x006d67b0 nsBlockFrame::ReflowLine(nsBlockReflowState&, nsLineList_iterator, int, int*, int) + 164
    107 org.mozilla.firefox 0x006d5ffc nsBlockFrame::ReflowDirtyLines(nsBlockReflowState&, int) + 780
    108 org.mozilla.firefox 0x006d4624 nsBlockFrame::Reflow(nsPresContext*, nsHTMLReflowMetrics&, nsHTMLReflowState const&, unsigned&) + 1024
    109 org.mozilla.firefox 0x0088b058 nsBlockReflowContext::ReflowBlock(nsRect const&, int, nsCollapsingMargin&, int, int, nsMargin&, nsHTMLReflowState&, unsigned&) + 1180
    110 org.mozilla.firefox 0x006d7ae0 nsBlockFrame::ReflowBlockFrame(nsBlockReflowState&, nsLineList_iterator, int*) + 1232
    111 org.mozilla.firefox 0x006d67b0 nsBlockFrame::ReflowLine(nsBlockReflowState&, nsLineList_iterator, int, int*, int) + 164
    112 org.mozilla.firefox 0x006d5ffc nsBlockFrame::ReflowDirtyLines(nsBlockReflowState&, int) + 780
    113 org.mozilla.firefox 0x006d4624 nsBlockFrame::Reflow(nsPresContext*, nsHTMLReflowMetrics&, nsHTMLReflowState const&, unsigned&) + 1024
    114 org.mozilla.firefox 0x004ca958 nsContainerFrame::ReflowChild(nsIFrame*, nsPresContext*, nsHTMLReflowMetrics&, nsHTMLReflowState const&, int, int, unsigned, unsigned&) + 148
    115 org.mozilla.firefox 0x007054f8 CanvasFrame::Reflow(nsPresContext*, nsHTMLReflowMetrics&, nsHTMLReflowState const&, unsigned&) + 356
    116 org.mozilla.firefox 0x004ca958 nsContainerFrame::ReflowChild(nsIFrame*, nsPresContext*, nsHTMLReflowMetrics&, nsHTMLReflowState const&, int, int, unsigned, unsigned&) + 148
    117 org.mozilla.firefox 0x0074901c nsHTMLScrollFrame::ReflowScrolledFrame(ScrollReflowState const&, int, int, nsHTMLReflowMetrics*, int) + 400
    118 org.mozilla.firefox 0x00749174 nsHTMLScrollFrame::ReflowContents(ScrollReflowState*, nsHTMLReflowMetrics const&) + 232
    119 org.mozilla.firefox 0x007498ac nsHTMLScrollFrame::Reflow(nsPresContext*, nsHTMLReflowMetrics&, nsHTMLReflowState const&, unsigned&) + 736
    120 org.mozilla.firefox 0x004ca958 nsContainerFrame::ReflowChild(nsIFrame*, nsPresContext*, nsHTMLReflowMetrics&, nsHTMLReflowState const&, int, int, unsigned, unsigned&) + 148
    121 org.mozilla.firefox 0x007403f8 ViewportFrame::Reflow(nsPresContext*, nsHTMLReflowMetrics&, nsHTMLReflowState const&, unsigned&) + 300
    122 org.mozilla.firefox 0x001493d4 IncrementalReflow::Dispatch(nsPresContext*, nsHTMLReflowMetrics&, nsSize const&, nsIRenderingContext&) + 280
    123 org.mozilla.firefox 0x00154b1c PresShell::ProcessReflowCommands(int) + 512
    124 org.mozilla.firefox 0x00a4627c MOZZ__lengthcode + 80984
    125 libxpcom_core.dylib 0x2c047a9c PL_HandleEvent + 36
    126 libxpcom_core.dylib 0x2c0479c0 PL_ProcessPendingEvents + 128
    127 com.apple.CoreFoundation 0x907df30c __CFRunLoopDoSources0 + 384
    128 com.apple.CoreFoundation 0x907de83c __CFRunLoopRun + 452
    129 com.apple.CoreFoundation 0x907de2bc CFRunLoopRunSpecific + 268
    130 com.apple.HIToolbox 0x9329cb20 RunCurrentEventLoopInMode + 264
    131 com.apple.HIToolbox 0x9329c12c ReceiveNextEventCommon + 244
    132 com.apple.HIToolbox 0x932e1348 AcquireNextEventInMode + 72
    133 com.apple.HIToolbox 0x932e1138 RunApplicationEventLoop + 132
    134 org.mozilla.firefox 0x00298084 nsAppShell::Run() + 64
    135 org.mozilla.firefox 0x00335cc0 nsAppStartup::Run() + 60
    136 org.mozilla.firefox 0x00012a14 XRE_main + 4904
    137 org.mozilla.firefox 0x0000d768 start + 432
    138 org.mozilla.firefox 0x0000d5e8 start + 48
    Thread 1:
    0 libSystem.B.dylib 0x9001f88c select + 12
    1 libnspr4.dylib 0x2001f260 poll + 392
    2 libnspr4.dylib 0x2001ba88 PR_OpenDir + 944
    3 org.mozilla.firefox 0x003c230c nsSocketTransportService::Poll(unsigned*) + 164
    4 org.mozilla.firefox 0x003c2ab4 nsSocketTransportService::Run() + 440
    5 libxpcom_core.dylib 0x2c04a760 nsThread::Main(void*) + 56
    6 libnspr4.dylib 0x2001cf14 PR_Select + 852
    7 libSystem.B.dylib 0x9002bd08 pthreadbody + 96
    Thread 2:
    0 libSystem.B.dylib 0x90054388 semaphoretimedwait_signaltrap + 8
    1 libSystem.B.dylib 0x900541e4 pthreadcondtimedwait + 676
    2 libnspr4.dylib 0x20017dfc PR_Unlock + 300
    3 libnspr4.dylib 0x20018060 PR_WaitCondVar + 136
    4 libxpcom_core.dylib 0x2c04d350 TimerThread::Run() + 412
    5 libxpcom_core.dylib 0x2c04a760 nsThread::Main(void*) + 56
    6 libnspr4.dylib 0x2001cf14 PR_Select + 852
    7 libSystem.B.dylib 0x9002bd08 pthreadbody + 96
    Thread 3:
    0 libSystem.B.dylib 0x90054388 semaphoretimedwait_signaltrap + 8
    1 libSystem.B.dylib 0x900541e4 pthreadcondtimedwait + 676
    2 libnspr4.dylib 0x20017dfc PR_Unlock + 300
    3 libnspr4.dylib 0x20018060 PR_WaitCondVar + 136
    4 org.mozilla.firefox 0x0037f018 nsIOThreadPool::ThreadFunc(void*) + 116
    5 libnspr4.dylib 0x2001cf14 PR_Select + 852
    6 libSystem.B.dylib 0x9002bd08 pthreadbody + 96
    Thread 4:
    0 libSystem.B.dylib 0x9002c3c8 semaphorewait_signaltrap + 8
    1 libSystem.B.dylib 0x90030eac pthreadcondwait + 480
    2 libnspr4.dylib 0x2001804c PR_WaitCondVar + 116
    3 org.mozilla.firefox 0x003db52c nsSSLThread::Run() + 248
    4 libnspr4.dylib 0x2001cf14 PR_Select + 852
    5 libSystem.B.dylib 0x9002bd08 pthreadbody + 96
    Thread 5:
    0 libSystem.B.dylib 0x9002c3c8 semaphorewait_signaltrap + 8
    1 libSystem.B.dylib 0x90030eac pthreadcondwait + 480
    2 libnspr4.dylib 0x2001804c PR_WaitCondVar + 116
    3 org.mozilla.firefox 0x003d7478 nsCertVerificationThread::Run() + 96
    4 libnspr4.dylib 0x2001cf14 PR_Select + 852
    5 libSystem.B.dylib 0x9002bd08 pthreadbody + 96
    Thread 6:
    0 libSystem.B.dylib 0x90054388 semaphoretimedwait_signaltrap + 8
    1 libSystem.B.dylib 0x900541e4 pthreadcondtimedwait + 676
    2 libnspr4.dylib 0x20017dfc PR_Unlock + 300
    3 libnspr4.dylib 0x20018060 PR_WaitCondVar + 136
    4 org.mozilla.firefox 0x0037f018 nsIOThreadPool::ThreadFunc(void*) + 116
    5 libnspr4.dylib 0x2001cf14 PR_Select + 852
    6 libSystem.B.dylib 0x9002bd08 pthreadbody + 96
    Thread 7:
    0 libSystem.B.dylib 0x90054388 semaphoretimedwait_signaltrap + 8
    1 libSystem.B.dylib 0x900541e4 pthreadcondtimedwait + 676
    2 libnspr4.dylib 0x20017dfc PR_Unlock + 300
    3 libnspr4.dylib 0x20018060 PR_WaitCondVar + 136
    4 org.mozilla.firefox 0x0037f018 nsIOThreadPool::ThreadFunc(void*) + 116
    5 libnspr4.dylib 0x2001cf14 PR_Select + 852
    6 libSystem.B.dylib 0x9002bd08 pthreadbody + 96
    Thread 8:
    0 libSystem.B.dylib 0x90054388 semaphoretimedwait_signaltrap + 8
    1 libSystem.B.dylib 0x900541e4 pthreadcondtimedwait + 676
    2 libnspr4.dylib 0x20017dfc PR_Unlock + 300
    3 libnspr4.dylib 0x20018060 PR_WaitCondVar + 136
    4 org.mozilla.firefox 0x0037f018 nsIOThreadPool::ThreadFunc(void*) + 116
    5 libnspr4.dylib 0x2001cf14 PR_Select + 852
    6 libSystem.B.dylib 0x9002bd08 pthreadbody + 96
    Thread 9:
    0 libSystem.B.dylib 0x90054388 semaphoretimedwait_signaltrap + 8
    1 libSystem.B.dylib 0x900541e4 pthreadcondtimedwait + 676
    2 libnspr4.dylib 0x20017dfc PR_Unlock + 300
    3 libnspr4.dylib 0x20018060 PR_WaitCondVar + 136
    4 org.mozilla.firefox 0x0067c90c nsHostResolver::GetHostToLookup(nsHostRecord**) + 132
    5 org.mozilla.firefox 0x0067cc60 nsHostResolver::ThreadFunc(void*) + 184
    6 libnspr4.dylib 0x2001cf14 PR_Select + 852
    7 libSystem.B.dylib 0x9002bd08 pthreadbody + 96
    Thread 10:
    0 libSystem.B.dylib 0x9002c3c8 semaphorewait_signaltrap + 8
    1 libSystem.B.dylib 0x90030eac pthreadcondwait + 480
    2 libnspr4.dylib 0x2001804c PR_WaitCondVar + 116
    3 org.mozilla.firefox 0x005ed334 mozStorageService::FreeLocks() + 4492
    4 org.mozilla.firefox 0x00a631a0 MOZZ__lengthcode + 199548
    5 libxpcom_core.dylib 0x2c04a760 nsThread::Main(void*) + 56
    6 libnspr4.dylib 0x2001cf14 PR_Select + 852
    7 libSystem.B.dylib 0x9002bd08 pthreadbody + 96
    Thread 11:
    0 libSystem.B.dylib 0x9002c3c8 semaphorewait_signaltrap + 8
    1 libSystem.B.dylib 0x90030eac pthreadcondwait + 480
    2 libnspr4.dylib 0x2001804c PR_WaitCondVar + 116
    3 libnspr4.dylib 0x200183c8 PR_Wait + 48
    4 libxpcom_core.dylib 0x2c047c20 PL_WaitForEvent + 56
    5 libxpcom_core.dylib 0x2c049458 nsEventQueueImpl::WaitForEvent(PLEvent**) + 56
    6 org.mozilla.firefox 0x0036150c nsUrlClassifierDBService::Shutdown() + 528
    7 libnspr4.dylib 0x2001cf14 PR_Select + 852
    8 libSystem.B.dylib 0x9002bd08 pthreadbody + 96
    Thread 0 crashed with PPC Thread State 64:
    srr0: 0x00000000fffeff20 srr1: 0x000000000200f930 vrsave: 0x0000000000000000
    cr: 0x44224228 xer: 0x0000000020000004 lr: 0x00000000902bf008 ctr: 0x00000000fffeff00
    r0: 0x00000000902bf008 r1: 0x00000000bfff4200 r2: 0x0000000000000000 r3: 0x00000000067e2530
    r4: 0x0000000090aaa904 r5: 0x00000000a0297af8 r6: 0x00000000ffffffff r7: 0x0000000000000002
    r8: 0x0000000000000000 r9: 0x00000000a00068a0 r10: 0x0000000000000002 r11: 0x000000006f54a904
    r12: 0x00000000067e4aeb r13: 0x0000000005ff59e0 r14: 0x0000000000000001 r15: 0x0000000000000000
    r16: 0x0000000000000001 r17: 0x00000000000020ca r18: 0x0000000000000000 r19: 0x0000000000000000
    r20: 0x0000000000000000 r21: 0x00000000067d3990 r22: 0x0000000000000001 r23: 0x0000000000000000
    r24: 0x00000000067d3990 r25: 0x00000000bfff43e0 r26: 0x0000000000000000 r27: 0x00000000067d39c8
    r28: 0x0000000000000000 r29: 0x0000000000000004 r30: 0x00000000067d39c8 r31: 0x00000000902b2038
    Binary Images Description:
    0x1000 - 0xa90fff org.mozilla.firefox 2.0.0.12 /Applications/Firefox.app/Contents/MacOS/firefox-bin
    0x182d000 - 0x1840fff libjsd.dylib /Applications/Firefox.app/Contents/MacOS/components/libjsd.dylib
    0x1845000 - 0x1853fff libmyspell.dylib /Applications/Firefox.app/Contents/MacOS/components/libmyspell.dylib
    0x1857000 - 0x1869fff libspellchecker.dylib /Applications/Firefox.app/Contents/MacOS/components/libspellchecker.dylib
    0x186f000 - 0x18a2fff libxpinstall.dylib /Applications/Firefox.app/Contents/MacOS/components/libxpinstall.dylib
    0x18d3000 - 0x18dcfff libqfaservices.dylib /Applications/Firefox.app/Contents/MacOS/extensions/[email protected]/compon ents/libqfaservices.dylib
    0x1a05000 - 0x1a2cfff talkback.dylib /Applications/Firefox.app/Contents/MacOS/extensions/[email protected]/compon ents/talkback/talkback.dylib
    0x1e05000 - 0x1e8afff net.sourceforge.webcam-osx.common 0.9.1 /Library/QuickTime/macam.component/Contents/MacOS/macam
    0x1f27000 - 0x1f4efff talkback.dylib /Applications/Firefox.app/Contents/MacOS/extensions/[email protected]/compon ents/talkback/talkback.dylib
    0x1ff8000 - 0x1ffafff com.apple.textencoding.unicode 2.0 /System/Library/TextEncodings/Unicode Encodings.bundle/Contents/MacOS/Unicode Encodings
    0x5466000 - 0x54b2fff libfreebl3.dylib /Applications/Firefox.app/Contents/MacOS/libfreebl3.dylib
    0x54ba000 - 0x54ebfff libnssckbi.dylib /Applications/Firefox.app/Contents/MacOS/libnssckbi.dylib
    0x20000000 - 0x20032fff libnspr4.dylib /Applications/Firefox.app/Contents/MacOS/libnspr4.dylib
    0x21000000 - 0x2100dfff libplds4.dylib /Applications/Firefox.app/Contents/MacOS/libplds4.dylib
    0x22000000 - 0x2200efff libplc4.dylib /Applications/Firefox.app/Contents/MacOS/libplc4.dylib
    0x23000000 - 0x23093fff libmozjs.dylib /Applications/Firefox.app/Contents/MacOS/libmozjs.dylib
    0x24000000 - 0x24000fff libxpcom.dylib /Applications/Firefox.app/Contents/MacOS/libxpcom.dylib
    0x25000000 - 0x25023fff libssl3.dylib /Applications/Firefox.app/Contents/MacOS/libssl3.dylib
    0x26000000 - 0x26061fff libnss3.dylib /Applications/Firefox.app/Contents/MacOS/libnss3.dylib
    0x27000000 - 0x2701dfff libsmime3.dylib /Applications/Firefox.app/Contents/MacOS/libsmime3.dylib
    0x28000000 - 0x2804bfff libsoftokn3.dylib /Applications/Firefox.app/Contents/MacOS/libsoftokn3.dylib
    0x29000000 - 0x29018fff libxpcom_compat.dylib /Applications/Firefox.app/Contents/MacOS/libxpcom_compat.dylib
    0x2c000000 - 0x2c087fff libxpcom_core.dylib /Applications/Firefox.app/Contents/MacOS/libxpcom_core.dylib
    0x8fe00000 - 0x8fe52fff dyld 46.16 /usr/lib/dyld
    0x90000000 - 0x901bcfff libSystem.B.dylib /usr/lib/libSystem.B.dylib
    0x90214000 - 0x90219fff libmathCommon.A.dylib /usr/lib/system/libmathCommon.A.dylib
    0x9021b000 - 0x90268fff com.apple.CoreText 1.0.4 (???) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreText.framework/Versions/A/CoreText
    0x90293000 - 0x90344fff ATS /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ATS.framework/Versions/A/ATS
    0x90373000 - 0x9072efff com.apple.CoreGraphics 1.258.77 (???) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/CoreGraphics
    0x907bb000 - 0x90895fff com.apple.CoreFoundation 6.4.9 (368.31) /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
    0x908de000 - 0x908defff com.apple.CoreServices 10.4 (???) /System/Library/Frameworks/CoreServices.framework/Versions/A/CoreServices
    0x908e0000 - 0x909e2fff libicucore.A.dylib /usr/lib/libicucore.A.dylib
    0x90a3c000 - 0x90ac0fff libobjc.A.dylib /usr/lib/libobjc.A.dylib
    0x90aea000 - 0x90b5cfff com.apple.framework.IOKit 1.4 (???) /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit
    0x90b72000 - 0x90b84fff libauto.dylib /usr/lib/libauto.dylib
    0x90b8b000 - 0x90e62fff com.apple.CoreServices.CarbonCore 681.17 /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CarbonC ore.framework/Versions/A/CarbonCore
    0x90ec8000 - 0x90f48fff com.apple.CoreServices.OSServices 4.1 /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/OSServi ces.framework/Versions/A/OSServices
    0x90f92000 - 0x90fd4fff com.apple.CFNetwork 4.0 (129.22) /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CFNetwo rk.framework/Versions/A/CFNetwork
    0x90fe9000 - 0x91001fff com.apple.WebServices 1.1.2 (1.1.0) /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/WebServ icesCore.framework/Versions/A/WebServicesCore
    0x91011000 - 0x91092fff com.apple.SearchKit 1.0.7 /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SearchK it.framework/Versions/A/SearchKit
    0x910d8000 - 0x91101fff com.apple.Metadata 10.4.4 (121.36) /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Metadat a.framework/Versions/A/Metadata
    0x91112000 - 0x91120fff libz.1.dylib /usr/lib/libz.1.dylib
    0x91123000 - 0x912defff com.apple.security 4.6 (29770) /System/Library/Frameworks/Security.framework/Versions/A/Security
    0x913dd000 - 0x913e6fff com.apple.DiskArbitration 2.1.2 /System/Library/Frameworks/DiskArbitration.framework/Versions/A/DiskArbitration
    0x913ed000 - 0x913f5fff libbsm.dylib /usr/lib/libbsm.dylib
    0x913f9000 - 0x91421fff com.apple.SystemConfiguration 1.8.3 /System/Library/Frameworks/SystemConfiguration.framework/Versions/A/SystemConfi guration
    0x91434000 - 0x9143ffff libgcc_s.1.dylib /usr/lib/libgcc_s.1.dylib
    0x91444000 - 0x914bffff com.apple.audio.CoreAudio 3.0.5 /System/Library/Frameworks/CoreAudio.framework/Versions/A/CoreAudio
    0x914fc000 - 0x914fcfff com.apple.ApplicationServices 10.4 (???) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Application Services
    0x914fe000 - 0x91536fff com.apple.AE 1.5 (297) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ AE.framework/Versions/A/AE
    0x91551000 - 0x91623fff com.apple.ColorSync 4.4.10 /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ColorSync.framework/Versions/A/ColorSync
    0x91676000 - 0x91707fff com.apple.print.framework.PrintCore 4.6 (177.13) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ PrintCore.framework/Versions/A/PrintCore
    0x9174e000 - 0x91805fff com.apple.QD 3.10.25 (???) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ QD.framework/Versions/A/QD
    0x91842000 - 0x918a0fff com.apple.HIServices 1.5.3 (???) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ HIServices.framework/Versions/A/HIServices
    0x918cf000 - 0x918f0fff com.apple.LangAnalysis 1.6.1 /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ LangAnalysis.framework/Versions/A/LangAnalysis
    0x91904000 - 0x91929fff com.apple.FindByContent 1.5 /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ FindByContent.framework/Versions/A/FindByContent
    0x9193c000 - 0x9197efff com.apple.LaunchServices 182 /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ LaunchServices.framework/Versions/A/LaunchServices
    0x9199a000 - 0x919aefff com.apple.speech.synthesis.framework 3.3 /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ SpeechSynthesis.framework/Versions/A/SpeechSynthesis
    0x919bc000 - 0x91a02fff com.apple.ImageIO.framework 1.5.6 /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/ImageIO
    0x91a19000 - 0x91ae0fff libcrypto.0.9.7.dylib /usr/lib/libcrypto.0.9.7.dylib
    0x91b2e000 - 0x91b43fff libcups.2.dylib /usr/lib/libcups.2.dylib
    0x91b48000 - 0x91b66fff libJPEG.dylib /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libJPEG.dylib
    0x91b6c000 - 0x91c23fff libJP2.dylib /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libJP2.dylib
    0x91c72000 - 0x91c76fff libGIF.dylib /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libGIF.dylib
    0x91c78000 - 0x91ce2fff libRaw.dylib /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libRaw.dylib
    0x91ce7000 - 0x91d24fff libTIFF.dylib /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libTIFF.dylib
    0x91d2b000 - 0x91d45fff libPng.dylib /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libPng.dylib
    0x91d4a000 - 0x91d4dfff libRadiance.dylib /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libRadiance.dylib
    0x91d4f000 - 0x91e2dfff libxml2.2.dylib /usr/lib/libxml2.2.dylib
    0x91e4d000 - 0x91e4dfff com.apple.Accelerate 1.2.2 (Accelerate 1.2.2) /System/Library/Frameworks/Accelerate.framework/Versions/A/Accelerate
    0x91e4f000 - 0x91f34fff com.apple.vImage 2.4 /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vImage.fr amework/Versions/A/vImage
    0x91f3c000 - 0x91f5bfff com.apple.Accelerate.vecLib 3.2.2 (vecLib 3.2.2) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/vecLib
    0x91fc7000 - 0x92035fff libvMisc.dylib /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libvMisc.dylib
    0x92040000 - 0x920d5fff libvDSP.dylib /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libvDSP.dylib
    0x920ef000 - 0x92677fff libBLAS.dylib /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libBLAS.dylib
    0x926aa000 - 0x929d5fff libLAPACK.dylib /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libLAPACK.dylib
    0x92a05000 - 0x92af3fff libiconv.2.dylib /usr/lib/libiconv.2.dylib
    0x92af6000 - 0x92b7efff com.apple.DesktopServices 1.3.7 /System/Library/PrivateFrameworks/DesktopServicesPriv.framework/Versions/A/Desk topServicesPriv
    0x92bbf000 - 0x92deafff com.apple.Foundation 6.4.9 (567.36) /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation
    0x92f17000 - 0x92f35fff libGL.dylib /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib
    0x92f40000 - 0x92f9afff libGLU.dylib /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLU.dylib
    0x92fb8000 - 0x92fb8fff com.apple.Carbon 10.4 (???) /System/Library/Frameworks/Carbon.framework/Versions/A/Carbon
    0x92fba000 - 0x92fcefff com.apple.ImageCapture 3.0 /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/ImageCapture. framework/Versions/A/ImageCapture
    0x92fe6000 - 0x92ff6fff com.apple.speech.recognition.framework 3.4 /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SpeechRecogni tion.framework/Versions/A/SpeechRecognition
    0x93002000 - 0x93017fff com.apple.securityhi 2.0 (203) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SecurityHI.fr amework/Versions/A/SecurityHI
    0x93029000 - 0x930b0fff com.apple.ink.framework 101.2 (69) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Ink.framework /Versions/A/Ink
    0x930c4000 - 0x930cffff com.apple.help 1.0.3 (32) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Help.framewor k/Versions/A/Help
    0x930d9000 - 0x93106fff com.apple.openscripting 1.2.5 (???) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/OpenScripting .framework/Versions/A/OpenScripting
    0x93120000 - 0x9312ffff com.apple.print.framework.Print 5.2 (192.4) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Print.framewo rk/Versions/A/Print
    0x9313b000 - 0x931a1fff com.apple.htmlrendering 1.1.2 /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HTMLRendering .framework/Versions/A/HTMLRendering
    0x931d2000 - 0x93221fff com.apple.NavigationServices 3.4.4 (3.4.3) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/NavigationSer vices.framework/Versions/A/NavigationServices
    0x9324f000 - 0x9326cfff com.apple.audio.SoundManager 3.9 /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CarbonSound.f ramework/Versions/A/CarbonSound
    0x9327e000 - 0x9328bfff com.apple.CommonPanels 1.2.2 (73) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CommonPanels. framework/Versions/A/CommonPanels
    0x93294000 - 0x935a2fff com.apple.HIToolbox 1.4.10 (???) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HIToolbox.fra mework/Versions/A/HIToolbox
    0x936f2000 - 0x936fefff com.apple.opengl 1.4.7 /System/Library/Frameworks/OpenGL.framework/Versions/A/OpenGL
    0x93797000 - 0x937b7fff libmx.A.dylib /usr/lib/libmx.A.dylib
    0x937bd000 - 0x937bdfff com.apple.Cocoa 6.4 (???) /System/Library/Frameworks/Cocoa.framework/Versions/A/Cocoa
    0x937bf000 - 0x93df2fff com.apple.AppKit 6.4.9 (824.44) /System/Library/Frameworks/AppKit.framework/Versions/C/AppKit
    0x9417f000 - 0x941f1fff com.apple.CoreData 91 (92.1) /System/Library/Frameworks/CoreData.framework/Versions/A/CoreData
    0x9422a000 - 0x942effff com.apple.audio.toolbox.AudioToolbox 1.4.7 /System/Library/Frameworks/AudioToolbox.framework/Versions/A/AudioToolbox
    0x94342000 - 0x94342fff com.apple.audio.units.AudioUnit 1.4 /System/Library/Frameworks/AudioUnit.framework/Versions/A/AudioUnit
    0x94344000 - 0x94504fff com.apple.QuartzCore 1.4.12 /System/Library/Frameworks/QuartzCore.framework/Versions/A/QuartzCore
    0x9454e000 - 0x9458bfff libsqlite3.0.dylib /usr/lib/libsqlite3.0.dylib
    0x94593000 - 0x945e3fff libGLImage.dylib /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLImage.dyl ib
    0x945ec000 - 0x94606fff com.apple.CoreVideo 1.4.2 /System/Library/Frameworks/CoreVideo.framework/Versions/A/CoreVideo
    0x947b4000 - 0x947c3fff libCGATS.A.dylib /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libCGATS.A.dylib
    0x947cb000 - 0x947d8fff libCSync.A.dylib /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libCSync.A.dylib
    0x9481e000 - 0x94837fff libRIP.A.dylib /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libRIP.A.dylib
    0x9483e000 - 0x94b68fff com.apple.QuickTime 7.4.1 (14) /System/Library/Frameworks/QuickTime.framework/Versions/A/QuickTime
    0x94c4e000 - 0x94cbffff libstdc++.6.dylib /usr/lib/libstdc++.6.dylib
    What is going on here? How can I stop this from happening, its VERY annoying.
    Thankyou,
    atyndall
    Message was edited by: atyndall

    I figured out this problem on my machine - I got tired of Flashplayer always taking up resources so I renamed the FlashPlayer & Plugin .exe files to .ex_. This made Firefox stop responding. I uninstalled/reinstalled several times not thinking about Flash. As soon as I renamed to .exe, FireFox worked. I guess it would've worked had I just disabled the Plugin inside Firefox also.
    Also, Chrome was exhibiting the same behavior & it's fixed now too.

  • Not being asked for credentials in SSRS 2008 R2 for Firefox and Safari

    I have an instance of SSRS 2008 that is currently working on all browsers (the URL is something like reports.foo/reports).
    I spun up a new instance of SSRS and placed it on the url report01.foo/reports.  This new instance is connected to a different domain (I am spining up a Active Directory Domain and trying to build out our infrastructure, so the logins are different). 
    I am able to access the new URL (report01.foo/reports) from IE and Chrome.  It is asking for the username/password and able to get on just fine.
    However, when I try to go to the new URL (report01.foo/reports) using Safari and Firefox, it never asks for credentials and shows a blank page.  This does not happen for the old URL (reports.foo/reports), only the new URL.
    Any ideas?

    Hi Ben,
    Per my understanding that you have configured windows authentication and which by default will not prompt for credential. So I assumed you have changed the User Authentication setting in the security setting to pop up for credential, for example like below(IE),
    If so, your issue about the pop up credetial not pop up in Firefox and Safari can be caused by the related security setting, If you give Anonymous User rights, you may got the blank page:
    Details information about similar issue in threads below for your reference:
    how to change reporting service site seurity setting?
    SSRS in firefox not asking for credentials
    If you still have any problem, please feel free to ask.
    Regards,
    Vicky Liu
    If you have any feedback on our support, please click
    here.
    Vicky Liu
    TechNet Community Support

  • HT1338 hi, my firefox and safari are both having difficulty loading certain parts of web pages. previous to this my firefox would freeze and state that a script was not responding. i would stop the script and reload the page and everything would be fine.

    hi, my firefox and safari are both having difficulty loading certain parts of web pages. previous to this my firefox would freeze and state that a script was not responding. i would stop the script and reload the page and everything would be fine. now though the pages just load very very slowly or load leaving out certain pictures and video content. i've tried clearing my cache's and cookies, resetting my browser etc, but it seems like its a system issue as both safari and firefox are having issues. i've run Avast to screen for malware and it came up empty. any suggestions?

    10.4.8's been a pain for Networking... not sure of all the reasons though, or whether all the complaints might not be MS working around Bugs/Non-compliance, but at this point I think you should get Applejack...
    http://www.versiontracker.com/dyn/moreinfo/macosx/19596
    After installing, boot holding down CMD+s, then when the prompt shows, type in...
    applejack AUTO
    Then let it do all 5 of it's things.
    Fixes a lot of problems, and besides, if your Mac ever gets to the point it won't Boot... this is a life saver!
    After you run that... let's see where we are.
    BTW, several ISPs seem to have trouble with their DNS Servers lately, might try these insead...
    208.67.222.222
    208.67.220.220

  • Layers don't appear properly inside table in Internet Explorer, but are fine in Firefox and Safari

    How can I get layers that are inside tables that are
    inside another layer to appear properly in Internet Explorer. It
    works fine in Firefox and Safari on Mac and PC? The layers that are
    causing the problems contain a table with an image and a caption,
    so 2 cells. Then the layers are within a larger table that is
    within a layer. I don't use IE (cause it is the bain of my
    existence) but for a client they may want it to look good on all
    browsers, even if it is IE 6 on a PC, maybe the browser version is
    too old and I shouldn't worry about it? I know IE is not compliant
    with web standards so is this the problem or is there a way to fix
    the problem so it will look good in all the browers? The URL is
    http://uweb.txstate.edu/~ts20/scevents/spec-coll-events.html
    so if anyone could look at it IE and firefox and see how I could
    fix it, this would be very appreciated!
    Much needed help. Thanks for any input.

    >>I knwow IE is not compliant with web standards
    That is too broadly stated to be credible. Certainly IE6 has
    its problems
    but is highly compliant with most web standards. To be an
    effective
    designer/developer one must have a working knowledge of IE's
    deficiencies,
    not just write it off as non-compliant. After all, it is
    still used by some
    70% or web users (based on W3C Schools data.)
    Please post a link to your site.
    Walt
    "starryeyestara" <[email protected]> wrote
    in message
    news:eq3jc0$7cs$[email protected]..
    >
    How can I get layers that are inside tables that are
    inside
    > another
    > layer to appear properly in Internet Explorer. It works
    fine in Firefox
    > and
    > Safari on Mac and PC? The layers that are causing the
    problems contain a
    > table
    > with an image and a caption, so 2 cells. Then the layers
    are within a
    > larger
    > table that is within a layer. I don't use IE but for a
    client they may
    > want it
    > to loog good on all browsers, even if it is IE 6 on a
    PC. I knwow IE is
    > not
    > compliant with web standards so is this the problem or
    is there a way to
    > fix
    > the problem so it will look good in all the browers?
    > Much needed help. Thanks for any input.
    >

  • Edge animation fails to load first time in Opera, Crome  but work in Firefox and Safari, both localy and

    Hi guys, I have quite a serous problem here, I have a Adobe Edge Animation (done in CC) that fails to load the first time in Opera and Crome but does work in Firefox and Safari. It fail to load every time coming from another page.
    The problem persist both locally and online. It does work in preview every single time.
    I you can push me in the right direction, that would be great.
    Thanks!
    Here you can see the animation:
    http://tierraburritos.com/test/laCarta.html

    It seems to because of a style insertion error in animate library/content
    Is it possible for you to share/mail your files with us,we can isolate the issue.

  • Why does Firefox leak memory after. I do the same operations in Firefox and Safari, Firefox in some cases uses over 500 MB of RAM, Safari uses about 50 MB

    After opening and closing 5 windows in Firefox and Safari, at rest Firefox still claimed (approx.) 500MB of real memory, Safari return all memory and claimed only (approx.) 50MB at rest (all windows closed). My laptop starts over heating when browsing just simple information pages in Firefox. This still happens after updating to the latest browser.

    Start Firefox in <u>[[Safe Mode]]</u> to check if one of the extensions or if hardware acceleration is causing the problem (switch to the DEFAULT theme: Firefox/Tools > Add-ons > Appearance/Themes).
    *Don't make any changes on the Safe mode start window.
    *https://support.mozilla.org/kb/Safe+Mode
    *https://support.mozilla.org/kb/Troubleshooting+extensions+and+themes

Maybe you are looking for

  • Creating something better than Photoshop CC ?

    The basic CC concept  just doesn't work for many people, including myself. Bottom line: there must be a  perpetual license option for a basic photo image editing program. For many photographers, Photoshop Elements just isn't robust enough. My guess i

  • Process Aborted in RAU

    Almost immediately after starting the installation of a Repository Instance using the Repository Administration Utility (RAU, I get a ckrau61 error box showing 'CDR-21244: This process has been aborted' The action advises me to check the log for erro

  • Nomad Jukebox Zen NX 20GB locking up

    I just bought a Nomad Jukebox Zen NX off a friend and it worked fine last night. I transferred 800 songs onto it and then deleted them all this morning so I could re-organize. Now it's locked up. Doesn't matter if I use battery power or AC power. It

  • Mavericks and Aperture 3.5

    Hi, I have a 2007 24" iMac 2.8ghz machine with 4Gig of RAM. I have uploaded Mavericks and now Aperture 3.5 to replace the 2.4 version I was using on Snow Leopard. Its slow, very slow. Any tips to speed it up, I do Event Photography, often have 1000 p

  • How to loop my own beats

    Hi - For the life of me I cannot figure out how to take a beat I have created and then loop it.  There is no "create loop" option as there was in previous versions.  Help please. Thanks