List Issues in Firefox and Safari

Hello. I have a website I'm trying to work on whereby I have
vertical menu in the sidebar on the left-hand side of the page.
I've created it using the attached code.
I have that code enclosed within a div entitled simply
"menu". Now - I also want to be able to insert bullets into my main
content of the page (outside of the #menu div). But when I try to
of course create bullets within the text, it applies the styling
that I have on the menu. The main text is within a div called
"contentMain".
I've attempted to bypass by putting in the contentMain and
contentMain ul li css attached.
But the bullets refuse to line up correctly in any browser.
Your help in this matter is greatly appreciated. I'm pulling my
hair out here.
Many thanks -
Kevin

Hello,
This CSS:
#contentMain ul li {
only changes the li within #contentMain. It doesn't change
the UL.
The UL still gets it's styling from the ul,li { CSS.
You'll need two styles to make the ul and li in #contentMain
unique:
#contentMain ul
and
#contentMain ul li
Take care,
Tim
"kevin_stagg" <[email protected]> wrote in
message
news:[email protected]...
> Hello. I have a website I'm trying to work on whereby I
have vertical menu
> in
> the sidebar on the left-hand side of the page. I've
created it using the
> following:
>
> ul, li{
> margin: 0;
> padding: 0;
> list-style-type: none;
> }
>
> ul a:link {
> text-decoration: none;
> color: #669900;
> }
>
> ul a:visited {
> text-decoration: none;
> color: #999;
> }
>
> ul a:hover {
> text-decoration: none;
> color: #000;
> }
>
> li {
> border-bottom-width: 1px;
> border-bottom-style: solid;
> border-bottom-color: #CCC;
> }
>
> I have that code enclosed within a div entitled simply
"menu". Now - I
> also
> want to be able to insert bullets into my main content
of the page
> (outside of
> the #menu div). But when I try to of course create
bullets within the
> text, it
> applies the styling that I have on the menu. The main
text is within a div
> called "contentMain".
>
> I've attempted to bypass by putting in the following:
>
> #contentMain {
> background-color: #FFF;
> padding: 20px 10px 35px 230px;
> text-align: justify;
> }
>
> #contentMain ul li {
> font-family: Arial, Helvetica, sans-serif;
> margin: 0;
> padding-left: 10px;
> font-size: 1em;
> border-bottom-width: 0;
> border-bottom-style: none;
> list-style-type: disc;
> text-indent: 5em;
> }
>
> But the bullets refuse to line up correctly in any
browser. Your help in
> this
> matter is greatly appreciated. I'm pulling my hair out
here.
>
> Many thanks -
> Kevin
>
>
> ul, li{
> margin: 0;
> padding: 0;
> list-style-type: none;
> }
>
> ul a:link {
> text-decoration: none;
> color: #669900;
> }
>
> ul a:visited {
> text-decoration: none;
> color: #999;
> }
>
> ul a:hover {
> text-decoration: none;
> color: #000;
> }
>
> li {
> border-bottom-width: 1px;
> border-bottom-style: solid;
> border-bottom-color: #CCC;
> }
>

Similar Messages

  • CSS issues in Firefox and Safari

    I have this bit of code that i cant seem to get working in
    firefox or safari
    .backgr {
    text-align:center;
    margin-left:0px;
    margin-top:0px;
    background-color:#CCCCCC;
    border:solid 1px;
    What am i doing wrong
    ASP, SQL2005, DW8 VBScript, Access

    Thanks for the replies... i just noticed that i forgot to
    mention what was
    not really working with this code...
    I have span that im applying this to... its wrapping around
    my screen data
    to give it a easier background to read the text on...
    In IE i can view my page with a grey box behind all my page
    data...
    But within firefox, opera and safari the box is not there and
    makes my
    navigation look like crap...
    So would using the last reply that has all the individual
    styles listed help
    with this issue?
    ASP, SQL2005, DW8 VBScript
    "Daniel" <[email protected]> wrote in message
    news:ffp1k6$f4n$[email protected]..
    >I have this bit of code that i cant seem to get working
    in firefox or
    >safari
    >
    > .backgr {
    > text-align:center;
    > margin-left:0px;
    > margin-top:0px;
    > background-color:#CCCCCC;
    > border:solid 1px;
    > }
    >
    > What am i doing wrong
    >
    > --
    > --
    > ASP, SQL2005, DW8 VBScript, Access
    >

  • PDF visibility issue in Firefox and Safari on Windows

    Hi Guys,
    I am using iframe to embed pdf in html:-
    <iframe visible="true" id="ipdf" src="pdf/filename.pdf" height="600" width="665" runat="server" frameborder="0" scrolling="auto" allowtransparency="true"> </iframe>
    My problem is in some browsers it asks the user to install Missing plugins and nothing happens.
    Is it possible to deteact and install pdf reader plugin just like in flash.
    Gaurav

    Thanks, that did the trick. I forgot that Firefox and Chorme have their own built-in pdf viewers. Also didn't realize that Firefox v20 defaultly enables the built-in pdf viewer.

  • PDF visibility issue in Firefox and Safari on MAC

    Hi Guys,
    I am using iframe to embed pdf in html:-
    <iframe visible="true" id="ipdf" src="pdf/filename.pdf" height="600" width="665" runat="server" frameborder="0" scrolling="auto" allowtransparency="true"> </iframe>
    My problem is in some browsers it asks the user to install Missing plugins and nothing happens.
    Is it possible to deteact and install pdf reader plugin just like in flash.
    Gaurav

    Clear the cache and the cookies from sites that cause problems.
    "Clear the Cache":
    *Firefox > Preferences > Advanced > Network > Cached Web Content: "Clear Now"
    "Remove Cookies" from sites causing problems:
    *Firefox > Preferences > Privacy > Cookies: "Show Cookies"
    Start Firefox in <u>[[Safe Mode|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 click the Reset button on the Safe mode start window or otherwise make changes.
    *https://support.mozilla.org/kb/Safe+Mode
    *https://support.mozilla.org/kb/Troubleshooting+extensions+and+themes

  • 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

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

  • Adove TV Will Not Play Movies In Firefox and Safari

    For those at Adobe developing Flash, I wanted to post and let you know that I cannot view any Adobe TV videos in Firefox and Safari. I AM able to view videos in Google Chrome. I was able to view them a few months ago without any problems. The web pages for Adobe TV load just fine, but the area where the movie plays is solid black, and there are no video controls (play, pause, volume, etc.).
    SYSTEM INFORMATION:
    Mac OS X 10.6.8
    Adobe Flash Player 11.7
    Adobe Air 3.7
    Firefox 21.0
    Safari 5.1.9

    Why are you using such an old Firefox/3.5.3 version from 2009 (Gecko/20090824) as shown in the user agent and haven't updated Firefox for such a long time?
    See:
    *https://support.mozilla.org/kb/Finding+your+Firefox+version
    The Firefox 3.5.3 version that you currently run is no longer supported with security updates.
    You should at least use the latest Firefox 3.6.x version if you do not want to switch to Firefox 4+ versions.
    *https://support.mozilla.org/kb/Updating+Firefox
    Your plugins list in the system details list shows the WMP plugin (np-mswmp), so that plugin should be working.
    Do WMP test pages work?
    *http://kb.mozillazine.org/Testing_plugins
    See also:
    *https://support.mozilla.org/kb/Managing+file+types

  • SocialCast Bookmarklet for Chrome is not working (it does on Firefox and Safari) - Can someone help me with it

    Building a community on Socialcast, and I am a Chrome browser user.  The bookmarklet bar doesn't work for my version of Chrome - I do not see any pop up blockers or other issues.
    Let me know what are my next steps (other than using Firefox of Safari).

    Hello:
    Thanks for reporting this issue. We were able to confirm the fact that the bookmarklet is in fact broken in chrome, but does work in firefox and safari (which it sounds like may not be helpful to you). We will raise a ticket with our engineering team.
    Best,
    The VMware Socialcast team

  • Separate plugins folders for Firefox and Safari?

    In OS X, is there a way to create a separate location for Firefox plugins that is outside of the universal "Internet Plug-Ins" folder? There's a plugin that I'd like to load only in Firefox, and so far I haven't been able to find any alternative location that works.

    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

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

  • HELP! My old mac was requested to upgrade Firefox to 14.0.1. After the sucessfully installation, I received a message saying my old Mac couldn't use the new Firefox and Safari crashes. I have NO browser now!!!

    My old mac was requested to upgrade Firefox to 14.0.1. After the sucessfully installation, I received a message saying my old Mac couldn't use the new Firefox and Safari crashes. I have NO browser now! Any help would be appreciated.

    Hmmm...  So you upgraded Firefox and now neither Firefox or Safari will work?  Very weird.  I have no idea what might have gone wrong.  That said, when things start acting wierd, I always try a bit of maintenance first.  About 95% of the time, I luck out and it works.
    I use the free program Onyx.  I run all the clean up routines.  Then I boot to the recovery partition (Lion) or the OS X Install Disc and repair permissions and verify/repair the hard disk.
    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.

  • I'm having a lot of issues with firefox and cannot figure out how to get help. It began when I updated to 13. I get all kinds of ad popups, I cannot play one

    I'm having a lot of issues with firefox and cannot figure out how to get help. It began when I updated to 13. I get all kinds of ad popups, I cannot play one game on FaceBook called Farm Town at all, and I keep getting an AVG popup about cookies that I cannot get rid of. These issues are causing me to use Chrome very often even though I like Fox better. I've searched and searched how to get help and cannot find anything. How does one get personal technical help?? These issues do not happen in Chrome at all. Thanks.

    Do a malware check with some malware scanning programs on the Windows computer.<br />
    You need to scan with all programs because each program detects different malware.<br />
    Make sure that you update each program to get the latest version of their databases before doing a scan.<br /><br />
    *http://www.malwarebytes.org/mbam.php - Malwarebytes' Anti-Malware
    *http://www.superantispyware.com/ - SuperAntispyware
    *http://www.microsoft.com/security/scanner/en-us/default.aspx - Microsoft Safety Scanner
    *http://www.microsoft.com/windows/products/winfamily/defender/default.mspx - Windows Defender: Home Page
    *http://www.safer-networking.org/en/index.html - Spybot Search & Destroy
    You can also do a check for a rootkit infection with TDSSKiller.
    *http://support.kaspersky.com/viruses/solutions?qid=208280684
    See also:
    *"Spyware on Windows": http://kb.mozillazine.org/Popups_not_blocked

  • 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

Maybe you are looking for

  • Idsm-2 problem: sensor upgrade from 4.1 to 5 or higher

    Hi all, I have a problem with my IDSM-2 module. I'm trying to sensor upgrade from IDS to IPS software (from 4.1 version to 5.x or higher). If I do this from sensor under "admin user" and use major patch - IPS-K9-maj-5.0-1e-S149.rpm.pkg then I receive

  • Passing multiple fields as addition to  "end at " statement

    Hi All I dont think I can pass multiple fields to END AT statement. I need to sum at end of few field values in table .what is the best method of acheving this. Thanks in Advance Regards Vinay Kolla

  • How do I create a line that is established through two Point values?

    I'm given a number of fields and methods that must be used to establish a line that crosses through two Point values. This is a bit confusing because Point is also a class in the API, so I'm not sure where to begin with the given attributes and opera

  • Apple tv and harman kardon receiver?

    I just bought a new harman-kardon avr 247 receiver Problem is that when I hook up the apple tv to the hk via component video, it will only display the apple tv while rebooting? Have the avr going to my tv via hdmi which does work fine with my directv

  • Sort by title

    I have google this question, but mostly found old questions and answers. Sure in 2014 you can sort photos by title? I am doing a 365 challenge, and am naming my photos as Day 001 - Some Title, Day 002 - Other Title, etc. I keep the photos on 500px, w