Programs and Applets

How do I make a java program that can be ran as a program or applet?

hi,
just put the methods
public static void main(String[] arg){}
//and
public init(){}
//and
public void start(){}into the class.
if you use it as an applet the main-method will be ignored
and using as program you can use init as constructor, but better write a constructor with the classname
regards

Similar Messages

  • Socket Programming and Applets

    Hello Everyone,
    I am aiming to develop an application that would communicate with an Applet. I would like to know if this is possible and if there would be any security restrictions in between?
    Thank you

    you were running that your own machine, and what about java permission? how to handle that? suppose i have just jre installed and all permission disabled, how will your signed jar will run, there are many more things have to be done in that context.
    for doing this one have to read a lot of things
    http://java.sun.com/docs/books/tutorial/security/tour1/step2.html
    no personal issue, just pointing out few area.
    regards
    Aniruddha

  • Java Program and Applet

    I am writing a program in which i need to take a string a user and count the number of words, Characters, and
    a particular sub-string. i need to Present back this info. I am a virtual beginner and i did not get any way of doing this. Please somebody help me

    geez man, you make it sound like your dying and need someone to save you. Since I am too lazy to write the whole program for you (and why should I?). You could use something like this to count the characters
    numOfChars = sentence.length()-1;that will give you the number of characters in the string including spaces.
    hmm thats enough to get you started :-p. Be sure to seach the forum to. You should be able to find the solution to your problem reletively easily.

  • How to run different programs and use their output in other programs

    Dear java members,
    I am trying to figure out how to get data from a file, database, or program and use that information in another
    program. Can you help please?
    I have looked through several texts and while the information is there somewhere I have not found the specific
    capabilities or examples that explain how to do this.
    I want to learn how to do this with objects.
    The specific applications I am working with are the GIS (Geographic Information System) suite of ESRI products
    such as ArcInfo and ArcView.
    I am working with simulators for hydrologeology (ground water) and other geophysical phenomenae. Programs for
    decisions and assessment of probability such as found in geostatistical analyses packages. Drawing programs
    and data manipulation programs such as spreadsheets in windows and scripting languages found in most Unix
    packages.
    I want to be proprietary platform free! I want to be accessing apps and or data wherever they are and in
    whichever form they are in or best used.
    Web techniques and protocols are where I think most of my effort will be focused.
    One of the mediums (media) that I expect to use a lot is XML.
    If I can find a simplified (generalized) explanation how this is done and how the parts fit together through and or
    with objects. If I can find references to texts and examples I will be very appreciative and very much less
    confused.
    I am interested in using the Java programming language.
    Thank you
    ctavares1

    Hello ctavares1,
    I am not quite sure that I understand what you are trying to do. The programs that you mention: ArcInfo and ArcView, are they stand alone, native, platform dependent applications? Or are they written in Java? It sounds like there are stand alone, native, platform dependent applications, that write their output to either a file or a database.
    The other piece that is puzzling me is: Do you intend to write an Applet or a Java Application? This is important because Java places several restrictions on what an Applet can do.
    There is also the question of how the data is produced. Is it produced all at once in batch or is it produced a little at a time in real time?
    These and other questions will need to be answered before you can begin designing your application. There are many tutorials dealing with opening a file or database and manipulating that data from an Applet or a Java Application, but it is a different matter all together getting data from an application.
    Here are a few tutorials on File I/O and JDBC:
    http://java.sun.com/docs/books/tutorial/jdbc/index.html
    http://java.sun.com/docs/books/tutorial/essential/io/index.html
    -Merwyn,
    Developer Technical Support,
    http://www.sun.com/developers/support.

  • How to connect C program in applet

    this is my applet code and i get two values.
    what i need is, i want to add that two values in C program and it retruns the value....
    import java.awt.*;
    import java.awt.event.*;
    import java.applet.*;
    import javax.swing.*;
    public class add extends JApplet
    JPanel main;
    JLabel l1, l2;
    JTextField t1, t2;
    TextArea result;
    JButton submit;
    public void init()
    main = new JPanel();
    l1 = new JLabel ("Number one:");
    l2 = new JLabel ("Number two:");
    t1 = new JTextField (20);
    t2 = new JTextField (20);
    submit = new JButton("Submit");
    result = new TextArea(7,80);
    getContentPane().add(main);
    main.add(l1);
    main.add(t1);
    main.add(l2);
    main.add(t2);
    main.add(submit);
    main.add(result);
    Enter next = new Enter();
    submit.addActionListener(next);
    class Enter implements ActionListener
         public void actionPerformed(ActionEvent ent)
              Object obj = ent.getSource();
              if(obj == submit)
                   String val1 = t1.getText();
                   String val2 = t2.getText();
                   if(val1.length()==0 || val2.length()==0)
                        getAppletContext().showStatus("Enter the two values.");
                        return;
                   } else {
                        getAppletContext().showStatus("Wait...");
                        return;
    pls help me.
    regards
    prasad

    JNI is the only way to call native code from java code, but I don't think the applet can get permission to make JNI calls.
    Otherwise applet will become the most dangerous downloadable programs.

  • I want to run program in applet

    I wrote program in applet using Fote for java CE , but can't run it .
    please, help me!

    Sorry ;
    My program is import the JApplet class And Also I implement HTML file
    I use Fote For Java CE program to run it.
    Thanks ;
    My program is:
    ==============
    // Java core packages
    import java.awt.Graphics; // import class Graphics
    // Java extension packages
    import javax.swing.JApplet; // import class JApplet
    public class WelcomeApplet extends JApplet { 
    // draw text on applet?s background
    public void paint( Graphics g )
    // call inherited version of method paint
    super.paint( g );
    // draw a String at x-coordinate 25 and y-coordinate 25
    g.drawString( "Welcome to Java Programming!", 25, 25 );
    } // end method paint
    } // end class WelcomeApplet
    My HTML file is:
    ================
    <html>
    <applet code = "WelcomeApplet.class" width = "300" height = "45">
    </applet>
    </html>

  • I have removed the old Java Updates (17/19/21) from my Program and Features list(Win7). They still appear in the Tools Add-ons Extensions list. How do I remove them?

    I have removed the old Java Updates (17/19/21) from my Program and Features list(Win7). They still appear in the Tools>Add-ons>Extensions list. How do I remove them?
    In both SAFE and Regular browser windows, the UNINSTALL button is grayed out.
    I have tried in SAFE MODE, as well as the Help>troubleshooting Information>Application Basics>Profile Directory>Open Containing Folder,,,(looked, nothing there),,,,in both SAFE and Regular browser windows.

    You can uninstall (remove) the Java Console extensions, you do not need them to run Java applets.
    See http://kb.mozillazine.org/Java#Multiple_Java_Console_extensions
    Your above posted system details show outdated plugin(s) with known security and stability risks that you should update.
    *Shockwave Flash 10.1 r85
    Update the [[Managing the Flash plugin|Flash]] plugin to the latest version.
    *http://www.adobe.com/software/flash/about/

  • How do I uninstall an older version that still appears in "Programs and Features"

    I have recently updated to Firefox version 3.6.13. In the programs and features applet in my Control Panel, (WIN 7 Ultimate 64bit) version 3.6.10 still shows up as being installed. If I uninstall version 3.6.10, will my current version installation be gone too, as the uninstall wants to do so in the same folder as the newer version?

    Yes, uninstalling that version will remove the current Firefox 3.6.13 version. You only have that old entry of that previous version in "Programs and Features" left. It sometimes (?) happens that the updater doesn't remove or update the uninstall keys in the Windows registry. You can remove that orphaned registry key yourself if you are comfortable with editing the registry, otherwise leave it or try a registry cleaner program.
    HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\Mozilla Firefox (????)

  • Random crashes of different programs and it hangs at shutdown

    For the last 2 weeks I have had problems with random crashes of different programs and that it hangs at shutdown. Not everyday, for 2-3 days everything is working fine, then comes "that kind of day" when everything crash (segmentation fault). It could be Firefox, Chromium, Spotify and other programs, dropbox and nm-applet has disappeared from systray in panel. Usually it happen when I see flash video, but it has happened without that. Once Firefox had crashed when I was away from the computer. "Those days" always end with that it hangs at shutdown.
    I don't know how to find out what is the cause of this, or if there is a relationship with those diffrent programs that crash and that it can't shutdown properly.
    Here is from kernel.log
    Feb 26 22:54:37 localhost kernel: [50597.791579] BUG: soft lockup - CPU#2 stuck for 22s! [shutdown:6596]
    Feb 26 22:54:37 localhost kernel: [50597.791583] Modules linked in: fuse joydev usb_storage uas snd_hda_codec_hdmi snd_hda_codec_via snd_hda_intel snd_hda_codec snd_hwdep snd_pcm snd_page_alloc snd_timer snd soundcore r8169 ppdev i2c_i801 iTCO_wdt iTCO_vendor_support mii parport_pc parport evdev psmouse processor pcspkr serio_raw vboxnetflt(O) vboxdrv(O) ext4 crc16 jbd2 mbcache sd_mod sr_mod cdrom usbhid hid ahci libahci libata scsi_mod ehci_hcd usbcore usb_common i915 video button i2c_algo_bit intel_agp intel_gtt drm_kms_helper drm i2c_core
    Feb 26 22:54:37 localhost kernel: [50597.791637] CPU 2
    Feb 26 22:54:37 localhost kernel: [50597.791639] Modules linked in: fuse joydev usb_storage uas snd_hda_codec_hdmi snd_hda_codec_via snd_hda_intel snd_hda_codec snd_hwdep snd_pcm snd_page_alloc snd_timer snd soundcore r8169 ppdev i2c_i801 iTCO_wdt iTCO_vendor_support mii parport_pc parport evdev psmouse processor pcspkr serio_raw vboxnetflt(O) vboxdrv(O) ext4 crc16 jbd2 mbcache sd_mod sr_mod cdrom usbhid hid ahci libahci libata scsi_mod ehci_hcd usbcore usb_common i915 video button i2c_algo_bit intel_agp intel_gtt drm_kms_helper drm i2c_core
    Feb 26 22:54:37 localhost kernel: [50597.791681]
    Feb 26 22:54:37 localhost kernel: [50597.791685] Pid: 6596, comm: shutdown Tainted: G O 3.2.7-1-ARCH #1 To Be Filled By O.E.M. To Be Filled By O.E.M./H55M-LE
    Feb 26 22:54:37 localhost kernel: [50597.791691] RIP: 0010:[<ffffffff8145c342>] [<ffffffff8145c342>] _raw_spin_lock+0x32/0x40
    Feb 26 22:54:37 localhost kernel: [50597.791703] RSP: 0018:ffff8801cfcbbe48 EFLAGS: 00000206
    Feb 26 22:54:37 localhost kernel: [50597.791706] RAX: 000000000000000f RBX: 000000001fcb8350 RCX: 0000000000000019
    Feb 26 22:54:37 localhost kernel: [50597.791709] RDX: 0000000000000000 RSI: ffff8801cfcbbd90 RDI: ffff8800b0556fa0
    Feb 26 22:54:37 localhost kernel: [50597.791712] RBP: ffff8801cfcbbe48 R08: 0000000000000001 R09: 0000000000000000
    Feb 26 22:54:37 localhost kernel: [50597.791715] R10: 0000000000000000 R11: 0000000000000001 R12: ffffffff81458f68
    Feb 26 22:54:37 localhost kernel: [50597.791717] R13: ffff8801cfcbbe38 R14: ffff8801a7133900 R15: 0000000000000000
    Feb 26 22:54:37 localhost kernel: [50597.791721] FS: 00007f58341f0700(0000) GS:ffff88022fc80000(0000) knlGS:0000000000000000
    Feb 26 22:54:37 localhost kernel: [50597.791724] CS: 0010 DS: 0000 ES: 0000 CR0: 000000008005003b
    Feb 26 22:54:37 localhost kernel: [50597.791727] CR2: 0000000002f54011 CR3: 0000000220194000 CR4: 00000000000006e0
    Feb 26 22:54:37 localhost kernel: [50597.791730] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
    Feb 26 22:54:37 localhost kernel: [50597.791733] DR3: 0000000000000000 DR6: 00000000ffff0ff0 DR7: 0000000000000400
    Feb 26 22:54:37 localhost kernel: [50597.791737] Process shutdown (pid: 6596, threadinfo ffff8801cfcba000, task ffff8801a7133900)
    Feb 26 22:54:37 localhost kernel: [50597.791739] Stack:
    Feb 26 22:54:37 localhost kernel: [50597.791741] ffff8801cfcbbee8 ffffffff8118f509 7fffffffffffffff ffff880221608800
    Feb 26 22:54:37 localhost kernel: [50597.791747] ffff880219bdbd68 0000000000000001 0000000000000002 ffff8801cfcbbe80
    Feb 26 22:54:37 localhost kernel: [50597.791752] ffff8801cfcbbe80 ffff8801cfcbbe98 0000000000000000 0000000000000303
    Feb 26 22:54:37 localhost kernel: [50597.791757] Call Trace:
    Feb 26 22:54:37 localhost kernel: [50597.791765] [<ffffffff8118f509>] sync_inodes_sb+0x109/0x1b0
    Feb 26 22:54:37 localhost kernel: [50597.791771] [<ffffffff811959f0>] ? __sync_filesystem+0x90/0x90
    Feb 26 22:54:37 localhost kernel: [50597.791776] [<ffffffff811959e8>] __sync_filesystem+0x88/0x90
    Feb 26 22:54:37 localhost kernel: [50597.791780] [<ffffffff81195a0f>] sync_one_sb+0x1f/0x30
    Feb 26 22:54:37 localhost kernel: [50597.791786] [<ffffffff8116aafe>] iterate_supers+0x9e/0xf0
    Feb 26 22:54:37 localhost kernel: [50597.791791] [<ffffffff81195ad7>] sys_sync+0x47/0x70
    Feb 26 22:54:37 localhost kernel: [50597.791795] [<ffffffff8145d482>] system_call_fastpath+0x16/0x1b
    Feb 26 22:54:37 localhost kernel: [50597.791798] Code: 66 90 65 48 8b 04 25 c8 c4 00 00 83 80 44 e0 ff ff 01 b8 00 01 00 00 f0 66 0f c1 07 0f b6 d4 38 c2 74 0f 66 0f 1f 44 00 00 f3 90 <0f> b6 07 38 d0 75 f7 5d c3 0f 1f 44 00 00 55 48 89 e5 66 66 66
    Feb 26 22:54:37 localhost kernel: [50597.791844] Call Trace:
    Feb 26 22:54:37 localhost kernel: [50597.791848] [<ffffffff8118f509>] sync_inodes_sb+0x109/0x1b0
    Feb 26 22:54:37 localhost kernel: [50597.791853] [<ffffffff811959f0>] ? __sync_filesystem+0x90/0x90
    Feb 26 22:54:37 localhost kernel: [50597.791858] [<ffffffff811959e8>] __sync_filesystem+0x88/0x90
    Feb 26 22:54:37 localhost kernel: [50597.791862] [<ffffffff81195a0f>] sync_one_sb+0x1f/0x30
    Feb 26 22:54:37 localhost kernel: [50597.791867] [<ffffffff8116aafe>] iterate_supers+0x9e/0xf0
    Feb 26 22:54:37 localhost kernel: [50597.791871] [<ffffffff81195ad7>] sys_sync+0x47/0x70
    Feb 26 22:54:37 localhost kernel: [50597.791875] [<ffffffff8145d482>] system_call_fastpath+0x16/0x1b
    Feb 26 22:54:38 localhost kernel: [50597.908057] BUG: soft lockup - CPU#3 stuck for 22s! [conky:719]
    Feb 26 22:54:38 localhost kernel: [50597.908061] Modules linked in: fuse joydev usb_storage uas snd_hda_codec_hdmi snd_hda_codec_via snd_hda_intel snd_hda_codec snd_hwdep snd_pcm snd_page_alloc snd_timer snd soundcore r8169 ppdev i2c_i801 iTCO_wdt iTCO_vendor_support mii parport_pc parport evdev psmouse processor pcspkr serio_raw vboxnetflt(O) vboxdrv(O) ext4 crc16 jbd2 mbcache sd_mod sr_mod cdrom usbhid hid ahci libahci libata scsi_mod ehci_hcd usbcore usb_common i915 video button i2c_algo_bit intel_agp intel_gtt drm_kms_helper drm i2c_core
    Feb 26 22:54:38 localhost kernel: [50597.908123] CPU 3
    Feb 26 22:54:38 localhost kernel: [50597.908125] Modules linked in: fuse joydev usb_storage uas snd_hda_codec_hdmi snd_hda_codec_via snd_hda_intel snd_hda_codec snd_hwdep snd_pcm snd_page_alloc snd_timer snd soundcore r8169 ppdev i2c_i801 iTCO_wdt iTCO_vendor_support mii parport_pc parport evdev psmouse processor pcspkr serio_raw vboxnetflt(O) vboxdrv(O) ext4 crc16 jbd2 mbcache sd_mod sr_mod cdrom usbhid hid ahci libahci libata scsi_mod ehci_hcd usbcore usb_common i915 video button i2c_algo_bit intel_agp intel_gtt drm_kms_helper drm i2c_core
    Feb 26 22:54:38 localhost kernel: [50597.908181]
    Feb 26 22:54:38 localhost kernel: [50597.908185] Pid: 719, comm: conky Tainted: G O 3.2.7-1-ARCH #1 To Be Filled By O.E.M. To Be Filled By O.E.M./H55M-LE
    Feb 26 22:54:38 localhost kernel: [50597.908193] RIP: 0010:[<ffffffff8145c342>] [<ffffffff8145c342>] _raw_spin_lock+0x32/0x40
    Feb 26 22:54:38 localhost kernel: [50597.908203] RSP: 0018:ffff88021fdc7b98 EFLAGS: 00000297
    Feb 26 22:54:38 localhost kernel: [50597.908206] RAX: 0000000000000097 RBX: ffff88021fdc7fd8 RCX: 0000000001556208
    Feb 26 22:54:38 localhost kernel: [50597.908211] RDX: 0000000000000098 RSI: ffffc90000ba65e8 RDI: ffffffff81804440
    Feb 26 22:54:38 localhost kernel: [50597.908214] RBP: ffff88021fdc7b98 R08: 000000000000006f R09: 0000000000000000
    Feb 26 22:54:38 localhost kernel: [50597.908219] R10: ffffc90000808000 R11: 0000000000000000 R12: ffff88020549c2c0
    Feb 26 22:54:38 localhost kernel: [50597.908223] R13: ffffea0000000000 R14: ffffffff8145950e R15: ffff88021fdc7c18
    Feb 26 22:54:38 localhost kernel: [50597.908228] FS: 00007f39283b4700(0000) GS:ffff88022fcc0000(0000) knlGS:0000000000000000
    Feb 26 22:54:38 localhost kernel: [50597.908232] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
    Feb 26 22:54:38 localhost kernel: [50597.908236] CR2: 00007f8135891220 CR3: 0000000220148000 CR4: 00000000000006e0
    Feb 26 22:54:38 localhost kernel: [50597.908240] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
    Feb 26 22:54:38 localhost kernel: [50597.908244] DR3: 0000000000000000 DR6: 00000000ffff0ff0 DR7: 0000000000000400
    Feb 26 22:54:38 localhost kernel: [50597.908248] Process conky (pid: 719, threadinfo ffff88021fdc6000, task ffff8802210eaac0)
    Feb 26 22:54:38 localhost kernel: [50597.908251] Stack:
    Feb 26 22:54:38 localhost kernel: [50597.908254] ffff88021fdc7bb8 ffffffff8118056d ffffc90000ba65e8 ffff8802008aa190
    Feb 26 22:54:38 localhost kernel: [50597.908261] ffff88021fdc7be8 ffffffff81181c4c ffff880221baae40 0000000000000007
    Feb 26 22:54:38 localhost kernel: [50597.908269] ffff8801c01649c0 ffff880227030040 ffff88021fdc7c08 ffffffff811c7146
    Feb 26 22:54:38 localhost kernel: [50597.908276] Call Trace:
    Feb 26 22:54:38 localhost kernel: [50597.908283] [<ffffffff8118056d>] inode_sb_list_add+0x1d/0x70
    Feb 26 22:54:38 localhost kernel: [50597.908288] [<ffffffff81181c4c>] iget_locked+0x17c/0x190
    Feb 26 22:54:38 localhost kernel: [50597.908296] [<ffffffff811c7146>] proc_get_inode+0x16/0x120
    Feb 26 22:54:38 localhost kernel: [50597.908302] [<ffffffff811cd71b>] proc_lookup_de+0x8b/0x110
    Feb 26 22:54:38 localhost kernel: [50597.908308] [<ffffffff811cd7bb>] proc_lookup+0x1b/0x20
    Feb 26 22:54:38 localhost kernel: [50597.908313] [<ffffffff811c73f7>] proc_root_lookup+0x27/0x50
    Feb 26 22:54:38 localhost kernel: [50597.908320] [<ffffffff81172935>] d_alloc_and_lookup+0x45/0x90
    Feb 26 22:54:38 localhost kernel: [50597.908325] [<ffffffff8117fa25>] ? d_lookup+0x35/0x60
    Feb 26 22:54:38 localhost kernel: [50597.908330] [<ffffffff8117374d>] do_lookup+0x2cd/0x3d0
    Feb 26 22:54:38 localhost kernel: [50597.908336] [<ffffffff81176b80>] do_last+0x220/0x970
    Feb 26 22:54:38 localhost kernel: [50597.908342] [<ffffffff811773e2>] path_openat+0xd2/0x3c0
    Feb 26 22:54:38 localhost kernel: [50597.908349] [<ffffffff8109e264>] ? do_futex+0x114/0xb80
    Feb 26 22:54:38 localhost kernel: [50597.908355] [<ffffffff811777f2>] do_filp_open+0x42/0xa0
    Feb 26 22:54:38 localhost kernel: [50597.908361] [<ffffffff81183efc>] ? alloc_fd+0xec/0x140
    Feb 26 22:54:38 localhost kernel: [50597.908368] [<ffffffff811669e7>] do_sys_open+0xf7/0x1d0
    Feb 26 22:54:38 localhost kernel: [50597.908373] [<ffffffff81166ae0>] sys_open+0x20/0x30
    Feb 26 22:54:38 localhost kernel: [50597.908379] [<ffffffff8145d482>] system_call_fastpath+0x16/0x1b
    Feb 26 22:54:38 localhost kernel: [50597.908382] Code: 66 90 65 48 8b 04 25 c8 c4 00 00 83 80 44 e0 ff ff 01 b8 00 01 00 00 f0 66 0f c1 07 0f b6 d4 38 c2 74 0f 66 0f 1f 44 00 00 f3 90 <0f> b6 07 38 d0 75 f7 5d c3 0f 1f 44 00 00 55 48 89 e5 66 66 66
    Feb 26 22:54:38 localhost kernel: [50597.908447] Call Trace:
    Feb 26 22:54:38 localhost kernel: [50597.908451] [<ffffffff8118056d>] inode_sb_list_add+0x1d/0x70
    Feb 26 22:54:38 localhost kernel: [50597.908457] [<ffffffff81181c4c>] iget_locked+0x17c/0x190
    Feb 26 22:54:38 localhost kernel: [50597.908462] [<ffffffff811c7146>] proc_get_inode+0x16/0x120
    Feb 26 22:54:38 localhost kernel: [50597.908468] [<ffffffff811cd71b>] proc_lookup_de+0x8b/0x110
    Feb 26 22:54:38 localhost kernel: [50597.908474] [<ffffffff811cd7bb>] proc_lookup+0x1b/0x20
    Feb 26 22:54:38 localhost kernel: [50597.908479] [<ffffffff811c73f7>] proc_root_lookup+0x27/0x50
    Feb 26 22:54:38 localhost kernel: [50597.908484] [<ffffffff81172935>] d_alloc_and_lookup+0x45/0x90
    Feb 26 22:54:38 localhost kernel: [50597.908489] [<ffffffff8117fa25>] ? d_lookup+0x35/0x60
    Feb 26 22:54:38 localhost kernel: [50597.908494] [<ffffffff8117374d>] do_lookup+0x2cd/0x3d0
    Feb 26 22:54:38 localhost kernel: [50597.908500] [<ffffffff81176b80>] do_last+0x220/0x970
    Feb 26 22:54:38 localhost kernel: [50597.908506] [<ffffffff811773e2>] path_openat+0xd2/0x3c0
    Feb 26 22:54:38 localhost kernel: [50597.908511] [<ffffffff8109e264>] ? do_futex+0x114/0xb80
    Feb 26 22:54:38 localhost kernel: [50597.908517] [<ffffffff811777f2>] do_filp_open+0x42/0xa0
    Feb 26 22:54:38 localhost kernel: [50597.908523] [<ffffffff81183efc>] ? alloc_fd+0xec/0x140
    Feb 26 22:54:38 localhost kernel: [50597.908528] [<ffffffff811669e7>] do_sys_open+0xf7/0x1d0
    Feb 26 22:54:38 localhost kernel: [50597.908534] [<ffffffff81166ae0>] sys_open+0x20/0x30
    Feb 26 22:54:38 localhost kernel: [50597.908539] [<ffffffff8145d482>] system_call_fastpath+0x16/0x1b
    Feb 26 22:54:45 localhost kernel: [50605.662677] BUG: soft lockup - CPU#1 stuck for 23s! [X:543]
    Feb 26 22:54:45 localhost kernel: [50605.662681] Modules linked in: fuse joydev usb_storage uas snd_hda_codec_hdmi snd_hda_codec_via snd_hda_intel snd_hda_codec snd_hwdep snd_pcm snd_page_alloc snd_timer snd soundcore r8169 ppdev i2c_i801 iTCO_wdt iTCO_vendor_support mii parport_pc parport evdev psmouse processor pcspkr serio_raw vboxnetflt(O) vboxdrv(O) ext4 crc16 jbd2 mbcache sd_mod sr_mod cdrom usbhid hid ahci libahci libata scsi_mod ehci_hcd usbcore usb_common i915 video button i2c_algo_bit intel_agp intel_gtt drm_kms_helper drm i2c_core
    Feb 26 22:54:45 localhost kernel: [50605.662741] CPU 1
    Feb 26 22:54:45 localhost kernel: [50605.662743] Modules linked in: fuse joydev usb_storage uas snd_hda_codec_hdmi snd_hda_codec_via snd_hda_intel snd_hda_codec snd_hwdep snd_pcm snd_page_alloc snd_timer snd soundcore r8169 ppdev i2c_i801 iTCO_wdt iTCO_vendor_support mii parport_pc parport evdev psmouse processor pcspkr serio_raw vboxnetflt(O) vboxdrv(O) ext4 crc16 jbd2 mbcache sd_mod sr_mod cdrom usbhid hid ahci libahci libata scsi_mod ehci_hcd usbcore usb_common i915 video button i2c_algo_bit intel_agp intel_gtt drm_kms_helper drm i2c_core
    Feb 26 22:54:45 localhost kernel: [50605.662800]
    Feb 26 22:54:45 localhost kernel: [50605.662803] Pid: 543, comm: X Tainted: G O 3.2.7-1-ARCH #1 To Be Filled By O.E.M. To Be Filled By O.E.M./H55M-LE
    Feb 26 22:54:45 localhost kernel: [50605.662811] RIP: 0010:[<ffffffff8145c345>] [<ffffffff8145c345>] _raw_spin_lock+0x35/0x40
    Feb 26 22:54:45 localhost kernel: [50605.662820] RSP: 0018:ffff88021b985bc8 EFLAGS: 00000293
    Feb 26 22:54:45 localhost kernel: [50605.662823] RAX: 0000000000000097 RBX: ffffffff8104f39e RCX: 0000000000512001
    Feb 26 22:54:45 localhost kernel: [50605.662827] RDX: 0000000000000099 RSI: ffffffff816eab4f RDI: ffffffff81804440
    Feb 26 22:54:45 localhost kernel: [50605.662831] RBP: ffff88021b985bc8 R08: 0000000000200000 R09: ffff88020579e600
    Feb 26 22:54:45 localhost kernel: [50605.662835] R10: 0000000000000000 R11: 0000000000003246 R12: 0000000000000286
    Feb 26 22:54:45 localhost kernel: [50605.662839] R13: 0000000000000001 R14: 0000000000000286 R15: 0000000000000001
    Feb 26 22:54:45 localhost kernel: [50605.662844] FS: 00007f45924e4880(0000) GS:ffff88022fc40000(0000) knlGS:0000000000000000
    Feb 26 22:54:45 localhost kernel: [50605.662849] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
    Feb 26 22:54:45 localhost kernel: [50605.662852] CR2: 0000000000c5cf18 CR3: 000000021c2ed000 CR4: 00000000000006e0
    Feb 26 22:54:45 localhost kernel: [50605.662856] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
    Feb 26 22:54:45 localhost kernel: [50605.662860] DR3: 0000000000000000 DR6: 00000000ffff0ff0 DR7: 0000000000000400
    Feb 26 22:54:45 localhost kernel: [50605.662865] Process X (pid: 543, threadinfo ffff88021b984000, task ffff880221506ae0)
    Feb 26 22:54:45 localhost kernel: [50605.662868] Stack:
    Feb 26 22:54:45 localhost kernel: [50605.662870] ffff88021b985be8 ffffffff8118056d ffff880227415800 ffff8801cf0d4d70
    Feb 26 22:54:45 localhost kernel: [50605.662878] ffff88021b985c08 ffffffff81182b3d 00000000000081ff ffff880227415800
    Feb 26 22:54:45 localhost kernel: [50605.662885] ffff88021b985c58 ffffffff8111c353 0000000027008300 ffff880222aae5a0
    Feb 26 22:54:45 localhost kernel: [50605.662892] Call Trace:
    Feb 26 22:54:45 localhost kernel: [50605.662898] [<ffffffff8118056d>] inode_sb_list_add+0x1d/0x70
    Feb 26 22:54:45 localhost kernel: [50605.662903] [<ffffffff81182b3d>] new_inode+0x2d/0x40
    Feb 26 22:54:45 localhost kernel: [50605.662910] [<ffffffff8111c353>] shmem_get_inode+0x53/0x220
    Feb 26 22:54:45 localhost kernel: [50605.662916] [<ffffffff8111e979>] shmem_file_setup+0xb9/0x1c0
    Feb 26 22:54:45 localhost kernel: [50605.662931] [<ffffffffa0012502>] drm_gem_object_init+0x32/0x70 [drm]
    Feb 26 22:54:45 localhost kernel: [50605.662946] [<ffffffffa00833a3>] i915_gem_alloc_object+0x63/0x1a0 [i915]
    Feb 26 22:54:45 localhost kernel: [50605.662960] [<ffffffffa0083528>] i915_gem_create+0x48/0x170 [i915]
    Feb 26 22:54:45 localhost kernel: [50605.662974] [<ffffffffa008366e>] i915_gem_create_ioctl+0x1e/0x20 [i915]
    Feb 26 22:54:45 localhost kernel: [50605.662984] [<ffffffffa00104a4>] drm_ioctl+0x444/0x510 [drm]
    Feb 26 22:54:45 localhost kernel: [50605.662998] [<ffffffffa0083650>] ? i915_gem_create+0x170/0x170 [i915]
    Feb 26 22:54:45 localhost kernel: [50605.663005] [<ffffffff81167fa4>] ? do_readv_writev+0x184/0x1d0
    Feb 26 22:54:45 localhost kernel: [50605.663012] [<ffffffff8117991f>] do_vfs_ioctl+0x8f/0x500
    Feb 26 22:54:45 localhost kernel: [50605.663018] [<ffffffff81179e21>] sys_ioctl+0x91/0xa0
    Feb 26 22:54:45 localhost kernel: [50605.663023] [<ffffffff8145d482>] system_call_fastpath+0x16/0x1b
    Feb 26 22:54:45 localhost kernel: [50605.663027] Code: 48 8b 04 25 c8 c4 00 00 83 80 44 e0 ff ff 01 b8 00 01 00 00 f0 66 0f c1 07 0f b6 d4 38 c2 74 0f 66 0f 1f 44 00 00 f3 90 0f b6 07 <38> d0 75 f7 5d c3 0f 1f 44 00 00 55 48 89 e5 66 66 66 66 90 9c
    Feb 26 22:54:45 localhost kernel: [50605.663091] Call Trace:
    Feb 26 22:54:45 localhost kernel: [50605.663096] [<ffffffff8118056d>] inode_sb_list_add+0x1d/0x70
    Feb 26 22:54:45 localhost kernel: [50605.663101] [<ffffffff81182b3d>] new_inode+0x2d/0x40
    Feb 26 22:54:45 localhost kernel: [50605.663106] [<ffffffff8111c353>] shmem_get_inode+0x53/0x220
    Feb 26 22:54:45 localhost kernel: [50605.663112] [<ffffffff8111e979>] shmem_file_setup+0xb9/0x1c0
    Feb 26 22:54:45 localhost kernel: [50605.663124] [<ffffffffa0012502>] drm_gem_object_init+0x32/0x70 [drm]
    Feb 26 22:54:45 localhost kernel: [50605.663137] [<ffffffffa00833a3>] i915_gem_alloc_object+0x63/0x1a0 [i915]
    Feb 26 22:54:45 localhost kernel: [50605.663150] [<ffffffffa0083528>] i915_gem_create+0x48/0x170 [i915]
    Feb 26 22:54:45 localhost kernel: [50605.663163] [<ffffffffa008366e>] i915_gem_create_ioctl+0x1e/0x20 [i915]
    Feb 26 22:54:45 localhost kernel: [50605.663173] [<ffffffffa00104a4>] drm_ioctl+0x444/0x510 [drm]
    Feb 26 22:54:45 localhost kernel: [50605.663187] [<ffffffffa0083650>] ? i915_gem_create+0x170/0x170 [i915]
    Feb 26 22:54:45 localhost kernel: [50605.663193] [<ffffffff81167fa4>] ? do_readv_writev+0x184/0x1d0
    Feb 26 22:54:45 localhost kernel: [50605.663200] [<ffffffff8117991f>] do_vfs_ioctl+0x8f/0x500
    Feb 26 22:54:45 localhost kernel: [50605.663206] [<ffffffff81179e21>] sys_ioctl+0x91/0xa0
    Feb 26 22:54:45 localhost kernel: [50605.663212] [<ffffffff8145d482>] system_call_fastpath+0x16/0x1b
    Feb 26 22:55:05 localhost kernel: [50625.748096] BUG: soft lockup - CPU#2 stuck for 22s! [shutdown:6596]
    Feb 26 22:55:05 localhost kernel: [50625.748099] Modules linked in: fuse joydev usb_storage uas snd_hda_codec_hdmi snd_hda_codec_via snd_hda_intel snd_hda_codec snd_hwdep snd_pcm snd_page_alloc snd_timer snd soundcore r8169 ppdev i2c_i801 iTCO_wdt iTCO_vendor_support mii parport_pc parport evdev psmouse processor pcspkr serio_raw vboxnetflt(O) vboxdrv(O) ext4 crc16 jbd2 mbcache sd_mod sr_mod cdrom usbhid hid ahci libahci libata scsi_mod ehci_hcd usbcore usb_common i915 video button i2c_algo_bit intel_agp intel_gtt drm_kms_helper drm i2c_core
    Feb 26 22:55:05 localhost kernel: [50625.748146] CPU 2
    Feb 26 22:55:05 localhost kernel: [50625.748147] Modules linked in: fuse joydev usb_storage uas snd_hda_codec_hdmi snd_hda_codec_via snd_hda_intel snd_hda_codec snd_hwdep snd_pcm snd_page_alloc snd_timer snd soundcore r8169 ppdev i2c_i801 iTCO_wdt iTCO_vendor_support mii parport_pc parport evdev psmouse processor pcspkr serio_raw vboxnetflt(O) vboxdrv(O) ext4 crc16 jbd2 mbcache sd_mod sr_mod cdrom usbhid hid ahci libahci libata scsi_mod ehci_hcd usbcore usb_common i915 video button i2c_algo_bit intel_agp intel_gtt drm_kms_helper drm i2c_core
    Feb 26 22:55:05 localhost kernel: [50625.748190]
    Feb 26 22:55:05 localhost kernel: [50625.748193] Pid: 6596, comm: shutdown Tainted: G O 3.2.7-1-ARCH #1 To Be Filled By O.E.M. To Be Filled By O.E.M./H55M-LE
    Feb 26 22:55:05 localhost kernel: [50625.748199] RIP: 0010:[<ffffffff8145c342>] [<ffffffff8145c342>] _raw_spin_lock+0x32/0x40
    Feb 26 22:55:05 localhost kernel: [50625.748207] RSP: 0018:ffff8801cfcbbe48 EFLAGS: 00000206
    Feb 26 22:55:05 localhost kernel: [50625.748210] RAX: 000000000000000f RBX: 000000001fcb8350 RCX: 0000000000000019
    Feb 26 22:55:05 localhost kernel: [50625.748213] RDX: 0000000000000000 RSI: ffff8801cfcbbd90 RDI: ffff8800b0556fa0
    Feb 26 22:55:05 localhost kernel: [50625.748215] RBP: ffff8801cfcbbe48 R08: 0000000000000001 R09: 0000000000000000
    Feb 26 22:55:05 localhost kernel: [50625.748218] R10: 0000000000000000 R11: 0000000000000001 R12: ffffffff81458f68
    Feb 26 22:55:05 localhost kernel: [50625.748221] R13: ffff8801cfcbbe38 R14: ffff8801a7133900 R15: 0000000000000000
    Feb 26 22:55:05 localhost kernel: [50625.748225] FS: 00007f58341f0700(0000) GS:ffff88022fc80000(0000) knlGS:0000000000000000
    Feb 26 22:55:05 localhost kernel: [50625.748228] CS: 0010 DS: 0000 ES: 0000 CR0: 000000008005003b
    Feb 26 22:55:05 localhost kernel: [50625.748231] CR2: 0000000002f54011 CR3: 0000000220194000 CR4: 00000000000006e0
    Feb 26 22:55:05 localhost kernel: [50625.748234] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
    Feb 26 22:55:05 localhost kernel: [50625.748237] DR3: 0000000000000000 DR6: 00000000ffff0ff0 DR7: 0000000000000400
    Feb 26 22:55:05 localhost kernel: [50625.748240] Process shutdown (pid: 6596, threadinfo ffff8801cfcba000, task ffff8801a7133900)
    Feb 26 22:55:05 localhost kernel: [50625.748243] Stack:
    Feb 26 22:55:05 localhost kernel: [50625.748245] ffff8801cfcbbee8 ffffffff8118f509 7fffffffffffffff ffff880221608800
    Feb 26 22:55:05 localhost kernel: [50625.748250] ffff880219bdbd68 0000000000000001 0000000000000002 ffff8801cfcbbe80
    Feb 26 22:55:05 localhost kernel: [50625.748255] ffff8801cfcbbe80 ffff8801cfcbbe98 0000000000000000 0000000000000303
    Feb 26 22:55:05 localhost kernel: [50625.748261] Call Trace:
    Feb 26 22:55:05 localhost kernel: [50625.748267] [<ffffffff8118f509>] sync_inodes_sb+0x109/0x1b0
    Feb 26 22:55:05 localhost kernel: [50625.748273] [<ffffffff811959f0>] ? __sync_filesystem+0x90/0x90
    Feb 26 22:55:05 localhost kernel: [50625.748277] [<ffffffff811959e8>] __sync_filesystem+0x88/0x90
    Feb 26 22:55:05 localhost kernel: [50625.748282] [<ffffffff81195a0f>] sync_one_sb+0x1f/0x30
    Feb 26 22:55:05 localhost kernel: [50625.748286] [<ffffffff8116aafe>] iterate_supers+0x9e/0xf0
    Feb 26 22:55:05 localhost kernel: [50625.748291] [<ffffffff81195ad7>] sys_sync+0x47/0x70
    Feb 26 22:55:05 localhost kernel: [50625.748295] [<ffffffff8145d482>] system_call_fastpath+0x16/0x1b
    Feb 26 22:55:05 localhost kernel: [50625.748298] Code: 66 90 65 48 8b 04 25 c8 c4 00 00 83 80 44 e0 ff ff 01 b8 00 01 00 00 f0 66 0f c1 07 0f b6 d4 38 c2 74 0f 66 0f 1f 44 00 00 f3 90 <0f> b6 07 38 d0 75 f7 5d c3 0f 1f 44 00 00 55 48 89 e5 66 66 66
    Feb 26 22:55:05 localhost kernel: [50625.748344] Call Trace:
    Feb 26 22:55:05 localhost kernel: [50625.748348] [<ffffffff8118f509>] sync_inodes_sb+0x109/0x1b0
    Feb 26 22:55:05 localhost kernel: [50625.748353] [<ffffffff811959f0>] ? __sync_filesystem+0x90/0x90
    Feb 26 22:55:05 localhost kernel: [50625.748357] [<ffffffff811959e8>] __sync_filesystem+0x88/0x90
    Feb 26 22:55:05 localhost kernel: [50625.748362] [<ffffffff81195a0f>] sync_one_sb+0x1f/0x30
    Feb 26 22:55:05 localhost kernel: [50625.748366] [<ffffffff8116aafe>] iterate_supers+0x9e/0xf0
    Feb 26 22:55:05 localhost kernel: [50625.748370] [<ffffffff81195ad7>] sys_sync+0x47/0x70
    Feb 26 22:55:05 localhost kernel: [50625.748374] [<ffffffff8145d482>] system_call_fastpath+0x16/0x1b
    Feb 26 22:55:06 localhost kernel: [50625.864573] BUG: soft lockup - CPU#3 stuck for 23s! [conky:719]
    Feb 26 22:55:06 localhost kernel: [50625.864577] Modules linked in: fuse joydev usb_storage uas snd_hda_codec_hdmi snd_hda_codec_via snd_hda_intel snd_hda_codec snd_hwdep snd_pcm snd_page_alloc snd_timer snd soundcore r8169 ppdev i2c_i801 iTCO_wdt iTCO_vendor_support mii parport_pc parport evdev psmouse processor pcspkr serio_raw vboxnetflt(O) vboxdrv(O) ext4 crc16 jbd2 mbcache sd_mod sr_mod cdrom usbhid hid ahci libahci libata scsi_mod ehci_hcd usbcore usb_common i915 video button i2c_algo_bit intel_agp intel_gtt drm_kms_helper drm i2c_core
    Feb 26 22:55:06 localhost kernel: [50625.864635] CPU 3
    Feb 26 22:55:06 localhost kernel: [50625.864637] Modules linked in: fuse joydev usb_storage uas snd_hda_codec_hdmi snd_hda_codec_via snd_hda_intel snd_hda_codec snd_hwdep snd_pcm snd_page_alloc snd_timer snd soundcore r8169 ppdev i2c_i801 iTCO_wdt iTCO_vendor_support mii parport_pc parport evdev psmouse processor pcspkr serio_raw vboxnetflt(O) vboxdrv(O) ext4 crc16 jbd2 mbcache sd_mod sr_mod cdrom usbhid hid ahci libahci libata scsi_mod ehci_hcd usbcore usb_common i915 video button i2c_algo_bit intel_agp intel_gtt drm_kms_helper drm i2c_core
    Feb 26 22:55:06 localhost kernel: [50625.864694]
    Feb 26 22:55:06 localhost kernel: [50625.864697] Pid: 719, comm: conky Tainted: G O 3.2.7-1-ARCH #1 To Be Filled By O.E.M. To Be Filled By O.E.M./H55M-LE
    Feb 26 22:55:06 localhost kernel: [50625.864705] RIP: 0010:[<ffffffff8145c345>] [<ffffffff8145c345>] _raw_spin_lock+0x35/0x40
    Feb 26 22:55:06 localhost kernel: [50625.864713] RSP: 0018:ffff88021fdc7b98 EFLAGS: 00000297
    Feb 26 22:55:06 localhost kernel: [50625.864717] RAX: 0000000000000097 RBX: ffff88021fdc7fd8 RCX: 0000000001556208
    Feb 26 22:55:06 localhost kernel: [50625.864721] RDX: 0000000000000098 RSI: ffffc90000ba65e8 RDI: ffffffff81804440
    Feb 26 22:55:06 localhost kernel: [50625.864725] RBP: ffff88021fdc7b98 R08: 000000000000006f R09: 0000000000000000
    Feb 26 22:55:06 localhost kernel: [50625.864729] R10: ffffc90000808000 R11: 0000000000000000 R12: ffff88020549c2c0
    Feb 26 22:55:06 localhost kernel: [50625.864733] R13: ffffea0000000000 R14: ffffffff8145950e R15: ffff88021fdc7c18
    Feb 26 22:55:06 localhost kernel: [50625.864738] FS: 00007f39283b4700(0000) GS:ffff88022fcc0000(0000) knlGS:0000000000000000
    Feb 26 22:55:06 localhost kernel: [50625.864742] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
    Feb 26 22:55:06 localhost kernel: [50625.864746] CR2: 00007f8135891220 CR3: 0000000220148000 CR4: 00000000000006e0
    Feb 26 22:55:06 localhost kernel: [50625.864750] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
    Feb 26 22:55:06 localhost kernel: [50625.864754] DR3: 0000000000000000 DR6: 00000000ffff0ff0 DR7: 0000000000000400
    Feb 26 22:55:06 localhost kernel: [50625.864758] Process conky (pid: 719, threadinfo ffff88021fdc6000, task ffff8802210eaac0)
    Feb 26 22:55:06 localhost kernel: [50625.864761] Stack:
    Feb 26 22:55:06 localhost kernel: [50625.864764] ffff88021fdc7bb8 ffffffff8118056d ffffc90000ba65e8 ffff8802008aa190
    Feb 26 22:55:06 localhost kernel: [50625.864771] ffff88021fdc7be8 ffffffff81181c4c ffff880221baae40 0000000000000007
    Feb 26 22:55:06 localhost kernel: [50625.864778] ffff8801c01649c0 ffff880227030040 ffff88021fdc7c08 ffffffff811c7146
    Feb 26 22:55:06 localhost kernel: [50625.864786] Call Trace:
    Feb 26 22:55:06 localhost kernel: [50625.864791] [<ffffffff8118056d>] inode_sb_list_add+0x1d/0x70
    Feb 26 22:55:06 localhost kernel: [50625.864797] [<ffffffff81181c4c>] iget_locked+0x17c/0x190
    Feb 26 22:55:06 localhost kernel: [50625.864803] [<ffffffff811c7146>] proc_get_inode+0x16/0x120
    Feb 26 22:55:06 localhost kernel: [50625.864809] [<ffffffff811cd71b>] proc_lookup_de+0x8b/0x110
    Feb 26 22:55:06 localhost kernel: [50625.864815] [<ffffffff811cd7bb>] proc_lookup+0x1b/0x20
    Feb 26 22:55:06 localhost kernel: [50625.864820] [<ffffffff811c73f7>] proc_root_lookup+0x27/0x50
    Feb 26 22:55:06 localhost kernel: [50625.864826] [<ffffffff81172935>] d_alloc_and_lookup+0x45/0x90
    Feb 26 22:55:06 localhost kernel: [50625.864831] [<ffffffff8117fa25>] ? d_lookup+0x35/0x60
    Feb 26 22:55:06 localhost kernel: [50625.864837] [<ffffffff8117374d>] do_lookup+0x2cd/0x3d0
    Feb 26 22:55:06 localhost kernel: [50625.864843] [<ffffffff81176b80>] do_last+0x220/0x970
    Feb 26 22:55:06 localhost kernel: [50625.864849] [<ffffffff811773e2>] path_openat+0xd2/0x3c0
    Feb 26 22:55:06 localhost kernel: [50625.864855] [<ffffffff8109e264>] ? do_futex+0x114/0xb80
    Feb 26 22:55:06 localhost kernel: [50625.864860] [<ffffffff811777f2>] do_filp_open+0x42/0xa0
    Feb 26 22:55:06 localhost kernel: [50625.864867] [<ffffffff81183efc>] ? alloc_fd+0xec/0x140
    Feb 26 22:55:06 localhost kernel: [50625.864873] [<ffffffff811669e7>] do_sys_open+0xf7/0x1d0
    Feb 26 22:55:06 localhost kernel: [50625.864878] [<ffffffff81166ae0>] sys_open+0x20/0x30
    Feb 26 22:55:06 localhost kernel: [50625.864883] [<ffffffff8145d482>] system_call_fastpath+0x16/0x1b
    Feb 26 22:55:06 localhost kernel: [50625.864887] Code: 48 8b 04 25 c8 c4 00 00 83 80 44 e0 ff ff 01 b8 00 01 00 00 f0 66 0f c1 07 0f b6 d4 38 c2 74 0f 66 0f 1f 44 00 00 f3 90 0f b6 07 <38> d0 75 f7 5d c3 0f 1f 44 00 00 55 48 89 e5 66 66 66 66 90 9c
    Feb 26 22:55:06 localhost kernel: [50625.864951] Call Trace:
    Feb 26 22:55:06 localhost kernel: [50625.864955] [<ffffffff8118056d>] inode_sb_list_add+0x1d/0x70
    Feb 26 22:55:06 localhost kernel: [50625.864961] [<ffffffff81181c4c>] iget_locked+0x17c/0x190
    Feb 26 22:55:06 localhost kernel: [50625.864966] [<ffffffff811c7146>] proc_get_inode+0x16/0x120
    Feb 26 22:55:06 localhost kernel: [50625.864972] [<ffffffff811cd71b>] proc_lookup_de+0x8b/0x110
    Feb 26 22:55:06 localhost kernel: [50625.864978] [<ffffffff811cd7bb>] proc_lookup+0x1b/0x20
    Feb 26 22:55:06 localhost kernel: [50625.864983] [<ffffffff811c73f7>] proc_root_lookup+0x27/0x50
    Feb 26 22:55:06 localhost kernel: [50625.864988] [<ffffffff81172935>] d_alloc_and_lookup+0x45/0x90
    Feb 26 22:55:06 localhost kernel: [50625.864993] [<ffffffff8117fa25>] ? d_lookup+0x35/0x60
    Feb 26 22:55:06 localhost kernel: [50625.864999] [<ffffffff8117374d>] do_lookup+0x2cd/0x3d0
    Feb 26 22:55:06 localhost kernel: [50625.865004] [<ffffffff81176b80>] do_last+0x220/0x970
    Feb 26 22:55:06 localhost kernel: [50625.865010] [<ffffffff811773e2>] path_openat+0xd2/0x3c0
    Feb 26 22:55:06 localhost kernel: [50625.865015] [<ffffffff8109e264>] ? do_futex+0x114/0xb80
    Feb 26 22:55:06 localhost kernel: [50625.865021] [<ffffffff811777f2>] do_filp_open+0x42/0xa0
    Feb 26 22:55:06 localhost kernel: [50625.865027] [<ffffffff81183efc>] ? alloc_fd+0xec/0x140
    Feb 26 22:55:06 localhost kernel: [50625.865033] [<ffffffff811669e7>] do_sys_open+0xf7/0x1d0
    Feb 26 22:55:06 localhost kernel: [50625.865038] [<ffffffff81166ae0>] sys_open+0x20/0x30
    Feb 26 22:55:06 localhost kernel: [50625.865043] [<ffffffff8145d482>] system_call_fastpath+0x16/0x1b
    The next day it was a long list of items like this
    Feb 27 08:14:31 localhost kernel: [ 7.693636] EXT4-fs (sda7): ext4_orphan_cleanup: deleting unreferenced inode 1069038
    I'm getting worried, because this has happened so many times now. Is there a risk it can damage the hardware?
    I just installed the lts-kernel but I don't know yet if that help, or if it has anything to do with the kernel.
    I found very strange in errors.log, one day it was lots of lines like
    Feb 29 21:37:44 localhost udevd[198]: wrong type 0
    More than 13 millions of lines like that! That log file is 678 MB.

    For the last 2 weeks I have had problems with random crashes of different programs and that it hangs at shutdown. Not everyday, for 2-3 days everything is working fine, then comes "that kind of day" when everything crash (segmentation fault). It could be Firefox, Chromium, Spotify and other programs, dropbox and nm-applet has disappeared from systray in panel. Usually it happen when I see flash video, but it has happened without that. Once Firefox had crashed when I was away from the computer. "Those days" always end with that it hangs at shutdown.
    I don't know how to find out what is the cause of this, or if there is a relationship with those diffrent programs that crash and that it can't shutdown properly.
    Here is from kernel.log
    Feb 26 22:54:37 localhost kernel: [50597.791579] BUG: soft lockup - CPU#2 stuck for 22s! [shutdown:6596]
    Feb 26 22:54:37 localhost kernel: [50597.791583] Modules linked in: fuse joydev usb_storage uas snd_hda_codec_hdmi snd_hda_codec_via snd_hda_intel snd_hda_codec snd_hwdep snd_pcm snd_page_alloc snd_timer snd soundcore r8169 ppdev i2c_i801 iTCO_wdt iTCO_vendor_support mii parport_pc parport evdev psmouse processor pcspkr serio_raw vboxnetflt(O) vboxdrv(O) ext4 crc16 jbd2 mbcache sd_mod sr_mod cdrom usbhid hid ahci libahci libata scsi_mod ehci_hcd usbcore usb_common i915 video button i2c_algo_bit intel_agp intel_gtt drm_kms_helper drm i2c_core
    Feb 26 22:54:37 localhost kernel: [50597.791637] CPU 2
    Feb 26 22:54:37 localhost kernel: [50597.791639] Modules linked in: fuse joydev usb_storage uas snd_hda_codec_hdmi snd_hda_codec_via snd_hda_intel snd_hda_codec snd_hwdep snd_pcm snd_page_alloc snd_timer snd soundcore r8169 ppdev i2c_i801 iTCO_wdt iTCO_vendor_support mii parport_pc parport evdev psmouse processor pcspkr serio_raw vboxnetflt(O) vboxdrv(O) ext4 crc16 jbd2 mbcache sd_mod sr_mod cdrom usbhid hid ahci libahci libata scsi_mod ehci_hcd usbcore usb_common i915 video button i2c_algo_bit intel_agp intel_gtt drm_kms_helper drm i2c_core
    Feb 26 22:54:37 localhost kernel: [50597.791681]
    Feb 26 22:54:37 localhost kernel: [50597.791685] Pid: 6596, comm: shutdown Tainted: G O 3.2.7-1-ARCH #1 To Be Filled By O.E.M. To Be Filled By O.E.M./H55M-LE
    Feb 26 22:54:37 localhost kernel: [50597.791691] RIP: 0010:[<ffffffff8145c342>] [<ffffffff8145c342>] _raw_spin_lock+0x32/0x40
    Feb 26 22:54:37 localhost kernel: [50597.791703] RSP: 0018:ffff8801cfcbbe48 EFLAGS: 00000206
    Feb 26 22:54:37 localhost kernel: [50597.791706] RAX: 000000000000000f RBX: 000000001fcb8350 RCX: 0000000000000019
    Feb 26 22:54:37 localhost kernel: [50597.791709] RDX: 0000000000000000 RSI: ffff8801cfcbbd90 RDI: ffff8800b0556fa0
    Feb 26 22:54:37 localhost kernel: [50597.791712] RBP: ffff8801cfcbbe48 R08: 0000000000000001 R09: 0000000000000000
    Feb 26 22:54:37 localhost kernel: [50597.791715] R10: 0000000000000000 R11: 0000000000000001 R12: ffffffff81458f68
    Feb 26 22:54:37 localhost kernel: [50597.791717] R13: ffff8801cfcbbe38 R14: ffff8801a7133900 R15: 0000000000000000
    Feb 26 22:54:37 localhost kernel: [50597.791721] FS: 00007f58341f0700(0000) GS:ffff88022fc80000(0000) knlGS:0000000000000000
    Feb 26 22:54:37 localhost kernel: [50597.791724] CS: 0010 DS: 0000 ES: 0000 CR0: 000000008005003b
    Feb 26 22:54:37 localhost kernel: [50597.791727] CR2: 0000000002f54011 CR3: 0000000220194000 CR4: 00000000000006e0
    Feb 26 22:54:37 localhost kernel: [50597.791730] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
    Feb 26 22:54:37 localhost kernel: [50597.791733] DR3: 0000000000000000 DR6: 00000000ffff0ff0 DR7: 0000000000000400
    Feb 26 22:54:37 localhost kernel: [50597.791737] Process shutdown (pid: 6596, threadinfo ffff8801cfcba000, task ffff8801a7133900)
    Feb 26 22:54:37 localhost kernel: [50597.791739] Stack:
    Feb 26 22:54:37 localhost kernel: [50597.791741] ffff8801cfcbbee8 ffffffff8118f509 7fffffffffffffff ffff880221608800
    Feb 26 22:54:37 localhost kernel: [50597.791747] ffff880219bdbd68 0000000000000001 0000000000000002 ffff8801cfcbbe80
    Feb 26 22:54:37 localhost kernel: [50597.791752] ffff8801cfcbbe80 ffff8801cfcbbe98 0000000000000000 0000000000000303
    Feb 26 22:54:37 localhost kernel: [50597.791757] Call Trace:
    Feb 26 22:54:37 localhost kernel: [50597.791765] [<ffffffff8118f509>] sync_inodes_sb+0x109/0x1b0
    Feb 26 22:54:37 localhost kernel: [50597.791771] [<ffffffff811959f0>] ? __sync_filesystem+0x90/0x90
    Feb 26 22:54:37 localhost kernel: [50597.791776] [<ffffffff811959e8>] __sync_filesystem+0x88/0x90
    Feb 26 22:54:37 localhost kernel: [50597.791780] [<ffffffff81195a0f>] sync_one_sb+0x1f/0x30
    Feb 26 22:54:37 localhost kernel: [50597.791786] [<ffffffff8116aafe>] iterate_supers+0x9e/0xf0
    Feb 26 22:54:37 localhost kernel: [50597.791791] [<ffffffff81195ad7>] sys_sync+0x47/0x70
    Feb 26 22:54:37 localhost kernel: [50597.791795] [<ffffffff8145d482>] system_call_fastpath+0x16/0x1b
    Feb 26 22:54:37 localhost kernel: [50597.791798] Code: 66 90 65 48 8b 04 25 c8 c4 00 00 83 80 44 e0 ff ff 01 b8 00 01 00 00 f0 66 0f c1 07 0f b6 d4 38 c2 74 0f 66 0f 1f 44 00 00 f3 90 <0f> b6 07 38 d0 75 f7 5d c3 0f 1f 44 00 00 55 48 89 e5 66 66 66
    Feb 26 22:54:37 localhost kernel: [50597.791844] Call Trace:
    Feb 26 22:54:37 localhost kernel: [50597.791848] [<ffffffff8118f509>] sync_inodes_sb+0x109/0x1b0
    Feb 26 22:54:37 localhost kernel: [50597.791853] [<ffffffff811959f0>] ? __sync_filesystem+0x90/0x90
    Feb 26 22:54:37 localhost kernel: [50597.791858] [<ffffffff811959e8>] __sync_filesystem+0x88/0x90
    Feb 26 22:54:37 localhost kernel: [50597.791862] [<ffffffff81195a0f>] sync_one_sb+0x1f/0x30
    Feb 26 22:54:37 localhost kernel: [50597.791867] [<ffffffff8116aafe>] iterate_supers+0x9e/0xf0
    Feb 26 22:54:37 localhost kernel: [50597.791871] [<ffffffff81195ad7>] sys_sync+0x47/0x70
    Feb 26 22:54:37 localhost kernel: [50597.791875] [<ffffffff8145d482>] system_call_fastpath+0x16/0x1b
    Feb 26 22:54:38 localhost kernel: [50597.908057] BUG: soft lockup - CPU#3 stuck for 22s! [conky:719]
    Feb 26 22:54:38 localhost kernel: [50597.908061] Modules linked in: fuse joydev usb_storage uas snd_hda_codec_hdmi snd_hda_codec_via snd_hda_intel snd_hda_codec snd_hwdep snd_pcm snd_page_alloc snd_timer snd soundcore r8169 ppdev i2c_i801 iTCO_wdt iTCO_vendor_support mii parport_pc parport evdev psmouse processor pcspkr serio_raw vboxnetflt(O) vboxdrv(O) ext4 crc16 jbd2 mbcache sd_mod sr_mod cdrom usbhid hid ahci libahci libata scsi_mod ehci_hcd usbcore usb_common i915 video button i2c_algo_bit intel_agp intel_gtt drm_kms_helper drm i2c_core
    Feb 26 22:54:38 localhost kernel: [50597.908123] CPU 3
    Feb 26 22:54:38 localhost kernel: [50597.908125] Modules linked in: fuse joydev usb_storage uas snd_hda_codec_hdmi snd_hda_codec_via snd_hda_intel snd_hda_codec snd_hwdep snd_pcm snd_page_alloc snd_timer snd soundcore r8169 ppdev i2c_i801 iTCO_wdt iTCO_vendor_support mii parport_pc parport evdev psmouse processor pcspkr serio_raw vboxnetflt(O) vboxdrv(O) ext4 crc16 jbd2 mbcache sd_mod sr_mod cdrom usbhid hid ahci libahci libata scsi_mod ehci_hcd usbcore usb_common i915 video button i2c_algo_bit intel_agp intel_gtt drm_kms_helper drm i2c_core
    Feb 26 22:54:38 localhost kernel: [50597.908181]
    Feb 26 22:54:38 localhost kernel: [50597.908185] Pid: 719, comm: conky Tainted: G O 3.2.7-1-ARCH #1 To Be Filled By O.E.M. To Be Filled By O.E.M./H55M-LE
    Feb 26 22:54:38 localhost kernel: [50597.908193] RIP: 0010:[<ffffffff8145c342>] [<ffffffff8145c342>] _raw_spin_lock+0x32/0x40
    Feb 26 22:54:38 localhost kernel: [50597.908203] RSP: 0018:ffff88021fdc7b98 EFLAGS: 00000297
    Feb 26 22:54:38 localhost kernel: [50597.908206] RAX: 0000000000000097 RBX: ffff88021fdc7fd8 RCX: 0000000001556208
    Feb 26 22:54:38 localhost kernel: [50597.908211] RDX: 0000000000000098 RSI: ffffc90000ba65e8 RDI: ffffffff81804440
    Feb 26 22:54:38 localhost kernel: [50597.908214] RBP: ffff88021fdc7b98 R08: 000000000000006f R09: 0000000000000000
    Feb 26 22:54:38 localhost kernel: [50597.908219] R10: ffffc90000808000 R11: 0000000000000000 R12: ffff88020549c2c0
    Feb 26 22:54:38 localhost kernel: [50597.908223] R13: ffffea0000000000 R14: ffffffff8145950e R15: ffff88021fdc7c18
    Feb 26 22:54:38 localhost kernel: [50597.908228] FS: 00007f39283b4700(0000) GS:ffff88022fcc0000(0000) knlGS:0000000000000000
    Feb 26 22:54:38 localhost kernel: [50597.908232] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
    Feb 26 22:54:38 localhost kernel: [50597.908236] CR2: 00007f8135891220 CR3: 0000000220148000 CR4: 00000000000006e0
    Feb 26 22:54:38 localhost kernel: [50597.908240] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
    Feb 26 22:54:38 localhost kernel: [50597.908244] DR3: 0000000000000000 DR6: 00000000ffff0ff0 DR7: 0000000000000400
    Feb 26 22:54:38 localhost kernel: [50597.908248] Process conky (pid: 719, threadinfo ffff88021fdc6000, task ffff8802210eaac0)
    Feb 26 22:54:38 localhost kernel: [50597.908251] Stack:
    Feb 26 22:54:38 localhost kernel: [50597.908254] ffff88021fdc7bb8 ffffffff8118056d ffffc90000ba65e8 ffff8802008aa190
    Feb 26 22:54:38 localhost kernel: [50597.908261] ffff88021fdc7be8 ffffffff81181c4c ffff880221baae40 0000000000000007
    Feb 26 22:54:38 localhost kernel: [50597.908269] ffff8801c01649c0 ffff880227030040 ffff88021fdc7c08 ffffffff811c7146
    Feb 26 22:54:38 localhost kernel: [50597.908276] Call Trace:
    Feb 26 22:54:38 localhost kernel: [50597.908283] [<ffffffff8118056d>] inode_sb_list_add+0x1d/0x70
    Feb 26 22:54:38 localhost kernel: [50597.908288] [<ffffffff81181c4c>] iget_locked+0x17c/0x190
    Feb 26 22:54:38 localhost kernel: [50597.908296] [<ffffffff811c7146>] proc_get_inode+0x16/0x120
    Feb 26 22:54:38 localhost kernel: [50597.908302] [<ffffffff811cd71b>] proc_lookup_de+0x8b/0x110
    Feb 26 22:54:38 localhost kernel: [50597.908308] [<ffffffff811cd7bb>] proc_lookup+0x1b/0x20
    Feb 26 22:54:38 localhost kernel: [50597.908313] [<ffffffff811c73f7>] proc_root_lookup+0x27/0x50
    Feb 26 22:54:38 localhost kernel: [50597.908320] [<ffffffff81172935>] d_alloc_and_lookup+0x45/0x90
    Feb 26 22:54:38 localhost kernel: [50597.908325] [<ffffffff8117fa25>] ? d_lookup+0x35/0x60
    Feb 26 22:54:38 localhost kernel: [50597.908330] [<ffffffff8117374d>] do_lookup+0x2cd/0x3d0
    Feb 26 22:54:38 localhost kernel: [50597.908336] [<ffffffff81176b80>] do_last+0x220/0x970
    Feb 26 22:54:38 localhost kernel: [50597.908342] [<ffffffff811773e2>] path_openat+0xd2/0x3c0
    Feb 26 22:54:38 localhost kernel: [50597.908349] [<ffffffff8109e264>] ? do_futex+0x114/0xb80
    Feb 26 22:54:38 localhost kernel: [50597.908355] [<ffffffff811777f2>] do_filp_open+0x42/0xa0
    Feb 26 22:54:38 localhost kernel: [50597.908361] [<ffffffff81183efc>] ? alloc_fd+0xec/0x140
    Feb 26 22:54:38 localhost kernel: [50597.908368] [<ffffffff811669e7>] do_sys_open+0xf7/0x1d0
    Feb 26 22:54:38 localhost kernel: [50597.908373] [<ffffffff81166ae0>] sys_open+0x20/0x30
    Feb 26 22:54:38 localhost kernel: [50597.908379] [<ffffffff8145d482>] system_call_fastpath+0x16/0x1b
    Feb 26 22:54:38 localhost kernel: [50597.908382] Code: 66 90 65 48 8b 04 25 c8 c4 00 00 83 80 44 e0 ff ff 01 b8 00 01 00 00 f0 66 0f c1 07 0f b6 d4 38 c2 74 0f 66 0f 1f 44 00 00 f3 90 <0f> b6 07 38 d0 75 f7 5d c3 0f 1f 44 00 00 55 48 89 e5 66 66 66
    Feb 26 22:54:38 localhost kernel: [50597.908447] Call Trace:
    Feb 26 22:54:38 localhost kernel: [50597.908451] [<ffffffff8118056d>] inode_sb_list_add+0x1d/0x70
    Feb 26 22:54:38 localhost kernel: [50597.908457] [<ffffffff81181c4c>] iget_locked+0x17c/0x190
    Feb 26 22:54:38 localhost kernel: [50597.908462] [<ffffffff811c7146>] proc_get_inode+0x16/0x120
    Feb 26 22:54:38 localhost kernel: [50597.908468] [<ffffffff811cd71b>] proc_lookup_de+0x8b/0x110
    Feb 26 22:54:38 localhost kernel: [50597.908474] [<ffffffff811cd7bb>] proc_lookup+0x1b/0x20
    Feb 26 22:54:38 localhost kernel: [50597.908479] [<ffffffff811c73f7>] proc_root_lookup+0x27/0x50
    Feb 26 22:54:38 localhost kernel: [50597.908484] [<ffffffff81172935>] d_alloc_and_lookup+0x45/0x90
    Feb 26 22:54:38 localhost kernel: [50597.908489] [<ffffffff8117fa25>] ? d_lookup+0x35/0x60
    Feb 26 22:54:38 localhost kernel: [50597.908494] [<ffffffff8117374d>] do_lookup+0x2cd/0x3d0
    Feb 26 22:54:38 localhost kernel: [50597.908500] [<ffffffff81176b80>] do_last+0x220/0x970
    Feb 26 22:54:38 localhost kernel: [50597.908506] [<ffffffff811773e2>] path_openat+0xd2/0x3c0
    Feb 26 22:54:38 localhost kernel: [50597.908511] [<ffffffff8109e264>] ? do_futex+0x114/0xb80
    Feb 26 22:54:38 localhost kernel: [50597.908517] [<ffffffff811777f2>] do_filp_open+0x42/0xa0
    Feb 26 22:54:38 localhost kernel: [50597.908523] [<ffffffff81183efc>] ? alloc_fd+0xec/0x140
    Feb 26 22:54:38 localhost kernel: [50597.908528] [<ffffffff811669e7>] do_sys_open+0xf7/0x1d0
    Feb 26 22:54:38 localhost kernel: [50597.908534] [<ffffffff81166ae0>] sys_open+0x20/0x30
    Feb 26 22:54:38 localhost kernel: [50597.908539] [<ffffffff8145d482>] system_call_fastpath+0x16/0x1b
    Feb 26 22:54:45 localhost kernel: [50605.662677] BUG: soft lockup - CPU#1 stuck for 23s! [X:543]
    Feb 26 22:54:45 localhost kernel: [50605.662681] Modules linked in: fuse joydev usb_storage uas snd_hda_codec_hdmi snd_hda_codec_via snd_hda_intel snd_hda_codec snd_hwdep snd_pcm snd_page_alloc snd_timer snd soundcore r8169 ppdev i2c_i801 iTCO_wdt iTCO_vendor_support mii parport_pc parport evdev psmouse processor pcspkr serio_raw vboxnetflt(O) vboxdrv(O) ext4 crc16 jbd2 mbcache sd_mod sr_mod cdrom usbhid hid ahci libahci libata scsi_mod ehci_hcd usbcore usb_common i915 video button i2c_algo_bit intel_agp intel_gtt drm_kms_helper drm i2c_core
    Feb 26 22:54:45 localhost kernel: [50605.662741] CPU 1
    Feb 26 22:54:45 localhost kernel: [50605.662743] Modules linked in: fuse joydev usb_storage uas snd_hda_codec_hdmi snd_hda_codec_via snd_hda_intel snd_hda_codec snd_hwdep snd_pcm snd_page_alloc snd_timer snd soundcore r8169 ppdev i2c_i801 iTCO_wdt iTCO_vendor_support mii parport_pc parport evdev psmouse processor pcspkr serio_raw vboxnetflt(O) vboxdrv(O) ext4 crc16 jbd2 mbcache sd_mod sr_mod cdrom usbhid hid ahci libahci libata scsi_mod ehci_hcd usbcore usb_common i915 video button i2c_algo_bit intel_agp intel_gtt drm_kms_helper drm i2c_core
    Feb 26 22:54:45 localhost kernel: [50605.662800]
    Feb 26 22:54:45 localhost kernel: [50605.662803] Pid: 543, comm: X Tainted: G O 3.2.7-1-ARCH #1 To Be Filled By O.E.M. To Be Filled By O.E.M./H55M-LE
    Feb 26 22:54:45 localhost kernel: [50605.662811] RIP: 0010:[<ffffffff8145c345>] [<ffffffff8145c345>] _raw_spin_lock+0x35/0x40
    Feb 26 22:54:45 localhost kernel: [50605.662820] RSP: 0018:ffff88021b985bc8 EFLAGS: 00000293
    Feb 26 22:54:45 localhost kernel: [50605.662823] RAX: 0000000000000097 RBX: ffffffff8104f39e RCX: 0000000000512001
    Feb 26 22:54:45 localhost kernel: [50605.662827] RDX: 0000000000000099 RSI: ffffffff816eab4f RDI: ffffffff81804440
    Feb 26 22:54:45 localhost kernel: [50605.662831] RBP: ffff88021b985bc8 R08: 0000000000200000 R09: ffff88020579e600
    Feb 26 22:54:45 localhost kernel: [50605.662835] R10: 0000000000000000 R11: 0000000000003246 R12: 0000000000000286
    Feb 26 22:54:45 localhost kernel: [50605.662839] R13: 0000000000000001 R14: 0000000000000286 R15: 0000000000000001
    Feb 26 22:54:45 localhost kernel: [50605.662844] FS: 00007f45924e4880(0000) GS:ffff88022fc40000(0000) knlGS:0000000000000000
    Feb 26 22:54:45 localhost kernel: [50605.662849] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
    Feb 26 22:54:45 localhost kernel: [50605.662852] CR2: 0000000000c5cf18 CR3: 000000021c2ed000 CR4: 00000000000006e0
    Feb 26 22:54:45 localhost kernel: [50605.662856] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
    Feb 26 22:54:45 localhost kernel: [50605.662860] DR3: 0000000000000000 DR6: 00000000ffff0ff0 DR7: 0000000000000400
    Feb 26 22:54:45 localhost kernel: [50605.662865] Process X (pid: 543, threadinfo ffff88021b984000, task ffff880221506ae0)
    Feb 26 22:54:45 localhost kernel: [50605.662868] Stack:
    Feb 26 22:54:45 localhost kernel: [50605.662870] ffff88021b985be8 ffffffff8118056d ffff880227415800 ffff8801cf0d4d70
    Feb 26 22:54:45 localhost kernel: [50605.662878] ffff88021b985c08 ffffffff81182b3d 00000000000081ff ffff880227415800
    Feb 26 22:54:45 localhost kernel: [50605.662885] ffff88021b985c58 ffffffff8111c353 0000000027008300 ffff880222aae5a0
    Feb 26 22:54:45 localhost kernel: [50605.662892] Call Trace:
    Feb 26 22:54:45 localhost kernel: [50605.662898] [<ffffffff8118056d>] inode_sb_list_add+0x1d/0x70
    Feb 26 22:54:45 localhost kernel: [50605.662903] [<ffffffff81182b3d>] new_inode+0x2d/0x40
    Feb 26 22:54:45 localhost kernel: [50605.662910] [<ffffffff8111c353>] shmem_get_inode+0x53/0x220
    Feb 26 22:54:45 localhost kernel: [50605.662916] [<ffffffff8111e979>] shmem_file_setup+0xb9/0x1c0
    Feb 26 22:54:45 localhost kernel: [50605.662931] [<ffffffffa0012502>] drm_gem_object_init+0x32/0x70 [drm]
    Feb 26 22:54:45 localhost kernel: [50605.662946] [<ffffffffa00833a3>] i915_gem_alloc_object+0x63/0x1a0 [i915]
    Feb 26 22:54:45 localhost kernel: [50605.662960] [<ffffffffa0083528>] i915_gem_create+0x48/0x170 [i915]
    Feb 26 22:54:45 localhost kernel: [50605.662974] [<ffffffffa008366e>] i915_gem_create_ioctl+0x1e/0x20 [i915]
    Feb 26 22:54:45 localhost kernel: [50605.662984] [<ffffffffa00104a4>] drm_ioctl+0x444/0x510 [drm]
    Feb 26 22:54:45 localhost kernel: [50605.662998] [<ffffffffa0083650>] ? i915_gem_create+0x170/0x170 [i915]
    Feb 26 22:54:45 localhost kernel: [50605.663005] [<ffffffff81167fa4>] ? do_readv_writev+0x184/0x1d0
    Feb 26 22:54:45 localhost kernel: [50605.663012] [<ffffffff8117991f>] do_vfs_ioctl+0x8f/0x500
    Feb 26 22:54:45 localhost kernel: [50605.663018] [<ffffffff81179e21>] sys_ioctl+0x91/0xa0
    Feb 26 22:54:45 localhost kernel: [50605.663023] [<ffffffff8145d482>] system_call_fastpath+0x16/0x1b
    Feb 26 22:54:45 localhost kernel: [50605.663027] Code: 48 8b 04 25 c8 c4 00 00 83 80 44 e0 ff ff 01 b8 00 01 00 00 f0 66 0f c1 07 0f b6 d4 38 c2 74 0f 66 0f 1f 44 00 00 f3 90 0f b6 07 <38> d0 75 f7 5d c3 0f 1f 44 00 00 55 48 89 e5 66 66 66 66 90 9c
    Feb 26 22:54:45 localhost kernel: [50605.663091] Call Trace:
    Feb 26 22:54:45 localhost kernel: [50605.663096] [<ffffffff8118056d>] inode_sb_list_add+0x1d/0x70
    Feb 26 22:54:45 localhost kernel: [50605.663101] [<ffffffff81182b3d>] new_inode+0x2d/0x40
    Feb 26 22:54:45 localhost kernel: [50605.663106] [<ffffffff8111c353>] shmem_get_inode+0x53/0x220
    Feb 26 22:54:45 localhost kernel: [50605.663112] [<ffffffff8111e979>] shmem_file_setup+0xb9/0x1c0
    Feb 26 22:54:45 localhost kernel: [50605.663124] [<ffffffffa0012502>] drm_gem_object_init+0x32/0x70 [drm]
    Feb 26 22:54:45 localhost kernel: [50605.663137] [<ffffffffa00833a3>] i915_gem_alloc_object+0x63/0x1a0 [i915]
    Feb 26 22:54:45 localhost kernel: [50605.663150] [<ffffffffa0083528>] i915_gem_create+0x48/0x170 [i915]
    Feb 26 22:54:45 localhost kernel: [50605.663163] [<ffffffffa008366e>] i915_gem_create_ioctl+0x1e/0x20 [i915]
    Feb 26 22:54:45 localhost kernel: [50605.663173] [<ffffffffa00104a4>] drm_ioctl+0x444/0x510 [drm]
    Feb 26 22:54:45 localhost kernel: [50605.663187] [<ffffffffa0083650>] ? i915_gem_create+0x170/0x170 [i915]
    Feb 26 22:54:45 localhost kernel: [50605.663193] [<ffffffff81167fa4>] ? do_readv_writev+0x184/0x1d0
    Feb 26 22:54:45 localhost kernel: [50605.663200] [<ffffffff8117991f>] do_vfs_ioctl+0x8f/0x500
    Feb 26 22:54:45 localhost kernel: [50605.663206] [<ffffffff81179e21>] sys_ioctl+0x91/0xa0
    Feb 26 22:54:45 localhost kernel: [50605.663212] [<ffffffff8145d482>] system_call_fastpath+0x16/0x1b
    Feb 26 22:55:05 localhost kernel: [50625.748096] BUG: soft lockup - CPU#2 stuck for 22s! [shutdown:6596]
    Feb 26 22:55:05 localhost kernel: [50625.748099] Modules linked in: fuse joydev usb_storage uas snd_hda_codec_hdmi snd_hda_codec_via snd_hda_intel snd_hda_codec snd_hwdep snd_pcm snd_page_alloc snd_timer snd soundcore r8169 ppdev i2c_i801 iTCO_wdt iTCO_vendor_support mii parport_pc parport evdev psmouse processor pcspkr serio_raw vboxnetflt(O) vboxdrv(O) ext4 crc16 jbd2 mbcache sd_mod sr_mod cdrom usbhid hid ahci libahci libata scsi_mod ehci_hcd usbcore usb_common i915 video button i2c_algo_bit intel_agp intel_gtt drm_kms_helper drm i2c_core
    Feb 26 22:55:05 localhost kernel: [50625.748146] CPU 2
    Feb 26 22:55:05 localhost kernel: [50625.748147] Modules linked in: fuse joydev usb_storage uas snd_hda_codec_hdmi snd_hda_codec_via snd_hda_intel snd_hda_codec snd_hwdep snd_pcm snd_page_alloc snd_timer snd soundcore r8169 ppdev i2c_i801 iTCO_wdt iTCO_vendor_support mii parport_pc parport evdev psmouse processor pcspkr serio_raw vboxnetflt(O) vboxdrv(O) ext4 crc16 jbd2 mbcache sd_mod sr_mod cdrom usbhid hid ahci libahci libata scsi_mod ehci_hcd usbcore usb_common i915 video button i2c_algo_bit intel_agp intel_gtt drm_kms_helper drm i2c_core
    Feb 26 22:55:05 localhost kernel: [50625.748190]
    Feb 26 22:55:05 localhost kernel: [50625.748193] Pid: 6596, comm: shutdown Tainted: G O 3.2.7-1-ARCH #1 To Be Filled By O.E.M. To Be Filled By O.E.M./H55M-LE
    Feb 26 22:55:05 localhost kernel: [50625.748199] RIP: 0010:[<ffffffff8145c342>] [<ffffffff8145c342>] _raw_spin_lock+0x32/0x40
    Feb 26 22:55:05 localhost kernel: [50625.748207] RSP: 0018:ffff8801cfcbbe48 EFLAGS: 00000206
    Feb 26 22:55:05 localhost kernel: [50625.748210] RAX: 000000000000000f RBX: 000000001fcb8350 RCX: 0000000000000019
    Feb 26 22:55:05 localhost kernel: [50625.748213] RDX: 0000000000000000 RSI: ffff8801cfcbbd90 RDI: ffff8800b0556fa0
    Feb 26 22:55:05 localhost kernel: [50625.748215] RBP: ffff8801cfcbbe48 R08: 0000000000000001 R09: 0000000000000000
    Feb 26 22:55:05 localhost kernel: [50625.748218] R10: 0000000000000000 R11: 0000000000000001 R12: ffffffff81458f68
    Feb 26 22:55:05 localhost kernel: [50625.748221] R13: ffff8801cfcbbe38 R14: ffff8801a7133900 R15: 0000000000000000
    Feb 26 22:55:05 localhost kernel: [50625.748225] FS: 00007f58341f0700(0000) GS:ffff88022fc80000(0000) knlGS:0000000000000000
    Feb 26 22:55:05 localhost kernel: [50625.748228] CS: 0010 DS: 0000 ES: 0000 CR0: 000000008005003b
    Feb 26 22:55:05 localhost kernel: [50625.748231] CR2: 0000000002f54011 CR3: 0000000220194000 CR4: 00000000000006e0
    Feb 26 22:55:05 localhost kernel: [50625.748234] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
    Feb 26 22:55:05 localhost kernel: [50625.748237] DR3: 0000000000000000 DR6: 00000000ffff0ff0 DR7: 0000000000000400
    Feb 26 22:55:05 localhost kernel: [50625.748240] Process shutdown (pid: 6596, threadinfo ffff8801cfcba000, task ffff8801a7133900)
    Feb 26 22:55:05 localhost kernel: [50625.748243] Stack:
    Feb 26 22:55:05 localhost kernel: [50625.748245] ffff8801cfcbbee8 ffffffff8118f509 7fffffffffffffff ffff880221608800
    Feb 26 22:55:05 localhost kernel: [50625.748250] ffff880219bdbd68 0000000000000001 0000000000000002 ffff8801cfcbbe80
    Feb 26 22:55:05 localhost kernel: [50625.748255] ffff8801cfcbbe80 ffff8801cfcbbe98 0000000000000000 0000000000000303
    Feb 26 22:55:05 localhost kernel: [50625.748261] Call Trace:
    Feb 26 22:55:05 localhost kernel: [50625.748267] [<ffffffff8118f509>] sync_inodes_sb+0x109/0x1b0
    Feb 26 22:55:05 localhost kernel: [50625.748273] [<ffffffff811959f0>] ? __sync_filesystem+0x90/0x90
    Feb 26 22:55:05 localhost kernel: [50625.748277] [<ffffffff811959e8>] __sync_filesystem+0x88/0x90
    Feb 26 22:55:05 localhost kernel: [50625.748282] [<ffffffff81195a0f>] sync_one_sb+0x1f/0x30
    Feb 26 22:55:05 localhost kernel: [50625.748286] [<ffffffff8116aafe>] iterate_supers+0x9e/0xf0
    Feb 26 22:55:05 localhost kernel: [50625.748291] [<ffffffff81195ad7>] sys_sync+0x47/0x70
    Feb 26 22:55:05 localhost kernel: [50625.748295] [<ffffffff8145d482>] system_call_fastpath+0x16/0x1b
    Feb 26 22:55:05 localhost kernel: [50625.748298] Code: 66 90 65 48 8b 04 25 c8 c4 00 00 83 80 44 e0 ff ff 01 b8 00 01 00 00 f0 66 0f c1 07 0f b6 d4 38 c2 74 0f 66 0f 1f 44 00 00 f3 90 <0f> b6 07 38 d0 75 f7 5d c3 0f 1f 44 00 00 55 48 89 e5 66 66 66
    Feb 26 22:55:05 localhost kernel: [50625.748344] Call Trace:
    Feb 26 22:55:05 localhost kernel: [50625.748348] [<ffffffff8118f509>] sync_inodes_sb+0x109/0x1b0
    Feb 26 22:55:05 localhost kernel: [50625.748353] [<ffffffff811959f0>] ? __sync_filesystem+0x90/0x90
    Feb 26 22:55:05 localhost kernel: [50625.748357] [<ffffffff811959e8>] __sync_filesystem+0x88/0x90
    Feb 26 22:55:05 localhost kernel: [50625.748362] [<ffffffff81195a0f>] sync_one_sb+0x1f/0x30
    Feb 26 22:55:05 localhost kernel: [50625.748366] [<ffffffff8116aafe>] iterate_supers+0x9e/0xf0
    Feb 26 22:55:05 localhost kernel: [50625.748370] [<ffffffff81195ad7>] sys_sync+0x47/0x70
    Feb 26 22:55:05 localhost kernel: [50625.748374] [<ffffffff8145d482>] system_call_fastpath+0x16/0x1b
    Feb 26 22:55:06 localhost kernel: [50625.864573] BUG: soft lockup - CPU#3 stuck for 23s! [conky:719]
    Feb 26 22:55:06 localhost kernel: [50625.864577] Modules linked in: fuse joydev usb_storage uas snd_hda_codec_hdmi snd_hda_codec_via snd_hda_intel snd_hda_codec snd_hwdep snd_pcm snd_page_alloc snd_timer snd soundcore r8169 ppdev i2c_i801 iTCO_wdt iTCO_vendor_support mii parport_pc parport evdev psmouse processor pcspkr serio_raw vboxnetflt(O) vboxdrv(O) ext4 crc16 jbd2 mbcache sd_mod sr_mod cdrom usbhid hid ahci libahci libata scsi_mod ehci_hcd usbcore usb_common i915 video button i2c_algo_bit intel_agp intel_gtt drm_kms_helper drm i2c_core
    Feb 26 22:55:06 localhost kernel: [50625.864635] CPU 3
    Feb 26 22:55:06 localhost kernel: [50625.864637] Modules linked in: fuse joydev usb_storage uas snd_hda_codec_hdmi snd_hda_codec_via snd_hda_intel snd_hda_codec snd_hwdep snd_pcm snd_page_alloc snd_timer snd soundcore r8169 ppdev i2c_i801 iTCO_wdt iTCO_vendor_support mii parport_pc parport evdev psmouse processor pcspkr serio_raw vboxnetflt(O) vboxdrv(O) ext4 crc16 jbd2 mbcache sd_mod sr_mod cdrom usbhid hid ahci libahci libata scsi_mod ehci_hcd usbcore usb_common i915 video button i2c_algo_bit intel_agp intel_gtt drm_kms_helper drm i2c_core
    Feb 26 22:55:06 localhost kernel: [50625.864694]
    Feb 26 22:55:06 localhost kernel: [50625.864697] Pid: 719, comm: conky Tainted: G O 3.2.7-1-ARCH #1 To Be Filled By O.E.M. To Be Filled By O.E.M./H55M-LE
    Feb 26 22:55:06 localhost kernel: [50625.864705] RIP: 0010:[<ffffffff8145c345>] [<ffffffff8145c345>] _raw_spin_lock+0x35/0x40
    Feb 26 22:55:06 localhost kernel: [50625.864713] RSP: 0018:ffff88021fdc7b98 EFLAGS: 00000297
    Feb 26 22:55:06 localhost kernel: [50625.864717] RAX: 0000000000000097 RBX: ffff88021fdc7fd8 RCX: 0000000001556208
    Feb 26 22:55:06 localhost kernel: [50625.864721] RDX: 0000000000000098 RSI: ffffc90000ba65e8 RDI: ffffffff81804440
    Feb 26 22:55:06 localhost kernel: [50625.864725] RBP: ffff88021fdc7b98 R08: 000000000000006f R09: 0000000000000000
    Feb 26 22:55:06 localhost kernel: [50625.864729] R10: ffffc90000808000 R11: 0000000000000000 R12: ffff88020549c2c0
    Feb 26 22:55:06 localhost kernel: [50625.864733] R13: ffffea0000000000 R14: ffffffff8145950e R15: ffff88021fdc7c18
    Feb 26 22:55:06 localhost kernel: [50625.864738] FS: 00007f39283b4700(0000) GS:ffff88022fcc0000(0000) knlGS:0000000000000000
    Feb 26 22:55:06 localhost kernel: [50625.864742] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
    Feb 26 22:55:06 localhost kernel: [50625.864746] CR2: 00007f8135891220 CR3: 0000000220148000 CR4: 00000000000006e0
    Feb 26 22:55:06 localhost kernel: [50625.864750] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
    Feb 26 22:55:06 localhost kernel: [50625.864754] DR3: 0000000000000000 DR6: 00000000ffff0ff0 DR7: 0000000000000400
    Feb 26 22:55:06 localhost kernel: [50625.864758] Process conky (pid: 719, threadinfo ffff88021fdc6000, task ffff8802210eaac0)
    Feb 26 22:55:06 localhost kernel: [50625.864761] Stack:
    Feb 26 22:55:06 localhost kernel: [50625.864764] ffff88021fdc7bb8 ffffffff8118056d ffffc90000ba65e8 ffff8802008aa190
    Feb 26 22:55:06 localhost kernel: [50625.864771] ffff88021fdc7be8 ffffffff81181c4c ffff880221baae40 0000000000000007
    Feb 26 22:55:06 localhost kernel: [50625.864778] ffff8801c01649c0 ffff880227030040 ffff88021fdc7c08 ffffffff811c7146
    Feb 26 22:55:06 localhost kernel: [50625.864786] Call Trace:
    Feb 26 22:55:06 localhost kernel: [50625.864791] [<ffffffff8118056d>] inode_sb_list_add+0x1d/0x70
    Feb 26 22:55:06 localhost kernel: [50625.864797] [<ffffffff81181c4c>] iget_locked+0x17c/0x190
    Feb 26 22:55:06 localhost kernel: [50625.864803] [<ffffffff811c7146>] proc_get_inode+0x16/0x120
    Feb 26 22:55:06 localhost kernel: [50625.864809] [<ffffffff811cd71b>] proc_lookup_de+0x8b/0x110
    Feb 26 22:55:06 localhost kernel: [50625.864815] [<ffffffff811cd7bb>] proc_lookup+0x1b/0x20
    Feb 26 22:55:06 localhost kernel: [50625.864820] [<ffffffff811c73f7>] proc_root_lookup+0x27/0x50
    Feb 26 22:55:06 localhost kernel: [50625.864826] [<ffffffff81172935>] d_alloc_and_lookup+0x45/0x90
    Feb 26 22:55:06 localhost kernel: [50625.864831] [<ffffffff8117fa25>] ? d_lookup+0x35/0x60
    Feb 26 22:55:06 localhost kernel: [50625.864837] [<ffffffff8117374d>] do_lookup+0x2cd/0x3d0
    Feb 26 22:55:06 localhost kernel: [50625.864843] [<ffffffff81176b80>] do_last+0x220/0x970
    Feb 26 22:55:06 localhost kernel: [50625.864849] [<ffffffff811773e2>] path_openat+0xd2/0x3c0
    Feb 26 22:55:06 localhost kernel: [50625.864855] [<ffffffff8109e264>] ? do_futex+0x114/0xb80
    Feb 26 22:55:06 localhost kernel: [50625.864860] [<ffffffff811777f2>] do_filp_open+0x42/0xa0
    Feb 26 22:55:06 localhost kernel: [50625.864867] [<ffffffff81183efc>] ? alloc_fd+0xec/0x140
    Feb 26 22:55:06 localhost kernel: [50625.864873] [<ffffffff811669e7>] do_sys_open+0xf7/0x1d0
    Feb 26 22:55:06 localhost kernel: [50625.864878] [<ffffffff81166ae0>] sys_open+0x20/0x30
    Feb 26 22:55:06 localhost kernel: [50625.864883] [<ffffffff8145d482>] system_call_fastpath+0x16/0x1b
    Feb 26 22:55:06 localhost kernel: [50625.864887] Code: 48 8b 04 25 c8 c4 00 00 83 80 44 e0 ff ff 01 b8 00 01 00 00 f0 66 0f c1 07 0f b6 d4 38 c2 74 0f 66 0f 1f 44 00 00 f3 90 0f b6 07 <38> d0 75 f7 5d c3 0f 1f 44 00 00 55 48 89 e5 66 66 66 66 90 9c
    Feb 26 22:55:06 localhost kernel: [50625.864951] Call Trace:
    Feb 26 22:55:06 localhost kernel: [50625.864955] [<ffffffff8118056d>] inode_sb_list_add+0x1d/0x70
    Feb 26 22:55:06 localhost kernel: [50625.864961] [<ffffffff81181c4c>] iget_locked+0x17c/0x190
    Feb 26 22:55:06 localhost kernel: [50625.864966] [<ffffffff811c7146>] proc_get_inode+0x16/0x120
    Feb 26 22:55:06 localhost kernel: [50625.864972] [<ffffffff811cd71b>] proc_lookup_de+0x8b/0x110
    Feb 26 22:55:06 localhost kernel: [50625.864978] [<ffffffff811cd7bb>] proc_lookup+0x1b/0x20
    Feb 26 22:55:06 localhost kernel: [50625.864983] [<ffffffff811c73f7>] proc_root_lookup+0x27/0x50
    Feb 26 22:55:06 localhost kernel: [50625.864988] [<ffffffff81172935>] d_alloc_and_lookup+0x45/0x90
    Feb 26 22:55:06 localhost kernel: [50625.864993] [<ffffffff8117fa25>] ? d_lookup+0x35/0x60
    Feb 26 22:55:06 localhost kernel: [50625.864999] [<ffffffff8117374d>] do_lookup+0x2cd/0x3d0
    Feb 26 22:55:06 localhost kernel: [50625.865004] [<ffffffff81176b80>] do_last+0x220/0x970
    Feb 26 22:55:06 localhost kernel: [50625.865010] [<ffffffff811773e2>] path_openat+0xd2/0x3c0
    Feb 26 22:55:06 localhost kernel: [50625.865015] [<ffffffff8109e264>] ? do_futex+0x114/0xb80
    Feb 26 22:55:06 localhost kernel: [50625.865021] [<ffffffff811777f2>] do_filp_open+0x42/0xa0
    Feb 26 22:55:06 localhost kernel: [50625.865027] [<ffffffff81183efc>] ? alloc_fd+0xec/0x140
    Feb 26 22:55:06 localhost kernel: [50625.865033] [<ffffffff811669e7>] do_sys_open+0xf7/0x1d0
    Feb 26 22:55:06 localhost kernel: [50625.865038] [<ffffffff81166ae0>] sys_open+0x20/0x30
    Feb 26 22:55:06 localhost kernel: [50625.865043] [<ffffffff8145d482>] system_call_fastpath+0x16/0x1b
    The next day it was a long list of items like this
    Feb 27 08:14:31 localhost kernel: [ 7.693636] EXT4-fs (sda7): ext4_orphan_cleanup: deleting unreferenced inode 1069038
    I'm getting worried, because this has happened so many times now. Is there a risk it can damage the hardware?
    I just installed the lts-kernel but I don't know yet if that help, or if it has anything to do with the kernel.
    I found very strange in errors.log, one day it was lots of lines like
    Feb 29 21:37:44 localhost udevd[198]: wrong type 0
    More than 13 millions of lines like that! That log file is 678 MB.

  • Client Server program using Applets for client

    Creating a client server program using Applets for the clients.
    Having problems distrubting the message from client to client
    using ObjectOutputStreams/ObjectInputSteams.
    I can connect each client to simple server and respond with by writting
    the i/o stream of each client but unable to communicate from client to client. If any one out there has in tips of creating a class of objectOutputStreams that holds a array of ObjectOutputStreams and then broadcasts the message to every client, it would be much appreciated
    Thanks.

    Cheers poop for your reply
    I never explained the problem properly. What it is I am trying to set up a Client Server program using Applets as the clients GUI. The problem is broadcasting the message to multiply client connnection(s).
    Below is code, each client can connect and send message to the server. The problems is broadcasting the message to every client connection. The every client can input a message but only the last connected client can receive the message?????? Thanks in advance..
    /*this my server class */
    import java.io.*;
    import java.net.*;
    public class Server extends JFrame
    private static final int ServerPort=8080;
    private static final int MaxClients=10;
    private ObjectOutputStream output=null;
    private ObjectInputStream input=null;
    private BroadCastMessage broadcastMessage;
    public void runServer()          
    BroadCastMessage broadcastMessage= new BroadCastMessage();
    try
    {  //connect to server
    ServerSocket s = new ServerSocket(ServerPort,MaxClients);
         //listen to port 5000 for new connections
         ///max is 25
         System.out.println("Server listening on port "+ServerPort);
    while (state.isProgramRunning())
         try
         /// sGUI.waitForConnection();//new line
         s.setSoTimeout(100);
         //enable times in server-socket
         while (true)     
         Socket incoming = s.accept();
         //wait and accept connnections from serverSocket
         //instance of the class,pases the new connection and message
         //spawn as a thread
         SocketConnection connection=new SocketConnection(incoming,broadcastMessage);
         Thread a = new Thread(connection); a.start();
         System.out.println(state.getConnectionCount()+"Connection received from :"+incoming.getInetAddress());
         catch(InterruptedIOException x){}
    while (state.getConnectionCount()>0);
    System.exit(0);
    }catch (IOException e){}
    public static void main(String[] args)
    Server s =new Server();
         s.runServer();
    /*this is my socket connection thread*/
    import java.io.*;
    import java.awt.*;
    import java.awt.event.*;
    import java.net.*;
    public class SocketConnection implements Runnable
    private ObjectOutputStream out;
    private ObjectOutputStream output=null;
    private ObjectInputStream input=null;
    private BroadCastMessage passOnMessage;
    private Socket theConnection=null;
    private String Inmessage="";
    private int Ocount;
    public SocketConnection(Socket caller,BroadCastMessage broadcastMessage,Ocount)
    theConnection =caller;///(5000,n)
    Ocount=ncount;
    passOnMessage=broadcastMessage;
    public void run()
    try
    getStreams();
    processConnection();
    catch(Exception e)
    {String clientDetails=("connection from IP Address: "+theConnection.getInetAddress());}
    private synchronized void getStreams() throws IOException
    { //get streams to send and receive data
    //set up output buffer to send header information
    ///Ocount++;
    //create new objectoutputstream
    output=passOnMessage.getOutputObject(output,theConnection,Ocount);
    ///flush output buffer to send header info.
    Ocount++;
    //set up input stream for objects
    input =new ObjectInputStream(
    theConnection.getInputStream());
    System.out.print("\nGot I/O streams\n");
    private synchronized void processConnection()throws IOException
    //process connection with client
    String Outmessage =" count : "+status.getConnectionCount();
    //send connection successful message to client
         Outmessage=Outmessage+"SERVER>>>Connection successful";
         output.writeObject(Outmessage);
    output.flush();
    do ///process messages sent from client
         try
         Inmessage = (String) input.readObject();
         System.out.println(Inmessage);
         /* //while the connection is open each line
         that is passed from the client to the server
         is read in and is displayed*/
         messageDetails.setMessage(Inmessage);
         String CurrentMessage=messageDetails.getMessage();
         //output.writeObject(CurrentMessage);
         // output.flush();
         passOnMessage.FloodMessage(CurrentMessage);
         //sending out the message
    catch(ClassNotFoundException classNotFoundException){}
    }while (!Outmessage.equals("CLIENT>>>TERMINATE"));
    /*this my attempt at broadcasting the message to all clients
    my thinking was that you could create a array of objectoutputstreams
    which in turn could be broadcasted(bit confussed here)*/
    import java.io.*;
    import java.net.*;
    public class BroadCastMessage /// implements Runnable
    private int count;
    private String Inmessage="";
    private ObjectOutputStream temp=null;
    private ObjectOutputStream[] output = new ObjectOutputStream [12];
    //temp level of array of objects
    public BroadCastMessage()
    count=0;
    public synchronized void FloodMessage(String message) throws IOException
    System.out.print(count);
         for(int i=0;i<count+1;i++)
         try
    {  System.out.print(count);
         output[count].writeObject(message);
         output[count].flush();
         catch(IOException ioException)
    {ioException.printStackTrace();}
         notifyAll();
    public ObjectOutputStream getOutputObject(ObjectOutputStream out,Socket caller,int Ocount)
    try
    { temp = new ObjectOutputStream(caller.getOutputStream());
         AddObjectOutputStream(temp,Ocount);
    ////FloodMessage();
         catch(IOException ioException)
    {ioException.printStackTrace();}
    return temp;     
    public void AddObjectOutputStream(ObjectOutputStream out,int Ocount)
    { ///add new object to array
    count=Ocount;
    output[count]=out;
    System.out.print("\nthe number of output streams : "+count+"\n");
    }

  • Program or applet java  ?

    I want to create an application which is portable
    But I hesitate between a program and an applet java
    Which choice is more to adapt and matter of performance and reliability And why?

    http://forum.java.sun.com/thread.jsp?forum=31&thread=308471

  • Loading local Java program when Applet is started

    Okay, I am trying to write a Java applet that is used as an online scheduler for one of the professors in the college I work at (I am also a student so I haven't taken a lot of programming classes but know networking and GUI's for Java)
    I was going to set up the program to connect to a server that is always running locally to save the information for the scheduler but my boss does not want something running all the time. Is there any way to start a program (and check if the program is running) on the local host? I would need to be able to start the program when someone connects, and be able to connect to the currently running program if a second user connects. Is this possible? Any help would be appreciated. Thank you.
    Stephen

    Define "does not want something running all the time". I mean, if you are serving an applet, you are running a web server all the time. If you are running a web server, it'd be trivial to run a MySQL database and have the applet just use JDBC to talk to the database (so long as the DB is running on the same machine as the web server, you shouldn't have to worry about signed applets). Then can both be configured to start automatically if the machine is rebooted.
    Granted, connecting to a database from an applet is probably not very secure, becuase the password would be fairly exposed to people that know what they are doing. So one way around this is to run some CGI or JSP/servlets or something in the web server that the applet can talk to, which in turn handles the database connection.

  • Difference between Class Pool program and Interface Pool program

    Both Class Pool program and an Interface Pool program indicate that the program contains interfaces that other programs can use globally. What exactly is the difference between them?

    Transparent Table :
    Exists with the same structure both in dictionary as well as in database exactly with the same data and fields.
    " Pooled Table :
    Pooled tables are logical tables that must be assigned to a table pool when they are defined. Pooled tables are used to store control data. Several pooled tables can be cominied in a table pool. The data of these pooled tables are then sorted in a common table in the database.
    " Cluster Table :
    Cluster tables are logical tables that must be assigned to a table cluster when they are defined. Cluster tables can be used to strore control data. They can also be used to store temporary data or texts, such as documentation.
    " what is the major difference between Standard tables, Pooled tables and
    " Clusterd Tables?
    A transparent table is a table that stores data directly. You can read these tables directly on the database from outside SAP with for instance an SQL statement.
    Transparent table is a one to one relation table i.e. when you create one transparent table then exactly same table will create in data base and if is basically used to store transaction data.
    A clustered and a pooled table cannot be read from outside SAP because certain data are clustered and pooled in one field.
    One of the possible reasons is for instance that their content can be variable in length and build up. Database manipulations in Abap are limited as well.
    But pool and cluster table is a many to one relationship table. This means many pool table store in a database table which is know as table pool.
    All the pool table stored table in table pool does not need to have any foreign key relationship but in the case of cluster table it is must. And pool and cluster table is basically use to store application data.
    Table pool can contain 10 to 1000 small pool table which has 10 to 100 records. But cluster table can contain very big but few (1 to 10) cluster table.
    For pool and cluster table you can create secondary index and you can use select distinct, group for pool and cluster table. You can use native SQL statement for pool and cluster table.
    A structure is a table without data. It is only filled by program logic at the moment it is needed starting from tables.
    A view is a way of looking at the contents of tables. It only contains the combination of the tables at the basis and the way the data needs to be represented. You actually call directly upon the underlying tables.
    . Transparent tables (BKPF, VBAK, VBAP, KNA1, COEP)
    Allows secondary indexes (SE11->Display Table->Indexes)
    Can be buffered (SE11->Display Table->technical settings) Heavily updated tables should not be buffered.
    II. Pool Tables (match codes, look up tables)
    Should be accessed via primary key or
    Should be buffered (SE11->Display Table->technical settings)
    No secondary indexes
    Select * is Ok because all columns retrieved anyway
    III. Cluster Tables (BSEG,BSEC)
    Should be accessed via primary key - very fast retrieval otherwise very slow
    No secondary indexes
    Select * is Ok because all columns retrieved anyway.
    Performing an operation on multiple rows is more efficient than single row operations.
    Therefore you still want to select into an internal table.
    If many rows are being selected into the internal table,
    you might still like to retrieve specific columns to cut down on the memory required.
    Statistical SQL functions (SUM, AVG, MIN, MAX, etc) not supported
    Can not be buffered
    IV. Buffered Tables (includes both Transparent & Pool Tables)
    While buffering database tables in program memory (SELECT into internal table) is generally a good idea for performance,
    it is not always necessary.
    Some tables are already buffered in memory.
    These are mostly configuration tables.
    If a table is already buffered, then a select statement against it is very fast.
    To determine if a table is buffered, choose the 'technical settings' soft button from the data dictionary
    display of a table (SE12). Pool tables should all be buffered.
    More at this link.
    http://help.sap.com/saphelp_erp2004/helpdata/en/81/415d363640933fe10000009b38f839/frameset.htm
    Transparent Table:
    Exists with the same structure both in dictionary as well as in database exactly with the same data and fields.
    Pooled Table:
    Pooled tables are logical tables that must be assigned to a table pool when they are defined. Pooled tables are used to store control data. Several pooled tables can be cominied in a table pool. The data of these pooled tables are then sorted in a common table in the database.
    Cluster Table:
    Cluster tables are logical tables that must be assigned to a table cluster when they are defined. Cluster tables can be used to strore control data. They can also be used to store temporary data or texts, such as documentation.
    A transparent table is a table that stores data directly. You can read these tables directly on the database from outside SAP with for instance an SQL statement.
    Transparent table is a one to one relation table i.e. when you create one transparent table then exactly same table will create in data base and if is basically used to store transaction data.
    A clustered and a pooled table cannot be read from outside SAP because certain data are clustered and pooled in one field.
    One of the possible reasons is for instance that their content can be variable in length and build up. Database manipulations in Abap are limited as well.
    But pool and cluster table is a many to one relationship table. This means many pool table store in a database table which is know as table pool.
    All the pool table stored table in table pool does not need to have any foreign key relationship but in the case of cluster table it is must. And pool and cluster table is basically use to store application data.
    Table pool can contain 10 to 1000 small pool table which has 10 to 100 records. But cluster table can contain very big but few (1 to 10) cluster table.
    For pool and cluster table you can create secondary index and you can use select distinct, group for pool and cluster table. You can use native SQL statement for pool and cluster table.
    A structure is a table without data. It is only filled by program logic at the moment it is needed starting from tables.
    A view is a way of looking at the contents of tables. It only contains the combination of the tables at the basis and the way the data needs to be represented. You actually call directly upon the underlying tables.
    http://www.datamanagementgroup.com/Resources/Articles/Article_0106_2.asp
    more info
    http://help.sap.com/saphelp_erp2004/helpdata/en/81/415d363640933fe10000009b38f839/frameset.htm
    http://cma.zdnet.com/book/abap/ch03/ch03.htm
    Check this links.
    http://help.sap.com/saphelp_40b/helpdata/en/4f/991f82446d11d189700000e8322d00/applet.htm
    http://www.techinterviews.com/?p=198

  • I am trying to install a 3D modeling program and it immediatly crashes

    I have been trying to install 3d modeling programs from daz3d.com for some time now and have been asking them for help as well. There basic answer was that there had to be something wrong with my machine. No matter what program i try to install as soon as i open the installer it immediatly crashes.
    The following error report comes up. I am sure only a part of this is needed, but since I dont know what part I just posted all of it. If you have any idea how to help I would really appreciate it.
    Process:    
    osx-intel [539]
    Path:       
    /Users/USER/Desktop/*/DAZStudio_4.0.3.47_Mac64.app/Contents/MacOS/osx-intel
    Identifier: 
    com.bitrock.installbuilder
    Version:    
    3.0 (3.0)
    Code Type:  
    X86 (Native)
    Parent Process:  sh [534]
    Date/Time:  
    2012-07-07 13:44:19.966 -0700
    OS Version: 
    Mac OS X 10.7.4 (11E53)
    Report Version:  9
    Interval Since Last Report:     
    135744 sec
    Crashes Since Last Report:      
    9
    Per-App Interval Since Last Report:  19 sec
    Per-App Crashes Since Last Report:   9
    Anonymous UUID:                 
    24AE2E2D-83B6-4CA1-9621-CD5F7971890E
    Crashed Thread:  0  Dispatch queue: com.apple.main-thread
    Exception Type:  EXC_BAD_ACCESS (SIGBUS)
    Exception Codes: KERN_PROTECTION_FAILURE at 0x0000000000000000
    VM Regions Near 0:
    --> __PAGEZERO        
    0000000000000000-0000000000001000 [
    4K] ---/--- SM=NUL  /Users/USER/Desktop/*/DAZStudio_4.0.3.47_Mac64.app/Contents/MacOS/osx-intel
    __TEXT            
    0000000000001000-0000000000102000 [ 1028K] r-x/rwx SM=COW  /Users/USER/Desktop/*/DAZStudio_4.0.3.47_Mac64.app/Contents/MacOS/osx-intel
    Application Specific Information:
    objc[539]: garbage collection is OFF
    Thread 0 Crashed:: Dispatch queue: com.apple.main-thread
    0   com.apple.CoreFoundation 
    0x909b13ec CFStringGetCString + 28
    1   [Memory Based Bundle]    
    0x20ed8184 Tk_DrawChars + 654
    2   [Memory Based Bundle]    
    0x20ed8612 Tk_DrawChars + 1820
    3   com.apple.ApplicationServices.ATS
    0x93a02e89 ATSFontFamilyApplyFunction + 123
    4   [Memory Based Bundle]    
    0x20ed8356 Tk_DrawChars + 1120
    5   [Memory Based Bundle]    
    0x20e4cbc7 TkCreateMainWindow + 171
    6   [Memory Based Bundle]    
    0x20e5595b Tk_UndefineCursor + 35412
    7   [Memory Based Bundle]    
    0x20e55d8a TkCreateFrame + 140
    8   [Memory Based Bundle]    
    0x20e4c0d1 Tk_GetNumMainWindows + 2055
    9   osx-intel                
    0x00062a36 0x1000 + 399926
    10  osx-intel                
    0x000067bd 0x1000 + 22461
    11  osx-intel                
    0x0003f5d2 0x1000 + 255442
    12  osx-intel                
    0x00047b5e 0x1000 + 289630
    13  osx-intel                
    0x000098c8 0x1000 + 35016
    14  osx-intel                
    0x000109c2 0x1000 + 63938
    15  osx-intel                
    0x000067bd 0x1000 + 22461
    16  osx-intel                
    0x00008f1b 0x1000 + 32539
    17  osx-intel                
    0x0000927d 0x1000 + 33405
    18  osx-intel                
    0x00074f3b 0x1000 + 474939
    19  osx-intel                
    0x0007567d 0x1000 + 476797
    20  tclZm7E7P                
    0x1f822000 Tk_InitStubs + 69
    21  tclZm7E7P                
    0x1f802918 Tile_Init + 77
    22  osx-intel                
    0x00062a36 0x1000 + 399926
    23  osx-intel                
    0x000067bd 0x1000 + 22461
    24  osx-intel                
    0x00008f1b 0x1000 + 32539
    25  osx-intel                
    0x0000927d 0x1000 + 33405
    26  osx-intel                
    0x00074f3b 0x1000 + 474939
    27  osx-intel                
    0x00075557 0x1000 + 476503
    28  osx-intel                
    0x00076078 0x1000 + 479352
    29  osx-intel                
    0x000067bd 0x1000 + 22461
    30  osx-intel                
    0x0003f5d2 0x1000 + 255442
    31  osx-intel                
    0x00079c2e 0x1000 + 494638
    32  osx-intel                
    0x000067bd 0x1000 + 22461
    33  osx-intel                
    0x0003f5d2 0x1000 + 255442
    34  osx-intel                
    0x00047b5e 0x1000 + 289630
    35  osx-intel                
    0x000098c8 0x1000 + 35016
    36  osx-intel                
    0x00019e46 0x1000 + 101958
    37  osx-intel                
    0x000067bd 0x1000 + 22461
    38  osx-intel                
    0x0003f5d2 0x1000 + 255442
    39  osx-intel                
    0x00079c2e 0x1000 + 494638
    40  osx-intel                
    0x000067bd 0x1000 + 22461
    41  osx-intel                
    0x0003f5d2 0x1000 + 255442
    42  osx-intel                
    0x00079c2e 0x1000 + 494638
    43  osx-intel                
    0x000067bd 0x1000 + 22461
    44  osx-intel                
    0x00008f1b 0x1000 + 32539
    45  osx-intel                
    0x0006e5a1 0x1000 + 447905
    46  osx-intel                
    0x00008ba0 0x1000 + 31648
    47  osx-intel                
    0x0000975e 0x1000 + 34654
    48  osx-intel                
    0x0000e655 0x1000 + 54869
    49  osx-intel                
    0x000067bd 0x1000 + 22461
    50  osx-intel                
    0x0003f5d2 0x1000 + 255442
    51  osx-intel                
    0x00047b5e 0x1000 + 289630
    52  osx-intel                
    0x000098c8 0x1000 + 35016
    53  osx-intel                
    0x0000ddea 0x1000 + 52714
    54  osx-intel                
    0x000067bd 0x1000 + 22461
    55  osx-intel                
    0x0003f5d2 0x1000 + 255442
    56  osx-intel                
    0x00047b5e 0x1000 + 289630
    57  osx-intel                
    0x000098c8 0x1000 + 35016
    58  osx-intel                
    0x000099d2 0x1000 + 35282
    59  tclC11c0T                
    0x00177809 Tbcload_EvalObjCmd + 511
    60  osx-intel                
    0x000067bd 0x1000 + 22461
    61  osx-intel                
    0x00008f1b 0x1000 + 32539
    62  osx-intel                
    0x0000927d 0x1000 + 33405
    63  osx-intel                
    0x0005f3d7 0x1000 + 386007
    64  osx-intel                
    0x0001679d 0x1000 + 87965
    65  osx-intel                
    0x000067bd 0x1000 + 22461
    66  osx-intel                
    0x0003f5d2 0x1000 + 255442
    67  osx-intel                
    0x00047b5e 0x1000 + 289630
    68  osx-intel                
    0x000098c8 0x1000 + 35016
    69  osx-intel                
    0x0000ddea 0x1000 + 52714
    70  osx-intel                
    0x000067bd 0x1000 + 22461
    71  osx-intel                
    0x00008f1b 0x1000 + 32539
    72  osx-intel                
    0x0000927d 0x1000 + 33405
    73  osx-intel                
    0x0005f3d7 0x1000 + 386007
    74  osx-intel                
    0x00063fe6 0x1000 + 405478
    75  osx-intel                
    0x0000353e 0x1000 + 9534
    76  osx-intel                
    0x000029a2 0x1000 + 6562
    77  osx-intel                
    0x000028bd 0x1000 + 6333
    Thread 1:: Dispatch queue: com.apple.libdispatch-manager
    0   libsystem_kernel.dylib   
    0x98cdb90a kevent + 10
    1   libdispatch.dylib        
    0x96388e10 _dispatch_mgr_invoke + 969
    2   libdispatch.dylib        
    0x9638785f _dispatch_mgr_thread + 53
    Thread 2:
    0   libsystem_kernel.dylib   
    0x98cdb02e __workq_kernreturn + 10
    1   libsystem_c.dylib        
    0x9a900ccf _pthread_wqthread + 773
    2   libsystem_c.dylib        
    0x9a9026fe start_wqthread + 30
    Thread 3:
    0   libsystem_kernel.dylib   
    0x98cdb02e __workq_kernreturn + 10
    1   libsystem_c.dylib        
    0x9a900ccf _pthread_wqthread + 773
    2   libsystem_c.dylib        
    0x9a9026fe start_wqthread + 30
    Thread 0 crashed with X86 Thread State (32-bit):
      eax: 0x00000000  ebx: 0x20ed80bd  ecx: 0xbfffa458  edx: 0xbfffaa1c
      edi: 0x00000000  esi: 0x909b13de  ebp: 0xbfffa8a8  esp: 0xbfffa870
       ss: 0x00000023  efl: 0x00010202  eip: 0x909b13ec   cs: 0x0000001b
       ds: 0x00000023   es: 0x00000023   fs: 0x00000000   gs: 0x0000000f
      cr2: 0x00000000
    Logical CPU: 0
    Binary Images:
    0x1000 -   0x101593 +osx-intel (??? - ???) /Users/USER/Desktop/*/DAZStudio_4.0.3.47_Mac64.app/Contents/MacOS/osx-intel
      0x174000 -   0x177fff +tclC11c0T (??? - ???) /var/tmp/tclC11c0T
      0x1de000 -   0x1f0fff +[Memory Based Bundle] (??? - ???) [Memory Based Bundle]
      0x768000 -   0x7d3fc7 +tclT0bqR6 (??? - ???) /var/tmp/tclT0bqR6
      0x7e6000 -   0x7f4ffb  libSimplifiedChineseConverter.dylib (54.0.0 - compatibility 1.0.0) <D3F1CC34-55EB-3D33-A7C2-025D5C8025D0> /System/Library/CoreServices/Encodings/libSimplifiedChineseConverter.dylib
    0x1f4d5000 - 0x1f4e7fff  libTraditionalChineseConverter.dylib (54.0.0 - compatibility 1.0.0) <ADEB72F9-0048-3C87-AD9B-71AA57D523E9> /System/Library/CoreServices/Encodings/libTraditionalChineseConverter.dylib
    0x1f801000 - 0x1f824fef +tclZm7E7P (??? - ???) /var/tmp/tclZm7E7P
    0x20e1f000 - 0x20f0dcdf +[Memory Based Bundle] (??? - ???) [Memory Based Bundle]
    0x8fe52000 - 0x8fe84aa7  dyld (195.6 - ???) <3A866A34-4CDD-35A4-B26E-F145B05F3644> /usr/lib/dyld
    0x900f5000 - 0x901ddfff  libxml2.2.dylib (10.3.0 - compatibility 10.0.0) <1841196F-68B5-309F-8ED1-6714B1DFEC83> /usr/lib/libxml2.2.dylib
    0x902cb000 - 0x9053effb  com.apple.CoreImage (7.98 - 1.0.1) <EDC91BA1-673D-3B47-BFD5-BBF11C36EE6A> /System/Library/Frameworks/QuartzCore.framework/Versions/A/Frameworks/CoreImage .framework/Versions/A/CoreImage
    0x905e2000 - 0x90796ff3  libicucore.A.dylib (46.1.0 - compatibility 1.0.0) <6AD14A51-AEA8-3732-B07B-DEA37577E13A> /usr/lib/libicucore.A.dylib
    0x90797000 - 0x908f9ffb  com.apple.QuartzCore (1.7 - 270.4) <6BC84C60-1003-3008-ABE4-779EF7B4F524> /System/Library/Frameworks/QuartzCore.framework/Versions/A/QuartzCore
    0x9093b000 - 0x9094bfff  com.apple.LangAnalysis (1.7.0 - 1.7.0) <6D6F0C9D-2EEA-3578-AF3D-E2A09BCECAF3> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ LangAnalysis.framework/Versions/A/LangAnalysis
    0x9094c000 - 0x9094cfff  libdnsinfo.dylib (395.11.0 - compatibility 1.0.0) <7EFAD88C-AFBC-3D48-BE14-60B8EACC68D7> /usr/lib/system/libdnsinfo.dylib
    0x90971000 - 0x90b48fe7  com.apple.CoreFoundation (6.7.2 - 635.21) <4D1D2BAF-1332-32DF-A81B-7E79D4F0A6CB> /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
    0x90b49000 - 0x90b92ff7  libGLU.dylib (??? - ???) <5EE0B644-FAD6-3E3C-A380-9B0CDA0B6432> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLU.dylib
    0x90c0e000 - 0x90c4bff7  libcups.2.dylib (2.9.0 - compatibility 2.0.0) <1C757924-4E54-3522-A885-99795EA10228> /usr/lib/libcups.2.dylib
    0x91304000 - 0x91706ff6  libLAPACK.dylib (??? - ???) <00BE0221-8564-3F87-9F6B-8A910CF2F141> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libLAPACK.dylib
    0x91707000 - 0x91b7cff7  FaceCoreLight (1.4.7 - compatibility 1.0.0) <3E2BF587-5168-3FC5-9D8D-183A9C7C1DED> /System/Library/PrivateFrameworks/FaceCoreLight.framework/Versions/A/FaceCoreLi ght
    0x91b7d000 - 0x91be2ff7  libvDSP.dylib (325.4.0 - compatibility 1.0.0) <4B4B32D2-4F66-3B0D-BD61-FA8429FF8507> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libvDSP.dylib
    0x91bef000 - 0x91bf9ff2  com.apple.audio.SoundManager (3.9.4.1 - 3.9.4.1) <2A089CE8-9760-3F0F-B77D-29A78940EA17> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CarbonSound.f ramework/Versions/A/CarbonSound
    0x91c4c000 - 0x91cb4ff7  libc++.1.dylib (28.1.0 - compatibility 1.0.0) <FE3304C5-C000-3DA0-9E53-0E4CA074B73B> /usr/lib/libc++.1.dylib
    0x91cb5000 - 0x91cdaff9  libJPEG.dylib (??? - ???) <743578F6-8C0C-39CC-9F15-3A01E1616EAE> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libJPEG.dylib
    0x92a2c000 - 0x92a33ff7  libsystem_notify.dylib (80.1.0 - compatibility 1.0.0) <47DB9E1B-A7D1-3818-A747-382B2C5D9E1B> /usr/lib/system/libsystem_notify.dylib
    0x92a45000 - 0x92a5bffe  libxpc.dylib (77.19.0 - compatibility 1.0.0) <0585AA94-F4FD-32C1-B586-22E7184B781A> /usr/lib/system/libxpc.dylib
    0x92b71000 - 0x92b76ffd  libGFXShared.dylib (??? - ???) <1CA9B41B-2C61-38F8-ABAC-1D5511478F5C> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGFXShared.d ylib
    0x92b91000 - 0x92bd9ff7  com.apple.SystemConfiguration (1.11.3 - 1.11) <68B92FEA-F754-3E7E-B5E6-D512E26144E7> /System/Library/Frameworks/SystemConfiguration.framework/Versions/A/SystemConfi guration
    0x92d0a000 - 0x92d17fff  libGL.dylib (??? - ???) <30E6DED6-0213-3A3B-B2B3-310E33301CCB> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib
    0x92d18000 - 0x92e44ff9  com.apple.CFNetwork (520.4.3 - 520.4.3) <E9E315D4-CE22-3715-BED2-BB95AD5E10E8> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CFNetwo rk.framework/Versions/A/CFNetwork
    0x93525000 - 0x9352dfff  com.apple.DiskArbitration (2.4.1 - 2.4.1) <28D5D8B5-14E8-3DA1-9085-B9BC96835ACF> /System/Library/Frameworks/DiskArbitration.framework/Versions/A/DiskArbitration
    0x9352e000 - 0x93556ff7  libxslt.1.dylib (3.24.0 - compatibility 3.0.0) <AB530FB2-8BD1-3328-95E8-CF449F0429CA> /usr/lib/libxslt.1.dylib
    0x93557000 - 0x93559ff7  libdyld.dylib (195.5.0 - compatibility 1.0.0) <637660EA-8D12-3B79-B644-041FEADC9C33> /usr/lib/system/libdyld.dylib
    0x9356d000 - 0x93575ff3  liblaunch.dylib (392.38.0 - compatibility 1.0.0) <D7F6E875-263A-37B5-B403-53F76710538C> /usr/lib/system/liblaunch.dylib
    0x9368c000 - 0x9379bfff  com.apple.DesktopServices (1.6.3 - 1.6.3) <18CAAA9E-7065-3FF7-ACFE-CDB60E5426A2> /System/Library/PrivateFrameworks/DesktopServicesPriv.framework/Versions/A/Desk topServicesPriv
    0x9379c000 - 0x9379cff0  com.apple.ApplicationServices (41 - 41) <BED33E1D-C95C-3654-9A3A-0CB3607F9F10> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Application Services
    0x9379d000 - 0x9382afe7  libvMisc.dylib (325.4.0 - compatibility 1.0.0) <F2A8BBA3-6431-3CED-8CD3-0953410B6F96> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libvMisc.dylib
    0x9382b000 - 0x93839fff  com.apple.opengl (1.7.7 - 1.7.7) <2D362F15-5EA6-37B6-9BCB-58F2C599ACDA> /System/Library/Frameworks/OpenGL.framework/Versions/A/OpenGL
    0x9383a000 - 0x938c1fff  com.apple.print.framework.PrintCore (7.1 - 366.3) <EEC03CAB-7F79-3931-87FE-4DF0B767BF47> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ PrintCore.framework/Versions/A/PrintCore
    0x938eb000 - 0x938edffb  libRadiance.dylib (??? - ???) <4721057E-5A1F-3083-911B-200ED1CE7678> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libRadiance.dylib
    0x93951000 - 0x939affff  com.apple.coreui (1.2.2 - 165.10) <C6B099D6-7F02-3971-99B9-E415308959CF> /System/Library/PrivateFrameworks/CoreUI.framework/Versions/A/CoreUI
    0x939d8000 - 0x93a53ffb  com.apple.ApplicationServices.ATS (317.11.0 - ???) <42238C8B-C93F-3369-A500-EC0F10EB2C80> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ATS.framework/Versions/A/ATS
    0x93d84000 - 0x93d94ff7  libCRFSuite.dylib (??? - ???) <CE616EF3-756A-355A-95AD-3472A876BEB9> /usr/lib/libCRFSuite.dylib
    0x93d95000 - 0x93d99ff7  com.apple.OpenDirectory (10.7 - 146) <4986A382-8FEF-3392-8CE9-CF6A5EE4E365> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/OpenDirectory
    0x948ff000 - 0x94c01fff  com.apple.CoreServices.CarbonCore (960.24 - 960.24) <9692D838-85A5-32C1-B7FB-7C141FFC2557> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CarbonC ore.framework/Versions/A/CarbonCore
    0x94c10000 - 0x94d08ff7  libFontParser.dylib (??? - ???) <1A0DA421-62B2-3AA7-9F62-0E01C1887D09> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ATS.framework/Versions/A/Resources/libFontParser.dylib
    0x94d09000 - 0x94decff7  libcrypto.0.9.8.dylib (44.0.0 - compatibility 0.9.8) <BD913D3B-388D-33AE-AA5E-4810C743C28F> /usr/lib/libcrypto.0.9.8.dylib
    0x94e40000 - 0x94e4bffe  libbz2.1.0.dylib (1.0.5 - compatibility 1.0.0) <4A7FCD28-9C09-3120-980A-BDF6EDFAAC62> /usr/lib/libbz2.1.0.dylib
    0x95025000 - 0x95077ff7  libFontRegistry.dylib (??? - ???) <96E9602C-DFD3-3021-8090-60228CC80D26> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ATS.framework/Versions/A/Resources/libFontRegistry.dylib
    0x950d1000 - 0x950e2fff  libbsm.0.dylib (??? - ???) <54ACF696-87C6-3652-808A-17BE7275C230> /usr/lib/libbsm.0.dylib
    0x950e3000 - 0x950e6ffc  libpam.2.dylib (3.0.0 - compatibility 3.0.0) <6FFDBD60-5EC6-3EFA-996B-EE030443C16C> /usr/lib/libpam.2.dylib
    0x95399000 - 0x9545cfff  com.apple.CoreServices.OSServices (478.46 - 478.46) <F2063FC8-2BE1-3B97-98AF-8796B0D4BE58> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/OSServi ces.framework/Versions/A/OSServices
    0x9545d000 - 0x95468ffb  com.apple.speech.recognition.framework (4.0.21 - 4.0.21) <A1764D2F-EB84-33DC-9ED5-CDA3B468FF3E> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SpeechRecogni tion.framework/Versions/A/SpeechRecognition
    0x954ae000 - 0x954c3ff7  com.apple.ImageCapture (7.0.1 - 7.0.1) <1C8933A9-C7C6-36E9-9D8B-0EF08ACA3315> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/ImageCapture. framework/Versions/A/ImageCapture
    0x957ec000 - 0x95883ff3  com.apple.securityfoundation (5.0 - 55116) <EB53CEF7-4836-39FD-B012-6BC122ED4CE9> /System/Library/Frameworks/SecurityFoundation.framework/Versions/A/SecurityFoun dation
    0x958c5000 - 0x95908ffd  libcommonCrypto.dylib (55010.0.0 - compatibility 1.0.0) <4BA1F5F1-F0A2-3FEB-BB62-F514DCBB3725> /usr/lib/system/libcommonCrypto.dylib
    0x95909000 - 0x95996ff7  com.apple.CoreText (220.20.0 - ???) <0C3EDD4F-6112-353A-8A3A-8D630182C22A> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreText.framework/Versions/A/CoreText
    0x95997000 - 0x95998ff0  libunc.dylib (24.0.0 - compatibility 1.0.0) <BCD277D0-4271-3E96-A4A2-85669DBEE2E2> /usr/lib/system/libunc.dylib
    0x95999000 - 0x959a2fff  libc++abi.dylib (14.0.0 - compatibility 1.0.0) <FEB5330E-AD5D-37A0-8AB2-0820F311A2C8> /usr/lib/libc++abi.dylib
    0x95a23000 - 0x95a46fff  com.apple.CoreVideo (1.7 - 70.3) <4234C11C-E8E9-309A-9465-27D6D7458895> /System/Library/Frameworks/CoreVideo.framework/Versions/A/CoreVideo
    0x95a47000 - 0x95ab6fff  com.apple.Heimdal (2.2 - 2.0) <2E1B8779-36D4-3C62-A67E-0034D77D7707> /System/Library/PrivateFrameworks/Heimdal.framework/Versions/A/Heimdal
    0x95ab7000 - 0x95ac2fff  libkxld.dylib (??? - ???) <D8ED88D0-7153-3514-9927-AF15A12261A5> /usr/lib/system/libkxld.dylib
    0x95b0e000 - 0x95b2affc  libPng.dylib (??? - ???) <75F41C08-E187-354C-8115-79387F57FC2C> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libPng.dylib
    0x95b2c000 - 0x96008ff6  libBLAS.dylib (??? - ???) <134ABFC6-F29E-3DC5-8E57-E13CB6EF7B41> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libBLAS.dylib
    0x96009000 - 0x96026ff3  com.apple.openscripting (1.3.3 - ???) <33713C0B-B7D5-37AA-87DB-2727FDCC8007> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/OpenScripting .framework/Versions/A/OpenScripting
    0x96027000 - 0x9602aff7  libmathCommon.A.dylib (2026.0.0 - compatibility 1.0.0) <69357047-7BE0-3360-A36D-000F55E39336> /usr/lib/system/libmathCommon.A.dylib
    0x96070000 - 0x9637aff3  com.apple.Foundation (6.7.2 - 833.25) <4C52ED74-A1FD-3087-A2E1-035AB3CF9610> /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation
    0x96386000 - 0x96394fff  libdispatch.dylib (187.9.0 - compatibility 1.0.0) <2F918480-12C8-3F22-9B1A-9B2D76F6F4F5> /usr/lib/system/libdispatch.dylib
    0x96409000 - 0x96449ff7  com.apple.NavigationServices (3.7 - 193) <16A8BCC8-7343-3A90-88B3-AAA334DF615F> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/NavigationSer vices.framework/Versions/A/NavigationServices
    0x9644a000 - 0x9645dff8  com.apple.MultitouchSupport.framework (231.4 - 231.4) <083F7787-4C3B-31DA-B5BB-1993D9A9723D> /System/Library/PrivateFrameworks/MultitouchSupport.framework/Versions/A/Multit ouchSupport
    0x9645e000 - 0x96721fff  com.apple.security (7.0 - 55148.1) <77754898-4FCD-3CA3-9339-F1058C852806> /System/Library/Frameworks/Security.framework/Versions/A/Security
    0x96722000 - 0x96725ffb  com.apple.help (1.3.2 - 42) <DDCEBA10-5CDE-3ED2-A52F-5CD5A0632CA2> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Help.framewor k/Versions/A/Help
    0x9672d000 - 0x967d1fff  com.apple.QD (3.40 - ???) <3881BEC6-0908-3073-BA44-346356E1CDF9> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ QD.framework/Versions/A/QD
    0x967d2000 - 0x967fbffe  com.apple.opencl (1.50.69 - 1.50.69) <2601993F-F3B3-3737-91AE-4A5795C52CD5> /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL
    0x967fc000 - 0x967fdfff  libDiagnosticMessagesClient.dylib (??? - ???) <DB3889C2-2FC2-3087-A2A2-4C319455E35C> /usr/lib/libDiagnosticMessagesClient.dylib
    0x96c33000 - 0x96c4dfff  com.apple.Kerberos (1.0 - 1) <D7920A1C-FEC4-3460-8DD0-D02491578CBB> /System/Library/Frameworks/Kerberos.framework/Versions/A/Kerberos
    0x96c4e000 - 0x96d3eff1  libiconv.2.dylib (7.0.0 - compatibility 7.0.0) <9E5F86A3-8405-3774-9E0C-3A074273C96D> /usr/lib/libiconv.2.dylib
    0x96e87000 - 0x96eb6ff7  libsystem_info.dylib (??? - ???) <37640811-445B-3BB7-9934-A7C99848250D> /usr/lib/system/libsystem_info.dylib
    0x96eb7000 - 0x96f53fef  com.apple.ink.framework (1.4 - 110) <1A3E2916-60C1-3AC1-86BF-202F6567B228> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Ink.framework /Versions/A/Ink
    0x9766f000 - 0x97670fff  com.apple.TrustEvaluationAgent (2.0 - 1) <4BB39578-2F5E-3A50-AD59-9C0AB99472EB> /System/Library/PrivateFrameworks/TrustEvaluationAgent.framework/Versions/A/Tru stEvaluationAgent
    0x97671000 - 0x97693ffe  com.apple.framework.familycontrols (3.0 - 300) <5BCCDDC2-AFAC-3290-AEEF-23B2664CA11F> /System/Library/PrivateFrameworks/FamilyControls.framework/Versions/A/FamilyCon trols
    0x97de8000 - 0x97e39ff9  com.apple.ScalableUserInterface (1.0 - 1) <C3FA7E40-0213-3ABC-A006-2CB00B6A7EAB> /System/Library/Frameworks/QuartzCore.framework/Versions/A/Frameworks/ScalableU serInterface.framework/Versions/A/ScalableUserInterface
    0x97e3d000 - 0x97e45ff3  libunwind.dylib (30.0.0 - compatibility 1.0.0) <E8DA8CEC-12D6-3C8D-B2E2-5D567C8F3CB5> /usr/lib/system/libunwind.dylib
    0x97e46000 - 0x97e5bfff  com.apple.speech.synthesis.framework (4.0.74 - 4.0.74) <92AADDB0-BADF-3B00-8941-B8390EDC931B> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ SpeechSynthesis.framework/Versions/A/SpeechSynthesis
    0x97fa0000 - 0x97fa0ffe  libkeymgr.dylib (23.0.0 - compatibility 1.0.0) <7F0E8EE2-9E8F-366F-9988-E2F119DB9A82> /usr/lib/system/libkeymgr.dylib
    0x97fab000 - 0x97fabfff  com.apple.Accelerate (1.7 - Accelerate 1.7) <4192CE7A-BCE0-3D3C-AAF7-6F1B3C607386> /System/Library/Frameworks/Accelerate.framework/Versions/A/Accelerate
    0x97fd3000 - 0x98069ff7  com.apple.LaunchServices (480.33 - 480.33) <5A4BF529-391E-3987-940E-287ACE56078A> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/LaunchS ervices.framework/Versions/A/LaunchServices
    0x981b6000 - 0x981ecff7  com.apple.AE (527.7 - 527.7) <7BAFBF18-3997-3656-9823-FD3B455056A4> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/AE.fram ework/Versions/A/AE
    0x981ed000 - 0x981eeff4  libremovefile.dylib (21.1.0 - compatibility 1.0.0) <6DE3FDC7-0BE0-3791-B6F5-C15422A8AFB8> /usr/lib/system/libremovefile.dylib
    0x981f6000 - 0x981f8ff9  com.apple.securityhi (4.0 - 1) <BD367302-73C3-32F4-8080-E389AE89E434> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SecurityHI.fr amework/Versions/A/SecurityHI
    0x98332000 - 0x98340fff  libz.1.dylib (1.2.5 - compatibility 1.0.0) <E73A4025-835C-3F73-9853-B08606E892DB> /usr/lib/libz.1.dylib
    0x98341000 - 0x9835dff5  com.apple.GenerationalStorage (1.0 - 126.1) <E622F823-7D98-3D13-9C3D-7EA482567394> /System/Library/PrivateFrameworks/GenerationalStorage.framework/Versions/A/Gene rationalStorage
    0x9835e000 - 0x9847cfec  com.apple.vImage (5.1 - 5.1) <7757F253-B281-3612-89D4-F2B04061CBE1> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vImage.fr amework/Versions/A/vImage
    0x984c8000 - 0x984c9fff  libsystem_blocks.dylib (53.0.0 - compatibility 1.0.0) <B04592B1-0924-3422-82FF-976B339DF567> /usr/lib/system/libsystem_blocks.dylib
    0x985ab000 - 0x9860dffb  com.apple.datadetectorscore (3.0 - 179.4) <3A418498-C189-37A1-9B86-F0ECB33AD91C> /System/Library/PrivateFrameworks/DataDetectorsCore.framework/Versions/A/DataDe tectorsCore
    0x988c7000 - 0x988caff7  libcompiler_rt.dylib (6.0.0 - compatibility 1.0.0) <7F6C14CC-0169-3F1B-B89C-372F67F1F3B5> /usr/lib/system/libcompiler_rt.dylib
    0x98907000 - 0x9890bffd  IOSurface (??? - ???) <EDDBEE65-1EB8-33A7-9972-E361A3508234> /System/Library/Frameworks/IOSurface.framework/Versions/A/IOSurface
    0x98b8f000 - 0x98c65aab  libobjc.A.dylib (228.0.0 - compatibility 1.0.0) <2E272DCA-38A0-3530-BBF4-47AE678D20D4> /usr/lib/libobjc.A.dylib
    0x98cc2000 - 0x98ce0ff7  libsystem_kernel.dylib (1699.26.8 - compatibility 1.0.0) <3705DE40-E00F-3E37-ADB0-D4AE5F9950F5> /usr/lib/system/libsystem_kernel.dylib
    0x98ce1000 - 0x98e33fff  com.apple.audio.toolbox.AudioToolbox (1.7.2 - 1.7.2) <E369AC9E-F548-3DF6-B320-9D09E486070E> /System/Library/Frameworks/AudioToolbox.framework/Versions/A/AudioToolbox
    0x991a9000 - 0x9920affb  com.apple.audio.CoreAudio (4.0.2 - 4.0.2) <E617857C-D870-3E2D-BA13-3732DD1BC15E> /System/Library/Frameworks/CoreAudio.framework/Versions/A/CoreAudio
    0x9920b000 - 0x9920cff7  libquarantine.dylib (36.6.0 - compatibility 1.0.0) <600909D9-BD75-386E-8D3E-7CBD29079DF3> /usr/lib/system/libquarantine.dylib
    0x9920d000 - 0x9920dff2  com.apple.CoreServices (53 - 53) <7CB7AA95-D5A7-366A-BB8A-035AA9E582F8> /System/Library/Frameworks/CoreServices.framework/Versions/A/CoreServices
    0x99c40000 - 0x99ca2ff3  libstdc++.6.dylib (52.0.0 - compatibility 7.0.0) <266CE9B3-526A-3C41-BA58-7AE66A3B15FD> /usr/lib/libstdc++.6.dylib
    0x9a3c5000 - 0x9a3c5fff  com.apple.vecLib (3.7 - vecLib 3.7) <8CCF99BF-A4B7-3C01-9219-B83D2AE5F82A> /System/Library/Frameworks/vecLib.framework/Versions/A/vecLib
    0x9a3c8000 - 0x9a3d0ff5  libcopyfile.dylib (85.1.0 - compatibility 1.0.0) <A1BFC320-616A-30AA-A41E-29D7904FC4C7> /usr/lib/system/libcopyfile.dylib
    0x9a3d3000 - 0x9a3daff9  libsystem_dnssd.dylib (??? - ???) <D3A766FC-C409-3A57-ADE4-94B7688E1C7E> /usr/lib/system/libsystem_dnssd.dylib
    0x9a3db000 - 0x9a42bff8  libTIFF.dylib (??? - ???) <4DC2025D-15E7-35CA-B7C5-9F73B26C8B53> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libTIFF.dylib
    0x9a42c000 - 0x9a53cfe7  libsqlite3.dylib (9.6.0 - compatibility 9.0.0) <34E1E3CC-7B6A-3B37-8D07-1258D11E16CB> /usr/lib/libsqlite3.dylib
    0x9a53d000 - 0x9a541fff  com.apple.CommonPanels (1.2.5 - 94) <3A988595-DE53-34ED-9367-C9A737E2AF38> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CommonPanels. framework/Versions/A/CommonPanels
    0x9a542000 - 0x9a543ff7  libsystem_sandbox.dylib (??? - ???) <EBC6ED6B-7D94-32A9-A718-BB9EDA1732C9> /usr/lib/system/libsystem_sandbox.dylib
    0x9a574000 - 0x9a5d1ffb  com.apple.htmlrendering (76 - 1.1.4) <743C2943-40BC-36FB-A45C-3421A394F081> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HTMLRendering .framework/Versions/A/HTMLRendering
    0x9a5e6000 - 0x9a611fff  com.apple.GSS (2.2 - 2.0) <2C468B23-FA87-30B5-B9A6-8C5D1373AA30> /System/Library/Frameworks/GSS.framework/Versions/A/GSS
    0x9a8a2000 - 0x9a96dfff  libsystem_c.dylib (763.13.0 - compatibility 1.0.0) <52421B00-79C8-3727-94DE-62F6820B9C31> /usr/lib/system/libsystem_c.dylib
    0x9aa9d000 - 0x9aaa3ffd  com.apple.CommerceCore (1.0 - 17) <71641C17-1CA7-3AC9-974E-AAC9EB641035> /System/Library/PrivateFrameworks/CommerceKit.framework/Versions/A/Frameworks/C ommerceCore.framework/Versions/A/CommerceCore
    0x9aac0000 - 0x9b3ea59b  com.apple.CoreGraphics (1.600.0 - ???) <62026E0C-E30F-3FF0-B0F6-6A2D270B20BF> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/CoreGraphics
    0x9b3eb000 - 0x9b419ff7  com.apple.DictionaryServices (1.2.1 - 158.2) <DA16A8B2-F359-345A-BAF7-8E6A5A0741A1> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Diction aryServices.framework/Versions/A/DictionaryServices
    0x9b41a000 - 0x9b473fff  com.apple.HIServices (1.21 - ???) <5F4D3797-32E2-3709-85F4-4B56515A17D7> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ HIServices.framework/Versions/A/HIServices
    0x9b474000 - 0x9b475ffd  libCVMSPluginSupport.dylib (??? - ???) <22B85645-AA98-372B-BB55-55DCCF0EC716> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCVMSPluginS upport.dylib
    0x9b476000 - 0x9b493fff  libresolv.9.dylib (46.1.0 - compatibility 1.0.0) <2870320A-28DA-3B44-9D82-D56E0036F6BB> /usr/lib/libresolv.9.dylib
    0x9b494000 - 0x9b498ffa  libcache.dylib (47.0.0 - compatibility 1.0.0) <98A82BC5-0DD9-3212-9CAE-35A77278EEB6> /usr/lib/system/libcache.dylib
    0x9b49a000 - 0x9b4a1ffd  com.apple.NetFS (4.0 - 4.0) <D0D59145-D211-3E7C-9062-35A2833FA99B> /System/Library/Frameworks/NetFS.framework/Versions/A/NetFS
    0x9bac9000 - 0x9bacfffb  com.apple.print.framework.Print (7.4 - 247.3) <CB075EEE-FA1F-345C-A1B5-1AB266FC73A1> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Print.framewo rk/Versions/A/Print
    0x9bad0000 - 0x9badeff7  libxar-nossl.dylib (??? - ???) <5BF4DA8E-C319-354A-967E-A0C725DC8BA3> /usr/lib/libxar-nossl.dylib
    0x9badf000 - 0x9baf3ff7  com.apple.CFOpenDirectory (10.7 - 144) <665CDF77-F0C9-3AFF-8CF8-64257268B7DD> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/Frameworks/CFOpen Directory.framework/Versions/A/CFOpenDirectory
    0x9baf4000 - 0x9be3aff3  com.apple.HIToolbox (1.9 - ???) <409E6397-0DCB-3431-9CCC-368317C62545> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HIToolbox.fra mework/Versions/A/HIToolbox
    0x9be4c000 - 0x9bf5dff7  libJP2.dylib (??? - ???) <845C74F4-1074-3983-945F-EB669538CAA9> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libJP2.dylib
    0x9c494000 - 0x9c497ffd  libCoreVMClient.dylib (??? - ???) <361CCFAF-8565-383F-915F-0B059C793E42> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCoreVMClien t.dylib
    0x9c4a3000 - 0x9c573ffb  com.apple.ImageIO.framework (3.1.2 - 3.1.2) <94798A2B-4C7A-30EA-9920-283451BDB9FA> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/ImageIO
    0x9c574000 - 0x9c634ffb  com.apple.ColorSync (4.7.4 - 4.7.4) <0A68AF35-15DF-3A0A-9B17-70CE2A106A6C> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ColorSync.framework/Versions/A/ColorSync
    0x9c637000 - 0x9c69bfff  com.apple.framework.IOKit (2.0 - ???) <88D60E59-430D-35B8-B1E9-F5138301AEF9> /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit
    0x9c69c000 - 0x9c6a0ff3  libsystem_network.dylib (??? - ???) <62EBADDA-FC72-3275-AAB3-5EDD949FEFAF> /usr/lib/system/libsystem_network.dylib
    0x9c6a7000 - 0x9c6a7fff  com.apple.Carbon (153 - 153) <6FF98F0F-2CDE-3888-A304-4ED447D24CE3> /System/Library/Frameworks/Carbon.framework/Versions/A/Carbon
    0x9c6a8000 - 0x9c6adff7  libmacho.dylib (800.0.0 - compatibility 1.0.0) <56A34E97-518E-307E-8218-C5D43A33EE34> /usr/lib/system/libmacho.dylib
    0x9c706000 - 0x9c70afff  libGIF.dylib (??? - ???) <A6F1ACAE-7B9B-3B3F-A54A-ED4004EA1D85> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libGIF.dylib
    0x9c75e000 - 0x9c79eff7  libauto.dylib (??? - ???) <984C81BE-FA1C-3228-8F7E-2965E7E5EB85> /usr/lib/libauto.dylib
    0x9cb70000 - 0x9cb9efe7  libSystem.B.dylib (159.1.0 - compatibility 1.0.0) <30189C33-6ADD-3142-83F3-6114B1FC152E> /usr/lib/libSystem.B.dylib
    0x9cd35000 - 0x9cd71ffa  libGLImage.dylib (??? - ???) <504E7865-571E-38B4-A84A-D7B513AC84F5> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLImage.dyl ib
    0x9cd72000 - 0x9cd72fff  com.apple.Accelerate.vecLib (3.7 - vecLib 3.7) <22997C20-BEB7-301D-86C5-5BFB3B06D212> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/vecLib
    0x9cde2000 - 0x9ce6cffb  com.apple.SearchKit (1.4.0 - 1.4.0) <CF074082-64AB-3A1F-831E-582DF1667827> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SearchK it.framework/Versions/A/SearchKit
    0x9ce6d000 - 0x9ce76ff3  com.apple.CommonAuth (2.2 - 2.0) <C3FD6EC2-8EB3-38FB-BBB7-05009CA49024> /System/Library/PrivateFrameworks/CommonAuth.framework/Versions/A/CommonAuth
    0x9ce84000 - 0x9ce8fffc  com.apple.NetAuth (1.0 - 3.0) <C07853C0-AF32-3633-9CEF-2480860C12C5> /System/Library/PrivateFrameworks/NetAuth.framework/Versions/A/NetAuth
    0x9ce90000 - 0x9cf06fff  com.apple.Metadata (10.7.0 - 627.32) <650EE880-1488-3DC6-963B-F3D6E043FFDC> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Metadat a.framework/Versions/A/Metadata
    0x9cf07000 - 0x9cf08fff  liblangid.dylib (??? - ???) <C8C204E9-1785-3785-BBD7-22D59493B98B> /usr/lib/liblangid.dylib
    0xba900000 - 0xba91bffd  libJapaneseConverter.dylib (54.0.0 - compatibility 1.0.0) <5635DF40-8D8E-3B8C-B075-7B3FC0F184A4> /System/Library/CoreServices/Encodings/libJapaneseConverter.dylib
    0xbab00000 - 0xbab21ff6  libKoreanConverter.dylib (54.0.0 - compatibility 1.0.0) <17226124-8E8A-34EB-A2C4-D4A0469CF45B> /System/Library/CoreServices/Encodings/libKoreanConverter.dylib
    External Modification Summary:
      Calls made by other processes targeting this process:
    task_for_pid: 0
    thread_create: 0
    thread_set_state: 0
      Calls made by this process:
    task_for_pid: 0
    thread_create: 0
    thread_set_state: 0
      Calls made by all processes on this machine:
    task_for_pid: 1124
    thread_create: 1
    thread_set_state: 0
    VM Region Summary:
    ReadOnly portion of Libraries: Total=118.3M resident=66.7M(56%) swapped_out_or_unallocated=51.6M(44%)
    Writable regions: Total=124.8M written=25.1M(20%) resident=31.2M(25%) swapped_out=0K(0%) unallocated=93.6M(75%)
    REGION TYPE                 
    VIRTUAL
    ===========                 
    =======
    ATS (font support)            
    35.1M
    ATS (font support) (reserved)    
    4K   
    reserved VM address space (unallocated)
    CG shared images               
    128K
    MALLOC                        
    79.8M
    MALLOC guard page               
    48K
    Memory tag=242                  
    12K
    Stack                         
    65.5M
    VM_ALLOCATE                     
    36K
    __CI_BITMAP                     
    80K
    __DATA                        
    6640K
    __DATA/__OBJC                   
    28K
    __IMPORT                        
    28K
    __LINKEDIT                    
    42.2M
    __OBJC                         
    512K
    __PAGEZERO                       
    4K
    __TEXT                        
    76.2M
    __UNICODE                      
    544K
    mapped file                  
    586.3M
    shared memory                   
    12K
    shared pmap                   
    12.0M
    ===========                 
    =======
    TOTAL                        
    905.0M
    TOTAL, minus reserved VM space
    905.0M
    Model: MacBookPro8,2, BootROM MBP81.0047.B27, 4 processors, Intel Core i7, 2.2 GHz, 8 GB, SMC 1.69f3
    Graphics: AMD Radeon HD 6750M, AMD Radeon HD 6750M, PCIe, 1024 MB
    Graphics: Intel HD Graphics 3000, Intel HD Graphics 3000, Built-In, 512 MB
    Memory Module: BANK 0/DIMM0, 4 GB, DDR3, 1333 MHz, 0x80AD, 0x484D54333531533642465238432D48392020
    Memory Module: BANK 1/DIMM0, 4 GB, DDR3, 1333 MHz, 0x80AD, 0x484D54333531533642465238432D48392020
    AirPort: spairport_wireless_card_type_airport_extreme (0x14E4, 0xD6), Broadcom BCM43xx 1.0 (5.106.198.4.20)
    Bluetooth: Version 4.0.5f11, 2 service, 11 devices, 1 incoming serial ports
    Network Service: Wi-Fi, AirPort, en1
    Serial ATA Device: TOSHIBA MK7559GSXF, 750.16 GB
    Serial ATA Device: MATSHITADVD-R   UJ-8A8
    USB Device: hub_device, 0x0424  (SMSC), 0x2513, 0xfa100000 / 3
    USB Device: DT 101 G2, 0x0930  (Toshiba Corporation), 0x6545, 0xfa130000 / 7
    USB Device: Apple Internal Keyboard / Trackpad, apple_vendor_id, 0x0252, 0xfa120000 / 5
    USB Device: BRCM2070 Hub, 0x0a5c  (Broadcom Corp.), 0x4500, 0xfa110000 / 4
    USB Device: Bluetooth USB Host Controller, apple_vendor_id, 0x821a, 0xfa113000 / 6
    USB Device: FaceTime HD Camera (Built-in), apple_vendor_id, 0x8509, 0xfa200000 / 2
    USB Device: hub_device, 0x0424  (SMSC), 0x2513, 0xfd100000 / 2
    USB Device: IR Receiver, apple_vendor_id, 0x8242, 0xfd110000 / 3

    No I didn't even read through your post, to long.
    You said that "No matter what program I try to install, as soon as the installer opens it crashes". Were you talking about the install for this/these 3D programs or ANY program? As it is worded it sounded like ANY program. That tells me there is a problem with your Mac, software or hardware.
    Now you say others install programs, which is it. Programs other then the 3D ones install or no programs install?
    Could simply be your Mac is to old to run these programs and the installer knows that. You never said what model or year Mac it is.

  • How do I reinstall Adobe Acrobat XI Pro from the Creative Cloud? I was deleting another program and accidently deleted Acrobat.

    How do I reinstall Adobe Acrobat XI Pro from the Creative Cloud? I was deleting another program and accidently deleted Acrobat.

    Sweetmelissa63 for information on how to reinstall Adobe Acrobat XI Professional please see CC desktop lists applications as "Up to Date" when not installed - http://helpx.adobe.com/creative-cloud/kb/aam-lists-removed-apps-date.html.

Maybe you are looking for

  • How can I get a list of purchased apps?

    Recently restored my iPhone from backup, and I need to download my apps.  How can I get a list of apps that I've downloaded/purchased? If I search for an app via the app store that I had previously installed, the Install icon turns into a Cloud with

  • Video out not working on ms-8866

    the fine folks at msi have for some reason locked out any access to the  TW.msi.com.TW  site?!?  can not find the bios update for my vid card the ms-8866 and can not get any reply from the so-called support team?!? the live update software is JUNK an

  • When will Attunity SSIS connector support SQL Server 2014?

    When will Microsoft be releasing updates to the SSIS Attunity Connector for Oracle, to support SQL Server 2014? Here's the link to the previous version released by Microsoft, for SQL Server 2012: http://www.microsoft.com/download/en/details.aspx?id=2

  • CLIENT_CREATE_FAILED

    - <SAP:Error xmlns:SAP="http://sap.com/xi/XI/Message/30" xmlns:SOAP="http://schemas.xmlsoap.org/soap/envelope/" SOAP:mustUnderstand="1">   <SAP:Category>XIServer</SAP:Category>   <SAP:Code area="INTERNAL">CLIENT_CREATE_FAILED</SAP:Code>   <SAP:P1>1</

  • PDF to PPT by command line

    Can the new PDF to PPT feature of Acrobat Pro XI be used through the command line?