MacBookPro is locking up. Best place to look for cause?

Hello All,
Just playing around with Motion. Taking a tutorial on Lynda.Com. I'm doing the most basic stuff, and my MacBookPro is freezing on me regularly. All I'm doing is adding an effect to text with a photo as the background. Perhaps I've miss allocated some memory or something. Any thoughts. Thanks.
DG

http://support.mozilla.com/en-US/kb/How+to+set+the+home+page

Similar Messages

  • Best way to look for next char in String that is NOT "-" or " " or ","?

    I have a long String that is sent to me and needs to be parsed. Normally I can figure the end of the line by a line break, but sometimes the line break is lost only after the second line. This second line contains the characters:
    These characters can all appear any number of times. I will know I'm at the end of the line when I hit a character that is not one of those three. What is the best way to look for this? Is there an already set method in the Java API?
    Thanks for all the help!

    There are solutions using regular expression, eg; you can split string once a time using minus char, whitespace or comma:
    String tokens[] = anyString.split("\\-|\\x20|,");
    More sophisticated expressions could be done to achieve results:
    String re = "^(.+)(\\-|\\x20|,)(.)(.*)$";
    Matcher m = Pattern.compile(re).matcher(anyString);
    if (m.matches()) {
    String
    before = m.group(1),
    delimiter = m.group(2),
    firstCharAfterDelimiter = m.group(3),
    suffix = m.group(4);
    Regards.

  • Best place to look on Pacer for status

    I'm 65 days out from my 341 now and am wondering if I should keep checking docket report or status. Thanks!

    Use the RSS feed and do control f (find) if on a computer and look for you name. The RSS feed looks like a speaker next to the court link for your district. This won't count against your page count for Pacer. You can refresh often with that page.

  • Where to best place SFX folder for Audition use?

    Just downloaded several SFX and beds from ADOBE, where to place all these files so they'll be available for use in Audition? Is there a path on my MAC PRO latest OS that this folder should reside to be read by Audition?
    Thanks

    John Peace wrote:
    Where is best place to buy battery for macbook pro?
    Usually from Apple, unless they don't carry it anymore then you'll have to go to a third party source.
    Apple has to replace the newer internal batteries usually, so if your machine is more recent you'll have to go to them, also to stay under the warranty/AppleCare.

  • Best way to look for missing sequencial numbers in infocube?

    I'm looking for some ideas on the best way to do the following:
    The characteristic transaction number is in a cube by day, store, and register.  I need to ensure there isn't a missing transaction number across days...
    Example:
    5/16        Store:  5     Register: 1       Txn:  12345
    5/16        Store:  5     Register: 1       Txn:  12346
    5/17        Store:  5     Register: 1       Txn:  12348
    (So in the example above txn 12347 is missing.)
    We are talking about 300,000 transactions per day
    First Idea:
    I was thinking about using an infopackage to extract the 2 days from the cube(600,000 records) and I could use ABAP in the start routine to figure out if there is a missing txn.  Would that work?  I vaguely remember something about a start routine only having access to a package, not the whole dataset.
    Second Idea:
    Is there a way to have a query get the last txn # from previous day and the first txn # from the current day?  Then I could use a workbook with VBA to figure out the missing txns.
    5/16        Store:  5     Register: 1       Txn:  12346
    5/17        Store:  5     Register: 1       Txn:  12348
    5/16        Store:  5     Register: 2       Txn:  67890
    5/17        Store:  5     Register: 2       Txn:  67891
    5/16        Store:  6     Register: 1       Txn:  45678
    5/17        Store:  6     Register: 1       Txn:  45679
    (This would be 1500 records since we have 150 stores, 5 registers each, for 2 days.  150 * 5 * 2)
    Any other thoughts, ideas, or comments?
    Thanks,
    Chris

    Not sure if the following method is the most intelligent,  but worth a try if you have no better way...
    1) Create a query with required variables (like Register, Calendar Day etc) placed in the free characteristics and the Txn Number placed in the rows. If the Txn number is a characteristic, from the properties, choose SORT ASCENDING. Else you can use listcube t-code and sort the output in the ascending order, then save  the list as a local file (excel sheet) onto the desktop.
    2) Create a separate Excel file with the transaction numbers in ascending order (assuming that you know the txn number range for those days in the period of interest). This is very easy to do in Excel especially since they will be in order (type 1 txn and drag it downwards which will increase the number serially).
    3) Now that you have two files (first one is the as-is records and  the second one ideal records) compare these two files using a software like <a href="http://www.scootersoftware.com/beycomp_062808.exe">Beyond Compare</a>. I have used this software before and found it to be useful.
    Not sure if this helps, but good luck!

  • About:home comes up on my browser - how do I get rid of this? I cannot find the place to look for Internet Options so I can change my homepage - where is this on the new firefox? Thank you

    I have a new computer - it has windows 7 and I have your latest mozilla firefox running. about:home is the opening URL and I know this is not good. But when I looked for the tab to find Internet Options(like I had on my last computer) I can't find it anywhere! I used to use that to change my homepage - that got rid of the about:home before. So now, what should I do? Where is the Internet Options tab? I did try to use the control panel to switch my homepage, but it only switched my Internet Explorer browser homepage, even though it is not my default browser. Thank you.

    http://support.mozilla.com/en-US/kb/How+to+set+the+home+page

  • Where to Look for Cause of Freeze?

    Hi,
    G5 for 3 years; rock solid. Don't recall installing anything unusual (other than Apple SW updates) but twice now in the last week I have retunred to the system after being at work to find screen turned off and fans at full pelt. In the early days when I had a couple of kernel panics I knew where to look for the logs. I havce investigated every log (from System Profiler) for both of these "meltdowns" but can't find any reference at all.
    How do I go about pinpointing the cause?
    David
    PS: Apologies in advance - cross posting in OSX and G5 because I don't know which is the most relevant?

    Just to answer my own question. Found this in system log, and these are the last entries before the reboot:
    ================================================
    Jun 27 11:26:14 David-Thorpes-Computer ntpd[160]: time set -0.943959 s
    Jun 27 11:31:47 David-Thorpes-Computer kernel[0]: FireWire (OHCI) TI ID 8025 PCI: 352 bus resets in last minute.
    Jun 27 11:34:59 David-Thorpes-Computer kernel[0]: FireWire (OHCI) TI ID 8025 PCI: 344 bus resets in last minute.
    Jun 27 11:38:11 David-Thorpes-Computer kernel[0]: FireWire (OHCI) TI ID 8025 PCI: 351 bus resets in last minute.
    Jun 27 11:41:23 David-Thorpes-Computer kernel[0]: FireWire (OHCI) TI ID 8025 PCI: 341 bus resets in last minute.
    Jun 27 11:44:35 David-Thorpes-Computer kernel[0]: FireWire (OHCI) TI ID 8025 PCI: 356 bus resets in last minute.
    Jun 27 11:47:47 David-Thorpes-Computer kernel[0]: FireWire (OHCI) TI ID 8025 PCI: 352 bus resets in last minute.
    Jun 27 11:48:19 David-Thorpes-Computer kernel[0]: Bad SelfID packet 4: 0x0 != 0xffffffff!
    Jun 27 11:50:59 David-Thorpes-Computer kernel[0]: FireWire (OHCI) TI ID 8025 PCI: 362 bus resets in last minute.
    Jun 27 11:54:11 David-Thorpes-Computer kernel[0]: FireWire (OHCI) TI ID 8025 PCI: 356 bus resets in last minute.
    Jun 27 11:57:23 David-Thorpes-Computer kernel[0]: FireWire (OHCI) TI ID 8025 PCI: 361 bus resets in last minute.
    Jun 27 12:00:35 David-Thorpes-Computer kernel[0]: FireWire (OHCI) TI ID 8025 PCI: 363 bus resets in last minute.
    Jun 27 12:03:47 David-Thorpes-Computer kernel[0]: FireWire (OHCI) TI ID 8025 PCI: 362 bus resets in last minute.
    Jun 27 12:06:59 David-Thorpes-Computer kernel[0]: FireWire (OHCI) TI ID 8025 PCI: 356 bus resets in last minute.
    Jun 27 12:10:11 David-Thorpes-Computer kernel[0]: FireWire (OHCI) TI ID 8025 PCI: 356 bus resets in last minute.
    Jun 27 12:13:23 David-Thorpes-Computer kernel[0]: FireWire (OHCI) TI ID 8025 PCI: 353 bus resets in last minute.
    Jun 27 12:16:35 David-Thorpes-Computer kernel[0]: FireWire (OHCI) TI ID 8025 PCI: 359 bus resets in last minute.
    Jun 27 12:19:47 David-Thorpes-Computer kernel[0]: FireWire (OHCI) TI ID 8025 PCI: 362 bus resets in last minute.
    Jun 27 12:22:59 David-Thorpes-Computer kernel[0]: FireWire (OHCI) TI ID 8025 PCI: 364 bus resets in last minute.
    Jun 27 12:26:11 David-Thorpes-Computer kernel[0]: FireWire (OHCI) TI ID 8025 PCI: 363 bus resets in last minute.
    Jun 27 12:29:23 David-Thorpes-Computer kernel[0]: FireWire (OHCI) TI ID 8025 PCI: 365 bus resets in last minute.
    Jun 27 12:32:35 David-Thorpes-Computer kernel[0]: FireWire (OHCI) TI ID 8025 PCI: 366 bus resets in last minute.
    Jun 27 12:35:47 David-Thorpes-Computer kernel[0]: FireWire (OHCI) TI ID 8025 PCI: 368 bus resets in last minute.
    Jun 27 12:38:59 David-Thorpes-Computer kernel[0]: FireWire (OHCI) TI ID 8025 PCI: 359 bus resets in last minute.
    Jun 27 12:42:11 David-Thorpes-Computer kernel[0]: FireWire (OHCI) TI ID 8025 PCI: 359 bus resets in last minute.
    Jun 27 12:45:23 David-Thorpes-Computer kernel[0]: FireWire (OHCI) TI ID 8025 PCI: 363 bus resets in last minute.
    Jun 27 12:48:35 David-Thorpes-Computer kernel[0]: FireWire (OHCI) TI ID 8025 PCI: 360 bus resets in last minute.
    Jun 27 12:51:47 David-Thorpes-Computer kernel[0]: FireWire (OHCI) TI ID 8025 PCI: 360 bus resets in last minute.
    Jun 27 12:54:59 David-Thorpes-Computer kernel[0]: FireWire (OHCI) TI ID 8025 PCI: 358 bus resets in last minute.
    Jun 27 12:58:11 David-Thorpes-Computer kernel[0]: FireWire (OHCI) TI ID 8025 PCI: 366 bus resets in last minute.
    Jun 27 13:01:23 David-Thorpes-Computer kernel[0]: FireWire (OHCI) TI ID 8025 PCI: 357 bus resets in last minute.
    Jun 27 13:04:35 David-Thorpes-Computer kernel[0]: FireWire (OHCI) TI ID 8025 PCI: 366 bus resets in last minute.
    Jun 27 13:07:47 David-Thorpes-Computer kernel[0]: FireWire (OHCI) TI ID 8025 PCI: 364 bus resets in last minute.
    Jun 27 13:10:59 David-Thorpes-Computer kernel[0]: FireWire (OHCI) TI ID 8025 PCI: 355 bus resets in last minute.
    Jun 27 13:14:11 David-Thorpes-Computer kernel[0]: FireWire (OHCI) TI ID 8025 PCI: 364 bus resets in last minute.
    Jun 27 13:17:23 David-Thorpes-Computer kernel[0]: FireWire (OHCI) TI ID 8025 PCI: 364 bus resets in last minute.
    Jun 27 13:20:35 David-Thorpes-Computer kernel[0]: FireWire (OHCI) TI ID 8025 PCI: 360 bus resets in last minute.
    Jun 27 13:23:47 David-Thorpes-Computer kernel[0]: FireWire (OHCI) TI ID 8025 PCI: 368 bus resets in last minute.
    Jun 27 13:26:59 David-Thorpes-Computer kernel[0]: FireWire (OHCI) TI ID 8025 PCI: 363 bus resets in last minute.
    Jun 27 13:30:11 David-Thorpes-Computer kernel[0]: FireWire (OHCI) TI ID 8025 PCI: 355 bus resets in last minute.
    Jun 27 13:33:23 David-Thorpes-Computer kernel[0]: FireWire (OHCI) TI ID 8025 PCI: 359 bus resets in last minute.
    Jun 27 13:36:35 David-Thorpes-Computer kernel[0]: FireWire (OHCI) TI ID 8025 PCI: 357 bus resets in last minute.
    Jun 27 13:39:47 David-Thorpes-Computer kernel[0]: FireWire (OHCI) TI ID 8025 PCI: 361 bus resets in last minute.
    Jun 27 13:42:59 David-Thorpes-Computer kernel[0]: FireWire (OHCI) TI ID 8025 PCI: 360 bus resets in last minute.
    Jun 27 13:46:11 David-Thorpes-Computer kernel[0]: FireWire (OHCI) TI ID 8025 PCI: 367 bus resets in last minute.
    Jun 27 13:49:23 David-Thorpes-Computer kernel[0]: FireWire (OHCI) TI ID 8025 PCI: 367 bus resets in last minute.
    Jun 27 13:52:35 David-Thorpes-Computer kernel[0]: FireWire (OHCI) TI ID 8025 PCI: 363 bus resets in last minute.
    Jun 27 13:55:47 David-Thorpes-Computer kernel[0]: FireWire (OHCI) TI ID 8025 PCI: 362 bus resets in last minute.
    Jun 27 13:58:59 David-Thorpes-Computer kernel[0]: FireWire (OHCI) TI ID 8025 PCI: 360 bus resets in last minute.
    Jun 27 14:02:11 David-Thorpes-Computer kernel[0]: FireWire (OHCI) TI ID 8025 PCI: 356 bus resets in last minute.
    Jun 27 14:05:23 David-Thorpes-Computer kernel[0]: FireWire (OHCI) TI ID 8025 PCI: 364 bus resets in last minute.
    Jun 27 14:08:35 David-Thorpes-Computer kernel[0]: FireWire (OHCI) TI ID 8025 PCI: 360 bus resets in last minute.
    Jun 27 14:11:47 David-Thorpes-Computer kernel[0]: FireWire (OHCI) TI ID 8025 PCI: 353 bus resets in last minute.
    Jun 27 14:14:59 David-Thorpes-Computer kernel[0]: FireWire (OHCI) TI ID 8025 PCI: 356 bus resets in last minute.
    Jun 27 14:18:11 David-Thorpes-Computer kernel[0]: FireWire (OHCI) TI ID 8025 PCI: 363 bus resets in last minute.
    Jun 27 14:21:23 David-Thorpes-Computer kernel[0]: FireWire (OHCI) TI ID 8025 PCI: 367 bus resets in last minute.
    Jun 27 14:24:35 David-Thorpes-Computer kernel[0]: FireWire (OHCI) TI ID 8025 PCI: 367 bus resets in last minute.
    Jun 27 14:27:47 David-Thorpes-Computer kernel[0]: FireWire (OHCI) TI ID 8025 PCI: 363 bus resets in last minute.
    =============================================
    Now, a couple of weeks ago I installaed a Lacie PCI Firewire 800 card and attached three Lacie FW 800 drives (previously these were all daisy-chained off the one FW 800 port on the G5 and have worked without issue for two to three years).
    Could these messages be a cause of the crash? Anybody know what they might mean?
    David

  • Mac server hangs every few days. where to look for cause?

    I have a Mac server that hangs every few days and requires a hard reboot.
    It is run headless so we have no screen feed back of what is happening when it hangs.
    It is possible that just the network communications fail. But it is in software because a reboot restores the situation everytime.
    I could use some advice on where to look for possible causes: which logs, or dumps that are produced by the system.
    Thanks

    These instructions must be carried out as an administrator.
    Launch the Console application.
    Step 1
    For this step, the title of the Console window should be All Messages. If it isn't, select
              SYSTEM LOG QUERIES ▹ All Messages
    from the log list on the left. If you don't see that list, select
              View ▹ Show Log List
    from the menu bar at the top of the screen.
    In the top right corner of the Console window, there's a search box labeled Filter. Initially the words "String Matching" are shown in that box. Enter "BOOT_TIME" (without the quotes.)
    Each message in the log begins with the date and time when it was entered. Note the timestamps of the BOOT_TIME log messages, which refer to the times when the system was started. Now clear the search box and scroll back in the log to the last boot time when you had the problem. Select the messages logged before the boot, during the time something abnormal was happening. Copy them to the Clipboard by pressing the key combination command-C. Paste into a reply to this message by pressing command-V.
    For example, if the system was unresponsive or was failing to shut down for three minutes before you forced a restart, post the messages timestamped within three minutes before the boot time, not after. Please include the BOOT_TIME message at the end of the log extract—not at the beginning.
    If there are long runs of repeated messages, please post only one example of each. Don’t post many repetitions of the same message.
    ☞ When posting a log extract, be selective. A few dozen lines are almost always more than enough.
    ☞ Some private information, such as your name, may appear in the log. Anonymize before posting.
    Please don't indiscriminately dump thousands of lines from the log into this discussion.
    Please don't post screenshots of log messages—post the text.
    Step 2
    In the Console window, select
              DIAGNOSTIC AND USAGE INFORMATION ▹ System Diagnostic Reports
    (not Diagnostic and Usage Messages) from the log list on the left. If you don't see that list, select
              View ▹ Show Log List
    from the menu bar.
    There is a disclosure triangle to the left of the list item. If the triangle is pointing to the right, click it so that it points down. You'll see a list of reports. A crash report has a name that begins with the name of the crashed process and ends in ".crash". A panic report has a name that begins with "Kernel" and ends in ".panic". A shutdown stall report has a name that ends in ".shutdownstall". Select the most recent of each, if any. The contents of the report will appear on the right. Use copy and paste to post the entire contents—the text, not a screenshot. It's possible that none of these reports exists.
    I know the report is long, maybe several hundred lines. Please post all of it anyway.
    ☞ If you don't see any reports listed, but you know there was a crash or panic, you may have chosen Diagnostic and Usage Messages from the log list. Choose DIAGNOSTIC AND USAGE INFORMATION instead.
    In the interest of privacy, I suggest that, before posting, you edit out the “Anonymous UUID,” a long string of letters, numbers, and dashes in the header of the report, if it’s present (it may not be.)
    ☞ Please don’t post other kinds of diagnostic report—they're very long and rarely helpful.

  • Best place to calculate for best runtimes

    Where can I find faster query calculation times for formulas ?
    BEx query ?
    Universe ?
    WEBI Query ?

    Hi,
    the best would be to put this always is the back end. In your case, as you wrote query, put it in the query.
    Regards
    -Seb.

  • HT1941 Bluetooth keyboard setup has locked up keyboard, it's looking for a wireless keyboard, none of the keys on the keyboard are functioning, I can get out of the screen, or shut down my Mac, ... anyone??

    The bluetooth keyboard setup has locked my keyboard, none of the keys are functioning, holding down the power button does nothing, I don't know how I got into wireless keyboard setup, and I don't know how to get out. Anyone?

    Hi:
    I wish my suggestion had gotten you further.
    I do suggest you try to connect the keyboard again.  The request for a number is a step in it trying to pair.  If it gets by the number, it sometimes takes a little while to get connected.  If you are unable to get it connected and want a new one, I have been using Apple Bluetooth keyboards for years - and I like them. The one I have (the newest model) only uses two batteries and is very thin. 
    Speaking of batteries, if you are not already doing so, you might consider rechargeables.  I have a drawer full of them and use a 15 minute charger.  I go tired of buying batteries and rechargeables are environmentally friendly to boot. At the moment, I use 2450 mAh Energizers and a 15 minute Energizer charger (all purchased new on eBay at a very reasonable price).
    I am far from an iPad "expert," although I have one.  If my suggestion below does not help, post your question in a separate thread in the iPad forum.
    I had a terrible time syncing my iCal on my Mac with my iPad iCal (confusing - hopefully it makes sense).  I quit using iCloud as that added to the confusion. There is a facility to one-time sync items.  When you connect your computer to your iPad, iTunes opens.  The system begins a process (automatic backup and so on). After it finishes, you can click on "info."  At the bottom of the screen, there is an advanced section.  You can select any of the items and then force it to sync. The iCal information from your computer would be deposited on the iPad. 
    After all that, I do not use a Google calendar so the information may be worthless to you.
    If you want to reset the iPad to factory settings, you can do that when it is connected to iTunes (one of the options).  Me being me, I try never to erase anything. 
    Barry
    Message was edited by: Barry Hemphill

  • About 10 kernel panics in the past 3 months - looking for cause

    Hello,
    I have tried searching extensively in the discussions.apple.com and in Google but cannot answer the question myself.  I've had quite a number of kernel panics in the past 3 months on a MacBook Pro 13" purchased new in July 2010.
    I'll post two reports below but the cause looks to be the following, which I cannot interpret:
    panic(cpu 0 caller 0x226b57): "thread_invoke: preemption_level -1, possible cause: unlocking an unlocked mutex or spinlock"@/SourceCache/xnu/xnu-1504.9.37/osfmk/kern/sched_prim.c:1471
    Can anyone explain that? 
    Unfortunately I cannot say anything about what was happening at the time of the kernel panic.  There appears to be nothing systematic from my end.  It doesn't happen all the time but frequently enough now that it is frustrating if a lot of work / apps are open.
    I have read the following http://www.thexlab.com/faqs/kernelpanics.html but it did not help me out.  I did perform a hardware test at boot up by holding down D.  Hardware test passed twice without problems.
    Thanks
    TT Mac
    Here are the details of two kernel panics:
    Recorded report #1
    Interval Since Last Panic Report:  1411800 sec
    Panics Since Last Report:          2
    Anonymous UUID:                    C9C82B3A-01D5-4BAB-8F20-DF3F6F43D0BC
    Thu May 19 19:52:10 2011
    panic(cpu 0 caller 0x226b57): "thread_invoke: preemption_level -1, possible cause: unlocking an unlocked mutex or spinlock"@/SourceCache/xnu/xnu-1504.9.37/osfmk/kern/sched_prim.c:1471
    Backtrace (CPU 0), Frame : Return Address (4 potential args on stack)
    0x7023bd68 : 0x21b510 (0x5d9514 0x7023bd9c 0x223978 0x0)
    0x7023bdb8 : 0x226b57 (0x59076c 0xffffffff 0x590704 0x226427)
    0x7023be38 : 0x22725d (0x85f73f0 0x0 0x441db210 0xffffffff)
    0x7023bea8 : 0x2272eb (0x210cea 0x0 0x0 0x85f73d4)
    0x7023bec8 : 0x211b57 (0x210cea 0x3 0x44 0x0)
    0x7023bef8 : 0x216dd9 (0x8a41204 0x3 0x44 0x0)
    0x7023bf78 : 0x295168 (0x85f4a88 0x0 0x0 0x0)
    0x7023bfc8 : 0x2a149d (0x85f4a84 0x0 0x10 0x85f4de4)
    BSD process name corresponding to current thread: configd
    Mac OS version:
    10J869
    Kernel version:
    Darwin Kernel Version 10.7.0: Sat Jan 29 15:17:16 PST 2011; root:xnu-1504.9.37~1/RELEASE_I386
    System model name: MacBookPro7,1 (Mac-F222BEC8)
    System uptime in nanoseconds: 55287471384137
    unloaded kexts:
    com.apple.driver.IOBluetoothHIDDriver          2.4.0f1 (addr 0x15a7000, size 0x53248) - last unloaded 9428940031261
    loaded kexts:
    com.cisco.nke.ipsec          2.0.1
    com.vmware.kext.vmnet          2.0.7
    com.vmware.kext.vmioplug          2.0.7
    com.vmware.kext.vmci          2.0.7
    com.vmware.kext.vmx86          2.0.7
    com.apple.filesystems.smbfs          1.6.6
    com.apple.filesystems.afpfs          9.7
    com.apple.nke.asp_tcp          5.0
    com.apple.driver.AppleHWSensor          1.9.3d0
    com.apple.filesystems.autofs          2.1.0
    com.apple.driver.AGPM          100.12.19
    com.apple.driver.AppleHDA          1.9.9f12
    com.apple.driver.AppleMikeyHIDDriver          1.2.0
    com.apple.driver.AppleMikeyDriver          1.9.9f12
    com.apple.driver.AudioAUUC          1.54
    com.apple.driver.SMCMotionSensor          3.0.0d4
    com.apple.kext.AppleSMCLMU          1.5.0d3
    com.apple.Dont_Steal_Mac_OS_X          7.0.0
    com.apple.driver.AudioIPCDriver          1.1.6
    com.apple.driver.AppleIntelPenrynProfile          17
    com.apple.driver.ACPI_SMC_PlatformPlugin          4.5.0d5
    com.apple.driver.AppleUpstreamUserClient          3.5.4
    com.apple.driver.AppleMCCSControl          1.0.17
    com.apple.driver.AppleBacklight          170.0.34
    com.apple.driver.AppleLPC          1.4.12
    com.apple.GeForce          6.2.6
    com.apple.driver.AppleUSBTCButtons          200.3.2
    com.apple.driver.AppleIRController          303.8
    com.apple.driver.AppleUSBTCKeyboard          200.3.2
    com.apple.driver.AppleUSBCardReader          2.5.8
    com.apple.iokit.SCSITaskUserClient          2.6.5
    com.apple.driver.AppleHPET          1.5
    com.apple.iokit.IOAHCIBlockStorage          1.6.3
    com.apple.iokit.AppleBCM5701Ethernet          2.3.9b6
    com.apple.driver.AppleSmartBatteryManager          160.0.0
    com.apple.driver.AirPortBrcm43224          427.36.9
    com.apple.driver.AppleFWOHCI          4.7.1
    com.apple.driver.AppleAHCIPort          2.1.5
    com.apple.driver.AppleUSBHub          4.1.7
    com.apple.driver.AppleUSBEHCI          4.1.8
    com.apple.driver.AppleUSBOHCI          4.1.5
    com.apple.BootCache          31
    com.apple.AppleFSCompression.AppleFSCompressionTypeZlib          1.0.0d1
    com.apple.driver.AppleEFINVRAM          1.4.0
    com.apple.driver.AppleRTC          1.3.1
    com.apple.driver.AppleACPIButtons          1.3.5
    com.apple.driver.AppleSMBIOS          1.6
    com.apple.driver.AppleACPIEC          1.3.5
    com.apple.driver.AppleAPIC          1.4
    com.apple.driver.AppleIntelCPUPowerManagementClient          105.13.0
    com.apple.security.sandbox          1
    com.apple.security.quarantine          0
    com.apple.nke.applicationfirewall          2.1.11
    com.apple.driver.AppleIntelCPUPowerManagement          105.13.0
    com.apple.driver.IOBluetoothHIDDriver          2.4.0f1 - last loaded 19003952150877
    com.apple.driver.DspFuncLib          1.9.9f12
    com.apple.driver.AppleProfileReadCounterAction          17
    com.apple.driver.AppleSMBusController          1.0.8d0
    com.apple.driver.AppleProfileTimestampAction          10
    com.apple.driver.AppleProfileThreadInfoAction          14
    com.apple.driver.AppleProfileRegisterStateAction          10
    com.apple.driver.AppleProfileKEventAction          10
    com.apple.driver.AppleProfileCallstackAction          20
    com.apple.iokit.IOFireWireIP          2.0.3
    com.apple.iokit.IOSurface          74.2
    com.apple.iokit.IOBluetoothSerialManager          2.4.0f1
    com.apple.iokit.IOSerialFamily          10.0.3
    com.apple.iokit.IOAudioFamily          1.8.0fc1
    com.apple.kext.OSvKernDSPLib          1.3
    com.apple.driver.AppleHDAController          1.9.9f12
    com.apple.iokit.IOHDAFamily          1.9.9f12
    com.apple.iokit.AppleProfileFamily          41
    com.apple.driver.AppleSMC          3.1.0d3
    com.apple.driver.IOPlatformPluginFamily          4.5.0d5
    com.apple.driver.AppleSMBusPCI          1.0.8d0
    com.apple.nvidia.nv50hal          6.2.6
    com.apple.NVDAResman          6.2.6
    com.apple.iokit.IONDRVSupport          2.2
    com.apple.iokit.IOGraphicsFamily          2.2
    com.apple.driver.BroadcomUSBBluetoothHCIController          2.4.0f1
    com.apple.driver.AppleUSBBluetoothHCIController          2.4.0f1
    com.apple.iokit.IOBluetoothFamily          2.4.0f1
    com.apple.driver.AppleUSBMultitouch          206.6
    com.apple.iokit.IOUSBHIDDriver          4.1.5
    com.apple.iokit.IOSCSIBlockCommandsDevice          2.6.5
    com.apple.iokit.IOUSBMassStorageClass          2.6.5
    com.apple.iokit.IOSCSIMultimediaCommandsDevice          2.6.5
    com.apple.iokit.IOBDStorageFamily          1.6
    com.apple.iokit.IODVDStorageFamily          1.6
    com.apple.iokit.IOCDStorageFamily          1.6
    com.apple.driver.AppleUSBMergeNub          4.1.8
    com.apple.driver.AppleUSBComposite          3.9.0
    com.apple.iokit.IOAHCISerialATAPI          1.2.5
    com.apple.iokit.IOSCSIArchitectureModelFamily          2.6.5
    com.apple.driver.XsanFilter          402.1
    com.apple.iokit.IO80211Family          314.1.1
    com.apple.iokit.IOFireWireFamily          4.2.6
    com.apple.iokit.IOAHCIFamily          2.0.4
    com.apple.iokit.IOUSBUserClient          4.1.5
    com.apple.iokit.IOUSBFamily          4.1.8
    com.apple.driver.NVSMU          2.2.7
    com.apple.iokit.IONetworkingFamily          1.10
    com.apple.driver.AppleEFIRuntime          1.4.0
    com.apple.iokit.IOHIDFamily          1.6.5
    com.apple.iokit.IOSMBusFamily          1.1
    com.apple.kext.AppleMatch          1.0.0d1
    com.apple.security.TMSafetyNet          6
    com.apple.driver.DiskImages          289
    com.apple.iokit.IOStorageFamily          1.6.2
    com.apple.driver.AppleACPIPlatform          1.3.5
    com.apple.iokit.IOPCIFamily          2.6
    com.apple.iokit.IOACPIFamily          1.3.0
    Model: MacBookPro7,1, BootROM MBP71.0039.B0B, 2 processors, Intel Core 2 Duo, 2.4 GHz, 4 GB, SMC 1.62f6
    Graphics: NVIDIA GeForce 320M, NVIDIA GeForce 320M, PCI, 256 MB
    Memory Module: global_name
    AirPort: spairport_wireless_card_type_airport_extreme (0x14E4, 0x8D), Broadcom BCM43xx 1.0 (5.10.131.36.9)
    Bluetooth: Version 2.4.0f1, 2 service, 19 devices, 1 incoming serial ports
    Network Service: Ethernet, Ethernet, en0
    Serial ATA Device: TOSHIBA MK5055GSXF, 465.76 GB
    Serial ATA Device: MATSHITADVD-R   UJ-898
    USB Device: Built-in iSight, 0x05ac  (Apple Inc.), 0x8507, 0x24600000
    USB Device: Internal Memory Card Reader, 0x05ac  (Apple Inc.), 0x8403, 0x26100000
    USB Device: BRCM2046 Hub, 0x0a5c  (Broadcom Corp.), 0x4500, 0x06600000
    USB Device: Bluetooth USB Host Controller, 0x05ac  (Apple Inc.), 0x8213, 0x06610000
    USB Device: IR Receiver, 0x05ac  (Apple Inc.), 0x8242, 0x06500000
    USB Device: Apple Internal Keyboard / Trackpad, 0x05ac  (Apple Inc.), 0x0236, 0x06300000
    Recorded report #2
    Interval Since Last Panic Report:  784291 sec
    Panics Since Last Report:          1
    Anonymous UUID:                    C9C82B3A-01D5-4BAB-8F20-DF3F6F43D0BC
    Sat Jun 11 13:35:34 2011
    panic(cpu 1 caller 0x226b57): "thread_invoke: preemption_level -1, possible cause: unlocking an unlocked mutex or spinlock"@/SourceCache/xnu/xnu-1504.9.37/osfmk/kern/sched_prim.c:1471
    Backtrace (CPU 1), Frame : Return Address (4 potential args on stack)
    0x57183c08 : 0x21b510 (0x5d9514 0x57183c3c 0x223978 0x0)
    0x57183c58 : 0x226b57 (0x59076c 0xffffffff 0x590704 0x226427)
    0x57183cd8 : 0x22725d (0x114ee01c 0x239a3cac 0xffffffff 0x6)
    0x57183d48 : 0x2272eb (0x48eeb0 0x0 0x0 0x2a358d)
    0x57183d68 : 0x48ecb8 (0x48eeb0 0x7336780 0x57183d88 0x2a358d)
    0x57183dd8 : 0x49be41 (0x0 0x0 0x49c0d5 0x0)
    0x57183ed8 : 0x49c69e (0x0 0x1 0x114ccd80 0x0)
    0x57183f78 : 0x4f6075 (0x78937e0 0x110f72e8 0x114ccd54 0x0)
    0x57183fc8 : 0x2a144d (0x110f72e4 0x0 0x10 0x6b5f044)
    BSD process name corresponding to current thread: HPIO Trap Monito
    Mac OS version:
    10J869
    Kernel version:
    Darwin Kernel Version 10.7.0: Sat Jan 29 15:17:16 PST 2011; root:xnu-1504.9.37~1/RELEASE_I386
    System model name: MacBookPro7,1 (Mac-F222BEC8)
    System uptime in nanoseconds: 17380204161250
    unloaded kexts:
    com.apple.iokit.IOFireWireSBP2          4.0.6 (addr 0x6c984000, size 0x69632) - last unloaded 16209756399007
    loaded kexts:
    com.cisco.nke.ipsec          2.0.1
    com.vmware.kext.vmnet          2.0.7
    com.vmware.kext.vmioplug          2.0.7
    com.vmware.kext.vmci          2.0.7
    com.vmware.kext.vmx86          2.0.7
    com.apple.filesystems.smbfs          1.6.6 - last loaded 15718490207854
    com.apple.driver.AppleHWSensor          1.9.3d0
    com.apple.driver.AGPM          100.12.19
    com.apple.driver.AudioAUUC          1.54
    com.apple.driver.AppleMikeyHIDDriver          1.2.0
    com.apple.driver.AppleIntelPenrynProfile          17
    com.apple.Dont_Steal_Mac_OS_X          7.0.0
    com.apple.driver.AppleUpstreamUserClient          3.5.4
    com.apple.driver.AppleMikeyDriver          1.9.9f12
    com.apple.driver.AppleHDA          1.9.9f12
    com.apple.driver.AudioIPCDriver          1.1.6
    com.apple.driver.AppleMCCSControl          1.0.17
    com.apple.driver.AppleLPC          1.4.12
    com.apple.driver.SMCMotionSensor          3.0.0d4
    com.apple.iokit.AppleBCM5701Ethernet          2.3.9b6
    com.apple.kext.AppleSMCLMU          1.5.0d3
    com.apple.GeForce          6.2.6
    com.apple.driver.AirPortBrcm43224          427.36.9
    com.apple.driver.ACPI_SMC_PlatformPlugin          4.5.0d5
    com.apple.driver.AppleBacklight          170.0.34
    com.apple.filesystems.autofs          2.1.0
    com.apple.driver.AppleUSBTCButtons          200.3.2
    com.apple.driver.AppleIRController          303.8
    com.apple.driver.AppleUSBTCKeyboard          200.3.2
    com.apple.driver.AppleUSBCardReader          2.5.8
    com.apple.iokit.SCSITaskUserClient          2.6.5
    com.apple.iokit.IOAHCIBlockStorage          1.6.3
    com.apple.BootCache          31
    com.apple.AppleFSCompression.AppleFSCompressionTypeZlib          1.0.0d1
    com.apple.driver.AppleAHCIPort          2.1.5
    com.apple.driver.AppleUSBOHCI          4.1.5
    com.apple.driver.AppleFWOHCI          4.7.1
    com.apple.driver.AppleUSBHub          4.1.7
    com.apple.driver.AppleUSBEHCI          4.1.8
    com.apple.driver.AppleEFINVRAM          1.4.0
    com.apple.driver.AppleRTC          1.3.1
    com.apple.driver.AppleHPET          1.5
    com.apple.driver.AppleSmartBatteryManager          160.0.0
    com.apple.driver.AppleACPIButtons          1.3.5
    com.apple.driver.AppleSMBIOS          1.6
    com.apple.driver.AppleACPIEC          1.3.5
    com.apple.driver.AppleAPIC          1.4
    com.apple.driver.AppleIntelCPUPowerManagementClient          105.13.0
    com.apple.security.sandbox          1
    com.apple.security.quarantine          0
    com.apple.nke.applicationfirewall          2.1.11
    com.apple.driver.AppleIntelCPUPowerManagement          105.13.0
    com.apple.driver.AppleProfileReadCounterAction          17
    com.apple.driver.AppleProfileTimestampAction          10
    com.apple.driver.AppleProfileThreadInfoAction          14
    com.apple.driver.AppleProfileRegisterStateAction          10
    com.apple.driver.AppleProfileKEventAction          10
    com.apple.driver.AppleProfileCallstackAction          20
    com.apple.iokit.IOSurface          74.2
    com.apple.iokit.IOBluetoothSerialManager          2.4.0f1
    com.apple.iokit.IOSerialFamily          10.0.3
    com.apple.driver.DspFuncLib          1.9.9f12
    com.apple.iokit.IOAudioFamily          1.8.0fc1
    com.apple.kext.OSvKernDSPLib          1.3
    com.apple.driver.AppleSMBusController          1.0.8d0
    com.apple.driver.AppleHDAController          1.9.9f12
    com.apple.iokit.IOHDAFamily          1.9.9f12
    com.apple.iokit.IOFireWireIP          2.0.3
    com.apple.iokit.AppleProfileFamily          41
    com.apple.iokit.IO80211Family          314.1.1
    com.apple.iokit.IONetworkingFamily          1.10
    com.apple.driver.NVSMU          2.2.7
    com.apple.driver.IOPlatformPluginFamily          4.5.0d5
    com.apple.driver.AppleSMBusPCI          1.0.8d0
    com.apple.nvidia.nv50hal          6.2.6
    com.apple.NVDAResman          6.2.6
    com.apple.iokit.IONDRVSupport          2.2
    com.apple.iokit.IOGraphicsFamily          2.2
    com.apple.driver.AppleSMC          3.1.0d3
    com.apple.driver.BroadcomUSBBluetoothHCIController          2.4.0f1
    com.apple.driver.AppleUSBBluetoothHCIController          2.4.0f1
    com.apple.iokit.IOBluetoothFamily          2.4.0f1
    com.apple.driver.AppleUSBMultitouch          206.6
    com.apple.iokit.IOUSBHIDDriver          4.1.5
    com.apple.iokit.IOUSBMassStorageClass          2.6.5
    com.apple.iokit.IOSCSIBlockCommandsDevice          2.6.5
    com.apple.iokit.IOSCSIMultimediaCommandsDevice          2.6.5
    com.apple.iokit.IOBDStorageFamily          1.6
    com.apple.iokit.IODVDStorageFamily          1.6
    com.apple.iokit.IOCDStorageFamily          1.6
    com.apple.driver.AppleUSBMergeNub          4.1.8
    com.apple.driver.AppleUSBComposite          3.9.0
    com.apple.driver.XsanFilter          402.1
    com.apple.iokit.IOAHCISerialATAPI          1.2.5
    com.apple.iokit.IOSCSIArchitectureModelFamily          2.6.5
    com.apple.iokit.IOAHCIFamily          2.0.4
    com.apple.iokit.IOFireWireFamily          4.2.6
    com.apple.iokit.IOUSBUserClient          4.1.5
    com.apple.iokit.IOUSBFamily          4.1.8
    com.apple.driver.AppleEFIRuntime          1.4.0
    com.apple.iokit.IOHIDFamily          1.6.5
    com.apple.iokit.IOSMBusFamily          1.1
    com.apple.security.TMSafetyNet          6
    com.apple.kext.AppleMatch          1.0.0d1
    com.apple.driver.DiskImages          289
    com.apple.iokit.IOStorageFamily          1.6.2
    com.apple.driver.AppleACPIPlatform          1.3.5
    com.apple.iokit.IOPCIFamily          2.6
    com.apple.iokit.IOACPIFamily          1.3.0
    Model: MacBookPro7,1, BootROM MBP71.0039.B0B, 2 processors, Intel Core 2 Duo, 2.4 GHz, 4 GB, SMC 1.62f6
    Graphics: NVIDIA GeForce 320M, NVIDIA GeForce 320M, PCI, 256 MB
    Memory Module: global_name
    AirPort: spairport_wireless_card_type_airport_extreme (0x14E4, 0x8D), Broadcom BCM43xx 1.0 (5.10.131.36.9)
    Bluetooth: Version 2.4.0f1, 2 service, 19 devices, 1 incoming serial ports
    Network Service: AirPort, AirPort, en1
    Serial ATA Device: TOSHIBA MK5055GSXF, 465.76 GB
    Serial ATA Device: MATSHITADVD-R   UJ-898
    USB Device: Built-in iSight, 0x05ac  (Apple Inc.), 0x8507, 0x24600000
    USB Device: Internal Memory Card Reader, 0x05ac  (Apple Inc.), 0x8403, 0x26100000
    USB Device: BRCM2046 Hub, 0x0a5c  (Broadcom Corp.), 0x4500, 0x06600000
    USB Device: Bluetooth USB Host Controller, 0x05ac  (Apple Inc.), 0x8213, 0x06610000
    USB Device: IR Receiver, 0x05ac  (Apple Inc.), 0x8242, 0x06500000
    USB Device: Apple Internal Keyboard / Trackpad, 0x05ac  (Apple Inc.), 0x0236, 0x06300000

    From http://support.apple.com/kb/HT2546 it says to include the hardware info I'm posting below.  I have looked at Technical Note TN2063 and tried to understand the KPs but it is a little beyond me.  If anyone can help by looking, and providing insight, at the two initial KPs I posted that would be very much appreciated.
    Hardware Overview:
      Model Name:          MacBook Pro
      Model Identifier:          MacBookPro7,1
      Processor Name:          Intel Core 2 Duo
      Processor Speed:          2.4 GHz
    Information about the hard drive volume that is the startup disk. <-don't see bus and device number that are asked for in the link above.  I do have the following:
    Serial-ATA:
    NVidia MCP89 AHCI:
      Vendor:          NVidia
      Product:          MCP89 AHCI
      Link Speed:          3 Gigabit
      Negotiated Link Speed:          1.5 Gigabit
      Description:          AHCI Version 1.30 Supported
    TOSHIBA MK5055GSXF:
      Capacity:          500.11 GB (500,107,862,016 bytes)
      Model:          TOSHIBA MK5055GSXF                     
      Revision:          FH405B 
      Native Command Queuing:          Yes
      Queue Depth:          32
      Removable Media:          No
      Detachable Drive:          No
      BSD Name:          disk0
      Rotational Rate:          5400
      Medium Type:          Rotational
      Partition Map Type:          GPT (GUID Partition Table)
      S.M.A.R.T. status:          Verified
    Volumes:
      Capacity:          209.7 MB (209,715,200 bytes)
      Writable:          Yes
      BSD Name:          disk0s1
    500 GB Internal:
      Capacity:          499.76 GB (499,763,888,128 bytes)
      Available:          113.14 GB (113,141,813,248 bytes)
      Writable:          Yes
      File System:          Journaled HFS+
      BSD Name:          disk0s2
      Mount Point:          /
    RAM:
    Memory Slots:
      ECC:          Disabled
    BANK 0/DIMM0:
      Size:          2 GB
      Type:          DDR3
      Speed:          1067 MHz
      Status:          OK
      Manufacturer:          0x80AD
      Part Number:          0x484D54313235533654465238432D47372020
    BANK 1/DIMM0:
      Size:          2 GB
      Type:          DDR3
      Speed:          1067 MHz
      Status:          OK
      Manufacturer:          0x80AD
      Part Number:          0x484D54313235533654465238432D47372020
    Zero third-party hardware that has been added to the computer and RAM is all Apple original.

  • MBP (Model A1211) 2.33mhz display flickers, dims.  Looking for cause

    My Macbook Pro Non-unibody (Model A1211) display has started to flicker, dim to different levels or go to black at a variety of times. It seems like a loose wire to me but that doesn't seem to explain why it might just dim at times. Also it seems to do this the worse when the machine temperature is warmer and I am moving the LCD display on its hinge.
    At first I thought the backlight was going out but now I wonder if it is the inverter or a still a loose wire. Any ideas?
    Thanks
    Bryan

    Update: I'm beginning to think isn't as much of an issue because he had a bad spell at about 120f...though I put he machine in the freezer for a couple minutes and pull it out and it seems fine so I am flustered.
    Another big point is that the BACKLIGHT is what is going out...I still can see a dim image when it the display goes out.

  • Best place to find a used iphone 4s to use with Verizon.....

    My husband would like to upgrade his cell phone to a smart phone before our contract is up.  Where is the best place to look for a used smartphone (either iphone 4s or Motorolla Razr) that can be used with Verizon? Also, does it need a sim card? Can I buy a sim card separately at a Verizon store?  Any help will be greatly appreciated!!!

    On the suggestion of a coworker (his kids are very irresponsible), I went to The Cell Phone Nerd on eBay.
    8 months into my upgrade, my BlackBerry Z10 wasn't meeting my needs and I wanted an iPhone.  Verizon was either going to charge me the full price to upgrade or have me add an extra line and data package.
    I got the 4s Direct Buy on eBay.  It was locked for Verizon Wireless.  I called *228 to activate it and had no problems with my contract.
    Let me know if you need more info.

  • Thoughts please on using Powerbook for graphics/best place to find 2nd hand

    not sure where the best place for this post was so apologies if it's in the wrong spot - I'm thinking of getting a laptop as a 2nd Mac, mainly for graphics work e.g. InDesign, Photoshop etc what are users thoughts on the Powerbook for this kind of usage and/or where is the best place to look in the UK for 2nd hand/refurbished Mac laptops?
    Thanks!

    The Aluminum line topped out at 1.67GHz in the 15" model. Combined with newer features, more RAM capacity, faster buses, brighter displays, these are a big step over the Titaniums.
    Although the MB and MBP start at 1.83GHz, which doesn't sound much faster, they have dual cores (basically two processors) and are considerably faster, depending on the apps ability to utilize those cores. Of course, you pay for that speed. If I were going to buy a Ti for anywhere near the price of an Al, I'd certainly get the Al. And if I were going to buy an Al for anywhere near the price of a MBP, no doubt I'd get the MBP.
    I think it's going to boil down to what you want to spend, with the ranges being low, medium, and high, as described above. I know that unless I was getting a terrific deal on an Al, I wouldn't even be thinking about it, I'd go MBP all the way.

  • Looking for SAP ME (SCM 750) Training Location/Participants

    Hello Community,
    Is there any location that conduct SCM750 traning? I am interested in enrolling in this training course. Since am all alone requesting this SCM750 training, SAP UK or SAP Belgium is not ready plan the training.
    But. there is a possibility to plan the training if i can manage atleast 2 candidates to enroll in this training.
    Am I in the right place to look for such candidates? If Not, am in the right place to hear some possible training locations inside Europe or India?
    Kindly reply.
    Best Regards,
    Javid Ahamed.

    Hi Javid
    The US are running this class virtually starting on 27th April so as long as you don't mind some late evenings (I assume you are based in Europe?) you could sign up to this class.  Details can be found via the link.
    Alternatively you could consider SAP Learning Hub.  For one subscription fee, you have access to all SAP Education content, you can find details about that here
    I hope that helps.
    Rob

Maybe you are looking for

  • Custom page layouts are not getting displayed in ribbon

    Hi, I have created a custom page layout under welcome category. This is getting displayed in pages library while creating a page and also in page layout option from site settings which is fine. But when a page is in edit mode if we click page->page l

  • Backup problem with LMS 3.0 on Solaris

    Hi All, I'm encountering problems with LMS 3.0 when I try to do a backup. After you hit OK on the window that says "Do you want to backup now?", an error would pop up saying: "Enter a new directory name or ask the system administrator of the Ciscowor

  • Creative Zen Mozaic: Conenctivity problems

    Good day, I'm using both Vista Home Premium and XP (with SP 3 and WMP installed). While My Zen Mozaic (8gb) works fine on Vista, it can't be connected to XP. The player itself is recognized in Device manager though it is listed under Other Devices. W

  • Old sim to new microsim

    I've just bought an iPhone 4 and need to change my old SIM to a new MicroSIM. How do I transfer all my numbers, music and photos from my old 3GS (and old SIM) to the new phone/microsim?

  • Integrating SiteMinder with OHS 11.1.2.1

    Hello, I'm trying to find out if it's possible to integrate CA SiteMinder with OHS 11.1.2.1 running on Windows 2008 64Bit? We try to do it but was unable to make it work yet. Thank you! Alex