Freezing problem with resource capping with zones

I've just installed an set up an M4000 box with 4 CPUs and 64Gb of memory. I've installed one zone with CPU and Memory capping as such:
global-mac# zonecfg -z myzone
zonecfg:myzone> info
zonename: myzone
zonepath: /zones/myzone
brand: native
autoboot: true
bootargs:
pool:
limitpriv:
scheduling-class:
ip-type: exclusive
fs:
     dir: /data
     special: /myzfs
     raw not specified
     type: lofs
     options: [nodevice]
net:
     address not specified
     physical: nxge0
     defrouter not specified
capped-cpu:
     [ncpus: 1.00]
capped-memory:
     physical: 16G
     [swap: 8G]
     [locked: 4G]
rctl:
     name: zone.cpu-cap
     value: (priv=privileged,limit=100,action=deny)
rctl:
     name: zone.max-swap
     value: (priv=privileged,limit=8589934592,action=deny)
rctl:
     name: zone.max-locked-memory
     value: (priv=privileged,limit=4294967296,action=deny)
zonecfg:myzone>
Everything seems fine until I get into the zone and move about with the CD command, then everything will freeze for a while and then a few other commands (even a few returns at the prompt) and it will freeze again. Has anyone come across this problem before? Anyone used this sort of resource capping?
If I change the zone configuration to remove the capped resources, the zone works just fine...

<script>
var mymsg = "<bean:message key="image.details" />";
</script>Javascript is just content, so you can dynamically
add your messages to it wherever you want.thanks
gimbel2 but how can we store this in jsp variables.

Similar Messages

  • Problems with Zone based Firewall and mtr (mytraceroute)

    We are using ZFW on an ASR1001 and have experienced a problem: when I try to use mtr (mytraceroute, see
    http://en.wikipedia.org/wiki/MTR_%28software%29), I am getting packetloss on all hops between the source and the destination. e.g.:
    <code>
                                                                                                                       Packets               Pings
    Host                                                                                                            Loss%   Snt   Last   Avg  Best  Wrst StDev
    1. Stuttgart-I28-1.belwue.de                                                                                    100.0     8    0.0   0.0   0.0   0.0   0.0
    2. Stuttgart-AL30-1-gi0-0-0-3.belwue.net                                                                        100.0     7    0.0   0.0   0.0   0.0   0.0
    3. Karlsruhe-RZ-1-10GE-0-1-0-1.belwue.net                                                                       100.0     7    0.0   0.0   0.0   0.0   0.0
    4. Karlsruhe1-10GE-4-0-0.belwue.net                                                                             100.0     7    0.0   0.0   0.0   0.0   0.0
    5. Mannheim1-10GE-3-0-0.belwue.net                                                                              100.0     7    0.0   0.0   0.0   0.0   0.0
    6. Frankfurt-DECIX-1-10GE-0-0-0-0.belwue.net                                                                    100.0     7    0.0   0.0   0.0   0.0   0.0
    7. de-cix20.net.google.com                                                                                      100.0     7    0.0   0.0   0.0   0.0   0.0
    8. 72.14.238.230                                                                                                100.0     7    0.0   0.0   0.0   0.0   0.0
    9. 72.14.239.62                                                                                                 100.0     7    0.0   0.0   0.0   0.0   0.0
    10. 209.85.242.187                                                                                               100.0     7    0.0   0.0   0.0   0.0   0.0
    11. ???
    12. ???
    13. ???
    14. bk-in-f94.1e100.net                                                                                           0.0%     7   20.0  20.6  20.0  21.2   0.4
    </code>
    So it seems that the Firewall on my asr1001 is throwing away all packets with ttl-exceeded coming back from hops in between, they have another destination address.
    At the moment I am inspecting all kind of traffic from my network outgoing:
    ip access-list extended 101
    permit ip any any
    class-map type inspect match-all cmap1
    match access-group name 101
    policy-map type inspect pmap1
    class type inspect cmap1
    inspect
    etc... (zones, zone-pair in-out with policies applied)
    So I tried to let pass all icmp-traffic from the outside to my network:
    class-map type inspect match-all cmap_icmp
    match protocol icmp
    policy-map type inspect pmap2
    class type inspect cmap_icmp
    pass
    etc... (zones, zone-pair out-in with policies applied)
    So this has no effect, but I tested and I could figure out, that when I pass all icmp-traffic from my network to the outside, THEN mtr does work.
    BUT then normal ping does not work anymore, because it will not be inspected any more.
    But I want to have a secure Firewall with inspecting echo-replys and working mtr anyway.
    Has anyone the same problem or can even solve this issue?
    Thanks in advance,
    Stefan

    Hi Andrew, thanks for Your answer...
    So I have now:
    class-map type inspect match-any cmap_icmp
    match access-group name icmp_types
    ip access-list extended icmp_types
    permit icmp any any ttl-exceeded
    PMAP IN--> OUT
    (don't be confused, my "vlanxxx_pmap_in" is the pmap FROM my network TO the outside...)
    policy-map type inspect vlan664_pmap_in
    class type inspect vlan664_cmap_in   (this is an extended ACL "permit ip x.x.x.x any")
      inspect
    class type inspect ipsec_cmap_in (this is because I have problems with VPN when inspected, another problem...)
      pass log
    class class-default
      drop log
    PMAP OUT-->IN
    policy-map type inspect vlan664_pmap_out
    class type inspect cmap_icmp (here comes the "ttl-exceeded"-ACL)
      pass log
    class type inspect vlan664_cmap_out (some open ports for some clients)
      inspect
    class type inspect ipsec_cmap_out (same problem with VPN when inspected)
      pass log
    class class-default
      drop log
    But unfortunately, the same problem occurs. Curiously, the first two packets seem to go "through" the firewall, but with 3rd packet the packetloss comes up:
                                                    Packets               Pings
    Host                                         Loss%   Snt   Last   Avg  Best  Wrst StDev
    1. Stuttgart-I28-1.belwue.de                 50.0%     3    0.3   0.3   0.3   0.3   0.0
    2. Stuttgart-AL30-1-gi0-0-0-3.belwue.net     50.0%     3    0.9   0.9   0.9   0.9   0.0
    3. Karlsruhe-RZ-1-10GE-0-1-0-1.belwue.net     0.0%     2    2.7   2.7   2.7   2.7   0.0
    4. Karlsruhe1-10GE-4-0-0.belwue.net           0.0%     2    1.5   1.5   1.5   1.5   0.0
    5. Mannheim1-10GE-3-0-0.belwue.net            0.0%     2    2.5   2.5   2.5   2.5   0.0
    6. Frankfurt-DECIX-1-10GE-0-0-0-0.belwue.net  0.0%     2    4.1   4.1   4.1   4.1   0.0
    7. de-cix20.net.google.com                    0.0%     2    5.0   5.0   5.0   5.0   0.0
    8. 72.14.238.44                               0.0%     2   39.2  39.2  39.2  39.2   0.0
    9. 72.14.236.68                               0.0%     2    5.4   5.4   5.4   5.4   0.0
    10. 209.85.254.118                             0.0%     2    5.4   5.4   5.4   5.4   0.0
    11. ???
    12. google-public-dns-a.google.com             0.0%     2    5.5   5.3   5.2   5.5   0.2
                                                     Packets               Pings
    Host                                          Loss%   Snt   Last   Avg  Best  Wrst StDev
    1. Stuttgart-I28-1.belwue.de                  66.7%     4    0.3   0.3   0.3   0.3   0.0
    2. Stuttgart-AL30-1-gi0-0-0-3.belwue.net      66.7%     4    0.8   0.8   0.8   0.8   0.0
    3. Karlsruhe-RZ-1-10GE-0-1-0-1.belwue.net     66.7%     4    2.1   2.1   2.1   2.1   0.0
    4. Karlsruhe1-10GE-4-0-0.belwue.net           66.7%     4    1.5   1.5   1.5   1.5   0.0
    5. Mannheim1-10GE-3-0-0.belwue.net            66.7%     4    2.6   2.6   2.6   2.6   0.0
    6. Frankfurt-DECIX-1-10GE-0-0-0-0.belwue.net  66.7%     4    4.2   4.2   4.2   4.2   0.0
    7. de-cix20.net.google.com                    66.7%     4    5.3   5.3   5.3   5.3   0.0
    8. 72.14.238.44                               66.7%     4   70.3  70.3  70.3  70.3   0.0
    9. 72.14.239.60                               66.7%     4    5.8   5.8   5.8   5.8   0.0
    10. 209.85.254.116                             66.7%     4    5.8   5.8   5.8   5.8   0.0
    11. ???
    12. google-public-dns-a.google.com              0.0%     4    6.3   5.7   5.2   6.3   0.5
    In the sessions on the routers, I see only this entry:
             Session 206F66C (129.143.6.89:8)=>(8.8.8.8:0) icmp SIS_OPEN
    Any other suggestions?

  • Macbook Late 2011 freezing, problem with CPU power management.

    Hi everyone.
    I have Macbook Pro 15 Late 2011. And i have a problem with it.
    When laptop is cold, sometimes, it can freeze. Other then this there's no problems with it, no problems at all.
    I solved this problem by deleting AppleIntelCPUPowerManagement.kext, so for now it's getting a little hotter (not very).
    And my question: is there any utility or app, which could let me see what AppleIntelCPUPowerManagement.kext is doing with system, so i could see what causing freezes. I don't have apple services in my country, so i can't bring this laptop to repair.
    And if you don't know answer to this question, but know forum, where i might find answers, please write it.
    Thanks in advance.
    Sorry for language, i'm not an english speaking.

    Catfish, if you're on AC power, and you don't run with a fully charged battery in the machine, then it won't run at full performance. Plus, if the battery is worn out, then it won't charge to nearly its original full capacity, and thus the machine won't run at full performance on AC power.
    Note that, if you leave the battery in a drawer for months without using it, that can kill the battery.
    Good luck!

  • Freezing problems with brand new Toshiba P500.

    Hi All;
    I bought a brand new Toshiba Laptop from Myers Melbourne in June 2010 and its running the base version of WINDOWS-7 64 bit. Its a Satellite P500 PSPGSA-01G003 ( large 18.4 inch screen ) which "does not exist" in the model product listing on this website.
    Also it has 4Gb RAM and 2x 500GB HDD. It ran fine for the first 4 weeks or so and then slowly and intermittently it started freezing and not shutting down in the normal manner - generally within a couple of hours of when i opened LARGER size files. On switch on it asked to "restart windows normally" and whilst in the process of running a program, it either ran very, very, very, very, slow ( hanging )or just froze altogether - with only the mouse cursor moving on the screen. To clear the problem and hard reset of the power switch was the only thing that "fixed" it.
     I spoke to others I know at work who have Win-7 (as many are clued up with IT and work with it) and they think "I'm crazy" as they have not experienced on their own WIN-7 OS at home.
    As the model I have is not specifically listed by Toshiba, I cannot be sure if I can update the drivers - which I should not have to do since its a brand new computer straight out of the box.  I'm so frustrated by the problem I've dumped the computer and now have gone back to WIN-XP on a DELL Laptop, until I can sort this drama out.
    My very first issue I had with it after just 4 weeks was it would not turn on at all as though the battery was removed or dead no life at all not even a light on the front panel edge.
    That was "fixed" by a hard reset of the laptop ( pressing the on button down for 10 seconds ) with the battery removed - something I have never had to do with computers in the past.
    Basically I'm of the opinion - rightly or not - that WIN-7 is not all that stable an O/S, since its built on a Vista platform and that being so - I may dump it and go for something radical like Linux or Ubuntu - or maybe worse still buy a Mac.
    But before I go to such trouble and dump WIN-7 and conclude it is a crap OS - I would appreciate some advice as to what the problem might be ! There was a write-up about this in a recent Computer Magazine (APC ?) saying WIN-7 had problems with running sluggish and gummy. Mine is so gummy it freezes.There are dozens of complaint about this very issue on websites and the brand of computer is not the issue nor the common denominator - just the Operating System. It's a Microsoft problem in reality !
    Interested in your replies and a solution to restoring my Toshiba "white elephant" !

    Satellite P500/01G (PSPGSA-01G003)
    See if running the System File Checker helps.
       How to use the System File Checker tool to troubleshoot missing or corrupted system files on Windows...
    -Jerry

  • Freeze problems with msi gtx 683r

    Hello ive bought a msi gtx 683r private and i seem to have been scammmed. From the start i had some problems with kernal driver update crashed my games after i rebooted the laptop it was gone.
    Now my computer freezes after playing for 30mins - 1h and the sound also. I have changed the freeze pasta in the cpu fan dont know what its called in english but nvm. I even use laptop fan the thing you put under laptops that has fans too chill it from under. I usually have problems when the temps goes over 70. Ive runned that  program that makes your comp raise in temp so you can see how much it can go it went too 85 celsius in 20 min and nothing
    I can play for 1-2h but after first freeze it happends much more often and i play wow with low settings. Ive turned in my comp too a computer store and they couldnet fins the problem. Please i need help ive prob forgot to write something just ask

    Both the screen and sound freezes and i need to force reboot by holding the power button. Sometimes the screen also turn black  for 2 seconds and then this kernal driver update problem comes
     I dont know which one error to copy since there are many but here are some:
    Display driver nvlddmkm stopped responding (WARNING)
    The computer has rebooted from a bugcheck.  The bugcheck was: 0x00000117 (0xfffffa8009a8b010, 0xfffff8800f223e20, 0x0000000000000000, 0x0000000000000000). A dump was saved in: C:\Windows\Minidump\041914-21340-01.dmp. Report Id: 041914-21340-01. (error)
    The system has rebooted without cleanly shutting down first. This error could be caused if the system stopped responding, crashed, or lost power unexpectedly. (Critical)
    Session "Microsoft-Windows-Setup" stopped due to the following error: 0xC000000D (Error)
    Event filter with query "SELECT * FROM __InstanceModificationEvent WITHIN 60 WHERE TargetInstance ISA "Win32_Processor" AND TargetInstance.LoadPercentage > 99" could not be reactivated in namespace "//./root/CIMV2" because of error 0x80041003. Events cannot be   (error)
    The performance strings in the Performance registry value is corrupted when process Performance extension counter provider. The BaseIndex value from the Performance registry is the first DWORD in the Data section, LastCounter value is the second DWORD in the Data  (error)

  • Bizarre freezing problem with FireFox & printing from Wikipedia

    The Suspects:
    Mac Pro
    OS X 10.4.11
    Firefox 2.0.0.13
    wikipedia.org
    Brother HL-5240
    I bought a Brother HL-5240 laser printer a couple months ago and I'm really happy with it. A couple minutes ago I went to print some stuff from apple.com, then I went to wikipedia.org to print out some pages there. Immediately after clicking "Print" in the print dialog box, I got everyone's favorite spinning cursor.
    Huh... weird. I've never had a problem with this printer. I wait a little while, but Firefox is completely frozen up, which is ok since I accidentally printed the normal version and not the "printable version." I force quit and reopen. I try it again, this time with the "printable version" with the same result, spinning cursor, everything frozen. Force quit, reopen.
    Now I decide that I'm going to try to save it as a PDF from the print dialog. Again, same result! Everything is frozen!
    Time for Safari, it prints everything just fine.
    Anyone else run into this utterly strange problem?

    hello, firefox 19 has introduced its own integrated pdf viewer - if you want to switch back to the plugin you've used before to view pdfs just go to firefox > options > applications & scroll down and define the default action for the '''portable document format (pdf)'''.
    [[How to disable the built-in PDF viewer and use another viewer]]

  • Problem with zone creation in Solaris 10 6/06

    Hi,
    I have configured and installed a non-global zone following the example given in the guide http//www.sun.com/software/solaris/howtoguides/posgresqlhowto.jsp. My zone has the following configuration:
    # zonecfg -z pg_zone
    zonecfg:pg_zone> info
    zonepath: /export/zones/pg_zone
    autoboot: true
    pool:
    fs:
    dir: /pg_log
    special: /dev/dsk/c1d0s0
    raw: /dev/rdsk/c1d0s0
    type: ufs
    options: []
    net:
    address: 192.168.10.100/24
    physical: bge0
    zonecfg:pg_zone> exit
    The installation completed but I got the following errors:
    # zoneadm -z pg_zone install
    Preparing to install zone <pg_zone>.
    Creating list of files to copy from the global zone.
    Copying <130101> files to the zone.
    Initializing zone product registry.
    Determining zone package initialization order.
    Preparing to initialize <1059> packages on the zone.
    Initialized <1059> packages on zone.
    Zone <pg_zone> is initialized.
    Installation of these packages generated errors: <SUNWgnome-a11y-libs-share>
    Installation of <63> packages was skipped.
    The file </export/zones/pg_zone/root/var/sadm/system/logs/install_log> contains a log of the zone installation.
    When examined the logs there were several messages like this:
    SUNW_PKG_THISZONE=true in the pkginfo file.
    *** package <SUNWamutl> was not installed:
    The package <SUNWamutl> is registered to be installed in the
    global zone only. The package may have been installed in the global
    zone using the pkgadd '-G' option, or the package may contain a
    request script, or the package may directly set the package attribute
    SUNW_PKG_THISZONE=true in the pkginfo file.
    *** package <SUNWiimdv> was not installed:
    The package <SUNWiimdv> is either not fully installed in the
    global zone, or the package contains a request script. Only packages
    that are fully installed in the global zone and that do not contain a
    request script can be installed when a new zone is created. If this
    package does not contain a request script, you can correct this
    problem by removing and reinstalling the package in the global zone.
    And when I try to boot the zone I get this error:
    # zoneadm -z pg_zone boot
    zoneadm: zone 'pg_zone': "/usr/lib/fs/lofs/mount -o zonedevfs /export/zones/pg_zone/dev /export/zones/pg_zone/root/dev" failed with exit code 33
    zoneadm: zone 'pg_zone': call to zoneadmd failed
    Any suggestion how to solve this problem?
    thanks

    To answer your question wangzh: Yes I did. I actually followed exactly the procedure on the how-to-uides: http://www.sun.com/software/solaris/howtoguides/containersLowRes.jsp.
    I think the problem here might reside in the script supplied in the solaris distribution for creating zones. For example, in the default configuration script, the package directories /lib /platform /var and /usr are by default set to be automatically imported. But when I try to create a zone using these defaults settings, it ends up with an mounting error that prevents the installation of the zone. only when I remove manually those directories from the configuration then the installation continues.
    And during the installation process there are number of packages that are by default imported via the installation script and this is some of those packages that cause the errors here. I also tried to exclude the offending packages as suggested by henryC but I couldn't find all of them and the creation still fails at the booting.

  • Problem with zone alarm.

    Hi everyone, this is the first time I get a Toshiba Lap top and I had a problem after installing Zone Alarm PRO edition. The module is just not starting, the icon appears but nothing else happens, I already tried with an older version and cleaning the system with Tune Up. I was checking in some forums I found some information about that Zone Alarm is not compatible with some Toshiba Satellite models (mine is L305-SP6912R).
    Can some one please help me to find what is the problem, because I really need to use Zone Alarm on my LapTop.
    Thanks and sorry for my bad english.

    I'd say you're in the wrong forum. Try the Zone Alarm folks.
       ZoneAlarm User Forum
    Good luck!
    (Be sure to come back here with Toshiba problems.)
    -Jerry

  • Freezing problem with Microsoft Word 2004

    Hi,
    I'm recently having this issue...
    I would be working (typing) on my Microsoft Word 2004, then jump to another application, come back, and the Word would freeze. It does eventually unfreeze, but I have to wait about a minute until it does, and it gets a bit frustrating. I haven't lost any files due to this problem but I'm afraid I might sometime soon. If I'm just typing on it it's fine - it doesn't freeze. But it's when I use another application and go back to it it freezes. My CPU or memory is below average and I have 2GB of RAM so I don't think it has to do anything too many files/applications opened at the same time.
    Does anybody know how to fix this/what's wrong with it?
    Thanks.

    Thanks, I'll give it a try.  I already removed Acrobat Pro 9 from my
    computer, but I'll be willing to try again with a new download.  I always
    wondered by Word would open up when I was sending an e-mail...I don't need
    fancy editing for e-mails.  So, now I know.
    Thanks again.
    "Our lives begin to end on the day that we become silent about things that
    matter." -Martin Luther King Jr.
    Dr. Margaret Brewer-LaPorta, Ph.D.
    CEO/Senior Research Scientist  and
    Editor, Association for Women Geoscientists
    LaPorta and Associates, L.L.C., Geological Consultants
    5 First Street #73
    Warwick, New York 10990
    ph: 845-986-7733
    fax: 845-988-9988

  • Problem with zone installation on solaris 08/07

    Hello :)
    I need some help
    I install solaris 10 08/07 on my x2100 M2.Everything is ok.
    Then I try to install non-global zone named web-zone with the following commands:
    # mkdir /export/web-zone
    # chmod 700 /export/web-zone
    # zonecfg -z web-zone
    web-zone: No such zone configured
    Use 'create' to begin configuring a new zone.
    zonecfg:web-zone> create
    zonecfg:web-zone> set autoboot=true
    zonecfg:web-zone> set zonepath=/export/web-zone
    zonecfg:web-zone> add net
    zonecfg:web-zone:net> set address=192.168.0.3
    zonecfg:web-zone:net> set physical=bge1
    zonecfg:web-zone:net> end
    zonecfg:web-zone> info
    zonepath: /export/web-zone
    autoboot: true
    pool:
    inherit-pkg-dir:
    dir: /lib
    inherit-pkg-dir:
    dir: /platform
    inherit-pkg-dir:
    dir: /sbin
    inherit-pkg-dir:
    dir: /usr
    net:
    address: 192.168.0.3
    physical: bge1
    zonecfg:web-zone> verify
    zonecfg:web-zone> commit
    zonecfg:web-zone> exit
    # zoneadm -z web-zone verify
    # zoneadm -z web-zone install
    # zoneadm list -cv
    # zoneadm -z web-zone boot
    When I zlogin into zone configuration stack with:
    Fatal internal error: prompt_error called before prompt_open!
    The IP address previously set on the network interface
    is no longer available. The system state is corrupted. System identification
    can no longer continue.
    Press Return to continue
    And that�s it :)
    On interface bge1 I have 2 ip addresses, one for management processor (192.168.0.254) and one for global zone (192.168.0.2)
    The output from ifconfig �a is :
    # ifconfig -a
    lo0: flags=2001000849<UP,LOOPBACK,RUNNING,MULTICAST,IPv4,VIRTUAL> mtu 8232 index 1
    inet 127.0.0.1 netmask ff000000
    lo0:1: flags=2001000849<UP,LOOPBACK,RUNNING,MULTICAST,IPv4,VIRTUAL> mtu 8232 index 1
    zone web-zone
    inet 127.0.0.1 netmask ff000000
    bge1: flags=1000843<UP,BROADCAST,RUNNING,MULTICAST,IPv4> mtu 1500 index 2
    inet 192.168.0.2 netmask ffffff00 broadcast 192.168.0.255
    ether 0:1b:24:5:4f:6f
    bge1:1: flags=4001000842<BROADCAST,RUNNING,MULTICAST,IPv4,DUPLICATE> mtu 1500 index 2
    zone web-zone
    inet 192.168.0.3 netmask ffffff00 broadcast 192.168.0.255
    Any Ideas ?? :)
    Thaks
    pp Sory for my baad english :)

    Hi
    Thank you for replay
    This is happened exactly when I zlogin for first time to complete installation.
    The installation procedure flow flawless.I set terminal type 13 (dt terminal) and everything is OK, but when I try to setup hostname I�ve got this error.
    I try this with 3 different zones on this machine with same result
    I have old x86 machines with solaris 11/06 zones installed , everything works fine (1 year uptime)
    This is not the first zone in my life :)
    Best Regards
    DJ JAM

  • Problems with zone CREATE commando

    root@stjsc1p# zonecfg -z myzone
    error: failed to load external entity "/etc/zones/myzone.xml"
    myzone: No such zone configured
    Use 'create' to begin configuring a new zone.
    zonecfg:myzone> create
    ld.so.1: zonecfg: fatal: relocation error: file /usr/lib/libzonecfg.so.1: symbol xmlNewValidCtxt: referenced symbol not found
    Killed
    Whats my problem?
    regards

    SSH:root@stjsc1p# ldd /usr/lib/libzonecfg.so.1
    libc.so.1 => /usr/lib/libc.so.1
    libxml2.so.2 => /usr/lib/libxml2.so.2
    libxml2.so.2 (SUNW_1.3) => (version not found)
    libpthread.so.1 => /usr/lib/libpthread.so.1
    libz.so.1 => /usr/lib/libz.so.1
    libm.so.1 => /usr/lib/libm.so.1
    libsocket.so.1 => /usr/lib/libsocket.so.1
    libnsl.so.1 => /usr/lib/libnsl.so.1
    libmp.so.2 => /usr/lib/libmp.so.2
    libmd5.so.1 => /usr/lib/libmd5.so.1
    libm.so.2 => /usr/lib/libm.so.2
    /platform/SUNW,UltraAX-i2/lib/libc_psr.so.1
    /platform/SUNW,UltraAX-i2/lib/libmd5_psr.so.1
    SSH:root@stjsc1p#

  • Crashing/freezing problems with my new MacBook - please help!!!

    Let me preface this by saying I'm very new to Macs.
    I just got my new 2.0GHz MacBook (1GB memory, 120GB hard drive) a few days ago. The first day, I had programs freeze up on me which has continued to happen regularly. This morning, I powered off the computer but noticed it sounded like it was still running and nothing was displaying. I had to hold down the power button several seconds to get it to restart and then a message appeared saying that OS X had unexpectedly crashed.
    My questions - Should I really be having these problems when the machine is so new? Should I contact Apple and send it back to them? Or am I making a big deal out of minor problems?
    Thank you!

    Welcome to apple forum,
    Try this :
    http://docs.info.apple.com/article.html?artnum=303234
    http://docs.info.apple.com/article.html?artnum=304308
    And if the problem still persist, visit apple store nearest you like at King of Prussia Mall.
    I assume that your macbook is built to order, and the built to order (not standard specs) is not eligible for return and replacement, but they will try to fix it until it work, maybe if it is unrepairable then you will get a new one.
    Good Luck

  • Signing up for iCloud has caused freezing problems with my email.  Can I delete my iCloud account?

    iPhone 5, activated iCloud. Now my email is frozen. What should I do? Delete iCloud? accessing Settings "verification failed there was an error connecting to iCloud

    You cannot delete the iCloud account that is signed on to Find My iPhone unless you know the password. This is called the Activation Lock:
    ACTIVATION LOCK
    It is an anti-theft security measure that is a part of iOS 7. You can only get around this by following the steps in this support article:
    Find My iPhone Activation Lock: Removing a device from a previous owner’s account
    Contact your friend. This is the only way around the lock.
    Best of luck,
    GB

  • Problems with Safari 6.0.1 on OS 10.7.5

    I'm having massive freezing problems with Safari 6.0.1 freezing up on me in the last 10 days or so. I'm running OS 10.7.5 on 27" iMac Intel circa mid 2011. Any help appreciated.

    Okay. At the beginning of this discussion I was on 6.0.1. However, I responded to an update since then and since I didn't realize 6.0.2 wasn't compatible with Lion I responded and updated.
    Now, with your message, a clean 6.0.1 installation sounds like a great idea. However, I've downloaded it from your link and when I install just from the install program, I still have an "About Safari" showing 6.0.2. I then tried setting up a separate Safari folder in the Applications folder and installed into that. I only got some Safari-associated folders and items there but no new Safari app icon... and the Safari 6.0.2 icon (which I hadn't gotten rid of since I don't want to lose my bookmarks, etc... want to transfer those once the 6.0.1 is there) is still there.
    All the hanging-up problems are still happening, btw... and probably even worse. Right now I'm using Camino, a good browser but Safari has features I'd like to get back to... got Firefox, too, and like it, but I've got it set up for other family members to use and Safari here for me.
    Any help on how to get 6.0.1 installed again without losing bookmarks greatly appreciated.

  • Problem with Firefox freezing/crashing

    Anyone having problems with Firefox. I have the latest installed on my MBP but it crashes frequently. Usually when trying to shut down, it'll just freeze. the computer is stable (26 days uptime and counting). The only issues I have are Firefox, Illustrator & Dreamweaver (rosetta apps)occasionally crashing and Firefox's frequent lock ups and crashes. I'm assuming when I can afford to cop the Adobe's latest, the Adobe/Macromedia apps will be fine. But I need help with this browser. Anyone figured out how to resolve this?
    I wish Camino worked as universally well as Firefox cuz I'd just hope over to it. Advise me please.

    this is really long and looks cryptic but here goes...
    Date/Time: 2007-04-06 19:33:36.250 -0400
    OS Version: 10.4.9 (Build 8P2137)
    Report Version: 4
    Command: firefox-bin
    Path: /Applications/Firefox.app/Contents/MacOS/firefox-bin
    Parent: WindowServer [54]
    Version: 2.0.0.3 (2.0.0.3)
    PID: 5876
    Thread: 19
    Exception: EXCBADACCESS (0x0001)
    Codes: KERNPROTECTIONFAILURE (0x0002) at 0x00000044
    Thread 0:
    0 libSystem.B.dylib 0x900247e7 semaphorewait_signaltrap + 7
    1 com.apple.QuickTime 0x94303b69 QTMLGrabMutex + 31
    2 com.apple.QuickTime 0x9433a983 CancelCallBack_priv + 28
    3 ...ickTimeComponents.component 0x97f33867 Base_CDFlush + 119
    4 ...ple.CoreServices.CarbonCore 0x90cd0d63 CallComponentFunctionCommon + 513
    5 ...ickTimeComponents.component 0x97f33029 Base_CDComponentDispatch + 125
    6 ...ple.CoreServices.CarbonCore 0x90cd0a48 CallComponentDispatch + 34
    7 com.apple.QuickTime 0x9438227a ImageCodecFlush + 37
    8 com.apple.QuickTime 0x9437e584 CDSequenceFlush + 318
    9 ...uickTimeStreaming.component 0x9909a490 SHVideo_FlushPendingFrames + 267
    10 ...uickTimeStreaming.component 0x9909d84a SHVideo_DerivedRenderIdle + 1834
    11 ...ple.CoreServices.CarbonCore 0x90cd0d63 CallComponentFunctionCommon + 513
    12 ...uickTimeStreaming.component 0x9909b36e SHVideo_ComponentDispatch + 170
    13 ...ple.CoreServices.CarbonCore 0x90cd0a48 CallComponentDispatch + 34
    14 com.apple.QuickTime 0x943e02b1 SHDerivedRenderIdle + 55
    15 ...uickTimeStreaming.component 0x99090b5f SHBase_RenderIdle + 130
    16 ...ple.CoreServices.CarbonCore 0x90cd0d63 CallComponentFunctionCommon + 513
    17 ...uickTimeStreaming.component 0x9908e894 SHBase_ComponentDispatch + 125
    18 ...ple.CoreServices.CarbonCore 0x90cd0a48 CallComponentDispatch + 34
    19 com.apple.QuickTime 0x943e0278 SHRenderIdle + 55
    20 ...uickTimeStreaming.component 0x9907aab2 BaseRcvConductor_Idle + 399
    21 ...ple.CoreServices.CarbonCore 0x90cd0f1f CallComponentFunctionCommon + 957
    22 ...uickTimeStreaming.component 0x9907a902 BaseRcvConductor_ComponentDispatch + 125
    23 ...ple.CoreServices.CarbonCore 0x90cd0a48 CallComponentDispatch + 34
    24 com.apple.QuickTime 0x943db81b QTSCondIdle + 61
    25 ...uickTimeStreaming.component 0x990ad90c RTPRcvConductor_Idle + 257
    26 ...ple.CoreServices.CarbonCore 0x90cd0f1f CallComponentFunctionCommon + 957
    27 ...uickTimeStreaming.component 0x990acc68 RTPRcvConductor_ComponentDispatch + 170
    28 ...ple.CoreServices.CarbonCore 0x90cd0a48 CallComponentDispatch + 34
    29 com.apple.QuickTime 0x943db81b QTSCondIdle + 61
    30 ...uickTimeStreaming.component 0x9907a9a5 BaseRcvConductor_Idle + 130
    31 ...ple.CoreServices.CarbonCore 0x90cd0f1f CallComponentFunctionCommon + 957
    32 ...uickTimeStreaming.component 0x9907a902 BaseRcvConductor_ComponentDispatch + 125
    33 ...ple.CoreServices.CarbonCore 0x90cd0a48 CallComponentDispatch + 34
    34 com.apple.QuickTime 0x943db81b QTSCondIdle + 61
    35 ...uickTimeStreaming.component 0x99081b69 QTSCondSessionMgr_Idle + 127
    36 ...ple.CoreServices.CarbonCore 0x90cd0f1f CallComponentFunctionCommon + 957
    37 ...uickTimeStreaming.component 0x9907c7bc RTSPConductor_ComponentDispatch + 170
    38 ...ple.CoreServices.CarbonCore 0x90cd0a48 CallComponentDispatch + 34
    39 com.apple.QuickTime 0x943db81b QTSCondIdle + 61
    40 com.apple.QuickTime 0x943db5df IdleThisPresentation + 142
    41 com.apple.QuickTime 0x943db4d1 QTSPresIdle + 63
    42 ...uickTimeStreaming.component 0x9905d630 StreamMedia_Idle + 826
    43 ...ple.CoreServices.CarbonCore 0x90cd0f1f CallComponentFunctionCommon + 957
    44 ...uickTimeStreaming.component 0x9905bd26 StreamMedia_ComponentDispatch + 170
    45 ...ple.CoreServices.CarbonCore 0x90cd0a48 CallComponentDispatch + 34
    46 ...ickTimeComponents.component 0x989708a2 MediaIdle + 61
    47 ...ickTimeComponents.component 0x97e7e9b0 doGenericIdle + 1389
    48 ...ickTimeComponents.component 0x97e803a7 GenericMoviesTask + 337
    49 ...ple.CoreServices.CarbonCore 0x90cd0f1f CallComponentFunctionCommon + 957
    50 ...ickTimeComponents.component 0x97e7fd23 GenericComponentDispatch + 170
    51 ...ple.CoreServices.CarbonCore 0x90cd0a48 CallComponentDispatch + 34
    52 com.apple.QuickTime 0x9435bf27 MediaMoviesTask + 61
    53 com.apple.QuickTime 0x9435ac04 TaskMovie_priv + 4552
    54 com.apple.QuickTime 0x94424326 frequentlyTaskMovies + 172
    55 com.apple.HIToolbox 0x92e21a8a TimerVector + 31
    56 com.apple.CoreFoundation 0x9082e7e2 CFRunLoopRunSpecific + 3341
    57 com.apple.CoreFoundation 0x9082dace CFRunLoopRunInMode + 61
    58 com.apple.HIToolbox 0x92de98d8 RunCurrentEventLoopInMode + 285
    59 com.apple.HIToolbox 0x92de8fe2 ReceiveNextEventCommon + 385
    60 com.apple.HIToolbox 0x92e31a74 _AcquireNextEvent + 58
    61 com.apple.HIToolbox 0x92e318bc RunApplicationEventLoop + 150
    62 org.mozilla.firefox 0x00240dc7 nsAppShell::Run() + 39
    63 org.mozilla.firefox 0x002d9502 nsAppStartup::Run() + 50
    64 org.mozilla.firefox 0x00005db9 XRE_main + 6305
    65 org.mozilla.firefox 0x00002818 main + 32
    66 org.mozilla.firefox 0x0000279e start + 270
    67 org.mozilla.firefox 0x000026b9 start + 41
    Thread 1:
    0 libSystem.B.dylib 0x9001a0ec select + 12
    1 libnspr4.dylib 0x00fcb9c8 PR_Poll + 134
    2 org.mozilla.firefox 0x00358b7f nsSocketTransportService::Poll(unsigned*) + 99
    3 org.mozilla.firefox 0x003591d0 nsSocketTransportService::Run() + 480
    4 libxpcom_core.dylib 0x01849f15 nsThread::Main(void*) + 41
    5 libnspr4.dylib 0x00fcd009 PR_Select + 813
    6 libSystem.B.dylib 0x90024147 pthreadbody + 84
    Thread 2:
    0 libSystem.B.dylib 0x90048e07 semaphoretimedwait_signaltrap + 7
    1 libnspr4.dylib 0x00fc86a0 PR_Lock + 246
    2 libnspr4.dylib 0x00fc89f7 PR_WaitCondVar + 75
    3 libxpcom_core.dylib 0x0184c22c TimerThread::Run() + 74
    4 libxpcom_core.dylib 0x01849f15 nsThread::Main(void*) + 41
    5 libnspr4.dylib 0x00fcd009 PR_Select + 813
    6 libSystem.B.dylib 0x90024147 pthreadbody + 84
    Thread 3:
    0 libSystem.B.dylib 0x90048e07 semaphoretimedwait_signaltrap + 7
    1 libnspr4.dylib 0x00fc86a0 PR_Lock + 246
    2 libnspr4.dylib 0x00fc89f7 PR_WaitCondVar + 75
    3 org.mozilla.firefox 0x0036d4b4 nsSSLThread::Run() + 166
    4 libnspr4.dylib 0x00fcd009 PR_Select + 813
    5 libSystem.B.dylib 0x90024147 pthreadbody + 84
    Thread 4:
    0 libSystem.B.dylib 0x90048e07 semaphoretimedwait_signaltrap + 7
    1 libnspr4.dylib 0x00fc86a0 PR_Lock + 246
    2 libnspr4.dylib 0x00fc89f7 PR_WaitCondVar + 75
    3 org.mozilla.firefox 0x0036a123 nsCertVerificationThread::Run() + 249
    4 libnspr4.dylib 0x00fcd009 PR_Select + 813
    5 libSystem.B.dylib 0x90024147 pthreadbody + 84
    Thread 5:
    0 libSystem.B.dylib 0x900247e7 semaphorewait_signaltrap + 7
    1 libnspr4.dylib 0x00fc8a81 PR_WaitCondVar + 213
    2 org.mozilla.firefox 0x0054b8f0 mozStorageService::FinishAsyncIO() + 784
    3 org.mozilla.firefox 0x0089c5f2 AsyncWriteThread::Run() + 14
    4 libxpcom_core.dylib 0x01849f15 nsThread::Main(void*) + 41
    5 libnspr4.dylib 0x00fcd009 PR_Select + 813
    6 libSystem.B.dylib 0x90024147 pthreadbody + 84
    Thread 6:
    0 libSystem.B.dylib 0x900247e7 semaphorewait_signaltrap + 7
    1 libnspr4.dylib 0x00fc8a81 PR_WaitCondVar + 213
    2 libnspr4.dylib 0x00fc8ce1 PR_Wait + 53
    3 libxpcom_core.dylib 0x01847682 PL_WaitForEvent + 62
    4 libxpcom_core.dylib 0x018488db nsEventQueueImpl::WaitForEvent(PLEvent**) + 47
    5 org.mozilla.firefox 0x00301465 nsUrlClassifierCallbackWrapper::QueryInterface(nsID const&, void**) + 301
    6 libnspr4.dylib 0x00fcd009 PR_Select + 813
    7 libSystem.B.dylib 0x90024147 pthreadbody + 84
    Thread 7:
    0 libSystem.B.dylib 0x90009bf7 machmsgtrap + 7
    1 ...romedia.Flash Player.plugin 0x10bf152d Flash_EnforceLocalSecurity + 360501
    2 libSystem.B.dylib 0x90024147 pthreadbody + 84
    Thread 8:
    0 libSystem.B.dylib 0x90009bf7 machmsgtrap + 7
    1 com.apple.CoreFoundation 0x9082e2b3 CFRunLoopRunSpecific + 2014
    2 com.apple.CoreFoundation 0x9082dace CFRunLoopRunInMode + 61
    3 com.apple.audio.CoreAudio 0x9146841e HALRunLoop::OwnThread(void*) + 158
    4 com.apple.audio.CoreAudio 0x91468239 CAPThread::Entry(CAPThread*) + 93
    5 libSystem.B.dylib 0x90024147 pthreadbody + 84
    Thread 9:
    0 libSystem.B.dylib 0x90048e07 semaphoretimedwait_signaltrap + 7
    1 com.apple.audio.CoreAudio 0x9147565c CAGuard::WaitFor(unsigned long long) + 212
    2 com.apple.audio.CoreAudio 0x9147557e CAGuard::WaitUntil(unsigned long long) + 66
    3 com.apple.audio.CoreAudio 0x91473efa HP_IOThread::WorkLoop() + 690
    4 com.apple.audio.CoreAudio 0x91473c43 HPIOThread::ThreadEntry(HPIOThread*) + 17
    5 com.apple.audio.CoreAudio 0x91468239 CAPThread::Entry(CAPThread*) + 93
    6 libSystem.B.dylib 0x90024147 pthreadbody + 84
    Thread 10:
    0 libSystem.B.dylib 0x90048e07 semaphoretimedwait_signaltrap + 7
    1 ...romedia.Flash Player.plugin 0x10b81130 0x10808000 + 3641648
    2 ...romedia.Flash Player.plugin 0x10a5870b 0x10808000 + 2426635
    3 ...romedia.Flash Player.plugin 0x10b814a8 0x10808000 + 3642536
    4 libSystem.B.dylib 0x90024147 pthreadbody + 84
    Thread 11:
    0 libSystem.B.dylib 0x90048e07 semaphoretimedwait_signaltrap + 7
    1 libnspr4.dylib 0x00fc86a0 PR_Lock + 246
    2 libnspr4.dylib 0x00fc89f7 PR_WaitCondVar + 75
    3 org.mozilla.firefox 0x0031ce8d nsIOThreadPool::ThreadFunc(void*) + 145
    4 libnspr4.dylib 0x00fcd009 PR_Select + 813
    5 libSystem.B.dylib 0x90024147 pthreadbody + 84
    Thread 12:
    0 libSystem.B.dylib 0x90048e07 semaphoretimedwait_signaltrap + 7
    1 libnspr4.dylib 0x00fc86a0 PR_Lock + 246
    2 libnspr4.dylib 0x00fc89f7 PR_WaitCondVar + 75
    3 org.mozilla.firefox 0x0031ce8d nsIOThreadPool::ThreadFunc(void*) + 145
    4 libnspr4.dylib 0x00fcd009 PR_Select + 813
    5 libSystem.B.dylib 0x90024147 pthreadbody + 84
    Thread 13:
    0 libSystem.B.dylib 0x90048e07 semaphoretimedwait_signaltrap + 7
    1 libnspr4.dylib 0x00fc86a0 PR_Lock + 246
    2 libnspr4.dylib 0x00fc89f7 PR_WaitCondVar + 75
    3 org.mozilla.firefox 0x005c85c6 nsHostResolver::GetHostToLookup(nsHostRecord**) + 212
    4 org.mozilla.firefox 0x005c8d73 nsHostResolver::ThreadFunc(void*) + 123
    5 libnspr4.dylib 0x00fcd009 PR_Select + 813
    6 libSystem.B.dylib 0x90024147 pthreadbody + 84
    Thread 14:
    0 libSystem.B.dylib 0x90009bf7 machmsgtrap + 7
    1 com.apple.CoreFoundation 0x9082e2b3 CFRunLoopRunSpecific + 2014
    2 com.apple.CoreFoundation 0x9083f188 CFRunLoopRun + 60
    3 com.apple.QuickTime 0x9439175e QTSNetworkThread_RunThread + 117
    4 libSystem.B.dylib 0x90024147 pthreadbody + 84
    Thread 15:
    0 libSystem.B.dylib 0x90009bf7 machmsgtrap + 7
    1 com.apple.CoreFoundation 0x9082e2b3 CFRunLoopRunSpecific + 2014
    2 com.apple.CoreFoundation 0x9082dace CFRunLoopRunInMode + 61
    3 com.apple.Foundation 0x92826a0f +[NSURLConnection(NSURLConnectionInternal) _resourceLoadLoop:] + 259
    4 com.apple.Foundation 0x927f12e0 forkThreadForFunction + 123
    5 libSystem.B.dylib 0x90024147 pthreadbody + 84
    Thread 16:
    0 libSystem.B.dylib 0x9001a0ec select + 12
    1 libSystem.B.dylib 0x90024147 pthreadbody + 84
    Thread 17:
    0 libSystem.B.dylib 0x90048e07 semaphoretimedwait_signaltrap + 7
    1 ...ple.CoreServices.CarbonCore 0x90ce20b7 TSWaitOnSemaphoreCommon + 163
    2 ...ple.CoreServices.CarbonCore 0x90ce909d TimerThread + 87
    3 libSystem.B.dylib 0x90024147 pthreadbody + 84
    Thread 18:
    0 libSystem.B.dylib 0x9002485f semaphorewaittrap + 7
    1 QuickTimeH264.scalar 0x98e79207 JVTLibDecoDispose + 1322753
    2 libSystem.B.dylib 0x90024147 pthreadbody + 84
    Thread 19 Crashed:
    0 QuickTimeH264.scalar 0x98d3d1d6 JVTLibDecoDispose + 28368
    1 QuickTimeH264.scalar 0x98d1e970 JVTDecoDecodeBand + 153
    2 ...ple.QuickTimeH264.component 0x98d18207 JVTDecoComponentDispatch + 1461
    3 ...ple.CoreServices.CarbonCore 0x90cd0d63 CallComponentFunctionCommon + 513
    4 ...ple.QuickTimeH264.component 0x98d17cfc JVTDecoComponentDispatch + 170
    5 ...ple.CoreServices.CarbonCore 0x90cd0a48 CallComponentDispatch + 34
    6 ...ickTimeComponents.component 0x9896d4af ImageCodecDecodeBand + 49
    7 ...ickTimeComponents.component 0x97f32d8e BaseCodec_ImageCodecDecodeBand + 61
    8 ...ickTimeComponents.component 0x97f34a4c BaseCodecDecompressCallBackCommon + 1793
    9 com.apple.QuickTime 0x9437f35d ExecuteCallBack_priv + 125
    10 ...ple.CoreServices.CarbonCore 0x90ce3ca3 InvokeDeferredTaskUPP + 15
    11 ...ple.CoreServices.CarbonCore 0x90cecbec DeferredTaskThread + 120
    12 libSystem.B.dylib 0x90024147 pthreadbody + 84
    Thread 19 crashed with X86 Thread State (32-bit):
    eax: 0x174c8000 ebx: 0x98d3cfe7 ecx: 0x00000000 edx: 0x00000000
    edi: 0x17891000 esi: 0x1795bcd8 ebp: 0xb0d74bb8 esp: 0xb0d74ad0
    ss: 0x0000001f efl: 0x00010287 eip: 0x98d3d1d6 cs: 0x00000017
    ds: 0x0000001f es: 0x0000001f fs: 0x00000000 gs: 0x00000037
    Binary Images Description:
    0x1000 - 0x9b6fff org.mozilla.firefox 2.0.0.3 /Applications/Firefox.app/Contents/MacOS/firefox-bin
    0xeec000 - 0xf7dfff libmozjs.dylib /Applications/Firefox.app/Contents/MacOS/libmozjs.dylib
    0xf98000 - 0xf98fff libxpcom.dylib /Applications/Firefox.app/Contents/MacOS/libxpcom.dylib
    0xf9c000 - 0xfa1fff libplds4.dylib /Applications/Firefox.app/Contents/MacOS/libplds4.dylib
    0xfa6000 - 0xfacfff libplc4.dylib /Applications/Firefox.app/Contents/MacOS/libplc4.dylib
    0xfb2000 - 0xfd7fff libnspr4.dylib /Applications/Firefox.app/Contents/MacOS/libnspr4.dylib
    0x1808000 - 0x1878fff libxpcom_core.dylib /Applications/Firefox.app/Contents/MacOS/libxpcom_core.dylib
    0x18da000 - 0x18f3fff libsmime3.dylib /Applications/Firefox.app/Contents/MacOS/libsmime3.dylib
    0x1a05000 - 0x1a25fff libssl3.dylib /Applications/Firefox.app/Contents/MacOS/libssl3.dylib
    0x1a2f000 - 0x1a85fff libnss3.dylib /Applications/Firefox.app/Contents/MacOS/libnss3.dylib
    0x1aa1000 - 0x1ae7fff libsoftokn3.dylib /Applications/Firefox.app/Contents/MacOS/libsoftokn3.dylib
    0x1af6000 - 0x1b05fff libxpcom_compat.dylib /Applications/Firefox.app/Contents/MacOS/libxpcom_compat.dylib
    0x1b92000 - 0x1b9afff libmyspell.dylib /Applications/Firefox.app/Contents/MacOS/components/libmyspell.dylib
    0x1fcc000 - 0x1fcdfff com.apple.textencoding.unicode 2.1 /System/Library/TextEncodings/Unicode Encodings.bundle/Contents/MacOS/Unicode Encodings
    0xcdb1000 - 0xcddffff libnssckbi.dylib /Applications/Firefox.app/Contents/MacOS/libnssckbi.dylib
    0xcdf1000 - 0xcdfbfff libspellchecker.dylib /Applications/Firefox.app/Contents/MacOS/components/libspellchecker.dylib
    0xd66a000 - 0xd6c7fff libfreebl3.dylib /Applications/Firefox.app/Contents/MacOS/libfreebl3.dylib
    0xe222000 - 0xe23bfff com.apple.AppleIntermediateCodec 1.1 (141) /Library/QuickTime/AppleIntermediateCodec.component/Contents/MacOS/AppleInterme diateCodec
    0xe2de000 - 0xe2f7fff com.apple.applepixletvideo 1.2.9 (1.2d9) /System/Library/QuickTime/ApplePixletVideo.component/Contents/MacOS/ApplePixlet Video
    0x10808000 - 0x10d2bfff com.macromedia.Flash Player.plugin 9.0.28 (1.0.4f22) /Library/Internet Plug-Ins/Flash Player.plugin/Contents/MacOS/Flash Player
    0x11ef4000 - 0x11ef9fff com.apple.audio.AppleHDAHALPlugIn 1.2.9 (1.2.9a4) /System/Library/Extensions/AppleHDA.kext/Contents/PlugIns/AppleHDAHALPlugIn.bun dle/Contents/MacOS/AppleHDAHALPlugIn
    0x14017000 - 0x1401afff com.apple.iokit.IOQTComponents 1.4 /System/Library/Components/IOQTComponents.component/Contents/MacOS/IOQTComponen ts
    0x15313000 - 0x1531efff com.apple.ATIRadeonX1000GA 1.4.52 (4.5.2) /System/Library/Extensions/ATIRadeonX1000GA.plugin/Contents/MacOS/ATIRadeonX100 0GA
    0x16bfd000 - 0x16c39fff com.apple.QuickTimeFireWireDV.component 7.1.5 /System/Library/QuickTime/QuickTimeFireWireDV.component/Contents/MacOS/QuickTim eFireWireDV
    0x16f2c000 - 0x1711ffff net.telestream.wmv.import 2.1.0.33 /Library/QuickTime/Flip4Mac WMV Import.component/Contents/MacOS/Flip4Mac WMV Import
    0x17687000 - 0x176b1fff com.apple.audio.SoundManager.Components 3.9.2 /System/Library/Components/SoundManagerComponents.component/Contents/MacOS/Soun dManagerComponents
    0x18ba4000 - 0x18c8cfff com.apple.audio.codecs.Components 1.4.8 /System/Library/Components/AudioCodecs.component/Contents/MacOS/AudioCodecs
    0x70000000 - 0x700fbfff com.apple.audio.units.Components 1.4.5 /System/Library/Components/CoreAudio.component/Contents/MacOS/CoreAudio
    0x8fe00000 - 0x8fe4afff dyld 46.12 /usr/lib/dyld
    0x90000000 - 0x90172fff libSystem.B.dylib /usr/lib/libSystem.B.dylib
    0x901c2000 - 0x901c4fff libmathCommon.A.dylib /usr/lib/system/libmathCommon.A.dylib
    0x901c6000 - 0x90203fff com.apple.CoreText 1.1.2 (???) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreText.framework/Versions/A/CoreText
    0x9022a000 - 0x90300fff ATS /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ATS.framework/Versions/A/ATS
    0x90320000 - 0x90775fff com.apple.CoreGraphics 1.258.61 (???) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/CoreGraphics
    0x9080c000 - 0x908d4fff com.apple.CoreFoundation 6.4.7 (368.28) /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
    0x90912000 - 0x90912fff com.apple.CoreServices 10.4 (???) /System/Library/Frameworks/CoreServices.framework/Versions/A/CoreServices
    0x90914000 - 0x90a07fff libicucore.A.dylib /usr/lib/libicucore.A.dylib
    0x90a57000 - 0x90ad6fff libobjc.A.dylib /usr/lib/libobjc.A.dylib
    0x90aff000 - 0x90b63fff libstdc++.6.dylib /usr/lib/libstdc++.6.dylib
    0x90bd2000 - 0x90bd9fff libgcc_s.1.dylib /usr/lib/libgcc_s.1.dylib
    0x90bde000 - 0x90c51fff com.apple.framework.IOKit 1.4.6 (???) /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit
    0x90c66000 - 0x90c78fff libauto.dylib /usr/lib/libauto.dylib
    0x90c7e000 - 0x90f24fff com.apple.CoreServices.CarbonCore 682.18 /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CarbonC ore.framework/Versions/A/CarbonCore
    0x90f67000 - 0x90fcffff com.apple.CoreServices.OSServices 4.1 /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/OSServi ces.framework/Versions/A/OSServices
    0x91008000 - 0x91046fff com.apple.CFNetwork 129.20 /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CFNetwo rk.framework/Versions/A/CFNetwork
    0x91059000 - 0x91069fff com.apple.WebServices 1.1.3 (1.1.0) /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/WebServ icesCore.framework/Versions/A/WebServicesCore
    0x91074000 - 0x910f3fff com.apple.SearchKit 1.0.5 /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SearchK it.framework/Versions/A/SearchKit
    0x9112d000 - 0x9114bfff com.apple.Metadata 10.4.4 (121.36) /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Metadat a.framework/Versions/A/Metadata
    0x91157000 - 0x91165fff libz.1.dylib /usr/lib/libz.1.dylib
    0x91168000 - 0x91307fff com.apple.security 4.5.2 (29774) /System/Library/Frameworks/Security.framework/Versions/A/Security
    0x91405000 - 0x9140dfff com.apple.DiskArbitration 2.1.1 /System/Library/Frameworks/DiskArbitration.framework/Versions/A/DiskArbitration
    0x91414000 - 0x9143afff com.apple.SystemConfiguration 1.8.6 /System/Library/Frameworks/SystemConfiguration.framework/Versions/A/SystemConfi guration
    0x9144c000 - 0x91453fff libbsm.dylib /usr/lib/libbsm.dylib
    0x91457000 - 0x914cdfff com.apple.audio.CoreAudio 3.0.4 /System/Library/Frameworks/CoreAudio.framework/Versions/A/CoreAudio
    0x9151e000 - 0x9151efff com.apple.ApplicationServices 10.4 (???) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Application Services
    0x91520000 - 0x9154cfff com.apple.AE 314 (313) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ AE.framework/Versions/A/AE
    0x9155f000 - 0x91633fff com.apple.ColorSync 4.4.9 /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ColorSync.framework/Versions/A/ColorSync
    0x9166e000 - 0x916e1fff com.apple.print.framework.PrintCore 4.6 (177.13) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ PrintCore.framework/Versions/A/PrintCore
    0x9170f000 - 0x917b8fff com.apple.QD 3.10.24 (???) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ QD.framework/Versions/A/QD
    0x917de000 - 0x91829fff com.apple.HIServices 1.5.2 (???) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ HIServices.framework/Versions/A/HIServices
    0x91848000 - 0x9185efff com.apple.LangAnalysis 1.6.3 /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ LangAnalysis.framework/Versions/A/LangAnalysis
    0x9186a000 - 0x91885fff com.apple.FindByContent 1.5 /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ FindByContent.framework/Versions/A/FindByContent
    0x91890000 - 0x918cdfff com.apple.LaunchServices 182 /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ LaunchServices.framework/Versions/A/LaunchServices
    0x918e1000 - 0x918edfff com.apple.speech.synthesis.framework 3.5 /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ SpeechSynthesis.framework/Versions/A/SpeechSynthesis
    0x918f4000 - 0x91933fff com.apple.ImageIO.framework 1.5.4 /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/ImageIO
    0x91946000 - 0x919f8fff libcrypto.0.9.7.dylib /usr/lib/libcrypto.0.9.7.dylib
    0x91a3e000 - 0x91a54fff libcups.2.dylib /usr/lib/libcups.2.dylib
    0x91a59000 - 0x91a77fff libJPEG.dylib /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libJPEG.dylib
    0x91a7c000 - 0x91adbfff libJP2.dylib /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libJP2.dylib
    0x91aed000 - 0x91af1fff libGIF.dylib /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libGIF.dylib
    0x91af3000 - 0x91b77fff libRaw.dylib /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libRaw.dylib
    0x91b7b000 - 0x91bb8fff libTIFF.dylib /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libTIFF.dylib
    0x91bbe000 - 0x91bd8fff libPng.dylib /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libPng.dylib
    0x91bdd000 - 0x91bdffff libRadiance.dylib /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libRadiance.dylib
    0x91be1000 - 0x91cbffff libxml2.2.dylib /usr/lib/libxml2.2.dylib
    0x91cdc000 - 0x91cdcfff com.apple.Accelerate 1.3.1 (Accelerate 1.3.1) /System/Library/Frameworks/Accelerate.framework/Versions/A/Accelerate
    0x91cde000 - 0x91d6cfff com.apple.vImage 2.5 /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vImage.fr amework/Versions/A/vImage
    0x91d73000 - 0x91d73fff com.apple.Accelerate.vecLib 3.3.1 (vecLib 3.3.1) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/vecLib
    0x91d75000 - 0x91dcefff libvMisc.dylib /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libvMisc.dylib
    0x91dd7000 - 0x91dfbfff libvDSP.dylib /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libvDSP.dylib
    0x91e03000 - 0x9220cfff libBLAS.dylib /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libBLAS.dylib
    0x92246000 - 0x925fafff libLAPACK.dylib /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libLAPACK.dylib
    0x92627000 - 0x92714fff libiconv.2.dylib /usr/lib/libiconv.2.dylib
    0x92716000 - 0x92793fff com.apple.DesktopServices 1.3.6 /System/Library/PrivateFrameworks/DesktopServicesPriv.framework/Versions/A/Desk topServicesPriv
    0x927d4000 - 0x92a04fff com.apple.Foundation 6.4.8 (567.29) /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation
    0x92b1e000 - 0x92b35fff libGL.dylib /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib
    0x92b40000 - 0x92b98fff libGLU.dylib /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLU.dylib
    0x92bac000 - 0x92bacfff com.apple.Carbon 10.4 (???) /System/Library/Frameworks/Carbon.framework/Versions/A/Carbon
    0x92bae000 - 0x92bbefff com.apple.ImageCapture 3.0.4 /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/ImageCapture. framework/Versions/A/ImageCapture
    0x92bcd000 - 0x92bd5fff com.apple.speech.recognition.framework 3.6 /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SpeechRecogni tion.framework/Versions/A/SpeechRecognition
    0x92bdb000 - 0x92be1fff com.apple.securityhi 2.0.1 (24742) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SecurityHI.fr amework/Versions/A/SecurityHI
    0x92be7000 - 0x92c78fff com.apple.ink.framework 101.2.1 (71) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Ink.framework /Versions/A/Ink
    0x92c8c000 - 0x92c90fff com.apple.help 1.0.3 (32.1) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Help.framewor k/Versions/A/Help
    0x92c93000 - 0x92cb1fff com.apple.openscripting 1.2.5 (???) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/OpenScripting .framework/Versions/A/OpenScripting
    0x92cc3000 - 0x92cc9fff com.apple.print.framework.Print 5.2 (192.4) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Print.framewo rk/Versions/A/Print
    0x92ccf000 - 0x92d32fff com.apple.htmlrendering 66.1 (1.1.3) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HTMLRendering .framework/Versions/A/HTMLRendering
    0x92d59000 - 0x92d9afff com.apple.NavigationServices 3.4.4 (3.4.3) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/NavigationSer vices.framework/Versions/A/NavigationServices
    0x92dc1000 - 0x92dcffff com.apple.audio.SoundManager 3.9.1 /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CarbonSound.f ramework/Versions/A/CarbonSound
    0x92dd6000 - 0x92ddbfff com.apple.CommonPanels 1.2.3 (73) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CommonPanels. framework/Versions/A/CommonPanels
    0x92de0000 - 0x930d5fff com.apple.HIToolbox 1.4.9 (???) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HIToolbox.fra mework/Versions/A/HIToolbox
    0x931db000 - 0x931e6fff com.apple.opengl 1.4.16 /System/Library/Frameworks/OpenGL.framework/Versions/A/OpenGL
    0x93256000 - 0x93256fff com.apple.Cocoa 6.4 (???) /System/Library/Frameworks/Cocoa.framework/Versions/A/Cocoa
    0x93258000 - 0x9390efff com.apple.AppKit 6.4.8 (824.42) /System/Library/Frameworks/AppKit.framework/Versions/C/AppKit
    0x93c8f000 - 0x93d0afff com.apple.CoreData 91 (92.1) /System/Library/Frameworks/CoreData.framework/Versions/A/CoreData
    0x93d43000 - 0x93dfdfff com.apple.audio.toolbox.AudioToolbox 1.4.5 /System/Library/Frameworks/AudioToolbox.framework/Versions/A/AudioToolbox
    0x93e40000 - 0x93e40fff com.apple.audio.units.AudioUnit 1.4.2 /System/Library/Frameworks/AudioUnit.framework/Versions/A/AudioUnit
    0x93e42000 - 0x94003fff com.apple.QuartzCore 1.4.12 /System/Library/Frameworks/QuartzCore.framework/Versions/A/QuartzCore
    0x94049000 - 0x9408afff libsqlite3.0.dylib /usr/lib/libsqlite3.0.dylib
    0x94092000 - 0x940ccfff libGLImage.dylib /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLImage.dyl ib
    0x940d1000 - 0x940e2fff com.apple.CoreVideo 1.4 /System/Library/Frameworks/CoreVideo.framework/Versions/A/CoreVideo
    0x94273000 - 0x94282fff libCGATS.A.dylib /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libCGATS.A.dylib
    0x94289000 - 0x94294fff libCSync.A.dylib /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libCSync.A.dylib
    0x942e0000 - 0x942fafff libRIP.A.dylib /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libRIP.A.dylib
    0x94300000 - 0x945befff com.apple.QuickTime 7.1.5 /System/Library/Frameworks/QuickTime.framework/Versions/A/QuickTime
    0x95a65000 - 0x95a7bfff libJapaneseConverter.dylib /System/Library/CoreServices/Encodings/libJapaneseConverter.dylib
    0x96476000 - 0x96476fff com.apple.vecLib 3.3.1 (vecLib 3.3.1) /System/Library/Frameworks/vecLib.framework/Versions/A/vecLib
    0x96ae5000 - 0x96aeafff com.apple.agl 2.5.9 (AGL-2.5.9) /System/Library/Frameworks/AGL.framework/Versions/A/AGL
    0x96e86000 - 0x96e9afff com.apple.audio.CoreAudioKit 1.0.1 /System/Library/Frameworks/CoreAudioKit.framework/Versions/A/CoreAudioKit
    0x97dfe000 - 0x98accfff com.apple.QuickTimeComponents.component 7.1.5 /System/Library/QuickTime/QuickTimeComponents.component/Contents/MacOS/QuickTim eComponents
    0x98d16000 - 0x98d18fff com.apple.QuickTimeH264.component 7.1.5 /System/Library/QuickTime/QuickTimeH264.component/Contents/MacOS/QuickTimeH264
    0x98d1a000 - 0x98ec5fff QuickTimeH264.scalar /System/Library/QuickTime/QuickTimeH264.component/Contents/Resources/QuickTimeH 264.scalar
    0x98f35000 - 0x98ff8fff com.apple.QuickTimeMPEG4.component 7.1.5 /System/Library/QuickTime/QuickTimeMPEG4.component/Contents/MacOS/QuickTimeMPEG 4
    0x99013000 - 0x9917ffff com.apple.QuickTimeStreaming.component 7.1.5 /System/Library/QuickTime/QuickTimeStreaming.component/Contents/MacOS/QuickTime Streaming
    0x996e4000 - 0x9970cfff com.apple.QuickTime Plugin.plugin 7.1.5 /Library/Internet Plug-Ins/QuickTime Plugin.plugin/Contents/MacOS/QuickTime Plugin

Maybe you are looking for

  • Initial Time Machine backup is larger than the HD it's backing up?

    Howdy, I started the initial backup of my MacBook Pro to my TimeCapsule, and it now says that it has backed up 4.1 GB of 159.5 GB. But the internal HD of the MacBook Pro is only 80 GB, and 31.4 GB are free! Does anyone know what's up with this? My pr

  • Read data from 3 tables in sender JDBC Adapter

    Hi All, I doing a scenario JDBC to IDOC I need to read 3 tables of ORACLE.  how JDBC sender adapter will retrieve data from more than 3 ORACLE tables and also i need to update control status fields of these tables. Please provide me the syntax for th

  • How to show an empty line at the end of a ParagraphView

    Hi everybody, I wonder if anyone knows how to extend ParagraphView to show an empty line at the end of every paragraph? Thanks in advance, mrai

  • HTML link in report column -- help!!

    I have a report generated from a sql statment. I load an image into a column using the following statement: select decode(processed, -1,'img src="#WORKSPACE_IMAGES#process_fail.gif" border="0" alt="Processing Failed"', 0,'href=#OWNER#.PROC_FUEL_ANN_R

  • 20" ACD brightness / Eye-One 2 problem

    So I go to do my normal calibration with my Eye-One Display 2 on my 20" ACD and it goes fine, although I am surprised to see that the brightness level has fallen to like, 75cd/m2. So I turn up the brightness to 120, calibrate. Fine. Then I go to do a