Servlet crashes on preparedStatement.close()

Hello Everyone ,
I have a servlet that gives out database information. Depending on the request parameters , some prepared statements that I declare before my try block may or may not be used. All statements and resultSets are initialized to null. If I determine the request is bad my servlet goes to an else block, then the finally block to close statements and stuff. Unfortunately, when it hits a preparedStatement that wasn't used, it outputs a HTTP Status 500 java.lang.NullPointer exception. I have never had this happen before ?
P.S I output my xml before the try block, so how come I see the error and not my xml, or a combination of both ?

As mentioned earlier by others, in your servlet code somewhere you are doing some operation on an object which is null. From server error log see the stack trace. Locate the exact place of NullPointerException and fix it.
I hope you know where log files are generated in server. If you need help fixing the root cause of NullPointerException please post your code snippet here.
Thanks,
Mrityunjoy

Similar Messages

  • PreparedStatement.close() hangs, blocking finalization

    We encountered an incident on a production system with a class that would call PreparedStatement.close() on finalize(), and there was an instance where the jvm finalizer thread stalled on this the PreparedStatement.close() call, blocking garbage collection.
    The last sql statement run with the preparedstatement was most probably a select statement (we cannot determine for sure), and the OCI driver was used.
    While I realize it's not recommended to close PreparedStatements on finalize(), can I ask for some possible reasons why the close() call would stall? Would it be a database issue or a java issue?

    Can you do the close() in a PhantomReference? That might be a good alternative to using finalize(). These refs are rather obscure and most Java authors parrot the usual line about post-mortem cleanup, but if you dig deep enough you can find a few examples of its use (I think that there is Apache group source with an example).
    If you are running in a servlet, move the close() to the servlet destroy() method.
    The best solution is to use 10.2 implicit connection caching and close all your Connections immediatly after use in a finally block. Then close your DataSource in the destroy().

  • PreparedStatement.Close()

    I'm using the same PreparedStatement object for many querys on a method, I think this is ok, isn't it? So... Do I need to call the PreparedStatement.close() method between every query? Can I call the close method many times without calling the executeQuery() method?
    Thanks
    Eduardo Castor

    Do not close the PreparedStatement until your program ends (or until you do not need it any more). You can use it repeatedly without closing it.

  • Servlet crashes TOMCAT

    I am experimenting with buffered images in a servlet. This "Hello World" servlet crashes TOMCAT.
    java version "1.4.1"
    Java(TM) 2 Runtime Environment, Standard Edition (build 1.4.1)
    Java HotSpot(TM) Client VM (build 1.4.1, mixed mode)
    JAVA_OPTS '-Xmx512m -Djava.awt.headless=true'
    ----servlet begins----
    import javax.servlet.*;
    import javax.servlet.http.*;
    import java.io.*;
    import java.awt.*;
    import java.awt.image.*;
    import Acme.JPM.Encoders.GifEncoder;
    public class MijnPollServlet extends HttpServlet
    public void doGet(HttpServletRequest req, HttpServletResponse res)
    throws ServletException, IOException
    doPost(req,res);
    public void doPost(HttpServletRequest req, HttpServletResponse res)
    throws ServletException, IOException
    BufferedImage image=
    new BufferedImage(100,100, BufferedImage.TYPE_INT_RGB);
    Graphics2D g2 = image.createGraphics();
    g2.setColor(Color.blue);
    g2.fillRect(25,25,50,50);
    g2.drawString("Hello World!", 10, 10);
    ServletOutputStream out = res.getOutputStream(); // binary output!
    res.setContentType("image/gif");
    GifEncoder encoder = new GifEncoder(image, out);
    encoder.encode();
    ----servlet ends----
    If I run the servlet with the "g2.drawString("Hello World!", 10, 10);"
    commented out there is no problem.
    Is there something I am missing here?
    Thank you,
    -William

    The whole Tomcat crashes, and no exception
    displayed.
    Do I have to write the log file, or it's kept by
    Tomcat itself?yes, tomcat writes a log file, you find it in the tomcat dir. but it's just very highlevel. Having a look in it could help.
    Is there a way to write a log file by myself?sure. you could get the log file from tomcat by getting it from the ServletContext:
    ServletContext = getServletContext();
    ServletContext.log("text to log");
    When I view the output window in Forte, it doesn't
    even write that Tomcat crashed.
    I use Tomcat that is installed with the last version
    of Forte(Sun 1 Studio, update 1), I guess it's the
    last version of Tomcat also.No. The lastest is 4.1.12 and i guess it's 4.0.4 with forte.
    Get Tomcat standalone from jakarta.apache.org and try to run your servlet with the standalone tomcat. this could help since i also expirenced problems sometimes with the forte-integrated tomcat.

  • Safari 4 crashes on window close

    Hey guys,
    I keep getting safari crash everytime I close a safari window or a tab. Crash log follows
    Process: Safari [5624]
    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 [71]
    Date/Time: 2009-07-20 16:30:10.833 +0100
    OS Version: Mac OS X 10.5.7 (9J61)
    Report Version: 6
    Anonymous UUID: 739D7131-9665-4054-9AED-8C62CE3F6579
    Exception Type: EXCBADACCESS (SIGSEGV)
    Exception Codes: KERNINVALIDADDRESS at 0x00000000c0000023
    Crashed Thread: 0
    Thread 0 Crashed:
    0 libobjc.A.dylib 0x96da6688 objc_msgSend + 24
    1 com.apple.AppKit 0x92bdaef9 -[NSView _setWindow:] + 70
    2 com.apple.AppKit 0x92bef961 __NSViewRecursionHelper + 40
    3 com.apple.CoreFoundation 0x95c25846 CFArrayApplyFunction + 198
    4 com.apple.AppKit 0x92bdb426 -[NSView _setWindow:] + 1395
    5 com.apple.AppKit 0x92bef961 __NSViewRecursionHelper + 40
    6 com.apple.CoreFoundation 0x95c25846 CFArrayApplyFunction + 198
    7 com.apple.AppKit 0x92bdb426 -[NSView _setWindow:] + 1395
    8 com.apple.AppKit 0x92bef961 __NSViewRecursionHelper + 40
    9 com.apple.CoreFoundation 0x95c25846 CFArrayApplyFunction + 198
    10 com.apple.AppKit 0x92bdb426 -[NSView _setWindow:] + 1395
    11 com.apple.AppKit 0x92c664cb -[NSWindow dealloc] + 711
    12 com.apple.Safari 0x000546c3 0x1000 + 341699
    13 com.apple.Safari 0x00089d46 0x1000 + 560454
    14 com.apple.Safari 0x00089cf1 0x1000 + 560369
    15 com.apple.Foundation 0x943a545f NSPopAutoreleasePool + 431
    16 com.apple.AppKit 0x92bfd65c -[NSApplication run] + 892
    17 com.apple.AppKit 0x92bca834 NSApplicationMain + 574
    18 com.apple.Safari 0x00003262 0x1000 + 8802
    Thread 1:
    0 libSystem.B.dylib 0x96e9a46e _semwaitsignal + 10
    1 libSystem.B.dylib 0x96ec4dcd pthreadcondwait$UNIX2003 + 73
    2 com.apple.WebCore 0x90840664 WebCore::IconDatabase::syncThreadMainLoop() + 260
    3 com.apple.WebCore 0x9083c509 WebCore::IconDatabase::iconDatabaseSyncThread() + 185
    4 libSystem.B.dylib 0x96ec4155 pthreadstart + 321
    5 libSystem.B.dylib 0x96ec4012 thread_start + 34
    Thread 2:
    0 libSystem.B.dylib 0x96e93286 machmsgtrap + 10
    1 libSystem.B.dylib 0x96e9aa7c mach_msg + 72
    2 com.apple.CoreFoundation 0x95c9604e CFRunLoopRunSpecific + 1790
    3 com.apple.CoreFoundation 0x95c96c78 CFRunLoopRunInMode + 88
    4 com.apple.CFNetwork 0x95224298 CFURLCacheWorkerThread(void*) + 388
    5 libSystem.B.dylib 0x96ec4155 pthreadstart + 321
    6 libSystem.B.dylib 0x96ec4012 thread_start + 34
    Thread 3:
    0 libSystem.B.dylib 0x96e9a46e _semwaitsignal + 10
    1 libSystem.B.dylib 0x96ec4dcd pthreadcondwait$UNIX2003 + 73
    2 com.apple.JavaScriptCore 0x91b354e1 ***::ThreadCondition::timedWait(***::Mutex&, double) + 81
    3 com.apple.WebCore 0x908a8d05 WebCore::LocalStorageThread::localStorageThread() + 325
    4 libSystem.B.dylib 0x96ec4155 pthreadstart + 321
    5 libSystem.B.dylib 0x96ec4012 thread_start + 34
    Thread 4:
    0 libSystem.B.dylib 0x96e93286 machmsgtrap + 10
    1 libSystem.B.dylib 0x96e9aa7c mach_msg + 72
    2 com.apple.CoreFoundation 0x95c9604e CFRunLoopRunSpecific + 1790
    3 com.apple.CoreFoundation 0x95c96c78 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 0x96ec4155 pthreadstart + 321
    8 libSystem.B.dylib 0x96ec4012 thread_start + 34
    Thread 5:
    0 libSystem.B.dylib 0x96e9a46e _semwaitsignal + 10
    1 libSystem.B.dylib 0x96ec4dcd pthreadcondwait$UNIX2003 + 73
    2 com.apple.JavaScriptCore 0x91b354e1 ***::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 0x96ec4155 pthreadstart + 321
    8 libSystem.B.dylib 0x96ec4012 thread_start + 34
    Thread 6:
    0 libSystem.B.dylib 0x96e9a46e _semwaitsignal + 10
    1 libSystem.B.dylib 0x96ec4dcd pthreadcondwait$UNIX2003 + 73
    2 libGLProgrammability.dylib 0x95620b32 glvmDoWork + 162
    3 libSystem.B.dylib 0x96ec4155 pthreadstart + 321
    4 libSystem.B.dylib 0x96ec4012 thread_start + 34
    Thread 7:
    0 libSystem.B.dylib 0x96e9a46e _semwaitsignal + 10
    1 libSystem.B.dylib 0x96ec4dcd pthreadcondwait$UNIX2003 + 73
    2 com.apple.ColorSync 0x9696945c pthreadSemaphoreWait(t_pthreadSemaphore*) + 42
    3 com.apple.ColorSync 0x9697bd8e CMMConvTask(void*) + 54
    4 libSystem.B.dylib 0x96ec4155 pthreadstart + 321
    5 libSystem.B.dylib 0x96ec4012 thread_start + 34
    Thread 8:
    0 libSystem.B.dylib 0x96ee26fa select$DARWIN_EXTSN + 10
    1 libSystem.B.dylib 0x96ec4155 pthreadstart + 321
    2 libSystem.B.dylib 0x96ec4012 thread_start + 34
    Thread 9:
    0 libSystem.B.dylib 0x96e93286 machmsgtrap + 10
    1 libSystem.B.dylib 0x96e9aa7c mach_msg + 72
    2 com.apple.CoreFoundation 0x95c9604e CFRunLoopRunSpecific + 1790
    3 com.apple.CoreFoundation 0x95c96c78 CFRunLoopRunInMode + 88
    4 com.apple.Foundation 0x9440d530 +[NSURLConnection(NSURLConnectionReallyInternal) _resourceLoadLoop:] + 320
    5 com.apple.Foundation 0x943a9e0d -[NSThread main] + 45
    6 com.apple.Foundation 0x943a99b4 _NSThread__main_ + 308
    7 libSystem.B.dylib 0x96ec4155 pthreadstart + 321
    8 libSystem.B.dylib 0x96ec4012 thread_start + 34
    Thread 0 crashed with X86 Thread State (32-bit):
    eax: 0x0059a910 ebx: 0x92bdaec4 ecx: 0x0024db03 edx: 0xc0000003
    edi: 0x005ac3c0 esi: 0x00000000 ebp: 0xbffff548 esp: 0xbffff4e8
    ss: 0x0000001f efl: 0x00010202 eip: 0x96da6688 cs: 0x00000017
    ds: 0x0000001f es: 0x0000001f fs: 0x00000000 gs: 0x00000037
    cr2: 0xc0000023
    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
    0x4d9000 - 0x4d9ff3 +com.yourcompany.QGetSafariPluginLoader ??? (1.0) /Library/InputManagers/QGetIMBundle/QGetSafariPluginLoader.bundle/Contents/MacO S/QGetSafariPluginLoader
    0x4f7000 - 0x4f8fff +com.newsoft.QGSafariPlugIn ??? (1.0) /Library/InputManagers/QGetIMBundle/QGetSafariPluginLoader.bundle/Contents/Reso urces/QGetSafariBundle.bundle/Contents/MacOS/QGetSafariBundle
    0x11c55000 - 0x11e5cfef com.apple.RawCamera.bundle 2.0.15 (471) <557c94fbd7c15219746393464a79cf87> /System/Library/CoreServices/RawCamera.bundle/Contents/MacOS/RawCamera
    0x1641a000 - 0x1641fff3 libCGXCoreImage.A.dylib ??? (???) <3a78abc535c80f9819931b670da804a2> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libCGXCoreImage.A.dylib
    0x16a8d000 - 0x16c12fe3 GLEngine ??? (???) <3bd4729832411ff31de5bb9d97e3718d> /System/Library/Frameworks/OpenGL.framework/Resources/GLEngine.bundle/GLEngine
    0x16c40000 - 0x16fa9fe8 com.apple.GeForce8xxxGLDriver 1.5.44 (5.4.4) <59268db992cb4c6d08ca7b5bba366863> /System/Library/Extensions/GeForce8xxxGLDriver.bundle/Contents/MacOS/GeForce8xx xGLDriver
    0x172e4000 - 0x17300ff7 GLRendererFloat ??? (???) <927b7d5ce6a7c21fdc761f6f29cdf4ee> /System/Library/Frameworks/OpenGL.framework/Versions/A/Resources/GLRendererFloa t.bundle/GLRendererFloat
    0x1c483000 - 0x1c483ffe com.apple.JavaPluginCocoa 12.3.0 (12.3.0) <ab888344b5c6d9f3fcf53dbd59276b06> /System/Library/Frameworks/JavaVM.framework/Versions/A/Resources/JavaPluginCoco a.bundle/Contents/MacOS/JavaPluginCocoa
    0x1c489000 - 0x1c48fffc 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 - 0x90021fff libresolv.9.dylib ??? (???) <9ed809256ce8913cddc3269c2e364654> /usr/lib/libresolv.9.dylib
    0x90022000 - 0x90041ffa libJPEG.dylib ??? (???) <b822342bcc764c83d4557a8b67fa0c1c> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libJPEG.dylib
    0x90042000 - 0x906e2fe3 com.apple.CoreGraphics 1.409.3 (???) <25dceb14af3455b768f56e8765ecf3ca> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/CoreGraphics
    0x906e3000 - 0x906f3fff 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
    0x906f4000 - 0x906fffe7 libCSync.A.dylib ??? (???) <9e3544fe087bb4dc760b7afe0850dd6c> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libCSync.A.dylib
    0x90700000 - 0x90838fe7 com.apple.imageKit 1.0.2 (1.0) <c6dd88d87997153684f4aa468512c1a8> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/ImageKit.fram ework/Versions/A/ImageKit
    0x90839000 - 0x910cafff com.apple.WebCore 5530.19 (5530.19) <1b48d8dc3e18ac4a1e62af44f0a6f796> /System/Library/Frameworks/WebKit.framework/Versions/A/Frameworks/WebCore.frame work/Versions/A/WebCore
    0x91334000 - 0x9163cfff com.apple.HIToolbox 1.5.5 (???) <b17766e3d8800a73f534c41f624f5ac4> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HIToolbox.fra mework/Versions/A/HIToolbox
    0x91642000 - 0x9166aff7 com.apple.shortcut 1.0.1 (1.0) <131202e7766e327d02d55c0f5fc44ad7> /System/Library/PrivateFrameworks/Shortcut.framework/Versions/A/Shortcut
    0x9166b000 - 0x91686ffb libPng.dylib ??? (???) <0d6b991afc831ea06f2958e5933d33dd> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libPng.dylib
    0x916ba000 - 0x916f9fef libTIFF.dylib ??? (???) <d4bcc9b9c508e53849d2d46bb6900922> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libTIFF.dylib
    0x916fa000 - 0x91a97fef com.apple.QuartzCore 1.5.8 (1.5.8) <a28fa54346a9f9d5b3bef076a1ee0fcf> /System/Library/Frameworks/QuartzCore.framework/Versions/A/QuartzCore
    0x91a98000 - 0x91b2bfff com.apple.ink.framework 101.3 (86) <d4c85b5cafa8027fff042b84a8be71dc> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Ink.framework /Versions/A/Ink
    0x91b2c000 - 0x91cb4fe3 com.apple.JavaScriptCore 5530.19 (5530.19) <df70ffca834a208aae04aa045009a6e7> /System/Library/Frameworks/JavaScriptCore.framework/Versions/A/JavaScriptCore
    0x91e19000 - 0x91e48fe3 com.apple.AE 402.3 (402.3) <b13bfda0ad9314922ee37c0d018d7de9> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/AE.fram ework/Versions/A/AE
    0x91e49000 - 0x91e4ffff 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
    0x91e50000 - 0x91edcff7 com.apple.framework.IOKit 1.5.2 (???) <97b9f9d584f48891377f0481b9104434> /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit
    0x91edd000 - 0x91eebffd libz.1.dylib ??? (???) <a98b3b221a72b54faf73ded3dd7000e5> /usr/lib/libz.1.dylib
    0x91fe1000 - 0x91fe1ffd com.apple.Accelerate 1.4.2 (Accelerate 1.4.2) /System/Library/Frameworks/Accelerate.framework/Versions/A/Accelerate
    0x91fe2000 - 0x92018fef libtidy.A.dylib ??? (???) <7b9fc90dc0d50da27a24f6f84ccdd7b7> /usr/lib/libtidy.A.dylib
    0x92019000 - 0x92072ff7 libGLU.dylib ??? (???) <a3b9be30100a25a6cd3ad109892f52b7> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLU.dylib
    0x92073000 - 0x921f2fff com.apple.AddressBook.framework 4.1.2 (700) <41a71b250286dc8d8bcee30784b894c8> /System/Library/Frameworks/AddressBook.framework/Versions/A/AddressBook
    0x921f3000 - 0x922baff2 com.apple.vImage 3.0 (3.0) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vImage.fr amework/Versions/A/vImage
    0x9244b000 - 0x9249cff7 com.apple.HIServices 1.7.0 (???) <67988718780a0a367b1bde62f5a67c4b> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ HIServices.framework/Versions/A/HIServices
    0x9249d000 - 0x924a2fff com.apple.CommonPanels 1.2.4 (85) <c135f02edd6b2e2864311e0b9d08a98d> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CommonPanels. framework/Versions/A/CommonPanels
    0x924a3000 - 0x9252aff7 libsqlite3.0.dylib ??? (???) <3334ea5af7a911637413334154bb4100> /usr/lib/libsqlite3.0.dylib
    0x9252b000 - 0x92532ffe libbsm.dylib ??? (???) <fa7ae5f1a621d9b69e7e18747c9405fb> /usr/lib/libbsm.dylib
    0x92533000 - 0x9257dfe1 com.apple.securityinterface 3.0.2 (36684) <7109034b9898a11506fc67e887e69d2b> /System/Library/Frameworks/SecurityInterface.framework/Versions/A/SecurityInter face
    0x9257e000 - 0x9257effe com.apple.quartzframework 1.5 (1.5) <6865aa0aeaa584b5a54d43f2f21d6c08> /System/Library/Frameworks/Quartz.framework/Versions/A/Quartz
    0x9257f000 - 0x92586fe9 libgcc_s.1.dylib ??? (???) <e280ddf3f5fb3049e674edcb109f389a> /usr/lib/libgcc_s.1.dylib
    0x92587000 - 0x925edffb com.apple.ISSupport 1.8 (38.3) /System/Library/PrivateFrameworks/ISSupport.framework/Versions/A/ISSupport
    0x925ee000 - 0x92681ff3 com.apple.ApplicationServices.ATS 3.7 (???) <a535fc4982d3acff6530ec25c402e679> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ATS.framework/Versions/A/ATS
    0x92682000 - 0x926bcfe7 com.apple.coreui 1.2 (62) /System/Library/PrivateFrameworks/CoreUI.framework/Versions/A/CoreUI
    0x926bd000 - 0x926d5ff7 com.apple.CoreVideo 1.6.0 (20.0) <dd60118bac9aefaf88d9ab44558f05c4> /System/Library/Frameworks/CoreVideo.framework/Versions/A/CoreVideo
    0x926d6000 - 0x926d8fff com.apple.securityhi 3.0 (30817) <b3517782ad664a21e4fd60242e92723e> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SecurityHI.fr amework/Versions/A/SecurityHI
    0x926d9000 - 0x9271afe7 libRIP.A.dylib ??? (???) <69bd09fcd8d8b235cee7a405290d6818> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libRIP.A.dylib
    0x9271b000 - 0x927c2feb com.apple.QD 3.11.56 (???) <a94d0f5438b730e88e5efdb233295c52> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ QD.framework/Versions/A/QD
    0x927c3000 - 0x92803fff com.apple.CoreMediaIOServicesPrivate 20.0 (20.0) /System/Library/PrivateFrameworks/CoreMediaIOServicesPrivate.framework/Versions /A/CoreMediaIOServicesPrivate
    0x92804000 - 0x92bc2fea libLAPACK.dylib ??? (???) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libLAPACK.dylib
    0x92bc3000 - 0x92bc3ffd com.apple.vecLib 3.4.2 (vecLib 3.4.2) /System/Library/Frameworks/vecLib.framework/Versions/A/vecLib
    0x92bc4000 - 0x933c2fef com.apple.AppKit 6.5.7 (949.46) <a80f8cb62f6bdcb3bed3c8675d55881d> /System/Library/Frameworks/AppKit.framework/Versions/C/AppKit
    0x9439f000 - 0x9461bfe7 com.apple.Foundation 6.5.8 (677.24) <aa84b0383891378c348ffa4a94853082> /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation
    0x9461c000 - 0x9463aff3 com.apple.DirectoryService.Framework 3.5.6 (3.5.6) <daa1307737197c7757f44f16370249dc> /System/Library/Frameworks/DirectoryService.framework/Versions/A/DirectoryServi ce
    0x94658000 - 0x94670fff com.apple.openscripting 1.2.8 (???) <0129d2f750f5ddcb92f4acf8a3541952> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/OpenScripting .framework/Versions/A/OpenScripting
    0x94671000 - 0x947aaff7 libicucore.A.dylib ??? (???) <cac059ebdac7d9a63ee0f7a648c9f6cf> /usr/lib/libicucore.A.dylib
    0x947ab000 - 0x947affff libmathCommon.A.dylib ??? (???) /usr/lib/system/libmathCommon.A.dylib
    0x947b0000 - 0x947b3fff com.apple.help 1.1 (36) <1a25a8fbb49a830efb31d5c0a52939cd> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Help.framewor k/Versions/A/Help
    0x947b4000 - 0x948faff7 com.apple.ImageIO.framework 2.0.4 (2.0.4) <b407f06ff9b6893899e2e399cb65c953> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/ImageIO
    0x948fb000 - 0x94900fff com.apple.backup.framework 1.0 (1.0) /System/Library/PrivateFrameworks/Backup.framework/Versions/A/Backup
    0x9495d000 - 0x949b9ff7 com.apple.htmlrendering 68 (1.1.3) <1c5c0c417891b920dfe139385fc6c155> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HTMLRendering .framework/Versions/A/HTMLRendering
    0x949ba000 - 0x949e7feb libvDSP.dylib ??? (???) <4daafed78a471133ec30b3ae634b6d3e> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libvDSP.dylib
    0x949e8000 - 0x94ac9ff7 libxml2.2.dylib ??? (???) <2f6b294896866822330a8888b7f53b75> /usr/lib/libxml2.2.dylib
    0x94aca000 - 0x94b7afff edu.mit.Kerberos 6.0.13 (6.0.13) <804bd1b3f08fb57396781f012006367c> /System/Library/Frameworks/Kerberos.framework/Versions/A/Kerberos
    0x94c71000 - 0x94cbafef com.apple.Metadata 10.5.2 (398.25) <7eb2df3e510cd308e91a6cf6d8e9fba5> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Metadat a.framework/Versions/A/Metadata
    0x94cbb000 - 0x94cc0fff com.apple.DisplayServicesFW 2.0.2 (2.0.2) <cd0842e3c0bab2806e3eba5f723f4c4a> /System/Library/PrivateFrameworks/DisplayServices.framework/Versions/A/DisplayS ervices
    0x94cc1000 - 0x94cc1ffc com.apple.audio.units.AudioUnit 1.5 (1.5) /System/Library/Frameworks/AudioUnit.framework/Versions/A/AudioUnit
    0x94cc2000 - 0x94cd8fff com.apple.DictionaryServices 1.0.0 (1.0.0) <7d20b8d1fb238c3e71d0fa6fda18c4f7> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Diction aryServices.framework/Versions/A/DictionaryServices
    0x94cd9000 - 0x94d4bfff com.apple.PDFKit 2.1.2 (2.1.2) /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/PDFKit.framew ork/Versions/A/PDFKit
    0x94d4c000 - 0x94d54fff com.apple.DiskArbitration 2.2.1 (2.2.1) <2664eeb3a4d0c95a21c089892a0ae8d0> /System/Library/Frameworks/DiskArbitration.framework/Versions/A/DiskArbitration
    0x94d55000 - 0x94d7efff libcups.2.dylib ??? (???) <1b0435164b9dc6c773d0b1f24701e554> /usr/lib/libcups.2.dylib
    0x94d7f000 - 0x94dcefff com.apple.QuickLookUIFramework 1.3.1 (170.9) /System/Library/PrivateFrameworks/QuickLookUI.framework/Versions/A/QuickLookUI
    0x94dcf000 - 0x94e09ffe com.apple.securityfoundation 3.0.2 (36131) <39663c9b6f1a09d0566305d9f87cfc91> /System/Library/Frameworks/SecurityFoundation.framework/Versions/A/SecurityFoun dation
    0x94e0a000 - 0x94ebcffb libcrypto.0.9.7.dylib ??? (???) <9d714c92872a93dd127ea8556b2c8945> /usr/lib/libcrypto.0.9.7.dylib
    0x94f2b000 - 0x950fcffb com.apple.security 5.0.5 (36371) <c13e0bb1acfdcf94be4d3ee118ef190e> /System/Library/Frameworks/Security.framework/Versions/A/Security
    0x950fd000 - 0x9513ffef com.apple.NavigationServices 3.5.2 (163) <72cdc9d21f6690837870923e7b8ca358> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/NavigationSer vices.framework/Versions/A/NavigationServices
    0x9514c000 - 0x95156feb 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
    0x95157000 - 0x951e3ff7 com.apple.LaunchServices 290.3 (290.6) <bdba267184df88bd5b8e2116ea903872> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/LaunchS ervices.framework/Versions/A/LaunchServices
    0x95221000 - 0x952c5fec com.apple.CFNetwork 438.10 (438.12) <fde64bbb20532794396fb21911ccaa98> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CFNetwo rk.framework/Versions/A/CFNetwork
    0x952c6000 - 0x95482ff3 com.apple.QuartzComposer 2.1 (106.13) <40f034e8c8fd31c9081f5283dcf22b78> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuartzCompose r.framework/Versions/A/QuartzComposer
    0x95483000 - 0x954b5fff com.apple.LDAPFramework 1.4.5 (110) <0625b4f70c28b2f239ca088edaf9cf0f> /System/Library/Frameworks/LDAP.framework/Versions/A/LDAP
    0x954b9000 - 0x95513ff7 com.apple.CoreText 2.0.4 (???) <f0b6c1d4f40bd21505097f0255abfead> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreText.framework/Versions/A/CoreText
    0x95514000 - 0x9553dfff com.apple.CoreMediaPrivate 15.0 (15.0) /System/Library/PrivateFrameworks/CoreMediaPrivate.framework/Versions/A/CoreMed iaPrivate
    0x9553e000 - 0x955f8fe3 com.apple.CoreServices.OSServices 227 (227) <30cebcb68b1b571df7d77474e0c31556> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/OSServi ces.framework/Versions/A/OSServices
    0x955f9000 - 0x95acafbe libGLProgrammability.dylib ??? (???) <7f18294a7bd0b6afe4319f29187fc70d> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLProgramma bility.dylib
    0x95acb000 - 0x95ad8fe7 com.apple.opengl 1.5.10 (1.5.10) <5a2813f80c9441170cc1ab8a3dac5038> /System/Library/Frameworks/OpenGL.framework/Versions/A/OpenGL
    0x95ad9000 - 0x95b90ff3 com.apple.QTKit 7.6.2 (1327) /System/Library/Frameworks/QTKit.framework/Versions/A/QTKit
    0x95b91000 - 0x95baeff7 com.apple.QuickLookFramework 1.3.1 (170.9) /System/Library/Frameworks/QuickLook.framework/Versions/A/QuickLook
    0x95baf000 - 0x95bafff8 com.apple.Cocoa 6.5 (???) <a1bc9247cf65c20f1a44d0973cbe649c> /System/Library/Frameworks/Cocoa.framework/Versions/A/Cocoa
    0x95bb0000 - 0x95bb0ffa com.apple.CoreServices 32 (32) <373d6a888f9204641f313bc6070ae065> /System/Library/Frameworks/CoreServices.framework/Versions/A/CoreServices
    0x95bb1000 - 0x95bc0fff libsasl2.2.dylib ??? (???) <2091a1973f23f66ea9b377d43daf50ea> /usr/lib/libsasl2.2.dylib
    0x95bf1000 - 0x95c22ffb com.apple.quartzfilters 1.5.0 (1.5.0) <92b4f39479fdcabae0d8f53febd22fad> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuartzFilters .framework/Versions/A/QuartzFilters
    0x95c23000 - 0x95d56fef com.apple.CoreFoundation 6.5.6 (476.18) <2d52bab73660117571bd6486dc318f8e> /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
    0x95d57000 - 0x95d6cffb com.apple.ImageCapture 5.0.2 (5.0.2) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/ImageCapture. framework/Versions/A/ImageCapture
    0x95d6d000 - 0x95d6dffb com.apple.installserver.framework 1.0 (8) /System/Library/PrivateFrameworks/InstallServer.framework/Versions/A/InstallSer ver
    0x95d74000 - 0x9609afe2 com.apple.QuickTime 7.6.2 (1327) <3754e41d846b7948f96c9ec4c690b520> /System/Library/Frameworks/QuickTime.framework/Versions/A/QuickTime
    0x960ed000 - 0x96167ff8 com.apple.print.framework.PrintCore 5.5.4 (245.6) <03d0585059c20cb0bde5e000438c49e1> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ PrintCore.framework/Versions/A/PrintCore
    0x96168000 - 0x961e5fef libvMisc.dylib ??? (???) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libvMisc.dylib
    0x961ee000 - 0x965fefef libBLAS.dylib ??? (???) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libBLAS.dylib
    0x96617000 - 0x96627ffc com.apple.LangAnalysis 1.6.4 (1.6.4) <bc7eb703ddc37bf85adf93e35efd3947> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ LangAnalysis.framework/Versions/A/LangAnalysis
    0x96628000 - 0x96637ffe com.apple.DSObjCWrappers.Framework 1.3 (1.3) <182986b74247b459b2a67a47071bdc6b> /System/Library/PrivateFrameworks/DSObjCWrappers.framework/Versions/A/DSObjCWra ppers
    0x9663d000 - 0x96717ff7 com.apple.WebKit 5530.19 (5530.19.2) <b111dcaa90ec230e037d757cc9b56547> /System/Library/Frameworks/WebKit.framework/Versions/A/WebKit
    0x96718000 - 0x9671cfff libGIF.dylib ??? (???) <7714ae24eb64b48fa719fb99bcbe34f3> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libGIF.dylib
    0x9671d000 - 0x9671dffe com.apple.MonitorPanelFramework 1.2.0 (1.2.0) <1f4c10fcc17187a6f106e0a0be8236b0> /System/Library/PrivateFrameworks/MonitorPanel.framework/Versions/A/MonitorPane l
    0x9683a000 - 0x9683aff8 com.apple.ApplicationServices 34 (34) <ee7bdf593da050bb30c7a1fc446eb8a6> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Application Services
    0x9683b000 - 0x9683dff5 libRadiance.dylib ??? (???) <82d606c49f5dc77231f9d0e2be9ed6ab> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libRadiance.dylib
    0x9683e000 - 0x96840ffd com.apple.CrashReporterSupport 10.5.7 (161) <dc6dfd99e332f53791f5c0a4e6889cb3> /System/Library/PrivateFrameworks/CrashReporterSupport.framework/Versions/A/Cra shReporterSupport
    0x96841000 - 0x96878fff com.apple.SystemConfiguration 1.9.2 (1.9.2) <eab546255ac099b9616df999c9359d0e> /System/Library/Frameworks/SystemConfiguration.framework/Versions/A/SystemConfi guration
    0x96879000 - 0x968a4fe7 libauto.dylib ??? (???) <2e44c523b851e8e25f05d13a48070a58> /usr/lib/libauto.dylib
    0x968ea000 - 0x96928fff libGLImage.dylib ??? (???) <a6425aeb77f4da13212ac75df57b056d> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLImage.dyl ib
    0x96929000 - 0x96935ff9 com.apple.helpdata 1.0.1 (14.2) /System/Library/PrivateFrameworks/HelpData.framework/Versions/A/HelpData
    0x96936000 - 0x96a01fff com.apple.ColorSync 4.5.1 (4.5.1) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ColorSync.framework/Versions/A/ColorSync
    0x96a02000 - 0x96a03ffc libffi.dylib ??? (???) <eaf10b99a3fbc4920b175809407466c0> /usr/lib/libffi.dylib
    0x96a04000 - 0x96a28feb libssl.0.9.7.dylib ??? (???) <8084593b773bec8f2b9614fd23c5ed73> /usr/lib/libssl.0.9.7.dylib
    0x96a29000 - 0x96a4dfff libxslt.1.dylib ??? (???) <6a58a8724941e8a0cfeb0cae28ea3f37> /usr/lib/libxslt.1.dylib
    0x96a4e000 - 0x96aabffb libstdc++.6.dylib ??? (???) <f75e5133d72769de5ce6c06153fc65f6> /usr/lib/libstdc++.6.dylib
    0x96abe000 - 0x96b3dff5 com.apple.SearchKit 1.2.1 (1.2.1) <f28f8dd0f155a6453411a0c9b5702764> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SearchK it.framework/Versions/A/SearchKit
    0x96c08000 - 0x96d5aff3 com.apple.audio.toolbox.AudioToolbox 1.5.2 (1.5.2) /System/Library/Frameworks/AudioToolbox.framework/Versions/A/AudioToolbox
    0x96d5b000 - 0x96d5bffd 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
    0x96d91000 - 0x96e71fff libobjc.A.dylib ??? (???) <400e943f9e8a678eea22a1d1205490ee> /usr/lib/libobjc.A.dylib
    0x96e72000 - 0x96e72fff com.apple.Carbon 136 (136) <eb3c292d5544512f86e1e4e743c23f8e> /System/Library/Frameworks/Carbon.framework/Versions/A/Carbon
    0x96e7d000 - 0x96e84ff7 libCGATS.A.dylib ??? (???) <211348279493364e9920adc86484cedd> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libCGATS.A.dylib
    0x96e85000 - 0x96e91ffe libGL.dylib ??? (???) /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib
    0x96e92000 - 0x96ff9ff3 libSystem.B.dylib ??? (???) <b47c8e6e45aef620730710a732bf1930> /usr/lib/libSystem.B.dylib
    0x96ffa000 - 0x97003fff 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
    0x97004000 - 0x970ecff3 com.apple.CoreData 100.2 (186.1) <8fb61e1714a4b8d587ce97605ad32547> /System/Library/Frameworks/CoreData.framework/Versions/A/CoreData
    0x970ed000 - 0x97177fe3 com.apple.DesktopServices 1.4.8 (1.4.8) <3065de6531ce839c7cb5b6dd70e03f4f> /System/Library/PrivateFrameworks/DesktopServicesPriv.framework/Versions/A/Desk topServicesPriv
    0x97178000 - 0x97452ff3 com.apple.CoreServices.CarbonCore 786.11 (786.13) <9e2d85d52e5e2951aa4dd53c48ccc52f> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CarbonC ore.framework/Versions/A/CarbonCore
    0x97453000 - 0x974d0feb com.apple.audio.CoreAudio 3.1.2 (3.1.2) <5a4e6329f8dbca5dcd70924525afd24a> /System/Library/Frameworks/CoreAudio.framework/Versions/A/CoreAudio
    0xfffe8000 - 0xfffebfff libobjc.A.dylib ??? (???) /usr/lib/libobjc.A.dylib
    0xffff0000 - 0xffff1780 libSystem.B.dylib ??? (???) /usr/lib/libSystem.B.dylib
    Any ideas?

    First, try using Disk Utility to Repair Disk Permissions, then restart Safari to see if the problem remains. If it does, then remove this item and restart again:
    /Library/InputManagers/QGetIMBundle

  • How do I stop Firefox from crashing everytime I close a tab?

    Ever since I downloaded Firefox 4.0, it crashes anytime I close a tab or a window.

    Hello,
    '''Try Firefox Safe Mode''' to see if the problem goes away. Safe Mode is a troubleshooting mode, which disables most add-ons.
    ''(If you're not using it, switch to the Default theme.)''
    * On Windows you can open Firefox 4.0+ in Safe Mode by holding the '''Shift''' key when you open the Firefox desktop or Start menu shortcut.
    * On Mac you can open Firefox 4.0+ in Safe Mode by holding the '''option''' key while starting Firefox.
    * On Linux you can open Firefox 4.0+ in Safe Mode by quitting Firefox and then going to your Terminal and running: firefox -safe-mode (you may need to specify the Firefox installation path e.g. /usr/lib/firefox)
    * Or open the Help menu and click on the '''Restart with Add-ons Disabled...''' menu item while Firefox is running.
    [[Image:FirefoxSafeMode|width=520]]
    ''Once you get the pop-up, just select "'Start in Safe Mode"''
    [[Image:Safe Mode Fx 15 - Win]]
    '''''If the issue is not present in Firefox Safe Mode''''', your problem is probably caused by an extension, and you need to figure out which one. Please follow the [[Troubleshooting extensions and themes]] article for that.
    ''To exit the Firefox Safe Mode, just close Firefox and wait a few seconds before opening Firefox for normal use again.''
    ''When you figure out what's causing your issues, please let us know. It might help other users who have the same problem.''
    Thank you.

  • Firefox crashes when I close a tab

    Frequently, but not always Firefox will crash when I close a tab. I might have 3 - 7 tabs open and I can move between them or refresh one without a problem but if I click on the 'X' to close the tab I get a message saying firefox has stopped working. When I restart I am asked if I want to restore. If I do I can close the tab I was trying to close earlier without a problem.
    I am running Vista Home Premium - completely up to date on a QC50 laptop This isn't happening on my Win 7 desktop. Firefox & all extensions are up to date (this didn't start happening until I updated to 5.0.1)

    News 1. Mozilla has told me that there will be a fix by the end of the month. 2. I have asked Mozilla to contact me as soon as the fix is available. 3. I will monitor Norton and Firefox from 08:00 to 17:00 CT and update this forum entry when the fix becomes available. 4. Because the most current release of Firefox is 18.0.1, most future updates will be done to forum entry
    [[https://support.mozilla.org/en-US/questions/947601]]

  • I can't download any rented movie. When I start downloading Windows iTunes crashes and Windows close this program. What should I do?

    I can't download any rented movie. When I start downloading Windows iTunes crashes and Windows close this program. What should I do?

    If the problem is iTunes slowing down and not appearing to run correctly, you should check  this Apple article out-> Apple software on Windows: May see performance issues and blank iTunes Store
    You may want to try resetting Winsock as a temporary fix.
    1. To do so, please do the following in an administrator user:
    Windows Vista and Windows 7: Right click All Programs and choose Accessories > Command Prompt. Choose to open as an administrator.
    Windows XP: Click Start > Run and type in cmd.
    2. Enter the following command: 
    netsh winsock reset
    3. Restart the computer and test the issue.
    Note:  If the issue returns, third-party software may be reinserting the LSP.

  • Firefox crashes when I close an e mail on AOL also it crashed once after printing some pages from my banking statement. Any ideas. I restarted a few times without any change to the crashing problem. WHat do you suggest.

    Firefox crashes when I close an e mail on AOL also it crashed once after printing some pages from my banking statement. Any ideas. I restarted a few times without any change to the crashing problem. What do you suggest.
    I am using Mozilla Beta 4. I volunteered to try it out. It's lightning fast. I really love using it. I see there is a new version of Firefox should I download it??

    I HAVE NOW SOLVED THE PROBLEM BY RUNNING WINDOWS REGISTRY REPAIR TOOL WHICH HAS OBVIOUSLY REPAIRED CORRUPT REGISTRY FILES.

  • Safari 2.0.4 crashes when I close BBC News Player

    Anyone else had this problem? I use RealPlayer as the default viewer for the BBC News Player (be nice if they would accept Quicktime). Over the last couple of weeks whenever I finish looking at a BBC video in the BBC News Player window, and I close the window, Safari crashes. Happens every time.

    Same with me with my G5, Intel iMac and a only eMac - safari 2.0.4. Can' work out why - sorry not much help I know.
    Here my crash reposrt if anyone else can help:
    Date/Time: 2007-10-08 14:06:57.628 +0100
    OS Version: 10.4.10 (Build 8R218)
    Report Version: 4
    Command: Safari
    Path: /Applications/Safari.app/Contents/MacOS/Safari
    Parent: WindowServer [77]
    Version: 2.0.4 (419.3)
    Build Version: 32
    Project Name: WebBrowser
    Source Version: 4190300
    PID: 457
    Thread: 0
    Exception: EXCBADACCESS (0x0001)
    Codes: KERNPROTECTIONFAILURE (0x0002) at 0x00000000
    Thread 0 Crashed:
    0 <Unknown disk fragment> 0x19398d24 0x1937c000 + 118052
    1 <Unknown disk fragment> 0x19397cfc 0x1937c000 + 113916
    2 chinembed.shlb 0x193d3cb0 0x193c6000 + 56496
    3 chinembed.shlb 0x193cb1d4 0x193c6000 + 20948
    4 chinembed.shlb 0x193d4f28 0x193c6000 + 61224
    5 rmacore.shlb 0x1d058dfc 0x1cff0000 + 429564
    6 rmacore.shlb 0x1d037dbc 0x1cff0000 + 294332
    7 rmacore.shlb 0x1d02e9d8 0x1cff0000 + 256472
    8 rmacore.shlb 0x1d02e978 0x1cff0000 + 256376
    9 rcaplmgr.shlb 0x195f4f5c 0x195ef000 + 24412
    10 chinembed.shlb 0x193c7fbc 0x193c6000 + 8124
    11 chinembed.shlb 0x193cf4e0 0x193c6000 + 38112
    12 <Unknown disk fragment> 0x19383140 0x1937c000 + 28992
    13 <Unknown disk fragment> 0x1938f540 0x1937c000 + 79168
    14 <Unknown disk fragment> 0x193823b0 0x1937c000 + 25520
    15 com.apple.WebKit 0x957c1868 -[WebBaseNetscapePluginView stop] + 240
    16 com.apple.AppKit 0x9379b944 -[NSView _setWindow:] + 60
    17 com.apple.CoreFoundation 0x907ed3ec CFArrayApplyFunction + 416
    18 com.apple.AppKit 0x9379bc60 -[NSView _setWindow:] + 856
    19 com.apple.AppKit 0x9379b0f0 -[NSView removeFromSuperview] + 292
    20 com.apple.AppKit 0x9379ae68 -[NSClipView setDocumentView:] + 332
    21 com.apple.AppKit 0x9379acb0 -[NSScrollView setDocumentView:] + 40
    22 com.apple.WebKit 0x957a8a50 -[WebFrameView(WebInternal) _setDocumentView:] + 120
    23 com.apple.WebKit 0x957a85bc -[WebFrameView(WebInternal) _makeDocumentViewForDataSource:] + 216
    24 com.apple.WebKit 0x957a841c -[WebFrame(WebPrivate) _makeDocumentView] + 48
    25 com.apple.WebKit 0x957a6ef0 -[WebFrame(WebPrivate) _transitionToCommitted:] + 1260
    26 com.apple.WebKit 0x957a6528 -[WebDataSource(WebPrivate) _commitIfReady:] + 296
    27 com.apple.WebKit 0x957db1d4 -[WebDataSource(WebPrivate) _commitLoadWithData:] + 40
    28 com.apple.WebKit 0x957a6288 -[WebMainResourceClient addData:] + 84
    29 com.apple.WebKit 0x957a61b4 -[WebBaseResourceHandleDelegate didReceiveData:lengthReceived:] + 68
    30 com.apple.WebKit 0x95802390 -[WebMainResourceClient didReceiveData:lengthReceived:] + 136
    31 com.apple.WebKit 0x957a6150 -[WebBaseResourceHandleDelegate connection:didReceiveData:lengthReceived:] + 60
    32 com.apple.Foundation 0x92c15624 -[NSURLConnection(NSURLConnectionInternal) _sendDidReceiveDataCallback] + 564
    33 com.apple.Foundation 0x92c13ac4 -[NSURLConnection(NSURLConnectionInternal) _sendCallbacks] + 488
    34 com.apple.Foundation 0x92c13860 _sendCallbacks + 156
    35 com.apple.CoreFoundation 0x907de4fc __CFRunLoopDoSources0 + 384
    36 com.apple.CoreFoundation 0x907dda2c __CFRunLoopRun + 452
    37 com.apple.CoreFoundation 0x907dd4ac CFRunLoopRunSpecific + 268
    38 com.apple.HIToolbox 0x9329bb20 RunCurrentEventLoopInMode + 264
    39 com.apple.HIToolbox 0x9329b1b4 ReceiveNextEventCommon + 380
    40 com.apple.HIToolbox 0x9329b020 BlockUntilNextEventMatchingListInMode + 96
    41 com.apple.AppKit 0x93780ae4 _DPSNextEvent + 384
    42 com.apple.AppKit 0x937807a8 -[NSApplication nextEventMatchingMask:untilDate:inMode:dequeue:] + 116
    43 com.apple.Safari 0x00006740 0x1000 + 22336
    44 com.apple.AppKit 0x9377ccec -[NSApplication run] + 472
    45 com.apple.AppKit 0x9386d87c NSApplicationMain + 452
    46 com.apple.Safari 0x0005c77c 0x1000 + 374652
    47 com.apple.Safari 0x0005c624 0x1000 + 374308
    Thread 1:
    0 libSystem.B.dylib 0x9000b348 machmsgtrap + 8
    1 libSystem.B.dylib 0x9000b29c mach_msg + 60
    2 com.apple.CoreFoundation 0x907ddba8 __CFRunLoopRun + 832
    3 com.apple.CoreFoundation 0x907dd4ac CFRunLoopRunSpecific + 268
    4 com.apple.Foundation 0x92bf2170 -[NSRunLoop runMode:beforeDate:] + 172
    5 com.apple.Foundation 0x92bf20a8 -[NSRunLoop run] + 76
    6 com.apple.WebKit 0x957973d0 +[WebFileDatabase _syncLoop:] + 176
    7 com.apple.Foundation 0x92be31a0 forkThreadForFunction + 108
    8 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 0x907ddba8 __CFRunLoopRun + 832
    3 com.apple.CoreFoundation 0x907dd4ac CFRunLoopRunSpecific + 268
    4 com.apple.Foundation 0x92c0a6a8 +[NSURLConnection(NSURLConnectionInternal) _resourceLoadLoop:] + 264
    5 com.apple.Foundation 0x92be31a0 forkThreadForFunction + 108
    6 libSystem.B.dylib 0x9002bd08 pthreadbody + 96
    Thread 3:
    0 libSystem.B.dylib 0x9000b348 machmsgtrap + 8
    1 libSystem.B.dylib 0x9000b29c mach_msg + 60
    2 com.apple.CoreFoundation 0x907ddba8 __CFRunLoopRun + 832
    3 com.apple.CoreFoundation 0x907dd4ac CFRunLoopRunSpecific + 268
    4 com.apple.Foundation 0x92c0b7e8 +[NSURLCache _diskCacheSyncLoop:] + 152
    5 com.apple.Foundation 0x92be31a0 forkThreadForFunction + 108
    6 libSystem.B.dylib 0x9002bd08 pthreadbody + 96
    Thread 4:
    0 libSystem.B.dylib 0x9001f88c select + 12
    1 com.apple.CoreFoundation 0x907f0434 __CFSocketManager + 472
    2 libSystem.B.dylib 0x9002bd08 pthreadbody + 96
    Thread 5:
    0 libSystem.B.dylib 0x9002c3c8 semaphorewait_signaltrap + 8
    1 libSystem.B.dylib 0x90030eac pthreadcondwait + 480
    2 com.apple.Foundation 0x92bea30c -[NSConditionLock lockWhenCondition:] + 68
    3 com.apple.Syndication 0x9a8e442c -[AsyncDB _run:] + 192
    4 com.apple.Foundation 0x92be31a0 forkThreadForFunction + 108
    5 libSystem.B.dylib 0x9002bd08 pthreadbody + 96
    Thread 6:
    0 libSystem.B.dylib 0x9000b348 machmsgtrap + 8
    1 libSystem.B.dylib 0x9000b29c mach_msg + 60
    2 com.apple.CoreFoundation 0x907ddba8 __CFRunLoopRun + 832
    3 com.apple.CoreFoundation 0x907dd4ac CFRunLoopRunSpecific + 268
    4 com.apple.CoreFoundation 0x907ec90c CFRunLoopRun + 52
    5 com.apple.QuickTime 0x948a5420 QTSNetworkThread_RunThread + 128
    6 libSystem.B.dylib 0x9002bd08 pthreadbody + 96
    Thread 7:
    0 libSystem.B.dylib 0x9000b348 machmsgtrap + 8
    1 libSystem.B.dylib 0x9000b29c mach_msg + 60
    2 com.apple.CoreFoundation 0x907ddba8 __CFRunLoopRun + 832
    3 com.apple.CoreFoundation 0x907dd4ac CFRunLoopRunSpecific + 268
    4 com.apple.audio.CoreAudio 0x9145763c HALRunLoop::OwnThread(void*) + 264
    5 com.apple.audio.CoreAudio 0x914573dc CAPThread::Entry(CAPThread*) + 96
    6 libSystem.B.dylib 0x9002bd08 pthreadbody + 96
    Thread 8:
    0 libSystem.B.dylib 0x9002c3c8 semaphorewait_signaltrap + 8
    1 libSystem.B.dylib 0x90030eac pthreadcondwait + 480
    2 com.apple.Foundation 0x92bea30c -[NSConditionLock lockWhenCondition:] + 68
    3 com.apple.AppKit 0x9381d708 -[NSUIHeartBeat _heartBeatThread:] + 324
    4 com.apple.Foundation 0x92be31a0 forkThreadForFunction + 108
    5 libSystem.B.dylib 0x9002bd08 pthreadbody + 96
    Thread 9:
    0 libSystem.B.dylib 0x9002c3c8 semaphorewait_signaltrap + 8
    1 libSystem.B.dylib 0x90030eac pthreadcondwait + 480
    2 ...ple.CoreServices.CarbonCore 0x90bb091c MPEnterCriticalRegion + 236
    3 rmacore.shlb 0x1d0b7a3c 0x1cff0000 + 817724
    4 rmacore.shlb 0x1d0af1cc 0x1cff0000 + 782796
    5 rmacore.shlb 0x1d0af168 0x1cff0000 + 782696
    6 ...ple.CoreServices.CarbonCore 0x90bfe490 TimerThread + 288
    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 ...ple.CoreServices.CarbonCore 0x90c014cc MPWaitOnSemaphore + 184
    3 rmacore.shlb 0x1d0b70cc 0x1cff0000 + 815308
    4 rmacore.shlb 0x1d0f81e4 0x1cff0000 + 1081828
    5 ...ple.CoreServices.CarbonCore 0x90c34cd4 MPCFMTaskProc + 32
    6 ...ple.CoreServices.CarbonCore 0x90bc37b0 PrivateMPEntryPoint + 76
    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 ...ple.CoreServices.CarbonCore 0x90c014cc MPWaitOnSemaphore + 184
    3 rmacore.shlb 0x1d0b7648 0x1cff0000 + 816712
    4 rmacore.shlb 0x1d0b662c 0x1cff0000 + 812588
    5 ...ple.CoreServices.CarbonCore 0x90c34cd4 MPCFMTaskProc + 32
    6 ...ple.CoreServices.CarbonCore 0x90bc37b0 PrivateMPEntryPoint + 76
    7 libSystem.B.dylib 0x9002bd08 pthreadbody + 96
    Thread 12:
    0 libSystem.B.dylib 0x9002c3c8 semaphorewait_signaltrap + 8
    1 libSystem.B.dylib 0x90030eac pthreadcondwait + 480
    2 ...ple.CoreServices.CarbonCore 0x90c014cc MPWaitOnSemaphore + 184
    3 rmacore.shlb 0x1d0b70cc 0x1cff0000 + 815308
    4 rmacore.shlb 0x1d097988 0x1cff0000 + 686472
    5 ...ple.CoreServices.CarbonCore 0x90c34cd4 MPCFMTaskProc + 32
    6 ...ple.CoreServices.CarbonCore 0x90bc37b0 PrivateMPEntryPoint + 76
    7 libSystem.B.dylib 0x9002bd08 pthreadbody + 96
    Thread 13:
    0 libSystem.B.dylib 0x9002c3c8 semaphorewait_signaltrap + 8
    1 libSystem.B.dylib 0x90030eac pthreadcondwait + 480
    2 ...ple.CoreServices.CarbonCore 0x90c014cc MPWaitOnSemaphore + 184
    3 rmacore.shlb 0x1d0b70cc 0x1cff0000 + 815308
    4 rmacore.shlb 0x1d097df8 0x1cff0000 + 687608
    5 ...ple.CoreServices.CarbonCore 0x90c34cd4 MPCFMTaskProc + 32
    6 ...ple.CoreServices.CarbonCore 0x90bc37b0 PrivateMPEntryPoint + 76
    7 libSystem.B.dylib 0x9002bd08 pthreadbody + 96
    Thread 14:
    0 libSystem.B.dylib 0x900061ec syscall + 12
    1 com.apple.OpenTransport 0x9a7475a0 BSD_waitevent + 44
    2 com.apple.OpenTransport 0x9a74c360 CarbonSelectThreadFunc + 176
    3 libSystem.B.dylib 0x9002bd08 pthreadbody + 96
    Thread 15:
    0 libSystem.B.dylib 0x9002c3c8 semaphorewait_signaltrap + 8
    1 libSystem.B.dylib 0x90030eac pthreadcondwait + 480
    2 com.apple.OpenTransport 0x9a747e94 CarbonOperationThreadFunc + 80
    3 libSystem.B.dylib 0x9002bd08 pthreadbody + 96
    Thread 16:
    0 libSystem.B.dylib 0x9002c3c8 semaphorewait_signaltrap + 8
    1 libSystem.B.dylib 0x90030eac pthreadcondwait + 480
    2 com.apple.OpenTransport 0x9a757df0 CarbonInetOperThreadFunc + 80
    3 libSystem.B.dylib 0x9002bd08 pthreadbody + 96
    Thread 0 crashed with PPC Thread State 64:
    srr0: 0x0000000019398d24 srr1: 0x100000000000f030 vrsave: 0x00000000fff00000
    cr: 0x48022424 xer: 0x0000000020000000 lr: 0x0000000019398c38 ctr: 0x00000000194204c0
    r0: 0x0000000019398c38 r1: 0x00000000bfffdcd0 r2: 0x0000000009ea5000 r3: 0x0000000000000000
    r4: 0x000000000000002a r5: 0x0000000000000000 r6: 0x0000000000000000 r7: 0x00000000162be432
    r8: 0x0000000009eaa0c2 r9: 0x00000000bfffde60 r10: 0x000000001b90134d r11: 0x0000000028022422
    r12: 0x0000000009eabf34 r13: 0x0000000000000000 r14: 0x0000000000000001 r15: 0x0000000000000001
    r16: 0x0000000000000000 r17: 0x0000000000000000 r18: 0x0000000000014b07 r19: 0x0000000000000000
    r20: 0x000000001d190709 r21: 0x00000000a2bd53f0 r22: 0x0000000018867f18 r23: 0x00000000bfffdf40
    r24: 0x00000000bfffdf48 r25: 0x00000000bfffdf50 r26: 0x00000000bfffdf54 r27: 0x00000000104d8938
    r28: 0x00000000bfffdd54 r29: 0x0000000000000002 r30: 0x0000000009ea9f10 r31: 0x000000000bdc1c78
    Binary Images Description:
    0x1000 - 0xdcfff com.apple.Safari 2.0.4 (419.3) /Applications/Safari.app/Contents/MacOS/Safari
    0x1232000 - 0x1234fff com.apple.textencoding.unicode 2.0 /System/Library/TextEncodings/Unicode Encodings.bundle/Contents/MacOS/Unicode Encodings
    0x42f9ef0 - 0x42f9fb2 CFMPriv_QD PEF binary: CFMPriv_QD
    0x4faceb0 - 0x4facf62 CFMPriv_CoreFoundation PEF binary: CFMPriv_CoreFoundation
    0x4fdb950 - 0x4fdba0e CFMPriv_Print PEF binary: CFMPriv_Print
    0x5110030 - 0x5110100 CFMPriv_CarbonSound PEF binary: CFMPriv_CarbonSound
    0x5117d00 - 0x5117da3 CFMPriv_QuickTime PEF binary: CFMPriv_QuickTime
    0x517eac0 - 0x517eb75 CFMPriv_DVComponentGlue PEF binary: CFMPriv_DVComponentGlue
    0x51950e0 - 0x51951c2 CFMPriv_SpeechRecognition PEF binary: CFMPriv_SpeechRecognition
    0x519e3c0 - 0x519e496 CFMPriv_HTMLRendering PEF binary: CFMPriv_HTMLRendering
    0x625c000 - 0x625dfff com.apple.aoa.halplugin 2.5.6 (2.5.6b5) /System/Library/Extensions/IOAudioFamily.kext/Contents/PlugIns/AOAHALPlugin.bun dle/Contents/MacOS/AOAHALPlugin
    0x6342690 - 0x6342763 CFMPriv_CarbonCore PEF binary: CFMPriv_CarbonCore
    0x6349af0 - 0x6349bc7 CFMPriv_ColorSync PEF binary: CFMPriv_ColorSync
    0x635f4c0 - 0x635f58a CFMPriv_HIToolbox PEF binary: CFMPriv_HIToolbox
    0x6360590 - 0x6360675 CFMPriv_NavigationServices PEF binary: CFMPriv_NavigationServices
    0x636cc90 - 0x636cd5d CFMPriv_SecurityHI PEF binary: CFMPriv_SecurityHI
    0x63d4d70 - 0x63d4e35 CFMPriv_ATS PEF binary: CFMPriv_ATS
    0x63e4fe0 - 0x63e50c9 CFMPriv_SpeechSynthesis PEF binary: CFMPriv_SpeechSynthesis
    0x658f010 - 0x658f0e7 CFMPriv_PrintCore PEF binary: CFMPriv_PrintCore
    0x6596440 - 0x6596513 CFMPriv_CommonPanels PEF binary: CFMPriv_CommonPanels
    0x65ac4f0 - 0x65ac5ab CFMPriv_Help PEF binary: CFMPriv_Help
    0x65bcb00 - 0x65bcbda CFMPriv_HIServices PEF binary: CFMPriv_HIServices
    0x65ca6f0 - 0x65ca7d3 CFMPriv_FindByContent PEF binary: CFMPriv_FindByContent
    0x65cc500 - 0x65cc5e6 CFMPriv_LaunchServices PEF binary: CFMPriv_LaunchServices
    0x65d10e0 - 0x65d11b3 CFMPriv_OSServices PEF binary: CFMPriv_OSServices
    0x65d3350 - 0x65d3426 CFMPriv_OpenScripting PEF binary: CFMPriv_OpenScripting
    0x65ddcb0 - 0x65ddd72 CFMPriv_AE PEF binary: CFMPriv_AE
    0x65de260 - 0x65de2d7 CFMPriv_System PEF binary: CFMPriv_System
    0x65e1960 - 0x65e1a40 CFMPriv_LangAnalysis PEF binary: CFMPriv_LangAnalysis
    0x65e29c0 - 0x65e2a93 CFMPriv_ImageCapture PEF binary: CFMPriv_ImageCapture
    0x6b05000 - 0x6e19fff com.macromedia.Flash Player.plugin 9.0.28 (1.0.4f22) /Library/Internet Plug-Ins/Flash Player.plugin/Contents/MacOS/Flash Player
    0x8fe6000 - 0x8ff3fff com.apple.quicktime.webplugin 7.2 /Library/Internet Plug-Ins/QuickTime Plugin.webplugin/Contents/MacOS/QuickTime Plugin
    0x9182000 - 0x9184fff com.apple.PDFImporter 1.6 (???) /System/Library/Components/PDFImporter.component/Contents/MacOS/PDFImporter
    0x98ca000 - 0x98e3fff GLDriver /System/Library/Frameworks/OpenGL.framework/Versions/A/Resources/GLDriver.bundl e/GLDriver
    0x98e9000 - 0x9904fff GLRendererFloat /System/Library/Frameworks/OpenGL.framework/Versions/A/Resources/GLRendererFloa t.bundle/GLRendererFloat
    0x9f2b000 - 0x9f55fff com.apple.iSightAudio 7.2 /Library/Audio/Plug-Ins/HAL/iSightAudio.plugin/Contents/MacOS/iSightAudio
    0xa732000 - 0xa73c99f authmgr.shlb PEF binary: authmgr.shlb
    0xa998000 - 0xa9d1fff com.apple.audio.SoundManager.Components 3.9.1 /System/Library/Components/SoundManagerComponents.component/Contents/MacOS/Soun dManagerComponents
    0xab2f000 - 0xac3efff GLEngine /System/Library/Frameworks/OpenGL.framework/Resources/GLEngine.bundle/GLEngine
    0xaf45000 - 0xafaefff com.apple.AppleIntermediateCodec 1.0.1 (124) /Library/QuickTime/AppleIntermediateCodec.component/Contents/MacOS/AppleInterme diateCodec
    0xb808000 - 0xb8e6fff com.apple.audio.codecs.Components 1.4.9 /System/Library/Components/AudioCodecs.component/Contents/MacOS/AudioCodecs
    0xb8fc000 - 0xb975fff com.apple.applepixletvideo 1.2.5 (1.2d5) /System/Library/QuickTime/ApplePixletVideo.component/Contents/MacOS/ApplePixlet Video
    0xbee6000 - 0xc049fff com.apple.GeForceFXGLDriver 1.4.18 (4.1.8) /System/Library/Extensions/GeForceFXGLDriver.bundle/Contents/MacOS/GeForceFXGLD river
    0xc269000 - 0xc2717ef ramf.shlbsi` PEF binary: ramf.shlbsi`
    0xd9ac000 - 0xd9b89cb pnxres.shlbP PEF binary: pnxres.shlbP
    0xeeb9000 - 0xeec40e0 ramrendr.shlb PEF binary: ramrendr.shlb
    0x14401000 - 0x14414fdd xmlparse.shlb PEF binary: xmlparse.shlb
    0x1937c000 - 0x193aa8d4 <Unknown disk fragment> PEF binary: <Unknown disk fragment>
    0x193c6000 - 0x193e8dfb chinembed.shlb PEF binary: chinembed.shlb
    0x1940c000 - 0x1943840a pncrt.Shlb PEF binary: pncrt.Shlb
    0x195ef000 - 0x1961f1a1 rcaplmgr.shlb PEF binary: rcaplmgr.shlb
    0x19669000 - 0x196884d8 vsrlocal.shlb PEF binary: vsrlocal.shlb
    0x197d8000 - 0x197ebe23 memfsys.shlb PEF binary: memfsys.shlb
    0x19833000 - 0x1986dea2 objbrokr.shlb PEF binary: objbrokr.shlb
    0x19897000 - 0x198ab039 smplfsys.shlb PEF binary: smplfsys.shlb
    0x198fb000 - 0x199213f5 chui.shlb PEF binary: chui.shlb
    0x19be6000 - 0x19c3b54e rcaactor.shlb PEF binary: rcaactor.shlb
    0x19c89000 - 0x19cc67c2 pnvideo.shlb PEF binary: pnvideo.shlb
    0x19ea9000 - 0x19f0f8a0 rncolor.shlb PEF binary: rncolor.shlb
    0x1a280000 - 0x1a2a81b6 vsrcplin.shlb PEF binary: vsrcplin.shlb
    0x1a2eb000 - 0x1a31c980 httpfsys.shlb PEF binary: httpfsys.shlb
    0x1add5000 - 0x1ae243c7 CarbonLibpwpc PEF binary: CarbonLibpwpc
    0x1ae243d0 - 0x1ae3c6bd Apple;Carbon;Multimedia PEF binary: Apple;Carbon;Multimedia
    0x1ae3dc00 - 0x1ae3f98b Apple;Carbon;Networking PEF binary: Apple;Carbon;Networking
    0x1ba05000 - 0x1ba76509 uisystem.shlb PEF binary: uisystem.shlb
    0x1cf2b000 - 0x1cfc7ea4 imgrplin.shlb PEF binary: imgrplin.shlb
    0x1cff0000 - 0x1d14fd06 rmacore.shlb PEF binary: rmacore.shlb
    0x1d3c6000 - 0x1d481141 gemctrls.shlb PEF binary: gemctrls.shlb
    0x41340000 - 0x4137ffff com.apple.CoreMediaIOServicesPrivate 1.0 /System/Library/PrivateFrameworks/CoreMediaIOServicesPrivate.framework/Versions /A/CoreMediaIOServicesPrivate
    0x41410000 - 0x414affff com.apple.QuickTimeImporters.component 7.2 /System/Library/QuickTime/QuickTimeImporters.component/Contents/MacOS/QuickTime Importers
    0x41840000 - 0x41866fff com.apple.CoreMediaPrivate 1.0 /System/Library/PrivateFrameworks/CoreMediaPrivate.framework/Versions/A/CoreMed iaPrivate
    0x419b0000 - 0x419effff com.apple.QuickTimeFireWireDV.component 7.2 /System/Library/QuickTime/QuickTimeFirewireDV.component/Contents/MacOS/QuickTim eFireWireDV
    0x41a30000 - 0x41a35fff com.apple.CoreMediaAuthoringPrivate 1.0 /System/Library/PrivateFrameworks/CoreMediaAuthoringPrivate.framework/Versions/ A/CoreMediaAuthoringPrivate
    0x70000000 - 0x700fcfff com.apple.audio.units.Components 1.4.5 /System/Library/Components/CoreAudio.component/Contents/MacOS/CoreAudio
    0x8fe00000 - 0x8fe52fff dyld 46.12 /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.3 (???) /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.75 (???) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/CoreGraphics
    0x907bb000 - 0x90894fff com.apple.CoreFoundation 6.4.7 (368.28) /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
    0x908dd000 - 0x908ddfff com.apple.CoreServices 10.4 (???) /System/Library/Frameworks/CoreServices.framework/Versions/A/CoreServices
    0x908df000 - 0x909e1fff libicucore.A.dylib /usr/lib/libicucore.A.dylib
    0x90a3b000 - 0x90abffff libobjc.A.dylib /usr/lib/libobjc.A.dylib
    0x90ae9000 - 0x90b59fff com.apple.framework.IOKit 1.4 (???) /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit
    0x90b6f000 - 0x90b81fff libauto.dylib /usr/lib/libauto.dylib
    0x90b88000 - 0x90e5ffff com.apple.CoreServices.CarbonCore 681.15 /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CarbonC ore.framework/Versions/A/CarbonCore
    0x90ec5000 - 0x90f45fff com.apple.CoreServices.OSServices 4.1 /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/OSServi ces.framework/Versions/A/OSServices
    0x90f8f000 - 0x90fd1fff com.apple.CFNetwork 129.21 /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CFNetwo rk.framework/Versions/A/CFNetwork
    0x90fe6000 - 0x90ffefff com.apple.WebServices 1.1.2 (1.1.0) /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/WebServ icesCore.framework/Versions/A/WebServicesCore
    0x9100e000 - 0x9108ffff com.apple.SearchKit 1.0.5 /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SearchK it.framework/Versions/A/SearchKit
    0x910d5000 - 0x910fffff com.apple.Metadata 10.4.4 (121.36) /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Metadat a.framework/Versions/A/Metadata
    0x91110000 - 0x9111efff libz.1.dylib /usr/lib/libz.1.dylib
    0x91121000 - 0x912dcfff com.apple.security 4.6 (29770) /System/Library/Frameworks/Security.framework/Versions/A/Security
    0x913db000 - 0x913e4fff com.apple.DiskArbitration 2.1 /System/Library/Frameworks/DiskArbitration.framework/Versions/A/DiskArbitration
    0x913eb000 - 0x913f3fff libbsm.dylib /usr/lib/libbsm.dylib
    0x913f7000 - 0x9141ffff com.apple.SystemConfiguration 1.8.3 /System/Library/Frameworks/SystemConfiguration.framework/Versions/A/SystemConfi guration
    0x91432000 - 0x9143dfff libgcc_s.1.dylib /usr/lib/libgcc_s.1.dylib
    0x91442000 - 0x914bdfff com.apple.audio.CoreAudio 3.0.4 /System/Library/Frameworks/CoreAudio.framework/Versions/A/CoreAudio
    0x914fa000 - 0x914fafff com.apple.ApplicationServices 10.4 (???) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Application Services
    0x914fc000 - 0x91534fff com.apple.AE 1.5 (297) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ AE.framework/Versions/A/AE
    0x9154f000 - 0x91621fff com.apple.ColorSync 4.4.9 /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ColorSync.framework/Versions/A/ColorSync
    0x91674000 - 0x91705fff com.apple.print.framework.PrintCore 4.6 (177.13) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ PrintCore.framework/Versions/A/PrintCore
    0x9174c000 - 0x91803fff com.apple.QD 3.10.24 (???) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ QD.framework/Versions/A/QD
    0x91840000 - 0x9189efff com.apple.HIServices 1.5.3 (???) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ HIServices.framework/Versions/A/HIServices
    0x918cd000 - 0x918f1fff com.apple.LangAnalysis 1.6.1 /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ LangAnalysis.framework/Versions/A/LangAnalysis
    0x91905000 - 0x9192afff com.apple.FindByContent 1.5 /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ FindByContent.framework/Versions/A/FindByContent
    0x9193d000 - 0x9197ffff com.apple.LaunchServices 182 /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ LaunchServices.framework/Versions/A/LaunchServices
    0x9199b000 - 0x919affff com.apple.speech.synthesis.framework 3.3 /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ SpeechSynthesis.framework/Versions/A/SpeechSynthesis
    0x919bd000 - 0x91a03fff com.apple.ImageIO.framework 1.5.5 /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/ImageIO
    0x91a1a000 - 0x91ae1fff libcrypto.0.9.7.dylib /usr/lib/libcrypto.0.9.7.dylib
    0x91b2f000 - 0x91b44fff libcups.2.dylib /usr/lib/libcups.2.dylib
    0x91b49000 - 0x91b67fff libJPEG.dylib /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libJPEG.dylib
    0x91b6d000 - 0x91c24fff libJP2.dylib /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libJP2.dylib
    0x91c73000 - 0x91c77fff libGIF.dylib /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libGIF.dylib
    0x91c79000 - 0x91ce1fff libRaw.dylib /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libRaw.dylib
    0x91ce6000 - 0x91d23fff libTIFF.dylib /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libTIFF.dylib
    0x91d2a000 - 0x91d43fff libPng.dylib /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libPng.dylib
    0x91d48000 - 0x91d4bfff libRadiance.dylib /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libRadiance.dylib
    0x91d4d000 - 0x91e2bfff libxml2.2.dylib /usr/lib/libxml2.2.dylib
    0x91e4b000 - 0x91e4bfff com.apple.Accelerate 1.2.2 (Accelerate 1.2.2) /System/Library/Frameworks/Accelerate.framework/Versions/A/Accelerate
    0x91e4d000 - 0x91f32fff com.apple.vImage 2.4 /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vImage.fr amework/Versions/A/vImage
    0x91f3a000 - 0x91f59fff 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
    0x91fc5000 - 0x92033fff libvMisc.dylib /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libvMisc.dylib
    0x9203e000 - 0x920d3fff libvDSP.dylib /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libvDSP.dylib
    0x920ed000 - 0x92675fff libBLAS.dylib /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libBLAS.dylib
    0x926a8000 - 0x929d3fff libLAPACK.dylib /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libLAPACK.dylib
    0x92a03000 - 0x92af1fff libiconv.2.dylib /usr/lib/libiconv.2.dylib
    0x92af4000 - 0x92b7cfff com.apple.DesktopServices 1.3.6 /System/Library/PrivateFrameworks/DesktopServicesPriv.framework/Versions/A/Desk topServicesPriv
    0x92bbd000 - 0x92de8fff com.apple.Foundation 6.4.8 (567.29) /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation
    0x92f15000 - 0x92f33fff libGL.dylib /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib
    0x92f3e000 - 0x92f98fff libGLU.dylib /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLU.dylib
    0x92fb6000 - 0x92fb6fff com.apple.Carbon 10.4 (???) /System/Library/Frameworks/Carbon.framework/Versions/A/Carbon
    0x92fb8000 - 0x92fccfff com.apple.ImageCapture 3.0 /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/ImageCapture. framework/Versions/A/ImageCapture
    0x92fe4000 - 0x92ff4fff com.apple.speech.recognition.framework 3.4 /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SpeechRecogni tion.framework/Versions/A/SpeechRecognition
    0x93000000 - 0x93015fff com.apple.securityhi 2.0 (203) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SecurityHI.fr amework/Versions/A/SecurityHI
    0x93027000 - 0x930aefff com.apple.ink.framework 101.2 (69) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Ink.framework /Versions/A/Ink
    0x930c2000 - 0x930cdfff com.apple.help 1.0.3 (32) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Help.framewor k/Versions/A/Help
    0x930d7000 - 0x93104fff com.apple.openscripting 1.2.5 (???) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/OpenScripting .framework/Versions/A/OpenScripting
    0x9311e000 - 0x9312efff com.apple.print.framework.Print 5.0 (190.1) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Print.framewo rk/Versions/A/Print
    0x9313a000 - 0x931a0fff com.apple.htmlrendering 1.1.2 /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HTMLRendering .framework/Versions/A/HTMLRendering
    0x931d1000 - 0x93220fff com.apple.NavigationServices 3.4.4 (3.4.3) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/NavigationSer vices.framework/Versions/A/NavigationServices
    0x9324e000 - 0x9326bfff com.apple.audio.SoundManager 3.9 /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CarbonSound.f ramework/Versions/A/CarbonSound
    0x9327d000 - 0x9328afff com.apple.CommonPanels 1.2.2 (73) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CommonPanels. framework/Versions/A/CommonPanels
    0x93293000 - 0x935a1fff com.apple.HIToolbox 1.4.9 (???) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HIToolbox.fra mework/Versions/A/HIToolbox
    0x936f1000 - 0x936fdfff com.apple.opengl 1.4.7 /System/Library/Frameworks/OpenGL.framework/Versions/A/OpenGL
    0x93702000 - 0x93722fff com.apple.DirectoryService.Framework 3.1 /System/Library/Frameworks/DirectoryService.framework/Versions/A/DirectoryServi ce
    0x93776000 - 0x93776fff com.apple.Cocoa 6.4 (???) /System/Library/Frameworks/Cocoa.framework/Versions/A/Cocoa
    0x93778000 - 0x93dabfff com.apple.AppKit 6.4.7 (824.41) /System/Library/Frameworks/AppKit.framework/Versions/C/AppKit
    0x94138000 - 0x941aafff com.apple.CoreData 91 (92.1) /System/Library/Frameworks/CoreData.framework/Versions/A/CoreData
    0x941e3000 - 0x942a7fff com.apple.audio.toolbox.AudioToolbox 1.4.5 /System/Library/Frameworks/AudioToolbox.framework/Versions/A/AudioToolbox
    0x942f9000 - 0x942f9fff com.apple.audio.units.AudioUnit 1.4 /System/Library/Frameworks/AudioUnit.framework/Versions/A/AudioUnit
    0x942fb000 - 0x944bbfff com.apple.QuartzCore 1.4.12 /System/Library/Frameworks/QuartzCore.framework/Versions/A/QuartzCore
    0x94505000 - 0x94542fff libsqlite3.0.dylib /usr/lib/libsqlite3.0.dylib
    0x9454a000 - 0x9459afff libGLImage.dylib /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLImage.dyl ib
    0x945a3000 - 0x945bdfff com.apple.CoreVideo 1.4.1 /System/Library/Frameworks/CoreVideo.framework/Versions/A/CoreVideo
    0x945cd000 - 0x945edfff libmx.A.dylib /usr/lib/libmx.A.dylib
    0x9467b000 - 0x946b3fff com.apple.vmutils 4.0.0 (85) /System/Library/PrivateFrameworks/vmutils.framework/Versions/A/vmutils
    0x946f6000 - 0x94712fff com.apple.securityfoundation 2.2 (27710) /System/Library/Frameworks/SecurityFoundation.framework/Versions/A/SecurityFoun dation
    0x94726000 - 0x9476afff com.apple.securityinterface 2.2 (27692) /System/Library/Frameworks/SecurityInterface.framework/Versions/A/SecurityInter face
    0x9478e000 - 0x9479dfff libCGATS.A.dylib /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libCGATS.A.dylib
    0x947a5000 - 0x947b1fff libCSync.A.dylib /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libCSync.A.dylib
    0x947f7000 - 0x9480ffff libRIP.A.dylib /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libRIP.A.dylib
    0x94816000 - 0x94b35fff com.apple.QuickTime 7.2.0 /System/Library/Frameworks/QuickTime.framework/Versions/A/QuickTime
    0x94c19000 - 0x94c8afff libstdc++.6.dylib /usr/lib/libstdc++.6.dylib
    0x94dff000 - 0x94f2ffff com.apple.AddressBook.framework 4.0.5 (487) /System/Library/Frameworks/AddressBook.framework/Versions/A/AddressBook
    0x94fc1000 - 0x94fd0fff com.apple.DSObjCWrappers.Framework 1.1 /System/Library/PrivateFrameworks/DSObjCWrappers.framework/Versions/A/DSObjCWra ppers
    0x94fd8000 - 0x95005fff com.apple.LDAPFramework 1.4.1 (69.0.1) /System/Library/Frameworks/LDAP.framework/Versions/A/LDAP
    0x9500c000 - 0x9501cfff libsasl2.2.dylib /usr/lib/libsasl2.2.dylib
    0x95020000 - 0x9504ffff libssl.0.9.7.dylib /usr/lib/libssl.0.9.7.dylib
    0x9505f000 - 0x9507cfff libresolv.9.dylib /usr/lib/libresolv.9.dylib
    0x95795000 - 0x95823fff com.apple.WebKit 419.3 /System/Library/Frameworks/WebKit.framework/Versions/A/WebKit
    0x9587f000 - 0x95914fff com.apple.JavaScriptCore 1.2 (418.6.1) /System/Library/Frameworks/WebKit.framework/Versions/A/Frameworks/JavaScriptCor e.framework/Versions/A/JavaScriptCore
    0x95951000 - 0x95c5efff com.apple.WebCore 418.23 /System/Library/Frameworks/WebKit.framework/Versions/A/Frameworks/WebCore.frame work/Versions/A/WebCore
    0x95de7000 - 0x95e10fff libxslt.1.dylib /usr/lib/libxslt.1.dylib
    0x95fa0000 - 0x96021fff com.apple.QTKit 7.2 /System/Library/Frameworks/QTKit.framework/Versions/A/QTKit
    0x96613000 - 0x96629fff libJapaneseConverter.dylib /System/Library/CoreServices/Encodings/libJapaneseConverter.dylib
    0x97042000 - 0x97061fff com.apple.vecLib 3.2.2 (vecLib 3.2.2) /System/Library/Frameworks/vecLib.framework/Versions/A/vecLib
    0x97778000 - 0x97839fff libGLProgrammability.dylib /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLProgramma bility.dylib
    0x97864000 - 0x97865fff libGLSystem.dylib /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLSystem.dy lib
    0x97867000 - 0x97874fff com.apple.agl 2.5.6 (AGL-2.5.6) /System/Library/Frameworks/AGL.framework/Versions/A/AGL
    0x98c9e000 - 0x99864fff com.apple.QuickTimeComponents.component 7.2 /System/Library/QuickTime/QuickTimeComponents.component/Contents/MacOS/QuickTim eComponents
    0x99abd000 - 0x99ac1fff com.apple.QuickTimeH264.component 7.2 /System/Library/QuickTime/QuickTimeH264.component/Contents/MacOS/QuickTimeH264
    0x99ac3000 - 0x99bd2fff QuickTimeH264.altivec /System/Library/QuickTime/QuickTimeH264.component/Contents/Resources/QuickTimeH 264.altivec
    0x99d49000 - 0x99e16fff com.apple.QuickTimeMPEG4.component 7.2 /System/Library/QuickTime/QuickTimeMPEG4.component/Contents/MacOS/QuickTimeMPEG 4
    0x99e34000 - 0x99fa2fff com.apple.QuickTimeStreaming.component 7.2 /System/Library/QuickTime/QuickTimeStreaming.component/Contents/MacOS/QuickTime Streaming
    0x9a59b000 - 0x9a5c6fff com.apple.QuickTime Plugin.plugin 7.2 /Library/Internet Plug-Ins/QuickTime Plugin.plugin/Contents/MacOS/QuickTime Plugin
    0x9a745000 - 0x9a763fff com.apple.OpenTransport 2.0 /System/Library/PrivateFrameworks/OpenTransport.framework/OpenTransport
    0x9a7de000 - 0x9a7dffff com.apple.iokit.dvcomponentglue 1.7.9 /System/Library/Frameworks/DVComponentGlue.framework/Versions/A/DVComponentGlue
    0x9a8e1000 - 0x9a917fff com.apple.Syndication 1.0.6 (54) /System/Library/PrivateFrameworks/Syndication.framework/Versions/A/Syndication
    0x9a934000 - 0x9a946fff com.apple.SyndicationUI 1.0.6 (54) /System/Library/PrivateFrameworks/SyndicationUI.framework/Versions/A/Syndicatio nUI

  • Photoshop CS4 crashes everytime I close the program

    Although Photoshop CS4 is running fine on my 2008 Imac 2.8 ghz, when I close the program it crashes, before I reinstall it, is there anything I can do to hopefully fix the issue?
    Of note here: I have some Onone software plug ins installed, its weird that Onone shows up twice in the toolbar? Should only be one there.

    If none of the above works (all excellent suggestions) try looking for a corrupted saved workspace. That's known to generate a crash message upon quitting Photoshop.
    Naturally, this assumes you have tried trashing preferences to no avail.

  • [Solved] KDE desktop crashed when i close the flash music player

    My desktop is kde  4.7.3-1, and the kernel is linux-3.1.4-1.
    Just as the Title, those days everytime when I close the flash music player"http://player.mbox.sogou.com/player" in firefox, my desktop crashed, and my desktop panel disapeared for a while. Several seconds later the desktop recovered. I have no idea what caused the problem. Does anyone have the same problem? Or who have idea what have to do with it?
    Any idea is helpful! Thank you in advance!
    Last edited by speeds (2011-12-10 12:52:53)

    Just out of interest, why the old KDE?
    You may get more info if you start firefox from the command line and reproduce the crash.

  • BLOB access in servlet crash.. HELP !!!

    Linux Mandrake 7.02 / Sun SDK 1.2.2 SE / Tomcat 3.1 / Oracle 8.0.5 / JDBC 1.2.X
    I've got a table which have a LOB column.
    I want to retrieve this LOB.
    When I do it in a java program, all is well, I get the image in the LOB.
    When I put the code in a servlet (ran in Tomcat), Oracle crash with error :
    ORA-03115: unsupported network datatype or representation
    I checked CLASSPATH for the two runs, all seems ok ...
    I don't understand the meaning of this error
    Please HELP !!!

    [http://forums.sun.com/thread.jspa?threadID=5350426]
    Crossposting without notification is very rude. Please stick to one topic.

  • Servlet Crashing in IE 6

    I have had a problem displaying servlet pages in IE 6. Most of the time the pages display fine but occasionaly long pages will crash and I will get a "Page Cananot Be Displayed" html error. If i keep trying to display the same page it will mostly continue to crash but ocasionaly it will display properly. I switched to a Netscape 4.7 browser and it worked perfectly each time. However, I was unable to print the displayed page because I do not cach the pages. I upgraded Netscape to 6.2 and it worked fine, displaying pages and allowed me to print. Obviously IE processes html pages diferntly than Netscape, does anyone understand these difernces. I have a controled enviorment here and can force users to use Netscape, but that will not work on interner applications. How can I get these page to display consistantly in IE.
    Thanks

    How long are the pages that crash? Are they very long?
    Couldn't you look at splitting up the pages with links between them, rather like these forums, or google search results?

  • Flash CC Crashes on File -- Close

    Hello,
    I recently upgrade from Flash CS to Flash CC and now, everytime I try to close a document I am working on --
    Flash CC crashes completely and I have to restart.
    This happens EVERY time I open, edit, save and close an .fla file.
    Also -- if I try to paste in a resource ( such as a full menu ) that is intended to replace the already existing one in the current file,
    I get the expected dialog:
    "One or more library items already exist in the document...
         * Don't Replace
         * Replace
         * Put Duplicate
    [ OK ] [ Cancel ]"
    Selecting the 2nd "Replace" Option -- it still simply adds a duplicate copy of the resource anyway.
    See images...
    http://thecloudpool.net/Assets/Adobe-CC-Issues/
    As with Dreamweaver -- which is now completely useless as a code editor,
    it looks like I will have to downgrade Flash back to CS6 in order to get any work done.
    XIMBALO

    Can you ensure that Flash Pro CC is updated to 13.0.1.808 from your Help->About Flash dialog.
    This issue on Windows was fixed in the update 1: http://blogs.adobe.com/flashpro/2013/08/20/flash-pro-cc-update-1/
    -Sujai

Maybe you are looking for

  • Auto-Save Option pleaseee

    Please we need an autosave daemon or similar, so the work can be saved in case of tragedy. Photoshop crashes from time to time and if you forgot to save it's so frustrating... I've just lost 2 hours of hard work and it's not my first time.. Hope you

  • Query to retrieve the number of transactions done in every 1 hour for last

    Hi, Could anyone help in writing a query to retrieve the number of transactions done in every 1 hour for last month. Case: I/P Cases Timestamp1 case1 01-01-2008 00:00:01 case2 01-01-2008 00:01:01 case3 01-01-2008 01:00:01 case1 01-01-2008 01:02:01 ca

  • How to set focus on MessageTextInput after clicking submit button

    Hi All, I have submit button and MessageTextInput, by clicking submit button i have to focus on MessageTextInput control. can any one tell me how to do this? Thanks Laukik Pachanekar

  • Missing out on features with bridge?

    Hello, I've got a Time Capsule setup in bridge mode, working alongside my Billion Wifi Router from my ISP. I was quite lucky *touch wood* when I got it, it seemed to just set itself up and automatically synced with the Billion. The billion router is

  • How many AP supported in each branch office-Flex7500

                       Hi, From the document, it said only 50 AP supported in each branch for 7500. My case is the HQ has about 100 AP and other BO has less than 10 for each. I am planning to deploy 7500 in the DC and all the AP are in flexconnect mode.