Animation causing Java to crash and I don't know why??

I have spent all day scratching my head and recoding the splash screen to my application in an attempt to get my animation to run, but at 2.15 in the morning I have given up and admit I need help!
Below is my code and the error I get when I run it. Would be extremely greatful if someone could point me in the right direction as I just can't see what I'm doing wrong!!
import java.awt.*;
import java.awt.event.*;
import javax.swing.*;
public class Animation extends JPanel implements ActionListener
private ImageIcon iiImages[];
private int TotalImages;
private int CurrentImage;
private int AnimationDelay;
private Timer AnimationTimer;
public Animation()
this.setLayout( null );
this.setBounds( 5, 5, 700, 700 );
TotalImages = 38;
CurrentImage = 0;
AnimationDelay = 50;
initialiseArray();
public void initialiseArray()
iiImages = new ImageIcon[ TotalImages ];
for( int i = 0; i < iiImages.length; i ++ )
iiImages[ i ] = new ImageIcon( "C:/PANTS/Images/pants" + i + ".kdd" );
public void paintComponent( Graphics g )
super.paintComponent( g );
if ( iiImages[ CurrentImage ].getImageLoadStatus() == MediaTracker.COMPLETE )
iiImages[ CurrentImage ].paintIcon( this, g, 0, 0 );
CurrentImage = ( CurrentImage + 1 ) % TotalImages;
     if ( CurrentImage == TotalImages - 1 )
     stopAnimation();
public void startAnimation()
if ( AnimationTimer == null )
CurrentImage = 0;
AnimationTimer = new Timer( AnimationDelay, this );
AnimationTimer.start();
else if( ! AnimationTimer.isRunning() )
AnimationTimer.restart();
public void stopAnimation()
AnimationTimer.stop();
public void actionPerformed( ActionEvent e )
repaint();
Exception in thread "Image Fetcher 0" java.lang.OutOfMemoryError: Java heap space
     at java.awt.image.DataBufferInt.<init>(DataBufferInt.java:41)
     at java.awt.image.Raster.createPackedRaster(Raster.java:458)
     at java.awt.image.DirectColorModel.createCompatibleWritableRaster(DirectColorModel.java:1015)
     at sun.awt.image.ImageRepresentation.createBufferedImage(ImageRepresentation.java:235)
     at sun.awt.image.ImageRepresentation.setPixels(ImageRepresentation.java:487)
     at sun.awt.image.ImageDecoder.setPixels(ImageDecoder.java:120)
     at sun.awt.image.JPEGImageDecoder.sendPixels(JPEGImageDecoder.java:97)
     at sun.awt.image.JPEGImageDecoder.readImage(Native Method)
     at sun.awt.image.JPEGImageDecoder.produceImage(JPEGImageDecoder.java:119)
     at sun.awt.image.InputStreamImageSource.doFetch(InputStreamImageSource.java:246)
     at sun.awt.image.ImageFetcher.fetchloop(ImageFetcher.java:172)
     at sun.awt.image.ImageFetcher.run(ImageFetcher.java:136)
Exception in thread "Image Fetcher 1" java.lang.OutOfMemoryError: Java heap space
     at java.awt.image.DataBufferInt.<init>(DataBufferInt.java:41)
     at java.awt.image.Raster.createPackedRaster(Raster.java:458)
     at java.awt.image.DirectColorModel.createCompatibleWritableRaster(DirectColorModel.java:1015)
     at sun.awt.image.ImageRepresentation.createBufferedImage(ImageRepresentation.java:235)
     at sun.awt.image.ImageRepresentation.setPixels(ImageRepresentation.java:487)
     at sun.awt.image.ImageDecoder.setPixels(ImageDecoder.java:120)
     at sun.awt.image.JPEGImageDecoder.sendPixels(JPEGImageDecoder.java:97)
     at sun.awt.image.JPEGImageDecoder.readImage(Native Method)
     at sun.awt.image.JPEGImageDecoder.produceImage(JPEGImageDecoder.java:119)
     at sun.awt.image.InputStreamImageSource.doFetch(InputStreamImageSource.java:246)
     at sun.awt.image.ImageFetcher.fetchloop(ImageFetcher.java:172)
     at sun.awt.image.ImageFetcher.run(ImageFetcher.java:136)
Interactive Session Ended

Hi and thanks for the continued support,
I have looked at the page you linked to and run this command from the command prompt:
java -agentlib:hprof=heap=all,file=info.txt classname
Unfortunaltey (as I'm sure you have guessed) this is well out of my area of expertise and the resulting log is absoluty massive 6.5Meg in fact
Can you tell me which sections are relivant, or is there a way to upload the log for people to look at. Also does anyone who understands this command know if I have chosen the right switches?
The only other information I can give you is the class extends JPanel and is added to a JTabbedPane @ index 0. The animation sequence is called as soon s the app loads and again whenever the tab is selected by means of a changelistener which calls the class startAnimation.
Can any one test my code for themselves, I have found with 43 x 67kb JPEG images it crashes, but with 43 x 40kb images all is fine.
Either way, thanks for the help thus far, but without detailed instructions and more support form you guys, my knowlege is not such that I can determine the solution from the information outputted by the command above,
Kris

Similar Messages

  • My MBP continually crashes and I don't know why. Please help me!

    After two years of use I finally added more ram memory to my MBP (http://www.amazon.com/gp/product/B00505EZYM) going from 4GB to 8GB. Later I ran a scan using Mackeeper and removed 3.4gb of junk files.
    Since then my MBP crashes (with a transluscent black screen dropping down telling me to restart) or it'll freeze, my internet browser (Chrome) has trouble displaying pages and my software programs will suddenly crash out. I have no idea what's going on but these crashes have been happening on a daily basis since I installed the ram/ran the scan. Here's the latest report I received upon booting up.
    I have no idea how to read these things, so can anyone help me?
    Interval Since Last Panic Report:  113371 sec
    Panics Since Last Report:          2
    Anonymous UUID:                    51660000-A33E-45D0-8EB9-79BE908CD731
    Fri Aug 19 16:16:18 2011
    panic(cpu 0 caller 0x2abf6a): Kernel trap at 0x00270ac0, type 14=page fault, registers:
    CR0: 0x80010033, CR2: 0x00000008, CR3: 0x2dd49000, CR4: 0x00000660
    EAX: 0x00000000, EBX: 0x00000078, ECX: 0x09000000, EDX: 0x00870b38
    CR2: 0x00000008, EBP: 0x7a0ab958, ESI: 0x16f201f4, EDI: 0x0086a374
    EFL: 0x00010202, EIP: 0x00270ac0, CS:  0x00000008, DS:  0x0bf00010
    Error code: 0x00000000
    Backtrace (CPU 0), Frame : Return Address (4 potential args on stack)
    0x7a0ab738 : 0x21b837 (0x5dd7fc 0x7a0ab76c 0x223ce1 0x0)
    0x7a0ab788 : 0x2abf6a (0x59e3d0 0x270ac0 0xe 0x59e59a)
    0x7a0ab868 : 0x2a1a78 (0x7a0ab880 0x246 0x7a0ab958 0x270ac0)
    0x7a0ab878 : 0x270ac0 (0xe 0x48 0x7a0a0070 0x10)
    0x7a0ab958 : 0x4aa011 (0x16f201f4 0x0 0x0 0x7a0ab98c)
    0x7a0ab9a8 : 0x2e38cc (0x243 0x0 0x0 0x0)
    0x7a0aba18 : 0x422b37 (0x0 0x34 0x7a0aba8c 0x16f54c34)
    0x7a0abad8 : 0x42a3e9 (0xc0e5004 0x16f59b2c 0x7a0abf38 0x7a0abc18)
    0x7a0abc48 : 0x2fd320 (0x7a0abc68 0x3 0x7a0abc98 0x58a38c)
    0x7a0abc98 : 0x2dac58 (0x16f59b2c 0x7a0abe24 0x7a0abf38 0x117502f4)
    0x7a0abd28 : 0x2dba8a (0x7a0abe0c 0x100 0x7a0abe2c 0x0)
    0x7a0abde8 : 0x2cbaa2 (0x7a0abe0c 0x117502f4 0x0 0x46fb8f)
    0x7a0abf78 : 0x4f82fb (0xe1e7000 0x1174c8c8 0x11750234 0x0)
    0x7a0abfc8 : 0x2a251d (0x1174c8c4 0x7fff 0x10 0x1174c8c4)
    BSD process name corresponding to current thread: Finder
    Mac OS version:
    10K549
    Kernel version:
    Darwin Kernel Version 10.8.0: Tue Jun  7 16:33:36 PDT 2011; root:xnu-1504.15.3~1/RELEASE_I386
    System model name: MacBookPro5,4 (Mac-F22587A1)
    System uptime in nanoseconds: 5151843978670
    unloaded kexts:
    com.apple.driver.AppleFileSystemDriver          2.0 (addr 0x7a76d000, size 0x12288) - last unloaded 115915460448
    loaded kexts:
    com.kaspersky.kext.kimul.37          37 - last loaded 55892568854
    xxx.qnation.PeerGuardian          1.1.11
    com.paceap.kext.pacesupport.snowleopard          5.7.2b8
    com.Cycling74.driver.Soundflower          1.5.1
    com.kaspersky.kext.klif          2.2.0d14
    com.digidesign.iokit.DigiIO          8.0.3f1
    com.digidesign.iokit.DigiDal          8.0.3f1
    com.avid.driver.Avid_SCSI          1.2.0
    com.apple.driver.AppleHWSensor          1.9.3d0
    com.apple.filesystems.autofs          2.1.0
    com.apple.driver.AGPM          100.12.31
    com.apple.driver.AppleMikeyHIDDriver          1.2.0
    com.apple.driver.AppleMikeyDriver          2.0.5f14
    com.apple.driver.AudioAUUC          1.57
    com.apple.driver.AppleUpstreamUserClient          3.5.7
    com.apple.driver.AppleIntelPenrynProfile          17
    com.apple.driver.AppleHDA          2.0.5f14
    com.apple.driver.AppleMCCSControl          1.0.20
    com.apple.driver.AudioIPCDriver          1.1.6
    com.apple.nvenet          2.0.17
    com.apple.driver.ACPI_SMC_PlatformPlugin          4.7.0a1
    com.apple.driver.AppleLPC          1.5.1
    com.apple.driver.AppleBacklight          170.0.46
    com.apple.kext.AppleSMCLMU          1.5.2d10
    com.apple.driver.SMCMotionSensor          3.0.1d2
    com.apple.driver.AirPortBrcm43224          428.42.4
    com.apple.GeForce          6.3.6
    com.apple.driver.AppleUSBTCButtons          201.6
    com.apple.driver.AppleUSBTCKeyboard          201.6
    com.apple.driver.AppleIRController          303.8
    com.apple.driver.Oxford_Semi          2.6.1
    com.apple.driver.AppleUSBCardReader          2.6.1
    com.apple.iokit.SCSITaskUserClient          2.6.8
    com.apple.iokit.IOAHCIBlockStorage          1.6.4
    com.apple.driver.AppleFWOHCI          4.7.3
    com.apple.BootCache          31.1
    com.apple.AppleFSCompression.AppleFSCompressionTypeZlib          1.0.0d1
    com.apple.driver.AppleUSBHub          4.2.4
    com.apple.driver.AppleUSBOHCI          4.2.0
    com.apple.driver.AppleAHCIPort          2.1.7
    com.apple.driver.AppleUSBEHCI          4.2.4
    com.apple.driver.AppleSmartBatteryManager          160.0.0
    com.apple.driver.AppleRTC          1.3.1
    com.apple.driver.AppleHPET          1.5
    com.apple.driver.AppleEFINVRAM          1.4.0
    com.apple.driver.AppleACPIButtons          1.3.6
    com.apple.driver.AppleSMBIOS          1.7
    com.apple.driver.AppleACPIEC          1.3.6
    com.apple.driver.AppleAPIC          1.4
    com.apple.driver.AppleIntelCPUPowerManagementClient          142.6.0
    com.apple.security.sandbox          1
    com.apple.security.quarantine          0
    com.apple.nke.applicationfirewall          2.1.12
    com.apple.driver.AppleIntelCPUPowerManagement          142.6.0
    com.apple.driver.AppleProfileReadCounterAction          17
    com.apple.driver.AppleProfileTimestampAction          10
    com.apple.driver.AppleProfileThreadInfoAction          14
    com.apple.driver.AppleProfileRegisterStateAction          10
    com.apple.driver.AppleProfileKEventAction          10
    com.apple.driver.AppleProfileCallstackAction          20
    com.apple.iokit.IOSurface          74.2
    com.apple.iokit.IOBluetoothSerialManager          2.4.5f3
    com.apple.iokit.IOSerialFamily          10.0.3
    com.apple.driver.DspFuncLib          2.0.5f14
    com.apple.driver.AppleSMBusController          1.0.10d0
    com.apple.driver.AppleHDAController          2.0.5f14
    com.apple.iokit.IOHDAFamily          2.0.5f14
    com.apple.driver.IOPlatformPluginFamily          4.7.0a1
    com.apple.driver.AppleSMBusPCI          1.0.10d0
    com.apple.nvidia.nv50hal          6.3.6
    com.apple.iokit.IOFireWireIP          2.0.3
    com.apple.iokit.IO80211Family          320.1
    com.apple.iokit.IONetworkingFamily          1.10
    com.apple.driver.NVSMU          2.2.7
    com.apple.driver.AppleUSBAudio          2.7.6f6
    com.apple.iokit.IOAudioFamily          1.8.3fc2
    com.apple.kext.OSvKernDSPLib          1.3
    com.apple.driver.AppleSMC          3.1.0d5
    com.apple.iokit.AppleProfileFamily          41
    com.apple.driver.AppleBacklightExpert          1.0.1
    com.apple.NVDAResman          6.3.6
    com.apple.iokit.IONDRVSupport          2.2
    com.apple.iokit.IOGraphicsFamily          2.2
    com.apple.driver.BroadcomUSBBluetoothHCIController          2.4.5f3
    com.apple.driver.AppleUSBBluetoothHCIController          2.4.5f3
    com.apple.iokit.IOBluetoothFamily          2.4.5f3
    com.apple.driver.AppleUSBMultitouch          207.7
    com.apple.iokit.IOUSBHIDDriver          4.2.0
    com.apple.iokit.IOFireWireSerialBusProtocolTransport          2.1.0
    com.apple.iokit.IOFireWireSBP2          4.0.6
    com.apple.iokit.IOUSBMassStorageClass          2.6.7
    com.apple.iokit.IOSCSIBlockCommandsDevice          2.6.8
    com.apple.driver.AppleUSBMergeNub          4.2.4
    com.apple.driver.AppleUSBComposite          3.9.0
    com.apple.iokit.IOSCSIMultimediaCommandsDevice          2.6.8
    com.apple.iokit.IOBDStorageFamily          1.6
    com.apple.iokit.IODVDStorageFamily          1.6
    com.apple.iokit.IOCDStorageFamily          1.6.1
    com.apple.iokit.IOAHCISerialATAPI          1.2.6
    com.apple.iokit.IOSCSIArchitectureModelFamily          2.6.8
    com.apple.driver.XsanFilter          402.1
    com.apple.iokit.IOFireWireFamily          4.2.6
    com.apple.iokit.IOUSBUserClient          4.2.4
    com.apple.iokit.IOAHCIFamily          2.0.6
    com.apple.iokit.IOUSBFamily          4.2.4
    com.apple.driver.AppleEFIRuntime          1.4.0
    com.apple.iokit.IOHIDFamily          1.6.6
    com.apple.iokit.IOSMBusFamily          1.1
    com.apple.security.TMSafetyNet          6
    com.apple.kext.AppleMatch          1.0.0d1
    com.apple.driver.DiskImages          289
    com.apple.iokit.IOStorageFamily          1.6.3
    com.apple.driver.AppleACPIPlatform          1.3.6
    com.apple.iokit.IOPCIFamily          2.6.5
    com.apple.iokit.IOACPIFamily          1.3.0
    Model: MacBookPro5,4, BootROM MBP53.00AC.B03, 2 processors, Intel Core 2 Duo, 2.53 GHz, 8 GB, SMC 1.49f2
    Graphics: NVIDIA GeForce 9400M, NVIDIA GeForce 9400M, PCI, 256 MB
    Memory Module: global_name
    AirPort: spairport_wireless_card_type_airport_extreme (0x14E4, 0x8D), Broadcom BCM43xx 1.0 (5.10.131.42.4)
    Bluetooth: Version 2.4.5f3, 2 service, 19 devices, 1 incoming serial ports
    Network Service: Ethernet, Ethernet, en0
    Serial ATA Device: FUJITSU MJA2320BH FFS G1, 298.09 GB
    Serial ATA Device: MATSHITADVD-R   UJ-868
    USB Device: Built-in iSight, 0x05ac  (Apple Inc.), 0x8507, 0x24400000 / 2
    USB Device: Internal Memory Card Reader, 0x05ac  (Apple Inc.), 0x8403, 0x26500000 / 2
    USB Device: USB Sound Device, 0x0d8c  (C-MEDIA ELECTRONICS INC.), 0x0103, 0x06200000 / 3
    USB Device: BRCM2046 Hub, 0x0a5c  (Broadcom Corp.), 0x4500, 0x06100000 / 2
    USB Device: Bluetooth USB Host Controller, 0x05ac  (Apple Inc.), 0x8213, 0x06110000 / 6
    USB Device: Apple Internal Keyboard / Trackpad, 0x05ac  (Apple Inc.), 0x0236, 0x04600000 / 4
    USB Device: IR Receiver, 0x05ac  (Apple Inc.), 0x8242, 0x04500000 / 3
    USB Device: PTK-440, 0x056a  (WACOM Co., Ltd.), 0x00b8, 0x04100000 / 2
    FireWire Device: OEM ATA Device 00, G-TECH, Up to 800 Mb/sec

    From this:
    com.kaspersky.kext.kimul.37          37 - last loaded 55892568854
    xxx.qnation.PeerGuardian          1.1.11
    com.paceap.kext.pacesupport.snowleopard          5.7.2b8
    com.Cycling74.driver.Soundflower          1.5.1
    com.kaspersky.kext.klif          2.2.0d14
    com.digidesign.iokit.DigiIO          8.0.3f1
    com.digidesign.iokit.DigiDal          8.0.3f1
    com.avid.driver.Avid_SCSI          1.2.0
    It looks like you have several products that might be a cause (Kapersky....). Make sure ALL your 3rd party apps are up to date. Or disable them.
    Try booting with SHIFT KEY held down (to go into safe boot mode). If no crashes during this, then it is likely software.
    I would also run AHT with memory test on the new ram. Ram can go bad, and since I don't know how you installed it (ESD safety...), I can't determine if it is the module, or parity (if you have two, 4GB SODIMMs of different manufacturers and one has parity issue, it can cause problems).

  • ITunes 7.0.2 Crashes, and I don't know why

    This just started happening about 5 days ago. Whenever iTunes switches songs or I cycle through songs really quickly, iTunes crashes immediately. I have no idea why. I've removed all third-party codecs, plugins, etc. and I'm still getting the problem. Here's the latest error log if it helps:
    Date/Time: 2006-11-01 23:03:39.105 -0500
    OS Version: 10.4.8 (Build 8L2127)
    Report Version: 4
    Command: iTunes
    Path: /Applications/iTunes.app/Contents/MacOS/iTunes
    Parent: WindowServer [57]
    Version: 7.0.1 (7.0.1)
    Build Version: 3
    Project Name: iTunes
    Source Version: 7010701
    PID: 252
    Thread: 0
    Exception: EXCBADACCESS (0x0001)
    Codes: KERNINVALIDADDRESS (0x0001) at 0x5887af0f
    Thread 0 Crashed:
    0 com.apple.iTunes 0x000a05a9 0x1000 + 652713
    1 com.apple.iTunes 0x001a97d5 0x1000 + 1738709
    2 com.apple.iTunes 0x000abf09 0x1000 + 700169
    3 com.apple.iTunes 0x00329132 0x1000 + 3309874
    4 com.apple.iTunes 0x0032f813 0x1000 + 3336211
    5 com.apple.iTunes 0x00336607 0x1000 + 3364359
    6 com.apple.HIToolbox 0x92dc686b DispatchEventToHandlers(EventTargetRec*, OpaqueEventRef*, HandlerCallRec*) + 1093
    7 com.apple.HIToolbox 0x92dc5f10 SendEventToEventTargetInternal(OpaqueEventRef*, OpaqueEventTargetRef*, HandlerCallRec*) + 304
    8 com.apple.HIToolbox 0x92dc5dd5 SendEventToEventTargetWithOptions + 55
    9 com.apple.HIToolbox 0x92df3148 HIView::SendDraw(short, OpaqueGrafPtr*, __HIShape const*, CGContext*) + 466
    10 com.apple.HIToolbox 0x92f692f8 HIView::RecursiveDrawComposited(__HIShape const*, unsigned long, HIView*, CGContext*, unsigned char) + 874
    11 com.apple.HIToolbox 0x92f6948a HIView::RecursiveDrawComposited(__HIShape const*, unsigned long, HIView*, CGContext*, unsigned char) + 1276
    12 com.apple.HIToolbox 0x92f6948a HIView::RecursiveDrawComposited(__HIShape const*, unsigned long, HIView*, CGContext*, unsigned char) + 1276
    13 com.apple.HIToolbox 0x92f69c7d HIView::DrawComposited(short, OpaqueGrafPtr*, __HIShape const*, unsigned long, HIView*, CGContext*) + 601
    14 com.apple.HIToolbox 0x92df2bb1 HIView::Draw(short, OpaqueGrafPtr*, unsigned long) + 75
    15 com.apple.HIToolbox 0x92df2b0d HIView::Render(unsigned long, CGContext*) + 45
    16 com.apple.HIToolbox 0x93079bbf FlushWindowObject(WindowData*, void**, unsigned char) + 581
    17 com.apple.HIToolbox 0x92de4771 FlushAllBuffers(__CFRunLoopObserver*, CFRunLoopActivity, void*) + 167
    18 com.apple.CoreFoundation 0x90829dae __CFRunLoopDoObservers + 342
    19 com.apple.CoreFoundation 0x90829121 CFRunLoopRunSpecific + 1548
    20 com.apple.CoreFoundation 0x90828b0e CFRunLoopRunInMode + 61
    21 com.apple.HIToolbox 0x92dc7bef RunCurrentEventLoopInMode + 285
    22 com.apple.HIToolbox 0x92ebc9ca GetNextEventMatchingMask + 419
    23 com.apple.HIToolbox 0x92ebc6ae WNEInternal + 147
    24 com.apple.HIToolbox 0x92ebc5fd WaitNextEvent + 58
    25 com.apple.iTunes 0x0019be2e 0x1000 + 1682990
    26 com.apple.iTunes 0x0022e6c1 0x1000 + 2283201
    27 com.apple.iTunes 0x0022f1e0 0x1000 + 2286048
    28 com.apple.iTunes 0x0003618a 0x1000 + 217482
    29 com.apple.iTunes 0x0022f8e0 0x1000 + 2287840
    30 com.apple.iTunes 0x00002e5e 0x1000 + 7774
    31 com.apple.iTunes 0x00002d79 0x1000 + 7545
    Thread 1:
    0 libSystem.B.dylib 0x90009857 machmsgtrap + 7
    1 com.apple.CoreFoundation 0x908292f3 CFRunLoopRunSpecific + 2014
    2 com.apple.CoreFoundation 0x90828b0e CFRunLoopRunInMode + 61
    3 com.apple.audio.CoreAudio 0x9145c41e HALRunLoop::OwnThread(void*) + 158
    4 com.apple.audio.CoreAudio 0x9145c239 CAPThread::Entry(CAPThread*) + 93
    5 libSystem.B.dylib 0x90023d87 pthreadbody + 84
    Thread 2:
    0 libSystem.B.dylib 0x90048a47 semaphoretimedwait_signaltrap + 7
    1 com.apple.iTunes 0x0021949d 0x1000 + 2196637
    2 com.apple.iTunes 0x00306547 0x1000 + 3167559
    3 libSystem.B.dylib 0x90023d87 pthreadbody + 84
    Thread 3:
    0 libSystem.B.dylib 0x9004f6fc accept + 12
    1 com.apple.iTunes 0x002af454 0x1000 + 2810964
    2 com.apple.iTunes 0x002af4bc 0x1000 + 2811068
    3 libSystem.B.dylib 0x90023d87 pthreadbody + 84
    Thread 4:
    0 libSystem.B.dylib 0x90009857 machmsgtrap + 7
    1 com.apple.CoreFoundation 0x908292f3 CFRunLoopRunSpecific + 2014
    2 com.apple.CoreFoundation 0x9083a1c8 CFRunLoopRun + 60
    3 com.apple.iTunes 0x001fc4f5 0x1000 + 2077941
    4 libSystem.B.dylib 0x90023d87 pthreadbody + 84
    Thread 5:
    0 libSystem.B.dylib 0x90019d3c select + 12
    1 libSystem.B.dylib 0x90023d87 pthreadbody + 84
    Thread 6:
    0 libSystem.B.dylib 0x90048a47 semaphoretimedwait_signaltrap + 7
    1 com.apple.audio.CoreAudio 0x9146965c CAGuard::WaitFor(unsigned long long) + 212
    2 com.apple.audio.CoreAudio 0x9146957e CAGuard::WaitUntil(unsigned long long) + 66
    3 com.apple.audio.CoreAudio 0x91467efa HP_IOThread::WorkLoop() + 690
    4 com.apple.audio.CoreAudio 0x91467c43 HPIOThread::ThreadEntry(HPIOThread*) + 17
    5 com.apple.audio.CoreAudio 0x9145c239 CAPThread::Entry(CAPThread*) + 93
    6 libSystem.B.dylib 0x90023d87 pthreadbody + 84
    Thread 7:
    0 libSystem.B.dylib 0x90024427 semaphorewait_signaltrap + 7
    1 com.apple.iTunes 0x0021939d 0x1000 + 2196381
    2 com.apple.iTunes 0x0021969a 0x1000 + 2197146
    3 com.apple.iTunes 0x00219778 0x1000 + 2197368
    4 com.apple.iTunes 0x001cce6c 0x1000 + 1883756
    5 libSystem.B.dylib 0x90023d87 pthreadbody + 84
    Thread 8:
    0 libSystem.B.dylib 0x90024427 semaphorewait_signaltrap + 7
    1 com.apple.iTunes 0x0021939d 0x1000 + 2196381
    2 com.apple.iTunes 0x0021969a 0x1000 + 2197146
    3 com.apple.iTunes 0x00219778 0x1000 + 2197368
    4 com.apple.iTunes 0x001cce6c 0x1000 + 1883756
    5 libSystem.B.dylib 0x90023d87 pthreadbody + 84
    Thread 0 crashed with X86 Thread State (32-bit):
    eax: 0x5887af0f ebx: 0xbfffc340 ecx: 0xbfffc282 edx: 0x00000001
    edi: 0xbfffc5b4 esi: 0x0248494c ebp: 0xbfffc5d8 esp: 0xbfffc2f0
    ss: 0x0000001f efl: 0x00010202 eip: 0x000a05a9 cs: 0x00000017
    ds: 0x0000001f es: 0x0000001f fs: 0x00000000 gs: 0x00000037
    Binary Images Description:
    0x1000 - 0x855fff com.apple.iTunes 7.0.1 /Applications/iTunes.app/Contents/MacOS/iTunes
    0xd05000 - 0xd9afff com.apple.iTunes.iPodUpdater 1.0 /Applications/iTunes.app/Contents/Frameworks/iPodUpdater.framework/Versions/A/i PodUpdater
    0x1971000 - 0x19adfff com.apple.QuickTimeFireWireDV.component 7.1.3 /System/Library/QuickTime/QuickTimeFireWireDV.component/Contents/MacOS/QuickTim eFireWireDV
    0x19b9000 - 0x19d2fff com.apple.AppleIntermediateCodec 1.1 (141) /Library/QuickTime/AppleIntermediateCodec.component/Contents/MacOS/AppleInterme diateCodec
    0x19d7000 - 0x19f0fff com.apple.applepixletvideo 1.2.9 (1.2d9) /System/Library/QuickTime/ApplePixletVideo.component/Contents/MacOS/ApplePixlet Video
    0xc94c000 - 0xc951fff com.apple.audio.AppleHDAHALPlugIn 1.2.4 (1.2.4a21) /System/Library/Extensions/AppleHDA.kext/Contents/PlugIns/AppleHDAHALPlugIn.bun dle/Contents/MacOS/AppleHDAHALPlugIn
    0xd6db000 - 0xd7c1fff com.apple.audio.codecs.Components 1.4.6 /System/Library/Components/AudioCodecs.component/Contents/MacOS/AudioCodecs
    0xe33c000 - 0xe33dfff com.apple.textencoding.unicode 2.1 /System/Library/TextEncodings/Unicode Encodings.bundle/Contents/MacOS/Unicode Encodings
    0x70000000 - 0x700f9fff com.apple.audio.units.Components 1.4.3 /System/Library/Components/CoreAudio.component/Contents/MacOS/CoreAudio
    0x8fe00000 - 0x8fe49fff dyld 46.9 /usr/lib/dyld
    0x90000000 - 0x9016ffff libSystem.B.dylib /usr/lib/libSystem.B.dylib
    0x901bf000 - 0x901c1fff libmathCommon.A.dylib /usr/lib/system/libmathCommon.A.dylib
    0x901c3000 - 0x90200fff com.apple.CoreText 1.1.1 (???) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreText.framework/Versions/A/CoreText
    0x90227000 - 0x902fcfff ATS /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ATS.framework/Versions/A/ATS
    0x9031c000 - 0x90770fff com.apple.CoreGraphics 1.258.38 (???) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/CoreGraphics
    0x90807000 - 0x908cffff com.apple.CoreFoundation 6.4.6 (368.27) /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
    0x9090d000 - 0x9090dfff com.apple.CoreServices 10.4 (???) /System/Library/Frameworks/CoreServices.framework/Versions/A/CoreServices
    0x9090f000 - 0x90a02fff libicucore.A.dylib /usr/lib/libicucore.A.dylib
    0x90a52000 - 0x90ad1fff libobjc.A.dylib /usr/lib/libobjc.A.dylib
    0x90afa000 - 0x90b5efff libstdc++.6.dylib /usr/lib/libstdc++.6.dylib
    0x90bcd000 - 0x90bd4fff libgcc_s.1.dylib /usr/lib/libgcc_s.1.dylib
    0x90bd9000 - 0x90c4cfff com.apple.framework.IOKit 1.4.6 (???) /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit
    0x90c61000 - 0x90c73fff libauto.dylib /usr/lib/libauto.dylib
    0x90c79000 - 0x90f1ffff com.apple.CoreServices.CarbonCore 682.15 /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CarbonC ore.framework/Versions/A/CarbonCore
    0x90f62000 - 0x90fcafff com.apple.CoreServices.OSServices 4.1 /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/OSServi ces.framework/Versions/A/OSServices
    0x91002000 - 0x91040fff com.apple.CFNetwork 129.18 /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CFNetwo rk.framework/Versions/A/CFNetwork
    0x91053000 - 0x91063fff com.apple.WebServices 1.1.3 (1.1.0) /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/WebServ icesCore.framework/Versions/A/WebServicesCore
    0x9106e000 - 0x910ecfff com.apple.SearchKit 1.0.5 /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SearchK it.framework/Versions/A/SearchKit
    0x91121000 - 0x9113ffff com.apple.Metadata 10.4.4 (121.36) /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Metadat a.framework/Versions/A/Metadata
    0x9114b000 - 0x91159fff libz.1.dylib /usr/lib/libz.1.dylib
    0x9115c000 - 0x912fbfff com.apple.security 4.5.1 (29002) /System/Library/Frameworks/Security.framework/Versions/A/Security
    0x913f9000 - 0x91401fff com.apple.DiskArbitration 2.1.1 /System/Library/Frameworks/DiskArbitration.framework/Versions/A/DiskArbitration
    0x91408000 - 0x9142efff com.apple.SystemConfiguration 1.8.6 /System/Library/Frameworks/SystemConfiguration.framework/Versions/A/SystemConfi guration
    0x91440000 - 0x91447fff libbsm.dylib /usr/lib/libbsm.dylib
    0x9144b000 - 0x914c1fff com.apple.audio.CoreAudio 3.0.4 /System/Library/Frameworks/CoreAudio.framework/Versions/A/CoreAudio
    0x91512000 - 0x91512fff com.apple.ApplicationServices 10.4 (???) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Application Services
    0x91514000 - 0x9153ffff com.apple.AE 314 (313) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ AE.framework/Versions/A/AE
    0x91552000 - 0x91626fff com.apple.ColorSync 4.4.8 /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ColorSync.framework/Versions/A/ColorSync
    0x91661000 - 0x916d4fff com.apple.print.framework.PrintCore 4.6 (177.13) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ PrintCore.framework/Versions/A/PrintCore
    0x91702000 - 0x917abfff com.apple.QD 3.10.21 (???) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ QD.framework/Versions/A/QD
    0x917d1000 - 0x9181cfff com.apple.HIServices 1.5.2 (???) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ HIServices.framework/Versions/A/HIServices
    0x9183b000 - 0x91851fff com.apple.LangAnalysis 1.6.3 /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ LangAnalysis.framework/Versions/A/LangAnalysis
    0x9185d000 - 0x91877fff com.apple.FindByContent 1.5 /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ FindByContent.framework/Versions/A/FindByContent
    0x91881000 - 0x918befff com.apple.LaunchServices 181 /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ LaunchServices.framework/Versions/A/LaunchServices
    0x918d2000 - 0x918defff com.apple.speech.synthesis.framework 3.5 /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ SpeechSynthesis.framework/Versions/A/SpeechSynthesis
    0x918e5000 - 0x91920fff com.apple.ImageIO.framework 1.5.0 /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/ImageIO
    0x91932000 - 0x919e4fff libcrypto.0.9.7.dylib /usr/lib/libcrypto.0.9.7.dylib
    0x91a2a000 - 0x91a40fff libcups.2.dylib /usr/lib/libcups.2.dylib
    0x91a45000 - 0x91a63fff libJPEG.dylib /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libJPEG.dylib
    0x91a68000 - 0x91ac6fff libJP2.dylib /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libJP2.dylib
    0x91ad8000 - 0x91adcfff libGIF.dylib /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libGIF.dylib
    0x91ade000 - 0x91b5bfff libRaw.dylib /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libRaw.dylib
    0x91b5f000 - 0x91b9cfff libTIFF.dylib /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libTIFF.dylib
    0x91ba2000 - 0x91bbcfff libPng.dylib /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libPng.dylib
    0x91bc1000 - 0x91bc3fff libRadiance.dylib /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libRadiance.dylib
    0x91bc5000 - 0x91bc5fff com.apple.Accelerate 1.3.1 (Accelerate 1.3.1) /System/Library/Frameworks/Accelerate.framework/Versions/A/Accelerate
    0x91bc7000 - 0x91c55fff com.apple.vImage 2.5 /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vImage.fr amework/Versions/A/vImage
    0x91c5c000 - 0x91c5cfff com.apple.Accelerate.vecLib 3.3.1 (vecLib 3.3.1) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/vecLib
    0x91c5e000 - 0x91cb7fff libvMisc.dylib /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libvMisc.dylib
    0x91cc0000 - 0x91ce4fff libvDSP.dylib /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libvDSP.dylib
    0x91cec000 - 0x920f5fff libBLAS.dylib /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libBLAS.dylib
    0x9212f000 - 0x924e3fff libLAPACK.dylib /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libLAPACK.dylib
    0x92510000 - 0x9258dfff com.apple.DesktopServices 1.3.4 /System/Library/PrivateFrameworks/DesktopServicesPriv.framework/Versions/A/Desk topServicesPriv
    0x925ce000 - 0x927fefff com.apple.Foundation 6.4.7 (567.28) /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation
    0x9290a000 - 0x929e8fff libxml2.2.dylib /usr/lib/libxml2.2.dylib
    0x92a05000 - 0x92af2fff libiconv.2.dylib /usr/lib/libiconv.2.dylib
    0x92b02000 - 0x92b19fff libGL.dylib /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib
    0x92b24000 - 0x92b7cfff libGLU.dylib /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLU.dylib
    0x92b90000 - 0x92b90fff com.apple.Carbon 10.4 (???) /System/Library/Frameworks/Carbon.framework/Versions/A/Carbon
    0x92b92000 - 0x92ba2fff com.apple.ImageCapture 3.0.4 /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/ImageCapture. framework/Versions/A/ImageCapture
    0x92bb1000 - 0x92bb9fff com.apple.speech.recognition.framework 3.6 /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SpeechRecogni tion.framework/Versions/A/SpeechRecognition
    0x92bbf000 - 0x92bc4fff com.apple.securityhi 2.0.1 (24742) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SecurityHI.fr amework/Versions/A/SecurityHI
    0x92bca000 - 0x92c5bfff com.apple.ink.framework 101.2.1 (71) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Ink.framework /Versions/A/Ink
    0x92c6f000 - 0x92c72fff com.apple.help 1.0.3 (32.1) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Help.framewor k/Versions/A/Help
    0x92c75000 - 0x92c93fff com.apple.openscripting 1.2.5 (???) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/OpenScripting .framework/Versions/A/OpenScripting
    0x92ca5000 - 0x92cabfff com.apple.print.framework.Print 5.2 (192.4) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Print.framewo rk/Versions/A/Print
    0x92cb1000 - 0x92d14fff com.apple.htmlrendering 66.1 (1.1.3) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HTMLRendering .framework/Versions/A/HTMLRendering
    0x92d38000 - 0x92d79fff com.apple.NavigationServices 3.4.4 (3.4.3) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/NavigationSer vices.framework/Versions/A/NavigationServices
    0x92da0000 - 0x92dadfff com.apple.audio.SoundManager 3.9.1 /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CarbonSound.f ramework/Versions/A/CarbonSound
    0x92db4000 - 0x92db9fff com.apple.CommonPanels 1.2.3 (73) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CommonPanels. framework/Versions/A/CommonPanels
    0x92dbe000 - 0x930b2fff com.apple.HIToolbox 1.4.8 (???) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HIToolbox.fra mework/Versions/A/HIToolbox
    0x931b8000 - 0x931c3fff com.apple.opengl 1.4.12 /System/Library/Frameworks/OpenGL.framework/Versions/A/OpenGL
    0x931c8000 - 0x931e3fff com.apple.DirectoryService.Framework 3.2 /System/Library/Frameworks/DirectoryService.framework/Versions/A/DirectoryServi ce
    0x93233000 - 0x93233fff com.apple.Cocoa 6.4 (???) /System/Library/Frameworks/Cocoa.framework/Versions/A/Cocoa
    0x93235000 - 0x938ebfff com.apple.AppKit 6.4.8 (824.42) /System/Library/Frameworks/AppKit.framework/Versions/C/AppKit
    0x93c6c000 - 0x93ce6fff com.apple.CoreData 90 /System/Library/Frameworks/CoreData.framework/Versions/A/CoreData
    0x93d1f000 - 0x93dd7fff com.apple.audio.toolbox.AudioToolbox 1.4.3 /System/Library/Frameworks/AudioToolbox.framework/Versions/A/AudioToolbox
    0x93e19000 - 0x93e19fff com.apple.audio.units.AudioUnit 1.4.2 /System/Library/Frameworks/AudioUnit.framework/Versions/A/AudioUnit
    0x93e1b000 - 0x93fedfff com.apple.QuartzCore 1.4.9 /System/Library/Frameworks/QuartzCore.framework/Versions/A/QuartzCore
    0x9403e000 - 0x9407ffff libsqlite3.0.dylib /usr/lib/libsqlite3.0.dylib
    0x94087000 - 0x940c1fff libGLImage.dylib /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLImage.dyl ib
    0x9424a000 - 0x94259fff libCGATS.A.dylib /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libCGATS.A.dylib
    0x94260000 - 0x9426bfff libCSync.A.dylib /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libCSync.A.dylib
    0x942b7000 - 0x942d1fff libRIP.A.dylib /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libRIP.A.dylib
    0x942d7000 - 0x94590fff com.apple.QuickTime 7.1.3 /System/Library/Frameworks/QuickTime.framework/Versions/A/QuickTime
    0x946f1000 - 0x94837fff com.apple.AddressBook.framework 4.0.4 (485.1) /System/Library/Frameworks/AddressBook.framework/Versions/A/AddressBook
    0x948c3000 - 0x948d2fff com.apple.DSObjCWrappers.Framework 1.1 /System/Library/PrivateFrameworks/DSObjCWrappers.framework/Versions/A/DSObjCWra ppers
    0x948d9000 - 0x94902fff com.apple.LDAPFramework 1.4.2 (69.1.1) /System/Library/Frameworks/LDAP.framework/Versions/A/LDAP
    0x94908000 - 0x94917fff libsasl2.2.dylib /usr/lib/libsasl2.2.dylib
    0x9491b000 - 0x9493ffff libssl.0.9.7.dylib /usr/lib/libssl.0.9.7.dylib
    0x9494b000 - 0x94968fff libresolv.9.dylib /usr/lib/libresolv.9.dylib
    0x94c93000 - 0x94d25fff com.apple.WebKit 418.9 /System/Library/Frameworks/WebKit.framework/Versions/A/WebKit
    0x94d7f000 - 0x94e01fff com.apple.JavaScriptCore 418.3 /System/Library/Frameworks/WebKit.framework/Versions/A/Frameworks/JavaScriptCor e.framework/Versions/A/JavaScriptCore
    0x94e3a000 - 0x95119fff com.apple.WebCore 418.21 /System/Library/Frameworks/WebKit.framework/Versions/A/Frameworks/WebCore.frame work/Versions/A/WebCore
    0x95298000 - 0x952bbfff libxslt.1.dylib /usr/lib/libxslt.1.dylib
    0x952c2000 - 0x95349fff com.apple.syncservices 2.4 (189.2) /System/Library/Frameworks/SyncServices.framework/Versions/A/SyncServices
    0x96009000 - 0x9600dfff com.apple.iPod 1.3 (13) /System/Library/PrivateFrameworks/iPod.framework/Versions/A/iPod
    0x9643c000 - 0x9643cfff com.apple.vecLib 3.3.1 (vecLib 3.3.1) /System/Library/Frameworks/vecLib.framework/Versions/A/vecLib
    0x96a9e000 - 0x96aa3fff com.apple.agl 2.5.9 (AGL-2.5.9) /System/Library/Frameworks/AGL.framework/Versions/A/AGL
    0x97d84000 - 0x9886efff com.apple.QuickTimeComponents.component 7.1.3 /System/Library/QuickTime/QuickTimeComponents.component/Contents/MacOS/QuickTim eComponents
    0x98a7d000 - 0x98a7ffff com.apple.QuickTimeH264.component 7.1.3 /System/Library/QuickTime/QuickTimeH264.component/Contents/MacOS/QuickTimeH264
    0x98a81000 - 0x98c29fff QuickTimeH264.scalar /System/Library/QuickTime/QuickTimeH264.component/Contents/Resources/QuickTimeH 264.scalar
    0x98c99000 - 0x98d56fff com.apple.QuickTimeMPEG4.component 7.1.3 /System/Library/QuickTime/QuickTimeMPEG4.component/Contents/MacOS/QuickTimeMPEG 4
    0x996a9000 - 0x996affff com.apple.ipodsynchronization 2.2 (36.0) /System/Library/PrivateFrameworks/iPodSync.framework/Versions/A/iPodSync
    Model: MacBookPro1,1, BootROM MBP11.0055.B03, 2 processors, Intel Core Duo, 2 GHz, 1 GB
    Graphics: ATI Radeon X1600, ATY,RadeonX1600, PCIe, 128 MB
    Memory Module: BANK 0/DIMM0, 512 MB, DDR2 SDRAM, 667 MHz
    Memory Module: BANK 1/DIMM1, 512 MB, DDR2 SDRAM, 667 MHz
    AirPort: spairportwireless_card_type_airportextreme (0x168C, 0x86), 0.1.27
    Bluetooth: Version 1.7.9f12, 2 service, 0 devices, 1 incoming serial ports
    Network Service: Built-in Ethernet, Ethernet, en0
    Network Service: AirPort, AirPort, en1
    Serial ATA Device: FUJITSU MHV2080BH, 74.53 GB
    Parallel ATA Device: HL-DT-ST DVDRW GWA4080M
    USB Device: Built-in iSight, Micron, Up to 480 Mb/sec, 500 mA
    USB Device: Apple Internal Keyboard / Trackpad, Apple Computer, Up to 12 Mb/sec, 500 mA
    USB Device: Bluetooth HCI, Up to 12 Mb/sec, 500 mA
    USB Device: IR Receiver, Apple Computer, Inc., Up to 12 Mb/sec, 500 mA
    Please help me, I want to listen to my music again.

    I tried reinstalling QuickTime and it still crashes. Any ideas?

  • My safari keeps on crashing and I don't know why. How can I fix it?

    Process:         Safari [14181]
    Path:            /Applications/Safari.app/Contents/MacOS/Safari
    Identifier:      com.apple.Safari
    Version:         5.0.6 (5533.22.3)
    Build Info:      WebBrowser-75332203~3
    Code Type:       X86 (Native)
    Parent Process:  launchd [608]
    Interval Since Last Report:          5077 sec
    Crashes Since Last Report:           15
    Per-App Interval Since Last Report:  1570 sec
    Per-App Crashes Since Last Report:   5
    Date/Time:       2011-08-03 17:19:42.217 -0500
    OS Version:      Mac OS X 10.5.8 (9L31a)
    Report Version:  6
    Anonymous UUID:  0F9CE2C2-3F49-4F22-B41E-01E3EAD4749A
    Exception Type:  EXC_BAD_ACCESS (SIGSEGV)
    Exception Codes: KERN_INVALID_ADDRESS at 0x00000000b115b010
    Crashed Thread:  0
    Thread 0 Crashed:
    0   com.apple.CoreGraphics                  0x905d36a1 shape_data_valid + 65
    1   com.apple.CoreGraphics                  0x905d3587 CGSNewRegionWithData + 99
    2   com.apple.CoreGraphics                  0x905d6c80 _CGSNewRegionFromShmemData + 223
    3   com.apple.CoreGraphics                  0x905d888b _CGSWindowShape + 283
    4   com.apple.CoreGraphics                  0x905d8073 CGSShapeWindow + 306
    5   com.apple.CoreGraphics                  0x905d7f3c CGSSetWindowShapeWithWeighting + 76
    6   com.apple.AppKit                        0x9709053d _NSShapePlainWindow + 175
    7   com.apple.AppKit                        0x96f6de33 -[NSNextStepFrame shapeWindow] + 174
    8   com.apple.AppKit                        0x96f6dd6b -[NSNextStepFrame tile] + 411
    9   com.apple.AppKit                        0x97011b09 -[NSNextStepFrame setFrameSize:] + 198
    10  com.apple.AppKit                        0x96fc8218 -[NSWindow _setFrame:updateBorderViewSize:] + 649
    11  com.apple.AppKit                        0x96fc7b32 -[NSWindow _oldPlaceWindow:] + 1146
    12  com.apple.AppKit                        0x96fc73ef -[NSWindow _setFrameCommon:display:stashSize:] + 1569
    13  com.apple.AppKit                        0x96fc6dc6 -[NSWindow setFrame:display:] + 78
    14  com.apple.AppKit                        0x96f6c708 _NXAllocateImageCache + 2196
    15  com.apple.AppKit                        0x96f6bc2d -[NSCachedImageRep _initWithSize:depth:separate:alpha:allowDeep:] + 323
    16  com.apple.AppKit                        0x96f6ee5f -[NSImage _focusOnCache:creatingWithSizeInPixels:] + 659
    17  com.apple.AppKit                        0x96f6e9ad -[NSImage _cacheRepresentation:toSizeInPixels:stayFocused:] + 128
    18  com.apple.AppKit                        0x96f6e921 -[NSImage _cacheRepresentation:stayFocused:] + 83
    19  com.apple.AppKit                        0x96f6e822 -[NSImage _lockFocusOnRep:] + 90
    20  com.apple.AppKit                        0x96f6b9c0 -[NSImage lockFocus] + 387
    21  com.apple.AppKit                        0x9712146d -[NSCursor _getCursorBitmapWidth:andHeight:] + 205
    22  com.apple.AppKit                        0x96f99166 -[NSCursor set] + 458
    23  com.apple.WebCore                       0x926e5f5c WebCore::EventHandler::handleMouseMoveEvent(WebCore::PlatformMouseEvent const&, WebCore::HitTestResult*) + 1756
    24  com.apple.WebCore                       0x926e57af WebCore::EventHandler::mouseMoved(WebCore::PlatformMouseEvent const&) + 63
    25  com.apple.WebCore                       0x926e51c7 WebCore::EventHandler::mouseMoved(NSEvent*) + 231
    26  com.apple.WebKit                        0x91a2ac25 -[WebHTMLView(WebPrivate) _updateMouseoverWithEvent:] + 869
    27  com.apple.Foundation                    0x91b3042a _nsnote_callback + 106
    28  com.apple.CoreFoundation                0x94a7647a __CFXNotificationPost + 362
    29  com.apple.CoreFoundation                0x94a76753 _CFXNotificationPostNotification + 179
    30  com.apple.Foundation                    0x91b2d680 -[NSNotificationCenter postNotificationName:object:userInfo:] + 128
    31  com.apple.AppKit                        0x9706d620 -[NSResponder _postEventNotification:] + 299
    32  com.apple.AppKit                        0x9706d2be forwardMethod + 208
    33  com.apple.AppKit                        0x9706d25f forwardMethod + 113
    34  com.apple.AppKit                        0x9706d25f forwardMethod + 113
    35  com.apple.AppKit                        0x9706d25f forwardMethod + 113
    36  com.apple.AppKit                        0x9706d25f forwardMethod + 113
    37  com.apple.AppKit                        0x9706d25f forwardMethod + 113
    38  com.apple.AppKit                        0x9706d25f forwardMethod + 113
    39  com.apple.AppKit                        0x9706d25f forwardMethod + 113
    40  com.apple.AppKit                        0x9706d25f forwardMethod + 113
    41  com.apple.AppKit                        0x96fe1731 -[NSWindow sendEvent:] + 8511
    42  com.apple.Safari                        0x00040534 0x1000 + 259380
    43  com.apple.Safari                        0x000404c1 0x1000 + 259265
    44  com.apple.AppKit                        0x96fadd91 -[NSApplication sendEvent:] + 4711
    45  com.apple.Safari                        0x000377c0 0x1000 + 223168
    46  com.apple.AppKit                        0x96f0afe7 -[NSApplication run] + 867
    47  com.apple.AppKit                        0x96ed81d8 NSApplicationMain + 574
    48  com.apple.Safari                        0x0000acee 0x1000 + 40174
    Thread 1:
    0   libSystem.B.dylib                       0x96d1034e __semwait_signal + 10
    1   libSystem.B.dylib                       0x96d3accd pthread_cond_wait$UNIX2003 + 73
    2   com.apple.JavaScriptCore                0x9799ad58 ***::TCMalloc_PageHeap::scavengerThread() + 824
    3   com.apple.JavaScriptCore                0x9799ad8f ***::TCMalloc_PageHeap::runScavengerThread(void*) + 15
    4   libSystem.B.dylib                       0x96d3a055 _pthread_start + 321
    5   libSystem.B.dylib                       0x96d39f12 thread_start + 34
    Thread 2:
    0   libSystem.B.dylib                       0x96d1034e __semwait_signal + 10
    1   libSystem.B.dylib                       0x96d3accd pthread_cond_wait$UNIX2003 + 73
    2   com.apple.WebCore                       0x924b9587 WebCore::IconDatabase::syncThreadMainLoop() + 279
    3   com.apple.WebCore                       0x924b6e19 WebCore::IconDatabase::iconDatabaseSyncThread() + 761
    4   libSystem.B.dylib                       0x96d3a055 _pthread_start + 321
    5   libSystem.B.dylib                       0x96d39f12 thread_start + 34
    Thread 3:
    0   libSystem.B.dylib                       0x96d09166 mach_msg_trap + 10
    1   libSystem.B.dylib                       0x96d1095c mach_msg + 72
    2   com.apple.CoreFoundation                0x94a94e7e CFRunLoopRunSpecific + 1790
    3   com.apple.CoreFoundation                0x94a95aa8 CFRunLoopRunInMode + 88
    4   com.apple.CFNetwork                     0x94d4e18c CFURLCacheWorkerThread(void*) + 388
    5   libSystem.B.dylib                       0x96d3a055 _pthread_start + 321
    6   libSystem.B.dylib                       0x96d39f12 thread_start + 34
    Thread 4:
    0   libSystem.B.dylib                       0x96d09166 mach_msg_trap + 10
    1   libSystem.B.dylib                       0x96d1095c mach_msg + 72
    2   com.apple.CoreFoundation                0x94a94e7e CFRunLoopRunSpecific + 1790
    3   com.apple.CoreFoundation                0x94a95aa8 CFRunLoopRunInMode + 88
    4   com.apple.Safari                        0x0002f33d 0x1000 + 189245
    5   com.apple.Safari                        0x0002f08a 0x1000 + 188554
    6   com.apple.Safari                        0x0002f023 0x1000 + 188451
    7   libSystem.B.dylib                       0x96d3a055 _pthread_start + 321
    8   libSystem.B.dylib                       0x96d39f12 thread_start + 34
    Thread 5:
    0   libSystem.B.dylib                       0x96d1034e __semwait_signal + 10
    1   libSystem.B.dylib                       0x96d3accd pthread_cond_wait$UNIX2003 + 73
    2   com.apple.JavaScriptCore                0x977ef6b1 ***::ThreadCondition::timedWait(***::Mutex&, double) + 81
    3   com.apple.WebCore                       0x924d277c WebCore::LocalStorageThread::threadEntryPoint() + 188
    4   libSystem.B.dylib                       0x96d3a055 _pthread_start + 321
    5   libSystem.B.dylib                       0x96d39f12 thread_start + 34
    Thread 6:
    0   libSystem.B.dylib                       0x96d09166 mach_msg_trap + 10
    1   libSystem.B.dylib                       0x96d1095c mach_msg + 72
    2   com.apple.CoreFoundation                0x94a94e7e CFRunLoopRunSpecific + 1790
    3   com.apple.CoreFoundation                0x94a95aa8 CFRunLoopRunInMode + 88
    4   com.apple.Foundation                    0x91b94520 +[NSURLConnection(NSURLConnectionReallyInternal) _resourceLoadLoop:] + 320
    5   com.apple.Foundation                    0x91b30dfd -[NSThread main] + 45
    6   com.apple.Foundation                    0x91b309a4 __NSThread__main__ + 308
    7   libSystem.B.dylib                       0x96d3a055 _pthread_start + 321
    8   libSystem.B.dylib                       0x96d39f12 thread_start + 34
    Thread 7:
    0   libSystem.B.dylib                       0x96d09166 mach_msg_trap + 10
    1   libSystem.B.dylib                       0x96d1095c mach_msg + 72
    2   com.apple.CoreFoundation                0x94a94e7e CFRunLoopRunSpecific + 1790
    3   com.apple.CoreFoundation                0x94a95aa8 CFRunLoopRunInMode + 88
    4   com.apple.Safari                        0x0002f33d 0x1000 + 189245
    5   com.apple.Safari                        0x0002f08a 0x1000 + 188554
    6   com.apple.Safari                        0x0002f023 0x1000 + 188451
    7   libSystem.B.dylib                       0x96d3a055 _pthread_start + 321
    8   libSystem.B.dylib                       0x96d39f12 thread_start + 34
    Thread 8:
    0   libSystem.B.dylib                       0x96d1034e __semwait_signal + 10
    1   libSystem.B.dylib                       0x96d3accd pthread_cond_wait$UNIX2003 + 73
    2   com.apple.QuartzCore                    0x97daaa09 fe_fragment_thread + 54
    3   libSystem.B.dylib                       0x96d3a055 _pthread_start + 321
    4   libSystem.B.dylib                       0x96d39f12 thread_start + 34
    Thread 9:
    0   libSystem.B.dylib                       0x96d1034e __semwait_signal + 10
    1   libSystem.B.dylib                       0x96d3accd pthread_cond_wait$UNIX2003 + 73
    2   com.apple.JavaScriptCore                0x977ef6b1 ***::ThreadCondition::timedWait(***::Mutex&, double) + 81
    3   com.apple.WebCore                       0x924d277c WebCore::LocalStorageThread::threadEntryPoint() + 188
    4   libSystem.B.dylib                       0x96d3a055 _pthread_start + 321
    5   libSystem.B.dylib                       0x96d39f12 thread_start + 34
    Thread 10:
    0   libSystem.B.dylib                       0x96d5860a select$DARWIN_EXTSN + 10
    1   libSystem.B.dylib                       0x96d3a055 _pthread_start + 321
    2   libSystem.B.dylib                       0x96d39f12 thread_start + 34
    Thread 11:
    0   libSystem.B.dylib                       0x96d091c6 semaphore_timedwait_signal_trap + 10
    1   libSystem.B.dylib                       0x96d3b1af _pthread_cond_wait + 1244
    2   libSystem.B.dylib                       0x96d3ca33 pthread_cond_timedwait_relative_np + 47
    3   com.apple.CoreVideo                     0x951b33f4 CVDisplayLink::waitUntil(unsigned long long) + 390
    4   com.apple.CoreVideo                     0x951b3d2c CVDisplayLink::runIOThread() + 778
    5   libSystem.B.dylib                       0x96d3a055 _pthread_start + 321
    6   libSystem.B.dylib                       0x96d39f12 thread_start + 34
    Thread 12:
    0   libSystem.B.dylib                       0x96d1034e __semwait_signal + 10
    1   libSystem.B.dylib                       0x96d3accd pthread_cond_wait$UNIX2003 + 73
    2   com.apple.JavaScriptCore                0x977ef6b1 ***::ThreadCondition::timedWait(***::Mutex&, double) + 81
    3   com.apple.Safari                        0x001ae478 0x1000 + 1758328
    4   com.apple.Safari                        0x00044cdd 0x1000 + 277725
    5   com.apple.Safari                        0x00044c2d 0x1000 + 277549
    6   libSystem.B.dylib                       0x96d3a055 _pthread_start + 321
    7   libSystem.B.dylib                       0x96d39f12 thread_start + 34
    Thread 13:
    0   libSystem.B.dylib                       0x96d09166 mach_msg_trap + 10
    1   libSystem.B.dylib                       0x96d1095c mach_msg + 72
    2   com.apple.CoreFoundation                0x94a94e7e CFRunLoopRunSpecific + 1790
    3   com.apple.CoreFoundation                0x94a95aa8 CFRunLoopRunInMode + 88
    4   com.apple.audio.CoreAudio               0x980a95f8 HALRunLoop::OwnThread(void*) + 160
    5   com.apple.audio.CoreAudio               0x980a9480 CAPThread::Entry(CAPThread*) + 96
    6   libSystem.B.dylib                       0x96d3a055 _pthread_start + 321
    7   libSystem.B.dylib                       0x96d39f12 thread_start + 34
    Thread 0 crashed with X86 Thread State (32-bit):
      eax: 0x00000024  ebx: 0x905d3535  ecx: 0x00000009  edx: 0xbfffa300
      edi: 0x00000002  esi: 0xb115aff0  ebp: 0xbfffa268  esp: 0xbfffa258
       ss: 0x0000001f  efl: 0x00010202  eip: 0x905d36a1   cs: 0x00000017
       ds: 0x0000001f   es: 0x0000001f   fs: 0x00000000   gs: 0x00000037
      cr2: 0xb115b010
    Binary Images:
        0x1000 -   0x5d3ffc  com.apple.Safari 5.0.6 (5533.22.3) <79731a26a77704fb4831e3adc020a381> /Applications/Safari.app/Contents/MacOS/Safari
      0x644000 -   0x64ffff  libxar.1.dylib ??? (???) /usr/lib/libxar.1.dylib
      0x657000 -   0x681fe8  com.apple.framework.Apple80211 5.2.8 (528.1) <97dfd0c2d44d3c5839dd96f74e43d9c2> /System/Library/PrivateFrameworks/Apple80211.framework/Versions/A/Apple80211
      0x692000 -   0x6a1ffc  SyndicationUI ??? (???) <4cb2f7ffaf3185ff4e036082064e7121> /System/Library/PrivateFrameworks/SyndicationUI.framework/Versions/A/Syndicatio nUI
    0x11ca0000 - 0x11f99ff3  com.apple.RawCamera.bundle 2.3.0 (505) <1c7cea30ffe2b4de98ced6518df1e54b> /System/Library/CoreServices/RawCamera.bundle/Contents/MacOS/RawCamera
    0x1502d000 - 0x15032ff3  libCGXCoreImage.A.dylib ??? (???) <30bd95e38c8a203ee387013527cfd9d0> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libCGXCoreImage.A.dylib
    0x185c1000 - 0x18619fff +com.DivXInc.DivXDecoder 6.8.4.3 (6.8.4) <26a406b3e4bcc6ff8f28a99ffeb5cf2d> /Library/QuickTime/DivX Decoder.component/Contents/MacOS/DivX Decoder
    0x1863d000 - 0x18640ff3 +com.divx.divxtoolkit 1.0 (1.0) /Library/Frameworks/DivX Toolkit.framework/Versions/A/DivX Toolkit
    0x1899e000 - 0x1899ffff  com.apple.JavaPluginCocoa 12.9.0 (12.9.0) <5451adf6a77e3088b1a096fe1e16b189> /System/Library/Frameworks/JavaVM.framework/Versions/A/JavaPluginCocoa.bundle/C ontents/MacOS/JavaPluginCocoa
    0x189a5000 - 0x189a9ffd  JavaLaunching ??? (???) <41aa04fadb9589ab9c249284090b2ef7> /System/Library/PrivateFrameworks/JavaLaunching.framework/Versions/A/JavaLaunch ing
    0x19230000 - 0x19231ff3  ATSHI.dylib ??? (???) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ATS.framework/Versions/A/Resources/ATSHI.dylib
    0x19bd4000 - 0x19bd7ff2 +com.macromedia.Flash Player.plugin 10.3.181.34 (10.3.181.34) <927169a26de754afc24894daf44f4904> /Library/Internet Plug-Ins/Flash Player.plugin/Contents/MacOS/Flash Player
    0x19bdd000 - 0x19be0fff  com.apple.audio.AudioIPCPlugIn 1.0.6 (1.0.6) <51c811377017028f8904ad779e6a1344> /System/Library/Extensions/AudioIPCDriver.kext/Contents/Resources/AudioIPCPlugI n.bundle/Contents/MacOS/AudioIPCPlugIn
    0x19be6000 - 0x19becfff  com.apple.audio.AppleHDAHALPlugIn 1.7.1 (1.7.1a2) <a0a4389b5ac52ab84397d2b25c9d3b9c> /System/Library/Extensions/AppleHDA.kext/Contents/PlugIns/AppleHDAHALPlugIn.bun dle/Contents/MacOS/AppleHDAHALPlugIn
    0x1ab4d000 - 0x1b598fe3 +com.macromedia.FlashPlayer-10.4-10.5.plugin 10.3.181.34 (10.3.181.34) <ccaf6cf191ca2c8eb8ed19375014f213> /Library/Internet Plug-Ins/Flash Player.plugin/Contents/PlugIns/FlashPlayer-10.4-10.5.plugin/Contents/MacOS/Flas hPlayer-10.4-10.5
    0x8fe00000 - 0x8fe2db43  dyld 97.1 (???) <458eed38a009e5658a79579e7bc26603> /usr/lib/dyld
    0x90003000 - 0x90096fff  com.apple.ink.framework 101.3 (86) <bf3fa8927b4b8baae92381a976fd2079> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Ink.framework /Versions/A/Ink
    0x90097000 - 0x90371ff3  com.apple.CoreServices.CarbonCore 786.16 (786.16) <d2af3f75c3500c518c39fd00aed7f9b9> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CarbonC ore.framework/Versions/A/CarbonCore
    0x90372000 - 0x90377fff  com.apple.DisplayServicesFW 2.0.2 (2.0.2) <cb9b98b43ae385a0f374baabe2b71764> /System/Library/PrivateFrameworks/DisplayServices.framework/Versions/A/DisplayS ervices
    0x90378000 - 0x903eafff  com.apple.PDFKit 2.1.2 (2.1.2) /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/PDFKit.framew ork/Versions/A/PDFKit
    0x903eb000 - 0x90409fff  libresolv.9.dylib ??? (???) <0e26b308654f33fc94a0c010a50751f9> /usr/lib/libresolv.9.dylib
    0x9040a000 - 0x9041afff  com.apple.speech.synthesis.framework 3.7.1 (3.7.1) <9a71429c74ed6ca43eb35e1f78471b2e> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ SpeechSynthesis.framework/Versions/A/SpeechSynthesis
    0x9041b000 - 0x90438ff7  com.apple.QuickLookFramework 1.3.1 (170.9) /System/Library/Frameworks/QuickLook.framework/Versions/A/QuickLook
    0x90439000 - 0x90572ff7  libicucore.A.dylib ??? (???) <f2819243b278259b9a622ea111ea5fd6> /usr/lib/libicucore.A.dylib
    0x90573000 - 0x905c4ff7  com.apple.HIServices 1.7.1 (???) <ba7fd0ede540a0da08db027f87efbd60> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ HIServices.framework/Versions/A/HIServices
    0x905c5000 - 0x90c65fff  com.apple.CoreGraphics 1.409.8 (???) <25020feb388637ee860451c19b613c48> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/CoreGraphics
    0x90c66000 - 0x90c6dfff  com.apple.agl 3.0.9 (AGL-3.0.9) <5a57ce58f8adb7825e1adb9f7cdea151> /System/Library/Frameworks/AGL.framework/Versions/A/AGL
    0x90c6e000 - 0x90c76fff  com.apple.DiskArbitration 2.2.1 (2.2.1) <ba64dd6ada417b5e7be736957f380bca> /System/Library/Frameworks/DiskArbitration.framework/Versions/A/DiskArbitration
    0x90ce5000 - 0x90d3fff7  com.apple.CoreText 2.0.5 (???) <5483518a613464d043455ac661a9dcbe> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreText.framework/Versions/A/CoreText
    0x90e23000 - 0x911e1fea  libLAPACK.dylib ??? (???) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libLAPACK.dylib
    0x911e2000 - 0x911e7fff  com.apple.backup.framework 1.0 (1.0) /System/Library/PrivateFrameworks/Backup.framework/Versions/A/Backup
    0x911e8000 - 0x911e9ffc  libffi.dylib ??? (???) <a3b573eb950ca583290f7b2b4c486d09> /usr/lib/libffi.dylib
    0x91203000 - 0x912a7ff7  com.apple.QuickTimeImporters.component 7.6.9 (1680.9) /System/Library/QuickTime/QuickTimeImporters.component/Contents/MacOS/QuickTime Importers
    0x912a8000 - 0x9135affb  libcrypto.0.9.7.dylib ??? (???) <d02f7e5b8a68813bb7a77f5edb34ff9d> /usr/lib/libcrypto.0.9.7.dylib
    0x9135b000 - 0x91392fff  com.apple.SystemConfiguration 1.9.2 (1.9.2) <41d5aeffefc6d19d471f51ae0b15024f> /System/Library/Frameworks/SystemConfiguration.framework/Versions/A/SystemConfi guration
    0x91393000 - 0x91420ff7  com.apple.framework.IOKit 1.5.2 (???) <7a3cc24f78f93931731203854ae0d891> /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit
    0x91421000 - 0x917ddff4  com.apple.VideoToolbox 0.484.2 (484.2) <46c37a5fead4e4f58501f15a641ff476> /System/Library/PrivateFrameworks/VideoToolbox.framework/Versions/A/VideoToolbo x
    0x917ea000 - 0x91864ff8  com.apple.print.framework.PrintCore 5.5.4 (245.6) <9ae833544b8249984c07544dbe6a97fa> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ PrintCore.framework/Versions/A/PrintCore
    0x91865000 - 0x91875ffc  com.apple.LangAnalysis 1.6.5 (1.6.5) <d057feb38163121ffd871c564c692804> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ LangAnalysis.framework/Versions/A/LangAnalysis
    0x91880000 - 0x91a04fef  com.apple.MediaToolbox 0.484.2 (484.2) <32bf3254fafd942cf8f2c813960217fd> /System/Library/PrivateFrameworks/MediaToolbox.framework/Versions/A/MediaToolbo x
    0x91a05000 - 0x91a07fff  com.apple.securityhi 3.0 (30817) <8c9db9ce1626eff2aff002549fb58d7d> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SecurityHI.fr amework/Versions/A/SecurityHI
    0x91a08000 - 0x91b25ff7  com.apple.WebKit 5534 (5534.50.2) <643ffe6446c331210a74f896f0804eb2> /System/Library/Frameworks/WebKit.framework/Versions/A/WebKit
    0x91b26000 - 0x91da2fe7  com.apple.Foundation 6.5.9 (677.26) <c68b3cff7864959becfc7fd1a384f925> /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation
    0x91da3000 - 0x91db1ffd  libz.1.dylib ??? (???) <5ddd8539ae2ebfd8e7cc1c57525385c7> /usr/lib/libz.1.dylib
    0x91db2000 - 0x91e0fffb  libstdc++.6.dylib ??? (???) <04b812dcec670daa8b7d2852ab14be60> /usr/lib/libstdc++.6.dylib
    0x91e10000 - 0x91e76ffb  com.apple.ISSupport 1.8 (38.3) /System/Library/PrivateFrameworks/ISSupport.framework/Versions/A/ISSupport
    0x91e77000 - 0x91e77ff8  com.apple.Cocoa 6.5 (???) <e064f94d969ce25cb7de3cfb980c3249> /System/Library/Frameworks/Cocoa.framework/Versions/A/Cocoa
    0x91ea2000 - 0x91ecbfff  libcups.2.dylib ??? (???) <2b0ab6b9fa1957ee940835d0cfd42894> /usr/lib/libcups.2.dylib
    0x91fc1000 - 0x92141fff  com.apple.AddressBook.framework 4.1.2 (702) <f9360f9926ccd411fdf7550b73034d17> /System/Library/Frameworks/AddressBook.framework/Versions/A/AddressBook
    0x92142000 - 0x9216aff7  com.apple.shortcut 1.0.1 (1.0) <37e4b08cfaf9edb08b8682a06c4ec844> /System/Library/PrivateFrameworks/Shortcut.framework/Versions/A/Shortcut
    0x9216b000 - 0x92226fe3  com.apple.CoreServices.OSServices 228.1 (228.1) <9c640e79ad97f335730d8a49f6cb2032> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/OSServi ces.framework/Versions/A/OSServices
    0x92227000 - 0x92379ff3  com.apple.audio.toolbox.AudioToolbox 1.5.3 (1.5.3) /System/Library/Frameworks/AudioToolbox.framework/Versions/A/AudioToolbox
    0x9237a000 - 0x92386fff  libbz2.1.0.dylib ??? (???) <d355415c89c383330697a7b73d6dbc2e> /usr/lib/libbz2.1.0.dylib
    0x92387000 - 0x923b8ffb  com.apple.quartzfilters 1.5.0 (1.5.0) <22581f8fe9dd2cb261f97a897407ec3e> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuartzFilters .framework/Versions/A/QuartzFilters
    0x923b9000 - 0x923cffff  com.apple.DictionaryServices 1.0.0 (1.0.0) <ad0aa0252e3323d182e17f50defe56fc> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Diction aryServices.framework/Versions/A/DictionaryServices
    0x923d0000 - 0x924b0fff  libobjc.A.dylib ??? (???) <3ca288b625a47bbcfe378158e4dc328f> /usr/lib/libobjc.A.dylib
    0x924b1000 - 0x9321ffe3  com.apple.WebCore 5534 (5534.50.1) <bef6f01e56834f2498918b264f0acbf7> /System/Library/Frameworks/WebKit.framework/Versions/A/Frameworks/WebCore.frame work/Versions/A/WebCore
    0x93220000 - 0x932ebfef  com.apple.ColorSync 4.5.4 (4.5.4) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ColorSync.framework/Versions/A/ColorSync
    0x93555000 - 0x93555ffd  com.apple.Accelerate 1.4.2 (Accelerate 1.4.2) /System/Library/Frameworks/Accelerate.framework/Versions/A/Accelerate
    0x93556000 - 0x9355dfe9  libgcc_s.1.dylib ??? (???) <f53c808e87d1184c0f9df63aef53ce0b> /usr/lib/libgcc_s.1.dylib
    0x9355e000 - 0x9355effd  com.apple.vecLib 3.4.2 (vecLib 3.4.2) /System/Library/Frameworks/vecLib.framework/Versions/A/vecLib
    0x9355f000 - 0x9358efe3  com.apple.AE 402.3 (402.3) <dba512e47f68eea1dd0ab35f596edb34> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/AE.fram ework/Versions/A/AE
    0x935a7000 - 0x935a7ffb  com.apple.installserver.framework 1.0 (8) /System/Library/PrivateFrameworks/InstallServer.framework/Versions/A/InstallSer ver
    0x935a8000 - 0x935a8ffc  com.apple.audio.units.AudioUnit 1.5 (1.5) /System/Library/Frameworks/AudioUnit.framework/Versions/A/AudioUnit
    0x935a9000 - 0x93a7afbe  libGLProgrammability.dylib ??? (???) <d5cb4e7997a873cd77523689e6749acd> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLProgramma bility.dylib
    0x93a7b000 - 0x93bb3fe7  com.apple.imageKit 1.0.2 (1.0) <00d03cf7f26e1b6023efdc4bd15dd52e> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/ImageKit.fram ework/Versions/A/ImageKit
    0x93bb4000 - 0x93cfefeb  com.apple.QTKit 7.6.9 (1680.9) <fe987e6adf235d5754399dcdae6e5a8e> /System/Library/Frameworks/QTKit.framework/Versions/A/QTKit
    0x93cff000 - 0x93d1aff3  libPng.dylib ??? (???) <e0c3bdc3144e1ed91f1e4d00d147ff3a> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libPng.dylib
    0x93d1b000 - 0x93d20fff  com.apple.CommonPanels 1.2.4 (85) <ea0665f57cd267609466ed8b2b20e893> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CommonPanels. framework/Versions/A/CommonPanels
    0x93d21000 - 0x94131fef  libBLAS.dylib ??? (???) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libBLAS.dylib
    0x94132000 - 0x9427bff7  com.apple.ImageIO.framework 2.0.9 (2.0.9) <717938c4837f88bbe8ec613d4d25bc52> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/ImageIO
    0x9427c000 - 0x94280fff  libGIF.dylib ??? (???) <ade6d93abe118569a7a39d11f81eb9bf> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libGIF.dylib
    0x94281000 - 0x94283ff5  libRadiance.dylib ??? (???) <73169d8c3fc31df4005e8eaa0d16bde5> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libRadiance.dylib
    0x94296000 - 0x942a1fe7  libCSync.A.dylib ??? (???) <f3228c803584320fde5e1bb9f04b4d44> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libCSync.A.dylib
    0x942a2000 - 0x9432cff7  com.apple.DesktopServices 1.4.9 (1.4.9) <f5e51a76d315798371b3dd35a4d46d6c> /System/Library/PrivateFrameworks/DesktopServicesPriv.framework/Versions/A/Desk topServicesPriv
    0x9432d000 - 0x94635fe7  com.apple.HIToolbox 1.5.6 (???) <eece3cb8aa0a4e6843fcc1500aca61c5> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HIToolbox.fra mework/Versions/A/HIToolbox
    0x94636000 - 0x9463cfff  com.apple.print.framework.Print 218.0.3 (220.2) <8c541d587e4068a5fe5a5ce8ee208516> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Print.framewo rk/Versions/A/Print
    0x9463d000 - 0x94968ff6  com.apple.QuickTime 7.6.9 (1680.9) <024f122335016a54f8e59ddb4c79901d> /System/Library/Frameworks/QuickTime.framework/Versions/A/QuickTime
    0x94a22000 - 0x94b55fe7  com.apple.CoreFoundation 6.5.7 (476.19) <a332c8f45529ee26d2e9c36d0c723bad> /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
    0x94b56000 - 0x94b6efff  com.apple.openscripting 1.2.8 (???) <a888b18c8527f71629702ed8dce9c877> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/OpenScripting .framework/Versions/A/OpenScripting
    0x94b6f000 - 0x94bbaff7  com.apple.CoreMediaIOServices 130.0 (935) <e7c6d794bbec49f9d1ee8261c3f9ff0e> /System/Library/PrivateFrameworks/CoreMediaIOServices.framework/Versions/A/Core MediaIOServices
    0x94bbb000 - 0x94d4afe7  com.apple.CoreAUC 3.08.0 (3.08.0) <5382f0ce050d3edd8f5979b8a87557bf> /System/Library/PrivateFrameworks/CoreAUC.framework/Versions/A/CoreAUC
    0x94d4b000 - 0x94df2fec  com.apple.CFNetwork 438.16 (438.16) <0a2f633dc532b176109547367f209ced> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CFNetwo rk.framework/Versions/A/CFNetwork
    0x94df3000 - 0x94e11ff3  com.apple.DirectoryService.Framework 3.5.7 (3.5.7) <b4cd561d2481c4162ecf0acdf8cb062c> /System/Library/Frameworks/DirectoryService.framework/Versions/A/DirectoryServi ce
    0x94e12000 - 0x94e12ffa  com.apple.CoreServices 32 (32) <2fcc8f3bd5bbfc000b476cad8e6a3dd2> /System/Library/Frameworks/CoreServices.framework/Versions/A/CoreServices

    Open a Finder window. Select your Home folder in the Sidebar on the left then open the Library folder, then the Caches folder then the com.apple.Safari folder.
    Move the Cache.db (or ApplicationCache.db) file from the com.apple.Safari folder to the Trash.
    Restarrt your Mac. Try Safari.
    If Safari still crashes, uninstall then reinstall the Flash plugin.
    Troubleshoot Flash Player | Mac OS
    Then try Safari.

  • When i try to send email from my ipad i get the message The recipient "£)()&&£)" was rejected by the server. This has only just started to happen and I don't know why. Please help. I have tried lots of things now and cannot solve it.

    When i try to send email from my ipad i get the message The recipient "£)()&amp;&amp;£)" was rejected by the server. This has only just started to happen and I don't know why. Please can someone help. I have tried lots of things now and cannot solve it.

    "Your email account" means to tap on the name of your email account. Whatever it is listed as in the settings.
    In my mail settings, one of my email accounts is a Comcast account. I tap on the Comcast name and it brings up this window.
    Then I tap on the arrow under the Outgoing mail server smtp setting to get to the next window.
    In the resulting window, I then tap on the arrow next to the smtp server under the Primary Server setting.
    That brings up this window in which I check to make sure that my user name and password have been entered correctly. If those items are missing, enter them in the appropriate fields and then tap done.

  • After shutting down my iMac last night, Firefox will not open this morning and I don't know why?

    My iMac is set to open to my home page My Yahoo with Firefox browser. This morning my Firefox browser is not opening and I don't know why? It does open on my new MacBook Air as per usual. I click on the icon but it does not respond even though I have opened it. this has never happened to me before and I don't know why it's happening now. I did a clean reinstall but that didn't work. Now what?????? With the add-on Troubleshooter should I have asked this question on my iMac using Safari? I am on my MacBook Air asking it.

    Actually it does open but nothing shows up. I can't use my iMac unless I use the Safari browser and I want to use Firefox! I'm at my wits end as to how to fix this. I have tried everything that troubleshooting has suggested on Mozilla support. Help!!!!!!!!

  • My daughter has downloaded free games from the App Store and I have been charged in excess of £200 and I don't know why has anyone had the same issue and if so how did you get your money back

    My daughter has downloaded free games from the App Store and I have been charged in excess of £200 and I don't know why has anyone had the same issue and if so how did you get your money back

    Contact iTunes Customer Service and request assistance
    Use this Link  >  Apple  Support  iTunes Store  Contact
    To help avoid future transgressions set the Restrictions for In-App Purchases...
    Settings > General > Restrictions
    Understanding Restrictions  >  http://support.apple.com/kb/HT4213

  • I just bought my mac book pro and updated to mountain lion and I don't know why it is taking around 1minutes and 10sec to boot up,does anybody have any idea? thank you in advance

    I just bought my mac book pro and updated to mountain lion and I don't know why it is taking around 1minutes and 10sec to boot up,does anybody have any idea? and also how can I make my laptop boot up faster?thank you in advance

    Call Apple Care. 
    #1 - You have 14 days from the date of purchase to return your computer with no questions asked.
    #2 - You have 90 days of FREE phone tech support.
    #3 - If you've purchased an AppleCare Protection Plan, your warranty last for 3 years.   You can obtain AppleCare anytime up to the first year of the purchase of your computer.
    Take FULL advantage of your warranty.  Posting on a message board should be done as a last resort and if you are out of warranty or Apple Care has expired. 

  • InDesign has stopped exporting to JPEG and I don't know why?

    InDesign (version CS6) has stopped exporting to JPEG and I don't know why. but really need it for work - does anyone have any ideas of how to fix? Thank you

    Troubleshooting 101: Replace, or "trash" your InDesign preferences
      http://forums.adobe.com/thread/526990

  • Hi, I can't open lightroom in my computer and I don't know why.what could be the problem?

    Hi, I can't open ligthroom in my computer and I don't know why.what could be the problem?

    hey doc im ill get me a pill.
    how about some more infos?

  • My firefox program open with other program and i don't know why

    when i open firefox program another program (ie8) open in the place of firefox and i don't know why
    and also i prefere to use firefox program
    please help me
    thanks
    == This happened ==
    Every time Firefox opened
    == i open firefox ==
    == User Agent ==
    Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 5.1; Trident/4.0; FunWebProducts; .NET CLR 2.0.50727; OfficeLiveConnector.1.3; OfficeLivePatch.0.0; AskTbGLSV5/5.8.0.12217)

    Have you read [[Links do not open in Firefox]]

  • I can't send emails through Yahoo using Firefox. Already contacted Yahoo and they don't know why it's happening.

    I can't send emails through Yahoo using Firefox. Already contacted Yahoo and they don't know why it's happening.
    == This happened ==
    Every time Firefox opened
    == a month agao

    I also cannot send email through Yahoo using Firefox 3.6.8. I can receive emails and surf the web just fine. I have also contacted Yahoo and have gotten no where.

  • I have a mac 15" non retina and i didn't upgrade it to mavericks .. when i run photoshop my pc becomes very slow and i don't know why!! the performance on photoshop is up to 70% so i think is good .. what is the problem?

    i have a mac 15" non retina and i didn't upgrade it to mavericks .. when i run photoshop my pc becomes very slow and i don't know why!! the performance on photoshop is up to 70% so i think is good .. what is the problem?

    All I can suggest is that you open that file on the MBA and save it as a new file, then see if you can open the new one on the iMac.

  • Broadband usage has doubled and I don't know why

    Hi there
    Just received a warning message that I am about to exceed my 40gb limit.  Normal monthly usage has been 18gb apparently and we don't know why the increase has occurred.  We have no kids at home, we don't stream films or videos or play games, I've downloaded 1 music album this month and we've surfed the net as usual.
    Can this usage be verified?
    Any tips on checking whther someone else is using our broadband....is this possible?
    Any tips on why this might be happening...it's puzzling.
    Is there an indpependent (non BT) way of monitoring and measuring broadband usage?
    Dom

    Hi dr58.
    In my experience the only way to sort this out is to hope that your post draws the attention of a forum moderator. Anyone on the phones will try and convince you that you are indeed downloading 20 albums a day, uploading 3000 pictures a week etc etc and "it all mounts up" and you would be far better on an Unlimited Package.
    I had problems (in fact thinking about it, this time last year) where my usage had crept up and according to BT my son and I were using 90gb a month, despite no streaming, gaming etc. I am on a 40gb package like yourself so was incurring £50 charges each month. In the end it was resolved with BT agreeing it wasn't possible for us to be getting through that amount but as I wasn't using a BT router at the time it was impossible to prove that someone hadn't been piggybacking my wifi. (I'd changed passwords during the high readings to no avail anyway).
    My personal advice would be to keep a daily eye on your broadband monitor, screenshot them if need be, if you have been out during the day or away for any great length of time also note the readings that appear for that day. I also check my BT homehub to make sure only the devices in my house are hooked in just in case.
    As it happens I've also noticed a big jump in my readings this month, I have just a few GB to spare but in my opinion the readings are still high compared to what I was noting at the tail end of last year after I finally had SeanD look into the matter for me.
    I do hope that the meters arent going up the creek yet again because I've sworn that if it should happen again I'm walking to a different company this time around.
    Best of luck and I hope you get the information you need and the situation resolves itself.

  • Windows 8.1 Keeps crashing! Blue screens and I don't know why.

    My computer is crashing randomly. Happens once every few days or so. It started happening when I installed a new fan and heatsink. My cpu never goes over 50 C now so I don't know why it is crashing. Here is the dump file. Please help me :/
    Microsoft (R) Windows Debugger Version 6.3.9600.17298 AMD64
    Copyright (c) Microsoft Corporation. All rights reserved.
    Loading Dump File [C:\Windows\MEMORY.DMP]
    Kernel Bitmap Dump File: Only kernel address space is available
    ************* Symbol Path validation summary **************
    Response                         Time (ms)     Location
    Deferred                                       SRV*C:\Windows\symbol_cache*http://msdl.microsoft.com/download/symbols
    Symbol search path is: SRV*C:\Windows\symbol_cache*http://msdl.microsoft.com/download/symbols
    Executable search path is:
    Windows 8 Kernel Version 9600 MP (6 procs) Free x64
    Product: WinNt, suite: TerminalServer SingleUserTS
    Built by: 9600.17328.amd64fre.winblue_r3.140827-1500
    Machine Name:
    Kernel base = 0xfffff803`7a47e000 PsLoadedModuleList = 0xfffff803`7a754370
    Debug session time: Tue Nov 25 22:05:18.738 2014 (UTC - 5:00)
    System Uptime: 2 days 9:06:56.454
    Loading Kernel Symbols
    Loading User Symbols
    PEB is paged out (Peb.Ldr = 00000000`7ffdf018).  Type ".hh dbgerr001" for details
    Loading unloaded module list
    *                        Bugcheck Analysis                                   
    Use !analyze -v to get detailed debugging information.
    BugCheck 3B, {c0000005, fffff8037a52cba4, ffffd000220ab340, 0}
    Probably caused by : win32k.sys ( win32k!SEMOBJ::vUnlock+2c )
    Followup: MachineOwner
    4: kd> !analyze -v
    *                        Bugcheck Analysis                                   
    SYSTEM_SERVICE_EXCEPTION (3b)
    An exception happened while executing a system service routine.
    Arguments:
    Arg1: 00000000c0000005, Exception code that caused the bugcheck
    Arg2: fffff8037a52cba4, Address of the instruction which caused the bugcheck
    Arg3: ffffd000220ab340, Address of the context record for the exception that caused the bugcheck
    Arg4: 0000000000000000, zero.
    Debugging Details:
    EXCEPTION_CODE: (NTSTATUS) 0xc0000005 - The instruction at 0x%08lx referenced memory at 0x%08lx. The memory could not be %s.
    FAULTING_IP:
    nt!KxWaitForLockOwnerShipWithIrql+14
    fffff803`7a52cba4 48890a          mov     qword ptr [rdx],rcx
    CONTEXT:  ffffd000220ab340 -- (.cxr 0xffffd000220ab340;r)
    rax=0000000000000000 rbx=0000000000000000 rcx=ffffd000220abdf0
    rdx=8848800000000000 rsi=0000000000000000 rdi=ffffd000220abdf0
    rip=fffff8037a52cba4 rsp=ffffd000220abd70 rbp=ffffd000220abea0
     r8=ffffd000220abef0  r9=ffffe000da69ddb0 r10=ffffd000220abf80
    r11=fffff90145b03ce0 r12=fffff90140ad53f8 r13=fffff90140a00830
    r14=0000000000000000 r15=ffffe000d889d880
    iopl=0         nv up di pl zr na po nc
    cs=0010  ss=0018  ds=002b  es=002b  fs=0053  gs=002b             efl=00010046
    nt!KxWaitForLockOwnerShipWithIrql+0x14:
    fffff803`7a52cba4 48890a          mov     qword ptr [rdx],rcx ds:002b:88488000`00000000=????????????????
    Last set context:
    rax=0000000000000000 rbx=0000000000000000 rcx=ffffd000220abdf0
    rdx=8848800000000000 rsi=0000000000000000 rdi=ffffd000220abdf0
    rip=fffff8037a52cba4 rsp=ffffd000220abd70 rbp=ffffd000220abea0
     r8=ffffd000220abef0  r9=ffffe000da69ddb0 r10=ffffd000220abf80
    r11=fffff90145b03ce0 r12=fffff90140ad53f8 r13=fffff90140a00830
    r14=0000000000000000 r15=ffffe000d889d880
    iopl=0         nv up di pl zr na po nc
    cs=0010  ss=0018  ds=002b  es=002b  fs=0053  gs=002b             efl=00010046
    nt!KxWaitForLockOwnerShipWithIrql+0x14:
    fffff803`7a52cba4 48890a          mov     qword ptr [rdx],rcx ds:002b:88488000`00000000=????????????????
    Resetting default scope
    DEFAULT_BUCKET_ID:  WIN8_DRIVER_FAULT
    BUGCHECK_STR:  0x3B
    PROCESS_NAME:  AI Suite II.ex
    CURRENT_IRQL:  0
    ANALYSIS_VERSION: 6.3.9600.17298 (debuggers(dbg).141024-1500) amd64fre
    LAST_CONTROL_TRANSFER:  from fffff8037a4d9f8c to fffff8037a52cba4
    STACK_TEXT:  
    ffffd000`220abd70 fffff803`7a4d9f8c : ffffe000`da69ddb0 00000000`0000001e 00000000`00000000 ffffe000`db793c30 : nt!KxWaitForLockOwnerShipWithIrql+0x14
    ffffd000`220abda0 fffff803`7a4d93c2 : 00000000`00000000 fffff960`002172ec ffffd000`220ac002 fffff901`44ffe620 : nt!ExpReleaseResourceForThreadLite+0x64c
    ffffd000`220abee0 fffff960`001da2cc : 00000000`00000000 fffff960`001a7ef2 0000207f`e204207f 00000000`00000001 : nt!ExReleaseResourceAndLeaveCriticalRegion+0x12
    ffffd000`220abf10 fffff960`001d51a3 : fffff901`451e4ac0 ffffd000`220abfa0 00000000`00000000 fffff901`40ad53f8 : win32k!SEMOBJ::vUnlock+0x2c
    ffffd000`220abf50 fffff960`001e49ad : 00000000`0000163c fffff901`44ffe620 00000000`00000000 ffffe000`da69ddb0 : win32k!GreSelectVisRgnInternal+0x173
    ffffd000`220abfd0 fffff960`001ac21b : ffffffff`e204207f fffff901`00000d3a 00000000`00000001 ffffe000`da69ddb0 : win32k!ResetOrg+0x50d
    ffffd000`220ac100 fffff960`001e5a5d : ffffffff`e204207f fffff901`452e23e0 ffffd000`220acb00 ffff6b78`f79a9a37 : win32k!UserSetDCVisRgn+0x17b
    ffffd000`220ac140 fffff960`001ed3a4 : fffff901`40a58990 00000000`00000000 fffff901`40a58990 00000000`02000705 : win32k!zzzLockDisplayAreaAndInvalidateDCCache+0x14d
    ffffd000`220ac1a0 fffff960`003149cf : ffffe000`db7b2ba0 fffff901`428f7a80 00000000`00000000 fffff901`40b00ff0 : win32k!xxxCreateWindowEx+0x1824
    ffffd000`220ac4b0 fffff960`001ed82a : fffff901`428f7d28 00000000`00000000 00000000`00000000 ffffe000`db7b2ba0 : win32k!xxxCreateDefaultImeWindow+0x19b
    ffffd000`220ac5b0 fffff960`001d6ab5 : 00000000`00000000 00000000`00000000 e000d889`78747355 fffff803`7a4d7bc8 : win32k!xxxCreateWindowEx+0x1caa
    ffffd000`220ac8c0 fffff803`7a5d89b3 : 00000000`00000000 ffffd000`220ac940 ffffd000`220ac958 ffffd000`220ac968 : win32k!NtUserCreateWindowEx+0x4d2
    ffffd000`220aca10 00000000`777f611a : 00000000`00000000 00000000`00000000 00000000`00000000 00000000`00000000 : nt!KiSystemServiceCopyEnd+0x13
    00000000`0abbe758 00000000`00000000 : 00000000`00000000 00000000`00000000 00000000`00000000 00000000`00000000 : 0x777f611a
    FOLLOWUP_IP:
    win32k!SEMOBJ::vUnlock+2c
    fffff960`001da2cc ff158e023100    call    qword ptr [win32k!_imp_PsLeavePriorityRegion (fffff960`004ea560)]
    SYMBOL_STACK_INDEX:  3
    SYMBOL_NAME:  win32k!SEMOBJ::vUnlock+2c
    FOLLOWUP_NAME:  MachineOwner
    MODULE_NAME: win32k
    IMAGE_NAME:  win32k.sys
    DEBUG_FLR_IMAGE_TIMESTAMP:  54335e2a
    IMAGE_VERSION:  6.3.9600.17393
    STACK_COMMAND:  .cxr 0xffffd000220ab340 ; kb
    BUCKET_ID_FUNC_OFFSET:  2c
    FAILURE_BUCKET_ID:  0x3B_win32k!SEMOBJ::vUnlock
    BUCKET_ID:  0x3B_win32k!SEMOBJ::vUnlock
    ANALYSIS_SOURCE:  KM
    FAILURE_ID_HASH_STRING:  km:0x3b_win32k!semobj::vunlock
    FAILURE_ID_HASH:  {ec837e9a-fa14-dd77-d99c-f14b9fe89bf2}
    Followup: MachineOwner

    Hi,
    In order to assist you, we will need the .DMP files to analyze what exactly occurred at the time of the crash, etc.
    If you don't know where .DMP files are located, here's how to get to them:
    1. Navigate to the %systemroot%\Minidump folder.
    -- %systemroot% is the environment variable for your Windows directory. For example, C:\Windows.
    2. Copy any and all .DMP files in the Minidump folder to your Desktop, create a new folder on the Desktop to put these .DMP files in, and then zip the folder. You can then either use a 3rd party tool such as 7-Zip/Winrar, or you can use Windows'
    default method of zipping folders.
    Compress and uncompress files (zip files).
    Please note that any "cleaner" programs such as TuneUpUtilities, CCleaner, etc, by default will delete .DMP files upon use. With this said, if you've run such software, and your Minidump folder is empty, you will need
    to allow the system to crash once again to generate a crash dump.
    3. Upload the .ZIP containing the .DMP files to Onedrive or a hosting site of your choice and paste in your reply.
    Preferred sites: Onedrive, Mediafire, Dropbox, etc. Nothing with wait-timers, download managers, etc.
    4 (optional): The type of .DMP files located in the Minidump folder are known as Small Memory Dumps. In %systemroot% there will be what is known as a Kernel Memory Dump (if your system is set to generate). It is labeled MEMORY.DMP. The difference
    between Small Memory Dumps and Kernel Memory Dumps in the simplest definition is a Kernel Memory Dump contains
    much more information at the time of the crash, therefore allowing further debugging of your issue. If your upload speed permits it, and you aren't going against any strict bandwidth and/or usage caps, etc, the Kernel Memory Dump is
    the best choice. Do note that Kernel Memory Dumps are much larger
    in size due to containing much more info, which is why I mentioned upload speed, etc.
    If you are going to use Onedrive but don't know how to upload to it, please visit the following:
    Upload photos and files to Onedrive.
    After doing that, to learn how to share the link to the file if you are unaware, please visit the following link -
    Share files and folders and change permissions and view 'Get a link'.
    If your computer is not generating .DMP files, please do the following:
    1. Start > type %systemroot% which should show the Windows folder, click on it. Once inside that folder, ensure there is a Minidump folder created. If not, CTRL-SHIFT-N to make a New Folder and name it Minidump.
    2. Windows key + Pause key. This should bring up System. Click Advanced System Settings on the left > Advanced > Performance > Settings > Advanced > Ensure there's a check-mark for 'Automatically manage paging file size for
    all drives'.
    3. Windows key + Pause key. This should bring up System. Click Advanced System Settings on the left > Advanced > Startup and Recovery > Settings > System Failure > ensure there is a check mark next to 'Write an event to the
    system log'.
    Ensure Small Memory Dump is selected and ensure the path is %systemroot%\Minidump.
    4. Double check that the WERS is ENABLED:
    Start > Search > type services.msc > Under the name tab, find Windows Error Reporting Service > If the status of the service is not Started then right click it and select Start. Also ensure that under Startup Type it is set to Automatic rather than
    Manual. You can do this by right clicking it, selecting properties, and under General selecting startup type to 'Automatic', and then click Apply.
    If you cannot get into normal mode to do any of this, please do this via Safe Mode.
    Regards,
    Patrick
    “Be kind whenever possible. It is always possible.” - Dalai Lama

Maybe you are looking for

  • ITunes Match - how do I begin?

    Okay, this sounds really stupid, but I can't seem to understand how to enable iTunes Match. On my iPhone, in the Settings > Music > iTunes Match, when I switch to ON, I get the following dialog box message: "You are not currently subscribed to iTunes

  • File to ABAP proxy as attachment

    Hello PI expert, I have requirement to FTP file from FTP server to ECC server.  But because of some security, we can not get FTP permission on ECC server. What i want to do is, get the file from FTP server as it is, and send it using abap proxy as at

  • Opening a pages document in Word

    Hi there. I am mainly using Pages to edit documents that have been generated in Word by other computers. I have no problem opening and editing these files but when I am finished, is there a way of saving them so that I can email them back to the othe

  • BTE - How Implement (OUTBOUND_CALL_00003050_E)

    Hi. I need implement the BTE (SAMPLE_INTERFACE_00003050) in event "00003050" . please, how do they do it Thank. Carlos Orden

  • Webservice ManageCustomerInvoiceRequestIn

    Hello all, We've having some problems with the ManageCustomerInvoiceRequestIn webservice. We have been able to setup the webservice and generate customer invoice requests in the BYD system. However the customer invoice request only have one line/prod