MSIE crashes, can't figure out why

I just created a page containing just html and css, but every
time I try to print it from MSIE, the browser crashes. I can print
other pages I created the same way and none of them crash the
browser. I'm not running any scripts on the page, so this is really
confusing. Can anyone help me out?
Oh, and this is on a company Intranet, behind a firewall, so
I can't post a link to it.

"BruceCSI2" <[email protected]> wrote in
message
news:[email protected]...
>I removed everything between my style tags and it printed
okay, so it must
>be
> something in the CSS. Here's the code:
> body {
> text-align:center;
> margin:0 auto;
> background-color:#fff;
> font-size:62.5%;
> }
> /* These tags define the text, and p, h1, h2 and h3 all
mean the same in
> CSS
> as in HTML */
> /* Paragraph or standard text */
> p {
> font-family:Arial, Helvetica, sans-serif;
> font-size:1.1em;
> color:#000;
> }
> /* headline 1, used for section titles such as Industry
Insights, Business
> Bytes, etc */
> h1 {
> font-family:"Times New Roman", Times, serif;
> font-size:2.5em;
> color:#369;
> font-weight:bold;
> margin-top:10px;
> }
> /* headline 2, used for the red sub headlines */
> h2 {
> font-family:Arial, Helvetica, sans-serif;
> font-weight:bold;
> font-variant:small-caps;
> font-size:1.1em;
> color:#cc0000;
> margin-top:0px;
> }
> /* headline 3, used for the "blurbs" in the right hand
column */
> h3 {
> font-family:Arial, Helvetica, sans-serif;
> font-size:1.2em;
> font-weight:bold;
> color:#00059b;
> text-align:center;
> }
> /* headline 4, used for Inside and Contact headers*/
> h4 {
> font-family:Verdana, Arial, Helvetica, sans-serif;
> font-size:1.3em;
> color:#fff;
> font-variant:small-caps;
> margin-top:3px;
> margin-bottom:3px;
> margin-left:10px;
> }
> a:link {
> font-family:Verdana, Arial, Helvetica, sans-serif;
> font-size:1em;
> color:#369;
> text-decoration:underline;
> }
> a:visited {
> font-family:Verdana, Arial, Helvetica, sans-serif;
> font-size:1em;
> color:#369;
> text-decoration:underline;
> }
> a:hover {
> font-family:Verdana, Arial, Helvetica, sans-serif;
> font-size:1em;
> color:#c51426;
> text-decoration:underline;
> }
> a:active {
> font-family:Verdana, Arial, Helvetica, sans-serif;
> font-size:1em;
> color:#c51426;
> text-decoration:underline;
> }
> .attribute {
> font-family:Arial, Helvetica, sans-serif;
> font-weight:normal;
> font-style:italic;
> font-size:1em;
> color:#369;
> text-align:center;
> margin-top:10px;
> }
> .fineprint {
> font-family:Arial, Helvetica, sans-serif;
> font-size:1em;
> color:#000;
> }
> .memotitle {
> font-family:Arial, Helvetica, sans-serif;
> font-size:1em;
> color:#369;
> }
> td.cornertop {
> width:28px;
> background-image:url(graphics/TOCCORNER.gif);
> }
> td.cornerbtm {
> width:28px;
> background-image:url(graphics/TOCbottomCORNER.gif);
> }
> td.bullets {
> background-image:url(graphics/aBulletpoint-Red.gif);
> background-repeat:no-repeat;
> background-position:top;
> width:15px;
> padding-bottom:2px;
> }
> td.toc {
> padding-bottom:2px;
> }
> td.contactscells {
> padding-left:5px;
> }
> td.memonumbers, td.memodates {
> width:14%;
> font-family:Arial, Helvetica, sans-serif;
> font-size:1.1em;
> color:#336699;
> vertical-align:top;
> }
> td.memodates {
> text-align:center;
> }
> td.memodesc {
> width:72%;
> font-family:Arial, Helvetica, sans-serif;
> font-size:1.1em;
> color:#000;
> }
>
> td.agentrank {
> padding:2px;
> width:15px;
> border-top:1px solid #ccc;
> border-right:2px solid #ccc;
> border-left:2px solid #ccc;
> }
> td.agentrankbottom {
> padding:2px;
> border-top:1px solid #ccc;
> border-right:2px solid #ccc;
> border-bottom:2px solid #ccc;
> border-left:2px solid #ccc;
> }
> td.agentname {
> padding:2px;
> width:175px;
> border-top:1px solid #ccc;
> border-right:2px solid #ccc;
> }
> td.agentnamebottom {
> padding:2px;
> border-top:1px solid #ccc;
> border-right:2px solid #ccc;
> border-bottom:2px solid #ccc;
> }
> td.agentclass {
> padding:2px;
> width:190px;
> border-top:2px solid #ccc;
> border-right:2px solid #ccc;
> border-left:2px solid #ccc;
> }
> td.agentgap {
> border-top:0;
> border-bottom:0;
> width:15px;
> }
> td.insideheader {
> margin-bottom:21px;
> }
> .headers {
> margin-bottom:10px;
> }
> .listtext {
> font-family:Arial, Helvetica, sans-serif;
> font-size:1.1em;
> color:#000;
> }
> /* This is the container element that centers everything
> #wrapper {
> text-align:left;
> width:600px;
> background-color:#fff;
> padding-right:25px;
> margin-top:25px;
> }
> /* This is where the Sales First logo goes, but DO NOT
insert it here. It
> goes
> in the body of the document. This just defines the size
of its container
> */
> #header {
> width:100%;
> }
> /* The left column is the container for Industry
Insights, Business Bytes,
> etc
> */
> #leftcolumn {
> width:430px;
> text-align:left;
> float:left;
> margin-right:20px;
> position:relative;
> }
> /* These are the sections in the left column */
> #indinsights, #bizbytes, #smtools {
> width:100%;
> border-bottom:1px solid #ccc;
> margin-top:10px;
> padding-bottom:15px;
> }
> #briefnotes {
> width:100%;
> margin-top:10px;
> padding-bottom:15px;
> }
> /* The right column is the container for Inside,
Contact, ads, etc */
> #rightcolumn {
> width:150px;
> float:right;
> position:relative;
> margin-right:0px;
> }
> /* These are the sections in the right column, listed
from top to bottom
> */
>
> /* This is the table of contents */
> #inside, #credits {
> margin-top:10px;
> margin-bottom:5px;
> float:right;
> position:relative;
> margin-right:0px;
> width:100%;
> background-image:url(graphics/tosbg.gif);
> }
> /*This is where you place your picture */
> #imageholder {
> margin-top:15px;
> margin-right:0px;
> margin-bottom:15px;
> float:right;
> position:relative;
> }
> /*This is where you place your inspirational comment*/
> #blurb {
> width:116px;
> margin-top:15px;
> margin-bottom:15px;
> margin-left:17px;
> padding-top:10px;
> padding-bottom:10px;
> position:relative;
> font-family:Arial, Helvetica, sans-serif;
> font-weight:bold;
> font-size:1.2em;
> color:#369;
> text-align:center;
> border-top:#cc0000 2px solid;
> border-bottom:#cc0000 2px solid;
> }
> /* This is where you will place your ads*/
> #ad1, #ad2, #eod {
> float:right;
> margin-top:10px;
> margin-bottom:10px;
> }
> /*This is for the Education On Demand ad*/
> #eod {
> width:150px;
>
background-image:url(graphics/Education_on_Demand_backgro.jpg);
> background-repeat:repeat-y;
> padding:0px;
> }
> #eodtop {
> width:100%;
> z-index:10;
> }
> #eodcontent {
> width:100%;
> padding:10px 25px 0px 5px;
>
background-image:url(graphics/Education_on_Demand_backgro.jpg);
> background-repeat:repeat-y;
> font-family:"Times New Roman", Times, serif;
> font-size:1.5em;
> }
> #eodbottom {
> width:100%;
>
background-image:url(graphics/Education_on_Demand_footer.jpg);
> background-repeat:no-repeat;
> padding-bottom:10px;
> z-index:10;
> }
>
> /*This is basically the footer, that goes all the way
across*/
> #topagents, #disclaimer, #footer {
> width:590px;
> padding-top:10px;
> border-top:1px solid #ccc;
> margin-top:10px;
> position:relative;
> }
> -->
> </style>
>
> Any ideas?
Yes, try to get rid of *attribute*, I'm pretty sure that's
your problem
Thierry
Articles and Tutorials:
http://www.TJKDesign.com/go/?0
http://www.divahtml.com/products/scripts_dreamweaver_extensions.php
- divaGPS - Add "you are here" highlighting to virtually any
menu
- divaFAQ - Create FAQ pages that toggle (show/hide) the
answers
- divaPOP - Easy, clean, standards-compliant popup windows.

Similar Messages

  • Safari 4.0.2 (5530.19) continually crashes - can't figure out why

    Hi,
    Safari is continually crashing on my. I have looked for some of the types of files mentioned in other postings (such as InputManagers or enhancers, etc.) but that doesn't appear to be the problem - although I could be wrong. Could someone check out the error dump below and let me know if you see something I can fix to make Safari work again? I miss it!
    Hoefully Klaus1 or someone else can take a look and let me know what is going on.
    thanks,
    DS
    Process: Safari [1400]
    Path: /Applications/Safari.app/Contents/MacOS/Safari
    Identifier: com.apple.Safari
    Version: 4.0.2 (5530.19)
    Build Info: WebBrowser-55301900~2
    Code Type: X86 (Native)
    Parent Process: launchd [153]
    Interval Since Last Report: 151 sec
    Crashes Since Last Report: 1
    Per-App Interval Since Last Report: 18 sec
    Per-App Crashes Since Last Report: 1
    Date/Time: 2009-08-02 22:31:19.174 -0500
    OS Version: Mac OS X 10.5.7 (9J61)
    Report Version: 6
    Anonymous UUID: AA8EC6C2-DC56-450D-BC60-176F0916821B
    Exception Type: EXCBADACCESS (SIGBUS)
    Exception Codes: KERNPROTECTIONFAILURE at 0x00000000004fcff0
    Crashed Thread: 2
    Thread 0:
    0 libSystem.B.dylib 0x90872286 machmsgtrap + 10
    1 libSystem.B.dylib 0x90879a7c mach_msg + 72
    2 com.apple.CoreFoundation 0x94d6804e CFRunLoopRunSpecific + 1790
    3 com.apple.CoreFoundation 0x94d68c78 CFRunLoopRunInMode + 88
    4 com.apple.HIToolbox 0x971a628c RunCurrentEventLoopInMode + 283
    5 com.apple.HIToolbox 0x971a60a5 ReceiveNextEventCommon + 374
    6 com.apple.HIToolbox 0x971a5f19 BlockUntilNextEventMatchingListInMode + 106
    7 com.apple.AppKit 0x93c7ad0d _DPSNextEvent + 657
    8 com.apple.AppKit 0x93c7a5c0 -[NSApplication nextEventMatchingMask:untilDate:inMode:dequeue:] + 128
    9 com.apple.Safari 0x0000ca83 0x1000 + 47747
    10 com.apple.AppKit 0x93c735fb -[NSApplication run] + 795
    11 com.apple.AppKit 0x93c40834 NSApplicationMain + 574
    12 com.apple.Safari 0x00003262 0x1000 + 8802
    Thread 1:
    0 libSystem.B.dylib 0x9087946e _semwaitsignal + 10
    1 libSystem.B.dylib 0x908a3dcd pthreadcondwait$UNIX2003 + 73
    2 com.apple.WebCore 0x90e6c664 WebCore::IconDatabase::syncThreadMainLoop() + 260
    3 com.apple.WebCore 0x90e68509 WebCore::IconDatabase::iconDatabaseSyncThread() + 185
    4 libSystem.B.dylib 0x908a3155 pthreadstart + 321
    5 libSystem.B.dylib 0x908a3012 thread_start + 34
    Thread 2 Crashed:
    0 libSystem.B.dylib 0xffff0f38 __memcpy + 1944 (cpu_capabilities.h:246)
    1 libsqlite3.0.dylib 0x95dbb652 allocateBtreePage + 1810
    2 libsqlite3.0.dylib 0x95dbea83 incrVacuumStep + 851
    3 libsqlite3.0.dylib 0x95e086ce sqlite3VdbeExec + 2606
    4 libsqlite3.0.dylib 0x95e13ea2 sqlite3Step + 386
    5 libsqlite3.0.dylib 0x95df4624 sqlite3_exec + 260
    6 com.apple.CFNetwork 0x93b96332 __CFURLCache::ExecSQLStatement(sqlite3*, char const*, int ()(void, int, char**, char**), void*, long) + 64
    7 com.apple.CFNetwork 0x93b72c11 ProcessCacheTasks(__CFURLCache*) + 1433
    8 com.apple.CFNetwork 0x93b6c3ab CFURLCacheTimerCallback(__CFRunLoopTimer*, void*) + 165
    9 com.apple.CoreFoundation 0x94d68ac5 CFRunLoopRunSpecific + 4469
    10 com.apple.CoreFoundation 0x94d68c78 CFRunLoopRunInMode + 88
    11 com.apple.CFNetwork 0x93b6c298 CFURLCacheWorkerThread(void*) + 388
    12 libSystem.B.dylib 0x908a3155 pthreadstart + 321
    13 libSystem.B.dylib 0x908a3012 thread_start + 34
    Thread 3:
    0 libSystem.B.dylib 0x9087946e _semwaitsignal + 10
    1 libSystem.B.dylib 0x908a3dcd pthreadcondwait$UNIX2003 + 73
    2 com.apple.JavaScriptCore 0x909e24e1 ***::ThreadCondition::timedWait(***::Mutex&, double) + 81
    3 com.apple.WebCore 0x90ed4d05 WebCore::LocalStorageThread::localStorageThread() + 325
    4 libSystem.B.dylib 0x908a3155 pthreadstart + 321
    5 libSystem.B.dylib 0x908a3012 thread_start + 34
    Thread 4:
    0 libSystem.B.dylib 0x90872286 machmsgtrap + 10
    1 libSystem.B.dylib 0x90879a7c mach_msg + 72
    2 com.apple.CoreFoundation 0x94d6804e CFRunLoopRunSpecific + 1790
    3 com.apple.CoreFoundation 0x94d68c78 CFRunLoopRunInMode + 88
    4 com.apple.Safari 0x00026af1 0x1000 + 154353
    5 com.apple.Safari 0x0002680c 0x1000 + 153612
    6 com.apple.Safari 0x00026797 0x1000 + 153495
    7 libSystem.B.dylib 0x908a3155 pthreadstart + 321
    8 libSystem.B.dylib 0x908a3012 thread_start + 34
    Thread 5:
    0 libSystem.B.dylib 0x9087946e _semwaitsignal + 10
    1 libSystem.B.dylib 0x908a3dcd pthreadcondwait$UNIX2003 + 73
    2 com.apple.QuartzCore 0x94f1da09 fefragmentthread + 54
    3 libSystem.B.dylib 0x908a3155 pthreadstart + 321
    4 libSystem.B.dylib 0x908a3012 thread_start + 34
    Thread 6:
    0 libSystem.B.dylib 0x90872286 machmsgtrap + 10
    1 libSystem.B.dylib 0x90879a7c mach_msg + 72
    2 com.apple.CoreFoundation 0x94d6804e CFRunLoopRunSpecific + 1790
    3 com.apple.CoreFoundation 0x94d68c78 CFRunLoopRunInMode + 88
    4 com.apple.Foundation 0x92afb530 +[NSURLConnection(NSURLConnectionReallyInternal) _resourceLoadLoop:] + 320
    5 com.apple.Foundation 0x92a97e0d -[NSThread main] + 45
    6 com.apple.Foundation 0x92a979b4 _NSThread__main_ + 308
    7 libSystem.B.dylib 0x908a3155 pthreadstart + 321
    8 libSystem.B.dylib 0x908a3012 thread_start + 34
    Thread 7:
    0 libSystem.B.dylib 0x908c16fa select$DARWIN_EXTSN + 10
    1 libSystem.B.dylib 0x908a3155 pthreadstart + 321
    2 libSystem.B.dylib 0x908a3012 thread_start + 34
    Thread 8:
    0 libSystem.B.dylib 0x9087946e _semwaitsignal + 10
    1 libSystem.B.dylib 0x908a3dcd pthreadcondwait$UNIX2003 + 73
    2 com.apple.JavaScriptCore 0x909e24e1 ***::ThreadCondition::timedWait(***::Mutex&, double) + 81
    3 com.apple.Safari 0x0011ddcf 0x1000 + 1166799
    4 com.apple.Safari 0x0011debd 0x1000 + 1167037
    5 com.apple.Safari 0x000426ef 0x1000 + 268015
    6 com.apple.Safari 0x00042667 0x1000 + 267879
    7 libSystem.B.dylib 0x908a3155 pthreadstart + 321
    8 libSystem.B.dylib 0x908a3012 thread_start + 34
    Thread 2 crashed with X86 Thread State (32-bit):
    eax: 0xffff07a0 ebx: 0x95e07cc4 ecx: 0x00000038 edx: 0xff8b77c0
    edi: 0x00c45870 esi: 0x00d76a74 ebp: 0xb0121dc8 esp: 0xb0121dc0
    ss: 0x0000001f efl: 0x00010286 eip: 0xffff0f38 cs: 0x00000017
    ds: 0x0000001f es: 0x0000001f fs: 0x0000001f gs: 0x00000037
    cr2: 0x004fcff0
    Binary Images:
    0x1000 - 0x271ff2 com.apple.Safari 4.0.2 (5530.19) <af3e7dbc157db4d18b2336f26808308b> /Applications/Safari.app/Contents/MacOS/Safari
    0x2d0000 - 0x2dfffc SyndicationUI ??? (???) <4bfd6fbc102be03e5fb08374be0ca362> /System/Library/PrivateFrameworks/SyndicationUI.framework/Versions/A/Syndicatio nUI
    0x2ef000 - 0x3f5ff7 com.apple.PubSub 1.0.4 (65.11) <296d6ac9aec1acb5386e761bcd8e4d47> /System/Library/Frameworks/PubSub.framework/Versions/A/PubSub
    0x11d0f000 - 0x11f16fef + ??? (???) <557c94fbd7c15219746393464a79cf87>
    0x164c8000 - 0x164cdff3 libCGXCoreImage.A.dylib ??? (???) <3a78abc535c80f9819931b670da804a2> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libCGXCoreImage.A.dylib
    0x17ae4000 - 0x17ae4ffe com.apple.JavaPluginCocoa 12.3.0 (12.3.0) <ab888344b5c6d9f3fcf53dbd59276b06> /System/Library/Frameworks/JavaVM.framework/Versions/A/Resources/JavaPluginCoco a.bundle/Contents/MacOS/JavaPluginCocoa
    0x17aea000 - 0x17af0ffc com.apple.JavaVM 12.3.0 (12.3.0) <ee9b9f648e9b98b1c7644b6a7c630a91> /System/Library/Frameworks/JavaVM.framework/Versions/A/JavaVM
    0x8fe00000 - 0x8fe2db43 dyld 97.1 (???) <45ae763de6d253ccfc0eded8d82876a6> /usr/lib/dyld
    0x90003000 - 0x90003ffd com.apple.Accelerate.vecLib 3.4.2 (vecLib 3.4.2) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/vecLib
    0x9001c000 - 0x900c3feb com.apple.QD 3.11.56 (???) <a94d0f5438b730e88e5efdb233295c52> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ QD.framework/Versions/A/QD
    0x900c4000 - 0x900dcff7 com.apple.CoreVideo 1.6.0 (20.0) <dd60118bac9aefaf88d9ab44558f05c4> /System/Library/Frameworks/CoreVideo.framework/Versions/A/CoreVideo
    0x900dd000 - 0x901bdfff libobjc.A.dylib ??? (???) <400e943f9e8a678eea22a1d1205490ee> /usr/lib/libobjc.A.dylib
    0x901fb000 - 0x901fffff libmathCommon.A.dylib ??? (???) /usr/lib/system/libmathCommon.A.dylib
    0x90200000 - 0x9027aff8 com.apple.print.framework.PrintCore 5.5.4 (245.6) <03d0585059c20cb0bde5e000438c49e1> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ PrintCore.framework/Versions/A/PrintCore
    0x9027b000 - 0x90332ff3 com.apple.QTKit 7.6.2 (1327) /System/Library/Frameworks/QTKit.framework/Versions/A/QTKit
    0x90333000 - 0x9038dff7 com.apple.CoreText 2.0.4 (???) <f0b6c1d4f40bd21505097f0255abfead> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreText.framework/Versions/A/CoreText
    0x9038e000 - 0x9055fffb com.apple.security 5.0.5 (36371) <c13e0bb1acfdcf94be4d3ee118ef190e> /System/Library/Frameworks/Security.framework/Versions/A/Security
    0x90560000 - 0x90560ffb com.apple.installserver.framework 1.0 (8) /System/Library/PrivateFrameworks/InstallServer.framework/Versions/A/InstallSer ver
    0x906f1000 - 0x90870fff com.apple.AddressBook.framework 4.1.2 (700) <41a71b250286dc8d8bcee30784b894c8> /System/Library/Frameworks/AddressBook.framework/Versions/A/AddressBook
    0x90871000 - 0x909d8ff3 libSystem.B.dylib ??? (???) <b47c8e6e45aef620730710a732bf1930> /usr/lib/libSystem.B.dylib
    0x909d9000 - 0x90b61fe3 com.apple.JavaScriptCore 5530.19 (5530.19) <df70ffca834a208aae04aa045009a6e7> /System/Library/Frameworks/JavaScriptCore.framework/Versions/A/JavaScriptCore
    0x90b62000 - 0x90beeff7 com.apple.framework.IOKit 1.5.2 (???) <97b9f9d584f48891377f0481b9104434> /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit
    0x90bef000 - 0x90c3efff com.apple.QuickLookUIFramework 1.3.1 (170.9) /System/Library/PrivateFrameworks/QuickLookUI.framework/Versions/A/QuickLookUI
    0x90c3f000 - 0x90c9bff7 com.apple.htmlrendering 68 (1.1.3) <1c5c0c417891b920dfe139385fc6c155> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HTMLRendering .framework/Versions/A/HTMLRendering
    0x90c9c000 - 0x90ca9fe7 com.apple.opengl 1.5.10 (1.5.10) <5a2813f80c9441170cc1ab8a3dac5038> /System/Library/Frameworks/OpenGL.framework/Versions/A/OpenGL
    0x90caa000 - 0x90cf3fef com.apple.Metadata 10.5.2 (398.25) <7eb2df3e510cd308e91a6cf6d8e9fba5> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Metadat a.framework/Versions/A/Metadata
    0x90cf4000 - 0x90d04ffc com.apple.LangAnalysis 1.6.4 (1.6.4) <bc7eb703ddc37bf85adf93e35efd3947> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ LangAnalysis.framework/Versions/A/LangAnalysis
    0x90d05000 - 0x90d32feb libvDSP.dylib ??? (???) <4daafed78a471133ec30b3ae634b6d3e> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libvDSP.dylib
    0x90d33000 - 0x90d52ffa libJPEG.dylib ??? (???) <b822342bcc764c83d4557a8b67fa0c1c> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libJPEG.dylib
    0x90d53000 - 0x90d8dffe com.apple.securityfoundation 3.0.2 (36131) <39663c9b6f1a09d0566305d9f87cfc91> /System/Library/Frameworks/SecurityFoundation.framework/Versions/A/SecurityFoun dation
    0x90d8e000 - 0x90d97fff com.apple.speech.recognition.framework 3.7.24 (3.7.24) <da2d8411921a3fd8bc898dc753b7f3ee> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SpeechRecogni tion.framework/Versions/A/SpeechRecognition
    0x90d98000 - 0x90e52fe3 com.apple.CoreServices.OSServices 227 (227) <30cebcb68b1b571df7d77474e0c31556> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/OSServi ces.framework/Versions/A/OSServices
    0x90e65000 - 0x916f6fff com.apple.WebCore 5530.19 (5530.19) <1b48d8dc3e18ac4a1e62af44f0a6f796> /System/Library/Frameworks/WebKit.framework/Versions/A/Frameworks/WebCore.frame work/Versions/A/WebCore
    0x91727000 - 0x91727ffd com.apple.vecLib 3.4.2 (vecLib 3.4.2) /System/Library/Frameworks/vecLib.framework/Versions/A/vecLib
    0x91728000 - 0x91728ff8 com.apple.ApplicationServices 34 (34) <ee7bdf593da050bb30c7a1fc446eb8a6> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Application Services
    0x91729000 - 0x9186fff7 com.apple.ImageIO.framework 2.0.4 (2.0.4) <b407f06ff9b6893899e2e399cb65c953> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/ImageIO
    0x918a5000 - 0x91970fff com.apple.ColorSync 4.5.1 (4.5.1) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ColorSync.framework/Versions/A/ColorSync
    0x91971000 - 0x919caff7 libGLU.dylib ??? (???) <a3b9be30100a25a6cd3ad109892f52b7> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLU.dylib
    0x929a7000 - 0x929aeff7 libCGATS.A.dylib ??? (???) <211348279493364e9920adc86484cedd> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libCGATS.A.dylib
    0x929af000 - 0x929e9fe7 com.apple.coreui 1.2 (62) /System/Library/PrivateFrameworks/CoreUI.framework/Versions/A/CoreUI
    0x929f2000 - 0x929f2ff8 com.apple.Cocoa 6.5 (???) <a1bc9247cf65c20f1a44d0973cbe649c> /System/Library/Frameworks/Cocoa.framework/Versions/A/Cocoa
    0x929f3000 - 0x92a86ff3 com.apple.ApplicationServices.ATS 3.7 (???) <a535fc4982d3acff6530ec25c402e679> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ATS.framework/Versions/A/ATS
    0x92a87000 - 0x92a8cfff com.apple.CommonPanels 1.2.4 (85) <c135f02edd6b2e2864311e0b9d08a98d> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CommonPanels. framework/Versions/A/CommonPanels
    0x92a8d000 - 0x92d09fe7 com.apple.Foundation 6.5.8 (677.24) <aa84b0383891378c348ffa4a94853082> /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation
    0x92d0a000 - 0x92fe4ff3 com.apple.CoreServices.CarbonCore 786.11 (786.13) <9e2d85d52e5e2951aa4dd53c48ccc52f> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CarbonC ore.framework/Versions/A/CarbonCore
    0x93089000 - 0x930efffb com.apple.ISSupport 1.8 (38.3) /System/Library/PrivateFrameworks/ISSupport.framework/Versions/A/ISSupport
    0x930f0000 - 0x93183fff com.apple.ink.framework 101.3 (86) <d4c85b5cafa8027fff042b84a8be71dc> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Ink.framework /Versions/A/Ink
    0x93184000 - 0x93201fef libvMisc.dylib ??? (???) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libvMisc.dylib
    0x93202000 - 0x93274fff com.apple.PDFKit 2.1.2 (2.1.2) /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/PDFKit.framew ork/Versions/A/PDFKit
    0x93275000 - 0x93915fe3 com.apple.CoreGraphics 1.409.3 (???) <25dceb14af3455b768f56e8765ecf3ca> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/CoreGraphics
    0x93916000 - 0x9393afff libxslt.1.dylib ??? (???) <6a58a8724941e8a0cfeb0cae28ea3f37> /usr/lib/libxslt.1.dylib
    0x9393b000 - 0x93949ffd libz.1.dylib ??? (???) <a98b3b221a72b54faf73ded3dd7000e5> /usr/lib/libz.1.dylib
    0x9394a000 - 0x939c7feb com.apple.audio.CoreAudio 3.1.2 (3.1.2) <5a4e6329f8dbca5dcd70924525afd24a> /System/Library/Frameworks/CoreAudio.framework/Versions/A/CoreAudio
    0x939c8000 - 0x93a0afef com.apple.NavigationServices 3.5.2 (163) <72cdc9d21f6690837870923e7b8ca358> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/NavigationSer vices.framework/Versions/A/NavigationServices
    0x93a0b000 - 0x93a23fff com.apple.openscripting 1.2.8 (???) <0129d2f750f5ddcb92f4acf8a3541952> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/OpenScripting .framework/Versions/A/OpenScripting
    0x93a24000 - 0x93a2efeb com.apple.audio.SoundManager 3.9.2 (3.9.2) <df077a8048afc3075c6f2d9e7780e78e> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CarbonSound.f ramework/Versions/A/CarbonSound
    0x93a2f000 - 0x93b68ff7 libicucore.A.dylib ??? (???) <cac059ebdac7d9a63ee0f7a648c9f6cf> /usr/lib/libicucore.A.dylib
    0x93b69000 - 0x93c0dfec com.apple.CFNetwork 438.10 (438.12) <fde64bbb20532794396fb21911ccaa98> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CFNetwo rk.framework/Versions/A/CFNetwork
    0x93c0e000 - 0x93c39fe7 libauto.dylib ??? (???) <2e44c523b851e8e25f05d13a48070a58> /usr/lib/libauto.dylib
    0x93c3a000 - 0x94438fef com.apple.AppKit 6.5.7 (949.46) <a80f8cb62f6bdcb3bed3c8675d55881d> /System/Library/Frameworks/AppKit.framework/Versions/C/AppKit
    0x94439000 - 0x9443cfff com.apple.help 1.1 (36) <1a25a8fbb49a830efb31d5c0a52939cd> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Help.framewor k/Versions/A/Help
    0x94447000 - 0x9447dfef libtidy.A.dylib ??? (???) <7b9fc90dc0d50da27a24f6f84ccdd7b7> /usr/lib/libtidy.A.dylib
    0x94483000 - 0x94483ffa com.apple.CoreServices 32 (32) <373d6a888f9204641f313bc6070ae065> /System/Library/Frameworks/CoreServices.framework/Versions/A/CoreServices
    0x94484000 - 0x944b5ffb com.apple.quartzfilters 1.5.0 (1.5.0) <92b4f39479fdcabae0d8f53febd22fad> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuartzFilters .framework/Versions/A/QuartzFilters
    0x94545000 - 0x94545ffd com.apple.Accelerate 1.4.2 (Accelerate 1.4.2) /System/Library/Frameworks/Accelerate.framework/Versions/A/Accelerate
    0x94546000 - 0x94627ff7 libxml2.2.dylib ??? (???) <2f6b294896866822330a8888b7f53b75> /usr/lib/libxml2.2.dylib
    0x9466d000 - 0x947a5fe7 com.apple.imageKit 1.0.2 (1.0) <c6dd88d87997153684f4aa468512c1a8> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/ImageKit.fram ework/Versions/A/ImageKit
    0x947a6000 - 0x94830fe3 com.apple.DesktopServices 1.4.8 (1.4.8) <3065de6531ce839c7cb5b6dd70e03f4f> /System/Library/PrivateFrameworks/DesktopServicesPriv.framework/Versions/A/Desk topServicesPriv
    0x94831000 - 0x94855feb libssl.0.9.7.dylib ??? (???) <8084593b773bec8f2b9614fd23c5ed73> /usr/lib/libssl.0.9.7.dylib
    0x94856000 - 0x94858ffd com.apple.CrashReporterSupport 10.5.7 (161) <dc6dfd99e332f53791f5c0a4e6889cb3> /System/Library/PrivateFrameworks/CrashReporterSupport.framework/Versions/A/Cra shReporterSupport
    0x94859000 - 0x9485dfff libGIF.dylib ??? (???) <7714ae24eb64b48fa719fb99bcbe34f3> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libGIF.dylib
    0x9485e000 - 0x94869fe7 libCSync.A.dylib ??? (???) <9e3544fe087bb4dc760b7afe0850dd6c> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libCSync.A.dylib
    0x9486a000 - 0x94c28fea libLAPACK.dylib ??? (???) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libLAPACK.dylib
    0x94c29000 - 0x94c60fff com.apple.SystemConfiguration 1.9.2 (1.9.2) <eab546255ac099b9616df999c9359d0e> /System/Library/Frameworks/SystemConfiguration.framework/Versions/A/SystemConfi guration
    0x94c61000 - 0x94c93fff com.apple.LDAPFramework 1.4.5 (110) <0625b4f70c28b2f239ca088edaf9cf0f> /System/Library/Frameworks/LDAP.framework/Versions/A/LDAP
    0x94c94000 - 0x94cd5fe7 libRIP.A.dylib ??? (???) <69bd09fcd8d8b235cee7a405290d6818> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libRIP.A.dylib
    0x94cd6000 - 0x94cf4ff3 com.apple.DirectoryService.Framework 3.5.6 (3.5.6) <daa1307737197c7757f44f16370249dc> /System/Library/Frameworks/DirectoryService.framework/Versions/A/DirectoryServi ce
    0x94cf5000 - 0x94e28fef com.apple.CoreFoundation 6.5.6 (476.18) <2d52bab73660117571bd6486dc318f8e> /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
    0x94e29000 - 0x951c6fef com.apple.QuartzCore 1.5.8 (1.5.8) <a28fa54346a9f9d5b3bef076a1ee0fcf> /System/Library/Frameworks/QuartzCore.framework/Versions/A/QuartzCore
    0x9523a000 - 0x95560fe2 com.apple.QuickTime 7.6.2 (1327) <3754e41d846b7948f96c9ec4c690b520> /System/Library/Frameworks/QuickTime.framework/Versions/A/QuickTime
    0x9562b000 - 0x956f2ff2 com.apple.vImage 3.0 (3.0) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vImage.fr amework/Versions/A/vImage
    0x956f3000 - 0x95731fff libGLImage.dylib ??? (???) <a6425aeb77f4da13212ac75df57b056d> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLImage.dyl ib
    0x95781000 - 0x95782ffc libffi.dylib ??? (???) <eaf10b99a3fbc4920b175809407466c0> /usr/lib/libffi.dylib
    0x95783000 - 0x95835ffb libcrypto.0.9.7.dylib ??? (???) <9d714c92872a93dd127ea8556b2c8945> /usr/lib/libcrypto.0.9.7.dylib
    0x95836000 - 0x95880fe1 com.apple.securityinterface 3.0.2 (36684) <7109034b9898a11506fc67e887e69d2b> /System/Library/Frameworks/SecurityInterface.framework/Versions/A/SecurityInter face
    0x95881000 - 0x95887fff com.apple.print.framework.Print 218.0.3 (220.2) <5b7f4ef7c2df36aff9605377775781e4> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Print.framewo rk/Versions/A/Print
    0x95888000 - 0x95888fff com.apple.Carbon 136 (136) <eb3c292d5544512f86e1e4e743c23f8e> /System/Library/Frameworks/Carbon.framework/Versions/A/Carbon
    0x9588f000 - 0x959e1ff3 com.apple.audio.toolbox.AudioToolbox 1.5.2 (1.5.2) /System/Library/Frameworks/AudioToolbox.framework/Versions/A/AudioToolbox
    0x95a15000 - 0x95a24fff libsasl2.2.dylib ??? (???) <2091a1973f23f66ea9b377d43daf50ea> /usr/lib/libsasl2.2.dylib
    0x95a25000 - 0x95ad5fff edu.mit.Kerberos 6.0.13 (6.0.13) <804bd1b3f08fb57396781f012006367c> /System/Library/Frameworks/Kerberos.framework/Versions/A/Kerberos
    0x95ad6000 - 0x95c92ff3 com.apple.QuartzComposer 2.1 (106.13) <40f034e8c8fd31c9081f5283dcf22b78> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuartzCompose r.framework/Versions/A/QuartzComposer
    0x95c93000 - 0x95ca9fff com.apple.DictionaryServices 1.0.0 (1.0.0) <7d20b8d1fb238c3e71d0fa6fda18c4f7> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Diction aryServices.framework/Versions/A/DictionaryServices
    0x95caa000 - 0x95caaffe com.apple.MonitorPanelFramework 1.2.0 (1.2.0) <1f4c10fcc17187a6f106e0a0be8236b0> /System/Library/PrivateFrameworks/MonitorPanel.framework/Versions/A/MonitorPane l
    0x95cab000 - 0x95d93ff3 com.apple.CoreData 100.2 (186.1) <8fb61e1714a4b8d587ce97605ad32547> /System/Library/Frameworks/CoreData.framework/Versions/A/CoreData
    0x95d94000 - 0x95e1bff7 libsqlite3.0.dylib ??? (???) <3334ea5af7a911637413334154bb4100> /usr/lib/libsqlite3.0.dylib
    0x95e1c000 - 0x95e23ffe libbsm.dylib ??? (???) <fa7ae5f1a621d9b69e7e18747c9405fb> /usr/lib/libbsm.dylib
    0x95e24000 - 0x95e33ffe com.apple.DSObjCWrappers.Framework 1.3 (1.3) <182986b74247b459b2a67a47071bdc6b> /System/Library/PrivateFrameworks/DSObjCWrappers.framework/Versions/A/DSObjCWra ppers
    0x95e34000 - 0x95e63fe3 com.apple.AE 402.3 (402.3) <b13bfda0ad9314922ee37c0d018d7de9> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/AE.fram ework/Versions/A/AE
    0x95e64000 - 0x96274fef libBLAS.dylib ??? (???) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libBLAS.dylib
    0x963bc000 - 0x96419ffb libstdc++.6.dylib ??? (???) <f75e5133d72769de5ce6c06153fc65f6> /usr/lib/libstdc++.6.dylib
    0x96426000 - 0x9642dfe9 libgcc_s.1.dylib ??? (???) <e280ddf3f5fb3049e674edcb109f389a> /usr/lib/libgcc_s.1.dylib
    0x9642e000 - 0x96430ff5 libRadiance.dylib ??? (???) <82d606c49f5dc77231f9d0e2be9ed6ab> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libRadiance.dylib
    0x9669a000 - 0x966c2ff7 com.apple.shortcut 1.0.1 (1.0) <131202e7766e327d02d55c0f5fc44ad7> /System/Library/PrivateFrameworks/Shortcut.framework/Versions/A/Shortcut
    0x966c3000 - 0x96742ff5 com.apple.SearchKit 1.2.1 (1.2.1) <f28f8dd0f155a6453411a0c9b5702764> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SearchK it.framework/Versions/A/SearchKit
    0x96760000 - 0x9683aff7 com.apple.WebKit 5530.19 (5530.19.2) <b111dcaa90ec230e037d757cc9b56547> /System/Library/Frameworks/WebKit.framework/Versions/A/WebKit
    0x9683b000 - 0x96858ff7 com.apple.QuickLookFramework 1.3.1 (170.9) /System/Library/Frameworks/QuickLook.framework/Versions/A/QuickLook
    0x96859000 - 0x968aaff7 com.apple.HIServices 1.7.0 (???) <67988718780a0a367b1bde62f5a67c4b> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ HIServices.framework/Versions/A/HIServices
    0x968ab000 - 0x968b7ff9 com.apple.helpdata 1.0.1 (14.2) /System/Library/PrivateFrameworks/HelpData.framework/Versions/A/HelpData
    0x968b8000 - 0x96d89fbe libGLProgrammability.dylib ??? (???) <7f18294a7bd0b6afe4319f29187fc70d> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLProgramma bility.dylib
    0x96d8a000 - 0x96db3fff com.apple.CoreMediaPrivate 15.0 (15.0) /System/Library/PrivateFrameworks/CoreMediaPrivate.framework/Versions/A/CoreMed iaPrivate
    0x96f1d000 - 0x96f1ffff com.apple.securityhi 3.0 (30817) <b3517782ad664a21e4fd60242e92723e> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SecurityHI.fr amework/Versions/A/SecurityHI
    0x96f20000 - 0x96f49fff libcups.2.dylib ??? (???) <1b0435164b9dc6c773d0b1f24701e554> /usr/lib/libcups.2.dylib
    0x96f4a000 - 0x96f89fef libTIFF.dylib ??? (???) <d4bcc9b9c508e53849d2d46bb6900922> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libTIFF.dylib
    0x96f8a000 - 0x96f92fff com.apple.DiskArbitration 2.2.1 (2.2.1) <2664eeb3a4d0c95a21c089892a0ae8d0> /System/Library/Frameworks/DiskArbitration.framework/Versions/A/DiskArbitration
    0x96f96000 - 0x96fb1ffb libPng.dylib ??? (???) <0d6b991afc831ea06f2958e5933d33dd> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libPng.dylib
    0x96fb2000 - 0x96fb2ffe com.apple.quartzframework 1.5 (1.5) <6865aa0aeaa584b5a54d43f2f21d6c08> /System/Library/Frameworks/Quartz.framework/Versions/A/Quartz
    0x96fb8000 - 0x96fb8ffc com.apple.audio.units.AudioUnit 1.5 (1.5) /System/Library/Frameworks/AudioUnit.framework/Versions/A/AudioUnit
    0x96fb9000 - 0x96fbefff com.apple.backup.framework 1.0 (1.0) /System/Library/PrivateFrameworks/Backup.framework/Versions/A/Backup
    0x96fbf000 - 0x96fcbffe libGL.dylib ??? (???) /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib
    0x96fcc000 - 0x96fd1fff com.apple.DisplayServicesFW 2.0.2 (2.0.2) <cd0842e3c0bab2806e3eba5f723f4c4a> /System/Library/PrivateFrameworks/DisplayServices.framework/Versions/A/DisplayS ervices
    0x96fd2000 - 0x96ff0fff libresolv.9.dylib ??? (???) <9ed809256ce8913cddc3269c2e364654> /usr/lib/libresolv.9.dylib
    0x970d3000 - 0x970e8ffb com.apple.ImageCapture 5.0.2 (5.0.2) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/ImageCapture. framework/Versions/A/ImageCapture
    0x970e9000 - 0x97175ff7 com.apple.LaunchServices 290.3 (290.6) <bdba267184df88bd5b8e2116ea903872> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/LaunchS ervices.framework/Versions/A/LaunchServices
    0x97176000 - 0x9747efff com.apple.HIToolbox 1.5.5 (???) <b17766e3d8800a73f534c41f624f5ac4> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HIToolbox.fra mework/Versions/A/HIToolbox
    0x9747f000 - 0x9748ffff com.apple.speech.synthesis.framework 3.7.1 (3.7.1) <273d96ff861dc68be659c07ef56f599a> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ SpeechSynthesis.framework/Versions/A/SpeechSynthesis
    0x97490000 - 0x974d0fff com.apple.CoreMediaIOServicesPrivate 20.0 (20.0) /System/Library/PrivateFrameworks/CoreMediaIOServicesPrivate.framework/Versions /A/CoreMediaIOServicesPrivate
    0xfffe8000 - 0xfffebfff libobjc.A.dylib ??? (???) /usr/lib/libobjc.A.dylib
    0xffff0000 - 0xffff1780 libSystem.B.dylib ??? (???) /usr/lib/libSystem.B.dylib

    OOPS - Here is the complete report...
    Process: Safari [394]
    Path: /Applications/Safari.app/Contents/MacOS/Safari
    Identifier: com.apple.Safari
    Version: 4.0.2 (5530.19)
    Build Info: WebBrowser-55301900~2
    Code Type: X86 (Native)
    Parent Process: launchd [86]
    Interval Since Last Report: 8913 sec
    Crashes Since Last Report: 1
    Per-App Interval Since Last Report: 47 sec
    Per-App Crashes Since Last Report: 1
    Date/Time: 2009-08-03 11:53:23.418 -0500
    OS Version: Mac OS X 10.5.7 (9J61)
    Report Version: 6
    Anonymous UUID: AA8EC6C2-DC56-450D-BC60-176F0916821B
    Exception Type: EXCBADACCESS (SIGSEGV)
    Exception Codes: KERNINVALIDADDRESS at 0x00000000007ffff0
    Crashed Thread: 2
    Thread 0:
    0 libSystem.B.dylib 0x90872286 machmsgtrap + 10
    1 libSystem.B.dylib 0x90879a7c mach_msg + 72
    2 com.apple.CoreFoundation 0x94d6804e CFRunLoopRunSpecific + 1790
    3 com.apple.CoreFoundation 0x94d68c78 CFRunLoopRunInMode + 88
    4 com.apple.HIToolbox 0x971a628c RunCurrentEventLoopInMode + 283
    5 com.apple.HIToolbox 0x971a60a5 ReceiveNextEventCommon + 374
    6 com.apple.HIToolbox 0x971a5f19 BlockUntilNextEventMatchingListInMode + 106
    7 com.apple.AppKit 0x93c7ad0d _DPSNextEvent + 657
    8 com.apple.AppKit 0x93c7a5c0 -[NSApplication nextEventMatchingMask:untilDate:inMode:dequeue:] + 128
    9 com.apple.Safari 0x0000ca83 0x1000 + 47747
    10 com.apple.AppKit 0x93c735fb -[NSApplication run] + 795
    11 com.apple.AppKit 0x93c40834 NSApplicationMain + 574
    12 com.apple.Safari 0x00003262 0x1000 + 8802
    Thread 1:
    0 libSystem.B.dylib 0x9087946e _semwaitsignal + 10
    1 libSystem.B.dylib 0x908a3dcd pthreadcondwait$UNIX2003 + 73
    2 com.apple.WebCore 0x90e6c664 WebCore::IconDatabase::syncThreadMainLoop() + 260
    3 com.apple.WebCore 0x90e68509 WebCore::IconDatabase::iconDatabaseSyncThread() + 185
    4 libSystem.B.dylib 0x908a3155 pthreadstart + 321
    5 libSystem.B.dylib 0x908a3012 thread_start + 34
    Thread 2 Crashed:
    0 libSystem.B.dylib 0xffff0f38 __memcpy + 1944 (cpu_capabilities.h:246)
    1 libsqlite3.0.dylib 0x95dbb652 allocateBtreePage + 1810
    2 libsqlite3.0.dylib 0x95dbea83 incrVacuumStep + 851
    3 libsqlite3.0.dylib 0x95e086ce sqlite3VdbeExec + 2606
    4 libsqlite3.0.dylib 0x95e13ea2 sqlite3Step + 386
    5 libsqlite3.0.dylib 0x95df4624 sqlite3_exec + 260
    6 com.apple.CFNetwork 0x93b96332 __CFURLCache::ExecSQLStatement(sqlite3*, char const*, int ()(void, int, char**, char**), void*, long) + 64
    7 com.apple.CFNetwork 0x93b72c11 ProcessCacheTasks(__CFURLCache*) + 1433
    8 com.apple.CFNetwork 0x93b6c3ab CFURLCacheTimerCallback(__CFRunLoopTimer*, void*) + 165
    9 com.apple.CoreFoundation 0x94d68ac5 CFRunLoopRunSpecific + 4469
    10 com.apple.CoreFoundation 0x94d68c78 CFRunLoopRunInMode + 88
    11 com.apple.CFNetwork 0x93b6c298 CFURLCacheWorkerThread(void*) + 388
    12 libSystem.B.dylib 0x908a3155 pthreadstart + 321
    13 libSystem.B.dylib 0x908a3012 thread_start + 34
    Thread 3:
    0 libSystem.B.dylib 0x9087946e _semwaitsignal + 10
    1 libSystem.B.dylib 0x908a3dcd pthreadcondwait$UNIX2003 + 73
    2 com.apple.JavaScriptCore 0x909e24e1 ***::ThreadCondition::timedWait(***::Mutex&, double) + 81
    3 com.apple.WebCore 0x90ed4d05 WebCore::LocalStorageThread::localStorageThread() + 325
    4 libSystem.B.dylib 0x908a3155 pthreadstart + 321
    5 libSystem.B.dylib 0x908a3012 thread_start + 34
    Thread 4:
    0 libSystem.B.dylib 0x90872286 machmsgtrap + 10
    1 libSystem.B.dylib 0x90879a7c mach_msg + 72
    2 com.apple.CoreFoundation 0x94d6804e CFRunLoopRunSpecific + 1790
    3 com.apple.CoreFoundation 0x94d68c78 CFRunLoopRunInMode + 88
    4 com.apple.Safari 0x00026af1 0x1000 + 154353
    5 com.apple.Safari 0x0002680c 0x1000 + 153612
    6 com.apple.Safari 0x00026797 0x1000 + 153495
    7 libSystem.B.dylib 0x908a3155 pthreadstart + 321
    8 libSystem.B.dylib 0x908a3012 thread_start + 34
    Thread 5:
    0 libSystem.B.dylib 0x9087946e _semwaitsignal + 10
    1 libSystem.B.dylib 0x908a3dcd pthreadcondwait$UNIX2003 + 73
    2 com.apple.QuartzCore 0x94f1da09 fefragmentthread + 54
    3 libSystem.B.dylib 0x908a3155 pthreadstart + 321
    4 libSystem.B.dylib 0x908a3012 thread_start + 34
    Thread 6:
    0 libSystem.B.dylib 0x90872286 machmsgtrap + 10
    1 libSystem.B.dylib 0x90879a7c mach_msg + 72
    2 com.apple.CoreFoundation 0x94d6804e CFRunLoopRunSpecific + 1790
    3 com.apple.CoreFoundation 0x94d68c78 CFRunLoopRunInMode + 88
    4 com.apple.Foundation 0x92afb530 +[NSURLConnection(NSURLConnectionReallyInternal) _resourceLoadLoop:] + 320
    5 com.apple.Foundation 0x92a97e0d -[NSThread main] + 45
    6 com.apple.Foundation 0x92a979b4 _NSThread__main_ + 308
    7 libSystem.B.dylib 0x908a3155 pthreadstart + 321
    8 libSystem.B.dylib 0x908a3012 thread_start + 34
    Thread 7:
    0 libSystem.B.dylib 0x908c16fa select$DARWIN_EXTSN + 10
    1 libSystem.B.dylib 0x908a3155 pthreadstart + 321
    2 libSystem.B.dylib 0x908a3012 thread_start + 34
    Thread 8:
    0 libSystem.B.dylib 0x9087946e _semwaitsignal + 10
    1 libSystem.B.dylib 0x908a3dcd pthreadcondwait$UNIX2003 + 73
    2 com.apple.JavaScriptCore 0x909e24e1 ***::ThreadCondition::timedWait(***::Mutex&, double) + 81
    3 com.apple.Safari 0x0011ddcf 0x1000 + 1166799
    4 com.apple.Safari 0x0011debd 0x1000 + 1167037
    5 com.apple.Safari 0x000426ef 0x1000 + 268015
    6 com.apple.Safari 0x00042667 0x1000 + 267879
    7 libSystem.B.dylib 0x908a3155 pthreadstart + 321
    8 libSystem.B.dylib 0x908a3012 thread_start + 34
    Thread 2 crashed with X86 Thread State (32-bit):
    eax: 0xffff07a0 ebx: 0x95e07cc4 ecx: 0x00000038 edx: 0xffb949c0
    edi: 0x00c6b670 esi: 0x00d99074 ebp: 0xb0121dc8 esp: 0xb0121dc0
    ss: 0x0000001f efl: 0x00010286 eip: 0xffff0f38 cs: 0x00000017
    ds: 0x0000001f es: 0x0000001f fs: 0x0000001f gs: 0x00000037
    cr2: 0x007ffff0
    Binary Images:
    0x1000 - 0x271ff2 com.apple.Safari 4.0.2 (5530.19) <af3e7dbc157db4d18b2336f26808308b> /Applications/Safari.app/Contents/MacOS/Safari
    0x2d0000 - 0x2dfffc SyndicationUI ??? (???) <4bfd6fbc102be03e5fb08374be0ca362> /System/Library/PrivateFrameworks/SyndicationUI.framework/Versions/A/Syndicatio nUI
    0x2ef000 - 0x3f5ff7 com.apple.PubSub 1.0.4 (65.11) <296d6ac9aec1acb5386e761bcd8e4d47> /System/Library/Frameworks/PubSub.framework/Versions/A/PubSub
    0x11d0f000 - 0x11f16fef com.apple.RawCamera.bundle 2.0.15 (471) <557c94fbd7c15219746393464a79cf87> /System/Library/CoreServices/RawCamera.bundle/Contents/MacOS/RawCamera
    0x164ad000 - 0x164b2ff3 libCGXCoreImage.A.dylib ??? (???) <3a78abc535c80f9819931b670da804a2> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libCGXCoreImage.A.dylib
    0x178cb000 - 0x178cbffe com.apple.JavaPluginCocoa 12.3.0 (12.3.0) <ab888344b5c6d9f3fcf53dbd59276b06> /System/Library/Frameworks/JavaVM.framework/Versions/A/Resources/JavaPluginCoco a.bundle/Contents/MacOS/JavaPluginCocoa
    0x17a5c000 - 0x17a62ffc com.apple.JavaVM 12.3.0 (12.3.0) <ee9b9f648e9b98b1c7644b6a7c630a91> /System/Library/Frameworks/JavaVM.framework/Versions/A/JavaVM
    0x8fe00000 - 0x8fe2db43 dyld 97.1 (???) <45ae763de6d253ccfc0eded8d82876a6> /usr/lib/dyld
    0x90003000 - 0x90003ffd com.apple.Accelerate.vecLib 3.4.2 (vecLib 3.4.2) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/vecLib
    0x9001c000 - 0x900c3feb com.apple.QD 3.11.56 (???) <a94d0f5438b730e88e5efdb233295c52> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ QD.framework/Versions/A/QD
    0x900c4000 - 0x900dcff7 com.apple.CoreVideo 1.6.0 (20.0) <dd60118bac9aefaf88d9ab44558f05c4> /System/Library/Frameworks/CoreVideo.framework/Versions/A/CoreVideo
    0x900dd000 - 0x901bdfff libobjc.A.dylib ??? (???) <400e943f9e8a678eea22a1d1205490ee> /usr/lib/libobjc.A.dylib
    0x901fb000 - 0x901fffff libmathCommon.A.dylib ??? (???) /usr/lib/system/libmathCommon.A.dylib
    0x90200000 - 0x9027aff8 com.apple.print.framework.PrintCore 5.5.4 (245.6) <03d0585059c20cb0bde5e000438c49e1> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ PrintCore.framework/Versions/A/PrintCore
    0x9027b000 - 0x90332ff3 com.apple.QTKit 7.6.2 (1327) /System/Library/Frameworks/QTKit.framework/Versions/A/QTKit
    0x90333000 - 0x9038dff7 com.apple.CoreText 2.0.4 (???) <f0b6c1d4f40bd21505097f0255abfead> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreText.framework/Versions/A/CoreText
    0x9038e000 - 0x9055fffb com.apple.security 5.0.5 (36371) <c13e0bb1acfdcf94be4d3ee118ef190e> /System/Library/Frameworks/Security.framework/Versions/A/Security
    0x90560000 - 0x90560ffb com.apple.installserver.framework 1.0 (8) /System/Library/PrivateFrameworks/InstallServer.framework/Versions/A/InstallSer ver
    0x906f1000 - 0x90870fff com.apple.AddressBook.framework 4.1.2 (700) <41a71b250286dc8d8bcee30784b894c8> /System/Library/Frameworks/AddressBook.framework/Versions/A/AddressBook
    0x90871000 - 0x909d8ff3 libSystem.B.dylib ??? (???) <b47c8e6e45aef620730710a732bf1930> /usr/lib/libSystem.B.dylib
    0x909d9000 - 0x90b61fe3 com.apple.JavaScriptCore 5530.19 (5530.19) <df70ffca834a208aae04aa045009a6e7> /System/Library/Frameworks/JavaScriptCore.framework/Versions/A/JavaScriptCore
    0x90b62000 - 0x90beeff7 com.apple.framework.IOKit 1.5.2 (???) <97b9f9d584f48891377f0481b9104434> /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit
    0x90bef000 - 0x90c3efff com.apple.QuickLookUIFramework 1.3.1 (170.9) /System/Library/PrivateFrameworks/QuickLookUI.framework/Versions/A/QuickLookUI
    0x90c3f000 - 0x90c9bff7 com.apple.htmlrendering 68 (1.1.3) <1c5c0c417891b920dfe139385fc6c155> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HTMLRendering .framework/Versions/A/HTMLRendering
    0x90c9c000 - 0x90ca9fe7 com.apple.opengl 1.5.10 (1.5.10) <5a2813f80c9441170cc1ab8a3dac5038> /System/Library/Frameworks/OpenGL.framework/Versions/A/OpenGL
    0x90caa000 - 0x90cf3fef com.apple.Metadata 10.5.2 (398.25) <7eb2df3e510cd308e91a6cf6d8e9fba5> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Metadat a.framework/Versions/A/Metadata
    0x90cf4000 - 0x90d04ffc com.apple.LangAnalysis 1.6.4 (1.6.4) <bc7eb703ddc37bf85adf93e35efd3947> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ LangAnalysis.framework/Versions/A/LangAnalysis
    0x90d05000 - 0x90d32feb libvDSP.dylib ??? (???) <4daafed78a471133ec30b3ae634b6d3e> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libvDSP.dylib
    0x90d33000 - 0x90d52ffa libJPEG.dylib ??? (???) <b822342bcc764c83d4557a8b67fa0c1c> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libJPEG.dylib
    0x90d53000 - 0x90d8dffe com.apple.securityfoundation 3.0.2 (36131) <39663c9b6f1a09d0566305d9f87cfc91> /System/Library/Frameworks/SecurityFoundation.framework/Versions/A/SecurityFoun dation
    0x90d8e000 - 0x90d97fff com.apple.speech.recognition.framework 3.7.24 (3.7.24) <da2d8411921a3fd8bc898dc753b7f3ee> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SpeechRecogni tion.framework/Versions/A/SpeechRecognition
    0x90d98000 - 0x90e52fe3 com.apple.CoreServices.OSServices 227 (227) <30cebcb68b1b571df7d77474e0c31556> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/OSServi ces.framework/Versions/A/OSServices
    0x90e65000 - 0x916f6fff com.apple.WebCore 5530.19 (5530.19) <1b48d8dc3e18ac4a1e62af44f0a6f796> /System/Library/Frameworks/WebKit.framework/Versions/A/Frameworks/WebCore.frame work/Versions/A/WebCore
    0x91727000 - 0x91727ffd com.apple.vecLib 3.4.2 (vecLib 3.4.2) /System/Library/Frameworks/vecLib.framework/Versions/A/vecLib
    0x91728000 - 0x91728ff8 com.apple.ApplicationServices 34 (34) <ee7bdf593da050bb30c7a1fc446eb8a6> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Application Services
    0x91729000 - 0x9186fff7 com.apple.ImageIO.framework 2.0.4 (2.0.4) <b407f06ff9b6893899e2e399cb65c953> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/ImageIO
    0x918a5000 - 0x91970fff com.apple.ColorSync 4.5.1 (4.5.1) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ColorSync.framework/Versions/A/ColorSync
    0x91971000 - 0x919caff7 libGLU.dylib ??? (???) <a3b9be30100a25a6cd3ad109892f52b7> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLU.dylib
    0x929a7000 - 0x929aeff7 libCGATS.A.dylib ??? (???) <211348279493364e9920adc86484cedd> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libCGATS.A.dylib
    0x929af000 - 0x929e9fe7 com.apple.coreui 1.2 (62) /System/Library/PrivateFrameworks/CoreUI.framework/Versions/A/CoreUI
    0x929f2000 - 0x929f2ff8 com.apple.Cocoa 6.5 (???) <a1bc9247cf65c20f1a44d0973cbe649c> /System/Library/Frameworks/Cocoa.framework/Versions/A/Cocoa
    0x929f3000 - 0x92a86ff3 com.apple.ApplicationServices.ATS 3.7 (???) <a535fc4982d3acff6530ec25c402e679> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ATS.framework/Versions/A/ATS
    0x92a87000 - 0x92a8cfff com.apple.CommonPanels 1.2.4 (85) <c135f02edd6b2e2864311e0b9d08a98d> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CommonPanels. framework/Versions/A/CommonPanels
    0x92a8d000 - 0x92d09fe7 com.apple.Foundation 6.5.8 (677.24) <aa84b0383891378c348ffa4a94853082> /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation
    0x92d0a000 - 0x92fe4ff3 com.apple.CoreServices.CarbonCore 786.11 (786.13) <9e2d85d52e5e2951aa4dd53c48ccc52f> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CarbonC ore.framework/Versions/A/CarbonCore
    0x93089000 - 0x930efffb com.apple.ISSupport 1.8 (38.3) /System/Library/PrivateFrameworks/ISSupport.framework/Versions/A/ISSupport
    0x930f0000 - 0x93183fff com.apple.ink.framework 101.3 (86) <d4c85b5cafa8027fff042b84a8be71dc> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Ink.framework /Versions/A/Ink
    0x93184000 - 0x93201fef libvMisc.dylib ??? (???) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libvMisc.dylib
    0x93202000 - 0x93274fff com.apple.PDFKit 2.1.2 (2.1.2) /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/PDFKit.framew ork/Versions/A/PDFKit
    0x93275000 - 0x93915fe3 com.apple.CoreGraphics 1.409.3 (???) <25dceb14af3455b768f56e8765ecf3ca> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/CoreGraphics
    0x93916000 - 0x9393afff libxslt.1.dylib ??? (???) <6a58a8724941e8a0cfeb0cae28ea3f37> /usr/lib/libxslt.1.dylib
    0x9393b000 - 0x93949ffd libz.1.dylib ??? (???) <a98b3b221a72b54faf73ded3dd7000e5> /usr/lib/libz.1.dylib
    0x9394a000 - 0x939c7feb com.apple.audio.CoreAudio 3.1.2 (3.1.2) <5a4e6329f8dbca5dcd70924525afd24a> /System/Library/Frameworks/CoreAudio.framework/Versions/A/CoreAudio
    0x939c8000 - 0x93a0afef com.apple.NavigationServices 3.5.2 (163) <72cdc9d21f6690837870923e7b8ca358> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/NavigationSer vices.framework/Versions/A/NavigationServices
    0x93a0b000 - 0x93a23fff com.apple.openscripting 1.2.8 (???) <0129d2f750f5ddcb92f4acf8a3541952> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/OpenScripting .framework/Versions/A/OpenScripting
    0x93a24000 - 0x93a2efeb com.apple.audio.SoundManager 3.9.2 (3.9.2) <df077a8048afc3075c6f2d9e7780e78e> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CarbonSound.f ramework/Versions/A/CarbonSound
    0x93a2f000 - 0x93b68ff7 libicucore.A.dylib ??? (???) <cac059ebdac7d9a63ee0f7a648c9f6cf> /usr/lib/libicucore.A.dylib
    0x93b69000 - 0x93c0dfec com.apple.CFNetwork 438.10 (438.12) <fde64bbb20532794396fb21911ccaa98> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CFNetwo rk.framework/Versions/A/CFNetwork
    0x93c0e000 - 0x93c39fe7 libauto.dylib ??? (???) <2e44c523b851e8e25f05d13a48070a58> /usr/lib/libauto.dylib
    0x93c3a000 - 0x94438fef com.apple.AppKit 6.5.7 (949.46) <a80f8cb62f6bdcb3bed3c8675d55881d> /System/Library/Frameworks/AppKit.framework/Versions/C/AppKit
    0x94439000 - 0x9443cfff com.apple.help 1.1 (36) <1a25a8fbb49a830efb31d5c0a52939cd> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Help.framewor k/Versions/A/Help
    0x94447000 - 0x9447dfef libtidy.A.dylib ??? (???) <7b9fc90dc0d50da27a24f6f84ccdd7b7> /usr/lib/libtidy.A.dylib
    0x94483000 - 0x94483ffa com.apple.CoreServices 32 (32) <373d6a888f9204641f313bc6070ae065> /System/Library/Frameworks/CoreServices.framework/Versions/A/CoreServices
    0x94484000 - 0x944b5ffb com.apple.quartzfilters 1.5.0 (1.5.0) <92b4f39479fdcabae0d8f53febd22fad> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuartzFilters .framework/Versions/A/QuartzFilters
    0x94545000 - 0x94545ffd com.apple.Accelerate 1.4.2 (Accelerate 1.4.2) /System/Library/Frameworks/Accelerate.framework/Versions/A/Accelerate
    0x94546000 - 0x94627ff7 libxml2.2.dylib ??? (???) <2f6b294896866822330a8888b7f53b75> /usr/lib/libxml2.2.dylib
    0x9466d000 - 0x947a5fe7 com.apple.imageKit 1.0.2 (1.0) <c6dd88d87997153684f4aa468512c1a8> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/ImageKit.fram ework/Versions/A/ImageKit
    0x947a6000 - 0x94830fe3 com.apple.DesktopServices 1.4.8 (1.4.8) <3065de6531ce839c7cb5b6dd70e03f4f> /System/Library/PrivateFrameworks/DesktopServicesPriv.framework/Versions/A/Desk topServicesPriv
    0x94831000 - 0x94855feb libssl.0.9.7.dylib ??? (???) <8084593b773bec8f2b9614fd23c5ed73> /usr/lib/libssl.0.9.7.dylib
    0x94856000 - 0x94858ffd com.apple.CrashReporterSupport 10.5.7 (161) <dc6dfd99e332f53791f5c0a4e6889cb3> /System/Library/PrivateFrameworks/CrashReporterSupport.framework/Versions/A/Cra shReporterSupport
    0x94859000 - 0x9485dfff libGIF.dylib ??? (???) <7714ae24eb64b48fa719fb99bcbe34f3> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libGIF.dylib
    0x9485e000 - 0x94869fe7 libCSync.A.dylib ??? (???) <9e3544fe087bb4dc760b7afe0850dd6c> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libCSync.A.dylib
    0x9486a000 - 0x94c28fea libLAPACK.dylib ??? (???) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libLAPACK.dylib
    0x94c29000 - 0x94c60fff com.apple.SystemConfiguration 1.9.2 (1.9.2) <eab546255ac099b9616df999c9359d0e> /System/Library/Frameworks/SystemConfiguration.framework/Versions/A/SystemConfi guration
    0x94c61000 - 0x94c93fff com.apple.LDAPFramework 1.4.5 (110) <0625b4f70c28b2f239ca088edaf9cf0f> /System/Library/Frameworks/LDAP.framework/Versions/A/LDAP
    0x94c94000 - 0x94cd5fe7 libRIP.A.dylib ??? (???) <69bd09fcd8d8b235cee7a405290d6818> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libRIP.A.dylib
    0x94cd6000 - 0x94cf4ff3 com.apple.DirectoryService.Framework 3.5.6 (3.5.6) <daa1307737197c7757f44f16370249dc> /System/Library/Frameworks/DirectoryService.framework/Versions/A/DirectoryServi ce
    0x94cf5000 - 0x94e28fef com.apple.CoreFoundation 6.5.6 (476.18) <2d52bab73660117571bd6486dc318f8e> /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
    0x94e29000 - 0x951c6fef com.apple.QuartzCore 1.5.8 (1.5.8) <a28fa54346a9f9d5b3bef076a1ee0fcf> /System/Library/Frameworks/QuartzCore.framework/Versions/A/QuartzCore
    0x9523a000 - 0x95560fe2 com.apple.QuickTime 7.6.2 (1327) <3754e41d846b7948f96c9ec4c690b520> /System/Library/Frameworks/QuickTime.framework/Versions/A/QuickTime
    0x9562b000 - 0x956f2ff2 com.apple.vImage 3.0 (3.0) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vImage.fr amework/Versions/A/vImage
    0x956f3000 - 0x95731fff libGLImage.dylib ??? (???) <a6425aeb77f4da13212ac75df57b056d> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLImage.dyl ib
    0x95781000 - 0x95782ffc libffi.dylib ??? (???) <eaf10b99a3fbc4920b175809407466c0> /usr/lib/libffi.dylib
    0x95783000 - 0x95835ffb libcrypto.0.9.7.dylib ??? (???) <9d714c92872a93dd127ea8556b2c8945> /usr/lib/libcrypto.0.9.7.dylib
    0x95836000 - 0x95880fe1 com.apple.securityinterface 3.0.2 (36684) <7109034b9898a11506fc67e887e69d2b> /System/Library/Frameworks/SecurityInterface.framework/Versions/A/SecurityInter face
    0x95881000 - 0x95887fff com.apple.print.framework.Print 218.0.3 (220.2) <5b7f4ef7c2df36aff9605377775781e4> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Print.framewo rk/Versions/A/Print
    0x95888000 - 0x95888fff com.apple.Carbon 136 (136) <eb3c292d5544512f86e1e4e743c23f8e> /System/Library/Frameworks/Carbon.framework/Versions/A/Carbon
    0x9588f000 - 0x959e1ff3 com.apple.audio.toolbox.AudioToolbox 1.5.2 (1.5.2) /System/Library/Frameworks/AudioToolbox.framework/Versions/A/AudioToolbox
    0x95a15000 - 0x95a24fff libsasl2.2.dylib ??? (???) <2091a1973f23f66ea9b377d43daf50ea> /usr/lib/libsasl2.2.dylib
    0x95a25000 - 0x95ad5fff edu.mit.Kerberos 6.0.13 (6.0.13) <804bd1b3f08fb57396781f012006367c> /System/Library/Frameworks/Kerberos.framework/Versions/A/Kerberos
    0x95ad6000 - 0x95c92ff3 com.apple.QuartzComposer 2.1 (106.13) <40f034e8c8fd31c9081f5283dcf22b78> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuartzCompose r.framework/Versions/A/QuartzComposer
    0x95c93000 - 0x95ca9fff com.apple.DictionaryServices 1.0.0 (1.0.0) <7d20b8d1fb238c3e71d0fa6fda18c4f7> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Diction aryServices.framework/Versions/A/DictionaryServices
    0x95caa000 - 0x95caaffe com.apple.MonitorPanelFramework 1.2.0 (1.2.0) <1f4c10fcc17187a6f106e0a0be8236b0> /System/Library/PrivateFrameworks/MonitorPanel.framework/Versions/A/MonitorPane l
    0x95cab000 - 0x95d93ff3 com.apple.CoreData 100.2 (186.1) <8fb61e1714a4b8d587ce97605ad32547> /System/Library/Frameworks/CoreData.framework/Versions/A/CoreData
    0x95d94000 - 0x95e1bff7 libsqlite3.0.dylib ??? (???) <3334ea5af7a911637413334154bb4100> /usr/lib/libsqlite3.0.dylib
    0x95e1c000 - 0x95e23ffe libbsm.dylib ??? (???) <fa7ae5f1a621d9b69e7e18747c9405fb> /usr/lib/libbsm.dylib
    0x95e24000 - 0x95e33ffe com.apple.DSObjCWrappers.Framework 1.3 (1.3) <182986b74247b459b2a67a47071bdc6b> /System/Library/PrivateFrameworks/DSObjCWrappers.framework/Versions/A/DSObjCWra ppers
    0x95e34000 - 0x95e63fe3 com.apple.AE 402.3 (402.3) <b13bfda0ad9314922ee37c0d018d7de9> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/AE.fram ework/Versions/A/AE
    0x95e64000 - 0x96274fef libBLAS.dylib ??? (???) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libBLAS.dylib
    0x963bc000 - 0x96419ffb libstdc++.6.dylib ??? (???) <f75e5133d72769de5ce6c06153fc65f6> /usr/lib/libstdc++.6.dylib
    0x96426000 - 0x9642dfe9 libgcc_s.1.dylib ??? (???) <e280ddf3f5fb3049e674edcb109f389a> /usr/lib/libgcc_s.1.dylib
    0x9642e000 - 0x96430ff5 libRadiance.dylib ??? (???) <82d606c49f5dc77231f9d0e2be9ed6ab> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libRadiance.dylib
    0x9669a000 - 0x966c2ff7 com.apple.shortcut 1.0.1 (1.0) <131202e7766e327d02d55c0f5fc44ad7> /System/Library/PrivateFrameworks/Shortcut.framework/Versions/A/Shortcut
    0x966c3000 - 0x96742ff5 com.apple.SearchKit 1.2.1 (1.2.1) <f28f8dd0f155a6453411a0c9b5702764> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SearchK it.framework/Versions/A/SearchKit
    0x96760000 - 0x9683aff7 com.apple.WebKit 5530.19 (5530.19.2) <b111dcaa90ec230e037d757cc9b56547> /System/Library/Frameworks/WebKit.framework/Versions/A/WebKit
    0x9683b000 - 0x96858ff7 com.apple.QuickLookFramework 1.3.1 (170.9) /System/Library/Frameworks/QuickLook.framework/Versions/A/QuickLook
    0x96859000 - 0x968aaff7 com.apple.HIServices 1.7.0 (???) <67988718780a0a367b1bde62f5a67c4b> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ HIServices.framework/Versions/A/HIServices
    0x968ab000 - 0x968b7ff9 com.apple.helpdata 1.0.1 (14.2) /System/Library/PrivateFrameworks/HelpData.framework/Versions/A/HelpData
    0x968b8000 - 0x96d89fbe libGLProgrammability.dylib ??? (???) <7f18294a7bd0b6afe4319f29187fc70d> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLProgramma bility.dylib
    0x96d8a000 - 0x96db3fff com.apple.CoreMediaPrivate 15.0 (15.0) /System/Library/PrivateFrameworks/CoreMediaPrivate.framework/Versions/A/CoreMed iaPrivate
    0x96f1d000 - 0x96f1ffff com.apple.securityhi 3.0 (30817) <b3517782ad664a21e4fd60242e92723e> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SecurityHI.fr amework/Versions/A/SecurityHI
    0x96f20000 - 0x96f49fff libcups.2.dylib ??? (???) <1b0435164b9dc6c773d0b1f24701e554> /usr/lib/libcups.2.dylib
    0x96f4a000 - 0x96f89fef libTIFF.dylib ??? (???) <d4bcc9b9c508e53849d2d46bb6900922> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libTIFF.dylib
    0x96f8a000 - 0x96f92fff com.apple.DiskArbitration 2.2.1 (2.2.1) <2664eeb3a4d0c95a21c089892a0ae8d0> /System/Library/Frameworks/DiskArbitration.framework/Versions/A/DiskArbitration
    0x96f96000 - 0x96fb1ffb libPng.dylib ??? (???) <0d6b991afc831ea06f2958e5933d33dd> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libPng.dylib
    0x96fb2000 - 0x96fb2ffe com.apple.quartzframework 1.5 (1.5) <6865aa0aeaa584b5a54d43f2f21d6c08> /System/Library/Frameworks/Quartz.framework/Versions/A/Quartz
    0x96fb8000 - 0x96fb8ffc com.apple.audio.units.AudioUnit 1.5 (1.5) /System/Library/Frameworks/AudioUnit.framework/Versions/A/AudioUnit
    0x96fb9000 - 0x96fbefff com.apple.backup.framework 1.0 (1.0) /System/Library/PrivateFrameworks/Backup.framework/Versions/A/Backup
    0x96fbf000 - 0x96fcbffe libGL.dylib ??? (???) /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib
    0x96fcc000 - 0x96fd1fff com.apple.DisplayServicesFW 2.0.2 (2.0.2) <cd0842e3c0bab2806e3eba5f723f4c4a> /System/Library/PrivateFrameworks/DisplayServices.framework/Versions/A/DisplayS ervices
    0x96fd2000 - 0x96ff0fff libresolv.9.dylib ??? (???) <9ed809256ce8913cddc3269c2e364654> /usr/lib/libresolv.9.dylib
    0x970d3000 - 0x970e8ffb com.apple.ImageCapture 5.0.2 (5.0.2) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/ImageCapture. framework/Versions/A/ImageCapture
    0x970e9000 - 0x97175ff7 com.apple.LaunchServices 290.3 (290.6) <bdba267184df88bd5b8e2116ea903872> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/LaunchS ervices.framework/Versions/A/LaunchServices
    0x97176000 - 0x9747efff com.apple.HIToolbox 1.5.5 (???) <b17766e3d8800a73f534c41f624f5ac4> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HIToolbox.fra mework/Versions/A/HIToolbox
    0x9747f000 - 0x9748ffff com.apple.speech.synthesis.framework 3.7.1 (3.7.1) <273d96ff861dc68be659c07ef56f599a> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ SpeechSynthesis.framework/Versions/A/SpeechSynthesis
    0x97490000 - 0x974d0fff com.apple.CoreMediaIOServicesPrivate 20.0 (20.0) /System/Library/PrivateFrameworks/CoreMediaIOServicesPrivate.framework/Versions /A/CoreMediaIOServicesPrivate
    0xfffe8000 - 0xfffebfff libobjc.A.dylib ??? (???) /usr/lib/libobjc.A.dylib
    0xffff0000 - 0xffff1780 libSystem.B.dylib ??? (???) /usr/lib/libSystem.B.dylib

  • I'm staying at my house in Peru, South America. From my PC laptop I can see my neighbor's wifi service network, but I also have my mini iPad and I can not figure out why I can't get any wifi connection from my area. Is there a setting I need to do?

    I'm staying at my house in Peru, South America. From my PC laptop I can see my neighbor's wifi service network, but I also have my mini iPad and I can not figure out why I can't get any wifi connection from my area. Is there a setting I need to do?

    Yes, I did try to go on my settings>wifi and was waiting for any wifi signals to pick up, but nothing shows up. But on my PC I get a whole list of networks to choose from. Regarding my neighbor, I already have her password that is why I was able to get it on my PC, the problem is that the mini Ipad is not picking any signal neither can it locate me when I go to maps.

  • Can't figure out why colors don't totally change when you select type with curser? It looks like it has by looking at it, but when you highlight the area after the old color is still there. It happens with objects to. Driving me NUTZ. Help!

    Can't figure out why colors don't totally change when you select type with curser? It looks like it has by looking at it, but when you highlight the area after the old color is still there. It happens with objects to. Driving me NUTZ. Help!

    Select the text, and open the Appearance palette (Come on guys, text highlight is irrelevant, it happens to objects too says the OP), and see what's listed there.  For a simple text object, there should only be a line item "Type", followed by "Characters", and when double-clicked the Characters line item expands to tell you the stroke and fill color.  For a basic object, there should be a fill and/or stroke.
    What happens sometimes, is that you end up adding extra strokes/fills to objects or text, and the appearance palette is where that will be noted.  Especially when you are dealing with groups, and/or picking up a color with the eyedropper, you may inadvertently be adding a fill or stroke on top of something.  You can drag those unwanted thingies from the Appearance palette into its own little trash can.

  • I tried to Skype someone but I can't see them but they can see me and I can't figure out why?

    I tried to Skype somebody and they can see me but I can't see them and I can't figure out why?

    I'll guess that you're upgrading from Snow Leopard? You should be able to start using your original install dvd by inserting the disc and restarting while holding the C key. Run Disk Utility from your install disc  and try to repair the drive. Then try the upgrade again.

  • Apex bug?  Items being cleared in session state - can't figure out why

    I have an item that is being submitted with a value but is then being overwritten and set to null. I can't see any reason why the submitted value is being overwritten with null.
    I have been debugging this problem for most of the day and can't figure out what is happening and was hoping someone in the forum might be able to shed some light.
    Some details:
    The item is on Page 0, has source type of "PL/SQL Expression or Function", a source expression of "V('REQUEST')", and Source Used = "Always".
    I viewed the HTML source of the rendered page and can see the following HTML, so I know the item has a value when the page is rendered:
    <input type="hidden" id="RENDER_REQUEST" name="p_t08" value="EDIT" />
    I have used Firebug to view the HTTP POST body and can see that p_t08 is being correctly submitted with a value of "EDIT" in the post body.
    When I run the page in debug mode and then view the debug log, I see that Apex is indeed setting this item to null:
         0.01500     0.01600     A C C E P T: Request="WIZ_NEXT"
         0.23400     0.00000     Session State: Save form items and p_arg_values
         0.24900     0.01600     ...Session State: Save "BRANCH_TO_PAGE_ID" - saving same value: ""
         0.24900     0.00000     ...Session State: Save "ROWS_PER_PAGE" - saving same value: ""
         0.26500     0.01500     ...Session State: Save "P0_CLEAR_WS" - saving same value: ""
         0.26500     0.00000     ...Session State: Saved Item "RENDER_REQUEST" New Value=""
    I can't figure out why the item is being set to null.
    This problem also does not occur on every page. The pages in question are a multi-step "wizard" that allows the user to navigate between steps with "Next" and "Previous" buttons. Since this is a page 0 item, it appears on every page in the wizard so I'd expect it to behave the same. When you open the wizard at step 1 and press next to go to step 2, the item (RENDER_REQUEST) is set correctly on step 2 of the wizard, BUT when you then click Next to go to step 3, RENDER_REQUEST is null on step 3. If you open the wizard at step 2 and press Next, RENDER_REQUEST is null on step 3.
    I did find a work around, but it doesn't make any sense why it would work: if I move the RENDER_REQUEST item from the "Footer Items" region to a page level item (by using Edit All and setting its region to blank), then the problem goes away. If I move it back to the "Footer Items" region the problem reoccurs.
    I am working on Application Express 4.0.2.00.07 on Oracle Database 11g Enterprise Edition Release 11.2.0.1.0.
    Any help would be greatly appreciated!
    Thank you.

    Hi Patrick,
    Thanks for the quick response. Unfortunately, I can't reproduce this on apex.oracle.com due because the app requires PL/SQL packages to be installed in several schemas, including some that require system grants (I gave a presentation at Oracle Open World a couple of years ago on some of the techniques I used in building this application that you attended; I think the session was called "Building Large Commercial Applications with Oracle Database 11g and Oracle Application Express").
    Is there another way we can work together to debug this without reproducing it apex.oracle.com? For example, if you could send me an instrumented version of the APEX_040000.F procedure (or whatever procedure is clearing the session state) that has some additional APEX_APPLICATION.DEBUG calls, I could install it on my server, reproduce the error and send you the output.
    Thank you,
    Eric

  • Can't figure out why I'm dropping frames during capture

    I'm dropping frames when capturing 1-hour Mini DV tapes and I can't figure out why.
    I'm capturing on a Mac Pro (Early '08) with 8 GB of memory running FCP 7.0.3 and OS X 10.6.6. I'm capturing to a 4 TB G-Speed eS (eSATA) formatted as RAID 5 (Non-Journaled Extended) with about 750 GB of remaining space. I'm capturing via FireWire with a Canon GL-2. This should be a breeze for this system.
    I've run Apple Disk Utility, Disc Warrior 4 and Techtool Pro 5 on the drives and they seem to be fine. I've unplugged all USB and FireWire devices besides the keyboard and mouse. No virus protection or background utilities are running. I've trashed preferences. AJA System Test shows a 286 MB/s write speed and 254 MB/s read speed. Blackmagic Disk Speed Test shows a 312 MB/s write speed and a 379 MB/s read speed. No other applications besides FCP are running. I edit 1080p HD footage on this system all day long with no issues but when I try to capture DV SD footage, I run into issues.
    The dropped frames error does not ever occur in the same place on the tapes. The tapes are brand new and don't seem to have any time code issues. The only thing I haven't done is to defragment the hard drives. I wouldn't think that capturing simple DV video would be that demanding; the defragment for a 4 TB RAID would likely take 2 or 3 days.
    Any other ideas on what's going on and how to try to fix it? Thanks!

    Thanks for the prompt reply, Studio X. Yes, I'm using FireWire Basic and no other FireWire devices. I've switched FireWire cables, although I doubt that's the issue as the cable I was using was brand new and fit snuggly. Unfortunately, I don't have an alternate playback device right now. Would switching to Non-controllable device capture settings be worth a try?

  • All of a sudden my new iphone will not hold a charge even when it is not being used and I can't figure out why???

    my battery drains even when iphone is not being used.  It is a relatively new phone and this battery draining just started and I can't figure out why????

    Yes, thank you.  My apologies, I was typing one handed and did not add that. 
    Anyway, I have tried deleting the cache, deleting my pics and then re-syncing, etc. and nothing is working This is very frustrating, as I had no problems up until about 2 weeks ago, and now all of a sudden, I have this issue......UGH!

  • Hi, I can't figure out why I can't render on my timeline. I highlight the segment hit "Apple-R" and it gives me a weird message about "conforming HDV video...." and the bar goes as far as 60-66% and holds there forever. It never renders even partially.

    Hi, I can't figure out why I can't render on my timeline. I highlight the segment hit "Apple-R" and it gives me a weird message about "conforming HDV video...." and the bar goes as far as 60-66% and holds there forever. It never renders even partially.

    Yes, I know. I have been working with HDV for some time. I am wondering why it doesn't render when it needs to.. the red and bright-green lines are above, and I've set the render settings such that ANYTHING I highlight and hit apple-R will render. But its not rendering at all.

  • I have an iphone5 that is eating up data time and I can't figure out why? Any thoughts?

    I have an iphone5 that is eating up data time and I can't figure out why? Any thoughts? I have closed everyting I can, even took the phone to Verizon and they are not sure what is going on.   My company email is active and pushes to the phone....I use Safari regularly to look up stuff for personal and work use.  I am on Facebook but have turned it off in notifications.  Four phones and a hotspot on the account....we have 6g and have never come close to it, until lately and it's my phone that's eating up the gigs.  So what the heck is going on?

    Go to Settings/Cellular and you can see how much data each app is using. You can Reset Statistics, then track all of the apps data usage.

  • I'm trying to make an in app purchase and it keeps telling me to come to the support page but I can't figure out why it won't let me do it

    I'm trying to make an in app purchase and it keeps telling me to come to the support page but I can't figure out why it won't let me do it

    And I have gone to the support and it was no help

  • I can't figure out why my reverb and echo things are greyed out

    I can't figure out why my reverb and echo things are greyed out on the bottom right of my screen with the edit tab open for the track. I was going to put a screenshot in here but I couldn't figure it out. I one can understand what I mean. Thank you.

    bennirubber wrote:
    reverb and echo things are greyed out on the bottom right of my screen
    http://www.bulletsandbones.com/GB/GBFAQ.html#effectsdisabled
    (Let the page FULLY load. The link to your answer is at the top of your screen)

  • Can't figure out why my navbar gets all pixelated online?

    Hi Everyone,
    I'm designing a floating site.  My workflow is PS=====>Fireworks====>Dreamweaver.  I made a navbar in FW with a transparent background and exported html to dreamweaver.  I inserted the fireworks htm, put it online and it looks terrible.  You can see it here:
    http://www.njtraininggrounds.com/thirddaydesign.com/identity.html
    Don't worry about the portfolio button, I know what's going on there.  But I can't figure out why there is "stairstepping" on the logo and on all the navbar buttons.  This is the first time I've ever created a floating site.  I just put a jpeg for repeat using the dreamweaver css, and then inserted the rest in a table. 
    Could anyone give me an idea of what I'm doing wrong?  Thanks so much.
    Wil

    There's no problem with using PNG8, PNG24, or PNG32, other than the huge
    weight of the latter two.  But there's no need to go PNG here.
    Personnaly I see only advantages in using PNG. The good thing about using PNG for graphics like this is that it does not tie you to a background with a certain color. like a GIF with a colored matte does. Should you wish to change your background color later you can keep on using your menu buttons. There is no need to prepare new graphics for the menu just because you change a background color or image.
    As for the "huge" weight of the PNG file, I'd say that depends on your definition of "huge"
    If you compare the filesizes of a simple graphic like that, I see no big improvement by using GIF.
    see screenshot:

  • Can't figure out why my zoom into stills shakes

    I have been using keyframes to create zooms and pans over pics, but every once in a while one of the pics shakes while it's moving. I can't figure out why this happens- any ideas? THANKS

    What you might be experiencing is a scaling issue: you're not really zooming into a picture but actually scaling it. Keep in mind DV is a 4:3 ratio. And your photos probably aren't. Scaling an image is shifting the pixels in an image and so if you're making the picture grow or shrink, you're shifting those pixels and that's could be what you are seeing. What size are your pictures? Are they huge, like twice the size of your standard 720 x 480 DV?
    If your photo images are extremely large (like 2838 x 2205, 300 dpi) you might try opening them up in a program like Photoshop and making a smaller version. You can force the results to be 4:3 by using the Crop tool. Be sure to adjust the Crop settings to something like 1440 px x 960 px , 72 dpi (double 720 x 480 so you can still scale) and then Crop the photo. Keep in mind, you might lose some of the photo because it isn't 4:3, so use Crop judiciously. Save the resulting image as something else and try using it instead of the original. Be sure to _render the results in the Timeline_ even though Final Cut may refer to it as a real-time effect.
    Also you should only have four total keyframes: a keyframe for the starting Scale size and a keyframe for the starting Center position. Then you should have a keyframe for the ending point for both Scale and Center where the image in Final Cut's Canvas window is either larger or smaller. That's it. If you have any other keyframes in-between these four, you can have problems-- which show up as the image moving around, hesitation, or some other unwanted movements.
    Good luck!

  • Can't figure out why my iMac is so slow

    My 2.16 Intel Core 2 Duo iMac has suddenly slowed to a crawl, and I can't figure out why.  Opening anything (including a Finder window) results in a 30 second to 5 minute lag.  I've seen the spinner more in the last month than I did in the previous 4+ years of owning it.
    Since it's my spare machine now, I completely re-formatted the hard drive and did a fresh install of 10.4.7 from the discs it shipped with.  I have run the Apple Hardware Test, and everything tests OK.  Disk Utility tells me there's nothing wrong with the disk, and all permissions are good.  What am I missing?

    Earl...
    I know you said you reformatted the drive but just in case, how much free space on the startup disk?
    Right or control click the MacintoshHD icon. Click Get Info. In the Get Info window you will see Capacity and Available. Make sure you have a minimum of 15% free disk space.
    fresh install of 10.4.7
    Most recent version for Tiger is v10.4.11. Have you tried updating the software from the Apple menu > Software Update?

Maybe you are looking for

  • Extended notifications - Shortcut

    Hi Friends,   We have configure extended notifications for Workflow and it is working fine. The issue which we are currently facing is when the notification comes to Outlook inbox and when we try to open the attachment to execute the work item the SA

  • Displaying *.pdf file on browser with servlet

    hi all this RAMESH,struggling to display a pdf file on browser from a remote mechine earlier i tried with servlet response.setContentenType("application/pdf") out.println(); by this i am getting only some data as below endobj 4 0 obj << /ProcSet [ /P

  • Low drive space

    This morning (08/10), when I turned my computer on, the HP Support Assistant gave me an alert, saying I had a message. When I opened the assistant, and looked at the message, it said I had low drive space on C. See 1st atch. Not sure what that means.

  • Best IDE & Platform Configuration? What do you think?

    What do you think the best IDE is out there? I want to compile and create applications as well as servlets and beans, but my focus would be on the beans, servlets, jsp, etc, the web stuff. Once I have the IDE for that, what is the best configuration

  • Save dump of stage?

    Just wonder if anyone could help a newbie here. I've been searching the internet for an answer for a couple of days now. I've created a single frame movie where the user can drag and drop sprites (creating their own movieposter), into a designated ar