How do I intercept/catch a JMF-crash when playing unsupported files?

I'm writing an application with a media viewer (JMF2.1.1) in it. For some file formats it works okay, but when playing some of them, I get the 'Unable to handle format' error. Now I can live with that, but the problem is that the entire app just HANGS. No exception is thrown, no option to get rid of the error, nothing.
In my code I have several try/catch blocks, but those are not adressed with these particular crashes.
My question is this: how can I intercept or catch this crash? How can I PRE-detect whether the file format is unsupported and then send a message saying this file is unplayable (thus not starting the player.realize process)?

Ok, this is what I have so far. The mediaplayer opens in a separate JDialog window.
import javax.media.*;
import com.sun.media.ui.*;
import javax.media.protocol.*;
import javax.media.protocol.DataSource;
import javax.swing.*;
import javax.swing.event.*;
import java.awt.*;
import java.awt.event.*;
import java.net.*;
import java.io.*;
import java.util.Vector;
import com.sun.media.codec.audio.mp3.JavaDecoder;
public class MediaPlayer implements ControllerListener  {
     private Dialogs dialogs = new Dialogs();
    private JDialog mediaDialog = new JDialog();
    private MediaLocator mloc;
    private Player player = null;
    private URL mediaURL;
    private JPanel mediaPanel = new JPanel();
    private boolean realized = false;
     Component visual = null;
    Component control = null;
     int videoWidth = 320;
     int videoHeight = 240;
     int controlHeight = 30;
    int insetWidth = 10;
    int insetHeight = 30;
    public MediaPlayer(String mediaFileLocation) {
         mediaDialog.addWindowListener(new WindowAdapter() {
               public void windowClosing(WindowEvent e) {
                       player.stop();
                       player.close();
                       mediaDialog.setVisible(false);
        try {
            mediaDialog.setTitle("Media Viewer");
            mediaDialog.setLayout(new BorderLayout());
            mediaDialog.setSize(400, 400);
            mediaDialog.setModal(true);
            mediaDialog.setEnabled(true);
               mediaDialog.setLocationRelativeTo(mediaDialog.getOwner());
               System.out.println("MPwindow setup");
               mediaPanel.setLayout(new BorderLayout());
            mloc = new MediaLocator(mediaFileLocation);
            player = Manager.createPlayer(mloc);
            player.addControllerListener(this);
               System.out.println("MPmedialoc0");
                 wrapRealize(); // gives error at wrong codec or unable to handle file
               System.out.println("MPmedialoc1");            
            player.prefetch();
               System.out.println("MPmedialoc2");                
               mediaDialog.add(mediaPanel,BorderLayout.CENTER);
            mediaPanel.setVisible(true);
            mediaDialog.setVisible(true);
                System.out.println("MPpanel setup");
        catch(Exception e){
            e.printStackTrace();
            dialogs.failedPlayer("Error: couldn't initiate Media Viewer.");
            System.out.println("failedPlayer(Except.error: couldn't initiate Media Viewer.");
    public synchronized void wrapRealize(){
        try {
             player.realize();
             while(!realized){
                 try {
                     wait();
                     System.out.println("MPrealizewait");
                 catch(InterruptedException ie){
                      ie.printStackTrace();
                      dialogs.failedPlayer("Error: couldn't realize Media Viewer.");
                      System.out.println("failedPlayer(Interrupt.error: couldn't realize Media Viewer.");
        } catch (Exception ex){
             ex.printStackTrace();
             dialogs.failedPlayer("Error: couldn't realize Media Viewer.");
            System.out.println("failedPlayer(PreRealize.error: couldn't realize Media Viewer.");     
    public synchronized void controllerUpdate(ControllerEvent ce){
         try{
             if(ce instanceof RealizeCompleteEvent){
                 realized = true;
                 Component display = player.getVisualComponent();
                 mediaPanel.add(display);
                 System.out.println("MPdisplay add");
                 Component controller = player.getControlPanelComponent();
                 controller.setBounds(500,500,100,300);
                 mediaPanel.add(controller);
                 notify();
                   System.out.println("MPpanel add");
             else if(ce instanceof PrefetchCompleteEvent){
                 if ((visual = player.getVisualComponent()) != null) {
                      Dimension size = visual.getPreferredSize();
                      videoWidth = size.width;
                         videoHeight = size.height;
                         mediaPanel.add("Center", visual);
                          System.out.println("MPvis setup");
                   } else {
                        videoWidth = 320;
                   if ((control = player.getControlPanelComponent()) != null) {
                         controlHeight = control.getPreferredSize().height;
                         mediaPanel.add("South", control);
                          System.out.println("MPcontrol setup");
                   mediaDialog.setSize(videoWidth + insetWidth,videoHeight + controlHeight + insetHeight);
                   mediaDialog.validate();
                 player.start();
                    System.out.println("MPsetsizeandvalidate");
             else if(ce instanceof EndOfMediaEvent){
                 player.stop();
         } catch(Exception fe) {
              dialogs.failedPlayer("Error: couldn't realize Media Viewer.");
              System.out.println("failedPlayer(Except.error: couldn't realize Media Viewer.");
}If anyone knows how to get around the 'Unable to handle' crash, please let me know.

Similar Messages

  • Elements 13 crash when playing video files

    I just installed Photoshop elements 13 and Premiere Elements 13. When I try to playback video files in Photoshop elements 13 it crashes. When playing the same files in Premiere elements 13 it works nicely.
    It worked in PE12. It also works in QuickTime

    Hi there,
    maybe you should first make a driver-rollback to see if its really driver related. If yes, then try these one:
    http://www.laptopvideo2go.com/
    (But please READ the FAQ before doing anything!)
    Otherwise I would recommend you to download a codec pack like k-lite and try it again (www.free-codecs.com/download/K_Lite_Codec_Pack.htm)
    Greets

  • Safari Crash When Playing Multimedia Files

    Lately, I have been having a problem with my web browers (doesn't matter whether its Safari, Firefox, Netscape, IE, etc) whereby if I try to play a multimedia file within the browser (e.g., a sound file within a page), the browser crashes and I get that TalkBack page.
    Has anyone had this problem and if so, do you know how to fix it? Thanks.

    It would help to know exactly what the file extensions of the multimedia files are.

  • 7.6 Win crashes when opening some files that open on Mac

    On XP SP3, I can play Apple movie previews without problem in Firefox.
    I can also view certain 3rd party tutorials in quicktime in Firefox without any problems.
    If I download the same files I was viewing without problem, quite often QuickTime 7.6 will crash when opening the file.
    It's not a corrupt file, as if I try a few times, it will finally open.
    These same files have zero problem if I open them in QT 7.6 on the Mac.
    I'm running a server motherboard with ECC memory from a RAID with ECC memory, and I have NO crashes with my other software (SQL Server, Visual Studio, etc.)
    How can I resolve this crashing issue?

    I should have mentioned, to get it to crash, I double click on the file when Quicktime is NOT running (I don't have Quicktime set to always run either).
    I found that if I open Quicktime 1st, THEN I can double click on the file and have it open (the one I could not get to open at all).

  • Lightroom crashes when viewing RAW files (LR 6)

    Hey,
    my LR 6 Trial Build 1018573 crashes when viewing raw files on my mac book pro late 2010. The problem occurs when I press the right arrow several times to get to the next picture. The RAW files are Fuji. I don't expiernce the problem with LR 5.7, but migrated my whole catalog.. :-/
    I turned off the automatic change of graphics mode to be sure that the better graphic-card is used.
    Any help or suggestions how to solve the prolbem?
    Thanks in advance!

    In the Preferences dialog, Performance tab, try turning off all GPU support.
    Lots of issues with the video cards, especially ATI cards.

  • Crash when playing in Cover Flow?

    Hello, Why I ask that some songs I have crash when playing in Cover Flow? I'll touch the album to flip to the contents and then touch the song to play and the screen will go to the main touch menu? I guess like anything else in computers I should delete the album/song and re-load it on the touch.....
    Guess what? The song is working!!!

    Hi..
    Might be help for you here >  OS X Lion: Vanishing Scroll Bars & How to Get Them Back | Apartment Therapy Unplggd

  • (bootcamp) graphics card crash when playing games

    Firstly apologies if I've put this in the wrong section of the forum... this is the most applicable I could find.
    Having tried to enquire at the good folks of AMD, they told me I needed to see apple. Finding a support email is nigh on impossile - so either that or advice on this issue would be greatly appreciated!
    I have a boot camp partition on a mid 2011 macbook pro - my graphics card is Radeon HD 6750M.
    I have recently been experiencing graphics card crashes when playing games.
    There is no boot camp update available, so I am forced to update the driver manually. Trying to use the automated detection/installation tool on the ATI site resulted in the error "your computer doesn't have a proper graphics adapter"
    When I located and downloaded the mac bootcamp drivers from the ATI site site, and I tried to install these it was unable to detect my existing microsoft C++ distributable or install its own - so the installation failed.
    All advice welcome!

    yeah - it *might* have fixed my issue - or at least it hasn't crashed yet... jynxed it now ofcourse ;p I have acouple of questions though...
    Why did this just start happening - I've played other games and this game before without these crashing issues?
    I'm worried about configuring this fan thing correctly - lots of 'if your hardware gets damages it's not my problem' warnings on the software site. I know there's only 4 options - how do I ensure I select the right one? ie I thought I had a unibody macbook pro but it can't find the second GPU?

  • Itunes Crashes when importing Music File or Folder on Windows 7 64-Bit with Itune 10.5 and update ios 5

    Itunes crashes when importing Music File or Folder ever since i updated it yesterday

    You can try downloading 7-Zip (free), or a free trial of WinRAR, and unpack the iTunesSetup.exe or iTunesSetup64.exe file into its components then try installing them individually in alphabetical order (don't try to install SetupAdmin.exe or iCloud.msi). You may get a more useful error message as to which component has problems.
    tt2

  • [SOLVED] Random crashes when playing videos on Atom J1900 / Intel HD

    Hi,
    Following my first thread (which has been gladly solved, finally), I'm still getting stuck on the "crashes when playing videos" thing.
    FIY here are the specs, copied from my original thread:
    I've just bought a Gigabyte Brix to be used as an HTPC. The exact model is GB-BXBT-1900.
    I've installed 4 GB of 1.35V RAM (Corsair CT51264BF160B), which is supported by this model, and a Kingston SSD (V300 60GB).
    Then of course, I've installed Arch x64 with a base system and Xorg with DE (Xfce).
    It can happen after 2 or 50 minutes (it rarely goes beyond this limit), mainly when using VLC, but I could reproduce the same behavior with SMPlayer or even Kodi: the display freezes and I can no longer move the cursor, use the keyboard (to change TTY for example) or access the machine remotely. I'm forced to press the power button for 5 seconds and boot again.
    No sign of any warning in the logs, no high temperature on any sensor, nothing that could help me find what to blame. The wired keyboard attached does not show blinking LEDs so I'm assuming it's not a kernel panic.
    The thing is, those crashes happen *only* when playing videos. Otherwise the machine is extremely stable and can stay up and running for days or weeks without a crash. But if you play a video on it, be prepared to reboot within the next half-hour.
    So I'm assuming this has something to do with the display driver, or its configuration. I did not change anything to the default one, just added "intel_pstate=disabled" to the boot command line as advised in another thread, but it didn't help.
    And now some fresh system informations you might need:
    [root@ghanima ~]# lspci
    00:00.0 Host bridge: Intel Corporation Atom Processor Z36xxx/Z37xxx Series SoC Transaction Register (rev 0e)
    00:02.0 VGA compatible controller: Intel Corporation Atom Processor Z36xxx/Z37xxx Series Graphics & Display (rev 0e)
    00:13.0 SATA controller: Intel Corporation Device 0f23 (rev 0e)
    00:14.0 USB controller: Intel Corporation Atom Processor Z36xxx/Z37xxx Series USB xHCI (rev 0e)
    00:1a.0 Encryption controller: Intel Corporation Atom Processor Z36xxx/Z37xxx Series Trusted Execution Engine (rev 0e)
    00:1b.0 Audio device: Intel Corporation Atom Processor Z36xxx/Z37xxx Series High Definition Audio Controller (rev 0e)
    00:1c.0 PCI bridge: Intel Corporation Device 0f48 (rev 0e)
    00:1c.1 PCI bridge: Intel Corporation Device 0f4a (rev 0e)
    00:1c.2 PCI bridge: Intel Corporation Device 0f4c (rev 0e)
    00:1c.3 PCI bridge: Intel Corporation Device 0f4e (rev 0e)
    00:1f.0 ISA bridge: Intel Corporation Atom Processor Z36xxx/Z37xxx Series Power Control Unit (rev 0e)
    00:1f.3 SMBus: Intel Corporation Device 0f12 (rev 0e)
    02:00.0 Network controller: Realtek Semiconductor Co., Ltd. RTL8723BE PCIe Wireless Network Adapter
    03:00.0 Ethernet controller: Realtek Semiconductor Co., Ltd. RTL8111/8168/8411 PCI Express Gigabit Ethernet Controller (rev 0c)
    Below is the full log of a session that ended in such crash after approximately 30 minutes, while playing a video with VLC:
    -- Logs begin at lun. 2015-02-23 07:20:05 CET, end at lun. 2015-04-06 20:11:28 CEST. --
    avril 06 18:38:54 ghanima systemd-journal[146]: Runtime journal is using 8.0M (max allowed 192.5M, trying to leave 288.8M free of 1.8G available → current limit 192.5M).
    avril 06 18:38:54 ghanima systemd-journal[146]: Permanent journal is using 120.0M (max allowed 100.0M, trying to leave 3.6G free of 9.1G available → current limit 120.0M).
    avril 06 18:38:54 ghanima systemd-journal[146]: Time spent on flushing to /var is 1.590ms for 2 entries.
    avril 06 18:38:54 ghanima kernel: Initializing cgroup subsys cpuset
    avril 06 18:38:54 ghanima kernel: Initializing cgroup subsys cpu
    avril 06 18:38:54 ghanima kernel: Initializing cgroup subsys cpuacct
    avril 06 18:38:54 ghanima kernel: Linux version 3.19.2-1-ARCH (builduser@tobias) (gcc version 4.9.2 20150304 (prerelease) (GCC) ) #1 SMP PREEMPT Wed Mar 18 16:21:02 CET 2015
    avril 06 18:38:54 ghanima kernel: Command line: BOOT_IMAGE=/boot/vmlinuz-linux root=UUID=948e1d0b-179a-4c18-9765-803bc8264277 rw intel_pstate=disable
    avril 06 18:38:54 ghanima kernel: e820: BIOS-provided physical RAM map:
    avril 06 18:38:54 ghanima kernel: BIOS-e820: [mem 0x0000000000000000-0x000000000008d7ff] usable
    avril 06 18:38:54 ghanima kernel: BIOS-e820: [mem 0x000000000008d800-0x000000000009ffff] reserved
    avril 06 18:38:54 ghanima kernel: BIOS-e820: [mem 0x00000000000e0000-0x00000000000fffff] reserved
    avril 06 18:38:54 ghanima kernel: BIOS-e820: [mem 0x0000000000100000-0x000000001effffff] usable
    avril 06 18:38:54 ghanima kernel: BIOS-e820: [mem 0x000000001f000000-0x000000001f0fffff] reserved
    avril 06 18:38:54 ghanima kernel: BIOS-e820: [mem 0x000000001f100000-0x000000001fffffff] usable
    avril 06 18:38:54 ghanima kernel: BIOS-e820: [mem 0x0000000020000000-0x00000000200fffff] reserved
    avril 06 18:38:54 ghanima kernel: BIOS-e820: [mem 0x0000000020100000-0x00000000b966afff] usable
    avril 06 18:38:54 ghanima kernel: BIOS-e820: [mem 0x00000000b966b000-0x00000000b969afff] reserved
    avril 06 18:38:54 ghanima kernel: BIOS-e820: [mem 0x00000000b969b000-0x00000000b96aafff] ACPI data
    avril 06 18:38:54 ghanima kernel: BIOS-e820: [mem 0x00000000b96ab000-0x00000000b97effff] ACPI NVS
    avril 06 18:38:54 ghanima kernel: BIOS-e820: [mem 0x00000000b97f0000-0x00000000b9b9cfff] reserved
    avril 06 18:38:54 ghanima kernel: BIOS-e820: [mem 0x00000000b9b9d000-0x00000000b9b9dfff] usable
    avril 06 18:38:54 ghanima kernel: BIOS-e820: [mem 0x00000000b9b9e000-0x00000000b9bdffff] reserved
    avril 06 18:38:54 ghanima kernel: BIOS-e820: [mem 0x00000000b9be0000-0x00000000b9d4efff] usable
    avril 06 18:38:54 ghanima kernel: BIOS-e820: [mem 0x00000000b9d4f000-0x00000000b9ff9fff] reserved
    avril 06 18:38:54 ghanima kernel: BIOS-e820: [mem 0x00000000b9ffa000-0x00000000b9ffffff] usable
    avril 06 18:38:54 ghanima kernel: BIOS-e820: [mem 0x00000000e00f8000-0x00000000e00f8fff] reserved
    avril 06 18:38:54 ghanima kernel: BIOS-e820: [mem 0x00000000fed01000-0x00000000fed01fff] reserved
    avril 06 18:38:54 ghanima kernel: BIOS-e820: [mem 0x00000000fed08000-0x00000000fed08fff] reserved
    avril 06 18:38:54 ghanima kernel: BIOS-e820: [mem 0x00000000ffb00000-0x00000000ffffffff] reserved
    avril 06 18:38:54 ghanima kernel: BIOS-e820: [mem 0x0000000100000000-0x000000013fffffff] usable
    avril 06 18:38:54 ghanima kernel: NX (Execute Disable) protection: active
    avril 06 18:38:54 ghanima kernel: SMBIOS 2.8 present.
    avril 06 18:38:54 ghanima kernel: DMI: GIGABYTE GB-BXBT-1900/MZBAYAB-00, BIOS F3 07/15/2014
    avril 06 18:38:54 ghanima kernel: e820: update [mem 0x00000000-0x00000fff] usable ==> reserved
    avril 06 18:38:54 ghanima kernel: e820: remove [mem 0x000a0000-0x000fffff] usable
    avril 06 18:38:54 ghanima kernel: AGP: No AGP bridge found
    avril 06 18:38:54 ghanima kernel: e820: last_pfn = 0x140000 max_arch_pfn = 0x400000000
    avril 06 18:38:54 ghanima kernel: MTRR default type: uncachable
    avril 06 18:38:54 ghanima kernel: MTRR fixed ranges enabled:
    avril 06 18:38:54 ghanima kernel: 00000-9FFFF write-back
    avril 06 18:38:54 ghanima kernel: A0000-BFFFF uncachable
    avril 06 18:38:54 ghanima kernel: C0000-E7FFF write-through
    avril 06 18:38:54 ghanima kernel: E8000-FFFFF write-protect
    avril 06 18:38:54 ghanima kernel: MTRR variable ranges enabled:
    avril 06 18:38:54 ghanima kernel: 0 base 000000000 mask F00000000 write-back
    avril 06 18:38:54 ghanima kernel: 1 base 100000000 mask FC0000000 write-back
    avril 06 18:38:54 ghanima kernel: 2 base 0BA800000 mask FFF800000 uncachable
    avril 06 18:38:54 ghanima kernel: 3 base 0BB000000 mask FFF000000 uncachable
    avril 06 18:38:54 ghanima kernel: 4 base 0BC000000 mask FFC000000 uncachable
    avril 06 18:38:54 ghanima kernel: 5 base 0C0000000 mask FC0000000 uncachable
    avril 06 18:38:54 ghanima kernel: 6 disabled
    avril 06 18:38:54 ghanima kernel: 7 disabled
    avril 06 18:38:54 ghanima kernel: PAT configuration [0-7]: WB WC UC- UC WB WC UC- UC
    avril 06 18:38:54 ghanima kernel: e820: update [mem 0xba800000-0xffffffff] usable ==> reserved
    avril 06 18:38:54 ghanima kernel: e820: last_pfn = 0xba000 max_arch_pfn = 0x400000000
    avril 06 18:38:54 ghanima kernel: found SMP MP-table at [mem 0x000fd6a0-0x000fd6af] mapped at [ffff8800000fd6a0]
    avril 06 18:38:54 ghanima kernel: Scanning 1 areas for low memory corruption
    avril 06 18:38:54 ghanima kernel: Base memory trampoline at [ffff880000087000] 87000 size 24576
    avril 06 18:38:54 ghanima kernel: init_memory_mapping: [mem 0x00000000-0x000fffff]
    avril 06 18:38:54 ghanima kernel: [mem 0x00000000-0x000fffff] page 4k
    avril 06 18:38:54 ghanima kernel: BRK [0x01b32000, 0x01b32fff] PGTABLE
    avril 06 18:38:54 ghanima kernel: BRK [0x01b33000, 0x01b33fff] PGTABLE
    avril 06 18:38:54 ghanima kernel: BRK [0x01b34000, 0x01b34fff] PGTABLE
    avril 06 18:38:54 ghanima kernel: init_memory_mapping: [mem 0x13fe00000-0x13fffffff]
    avril 06 18:38:54 ghanima kernel: [mem 0x13fe00000-0x13fffffff] page 2M
    avril 06 18:38:54 ghanima kernel: BRK [0x01b35000, 0x01b35fff] PGTABLE
    avril 06 18:38:54 ghanima kernel: init_memory_mapping: [mem 0x120000000-0x13fdfffff]
    avril 06 18:38:54 ghanima kernel: [mem 0x120000000-0x13fdfffff] page 2M
    avril 06 18:38:54 ghanima kernel: init_memory_mapping: [mem 0x00100000-0x1effffff]
    avril 06 18:38:54 ghanima kernel: [mem 0x00100000-0x001fffff] page 4k
    avril 06 18:38:54 ghanima kernel: [mem 0x00200000-0x1effffff] page 2M
    avril 06 18:38:54 ghanima kernel: init_memory_mapping: [mem 0x1f100000-0x1fffffff]
    avril 06 18:38:54 ghanima kernel: [mem 0x1f100000-0x1f1fffff] page 4k
    avril 06 18:38:54 ghanima kernel: [mem 0x1f200000-0x1fffffff] page 2M
    avril 06 18:38:54 ghanima kernel: BRK [0x01b36000, 0x01b36fff] PGTABLE
    avril 06 18:38:54 ghanima kernel: init_memory_mapping: [mem 0x20100000-0xb966afff]
    avril 06 18:38:54 ghanima kernel: [mem 0x20100000-0x201fffff] page 4k
    avril 06 18:38:54 ghanima kernel: [mem 0x20200000-0xb95fffff] page 2M
    avril 06 18:38:54 ghanima kernel: [mem 0xb9600000-0xb966afff] page 4k
    avril 06 18:38:54 ghanima kernel: BRK [0x01b37000, 0x01b37fff] PGTABLE
    avril 06 18:38:54 ghanima kernel: init_memory_mapping: [mem 0xb9b9d000-0xb9b9dfff]
    avril 06 18:38:54 ghanima kernel: [mem 0xb9b9d000-0xb9b9dfff] page 4k
    avril 06 18:38:54 ghanima kernel: init_memory_mapping: [mem 0xb9be0000-0xb9d4efff]
    avril 06 18:38:54 ghanima kernel: [mem 0xb9be0000-0xb9d4efff] page 4k
    avril 06 18:38:54 ghanima kernel: init_memory_mapping: [mem 0xb9ffa000-0xb9ffffff]
    avril 06 18:38:54 ghanima kernel: [mem 0xb9ffa000-0xb9ffffff] page 4k
    avril 06 18:38:54 ghanima kernel: init_memory_mapping: [mem 0x100000000-0x11fffffff]
    avril 06 18:38:54 ghanima kernel: [mem 0x100000000-0x11fffffff] page 2M
    avril 06 18:38:54 ghanima kernel: RAMDISK: [mem 0x3799a000-0x37cc4fff]
    avril 06 18:38:54 ghanima kernel: ACPI: Early table checksum verification disabled
    avril 06 18:38:54 ghanima kernel: ACPI: RSDP 0x00000000000F04A0 000024 (v02 ALASKA)
    avril 06 18:38:54 ghanima kernel: ACPI: XSDT 0x00000000B96A2078 000074 (v01 ALASKA A M I 01072009 AMI 00010013)
    avril 06 18:38:54 ghanima kernel: ACPI: FACP 0x00000000B96A98B0 00010C (v05 ALASKA A M I 01072009 AMI 00010013)
    avril 06 18:38:54 ghanima kernel: ACPI BIOS Warning (bug): 32/64X length mismatch in FADT/Gpe0Block: 128/32 (20141107/tbfadt-618)
    avril 06 18:38:54 ghanima kernel: ACPI: DSDT 0x00000000B96A2180 00772E (v02 ALASKA A M I 01072009 INTL 20120913)
    avril 06 18:38:54 ghanima kernel: ACPI: FACS 0x00000000B97EFF80 000040
    avril 06 18:38:54 ghanima kernel: ACPI: APIC 0x00000000B96A99C0 000084 (v03 ALASKA A M I 01072009 AMI 00010013)
    avril 06 18:38:54 ghanima kernel: ACPI: FPDT 0x00000000B96A9A48 000044 (v01 ALASKA A M I 01072009 AMI 00010013)
    avril 06 18:38:54 ghanima kernel: ACPI: MCFG 0x00000000B96A9A90 00003C (v01 ALASKA A M I 01072009 MSFT 00000097)
    avril 06 18:38:54 ghanima kernel: ACPI: LPIT 0x00000000B96A9AD0 000104 (v01 ALASKA A M I 00000003 VLV2 0100000D)
    avril 06 18:38:54 ghanima kernel: ACPI: HPET 0x00000000B96A9BD8 000038 (v01 ALASKA A M I 01072009 AMI. 00000005)
    avril 06 18:38:54 ghanima kernel: ACPI: SSDT 0x00000000B96A9C10 000763 (v01 PmRef CpuPm 00003000 INTL 20061109)
    avril 06 18:38:54 ghanima kernel: ACPI: SSDT 0x00000000B96AA378 000290 (v01 PmRef Cpu0Tst 00003000 INTL 20061109)
    avril 06 18:38:54 ghanima kernel: ACPI: SSDT 0x00000000B96AA608 00017A (v01 PmRef ApTst 00003000 INTL 20061109)
    avril 06 18:38:54 ghanima kernel: ACPI: UEFI 0x00000000B96AA788 000042 (v01 ALASKA A M I 00000000 00000000)
    avril 06 18:38:54 ghanima kernel: ACPI: Local APIC address 0xfee00000
    avril 06 18:38:54 ghanima kernel: No NUMA configuration found
    avril 06 18:38:54 ghanima kernel: Faking a node at [mem 0x0000000000000000-0x000000013fffffff]
    avril 06 18:38:54 ghanima kernel: NODE_DATA(0) allocated [mem 0x13fff6000-0x13fff9fff]
    avril 06 18:38:54 ghanima kernel: [ffffea0000000000-ffffea0004ffffff] PMD -> [ffff88013b600000-ffff88013f5fffff] on node 0
    avril 06 18:38:54 ghanima kernel: Zone ranges:
    avril 06 18:38:54 ghanima kernel: DMA [mem 0x00001000-0x00ffffff]
    avril 06 18:38:54 ghanima kernel: DMA32 [mem 0x01000000-0xffffffff]
    avril 06 18:38:54 ghanima kernel: Normal [mem 0x100000000-0x13fffffff]
    avril 06 18:38:54 ghanima kernel: Movable zone start for each node
    avril 06 18:38:54 ghanima kernel: Early memory node ranges
    avril 06 18:38:54 ghanima kernel: node 0: [mem 0x00001000-0x0008cfff]
    avril 06 18:38:54 ghanima kernel: node 0: [mem 0x00100000-0x1effffff]
    avril 06 18:38:54 ghanima kernel: node 0: [mem 0x1f100000-0x1fffffff]
    avril 06 18:38:54 ghanima kernel: node 0: [mem 0x20100000-0xb966afff]
    avril 06 18:38:54 ghanima kernel: node 0: [mem 0xb9b9d000-0xb9b9dfff]
    avril 06 18:38:54 ghanima kernel: node 0: [mem 0xb9be0000-0xb9d4efff]
    avril 06 18:38:54 ghanima kernel: node 0: [mem 0xb9ffa000-0xb9ffffff]
    avril 06 18:38:54 ghanima kernel: node 0: [mem 0x100000000-0x13fffffff]
    avril 06 18:38:54 ghanima kernel: Initmem setup node 0 [mem 0x00001000-0x13fffffff]
    avril 06 18:38:54 ghanima kernel: On node 0 totalpages: 1021293
    avril 06 18:38:54 ghanima kernel: DMA zone: 64 pages used for memmap
    avril 06 18:38:54 ghanima kernel: DMA zone: 21 pages reserved
    avril 06 18:38:54 ghanima kernel: DMA zone: 3980 pages, LIFO batch:0
    avril 06 18:38:54 ghanima kernel: DMA32 zone: 11800 pages used for memmap
    avril 06 18:38:54 ghanima kernel: DMA32 zone: 755169 pages, LIFO batch:31
    avril 06 18:38:54 ghanima kernel: Normal zone: 4096 pages used for memmap
    avril 06 18:38:54 ghanima kernel: Normal zone: 262144 pages, LIFO batch:31
    avril 06 18:38:54 ghanima kernel: x86/hpet: Will disable the HPET for this platform because it's not reliable
    avril 06 18:38:54 ghanima kernel: Reserving Intel graphics stolen memory at 0xbb000000-0xbeffffff
    avril 06 18:38:54 ghanima kernel: ACPI: PM-Timer IO Port: 0x408
    avril 06 18:38:54 ghanima kernel: ACPI: Local APIC address 0xfee00000
    avril 06 18:38:54 ghanima kernel: ACPI: LAPIC (acpi_id[0x01] lapic_id[0x00] enabled)
    avril 06 18:38:54 ghanima kernel: ACPI: LAPIC (acpi_id[0x02] lapic_id[0x02] enabled)
    avril 06 18:38:54 ghanima kernel: ACPI: LAPIC (acpi_id[0x03] lapic_id[0x04] enabled)
    avril 06 18:38:54 ghanima kernel: ACPI: LAPIC (acpi_id[0x04] lapic_id[0x06] enabled)
    avril 06 18:38:54 ghanima kernel: ACPI: LAPIC_NMI (acpi_id[0x01] high edge lint[0x1])
    avril 06 18:38:54 ghanima kernel: ACPI: LAPIC_NMI (acpi_id[0x02] high edge lint[0x1])
    avril 06 18:38:54 ghanima kernel: ACPI: LAPIC_NMI (acpi_id[0x03] high edge lint[0x1])
    avril 06 18:38:54 ghanima kernel: ACPI: LAPIC_NMI (acpi_id[0x04] high edge lint[0x1])
    avril 06 18:38:54 ghanima kernel: ACPI: IOAPIC (id[0x01] address[0xfec00000] gsi_base[0])
    avril 06 18:38:54 ghanima kernel: IOAPIC[0]: apic_id 1, version 32, address 0xfec00000, GSI 0-86
    avril 06 18:38:54 ghanima kernel: ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)
    avril 06 18:38:54 ghanima kernel: ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)
    avril 06 18:38:54 ghanima kernel: ACPI: IRQ0 used by override.
    avril 06 18:38:54 ghanima kernel: ACPI: IRQ9 used by override.
    avril 06 18:38:54 ghanima kernel: Using ACPI (MADT) for SMP configuration information
    avril 06 18:38:54 ghanima kernel: ACPI: HPET id: 0x8086a201 base: 0xfed00000
    avril 06 18:38:54 ghanima kernel: smpboot: Allowing 4 CPUs, 0 hotplug CPUs
    avril 06 18:38:54 ghanima kernel: PM: Registered nosave memory: [mem 0x00000000-0x00000fff]
    avril 06 18:38:54 ghanima kernel: PM: Registered nosave memory: [mem 0x0008d000-0x0008dfff]
    avril 06 18:38:54 ghanima kernel: PM: Registered nosave memory: [mem 0x0008e000-0x0009ffff]
    avril 06 18:38:54 ghanima kernel: PM: Registered nosave memory: [mem 0x000a0000-0x000dffff]
    avril 06 18:38:54 ghanima kernel: PM: Registered nosave memory: [mem 0x000e0000-0x000fffff]
    avril 06 18:38:54 ghanima kernel: PM: Registered nosave memory: [mem 0x1f000000-0x1f0fffff]
    avril 06 18:38:54 ghanima kernel: PM: Registered nosave memory: [mem 0x20000000-0x200fffff]
    avril 06 18:38:54 ghanima kernel: PM: Registered nosave memory: [mem 0xb966b000-0xb969afff]
    avril 06 18:38:54 ghanima kernel: PM: Registered nosave memory: [mem 0xb969b000-0xb96aafff]
    avril 06 18:38:54 ghanima kernel: PM: Registered nosave memory: [mem 0xb96ab000-0xb97effff]
    avril 06 18:38:54 ghanima kernel: PM: Registered nosave memory: [mem 0xb97f0000-0xb9b9cfff]
    avril 06 18:38:54 ghanima kernel: PM: Registered nosave memory: [mem 0xb9b9e000-0xb9bdffff]
    avril 06 18:38:54 ghanima kernel: PM: Registered nosave memory: [mem 0xb9d4f000-0xb9ff9fff]
    avril 06 18:38:54 ghanima kernel: PM: Registered nosave memory: [mem 0xba000000-0xbaffffff]
    avril 06 18:38:54 ghanima kernel: PM: Registered nosave memory: [mem 0xbb000000-0xbeffffff]
    avril 06 18:38:54 ghanima kernel: PM: Registered nosave memory: [mem 0xbf000000-0xe00f7fff]
    avril 06 18:38:54 ghanima kernel: PM: Registered nosave memory: [mem 0xe00f8000-0xe00f8fff]
    avril 06 18:38:54 ghanima kernel: PM: Registered nosave memory: [mem 0xe00f9000-0xfed00fff]
    avril 06 18:38:54 ghanima kernel: PM: Registered nosave memory: [mem 0xfed01000-0xfed01fff]
    avril 06 18:38:54 ghanima kernel: PM: Registered nosave memory: [mem 0xfed02000-0xfed07fff]
    avril 06 18:38:54 ghanima kernel: PM: Registered nosave memory: [mem 0xfed08000-0xfed08fff]
    avril 06 18:38:54 ghanima kernel: PM: Registered nosave memory: [mem 0xfed09000-0xffafffff]
    avril 06 18:38:54 ghanima kernel: PM: Registered nosave memory: [mem 0xffb00000-0xffffffff]
    avril 06 18:38:54 ghanima kernel: e820: [mem 0xbf000000-0xe00f7fff] available for PCI devices
    avril 06 18:38:54 ghanima kernel: Booting paravirtualized kernel on bare hardware
    avril 06 18:38:54 ghanima kernel: setup_percpu: NR_CPUS:128 nr_cpumask_bits:128 nr_cpu_ids:4 nr_node_ids:1
    avril 06 18:38:54 ghanima kernel: PERCPU: Embedded 31 pages/cpu @ffff88013fc00000 s86336 r8192 d32448 u524288
    avril 06 18:38:54 ghanima kernel: pcpu-alloc: s86336 r8192 d32448 u524288 alloc=1*2097152
    avril 06 18:38:54 ghanima kernel: pcpu-alloc: [0] 0 1 2 3
    avril 06 18:38:54 ghanima kernel: Built 1 zonelists in Node order, mobility grouping on. Total pages: 1005312
    avril 06 18:38:54 ghanima kernel: Policy zone: Normal
    avril 06 18:38:54 ghanima kernel: Kernel command line: BOOT_IMAGE=/boot/vmlinuz-linux root=UUID=948e1d0b-179a-4c18-9765-803bc8264277 rw intel_pstate=disable
    avril 06 18:38:54 ghanima kernel: PID hash table entries: 4096 (order: 3, 32768 bytes)
    avril 06 18:38:54 ghanima kernel: AGP: Checking aperture...
    avril 06 18:38:54 ghanima kernel: AGP: No AGP bridge found
    avril 06 18:38:54 ghanima kernel: Calgary: detecting Calgary via BIOS EBDA area
    avril 06 18:38:54 ghanima kernel: Calgary: Unable to locate Rio Grande table in EBDA - bailing!
    avril 06 18:38:54 ghanima kernel: Memory: 3937980K/4085172K available (5533K kernel code, 917K rwdata, 1744K rodata, 1164K init, 1156K bss, 147192K reserved, 0K cma-reserved)
    avril 06 18:38:54 ghanima kernel: SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=4, Nodes=1
    avril 06 18:38:54 ghanima kernel: Preemptible hierarchical RCU implementation.
    avril 06 18:38:54 ghanima kernel: RCU dyntick-idle grace-period acceleration is enabled.
    avril 06 18:38:54 ghanima kernel: RCU restricting CPUs from NR_CPUS=128 to nr_cpu_ids=4.
    avril 06 18:38:54 ghanima kernel: RCU: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=4
    avril 06 18:38:54 ghanima kernel: NR_IRQS:8448 nr_irqs:1024 16
    avril 06 18:38:54 ghanima kernel: spurious 8259A interrupt: IRQ7.
    avril 06 18:38:54 ghanima kernel: Console: colour dummy device 80x25
    avril 06 18:38:54 ghanima kernel: console [tty0] enabled
    avril 06 18:38:54 ghanima kernel: Maximum core-clock to bus-clock ratio: 0x18
    avril 06 18:38:54 ghanima kernel: Resolved frequency ID: 0, frequency: 83200 KHz
    avril 06 18:38:54 ghanima kernel: TSC runs at 1996800 KHz
    avril 06 18:38:54 ghanima kernel: lapic_timer_frequency = 277333
    avril 06 18:38:54 ghanima kernel: tsc: Detected 1996.800 MHz processor
    avril 06 18:38:54 ghanima kernel: Calibrating delay loop (skipped), value calculated using timer frequency.. 3995.00 BogoMIPS (lpj=6656000)
    avril 06 18:38:54 ghanima kernel: pid_max: default: 32768 minimum: 301
    avril 06 18:38:54 ghanima kernel: ACPI: Core revision 20141107
    avril 06 18:38:54 ghanima kernel: ACPI: All ACPI Tables successfully acquired
    avril 06 18:38:54 ghanima kernel: Security Framework initialized
    avril 06 18:38:54 ghanima kernel: Yama: becoming mindful.
    avril 06 18:38:54 ghanima kernel: Dentry cache hash table entries: 524288 (order: 10, 4194304 bytes)
    avril 06 18:38:54 ghanima kernel: Inode-cache hash table entries: 262144 (order: 9, 2097152 bytes)
    avril 06 18:38:54 ghanima kernel: Mount-cache hash table entries: 8192 (order: 4, 65536 bytes)
    avril 06 18:38:54 ghanima kernel: Mountpoint-cache hash table entries: 8192 (order: 4, 65536 bytes)
    avril 06 18:38:54 ghanima kernel: Initializing cgroup subsys memory
    avril 06 18:38:54 ghanima kernel: Initializing cgroup subsys devices
    avril 06 18:38:54 ghanima kernel: Initializing cgroup subsys freezer
    avril 06 18:38:54 ghanima kernel: Initializing cgroup subsys net_cls
    avril 06 18:38:54 ghanima kernel: Initializing cgroup subsys blkio
    avril 06 18:38:54 ghanima kernel: CPU: Physical Processor ID: 0
    avril 06 18:38:54 ghanima kernel: CPU: Processor Core ID: 0
    avril 06 18:38:54 ghanima kernel: ENERGY_PERF_BIAS: Set to 'normal', was 'performance'
    ENERGY_PERF_BIAS: View and update with x86_energy_perf_policy(8)
    avril 06 18:38:54 ghanima kernel: mce: CPU supports 6 MCE banks
    avril 06 18:38:54 ghanima kernel: CPU0: Thermal monitoring enabled (TM1)
    avril 06 18:38:54 ghanima kernel: Last level iTLB entries: 4KB 48, 2MB 0, 4MB 0
    Last level dTLB entries: 4KB 128, 2MB 16, 4MB 16, 1GB 0
    avril 06 18:38:54 ghanima kernel: Freeing SMP alternatives memory: 20K (ffffffff81a0a000 - ffffffff81a0f000)
    avril 06 18:38:54 ghanima kernel: ftrace: allocating 21170 entries in 83 pages
    avril 06 18:38:54 ghanima kernel: ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=0 pin2=0
    avril 06 18:38:54 ghanima kernel: smpboot: CPU0: Intel(R) Celeron(R) CPU J1900 @ 1.99GHz (fam: 06, model: 37, stepping: 08)
    avril 06 18:38:54 ghanima kernel: TSC deadline timer enabled
    avril 06 18:38:54 ghanima kernel: Performance Events: PEBS fmt2+, 8-deep LBR, Silvermont events, full-width counters, Intel PMU driver.
    avril 06 18:38:54 ghanima kernel: ... version: 3
    avril 06 18:38:54 ghanima kernel: ... bit width: 40
    avril 06 18:38:54 ghanima kernel: ... generic registers: 2
    avril 06 18:38:54 ghanima kernel: ... value mask: 000000ffffffffff
    avril 06 18:38:54 ghanima kernel: ... max period: 000000ffffffffff
    avril 06 18:38:54 ghanima kernel: ... fixed-purpose events: 3
    avril 06 18:38:54 ghanima kernel: ... event mask: 0000000700000003
    avril 06 18:38:54 ghanima kernel: x86: Booting SMP configuration:
    avril 06 18:38:54 ghanima kernel: .... node #0, CPUs: #1
    avril 06 18:38:54 ghanima kernel: NMI watchdog: enabled on all CPUs, permanently consumes one hw-PMU counter.
    avril 06 18:38:54 ghanima kernel: #2 #3
    avril 06 18:38:54 ghanima kernel: x86: Booted up 1 node, 4 CPUs
    avril 06 18:38:54 ghanima kernel: smpboot: Total of 4 processors activated (15980.00 BogoMIPS)
    avril 06 18:38:54 ghanima kernel: devtmpfs: initialized
    avril 06 18:38:54 ghanima kernel: PM: Registering ACPI NVS region [mem 0xb96ab000-0xb97effff] (1331200 bytes)
    avril 06 18:38:54 ghanima kernel: pinctrl core: initialized pinctrl subsystem
    avril 06 18:38:54 ghanima kernel: RTC time: 16:38:52, date: 04/06/15
    avril 06 18:38:54 ghanima kernel: NET: Registered protocol family 16
    avril 06 18:38:54 ghanima kernel: cpuidle: using governor ladder
    avril 06 18:38:54 ghanima kernel: cpuidle: using governor menu
    avril 06 18:38:54 ghanima kernel: ACPI FADT declares the system doesn't support PCIe ASPM, so disable it
    avril 06 18:38:54 ghanima kernel: ACPI: bus type PCI registered
    avril 06 18:38:54 ghanima kernel: acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5
    avril 06 18:38:54 ghanima kernel: PCI: MMCONFIG for domain 0000 [bus 00-ff] at [mem 0xe0000000-0xefffffff] (base 0xe0000000)
    avril 06 18:38:54 ghanima kernel: PCI: not using MMCONFIG
    avril 06 18:38:54 ghanima kernel: PCI: Using configuration type 1 for base access
    avril 06 18:38:54 ghanima kernel: ACPI: Added _OSI(Module Device)
    avril 06 18:38:54 ghanima kernel: ACPI: Added _OSI(Processor Device)
    avril 06 18:38:54 ghanima kernel: ACPI: Added _OSI(3.0 _SCP Extensions)
    avril 06 18:38:54 ghanima kernel: ACPI: Added _OSI(Processor Aggregator Device)
    avril 06 18:38:54 ghanima kernel: ACPI: Dynamic OEM Table Load:
    avril 06 18:38:54 ghanima kernel: ACPI: SSDT 0xFFFF88013A5D3C00 0003BC (v01 PmRef Cpu0Ist 00003000 INTL 20061109)
    avril 06 18:38:54 ghanima kernel: ACPI: Dynamic OEM Table Load:
    avril 06 18:38:54 ghanima kernel: ACPI: SSDT 0xFFFF88013A5DA800 000433 (v01 PmRef Cpu0Cst 00003001 INTL 20061109)
    avril 06 18:38:54 ghanima kernel: ACPI: Dynamic OEM Table Load:
    avril 06 18:38:54 ghanima kernel: ACPI: SSDT 0xFFFF88013A5D6200 00015F (v01 PmRef ApIst 00003000 INTL 20061109)
    avril 06 18:38:54 ghanima kernel: ACPI: Dynamic OEM Table Load:
    avril 06 18:38:54 ghanima kernel: ACPI: SSDT 0xFFFF88013A5C1600 00008D (v01 PmRef ApCst 00003000 INTL 20061109)
    avril 06 18:38:54 ghanima kernel: ACPI: Interpreter enabled
    avril 06 18:38:54 ghanima kernel: ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20141107/hwxface-580)
    avril 06 18:38:54 ghanima kernel: ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20141107/hwxface-580)
    avril 06 18:38:54 ghanima kernel: ACPI: (supports S0 S3 S4 S5)
    avril 06 18:38:54 ghanima kernel: ACPI: Using IOAPIC for interrupt routing
    avril 06 18:38:54 ghanima kernel: PCI: MMCONFIG for domain 0000 [bus 00-ff] at [mem 0xe0000000-0xefffffff] (base 0xe0000000)
    avril 06 18:38:54 ghanima kernel: PCI: MMCONFIG at [mem 0xe0000000-0xefffffff] reserved in ACPI motherboard resources
    avril 06 18:38:54 ghanima kernel: PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug
    avril 06 18:38:54 ghanima kernel: ACPI: Power Resource [USBC] (on)
    avril 06 18:38:54 ghanima kernel: ACPI: Power Resource [PLPE] (on)
    avril 06 18:38:54 ghanima kernel: ACPI: Power Resource [PLPE] (on)
    avril 06 18:38:54 ghanima kernel: ACPI: Power Resource [FN00] (off)
    avril 06 18:38:54 ghanima kernel: ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])
    avril 06 18:38:54 ghanima kernel: acpi PNP0A08:00: _OSC: OS supports [ExtendedConfig ASPM ClockPM Segments MSI]
    avril 06 18:38:54 ghanima kernel: acpi PNP0A08:00: _OSC: platform does not support [PCIeHotplug PME]
    avril 06 18:38:54 ghanima kernel: acpi PNP0A08:00: _OSC: OS now controls [AER PCIeCapability]
    avril 06 18:38:54 ghanima kernel: PCI host bridge to bus 0000:00
    avril 06 18:38:54 ghanima kernel: pci_bus 0000:00: root bus resource [bus 00-ff]
    avril 06 18:38:54 ghanima kernel: pci_bus 0000:00: root bus resource [io 0x0000-0x006f]
    avril 06 18:38:54 ghanima kernel: pci_bus 0000:00: root bus resource [io 0x0078-0x0cf7]
    avril 06 18:38:54 ghanima kernel: pci_bus 0000:00: root bus resource [io 0x0d00-0xffff]
    avril 06 18:38:54 ghanima kernel: pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff]
    avril 06 18:38:54 ghanima kernel: pci_bus 0000:00: root bus resource [mem 0x000c0000-0x000dffff]
    avril 06 18:38:54 ghanima kernel: pci_bus 0000:00: root bus resource [mem 0x000e0000-0x000fffff]
    avril 06 18:38:54 ghanima kernel: pci_bus 0000:00: root bus resource [mem 0xc0000000-0xd0815fff]
    avril 06 18:38:54 ghanima kernel: pci 0000:00:00.0: [8086:0f00] type 00 class 0x060000
    avril 06 18:38:54 ghanima kernel: pci 0000:00:02.0: [8086:0f31] type 00 class 0x030000
    avril 06 18:38:54 ghanima kernel: pci 0000:00:02.0: reg 0x10: [mem 0xd0000000-0xd03fffff]
    avril 06 18:38:54 ghanima kernel: pci 0000:00:02.0: reg 0x18: [mem 0xc0000000-0xcfffffff pref]
    avril 06 18:38:54 ghanima kernel: pci 0000:00:02.0: reg 0x20: [io 0xf080-0xf087]
    avril 06 18:38:54 ghanima kernel: pci 0000:00:13.0: [8086:0f23] type 00 class 0x010601
    avril 06 18:38:54 ghanima kernel: pci 0000:00:13.0: reg 0x10: [io 0xf070-0xf077]
    avril 06 18:38:54 ghanima kernel: pci 0000:00:13.0: reg 0x14: [io 0xf060-0xf063]
    avril 06 18:38:54 ghanima kernel: pci 0000:00:13.0: reg 0x18: [io 0xf050-0xf057]
    avril 06 18:38:54 ghanima kernel: pci 0000:00:13.0: reg 0x1c: [io 0xf040-0xf043]
    avril 06 18:38:54 ghanima kernel: pci 0000:00:13.0: reg 0x20: [io 0xf020-0xf03f]
    avril 06 18:38:54 ghanima kernel: pci 0000:00:13.0: reg 0x24: [mem 0xd0815000-0xd08157ff]
    avril 06 18:38:54 ghanima kernel: pci 0000:00:13.0: PME# supported from D3hot
    avril 06 18:38:54 ghanima kernel: pci 0000:00:14.0: [8086:0f35] type 00 class 0x0c0330
    avril 06 18:38:54 ghanima kernel: pci 0000:00:14.0: reg 0x10: [mem 0xd0800000-0xd080ffff 64bit]
    avril 06 18:38:54 ghanima kernel: pci 0000:00:14.0: PME# supported from D3hot D3cold
    avril 06 18:38:54 ghanima kernel: pci 0000:00:14.0: System wakeup disabled by ACPI
    avril 06 18:38:54 ghanima kernel: pci 0000:00:1a.0: [8086:0f18] type 00 class 0x108000
    avril 06 18:38:54 ghanima kernel: pci 0000:00:1a.0: reg 0x10: [mem 0xd0500000-0xd05fffff]
    avril 06 18:38:54 ghanima kernel: pci 0000:00:1a.0: reg 0x14: [mem 0xd0400000-0xd04fffff]
    avril 06 18:38:54 ghanima kernel: pci 0000:00:1a.0: PME# supported from D0 D3hot
    avril 06 18:38:54 ghanima kernel: pci 0000:00:1b.0: [8086:0f04] type 00 class 0x040300
    avril 06 18:38:54 ghanima kernel: pci 0000:00:1b.0: reg 0x10: [mem 0xd0810000-0xd0813fff 64bit]
    avril 06 18:38:54 ghanima kernel: pci 0000:00:1b.0: PME# supported from D0 D3hot D3cold
    avril 06 18:38:54 ghanima kernel: pci 0000:00:1c.0: [8086:0f48] type 01 class 0x060400
    avril 06 18:38:54 ghanima kernel: pci 0000:00:1c.0: PME# supported from D0 D3hot D3cold
    avril 06 18:38:54 ghanima kernel: pci 0000:00:1c.1: [8086:0f4a] type 01 class 0x060400
    avril 06 18:38:54 ghanima kernel: pci 0000:00:1c.1: PME# supported from D0 D3hot D3cold
    avril 06 18:38:54 ghanima kernel: pci 0000:00:1c.2: [8086:0f4c] type 01 class 0x060400
    avril 06 18:38:54 ghanima kernel: pci 0000:00:1c.2: PME# supported from D0 D3hot D3cold
    avril 06 18:38:54 ghanima kernel: pci 0000:00:1c.3: [8086:0f4e] type 01 class 0x060400
    avril 06 18:38:54 ghanima kernel: pci 0000:00:1c.3: PME# supported from D0 D3hot D3cold
    avril 06 18:38:54 ghanima kernel: pci 0000:00:1f.0: [8086:0f1c] type 00 class 0x060100
    avril 06 18:38:54 ghanima kernel: pci 0000:00:1f.3: [8086:0f12] type 00 class 0x0c0500
    avril 06 18:38:54 ghanima kernel: pci 0000:00:1f.3: reg 0x10: [mem 0xd0814000-0xd081401f]
    avril 06 18:38:54 ghanima kernel: pci 0000:00:1f.3: reg 0x20: [io 0xf000-0xf01f]
    avril 06 18:38:54 ghanima kernel: pci 0000:00:1c.0: PCI bridge to [bus 01]
    avril 06 18:38:54 ghanima kernel: pci 0000:02:00.0: [10ec:b723] type 00 class 0x028000
    avril 06 18:38:54 ghanima kernel: pci 0000:02:00.0: reg 0x10: [io 0xe000-0xe0ff]
    avril 06 18:38:54 ghanima kernel: pci 0000:02:00.0: reg 0x18: [mem 0xd0700000-0xd0703fff 64bit]
    avril 06 18:38:54 ghanima kernel: pci 0000:02:00.0: supports D1 D2
    avril 06 18:38:54 ghanima kernel: pci 0000:02:00.0: PME# supported from D0 D1 D2 D3hot D3cold
    avril 06 18:38:54 ghanima kernel: pci 0000:02:00.0: System wakeup disabled by ACPI
    avril 06 18:38:54 ghanima kernel: pci 0000:00:1c.1: PCI bridge to [bus 02]
    avril 06 18:38:54 ghanima kernel: pci 0000:00:1c.1: bridge window [io 0xe000-0xefff]
    avril 06 18:38:54 ghanima kernel: pci 0000:00:1c.1: bridge window [mem 0xd0700000-0xd07fffff]
    avril 06 18:38:54 ghanima kernel: pci 0000:03:00.0: [10ec:8168] type 00 class 0x020000
    avril 06 18:38:54 ghanima kernel: pci 0000:03:00.0: reg 0x10: [io 0xd000-0xd0ff]
    avril 06 18:38:54 ghanima kernel: pci 0000:03:00.0: reg 0x18: [mem 0xd0604000-0xd0604fff 64bit]
    avril 06 18:38:54 ghanima kernel: pci 0000:03:00.0: reg 0x20: [mem 0xd0600000-0xd0603fff 64bit pref]
    avril 06 18:38:54 ghanima kernel: pci 0000:03:00.0: supports D1 D2
    avril 06 18:38:54 ghanima kernel: pci 0000:03:00.0: PME# supported from D0 D1 D2 D3hot D3cold
    avril 06 18:38:54 ghanima kernel: pci 0000:03:00.0: System wakeup disabled by ACPI
    avril 06 18:38:54 ghanima kernel: pci 0000:00:1c.2: PCI bridge to [bus 03]
    avril 06 18:38:54 ghanima kernel: pci 0000:00:1c.2: bridge window [io 0xd000-0xdfff]
    avril 06 18:38:54 ghanima kernel: pci 0000:00:1c.2: bridge window [mem 0xd0600000-0xd06fffff]
    avril 06 18:38:54 ghanima kernel: pci 0000:00:1c.3: PCI bridge to [bus 04]
    avril 06 18:38:54 ghanima kernel: acpi PNP0A08:00: Disabling ASPM (FADT indicates it is unsupported)
    avril 06 18:38:54 ghanima kernel: ACPI: PCI Interrupt Link [LNKA] (IRQs 3 4 5 6 10 *11 12 14 15)
    avril 06 18:38:54 ghanima kernel: ACPI: PCI Interrupt Link [LNKB] (IRQs 3 *4 5 6 10 11 12 14 15)
    avril 06 18:38:54 ghanima kernel: ACPI: PCI Interrupt Link [LNKC] (IRQs 3 4 5 6 10 *11 12 14 15)
    avril 06 18:38:54 ghanima kernel: ACPI: PCI Interrupt Link [LNKD] (IRQs 3 4 5 6 *10 11 12 14 15)
    avril 06 18:38:54 ghanima kernel: ACPI: PCI Interrupt Link [LNKE] (IRQs 3 4 *5 6 10 11 12 14 15)
    avril 06 18:38:54 ghanima kernel: ACPI: PCI Interrupt Link [LNKF] (IRQs 3 4 5 6 10 11 12 14 15) *0, disabled.
    avril 06 18:38:54 ghanima kernel: ACPI: PCI Interrupt Link [LNKG] (IRQs *3 4 5 6 10 11 12 14 15)
    avril 06 18:38:54 ghanima kernel: ACPI: PCI Interrupt Link [LNKH] (IRQs 3 4 5 6 10 11 12 14 15) *0, disabled.
    avril 06 18:38:54 ghanima kernel: ACPI: Enabled 5 GPEs in block 00 to 3F
    avril 06 18:38:54 ghanima kernel: vgaarb: setting as boot device: PCI:0000:00:02.0
    avril 06 18:38:54 ghanima kernel: vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none
    avril 06 18:38:54 ghanima kernel: vgaarb: loaded
    avril 06 18:38:54 ghanima kernel: vgaarb: bridge control possible 0000:00:02.0
    avril 06 18:38:54 ghanima kernel: PCI: Using ACPI for IRQ routing
    avril 06 18:38:54 ghanima kernel: PCI: pci_cache_line_size set to 64 bytes
    avril 06 18:38:54 ghanima kernel: e820: reserve RAM buffer [mem 0x0008d800-0x0008ffff]
    avril 06 18:38:54 ghanima kernel: e820: reserve RAM buffer [mem 0x1f000000-0x1fffffff]
    avril 06 18:38:54 ghanima kernel: e820: reserve RAM buffer [mem 0xb966b000-0xbbffffff]
    avril 06 18:38:54 ghanima kernel: e820: reserve RAM buffer [mem 0xb9b9e000-0xbbffffff]
    avril 06 18:38:54 ghanima kernel: e820: reserve RAM buffer [mem 0xb9d4f000-0xbbffffff]
    avril 06 18:38:54 ghanima kernel: e820: reserve RAM buffer [mem 0xba000000-0xbbffffff]
    avril 06 18:38:54 ghanima kernel: NetLabel: Initializing
    avril 06 18:38:54 ghanima kernel: NetLabel: domain hash size = 128
    avril 06 18:38:54 ghanima kernel: NetLabel: protocols = UNLABELED CIPSOv4
    avril 06 18:38:54 ghanima kernel: NetLabel: unlabeled traffic allowed by default
    avril 06 18:38:54 ghanima kernel: Switched to clocksource refined-jiffies
    avril 06 18:38:54 ghanima kernel: pnp: PnP ACPI init
    avril 06 18:38:54 ghanima kernel: pnp 00:00: Plug and Play ACPI device, IDs PNP0b00 (active)
    avril 06 18:38:54 ghanima kernel: system 00:01: [io 0x0680-0x069f] has been reserved
    avril 06 18:38:54 ghanima kernel: system 00:01: [io 0x0400-0x047f] has been reserved
    avril 06 18:38:54 ghanima kernel: system 00:01: [io 0x0500-0x05fe] has been reserved
    avril 06 18:38:54 ghanima kernel: system 00:01: [io 0x0600-0x061f] has been reserved
    avril 06 18:38:54 ghanima kernel: system 00:01: Plug and Play ACPI device, IDs PNP0c02 (active)
    avril 06 18:38:54 ghanima kernel: system 00:02: [io 0x0a00-0x0a2f] has been reserved
    avril 06 18:38:54 ghanima kernel: system 00:02: [io 0x0a30-0x0a3f] has been reserved
    avril 06 18:38:54 ghanima kernel: system 00:02: [io 0x0a40-0x0a4f] has been reserved
    avril 06 18:38:54 ghanima kernel: system 00:02: Plug and Play ACPI device, IDs PNP0c02 (active)
    avril 06 18:38:54 ghanima kernel: system 00:03: [mem 0xe0000000-0xefffffff] could not be reserved
    avril 06 18:38:54 ghanima kernel: system 00:03: [mem 0xfed01000-0xfed01fff] has been reserved
    avril 06 18:38:54 ghanima kernel: system 00:03: [mem 0xfed03000-0xfed03fff] has been reserved
    avril 06 18:38:54 ghanima kernel: system 00:03: [mem 0xfed04000-0xfed04fff] has been reserved
    avril 06 18:38:54 ghanima kernel: system 00:03: [mem 0xfed0c000-0xfed0ffff] has been reserved
    avril 06 18:38:54 ghanima kernel: system 00:03: [mem 0xfed08000-0xfed08fff] has been reserved
    avril 06 18:38:54 ghanima kernel: system 00:03: [mem 0xfed1c000-0xfed1cfff] has been reserved
    avril 06 18:38:54 ghanima kernel: system 00:03: [mem 0xfee00000-0xfeefffff] has been reserved
    avril 06 18:38:54 ghanima kernel: system 00:03: [mem 0xfef00000-0xfeffffff] has been reserved
    avril 06 18:38:54 ghanima kernel: system 00:03: Plug and Play ACPI device, IDs PNP0c02 (active)
    avril 06 18:38:54 ghanima kernel: pnp: PnP ACPI: found 4 devices
    avril 06 18:38:54 ghanima kernel: Switched to clocksource acpi_pm
    avril 06 18:38:54 ghanima kernel: pci 0000:00:1c.0: bridge window [io 0x1000-0x0fff] to [bus 01] add_size 1000
    avril 06 18:38:54 ghanima kernel: pci 0000:00:1c.0: bridge window [mem 0x00100000-0x000fffff 64bit pref] to [bus 01] add_size 200000
    avril 06 18:38:54 ghanima kernel: pci 0000:00:1c.0: bridge window [mem 0x00100000-0x000fffff] to [bus 01] add_size 200000
    avril 06 18:38:54 ghanima kernel: pci 0000:00:1c.1: bridge window [mem 0x00100000-0x000fffff 64bit pref] to [bus 02] add_size 200000
    avril 06 18:38:54 ghanima kernel: pci 0000:00:1c.2: bridge window [mem 0x00100000-0x000fffff 64bit pref] to [bus 03] add_size 200000
    avril 06 18:38:54 ghanima kernel: pci 0000:00:1c.3: bridge window [io 0x1000-0x0fff] to [bus 04] add_size 1000
    avril 06 18:38:54 ghanima kernel: pci 0000:00:1c.3: bridge window [mem 0x00100000-0x000fffff 64bit pref] to [bus 04] add_size 200000
    avril 06 18:38:54 ghanima kernel: pci 0000:00:1c.3: bridge window [mem 0x00100000-0x000fffff] to [bus 04] add_size 200000
    avril 06 18:38:54 ghanima kernel: pci 0000:00:1c.0: res[14]=[mem 0x00100000-0x000fffff] get_res_add_size add_size 200000
    avril 06 18:38:54 ghanima kernel: pci 0000:00:1c.0: res[15]=[mem 0x00100000-0x000fffff 64bit pref] get_res_add_size add_size 200000
    avril 06 18:38:54 ghanima kernel: pci 0000:00:1c.1: res[15]=[mem 0x00100000-0x000fffff 64bit pref] get_res_add_size add_size 200000
    avril 06 18:38:54 ghanima kernel: pci 0000:00:1c.2: res[15]=[mem 0x00100000-0x000fffff 64bit pref] get_res_add_size add_size 200000
    avril 06 18:38:54 ghanima kernel: pci 0000:00:1c.3: res[14]=[mem 0x00100000-0x000fffff] get_res_add_size add_size 200000
    avril 06 18:38:54 ghanima kernel: pci 0000:00:1c.3: res[15]=[mem 0x00100000-0x000fffff 64bit pref] get_res_add_size add_size 200000
    avril 06 18:38:54 ghanima kernel: pci 0000:00:1c.0: res[13]=[io 0x1000-0x0fff] get_res_add_size add_size 1000
    avril 06 18:38:54 ghanima kernel: pci 0000:00:1c.3: res[13]=[io 0x1000-0x0fff] get_res_add_size add_size 1000
    avril 06 18:38:54 ghanima kernel: pci 0000:00:1c.0: BAR 14: no space for [mem size 0x00200000]
    avril 06 18:38:54 ghanima kernel: pci 0000:00:1c.0: BAR 14: failed to assign [mem size 0x00200000]
    avril 06 18:38:54 ghanima kernel: pci 0000:00:1c.0: BAR 15: no space for [mem size 0x00200000 64bit pref]
    avril 06 18:38:54 ghanima kernel: pci 0000:00:1c.0: BAR 15: failed to assign [mem size 0x00200000 64bit pref]
    avril 06 18:38:54 ghanima kernel: pci 0000:00:1c.1: BAR 15: no space for [mem size 0x00200000 64bit pref]
    avril 06 18:38:54 ghanima kernel: pci 0000:00:1c.1: BAR 15: failed to assign [mem size 0x00200000 64bit pref]
    avril 06 18:38:54 ghanima kernel: pci 0000:00:1c.2: BAR 15: no space for [mem size 0x00200000 64bit pref]
    avril 06 18:38:54 ghanima kernel: pci 0000:00:1c.2: BAR 15: failed to assign [mem size 0x00200000 64bit pref]
    avril 06 18:38:54 ghanima kernel: pci 0000:00:1c.3: BAR 14: no space for [mem size 0x00200000]
    avril 06 18:38:54 ghanima kernel: pci 0000:00:1c.3: BAR 14: failed to assign [mem size 0x00200000]
    avril 06 18:38:54 ghanima kernel: pci 0000:00:1c.3: BAR 15: no space for [mem size 0x00200000 64bit pref]
    avril 06 18:38:54 ghanima kernel: pci 0000:00:1c.3: BAR 15: failed to assign [mem size 0x00200000 64bit pref]
    avril 06 18:38:54 ghanima kernel: pci 0000:00:1c.0: BAR 13: assigned [io 0x1000-0x1fff]
    avril 06 18:38:54 ghanima kernel: pci 0000:00:1c.3: BAR 13: assigned [io 0x2000-0x2fff]
    avril 06 18:38:54 ghanima kernel: pci 0000:00:1c.3: BAR 14: no space for [mem size 0x00200000]
    avril 06 18:38:54 ghanima kernel: pci 0000:00:1c.3: BAR 14: failed to assign [mem size 0x00200000]
    avril 06 18:38:54 ghanima kernel: pci 0000:00:1c.3: BAR 15: no space for [mem size 0x00200000 64bit pref]
    avril 06 18:38:54 ghanima kernel: pci 0000:00:1c.3: BAR 15: failed to assign [mem size 0x00200000 64bit pref]
    avril 06 18:38:54 ghanima kernel: pci 0000:00:1c.2: BAR 15: no space for [mem size 0x00200000 64bit pref]
    avril 06 18:38:54 ghanima kernel: pci 0000:00:1c.2: BAR 15: failed to assign [mem size 0x00200000 64bit pref]
    avril 06 18:38:54 ghanima kernel: pci 0000:00:1c.1: BAR 15: no space for [mem size 0x00200000 64bit pref]
    avril 06 18:38:54 ghanima kernel: pci 0000:00:1c.1: BAR 15: failed to assign [mem size 0x00200000 64bit pref]
    avril 06 18:38:54 ghanima kernel: pci 0000:00:1c.0: BAR 14: no space for [mem size 0x00200000]
    avril 06 18:38:54 ghanima kernel: pci 0000:00:1c.0: BAR 14: failed to assign [mem size 0x00200000]
    avril 06 18:38:54 ghanima kernel: pci 0000:00:1c.0: BAR 15: no space for [mem size 0x00200000 64bit pref]
    avril 06 18:38:54 ghanima kernel: pci 0000:00:1c.0: BAR 15: failed to assign [mem size 0x00200000 64bit pref]
    avril 06 18:38:54 ghanima kernel: pci 0000:00:1c.0: PCI bridge to [bus 01]
    avril 06 18:38:54 ghanima kernel: pci 0000:00:1c.0: bridge window [io 0x1000-0x1fff]
    avril 06 18:38:54 ghanima kernel: pci 0000:00:1c.1: PCI bridge to [bus 02]
    avril 06 18:38:54 ghanima kernel: pci 0000:00:1c.1: bridge window [io 0xe000-0xefff]
    avril 06 18:38:54 ghanima kernel: pci 0000:00:1c.1: bridge window [mem 0xd0700000-0xd07fffff]
    avril 06 18:38:54 ghanima kernel: pci 0000:00:1c.2: PCI bridge to [bus 03]
    avril 06 18:38:54 ghanima kernel: pci 0000:00:1c.2: bridge window [io 0xd000-0xdfff]
    avril 06 18:38:54 ghanima kernel: pci 0000:00:1c.2: bridge window [mem 0xd0600000-0xd06fffff]
    avril 06 18:38:54 ghanima kernel: pci 0000:00:1c.3: PCI bridge to [bus 04]
    avril 06 18:38:54 ghanima kernel: pci 0000:00:1c.3: bridge window [io 0x2000-0x2fff]
    avril 06 18:38:54 ghanima kernel: pci_bus 0000:00: resource 4 [io 0x0000-0x006f]
    avril 06 18:38:54 ghanima kernel: pci_bus 0000:00: resource 5 [io 0x0078-0x0cf7]
    avril 06 18:38:54 ghanima kernel: pci_bus 0000:00: resource 6 [io 0x0d00-0xffff]
    avril 06 18:38:54 ghanima kernel: pci_bus 0000:00: resource 7 [mem 0x000a0000-0x000bffff]
    avril 06 18:38:54 ghanima kernel: pci_bus 0000:00: resource 8 [mem 0x000c0000-0x000dffff]
    avril 06 18:38:54 ghanima kernel: pci_bus 0000:00: resource 9 [mem 0x000e0000-0x000fffff]
    avril 06 18:38:54 ghanima kernel: pci_bus 0000:00: resource 10 [mem 0xc0000000-0xd0815fff]
    avril 06 18:38:54 ghanima kernel: pci_bus 0000:01: resource 0 [io 0x1000-0x1fff]
    avril 06 18:38:54 ghanima kernel: pci_bus 0000:02: resource 0 [io 0xe000-0xefff]
    avril 06 18:38:54 ghanima kernel: pci_bus 0000:02: resource 1 [mem 0xd0700000-0xd07fffff]
    avril 06 18:38:54 ghanima kernel: pci_bus 0000:03: resource 0 [io 0xd000-0xdfff]
    avril 06 18:38:54 ghanima kernel: pci_bus 0000:03: resource 1 [mem 0xd0600000-0xd06fffff]
    avril 06 18:38:54 ghanima kernel: pci_bus 0000:04: resource 0 [io 0x2000-0x2fff]
    avril 06 18:38:54 ghanima kernel: NET: Registered protocol family 2
    avril 06 18:38:54 ghanima kernel: TCP established hash table entries: 32768 (order: 6, 262144 bytes)
    avril 06 18:38:54 ghanima kernel: TCP bind hash table entries: 32768 (order: 7, 524288 bytes)
    avril 06 18:38:54 ghanima kernel: TCP: Hash tables configured (established 32768 bind 32768)
    avril 06 18:38:54 ghanima kernel: TCP: reno registered
    avril 06 18:38:54 ghanima kernel: UDP hash table entries: 2048 (order: 4, 65536 bytes)
    avril 06 18:38:54 ghanima kernel: UDP-Lite hash table entries: 2048 (order: 4, 65536 bytes)
    avril 06 18:38:54 ghanima kernel: NET: Registered protocol family 1
    avril 06 18:38:54 ghanima kernel: pci 0000:00:02.0: Video device with shadowed ROM
    avril 06 18:38:54 ghanima kernel: PCI: CLS 64 bytes, default 64
    avril 06 18:38:54 ghanima kernel: Unpacking initramfs...
    avril 06 18:38:54 ghanima kernel: Freeing initrd memory: 3244K (ffff88003799a000 - ffff880037cc5000)
    avril 06 18:38:54 ghanima kernel: PCI-DMA: Using software bounce buffering for IO (SWIOTLB)
    avril 06 18:38:54 ghanima kernel: software IO TLB [mem 0xb566b000-0xb966b000] (64MB) mapped at [ffff8800b566b000-ffff8800b966afff]
    avril 06 18:38:54 ghanima kernel: microcode: CPU0 sig=0x30678, pf=0x4, revision=0x811
    avril 06 18:38:54 ghanima kernel: microcode: CPU1 sig=0x30678, pf=0x4, revision=0x811
    avril 06 18:38:54 ghanima kernel: microcode: CPU2 sig=0x30678, pf=0x4, revision=0x811
    avril 06 18:38:54 ghanima kernel: microcode: CPU3 sig=0x30678, pf=0x4, revision=0x811
    avril 06 18:38:54 ghanima kernel: microcode: Microcode Update Driver: v2.00 <[email protected]>, Peter Oruba
    avril 06 18:38:54 ghanima kernel: Scanning for low memory corruption every 60 seconds
    avril 06 18:38:54 ghanima kernel: futex hash table entries: 1024 (order: 4, 65536 bytes)
    avril 06 18:38:54 ghanima kernel: Initialise system trusted keyring
    avril 06 18:38:54 ghanima kernel: HugeTLB registered 2 MB page size, pre-allocated 0 pages
    avril 06 18:38:54 ghanima kernel: zpool: loaded
    avril 06 18:38:54 ghanima kernel: zbud: loaded
    avril 06 18:38:54 ghanima kernel: VFS: Disk quotas dquot_6.5.2
    avril 06 18:38:54 ghanima kernel: VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
    avril 06 18:38:54 ghanima kernel: Key type big_key registered
    avril 06 18:38:54 ghanima kernel: Block layer SCSI generic (bsg) driver version 0.4 loaded (major 252)
    avril 06 18:38:54 ghanima kernel: io scheduler noop registered
    avril 06 18:38:54 ghanima kernel: io scheduler deadline registered
    avril 06 18:38:54 ghanima kernel: io scheduler cfq registered (default)
    avril 06 18:38:54 ghanima kernel: pci_hotplug: PCI Hot Plug PCI Core version: 0.5
    avril 06 18:38:54 ghanima kernel: pciehp: PCI Express Hot Plug Controller Driver version: 0.4
    avril 06 18:38:54 ghanima kernel: efifb: probing for efifb
    avril 06 18:38:54 ghanima kernel: efifb: framebuffer at 0xa0000, mapped to 0xffff8800000a0000, using 64k, total 64k
    avril 06 18:38:54 ghanima kernel: efifb: mode is 640x480x1, linelength=80, pages=1
    avril 06 18:38:54 ghanima kernel: efifb: scrolling: redraw
    avril 06 18:38:54 ghanima kernel: efifb: Truecolor: size=8:8:8:8, shift=24:16:8:0
    avril 06 18:38:54 ghanima kernel: Console: switching to colour frame buffer device 80x30
    avril 06 18:38:54 ghanima kernel: fb0: EFI VGA frame buffer device
    avril 06 18:38:54 ghanima kernel: intel_idle: MWAIT substates: 0x33000020
    avril 06 18:38:54 ghanima kernel: intel_idle: v0.4 model 0x37
    avril 06 18:38:54 ghanima kernel: intel_idle: lapic_timer_reliable_states 0xffffffff
    avril 06 18:38:54 ghanima kernel: GHES: HEST is not enabled!
    avril 06 18:38:54 ghanima kernel: Serial: 8250/16550 driver, 4 ports, IRQ sharing disabled
    avril 06 18:38:54 ghanima kernel: serial8250: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A
    avril 06 18:38:54 ghanima kernel: hpet: number irqs doesn't agree with number of timers
    avril 06 18:38:54 ghanima kernel: Linux agpgart interface v0.103
    avril 06 18:38:54 ghanima kernel: rtc_cmos 00:00: RTC can wake from S4
    avril 06 18:38:54 ghanima kernel: rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0
    avril 06 18:38:54 ghanima kernel: rtc_cmos 00:00: alarms up to one month, y3k, 242 bytes nvram
    avril 06 18:38:54 ghanima kernel: ledtrig-cpu: registered to indicate activity on CPUs
    avril 06 18:38:54 ghanima kernel: TCP: cubic registered
    avril 06 18:38:54 ghanima kernel: NET: Registered protocol family 10
    avril 06 18:38:54 ghanima kernel: NET: Registered protocol family 17
    avril 06 18:38:54 ghanima kernel: Loading compiled-in X.509 certificates
    avril 06 18:38:54 ghanima kernel: registered taskstats version 1
    avril 06 18:38:54 ghanima kernel: Magic number: 11:714:640
    avril 06 18:38:54 ghanima kernel: rtc_cmos 00:00: setting system clock to 2015-04-06 16:38:53 UTC (1428338333)
    avril 06 18:38:54 ghanima kernel: PM: Hibernation image not present or could not be loaded.
    avril 06 18:38:54 ghanima kernel: Freeing unused kernel memory: 1164K (ffffffff818e7000 - ffffffff81a0a000)
    avril 06 18:38:54 ghanima kernel: Write protecting the kernel read-only data: 8192k
    avril 06 18:38:54 ghanima kernel: Freeing unused kernel memory: 600K (ffff88000156a000 - ffff880001600000)
    avril 06 18:38:54 ghanima kernel: Freeing unused kernel memory: 304K (ffff8800017b4000 - ffff880001800000)
    avril 06 18:38:54 ghanima kernel: random: systemd-tmpfile urandom read with 1 bits of entropy available
    avril 06 18:38:54 ghanima kernel: ACPI: bus type USB registered
    avril 06 18:38:54 ghanima kernel: usbcore: registered new interface driver usbfs
    avril 06 18:38:54 ghanima kernel: usbcore: registered new interface driver hub
    avril 06 18:38:54 ghanima kernel: usbcore: registered new device driver usb
    avril 06 18:38:54 ghanima kernel: SCSI subsystem initialized
    avril 06 18:38:54 ghanima kernel: xhci_hcd 0000:00:14.0: xHCI Host Controller
    avril 06 18:38:54 ghanima kernel: xhci_hcd 0000:00:14.0: new USB bus registered, assigned bus number 1
    avril 06 18:38:54 ghanima kernel: xhci_hcd 0000:00:14.0: cache line size of 64 is not supported
    avril 06 18:38:54 ghanima kernel: hub 1-0:1.0: USB hub found
    avril 06 18:38:54 ghanima kernel: hub 1-0:1.0: 6 ports detected
    avril 06 18:38:54 ghanima kernel: xhci_hcd 0000:00:14.0: xHCI Host Controller
    avril 06 18:38:54 ghanima kernel: xhci_hcd 0000:00:14.0: new USB bus registered, assigned bus number 2
    avril 06 18:38:54 ghanima kernel: hub 2-0:1.0: USB hub found
    avril 06 18:38:54 ghanima kernel: libata version 3.00 loaded.
    avril 06 18:38:54 ghanima kernel: hub 2-0:1.0: 1 port detected
    avril 06 18:38:54 ghanima kernel: ahci 0000:00:13.0: version 3.0
    avril 06 18:38:54 ghanima kernel: ahci 0000:00:13.0: AHCI 0001.0300 32 slots 2 ports 3 Gbps 0x1 impl SATA mode
    avril 06 18:38:54 ghanima kernel: ahci 0000:00:13.0: flags: 64bit ncq pm led clo pio slum part deso sadm
    avril 06 18:38:54 ghanima kernel: scsi host0: ahci
    avril 06 18:38:54 ghanima kernel: scsi host1: ahci
    avril 06 18:38:54 ghanima kernel: ata1: SATA max UDMA/133 abar m2048@0xd0815000 port 0xd0815100 irq 88
    avril 06 18:38:54 ghanima kernel: ata2: DUMMY
    avril 06 18:38:54 ghanima kernel: ata1: SATA link up 3.0 Gbps (SStatus 123 SControl 300)
    avril 06 18:38:54 ghanima kernel: ata1.00: ATA-8: KINGSTON SV300S37A60G, 580ABBF0, max UDMA/133
    avril 06 18:38:54 ghanima kernel: ata1.00: 117231408 sectors, multi 1: LBA48 NCQ (depth 31/32), AA
    avril 06 18:38:54 ghanima kernel: ata1.00: configured for UDMA/133
    avril 06 18:38:54 ghanima kernel: scsi 0:0:0:0: Direct-Access ATA KINGSTON SV300S3 BBF0 PQ: 0 ANSI: 5
    avril 06 18:38:54 ghanima kernel: sd 0:0:0:0: [sda] 117231408 512-byte logical blocks: (60.0 GB/55.8 GiB)
    avril 06 18:38:54 ghanima kernel: sd 0:0:0:0: [sda] Write Protect is off
    avril 06 18:38:54 ghanima kernel: sd 0:0:0:0: [sda] Mode Sense: 00 3a 00 00
    avril 06 18:38:54 ghanima kernel: sd 0:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
    avril 06 18:38:54 ghanima kernel: sda: sda1 sda2 sda3 sda4
    avril 06 18:38:54 ghanima kernel: sd 0:0:0:0: [sda] Attached SCSI disk
    avril 06 18:38:54 ghanima kernel: usb 1-2: new full-speed USB device number 2 using xhci_hcd
    avril 06 18:38:54 ghanima kernel: EXT4-fs (sda2): mounted filesystem with ordered data mode. Opts: (null)
    avril 06 18:38:54 ghanima kernel: usb 1-2: No LPM exit latency info found, disabling LPM.
    avril 06 18:38:54 ghanima systemd[1]: systemd 218 running in system mode. (+PAM -AUDIT -SELINUX -IMA -APPARMOR +SMACK -SYSVINIT +UTMP +LIBCRYPTSETUP +GCRYPT +GNUTLS +ACL +XZ +LZ4 +SECCOMP +BLKID -ELFUTILS +KMOD +IDN)
    avril 06 18:38:54 ghanima systemd[1]: Detected architecture 'x86-64'.
    avril 06 18:38:54 ghanima systemd[1]: Set hostname to <ghanima>.
    avril 06 18:38:54 ghanima kernel: usb 1-3: new full-speed USB device number 3 using xhci_hcd
    avril 06 18:38:54 ghanima systemd[1]: Configuration file /usr/lib/systemd/system/[email protected] is marked executable. Please remove executable permission bits. Proceeding anyway.
    avril 06 18:38:54 ghanima systemd[1]: Configuration file /usr/lib/systemd/system/[email protected] is marked executable. Please remove executable permission bits. Proceeding anyway.
    avril 06 18:38:54 ghanima systemd[1]: Configuration file /usr/lib/systemd/system/webmin.service is marked executable. Please remove executable permission bits. Proceeding anyway.
    avril 06 18:38:54 ghanima systemd[1]: Configuration file /usr/lib/systemd/system/webmin.service is marked world-inaccessible. This has no effect as configuration data is accessible via APIs without restrictions. Proceeding anyway.
    avril 06 18:38:54 ghanima systemd[1]: Starting Arbitrary Executable File Formats File System Automount Point.
    avril 06 18:38:54 ghanima systemd[1]: Set up automount Arbitrary Executable File Formats File System Automount Point.
    avril 06 18:38:54 ghanima systemd[1]: Starting Encrypted Volumes.
    avril 06 18:38:54 ghanima systemd[1]: Reached target Encrypted Volumes.
    avril 06 18:38:54 ghanima systemd[1]: Starting Login Prompts.
    avril 06 18:38:54 ghanima systemd[1]: Reached target Login Prompts.
    avril 06 18:38:54 ghanima systemd[1]: Starting Dispatch Password Requests to Console Directory Watch.
    avril 06 18:38:54 ghanima systemd[1]: Started Dispatch Password Requests to Console Directory Watch.
    avril 06 18:38:54 ghanima systemd[1]: Expecting device dev-sda3.device...
    avril 06 18:38:54 ghanima systemd[1]: Starting Root Slice.
    avril 06 18:38:54 ghanima systemd[1]: Created slice Root Slice.
    avril 06 18:38:54 ghanima systemd[1]: Starting /dev/initctl Compatibility Named Pipe.
    avril 06 18:38:54 ghanima systemd[1]: Listening on /dev/initctl Compatibility Named Pipe.
    avril 06 18:38:54 ghanima systemd[1]: Starting LVM2 metadata daemon socket.
    avril 06 18:38:54 ghanima systemd[1]: Listening on LVM2 metadata daemon socket.
    avril 06 18:38:54 ghanima systemd[1]: Starting udev Control Socket.
    avril 06 18:38:54 ghanima systemd[1]: Listening on udev Control Socket.
    avril 06 18:38:54 ghanima systemd[1]: Starting System Slice.
    avril 06 18:38:54 ghanima systemd[1]: Created slice System Slice.
    avril 06 18:38:54 ghanima systemd[1]: Starting system-darkice.slice.
    avril 06 18:38:54 ghanima systemd[1]: Created slice system-darkice.slice.
    avril 06 18:38:54 ghanima systemd[1]: Starting system-systemd\x2dfsck.slice.
    avril 06 18:38:54 ghanima systemd[1]: Created slice system-systemd\x2dfsck.slice.
    avril 06 18:38:54 ghanima systemd[1]: Starting system-getty.slice.
    avril 06 18:38:54 ghanima systemd[1]: Created slice system-getty.slice.
    avril 06 18:38:54 ghanima systemd[1]: Starting Device-mapper event daemon FIFOs.
    avril 06 18:38:54 ghanima systemd[1]: Listening on Device-mapper event daemon FIFOs.
    avril 06 18:38:54 ghanima systemd[1]: Starting Journal Socket (/dev/log).
    avril 06 18:38:54 ghanima systemd[1]: Listening on Journal Socket (/dev/log).
    avril 06 18:38:54 ghanima systemd[1]: Starting Delayed Shutdown Socket.
    avril 06 18:38:54 ghanima systemd[1]: Listening on Delayed Shutdown Socket.
    avril 06 18:38:54 ghanima systemd[1]: Starting udev Kernel Socket.
    avril 06 18:38:54 ghanima systemd[1]: Listening on udev Kernel Socket.
    avril 06 18:38:54 ghanima systemd[1]: Starting Journal Socket.
    avril 06 18:38:54 ghanima systemd[1]: Listening on Journal Socket.
    avril 06 18:38:54 ghanima systemd[1]: Started File System Check on Root Device.
    avril 06 18:38:54 ghanima systemd[1]: Starting udev Coldplug all Devices...
    avril 06 18:38:54 ghanima systemd[1]: Mounting Debug File System...
    avril 06 18:38:54 ghanima systemd[1]: Starting Setup Virtual Console...
    avril 06 18:38:54 ghanima systemd[1]: Mounting Temporary Directory...
    avril 06 18:38:54 ghanima systemd[1]: Starting Create list of required static device nodes for the current kernel...
    avril 06 18:38:54 ghanima systemd[1]: Starting Set Up Additional Binary Formats...
    avril 06 18:38:54 ghanima systemd[1]: Starting Load Kernel Modules...
    avril 06 18:38:54 ghanima systemd[1]: Mounting Huge Pages File System...
    avril 06 18:38:54 ghanima systemd[1]: Mounting POSIX Message Queue File System...
    avril 06 18:38:54 ghanima systemd[1]: Starting Remount Root and Kernel File Systems...
    avril 06 18:38:54 ghanima systemd[1]: Starting Forward Password Requests to Wall Directory Watch.
    avril 06 18:38:54 ghanima systemd[1]: Started Forward Password Requests to Wall Directory Watch.
    avril 06 18:38:54 ghanima kernel: tsc: Refined TSC clocksource calibration: 1999.999 MHz
    avril 06 18:38:54 ghanima systemd[1]: Starting Paths.
    avril 06 18:38:54 ghanima kernel: EXT4-fs (sda2): re-mounted. Opts: data=ordered,discard
    avril 06 18:38:54 ghanima systemd[1]: Reached target Paths.
    avril 06 18:38:54 ghanima systemd[1]: Expecting device dev-sda4.device...
    avril 06 18:38:54 ghanima kernel: vboxdrv: Found 4 processor cores.
    avril 06 18:38:54 ghanima kernel: vboxdrv: fAsync=0 offMin=0x2a0 offMax=0x38310
    avril 06 18:38:54 ghanima kernel: vboxdrv: TSC mode is 'synchronous', kernel timer mode is 'normal'.
    avril 06 18:38:54 ghanima kernel: vboxdrv: Successfully loaded version 4.3.26_OSE (interface 0x001a000a).
    avril 06 18:38:54 ghanima systemd[1]: Listening on Journal Audit Socket.
    avril 06 18:38:54 ghanima systemd[1]: Starting Journal Service...
    avril 06 18:38:54 ghanima systemd[1]: Starting User and Session Slice.
    avril 06 18:38:54 ghanima systemd[1]: Created slice User and Session Slice.
    avril 06 18:38:54 ghanima systemd[1]: Starting Slices.
    avril 06 18:38:54 ghanima kernel: vboxpci: IOMMU not found (not registered)
    avril 06 18:38:54 ghanima systemd[1]: Reached target Slices.
    avril 06 18:38:54 ghanima systemd[1]: Starting Early root shell on /dev/tty9 FOR DEBUGGING ONLY...
    avril 06 18:38:54 ghanima systemd[1]: Started Early root shell on /dev/tty9 FOR DEBUGGING ONLY.
    avril 06 18:38:54 ghanima systemd[1]: Mounted POSIX Message Queue File System.
    avril 06 18:38:54 ghanima systemd[1]: Mounted Debug File System.
    avril 06 18:38:54 ghanima systemd[1]: Mounted Huge Pages File System.
    avril 06 18:38:54 ghanima systemd[1]: Mounted Temporary Directory.
    avril 06 18:38:54 ghanima systemd[1]: Started Setup Virtual Console.
    avril 06 18:38:54 ghanima systemd[1]: Started Create list of required static device nodes for the current kernel.
    avril 06 18:38:54 ghanima systemd[1]: Started Load Kernel Modules.
    avril 06 18:38:54 ghanima systemd[1]: Started Remount Root and Kernel File Systems.
    avril 06 18:38:54 ghanima systemd[1]: Started udev Coldplug all Devices.
    avril 06 18:38:54 ghanima systemd[1]: Got automount request for /proc/sys/fs/binfmt_misc, triggered by 130 (systemd-binfmt)
    avril 06 18:38:54 ghanima systemd[1]: Mounting Arbitrary Executable File Formats File System...
    avril 06 18:38:54 ghanima systemd[1]: Started Rebuild Hardware Database.
    avril 06 18:38:54 ghanima systemd[1]: Starting Load/Save Random Seed...
    avril 06 18:38:54 ghanima systemd-journal[146]: Journal started
    avril 06 18:38:54 ghanima systemd-modules-load[131]: Inserted module 'vboxdrv'
    avril 06 18:38:54 ghanima systemd-modules-load[131]: Inserted module 'vboxnetadp'
    avril 06 18:38:54 ghanima systemd-modules-load[131]: Inserted module 'vboxnetflt'
    avril 06 18:38:54 ghanima systemd-modules-load[131]: Inserted module 'vboxpci'
    avril 06 18:38:54 ghanima systemd[1]: Started First Boot Wizard.
    avril 06 18:38:54 ghanima systemd[1]: Started Create System Users.
    avril 06 18:38:54 ghanima systemd[1]: Started Rebuild Dynamic Linker Cache.
    avril 06 18:38:54 ghanima systemd[1]: Mounted FUSE Control File System.
    avril 06 18:38:54 ghanima systemd[1]: Mounting Configuration File System...
    avril 06 18:38:54 ghanima systemd[1]: Starting Apply Kernel Variables...
    avril 06 18:38:54 ghanima systemd[1]: Starting Create Static Device Nodes in /dev...
    avril 06 18:38:54 ghanima kernel: usb 1-4: new high-speed USB device number 4 using xhci_hcd
    avril 06 18:38:54 ghanima systemd[1]: Mounted Arbitrary Executable File Formats File System.
    avril 06 18:38:54 ghanima systemd[1]: Mounted Configuration File System.
    avril 06 18:38:54 ghanima systemd[1]: Started Journal Service.
    avril 06 18:38:54 ghanima systemd[1]: Started Load/Save Random Seed.
    avril 06 18:38:54 ghanima systemd[1]: Started Set Up Additional Binary Formats.
    avril 06 18:38:54 ghanima systemd[1]: Started Apply Kernel Variables.
    avril 06 18:38:54 ghanima systemd[1]: Started Create Static Device Nodes in /dev.
    avril 06 18:38:54 ghanima systemd[1]: Starting udev Kernel Device Manager...
    avril 06 18:38:54 ghanima systemd[1]: Starting Local File Systems (Pre).
    avril 06 18:38:54 ghanima systemd[1]: Reached target Local File Systems (Pre).
    avril 06 18:38:54 ghanima systemd[1]: Starting Flush Journal to Persistent Storage...
    avril 06 18:38:54 ghanima systemd-udevd[166]: starting version 218
    avril 06 18:38:54 ghanima systemd[1]: Started Flush Journal to Persistent Storage.
    avril 06 18:38:54 ghanima systemd[1]: Started udev Kernel Device Manager.
    avril 06 18:38:54 ghanima kernel: input: Power Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input0
    avril 06 18:38:54 ghanima kernel: ACPI: Power Button [PWRB]
    avril 06 18:38:54 ghanima kernel: input: Sleep Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0E:00/input/input1
    avril 06 18:38:54 ghanima kernel: ACPI: Sleep Button [SLPB]
    avril 06 18:38:54 ghanima kernel: input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input2
    avril 06 18:38:54 ghanima kernel: ACPI: Power Button [PWRF]
    avril 06 18:38:54 ghanima kernel: ------------[ cut here ]------------
    avril 06 18:38:54 ghanima kernel: WARNING: CPU: 1 PID: 178 at drivers/cpufreq/cpufreq.c:2300 cpufreq_update_policy+0x1b9/0x1f0()
    avril 06 18:38:54 ghanima kernel: Modules linked in: fan(+) thermal(+) pcc_cpufreq(-) video battery acpi_cpufreq processor button sch_fq_codel pci_stub vboxpci(O) vboxnetflt(O) vboxnetadp(O) vboxdrv(O) ext4 crc16 mbcache jbd2 sd_mod ahci libahci libata xhci_pci xhci_hcd scsi_mod usbcore usb_common
    avril 06 18:38:54 ghanima kernel: CPU: 1 PID: 178 Comm: systemd-udevd Tainted: G O 3.19.2-1-ARCH #1
    avril 06 18:38:54 ghanima kernel: Hardware name: GIGABYTE GB-BXBT-1900/MZBAYAB-00, BIOS F3 07/15/2014
    avril 06 18:38:54 ghanima kernel: 0000000000000000 0000000063c922bf ffff880037a736f8 ffffffff8155cfdf
    avril 06 18:38:54 ghanima kernel: 0000000000000000 0000000000000000 ffff880037a73738 ffffffff81073a4a
    avril 06 18:38:54 ghanima kernel: ffff880037b99600 ffff880037b99600 00000000fffffffb ffff880037b99728
    avril 06 18:38:54 ghanima kernel: Call Trace:
    avril 06 18:38:54 ghanima kernel: [<ffffffff8155cfdf>] dump_stack+0x4c/0x6e
    avril 06 18:38:54 ghanima kernel: [<ffffffff81073a4a>] warn_slowpath_common+0x8a/0xc0
    avril 06 18:38:54 ghanima kernel: [<ffffffff81073b7a>] warn_slowpath_null+0x1a/0x20
    avril 06 18:38:54 ghanima kernel: [<ffffffff8141b259>] cpufreq_update_policy+0x1b9/0x1f0
    avril 06 18:38:54 ghanima kernel: [<ffffffff8141b290>] ? cpufreq_update_policy+0x1f0/0x1f0
    avril 06 18:38:54 ghanima kernel: [<ffffffffa01f77ed>] cpufreq_set_cur_state.part.3+0x8b/0x95 [processor]
    avril 06 18:38:54 ghanima kernel: [<ffffffffa01f7907>] processor_set_cur_state+0xa1/0xdb [processor]
    avril 06 18:38:54 ghanima kernel: [<ffffffff81415771>] thermal_cdev_update+0xd1/0x180
    avril 06 18:38:54 ghanima kernel: [<ffffffff81417b19>] step_wise_throttle+0x59/0x90
    avril 06 18:38:54 ghanima kernel: [<ffffffff81417ac0>] ? thermal_zone_trip_update+0x3e0/0x3e0
    avril 06 18:38:54 ghanima kernel: [<ffffffff81415f11>] handle_thermal_trip+0x61/0x1e0
    avril 06 18:38:54 ghanima kernel: [<ffffffff81416175>] thermal_zone_device_update+0xe5/0x170
    avril 06 18:38:54 ghanima kernel: [<ffffffff81416bf9>] thermal_zone_device_register+0x7a9/0x8b0
    avril 06 18:38:54 ghanima

    Hello, i too have random freeze without any "usable" info.
    The blame "may" (well i think it is) be a "baytay + i915 kernel drivers" fault, these thread are intresting :
    - https://bugs.freedesktop.org/show_bug.cgi?id=88012
    - https://github.com/OpenELEC/OpenELEC.tv/issues/3726
    what intresting is that there is path (for use of "legacy-turbo"), sory not remenber where i get it
    -- gpu-drm-i915-fix-vlv-crash.txt --
    Revert back to legacy turbo for vlv, fixes random crashes.
    Reported by Timothée Giet <[email protected]> on dev@ ml.
    https://bugs.freedesktop.org/show_bug.cgi?id=88012#c33
    --- linux/drivers/gpu/drm/i915/i915_irq.c.orig
    +++ linux/drivers/gpu/drm/i915/i915_irq.c
    @@ -4361,12 +4361,7 @@ void intel_irq_init(struct drm_i915_priv
        INIT_WORK(&dev_priv->rps.work, gen6_pm_rps_work);
        INIT_WORK(&dev_priv->l3_parity.error_work, ivybridge_parity_work);
    -    /* Let's track the enabled rps events */
    -    if (IS_VALLEYVIEW(dev_priv) && !IS_CHERRYVIEW(dev_priv))
    -        /* WaGsvRC0ResidencyMethod:vlv */
    -        dev_priv->pm_rps_events = GEN6_PM_RP_UP_EI_EXPIRED;
    -    else
    -        dev_priv->pm_rps_events = GEN6_PM_RPS_EVENTS;
    +    dev_priv->pm_rps_events = GEN6_PM_RPS_EVENTS;
        setup_timer(&dev_priv->gpu_error.hangcheck_timer,
                i915_hangcheck_elapsed,
    I did use the trik on a custom kernel, i do have freeze (none tomoroy but two today but only on using firefox, so may be another probleme (sna))  but not on video (well i had run 15 video same time, and two where running 2 hours after without crash). May be you should try it (i think it work better).
    note : link to make custom kernel -> https://wiki.archlinux.org/index.php/Ke … raditional

  • Adobe Acrobat pro 9.4.6 crashes when opening multiple files simultaneously.

    We have Adobe Acrobat Pro 9 which has been updated to version 9.4.6. we had this problem when the 9.4.5 update was applied also. It is now crashing when we try to open multiple files simultaneously.
    Yesterday, I narrowed down the problem to 6 plugins:
    IA32
    ADBC
    eBook
    EScript
    HLS
    PPKLite
    SaveAsRTS
    However, we discovered that that Comments and markup tool bars weren't loading. So I did a repair install on it.
    Now those plugins from yesterday work and Acroform.api is causing it to crash when opening multiple files.
    I did try other suggestion that involved using Icacls/cacls on dll files to no avail.
    It is running on XP SP3 fully updated with plenty of RAM and HDD space.
    Is there a way to fix this without reinstalling?

    I am not sure what's causing this problem on your machine because everything's working fine for me.
    What is the version of Acroform.api on your machine now.
    Do a Repair after deleting this file and see if it works.
    Enable Windows MSI logging (http://support.microsoft.com/kb/314852) before you do a repair, upload that log to some file sharing server, and paste its link here.

  • Adobe bridge crashes when saving illustrator files

    Hi there,
    We are developing custom connector using Adobe Drive SDK for our DAM system, the integration with CS was working fine, we recently updated Adobe Drive to 4.2, and we are encountering bridge crashes when saving illustrator file. It didn't happen with older version(4.0.2) of Adobe Drive, not sure why. I pin point the part that causing the issue: in our custom connector, we have READ_XMP_METADATA capability which we need to display the thumbnails and previews, and in the ftp sample connector, this capablity is not included originally, so the issue does not happen, but if I add this capabilty, the crash issue happens as well. If we exclude this capablity from our connector, this crash issue doesn't happen.
    We noticed this only happens when saving illustrator file, not photoshop or indesign, and it seems that only in illustrator, when save, and the bridge has the current file folder showing, we are seeing there are twice folder refreshes, and usually it will crash after the second time. In photoshop and indesign, we don't see folder refreshes. If switch to other folder, the crash won't happen. We tested on both windows and Mac, on Mac, this seems happen less often. Another thing we noticed is in debug mode, or we have many debug logging turned on, the crash happens less often, if it is deployed with no debug logging, the crash happens almost everytime. So we are guessing it might be some synchronization problem. 
    Could you please advice what's the cause of this issue?
    Thanks,
    Katherine

    Has it ever worked?
    What kind of files are they and where do you save them?
    Is a printer connected, set up and turned ON?
    Have you already tried resetting the preferences?
    Generally it's not a good idea to just save old files, because then some artwork may be automatically flattened. Illustrator will save the file to the old version file-format and if you used new features in-between, those cannot stay live in the old version file format.

  • Why does photoshop cs4 crash when opening a file? (Mac OS 10.6.8)

    Why does photoshop cs4 crash when opening a file? (Mac OS 10.6.8) I've rebuilt pref.'s and reinstalled Photoshop with no positive results. I can create a new file but cannot "place" anything because that crashes as well.

    System and photoshop have most recent updates. The crash report is as follows:
    Process:    
    Adobe Photoshop CS4 [3308]
    Path:       
    /Applications/Adobe Photoshop CS4/Adobe Photoshop CS4.app/Contents/MacOS/Adobe Photoshop CS4
    Identifier: 
    com.adobe.Photoshop
    Version:    
    11.0 (11.0x20080919 [20080919.r.488 2008/09/19:02:00:00 cutoff; r branch]) (11.0)
    Code Type:  
    PPC (Translated)
    Parent Process:  launchd [134]
    Date/Time:  
    2012-02-07 12:53:14.731 -0500
    OS Version: 
    Mac OS X 10.6.8 (10K549)
    Report Version:  6
    Interval Since Last Report:     
    163257 sec
    Crashes Since Last Report:      
    7
    Per-App Interval Since Last Report:  1049 sec
    Per-App Crashes Since Last Report:   4
    Anonymous UUID:                 
    8D3D81A8-3583-4ED4-80BA-B248EF483629
    Exception Type:  EXC_BAD_ACCESS (SIGBUS)
    Exception Codes: KERN_PROTECTION_FAILURE at 0x0000000000000078
    Crashed Thread:  0
    Thread 0 Crashed:
    0   ???                      
    0x8aeb2bef 0 + 2330668015
    Thread 1:
    0   libSystem.B.dylib        
    0x80142afa mach_msg_trap + 10
    1   libSystem.B.dylib        
    0x80143267 mach_msg + 68
    2   com.adobe.Photoshop      
    0xb819440f CallPPCFunctionAtAddressInt + 206231
    3   libSystem.B.dylib        
    0x80170259 _pthread_start + 345
    4   libSystem.B.dylib        
    0x801700de thread_start + 34
    Thread 2:
    0   com.adobe.Photoshop      
    0xb815acc0 spin_lock_wrapper + 90152
    1   com.adobe.Photoshop      
    0xb8179c5b CallPPCFunctionAtAddressInt + 97763
    2   com.adobe.Photoshop      
    0xb80c6b13 0xb8000000 + 813843
    3   com.adobe.Photoshop      
    0xb80c0037 0xb8000000 + 786487
    4   com.adobe.Photoshop      
    0xb80dd8e8 0xb8000000 + 907496
    5   com.adobe.Photoshop      
    0xb8145397 spin_lock_wrapper + 1791
    6   com.adobe.Photoshop      
    0xb801ceb7 0xb8000000 + 118455
    Thread 3:
    0   com.adobe.Photoshop      
    0xb815ad03 spin_lock_wrapper + 90219
    1   com.adobe.Photoshop      
    0xb81749fb CallPPCFunctionAtAddressInt + 76675
    2   com.adobe.Photoshop      
    0xb80c6b13 0xb8000000 + 813843
    3   com.adobe.Photoshop      
    0xb80c0037 0xb8000000 + 786487
    4   com.adobe.Photoshop      
    0xb80dd8e8 0xb8000000 + 907496
    5   com.adobe.Photoshop      
    0xb8145c1d spin_lock_wrapper + 3973
    6   com.adobe.Photoshop      
    0xb801ceb7 0xb8000000 + 118455
    Thread 4:
    0   com.adobe.Photoshop      
    0xb815a8ff spin_lock_wrapper + 89191
    1   com.adobe.Photoshop      
    0xb8176e5d CallPPCFunctionAtAddressInt + 85989
    2   com.adobe.Photoshop      
    0xb80c6b13 0xb8000000 + 813843
    3   com.adobe.Photoshop      
    0xb80c0037 0xb8000000 + 786487
    4   com.adobe.Photoshop      
    0xb80dd8e8 0xb8000000 + 907496
    5   com.adobe.Photoshop      
    0xb8145397 spin_lock_wrapper + 1791
    6   com.adobe.Photoshop      
    0xb801ceb7 0xb8000000 + 118455
    Thread 5:
    0   com.adobe.Photoshop      
    0xb815a8c8 spin_lock_wrapper + 89136
    1   com.adobe.Photoshop      
    0xb8176d61 CallPPCFunctionAtAddressInt + 85737
    2   com.adobe.Photoshop      
    0xb80e88cb 0xb8000000 + 952523
    3   ???                      
    0x8ad06566 0 + 2328913254
    Thread 6:
    0   com.adobe.Photoshop      
    0xb815a8ff spin_lock_wrapper + 89191
    1   com.adobe.Photoshop      
    0xb8176e5d CallPPCFunctionAtAddressInt + 85989
    2   com.adobe.Photoshop      
    0xb80c6b13 0xb8000000 + 813843
    3   com.adobe.Photoshop      
    0xb80c0037 0xb8000000 + 786487
    4   com.adobe.Photoshop      
    0xb80dd8e8 0xb8000000 + 907496
    5   com.adobe.Photoshop      
    0xb8145397 spin_lock_wrapper + 1791
    6   com.adobe.Photoshop      
    0xb801ceb7 0xb8000000 + 118455
    Thread 7:
    0   com.adobe.Photoshop      
    0xb815a8ff spin_lock_wrapper + 89191
    1   com.adobe.Photoshop      
    0xb8176e5d CallPPCFunctionAtAddressInt + 85989
    2   com.adobe.Photoshop      
    0xb80e88cb 0xb8000000 + 952523
    3   ???                      
    0x8baa52ce 0 + 2343195342
    Thread 8:
    0   com.adobe.Photoshop      
    0xb815a8ff spin_lock_wrapper + 89191
    1   com.adobe.Photoshop      
    0xb8176e5d CallPPCFunctionAtAddressInt + 85989
    2   com.adobe.Photoshop      
    0xb80c6b13 0xb8000000 + 813843
    3   com.adobe.Photoshop      
    0xb80c0037 0xb8000000 + 786487
    4   com.adobe.Photoshop      
    0xb80dd8e8 0xb8000000 + 907496
    5   com.adobe.Photoshop      
    0xb8145397 spin_lock_wrapper + 1791
    6   com.adobe.Photoshop      
    0xb801ceb7 0xb8000000 + 118455
    Thread 9:
    0   com.adobe.Photoshop      
    0xb815aa8b spin_lock_wrapper + 89587
    1   com.adobe.Photoshop      
    0xb818c3eb CallPPCFunctionAtAddressInt + 173427
    2   com.adobe.Photoshop      
    0xb818eeec CallPPCFunctionAtAddressInt + 184436
    3   com.adobe.Photoshop      
    0xb80e88cb 0xb8000000 + 952523
    4   ???                      
    0x8aad1186 0 + 2326598022
    Thread 10:
    0   com.adobe.Photoshop      
    0xb815a8ff spin_lock_wrapper + 89191
    1   com.adobe.Photoshop      
    0xb8176e5d CallPPCFunctionAtAddressInt + 85989
    2   com.adobe.Photoshop      
    0xb80c6b13 0xb8000000 + 813843
    3   com.adobe.Photoshop      
    0xb80c0037 0xb8000000 + 786487
    4   com.adobe.Photoshop      
    0xb80dd8e8 0xb8000000 + 907496
    5   com.adobe.Photoshop      
    0xb8145397 spin_lock_wrapper + 1791
    6   com.adobe.Photoshop      
    0xb801ceb7 0xb8000000 + 118455
    Thread 11:
    0   com.adobe.Photoshop      
    0xb815ad03 spin_lock_wrapper + 90219
    1   com.adobe.Photoshop      
    0xb81749fb CallPPCFunctionAtAddressInt + 76675
    2   com.adobe.Photoshop      
    0xb80c6b13 0xb8000000 + 813843
    3   com.adobe.Photoshop      
    0xb80c0037 0xb8000000 + 786487
    4   com.adobe.Photoshop      
    0xb80dd8e8 0xb8000000 + 907496
    5   com.adobe.Photoshop      
    0xb8145c1d spin_lock_wrapper + 3973
    6   com.adobe.Photoshop      
    0xb801ceb7 0xb8000000 + 118455
    Thread 12:
    0   com.adobe.Photoshop      
    0xb815a8c8 spin_lock_wrapper + 89136
    1   com.adobe.Photoshop      
    0xb8177c07 CallPPCFunctionAtAddressInt + 89487
    2   com.adobe.Photoshop      
    0xb80e88cb 0xb8000000 + 952523
    3   ???                      
    0x8b7b2aca 0 + 2340104906
    Thread 13:
    0   com.adobe.Photoshop      
    0xb815a93a spin_lock_wrapper + 89250
    1   com.adobe.Photoshop      
    0xb8176f67 CallPPCFunctionAtAddressInt + 86255
    2   com.adobe.Photoshop      
    0xb80e88cb 0xb8000000 + 952523
    3   ???                      
    0x8bae895e 0 + 2343471454
    Thread 14:
    0   com.adobe.Photoshop      
    0xb815aa8b spin_lock_wrapper + 89587
    1   com.adobe.Photoshop      
    0xb818c3eb CallPPCFunctionAtAddressInt + 173427
    2   com.adobe.Photoshop      
    0xb818eeec CallPPCFunctionAtAddressInt + 184436
    3   com.adobe.Photoshop      
    0xb80e88cb 0xb8000000 + 952523
    4   ???                      
    0x8af75bb6 0 + 2331466678
    Thread 15:
    0   com.adobe.Photoshop      
    0xb815a8ff spin_lock_wrapper + 89191
    1   com.adobe.Photoshop      
    0xb8176e5d CallPPCFunctionAtAddressInt + 85989
    2   com.adobe.Photoshop      
    0xb80c6b13 0xb8000000 + 813843
    3   com.adobe.Photoshop      
    0xb80c0037 0xb8000000 + 786487
    4   com.adobe.Photoshop      
    0xb80dd8e8 0xb8000000 + 907496
    5   com.adobe.Photoshop      
    0xb8145397 spin_lock_wrapper + 1791
    6   com.adobe.Photoshop      
    0xb801ceb7 0xb8000000 + 118455
    Thread 16:
    0   com.adobe.Photoshop      
    0xb815a8ff spin_lock_wrapper + 89191
    1   com.adobe.Photoshop      
    0xb8176e5d CallPPCFunctionAtAddressInt + 85989
    2   com.adobe.Photoshop      
    0xb80c6b13 0xb8000000 + 813843
    3   com.adobe.Photoshop      
    0xb80c0037 0xb8000000 + 786487
    4   com.adobe.Photoshop      
    0xb80dd8e8 0xb8000000 + 907496
    5   com.adobe.Photoshop      
    0xb8145397 spin_lock_wrapper + 1791
    6   com.adobe.Photoshop      
    0xb801ceb7 0xb8000000 + 118455
    Thread 0 crashed with X86 Thread State (32-bit):
      eax: 0x00000078  ebx: 0xb81454d2  ecx: 0x00000078  edx: 0x00000000
      edi: 0xb81f8714  esi: 0xb81f86f0  ebp: 0x8a028d80  esp: 0xb7fffacc
       ss: 0x0000001f  efl: 0x00010206  eip: 0x8aeb2bef   cs: 0x00000017
       ds: 0x0000001f   es: 0x0000001f   fs: 0x00000000   gs: 0x00000037
      cr2: 0x00000078
    Binary Images:
    0xaefb000 -  0xaefcff7  BDL.dylib 38.0.0 (compatibility 1.0.0) <7962366F-BF58-160E-0B73-338F0736B27C> /usr/libexec/oah/Shims/BDL.dylib
    0x1ba48000 - 0x1ba48ff7  libSystem.B.dylib 38.0.0 (compatibility 1.0.0) <63852FDA-04FA-AAA0-67E6-CBB15F6920F1> /usr/libexec/oah/Shims/libSystem.B.dylib
    0x259c2000 - 0x259c4ff7  CoreFoundation 38.0.0 (compatibility 150.0.0) <F267D656-C1AD-07A8-2CCC-9D40323BE626> /usr/libexec/oah/Shims/CoreFoundation.framework/CoreFoundation
    0x259d2000 - 0x259daff7  IOKit 38.0.0 (compatibility 1.0.0) <DCA9B384-0F69-C525-ED46-383C34F025ED> /usr/libexec/oah/Shims/IOKit.framework/IOKit
    0x259e0000 - 0x259e0ff7  ApplicationServices 38.0.0 (compatibility 1.0.0) <3CCC383E-7267-5DBD-BFFF-DF0132FED485> /usr/libexec/oah/Shims/ApplicationServices.framework/ApplicationServices
    0x259e4000 - 0x259e8ff7  IOSurface ??? (???) <D849E1A5-6B0C-2A05-2765-850EC39BA2FF> /System/Library/Frameworks/IOSurface.framework/Versions/A/IOSurface
    0x259f0000 - 0x259f4ff7  libGFXShared.dylib ??? (???) <09540618-2ED1-72C4-61CB-938B35927568> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGFXShared.dylib
    0x25c07000 - 0x25c3cff7  GLEngine ??? (???) <12BC305B-67F8-CF69-9403-6B8F8F7AAC45> /usr/libexec/oah/Shims/GLEngine.bundle/GLEngine
    0x25c41000 - 0x25dbaff7  GLEngine ??? (???) <76C922AA-A4A7-2835-537B-17F316AD95F6> /System/Library/Frameworks/OpenGL.framework/Resources/GLEngine.bundle/GLEngine
    0x25dec000 - 0x25e1dff7  libGLImage.dylib ??? (???) <D18E2E76-DBF4-6930-039A-F66CA0D120B3> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLImage.dylib
    0x25e25000 - 0x25f31fe7  libGLProgrammability.dylib ??? (???) <6167CEB0-D8D6-C4D9-DD74-49755ADB540F> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLProgrammability.dyl ib
    0x25f50000 - 0x25f53ff7  libCoreVMClient.dylib ??? (???) <37F56237-4ABA-E5B5-968D-70FFE357E8E0> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCoreVMClient.dylib
    0x25f58000 - 0x2636bfef  com.apple.ATIRadeonX2000GLDriver 1.6.36 (6.3.6) <257CAA1D-6573-2932-E344-E96F6C9CDA84> /System/Library/Extensions/ATIRadeonX2000GLDriver.bundle/Contents/MacOS/ATIRadeonX2000GLD river
    0x2639d000 - 0x263c1fe7  GLRendererFloat ??? (???) <F19DDBE8-1DF6-6618-F554-0E81ED85CE67> /System/Library/Frameworks/OpenGL.framework/Resources/GLRendererFloat.bundle/GLRendererFl oat
    0x80000000 - 0x8005dff7  com.apple.framework.IOKit 2.0 (???) <3DABAB9C-4949-F441-B077-0498F8E47A35> /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit
    0x8007d000 - 0x800e7fe7  libstdc++.6.dylib 7.9.0 (compatibility 7.0.0) <411D87F4-B7E1-44EB-F201-F8B4F9227213> /usr/lib/libstdc++.6.dylib
    0x80142000 - 0x802e9ff7  libSystem.B.dylib 125.2.11 (compatibility 1.0.0) <2DCD13E3-1BD1-6F25-119A-3863A3848B90> /usr/lib/libSystem.B.dylib
    0x8036b000 - 0x804e6fe7  com.apple.CoreFoundation 6.6.6 (550.44) <F88C95CD-1264-782D-A1F5-204739847E93> /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
    0x805de000 - 0x805ecfe7  libz.1.dylib 1.2.3 (compatibility 1.0.0) <33C1B260-ED05-945D-FC33-EF56EC791E2E> /usr/lib/libz.1.dylib
    0x805f1000 - 0x805fdff7  libkxld.dylib ??? (???) <9A441C48-2D18-E716-5F38-CBEAE6A0BB3E> /usr/lib/system/libkxld.dylib
    0x80601000 - 0x80647ff7  libauto.dylib ??? (???) <29422A70-87CF-10E2-CE59-FEE1234CFAAE> /usr/lib/libauto.dylib
    0x80654000 - 0x807d6fe7  libicucore.A.dylib 40.0.0 (compatibility 1.0.0) <D5980817-6D19-9636-51C3-E82BAE26776B> /usr/lib/libicucore.A.dylib
    0x80838000 - 0x808e5fe7  libobjc.A.dylib 227.0.0 (compatibility 1.0.0) <9F8413A6-736D-37D9-8EB3-7986D4699957> /usr/lib/libobjc.A.dylib
    0x808f9000 - 0x808fcfe7  libmathCommon.A.dylib 315.0.0 (compatibility 1.0.0) <1622A54F-1A98-2CBE-B6A4-2122981A500E> /usr/lib/system/libmathCommon.A.dylib
    0x8fe00000 - 0x8fe4162b  dyld 132.1 (???) <39AC3185-E633-68AA-7CD6-1230E7F1CEF4> /usr/lib/dyld
    0xb8000000 - 0xb81defff +com.adobe.Photoshop 11.0 (11.0x20080919 [20080919.r.488 2008/09/19:02:00:00 cutoff; r branch]) (11.0) <6437A74D-607F-7339-5F7E-F6B0EF81C25D> /Applications/Adobe Photoshop CS4/Adobe Photoshop CS4.app/Contents/MacOS/Adobe Photoshop CS4
    0xffff0000 - 0xffff1fff  libSystem.B.dylib ??? (???) <2DCD13E3-1BD1-6F25-119A-3863A3848B90> /usr/lib/libSystem.B.dylib
    Translated Code Information:
    objc[3308]: garbage collection is ON
    Rosetta Version:  22.27
    Args: 
    /Applications/Adobe Photoshop CS4/Adobe Photoshop CS4.app/Contents/MacOS/Adobe Photoshop CS4 -psn_0_1683867
    Exception: EXC_BAD_ACCESS (0x0001)
    Thread 0: (0xb03a6d74, 0xb815a8ff)
    0x91c39aa4: /usr/lib/libSystem.B.dylib : __dispatch_semaphore_wait_slow + 248
    0x91c38190: /usr/lib/libSystem.B.dylib : __dispatch_worker_thread + 116
    0x91b55f08: /usr/lib/libSystem.B.dylib : __pthread_body + 40
    0x00000000: /Applications/Adobe Photoshop CS4/Adobe Photoshop CS4.app/Contents/MacOS/Adobe Photoshop CS4 :  + 0
    PPC Thread State
    srr0: 0x00000000
    srr1: 0x00000000
    vrsave: 0x00000000
    cr:  0xXXXXXXXX
    xer: 0x20000000
    lr: 0x91c39abc
    ctr: 0x91ab5600
    r00: 0xffffffda
    r01: 0xf0386dc0
    r02: 0x00000000
    r03: 0x00002403
    r04: 0x00000040
    r05: 0x3b9ab575
    r06: 0x00000020
    r07: 0x00000000
    r08: 0x3b9ab575
    r09: 0x00000000
    r10: 0x3b9ab575
    r11: 0xa033e698
    r12: 0x91ab5600
    r13: 0x00000000
    r14: 0x00000000
    r15: 0x00000000
    r16: 0x00000000
    r17: 0x00000000
    r18: 0x00000000
    r19: 0x00000000
    r20: 0x00000000
    r21: 0xa034470c
    r22: 0xa0344700
    r23: 0xa0344708
    r24: 0x00000658
    r25: 0x039443a5
    r26: 0xa0344398
    r27: 0x00000040
    r28: 0x0000000f
    r29: 0x224d3575
    r30: 0xa03446e0
    r31: 0x91c399b4
    Thread 1: (0xb0428e30, 0xb815a93a)
    0x91b526a4: /usr/lib/libSystem.B.dylib : __pthread_cond_wait + 880
    0x93d7f984: /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CarbonCore.framew ork/Versions/A/CarbonCore : _TSWaitOnConditionTimedRelative + 240
    0x93d81a00: /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CarbonCore.framew ork/Versions/A/CarbonCore : _TSWaitOnSemaphoreCommon + 468
    0x93d0f670: /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CarbonCore.framew ork/Versions/A/CarbonCore : AsyncFileThread(void*) + 92
    0x91b55f08: /usr/lib/libSystem.B.dylib : __pthread_body + 40
    0x00000000: /Applications/Adobe Photoshop CS4/Adobe Photoshop CS4.app/Contents/MacOS/Adobe Photoshop CS4 :  + 0
    PPC Thread State
    srr0: 0x00000000
    srr1: 0x00000000
    vrsave: 0x00000000
    cr:  0xXXXXXXXX
    xer: 0x00000000
    lr: 0x91b526e8
    ctr: 0x91ab5610
    r00: 0xffffffd9
    r01: 0xf068c8b0
    r02: 0x00000001
    r03: 0x00004d03
    r04: 0x00004b03
    r05: 0x0000003c
    r06: 0x00000000
    r07: 0x00000000
    r08: 0x00000200
    r09: 0x00000001
    r10: 0xf068ce88
    r11: 0xa033e6a0
    r12: 0x91ab5610
    r13: 0x00000000
    r14: 0x00000000
    r15: 0x00000000
    r16: 0x00000000
    r17: 0x00000000
    r18: 0x93df01cc
    r19: 0x93df01d0
    r20: 0xa03456d0
    r21: 0x93df01d4
    r22: 0x00000000
    r23: 0x00000000
    r24: 0x0000003c
    r25: 0x00000001
    r26: 0xa034571c
    r27: 0xf068ce88
    r28: 0xa07804ac
    r29: 0x00000000
    r30: 0xa07804e0
    r31: 0x91b52340
    Thread 2: (0xb04aa84c, 0xb815aa8b)
    0x00000000: /Applications/Adobe Photoshop CS4/Adobe Photoshop CS4.app/Contents/MacOS/Adobe Photoshop CS4 :  + 0
    0x93d7d4bc: /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CarbonCore.framew ork/Versions/A/CarbonCore : _TS_exception_listener_thread + 128
    0x91b55f08: /usr/lib/libSystem.B.dylib : __pthread_body + 40
    PPC Thread State
    srr0: 0x00000000
    srr1: 0x00000000
    vrsave: 0x00000000
    cr:  0xXXXXXXXX
    xer: 0x20000000
    lr: 0x91ab5cc4
    ctr: 0x91ab5590
    r00: 0xffffffe1
    r01: 0xf0407df0
    r02: 0xa0349090
    r03: 0x1b11aa00
    r04: 0x00000002
    r05: 0x00000000
    r06: 0x00000054
    r07: 0x0000a007
    r08: 0x00000000
    r09: 0x00000000
    r10: 0x1b800000
    r11: 0xa033e194
    r12: 0x91ab5590
    r13: 0x00000000
    r14: 0x00000000
    r15: 0x00000000
    r16: 0x00000000
    r17: 0x00000000
    r18: 0x00000000
    r19: 0x00000000
    r20: 0x00000000
    r21: 0x00000000
    r22: 0x1b11aa00
    r23: 0x00000000
    r24: 0x00000054
    r25: 0x0000a007
    r26: 0x00000000
    r27: 0x00000000
    r28: 0x00000002
    r29: 0x00000002
    r30: 0x00000000
    r31: 0x93d7d444
    Thread 3: (0xb0630e48, 0xb815a8c8)
    0xf060bd28: No symbol
    0x2985e12c: /Applications/Adobe Photoshop CS4/Plug-ins/Extensions/ScriptingSupport.plugin/Contents/MacOS/ScriptingSupport : ScObjects::Thread::sleep(unsigned int) + 144
    0x2985e234: /Applications/Adobe Photoshop CS4/Plug-ins/Extensions/ScriptingSupport.plugin/Contents/MacOS/ScriptingSupport : ScObjects::Thread::wait(unsigned int) + 56
    0x2984c818: /Applications/Adobe Photoshop CS4/Plug-ins/Extensions/ScriptingSupport.plugin/Contents/MacOS/ScriptingSupport : ScObjects::BridgeTalkThread::run() + 436
    0x2985e5d4: /Applications/Adobe Photoshop CS4/Plug-ins/Extensions/ScriptingSupport.plugin/Contents/MacOS/ScriptingSupport : ScObjects::Thread::go(void*) + 316
    0x91b55f08: /usr/lib/libSystem.B.dylib : __pthread_body + 40
    0x00000000: /Applications/Adobe Photoshop CS4/Adobe Photoshop CS4.app/Contents/MacOS/Adobe Photoshop CS4 :  + 0
    PPC Thread State
    srr0: 0x00000000
    srr1: 0x00000000
    vrsave: 0x00000000
    cr:  0xXXXXXXXX
    xer: 0x00000000
    lr: 0x91ad74bc
    ctr: 0x91ab5700
    r00: 0xffffffa6
    r01: 0xf060bcb0
    r02: 0x00000653
    r03: 0x00000653
    r04: 0x7ee178d6
    r05: 0x00000000
    r06: 0x00000001
    r07: 0x00000000
    r08: 0x91c4e264
    r09: 0x00000000
    r10: 0x00000000
    r11: 0xa033e048
    r12: 0x91ab5700
    r13: 0x00000000
    r14: 0x00000000
    r15: 0x00000000
    r16: 0x00000000
    r17: 0x00000000
    r18: 0x00000000
    r19: 0x00000000
    r20: 0x00000000
    r21: 0x00000000
    r22: 0x00000000
    r23: 0xa0347348
    r24: 0x00000000
    r25: 0xf060bd70
    r26: 0xa0347348
    r27: 0xa034ae34
    r28: 0x00000653
    r29: 0x00000653
    r30: 0x7ee178d6
    r31: 0x91ad7348
    Thread 4: (0xb0823d74, 0xb815a8ff)
    0x91c39aa4: /usr/lib/libSystem.B.dylib : __dispatch_semaphore_wait_slow + 248
    0x91c38190: /usr/lib/libSystem.B.dylib : __dispatch_worker_thread + 116
    0x91b55f08: /usr/lib/libSystem.B.dylib : __pthread_body + 40
    0x00000000: /Applications/Adobe Photoshop CS4/Adobe Photoshop CS4.app/Contents/MacOS/Adobe Photoshop CS4 :  + 0
    PPC Thread State
    srr0: 0x00000000
    srr1: 0x00000000
    vrsave: 0x00000000
    cr:  0xXXXXXXXX
    xer: 0x20000000
    lr: 0x91c39abc
    ctr: 0x91ab5600
    r00: 0xffffffda
    r01: 0xf080fdc0
    r02: 0x00000000
    r03: 0x00002703
    r04: 0x00000040
    r05: 0x3b9ab1e7
    r06: 0x00000020
    r07: 0x00000000
    r08: 0x3b9ab1e7
    r09: 0x00000000
    r10: 0x3b9ab1e7
    r11: 0xa033e698
    r12: 0x91ab5600
    r13: 0x00000000
    r14: 0x00000000
    r15: 0x00000000
    r16: 0x00000000
    r17: 0x00000000
    r18: 0x00000000
    r19: 0x00000000
    r20: 0x00000000
    r21: 0xa03447cc
    r22: 0xa03447c0
    r23: 0xa03447c8
    r24: 0x00000662
    r25: 0x9b305b23
    r26: 0xa034450c
    r27: 0x00000040
    r28: 0x0000000f
    r29: 0x224d31e7
    r30: 0xa03447a0
    r31: 0x91c399b4
    Thread 5: (0xb019ed74, 0xb815a8ff)
    0x91c39aa4: /usr/lib/libSystem.B.dylib : __dispatch_semaphore_wait_slow + 248
    0x91c38190: /usr/lib/libSystem.B.dylib : __dispatch_worker_thread + 116
    0x91b55f08: /usr/lib/libSystem.B.dylib : __pthread_body + 40
    0x00000000: /Applications/Adobe Photoshop CS4/Adobe Photoshop CS4.app/Contents/MacOS/Adobe Photoshop CS4 :  + 0
    PPC Thread State
    srr0: 0x00000000
    srr1: 0x00000000
    vrsave: 0x00000000
    cr:  0xXXXXXXXX
    xer: 0x20000000
    lr: 0x91c39abc
    ctr: 0x91ab5600
    r00: 0xffffffda
    r01: 0xf0182dc0
    r02: 0x00000000
    r03: 0x00002703
    r04: 0x00000040
    r05: 0x3b9aad92
    r06: 0x00000020
    r07: 0x00000000
    r08: 0x3b9aad92
    r09: 0x00000000
    r10: 0x3b9aad92
    r11: 0xa033e698
    r12: 0x91ab5600
    r13: 0x00000000
    r14: 0x00000000
    r15: 0x00000000
    r16: 0x00000000
    r17: 0x00000000
    r18: 0x00000000
    r19: 0x00000000
    r20: 0x00000000
    r21: 0xa03447cc
    r22: 0xa03447c0
    r23: 0xa03447c8
    r24: 0x00000662
    r25: 0xa07eddef
    r26: 0xa034450c
    r27: 0x00000040
    r28: 0x0000000f
    r29: 0x224d2d92
    r30: 0xa03447a0
    r31: 0x91c399b4
    Thread 6: (0xb0324e34, 0xb815a8ff)
    0x91c39aa4: /usr/lib/libSystem.B.dylib : __dispatch_semaphore_wait_slow + 248
    0x91c38190: /usr/lib/libSystem.B.dylib : __dispatch_worker_thread + 116
    0x91b55f08: /usr/lib/libSystem.B.dylib : __pthread_body + 40
    0x00000000: /Applications/Adobe Photoshop CS4/Adobe Photoshop CS4.app/Contents/MacOS/Adobe Photoshop CS4 :  + 0
    PPC Thread State
    srr0: 0x00000000
    srr1: 0x00000000
    vrsave: 0x00000000
    cr:  0xXXXXXXXX
    xer: 0x20000000
    lr: 0x91c39abc
    ctr: 0x91ab5600
    r00: 0xffffffda
    r01: 0xf0305dc0
    r02: 0x00000000
    r03: 0x00002403
    r04: 0x00000040
    r05: 0x3b9ac01a
    r06: 0x00000020
    r07: 0x00000000
    r08: 0x3b9ac01a
    r09: 0x00000000
    r10: 0x3b9ac01a
    r11: 0xa033e698
    r12: 0x91ab5600
    r13: 0x00000000
    r14: 0x00000000
    r15: 0x00000000
    r16: 0x00000000
    r17: 0x00000000
    r18: 0x00000000
    r19: 0x00000000
    r20: 0x00000000
    r21: 0xa034470c
    r22: 0xa0344700
    r23: 0xa0344708
    r24: 0x0000065b
    r25: 0x658760c9
    r26: 0xa0344398
    r27: 0x00000040
    r28: 0x0000000f
    r29: 0x224d401a
    r30: 0xa03446e0
    r31: 0x91c399b4
    Thread 7: (0xb05aed44, 0xb815ad03)
    0x91b526a4: /usr/lib/libSystem.B.dylib : __pthread_cond_wait + 880
    0x93d7f830: /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CarbonCore.framew ork/Versions/A/CarbonCore : _TSWaitOnCondition + 136
    0x93d7f960: /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CarbonCore.framew ork/Versions/A/CarbonCore : _TSWaitOnConditionTimedRelative + 204
    0x93d3c498: /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CarbonCore.framew ork/Versions/A/CarbonCore : _MPWaitOnQueue + 280
    0x02caca8c: @executable_path/../Frameworks/AdobeACE.framework/Versions/A/AdobeACE :  + 187020
    0x02cac410: @executable_path/../Frameworks/AdobeACE.framework/Versions/A/AdobeACE :  + 185360
    0x93d3d988: /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CarbonCore.framew ork/Versions/A/CarbonCore : _PrivateMPEntryPoint + 100
    0x91b55f08: /usr/lib/libSystem.B.dylib : __pthread_body + 40
    0x00000000: /Applications/Adobe Photoshop CS4/Adobe Photoshop CS4.app/Contents/MacOS/Adobe Photoshop CS4 :  + 0
    PPC Thread State
    srr0: 0x00000000
    srr1: 0x00000000
    vrsave: 0x00000000
    cr:  0xXXXXXXXX
    xer: 0x00000000
    lr: 0x91b52810
    ctr: 0x91b9fdf4
    r00: 0x0000014e
    r01: 0xf0509b90
    r02: 0xf0509bdc
    r03: 0x00004a03
    r04: 0x00004c03
    r05: 0x00000000
    r06: 0x00000000
    r07: 0x00000000
    r08: 0x00000000
    r09: 0x00000000
    r10: 0x91acd694
    r11: 0xa033e1b0
    r12: 0x91b9fdf4
    r13: 0x00000000
    r14: 0x00000000
    r15: 0x00000000
    r16: 0x00000000
    r17: 0x00000000
    r18: 0x00000000
    r19: 0x00000000
    r20: 0xf0509d38
    r21: 0xf0509d48
    r22: 0x00000000
    r23: 0x00000000
    r24: 0x00000000
    r25: 0x00000000
    r26: 0xa034571c
    r27: 0x00000000
    r28: 0xa077cd0c
    r29: 0x1b2ebe00
    r30: 0x279044e8
    r31: 0x91b52340
    Thread 8: (0xb07a1d74, 0xb815a8ff)
    0x91c39aa4: /usr/lib/libSystem.B.dylib : __dispatch_semaphore_wait_slow + 248
    0x91c38190: /usr/lib/libSystem.B.dylib : __dispatch_worker_thread + 116
    0x91b55f08: /usr/lib/libSystem.B.dylib : __pthread_body + 40
    0x00000000: /Applications/Adobe Photoshop CS4/Adobe Photoshop CS4.app/Contents/MacOS/Adobe Photoshop CS4 :  + 0
    PPC Thread State
    srr0: 0x00000000
    srr1: 0x00000000
    vrsave: 0x00000000
    cr:  0xXXXXXXXX
    xer: 0x20000000
    lr: 0x91c39abc
    ctr: 0x91ab5600
    r00: 0xffffffda
    r01: 0xf078edc0
    r02: 0x00000000
    r03: 0x00002703
    r04: 0x00000040
    r05: 0x3b9aaf91
    r06: 0x00000020
    r07: 0x00000000
    r08: 0x3b9aaf91
    r09: 0x00000000
    r10: 0x3b9aaf91
    r11: 0xa033e698
    r12: 0x91ab5600
    r13: 0x00000000
    r14: 0x00000000
    r15: 0x00000000
    r16: 0x00000000
    r17: 0x00000000
    r18: 0x00000000
    r19: 0x00000000
    r20: 0x00000000
    r21: 0xa03447cc
    r22: 0xa03447c0
    r23: 0xa03447c8
    r24: 0x00000662
    r25: 0x9d7e10d6
    r26: 0xa034450c
    r27: 0x00000040
    r28: 0x0000000f
    r29: 0x224d2f91
    r30: 0xa03447a0
    r31: 0x91c399b4
    Thread 9: (0xb0220e38, 0xb815a8c8)
    0x91b526a4: /usr/lib/libSystem.B.dylib : __pthread_cond_wait + 880
    0x0acf7f58: No symbol
    0x0acf2b70: No symbol
    0x0acf7ffc: No symbol
    0x91b55f08: /usr/lib/libSystem.B.dylib : __pthread_body + 40
    0x00000000: /Applications/Adobe Photoshop CS4/Adobe Photoshop CS4.app/Contents/MacOS/Adobe Photoshop CS4 :  + 0
    PPC Thread State
    srr0: 0x00000000
    srr1: 0x00000000
    vrsave: 0x00000000
    cr:  0xXXXXXXXX
    xer: 0x20000000
    lr: 0x91b526fc
    ctr: 0x91ab55f0
    r00: 0xffffffdb
    r01: 0xf0203d20
    r02: 0x00000001
    r03: 0x00004903
    r04: 0x00004703
    r05: 0x00000000
    r06: 0x00000000
    r07: 0x00000000
    r08: 0x00002528
    r09: 0x00000001
    r10: 0xa0353c88
    r11: 0xa033e69c
    r12: 0x91ab55f0
    r13: 0x00000000
    r14: 0x00000000
    r15: 0x00000000
    r16: 0x00000000
    r17: 0x00000000
    r18: 0x00000000
    r19: 0x00000000
    r20: 0x00000000
    r21: 0x00000000
    r22: 0x00000000
    r23: 0x00000000
    r24: 0x00000000
    r25: 0x00000000
    r26: 0xa034571c
    r27: 0x00000000
    r28: 0x05a5e1d0
    r29: 0x00000000
    r30: 0x05a5de80
    r31: 0x91b52340
    Thread 10: (0xb052cd74, 0xb815a8ff)
    0x93d3ca3c: /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CarbonCore.framew ork/Versions/A/CarbonCore : _MPWaitOnSemaphore + 40
    0x2672da8c: /Applications/Adobe Photoshop CS4/Plug-ins/Extensions/MultiProcessor Support.plugin/Contents/MacOS/MultiProcessor Support :  + 215692
    0x93d3d988: /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CarbonCore.framew ork/Versions/A/CarbonCore : _PrivateMPEntryPoint + 100
    0x91b55f08: /usr/lib/libSystem.B.dylib : __pthread_body + 40
    0x00000000: /Applications/Adobe Photoshop CS4/Adobe Photoshop CS4.app/Contents/MacOS/Adobe Photoshop CS4 :  + 0
    PPC Thread State
    srr0: 0x00000000
    srr1: 0x00000000
    vrsave: 0x00000000
    cr:  0xXXXXXXXX
    xer: 0x00000000
    lr: 0x93d3ca80
    ctr: 0x91ab5600
    r00: 0xffffffda
    r01: 0xf0488da0
    r02: 0x1c5ae670
    r03: 0x0000a307
    r04: 0x7fffffff
    r05: 0x00000000
    r06: 0x00000000
    r07: 0x00000000
    r08: 0x000007c0
    r09: 0x4d555458
    r10: 0x00000040
    r11: 0xa033e698
    r12: 0x91ab5600
    r13: 0x00000000
    r14: 0x00000000
    r15: 0x00000000
    r16: 0x00000000
    r17: 0x00000000
    r18: 0x00000000
    r19: 0x00000000
    r20: 0x00000000
    r21: 0x00000000
    r22: 0x00000000
    r23: 0x00000000
    r24: 0x00000000
    r25: 0x00000000
    r26: 0x2674da30
    r27: 0x2674da30
    r28: 0x2674da30
    r29: 0x7fffffff
    r30: 0x00000000
    r31: 0x93d3ca20
    Thread 11: (0xb02a2d74, 0xb815a8ff)
    0x91c39aa4: /usr/lib/libSystem.B.dylib : __dispatch_semaphore_wait_slow + 248
    0x91c38190: /usr/lib/libSystem.B.dylib : __dispatch_worker_thread + 116
    0x91b55f08: /usr/lib/libSystem.B.dylib : __pthread_body + 40
    0x00000000: /Applications/Adobe Photoshop CS4/Adobe Photoshop CS4.app/Contents/MacOS/Adobe Photoshop CS4 :  + 0
    PPC Thread State
    srr0: 0x00000000
    srr1: 0x00000000
    vrsave: 0x00000000
    cr:  0xXXXXXXXX
    xer: 0x20000000
    lr: 0x91c39abc
    ctr: 0x91ab5600
    r00: 0xffffffda
    r01: 0xf0284dc0
    r02: 0x00000000
    r03: 0x00002603
    r04: 0x00000040
    r05: 0x3b9ab59e
    r06: 0x00000020
    r07: 0x00000000
    r08: 0x3b9ab59e
    r09: 0x00000000
    r10: 0x3b9ab59e
    r11: 0xa033e698
    r12: 0x91ab5600
    r13: 0x00000000
    r14: 0x00000000
    r15: 0x00000000
    r16: 0x00000000
    r17: 0x00000000
    r18: 0x00000000
    r19: 0x00000000
    r20: 0x00000000
    r21: 0xa034478c
    r22: 0xa0344780
    r23: 0xa0344788
    r24: 0x00000658
    r25: 0x0376bd45
    r26: 0xa0344490
    r27: 0x00000040
    r28: 0x0000000f
    r29: 0x224d359e
    r30: 0xa0344760
    r31: 0x91c399b4
    Thread 12: Crashed (0xb7fffacc, 0x8aeb2bef)
    0x989612f8: /System/Library/Frameworks/AppKit.framework/Versions/C/AppKit : __NSNavCustomControl + 756
    0x95ab9f18: /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/NavigationServices.fram ework/Versions/A/NavigationServices : _NavCustomControl + 80
    0x00085774: /Applications/Adobe Photoshop CS4/Adobe Photoshop CS4.app/Contents/MacOS/Adobe Photoshop CS4 : __mh_execute_header + 542580
    0x008470cc: /Applications/Adobe Photoshop CS4/Adobe Photoshop CS4.app/Contents/MacOS/Adobe Photoshop CS4 : __mh_execute_header + 8675532
    0x00084220: /Applications/Adobe Photoshop CS4/Adobe Photoshop CS4.app/Contents/MacOS/Adobe Photoshop CS4 : __mh_execute_header + 537120
    0x0084d6b8: /Applications/Adobe Photoshop CS4/Adobe Photoshop CS4.app/Contents/MacOS/Adobe Photoshop CS4 : __mh_execute_header + 8701624
    0x000a8410: /Applications/Adobe Photoshop CS4/Adobe Photoshop CS4.app/Contents/MacOS/Adobe Photoshop CS4 : __mh_execute_header + 685072
    0x0014ab9c: /Applications/Adobe Photoshop CS4/Adobe Photoshop CS4.app/Contents/MacOS/Adobe Photoshop CS4 : __mh_execute_header + 1350556
    0x0013b93c: /Applications/Adobe Photoshop CS4/Adobe Photoshop CS4.app/Contents/MacOS/Adobe Photoshop CS4 : __mh_execute_header + 1288508
    0x0013ba80: /Applications/Adobe Photoshop CS4/Adobe Photoshop CS4.app/Contents/MacOS/Adobe Photoshop CS4 : __mh_execute_header + 1288832
    0x0007eef8: /Applications/Adobe Photoshop CS4/Adobe Photoshop CS4.app/Contents/MacOS/Adobe Photoshop CS4 : __mh_execute_header + 515832
    0x0007f110: /Applications/Adobe Photoshop CS4/Adobe Photoshop CS4.app/Contents/MacOS/Adobe Photoshop CS4 : __mh_execute_header + 516368
    0x008440ac: /Applications/Adobe Photoshop CS4/Adobe Photoshop CS4.app/Contents/MacOS/Adobe Photoshop CS4 : __mh_execute_header + 8663212
    0x00083b90: /Applications/Adobe Photoshop CS4/Adobe Photoshop CS4.app/Contents/MacOS/Adobe Photoshop CS4 : __mh_execute_header + 535440
    0x0084b19c: /Applications/Adobe Photoshop CS4/Adobe Photoshop CS4.app/Contents/MacOS/Adobe Photoshop CS4 : __mh_execute_header + 8692124
    0x00082ab8: /Applications/Adobe Photoshop CS4/Adobe Photoshop CS4.app/Contents/MacOS/Adobe Photoshop CS4 : __mh_execute_header + 531128
    0x0007e524: /Applications/Adobe Photoshop CS4/Adobe Photoshop CS4.app/Contents/MacOS/Adobe Photoshop CS4 : __mh_execute_header + 513316
    0x00083304: /Applications/Adobe Photoshop CS4/Adobe Photoshop CS4.app/Contents/MacOS/Adobe Photoshop CS4 : __mh_execute_header + 533252
    0x000a6a64: /Applications/Adobe Photoshop CS4/Adobe Photoshop CS4.app/Contents/MacOS/Adobe Photoshop CS4 : __mh_execute_header + 678500
    0x0007f1d4: /Applications/Adobe Photoshop CS4/Adobe Photoshop CS4.app/Contents/MacOS/Adobe Photoshop CS4 : __mh_execute_header + 516564
    0x00081ff4: /Applications/Adobe Photoshop CS4/Adobe Photoshop CS4.app/Contents/MacOS/Adobe Photoshop CS4 : __mh_execute_header + 528372
    0x00082278: /Applications/Adobe Photoshop CS4/Adobe Photoshop CS4.app/Contents/MacOS/Adobe Photoshop CS4 : __mh_execute_header + 529016
    0x00844050: /Applications/Adobe Photoshop CS4/Adobe Photoshop CS4.app/Contents/MacOS/Adobe Photoshop CS4 : __mh_execute_header + 8663120
    0x0007f57c: /Applications/Adobe Photoshop CS4/Adobe Photoshop CS4.app/Contents/MacOS/Adobe Photoshop CS4 : __mh_execute_header + 517500
    0x002c1de8: /Applications/Adobe Photoshop CS4/Adobe Photoshop CS4.app/Contents/MacOS/Adobe Photoshop CS4 : __mh_execute_header + 2887144
    0x002c2220: /Applications/Adobe Photoshop CS4/Adobe Photoshop CS4.app/Contents/MacOS/Adobe Photoshop CS4 : __mh_execute_header + 2888224
    0x0000349c: /Applications/Adobe Photoshop CS4/Adobe Photoshop CS4.app/Contents/MacOS/Adobe Photoshop CS4 : __mh_execute_header + 9372
    0x000031a0: /Applications/Adobe Photoshop CS4/Adobe Photoshop CS4.app/Contents/MacOS/Adobe Photoshop CS4 : __mh_execute_header + 8608
    0xa8f7ffbf: No symbol
    PPC Thread State
    srr0: 0x00000000
    srr1: 0x00000000
    vrsave: 0x00000000
    cr:  0xXXXXXXXX
    xer: 0x20000000
    lr: 0x98961308
    ctr: 0x901db144
    r00: 0x989612f8
    r01: 0xbfffdd90
    r02: 0x00000000
    r03: 0x00000078
    r04: 0x99552320
    r05: 0xa0eac6b0
    r06: 0x2a400000
    r07: 0x00000000
    r08: 0x2a3a8160
    r09: 0x989612d8
    r10: 0x974c40e0
    r11: 0x66ab2320
    r12: 0x901db144
    r13: 0x00524fe4
    r14: 0x00521eb4
    r15: 0x00000000
    r16: 0xa001cb08
    r17: 0xa001c8a8
    r18: 0x2a396e80
    r19: 0x00520594
    r20: 0xbffff0fc
    r21: 0x00000014
    r22: 0x0af01900
    r23: 0xbfffe8a8
    r24: 0x01e20000
    r25: 0x277d3c10
    r26: 0xbfffe3d8
    r27: 0x00000008
    r28: 0x00000078
    r29: 0x99552320
    r30: 0xbfffe408
    r31: 0x9896100c
    Thread 13: (0xb009ad38, 0xb815acc0)
    0x91c384b8: /usr/lib/libSystem.B.dylib : __dispatch_mgr_invoke + 228
    0x91c37e9c: /usr/lib/libSystem.B.dylib : __dispatch_queue_invoke + 308
    0x91c3802c: /usr/lib/libSystem.B.dylib : __dispatch_worker_thread2 + 372
    0x91c38168: /usr/lib/libSystem.B.dylib : __dispatch_worker_thread + 76
    0x91b55f08: /usr/lib/libSystem.B.dylib : __pthread_body + 40
    0x00000000: /Applications/Adobe Photoshop CS4/Adobe Photoshop CS4.app/Contents/MacOS/Adobe Photoshop CS4 :  + 0
    PPC Thread State
    srr0: 0x00000000
    srr1: 0x00000000
    vrsave: 0x00000000
    cr:  0xXXXXXXXX
    xer: 0x20000000
    lr: 0x91c38480
    ctr: 0x91af92d8
    r00: 0x0000016b
    r01: 0xf0080bb0
    r02: 0x00000000
    r03: 0x00000004
    r04: 0x00000000
    r05: 0x00000000
    r06: 0xf0080d0c
    r07: 0x00000001
    r08: 0xf0080d28
    r09: 0x00000000
    r10: 0x0000000f
    r11: 0xa033d530
    r12: 0x91af92d8
    r13: 0x10624dd3
    r14: 0x91c87b04
    r15: 0xf0080c0c
    r16: 0xf0080c8c
    r17: 0xa03583dc
    r18: 0xf0080d28
    r19: 0xa0352588
    r20: 0xa0353588
    r21: 0xf0080d0c
    r22: 0xa0352508
    r23: 0xa0352488
    r24: 0xa03583dc
    r25: 0x00000000
    r26: 0xa034462c
    r27: 0x00000000
    r28: 0xa0344604
    r29: 0xa034433c
    r30: 0xf0080d28
    r31: 0x91c383dc
    Thread 14: (0xb011cd44, 0xb815ad03)
    0x91ad761c: /usr/lib/libSystem.B.dylib : _nanosleep$UNIX2003 + 80
    0x91abba88: /usr/lib/libSystem.B.dylib : _usleep$UNIX2003 + 72
    0x97c1e7d4: /System/Library/PrivateFrameworks/DesktopServicesPriv.framework/Versions/A/DesktopService sPriv : TNode::WaitToBeSynced(bool) + 204
    0x97c29400: /System/Library/PrivateFrameworks/DesktopServicesPriv.framework/Versions/A/DesktopService sPriv : TNode::StSynchronize::StSynchronize(TNodePtr const&, unsigned long) + 172
    0x97c3b968: /System/Library/PrivateFrameworks/DesktopServicesPriv.framework/Versions/A/DesktopService sPriv : TNode::GetNodeFromPathName(TUString const&, TNodePtr&) + 68
    0x97c31e78: /System/Library/PrivateFrameworks/DesktopServicesPriv.framework/Versions/A/DesktopService sPriv : TNode::FindUserFolder(unsigned long, bool, TNodePtr&) + 216
    0x97c31fe4: /System/Library/PrivateFrameworks/DesktopServicesPriv.framework/Versions/A/DesktopService sPriv : TNode::SetSpecialNodeFromOStype(unsigned long) + 176
    0x97c3221c: /System/Library/PrivateFrameworks/DesktopServicesPriv.framework/Versions/A/DesktopService sPriv : TNode::SetSpecialNode(unsigned long, TNodePtr&) + 340
    0x97c3254c: /System/Library/PrivateFrameworks/DesktopServicesPriv.framework/Versions/A/DesktopService sPriv : TNode::GetSpecialNodeWithStatus(unsigned long, OpaqueNodeRequest* const&, unsigned long, TNodePtr&) + 584
    0x97c3294c: /System/Library/PrivateFrameworks/DesktopServicesPriv.framework/Versions/A/DesktopService sPriv : TNode::GetSpecialNode(unsigned long, OpaqueNodeRequest* const&, unsigned long) + 48
    0x97c42c80: /System/Library/PrivateFrameworks/DesktopServicesPriv.framework/Versions/A/DesktopService sPriv : TNode::IsDesktop() const + 104
    0x97c37dd0: /System/Library/PrivateFrameworks/DesktopServicesPriv.framework/Versions/A/DesktopService sPriv : TNode::ResolveSharedFileListAliasIfNeeded() + 704
    0x97c38c4c: /System/Library/PrivateFrameworks/DesktopServicesPriv.framework/Versions/A/DesktopService sPriv : TNode::SynchronizeChildren(unsigned long, TNodeEventPtrSet&) + 3368
    0x97c39034: /System/Library/PrivateFrameworks/DesktopServicesPriv.framework/Versions/A/DesktopService sPriv : TNode::HandleSync(unsigned long) + 732
    0x97c39194: /System/Library/PrivateFrameworks/DesktopServicesPriv.framework/Versions/A/DesktopService sPriv : TNode::HandleSync(TCountedPtr<TNodeTask> const&, TNodePtr const&) + 60
    0x97c3f210: /System/Library/PrivateFrameworks/DesktopServicesPriv.framework/Versions/A/DesktopService sPriv : TNode::HandleNodeRequest(TCountedPtr<TNodeTask> const&, TCountedPtr<TVolumeSyncThread> const&) + 1028
    0x97c78e48: /System/Library/PrivateFrameworks/DesktopServicesPriv.framework/Versions/A/DesktopService sPriv : ___PostNodeTaskRequest_block_invoke_2 + 100
    0x91c35ea0: /usr/lib/libSystem.B.dylib : __dispatch_call_block_and_release + 32
    0x91c37b98: /usr/lib/libSystem.B.dylib : __dispatch_queue_drain + 356
    0x91c37dbc: /usr/lib/libSystem.B.dylib : __dispatch_queue_invoke + 84
    0x91c3802c: /usr/lib/libSystem.B.dylib : __dispatch_worker_thread2 + 372
    0x91c38168: /usr/lib/libSystem.B.dylib : __dispatch_worker_thread + 76
    0x91b55f08: /usr/lib/libSystem.B.dylib : __pthread_body + 40
    0x00000000: /Applications/Adobe Photoshop CS4/Adobe Photoshop CS4.app/Contents/MacOS/Adobe Photoshop CS4 :  + 0
    PPC Thread State
    srr0: 0x00000000
    srr1: 0x00000000
    vrsave: 0x00000000
    cr:  0xXXXXXXXX
    xer: 0x00000000
    lr: 0x91ad7694

  • Please a solution against crashes when opening a file with Acrobat XI pro?

    Hello,
    Am a member of Adobe Creative Cloud.
    Am also constantly having crashes when opening a file with Acrobat XI pro.
    Am running on Windows 7 Home Premium, Service Pack 1, 64 bit - RAM 20 GB -
    The crash happens systematically after the installation of the update. Within one day I uninstalled and reinstalled the program 4x! It takes of a lot of my time.... Thank you for providing a definitive solution!
    Best regards

    I've been having the same issue!  I try to open it and it crashes - says re-open, it crashes...  I re-installed it yesterday and it opened and worked fine.  Closed it out at the end of the day thinking everything was finally fine but this morning the same crashes it had yesterday...  HELP!!!

  • Adobe Acrobat 9.5 crashes when OCR multiple files.

    Adobe Acrobat 9.5 crashes when OCR multiple files. A window appears Adobe Acrobat has stopped working." Then Windows closes the program.
    Log Name:      Application
    Source:        Application Error
    Date:          7/15/2013 9:08:55 AM
    Event ID:      1000
    Task Category: (100)
    Level:         Error
    Keywords:      Classic
    User:          N/A
    Computer:      ENV12W7.dot.state.nv.us
    Description:
    Faulting application name: Acrobat.exe, version: 9.5.5.316, time stamp: 0x518ac052
    Faulting module name: drs832.dll, version: 8.0.2.1088, time stamp: 0x47f2127d
    Exception code: 0xc0000005
    Fault offset: 0x0013c31f
    Faulting process id: 0x109c
    Faulting application start time: 0x01ce8174d93e1008
    Faulting application path: C:\Program Files (x86)\Adobe\Acrobat 9.0\Acrobat\Acrobat.exe
    Faulting module path: C:\Program Files (x86)\Adobe\Acrobat 9.0\Acrobat\plug_ins\PaperCapture\drs832.dll
    Report Id: d8a8f897-ed68-11e2-bae0-d4ae52c31ca5

    Please do check the Performance of your computer at that point of time .
    As some time the usage also causes the issue that makes a software stopped working .
    In order to chek the system performance , check the Task Manager and go to Performance tab .
    If still the issue persists , try wih the following link :
    http://helpx.adobe.com/acrobat/kb/acrobat-could-access-recognition-service.html

  • Acrobat Pro 9.3 Crashes when opening multiple files

    Acrobat Pro 9.3 Crashes when opening multiple files. I have not seen any solutions in forums that solves this problem. I have just done the most recent update and it still crashes.

    Acrobat Pro 9.4.2 (CS5) is doing the same thing on my Windows XP SP3 with 3.5 GB of ram and 206 GB of my brand new 300 GB hard drive free.
    It starting doing this at the end of last year before my hard drive died.  Then after rebuilding the entire system on this new drive it worked fine, until I downloaded all the updates and now it is broken again.  Anytime I open more than one PDF, Acrobat crashes.  I send the error report every time.

Maybe you are looking for

  • Error writing to temporary file location. If this problem persists contact customer support. (-70)

    I've been trying to update/install Creative Cloud applications via Adobe Application Manager and no matter which application I try to install I receive this error: "Error writing to temporary file location. If this problem persists contact customer s

  • Following the link of href in a href = "........ /a from vba

    Dear User I use the html object library from excel and I want to follow a link to another page. The HTML code for the link is <td> <a href="/en/ais/index/eta/all/port:1/portname:PIRAEUS" title="Expected Arrivals">63</a> </td> I have isolated the abov

  • Dell Latitude E6410 Blank Screen

    I have Arch installed on an external USB drive. It works fine on two different laptops using ATI cards and using the generic ati driver. Now I'm trying it on a Dell Latitude E6410 which has an nVidia card (NVS 3100M). At first I had both the generic

  • OSMF 10.1 SWC Compiling issues

    I've been trying to use the 10.1 OSMF.swc that is currently provided on the OSMF downloads page. I am also using the 10.1 playerglobal.swc file. Trying to use it to re-compile the example OSMFPlayer, that comes in the samples. When compling, I get a

  • Redeeming iTunes Gift Card

    I have been trying to redeem an iTunes Gift Card. I continue to get the message "The code you entered is not recognized as a valid code." What do I do? I purchased the card so I know that it is good. The number on the back has 16 digits and numbers,