Core 2 Duo vs. Core Duo

Hi. What is the difference between Core 2 Duo vs. Core Duo? Is one better than the other? Does one lend itself better to a HTPC application?

Core Duo is very old technology. The 1st MacBook's (in 2006) were Core Duo.
See: http://en.wikipedia.org/wiki/Intel_Core
Unlike the Intel Core, Intel Core 2 is a 64-bit processor, supporting Intel 64. Another difference
between the original Core Duo and the new Core 2 Duo is an increase in the amount of Level 2 cache.
The new Core 2 Duo has tripled the amount of on-board cache to 6 MB.

Similar Messages

  • Java Development issue/differences between Core Duo and Core 2 Duo (??)

    Hi Everyone,
    I am a Java developer that uses my 17" MBP Core Duo for all of my development. Lately, I've been trying to use both the Glassfish Application Server V2 (from Sun) and Maven 2.09 from the Apache project. I have configured identical scenarios on my MBP Core Duo and on a 15" MBP Core 2 Duo.
    The scenario involves compiling and running some webservices (at least on the Core 2 Duo) in a local development environment. Both machines use the default JDK 1.5.0_13 installed on the machine.
    On the 17" Core Duo, issuing a "mvn install" command produces the following error:
    [INFO] Compiling 1 source file to /Users/john/downloads/soabook-code-20070504/chap07/endpoint-provider/modules/en dpoint/target/classes
    [INFO] ------------------------------------------------------------------------
    [ERROR] BUILD ERROR
    [INFO] ------------------------------------------------------------------------
    [INFO] Fatal error compiling
    Embedded error: Prohibited package name: java.lang
    [INFO] ------------------------------------------------------------------------
    [INFO] For more information, run Maven with the -e switch
    [INFO] ------------------------------------------------------------------------
    [INFO] Total time: 12 seconds
    [INFO] Finished at: Fri Sep 05 07:09:06 CDT 2008
    [INFO] Final Memory: 9M/17M
    [INFO] ------------------------------------------------------------------------
    Running Maven with the "-e" switch turned on produces the following stacktrace:
    org.apache.maven.lifecycle.LifecycleExecutionException: Fatal error compiling
    at org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoals(DefaultLifecyc leExecutor.java:564)
    at org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoalWithLifecycle(De faultLifecycleExecutor.java:480)
    at org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoal(DefaultLifecycl eExecutor.java:459)
    at org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoalAndHandleFailure s(DefaultLifecycleExecutor.java:311)
    at org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeTaskSegments(Default LifecycleExecutor.java:278)
    at org.apache.maven.lifecycle.DefaultLifecycleExecutor.execute(DefaultLifecycleExe cutor.java:143)
    at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:334)
    at org.apache.maven.DefaultMaven.execute(DefaultMaven.java:125)
    at org.apache.maven.cli.MavenCli.main(MavenCli.java:280)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.ja va:25)
    at java.lang.reflect.Method.invoke(Method.java:585)
    at org.codehaus.classworlds.Launcher.launchEnhanced(Launcher.java:315)
    at org.codehaus.classworlds.Launcher.launch(Launcher.java:255)
    at org.codehaus.classworlds.Launcher.mainWithExitCode(Launcher.java:430)
    at org.codehaus.classworlds.Launcher.main(Launcher.java:375)
    Caused by: org.apache.maven.plugin.MojoExecutionException: Fatal error compiling
    at org.apache.maven.plugin.AbstractCompilerMojo.execute(AbstractCompilerMojo.java: 498)
    at org.apache.maven.plugin.CompilerMojo.execute(CompilerMojo.java:114)
    at org.apache.maven.plugin.DefaultPluginManager.executeMojo(DefaultPluginManager.j ava:443)
    at org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoals(DefaultLifecyc leExecutor.java:539)
    ... 16 more
    Caused by: java.lang.SecurityException: Prohibited package name: java.lang
    at java.lang.ClassLoader.preDefineClass(ClassLoader.java:534)
    at java.lang.ClassLoader.defineClass(ClassLoader.java:669)
    at java.security.SecureClassLoader.defineClass(SecureClassLoader.java:124)
    at java.net.URLClassLoader.defineClass(URLClassLoader.java:260)
    at java.net.URLClassLoader.access$100(URLClassLoader.java:56)
    at java.net.URLClassLoader$1.run(URLClassLoader.java:195)
    at java.security.AccessController.doPrivileged(Native Method)
    at java.net.URLClassLoader.findClass(URLClassLoader.java:188)
    at org.codehaus.plexus.compiler.javac.IsolatedClassLoader.loadClass(IsolatedClassL oader.java:56)
    at java.lang.ClassLoader.loadClassInternal(ClassLoader.java:374)
    at java.lang.ClassLoader.defineClass1(Native Method)
    at java.lang.ClassLoader.defineClass(ClassLoader.java:675)
    at java.security.SecureClassLoader.defineClass(SecureClassLoader.java:124)
    at java.net.URLClassLoader.defineClass(URLClassLoader.java:260)
    at java.net.URLClassLoader.access$100(URLClassLoader.java:56)
    at java.net.URLClassLoader$1.run(URLClassLoader.java:195)
    at java.security.AccessController.doPrivileged(Native Method)
    at java.net.URLClassLoader.findClass(URLClassLoader.java:188)
    at org.codehaus.plexus.compiler.javac.IsolatedClassLoader.loadClass(IsolatedClassL oader.java:56)
    at org.codehaus.plexus.compiler.javac.JavacCompiler.compileInProcess(JavacCompiler .java:398)
    at org.codehaus.plexus.compiler.javac.JavacCompiler.compile(JavacCompiler.java:141 )
    at org.apache.maven.plugin.AbstractCompilerMojo.execute(AbstractCompilerMojo.java: 493)
    However, the exact same software setup on the Core 2 Duo produces this result (which I would expect on the Core Duo):
    [INFO] Installing /Users/john/Downloads/soabook-code-20070504/chap07/endpoint-provider/pom.xml to /Users/mjhart/.m2/repository/soabook/chap07-endpoint-provider/1.0/chap07-endpoi nt-provider-1.0.pom
    [INFO]
    [INFO]
    [INFO] ------------------------------------------------------------------------
    [INFO] Reactor Summary:
    [INFO] ------------------------------------------------------------------------
    [INFO] CHAP07-ENDPOINT-PROVIDER-WSDL2JAVA .................... SUCCESS [1:35.885s]
    [INFO] CHAP07-ENDPOINT-PROVIDER-ENDPOINT ..................... SUCCESS [7.221s]
    [INFO] CHAP07-ENDPOINT-PROVIDER-CLIENT ....................... SUCCESS [16.525s]
    [INFO] CHAP07-ENDPOINT-PROVIDER .............................. SUCCESS [1.597s]
    [INFO] ------------------------------------------------------------------------
    [INFO] ------------------------------------------------------------------------
    [INFO] BUILD SUCCESSFUL
    [INFO] ------------------------------------------------------------------------
    [INFO] Total time: 2 minutes 1 second
    [INFO] Finished at: Fri Sep 05 07:07:23 CDT 2008
    [INFO] Final Memory: 16M/30M
    [INFO] ------------------------------------------------------------------------
    I have installed the same software versions and have the same configuration on a Windows desktop running XP SP2 and get the same successful result.
    Is this an issue between the Core Duo and Core 2 Duo? I can't see that it is since I don't believe the hardware influences the software to that degree. However, I am at a loss for what is causing the issue and the Apache Maven list insists that there are developers that are using Maven successfully on OS X.
    I really need to get past this issue, but I am at a loss. Please help.
    Thanks,
    John

    Have you repaired permissions? (/Applications/Utilities/Disk Utility.app)
    Are you sure you're using JDK 5? (Applications/Utilities/Java/Java Preferences.app or output of $ javac -version)
    --greg

  • Please verify core duo vs. core 2 duo speed comparison

    Hi,
    I was looking for RAM to upgrade my MacBook CoreDuo 512mb to 2gb, and found this:
    http://eshop.macsales.com/Reviews/MacBook/Testing/Memory_Benchmarks
    If you go down, there is performance comparisons b/t core duo and core 2 duo, and between different size of rams. I am looking at photoshop result. Notice C2D 1gb is FASTER than CD 2gb.
    Since I will be using Photo Editing Apps. to process RAW files, speed is my primary concern. Could you please verify this data? If this is true, I am going to consider selling my current MB and getting a new one with C2D.
    Thanks!

    Performance comparisons vary from tests to tests. And even if you test the same machine 10 times, you will get 10 different results. But from looking at the data, it seems though that the differences are very minute.
    Selling your CD MB to get a C2D MB would not be a smart investment for that small improvement in performance, but the decision is up to you. If you decide to upgrade since speed is your primary concern, why not opt for Macbook Pro?

  • 2006 Macbook Pro 17 inch duo 2 core backlight keyboard not working

    I have a Macbook Pro 17 inch model MA611 L/A 2.33 duo 2 core.  I recently had to change the hard drive and when I put everything back, the backlit keyboard is not coming on.  I have reseted the SMC, downloaded labtick, and can see F9 and F10 light up and down setting on the keyboard.
    It's not coming on.  I double check to make sure that the keyboard ribbon is on securely.  The keyboard is working as I am typing this post on it.
    Nothing seems to be a problem other than the backlit keyboard not coming on.  Is it possible that the LED light is broken even though everything on the keyboard works normally?
    Am I missing something?  Anyone have experience like this? 
    Any help or clues would be appreciated.  It is really bothering me and is annoying not having this feature at night.

    A Core Solo or Core Duo Mac can go to Mac OS X 10.6.8. A Core 2 Duo or better can go to Mac OS X 10.7.2.
    (63169)

  • Intel Core 2 Duo or Core Duo???

    Greetings! I have a 17" MacBook Pro that I purchased last August 2006. How can I tell if it has the Intel Core 2 Duo or Core Duo processor?? Apparently, there is a difference in the maximum memory that can be installed: 3 GB for the Core 2 Duo and only 2 GB for the Core Duo. Any know how to determine the processor type?
    Thanks & God Bless!
    Rick

    i was only half serious about the rumour sites thing.. actually you're the perfect example of someone that has the right attitude to making a computer purchase. you understand that all manufacturers including apple aren't about to start yelling from the rooftops that a machine will be replaced with a faster one coming up in a couple of weeks. it just makes no sense to freeze the sales of the current machine prematurely, and people know they can always pick up remaining stock of the outgoing model at a reduced price after the new one is announced. you've also stated that while the new machines seem a little faster (well duh what's new under the sun?), you're happy with the performance of the one you have, and it does what you need it to do.
    I think it's only ever a good idea to keep the most casual eye on the rumour sites, just to get an inkling of any possible new developments. but it's pretty much a dumb idea to base your shopping on what they say. in my case, I waited for the core 2 duo machine because I happened to be looking to buy one literally just when is started making the tech news that the core 2 duo chips for laptops were making their way into machines, and some PC laptops were already shipping with them. it seemed the sensible thing to do to wait a couple of weeks before placing my order, and I was in a position where I could wait anyway. i also knew that I'd be waiting at least a couple of weeks if not more for any machine I ordered to be shipped because I was always going to order a custom configuration anyway. so in my case it paid off.
    but I read a lot of people putting off buying a machine for frankly silly reasons, fed by the rumour sites. a lot of audio pro logic users (like myself) are fixated on the idea of waiting for the next generation intel portable chips because of a combination of some kind of power **** fed by the rumour sites. and also a lot of them are also PC users, and so they are terrified that whatever they buy now might be a bad choice because leopard is around the corner and it might change the ballgame, causing problems with machines bought earlier.. it can all be quite misleading and make you wait without a machine for no good reason. and then when you look at the intel info on what the next series of C2D chips will be, it's only a speed bump to 2.4Ghz above the 2.33 that it currently tops out at. I'm sure there are other enhancements too, but it's hardly earth-shattering. and then on top of that, there's just no way that leopard is going to have any issues at all, esp compared to vista, with recent machines, and probably not even much older ones too. in fact, sometimes it's a bad idea to buy a machine that comes pre-installed with the latest OSX because it has been the case in the past that the firmware on these machines doesn't allow them to retrograde to work with a previous OS version. this can be a big issue for some users! for example if you are an audio pro, and you use digidesign hardware, they are notorious for taking a long time to release drivers for new OS versions, and not only that, their previous drivers often just won't work at all with newer OS's until they release their newest driver, unlike other manufacturers whose drivers often survive the transition without requiring an update just to stay functional. so in cases like this, listening to the rumours too much and holding off on buying can actually be totally the wrong thing to do.
    anyway, I've just had a little rant haven't I? glad you're happy with your machine, and for anyone else reading, I hope I've given a little perspective on the matter.

  • Need advice Imac G5 Intel Duo 2 Core 2ghz will not power up DEAD

    Hi all. Hoping for some friendly advice. I have an Imac G" Intel Duo 2 Core about a year old or so. My adult son was using it. Never a single issue and a very mild user. He reformatted it the other night and turned it over to me because he got a new one. I'm thrilled since I'm still using my G4 733 I've been faithfully keeping in operation since April 2001 with almost no issues. The only thing I have done is allow it to auto update everything the night before last. It's set to sleep the screen after an hour and the whole thing about 2 hours. Been working fine and just touch the keyboard and back to life.
    Well this afternoon went back to take some more tutorials and it's just dead. As if it had gone to sleep but no amount of button pressing helped. Unplugged everything on USB, firewire. Using apple bluetooth KB and mouse that came with it. Both had new batteries as of other night. Left power cable loose for 10-15 minutes and no help. Held the single power button for long periods, tried holding it while plugging in to wall, tried other wall outlets. Wiggled chord to see if flakey... read articles on resetting some macs but nothing helped so far.
    Thanks
    LB

    Well update I did finally get it to come on after a couple hours of coming back and fiddling. In efforts to fix it I looked up the number on the stand and it looks to be made mid 2007 which means likely no warranty.
    I popped out the memory under the little bottom edge cover and dusted off some of the woolies. Didn't help but I blew into the round fan vent on the rear and a good bit of dust even came out the top edge vent. Looks like my son gathered some dust in this thing.
    Still thought it would not come on but pressed again and suddenly it's ON and working but the cooling fan seems to be stuck on fast mode. I can't see any way this thing is having heat problems in my office which is a little warm but not hot.
    So likely will take into service to clean and dust it out etc and maybe this fan will begin running right. This iMac has never given one ounce of trouble either. I'm posting this using the iMac
    Any additional advice appreciated,

  • Can I get iCloud if I use a MacBookPro with Intel Core Duo (not Core 2). I can't upgrade from 10.6.8 to 10.7 without a Core 2.

    Can I get iCloud if I use a MacBookPro with Intel Core Duo (not Core 2)? I can't upgrade from 10.6.8 to 10.7 without a Core 2.

    Lion (10.7.x) needs Core2Duo.

  • Going From G4s to Duo 2 Core Questions

    I'm going from 2 G4's to Duo 2 Cores (shipment to arrive early next week). Three questions to those who have already done it, to avoid problems:
    1) I will import my data from the G4s to the new Macs via Target Disk Mode (no Migration to avoid bringing something over that might muck up the works).
    Which computer should I boot into Target Disk Mode - the source (G4) or destination (Duo 2 Core)?
    Should I boot into Target Disk Mode and then firewire connect, or firewire connect and then boot into TDM?
    2) I currently use Office X (Word and Entourage) as my data staple; am upgrading with the purchase of the Duo 2 Cores to Office 2004.
    How do I get my Office X Word and Entourage preferences (Normal Template; Address Book, etc) into Office 2004 once 2004 is loaded? Should I install the 2004 appliication onto the Duo 2 Cores, then copy over my Microsoft User Date from Office X (from the G4's to the new computers), then launch Office 2004 on the new computers and somehow import my prefernces; if so, how? If not, what's the best procedure?
    3) I use Firefox as my main browser. I do a lot of public records research. Most public records are in PDF format. I currently use the PDF Browser Plug-in (private edition) for viewing. Is that a safe option for Intel Macs? If not, any alternatives suggested?
    Lots of questions, but thanks in advance for any input and assistance!
    Any other suggestions on a smooth transition will also be most appreciated!
    Again - Thanks and Cheers!
    iMac Flat Panel Mac OS X (10.4.8)
    iMac CDRW

    1) I connected my new MacBook to my turned of PowerBook while the MacBook was on. Then I turned on the PowerBook booting into FireWire Target Disk Mode. BTW, I copied Library folder from my PowerBook onto the MacBook's desktop. The rest I just copied directly into my new MacBook personal directory. IOW I opened up both Document folders and copied from PowerBook to MacBook. I was more careful about what I copied from the old Library folder and I did just a little at a time so if trouble developed I could remember what I'd just copied in and remove it. This minimized the number of programs I had to reserialize and configure.
    2) This is a good question - I bought MacOffice and used it with the PowerBook. I don't remember the process of moving in - whether it was done automatically or whether I was prompted for where to import files from. I just remember it being pretty painless. Perhaps the safest method would be to install Office on the old G4 first and get it all sorted out there first.
    3) There's an Intel updated version of the plug-in available - I'm using it.

  • Restore Core Duo to Core 2 Duo?

    Can I clone the drive on a Core Duo machine, and, then restore onto a Core 2 DUo and expect all to be fine?
    Can I do the opposite, Core @ Duo to Core Duo?
    I need to swap 2 machine, one a Core 2 Duo, and, one a Core Duo. MUST I install the OS and load all the software again, or, can I just move the drives around in essence by cloning?

    The key to safely and reliably booting a computer from the installation of another computer is how closely the two match. It wouldn't be a good idea to clone a MacBook's drive and use it to book a MacPro. But the difference between your two minis is almost negligible. Go ahead - if over the course of a week or two you find the computer is unstable, you can always perform an archive and install.
    Of course since you are talking about cloning, you could also just use the Migration Assistant to move your programs and data to the newer computer.

  • Can i upgade from core duo to core 2 duo

    can i upgade from core duo to core 2 duo

    only buy purchasing a mac that has a core 2 duo, you can not make that upgrade on your current mac.

  • Core 2 Duo VS Core i5

    Hi,
    regarding to the spec Core 2 Duo VS Core i5 from a MBP, do it really a Huge Differences while using the Logic Pro 9?

    spheric wrote:
    Scorpii wrote:
    hi spheric. 32nm will run faster because the distance is less. 4 real cores [iMacs i7] should perform better than 2 real core [laptops chips]
    Thanks for the clarification - I was obviously misunderstanding you.
    Yes, the desktop chips are faster due to being quad-core - but getting a quad-core 32nm laptop chip should be faster still.
    Unfortunately, there aren't any yet, AFAIK.
    ..and there are unlikely to ever be, not in this series of CPU in any case. The problem is heat dissipation and power consumption, neither of which are anywhere near a match for what Apple is aiming at with its notebooks. However, AFAIK, you can already buy notebooks from other vendors (can't remember where I read this, CNET?) which do use the physical quad version of the core series CPU that Apple only use in the iMacs. So, you can get a 'real' quad core notebook of some kind, however it won't have anywhere near the battery life of the MBPs (who cares?), and will be in a much less slim case with probably a lot more fan noise, to deal with the heat. Also, it will only, ahem, officially run Windows or Linux or whatever. Officially.
    But don't rule out HT! I know I am a bleedin broken record on this topic, but when it's used on the mobile i5/i7, it really does just present itself to the software like it's a real quad core and it really does make a difference. Not on the same order as having totally discreet cores, but it does simply work as if it was and the difference is palpable. The ProTools tests I did in that other discussion really shows it in action. When PT sends work to 4 cores (on the desktop version of the i7), it can run a good whack more plug ins than when it just has 2 cores available to it. It's a pity that Logic seems to be currently ignoring it, but on the measure I demonstrated with PT, it looks like an 'almost' quad mobile CPU is actually a pretty decent tradeoff for a notebook system for the time being, at least for every other app except Logic..
    I'm sure future generations of Intel hardware will probably eventually get more discreet physical cores into a mobile CPU that Apple will be happy to use. In fact I found some articles via a google search that suggested the generation of CPUs coming sometime in 2011/2012 will be able to get power consumption and heat down to do just that. But for now, HT is a very reasonable substitute. The other day I was able to easily get about 35 more reverb plug ins to run live on the mobile i7 than I could on my Core 2 Duo and I saw HT working right before my eyes, distributing the work across 4 cores in Activity Monitor. So it's clear that HT can make a significant difference if it's used, even if it will always be a bit less than having a real quad core.
    I'd say the next generation of Apple notebooks will be when the number of physical cores gets upped. For now, they won't just shoe-horn a desktop CPU into their sleek notebooks and throw out all of the battery life and slim design principles. But other manufacturers have chosen right now to do this in notebooks, even given the extra heat and power consumption, so there are alternatives out there.. I think Dell and Alienware do notebooks using a desktop i7 (ie, with 4 full cores), but from what I saw I think they chose a lower clocked one so the things don't last 5 minutes on battery and melt down after one hour of use.

  • New iMac w. Intel Duo 2 Core - Apple Applications keep crashing

    Any ideas what gives? I'm new to iMac and so far the experience has not been good ... the Apple applications (i* apps, safari, mail, dashboard, finder, even system preferences!) keep crashing hard with kernel exceptions. I haven't installed anything other than Apple software, so I don't know what gives. Looking for suggestions/help on what this could be. Here's a sample dump below when I was trying to use address book:
    Date/Time: 2006-09-24 15:13:59.773 -0600
    OS Version: 10.4.7 (Build 8K1106)
    Report Version: 4
    Command: Address Book
    Path: /Applications/Address Book.app/Contents/MacOS/Address Book
    Parent: WindowServer [56]
    Version: 4.0.4 (485.1)
    Build Version: 113
    Project Name: AddressBook
    Source Version: 4850100
    PID: 774
    Thread: 0
    Exception: EXCBADACCESS (0x0001)
    Codes: KERNPROTECTIONFAILURE (0x0002) at 0x00000020
    Thread 0 Crashed:
    0 libobjc.A.dylib 0x90a554c0 objc_msgSend + 16
    1 ...apple.AddressBook.framework 0x9476206e -[ABInputController setDisplayedCard:withHistory:] + 1319
    2 ...apple.AddressBook.framework 0x9479dc04 -[ABInputController setDisplayedCard:] + 48
    3 com.apple.Foundation 0x9261b207 nsnotecallback + 230
    4 com.apple.CoreFoundation 0x9085ec52 __CFXNotificationHandleMessage + 375
    5 com.apple.CoreFoundation 0x9085ea5a __CFXNotificationReceiveFromServer + 173
    6 com.apple.CoreFoundation 0x9083a3c5 __CFMachPortPerform + 136
    7 com.apple.CoreFoundation 0x9082a66d CFRunLoopRunSpecific + 2904
    8 com.apple.CoreFoundation 0x90829b0e CFRunLoopRunInMode + 61
    9 com.apple.HIToolbox 0x92e05bef RunCurrentEventLoopInMode + 285
    10 com.apple.HIToolbox 0x92e052fd ReceiveNextEventCommon + 385
    11 com.apple.HIToolbox 0x92e05154 BlockUntilNextEventMatchingListInMode + 81
    12 com.apple.AppKit 0x9328b465 _DPSNextEvent + 572
    13 com.apple.AppKit 0x9328b056 -[NSApplication nextEventMatchingMask:untilDate:inMode:dequeue:] + 137
    14 com.apple.AppKit 0x93284ddb -[NSApplication run] + 512
    15 com.apple.AppKit 0x93278d2f NSApplicationMain + 573
    16 com.apple.AddressBook 0x0000853c 0x1000 + 30012
    17 com.apple.AddressBook 0x00008392 0x1000 + 29586
    18 com.apple.AddressBook 0x000099c9 0x1000 + 35273
    Thread 1:
    0 libSystem.B.dylib 0x90024e47 semaphorewait_signaltrap + 7
    1 com.apple.Foundation 0x926792f8 -[NSConditionLock lockWhenCondition:] + 39
    2 com.apple.AppKit 0x93362270 -[NSUIHeartBeat _heartBeatThread:] + 377
    3 com.apple.Foundation 0x9262336c forkThreadForFunction + 123
    4 libSystem.B.dylib 0x900247a7 pthreadbody + 84
    Thread 2:
    0 libSystem.B.dylib 0x90049467 semaphoretimedwait_signaltrap + 7
    1 ...apple.AddressBook.framework 0x9476d083 -[ABCertController workLoop] + 206
    2 com.apple.Foundation 0x9262336c forkThreadForFunction + 123
    3 libSystem.B.dylib 0x900247a7 pthreadbody + 84
    Thread 3:
    0 libSystem.B.dylib 0x90049467 semaphoretimedwait_signaltrap + 7
    1 ...apple.AddressBook.framework 0x9477cbaa -[ABRemoteImageLoader workLoop] + 158
    2 com.apple.Foundation 0x9262336c forkThreadForFunction + 123
    3 libSystem.B.dylib 0x900247a7 pthreadbody + 84
    Thread 4:
    0 libSystem.B.dylib 0x9001a75c select + 12
    1 libSystem.B.dylib 0x900247a7 pthreadbody + 84
    Thread 5:
    0 libSystem.B.dylib 0x90049467 semaphoretimedwait_signaltrap + 7
    1 ...apple.AddressBook.framework 0x9476d083 -[ABCertController workLoop] + 206
    2 com.apple.Foundation 0x9262336c forkThreadForFunction + 123
    3 libSystem.B.dylib 0x900247a7 pthreadbody + 84
    Thread 6:
    0 libSystem.B.dylib 0x90049467 semaphoretimedwait_signaltrap + 7
    1 ...apple.AddressBook.framework 0x9473f93d -[ABMetaDataController workLoop] + 357
    2 com.apple.Foundation 0x9262336c forkThreadForFunction + 123
    3 libSystem.B.dylib 0x900247a7 pthreadbody + 84
    Thread 7:
    0 libSystem.B.dylib 0x90049467 semaphoretimedwait_signaltrap + 7
    1 ...apple.AddressBook.framework 0x9476d083 -[ABCertController workLoop] + 206
    2 com.apple.Foundation 0x9262336c forkThreadForFunction + 123
    3 libSystem.B.dylib 0x900247a7 pthreadbody + 84
    Thread 0 crashed with X86 Thread State (32-bit):
    eax: 0x00000000 ebx: 0x947a1b41 ecx: 0x90ac2b44 edx: 0x00000001
    edi: 0x0ce9a530 esi: 0x0ce31290 ebp: 0xbfffed58 esp: 0xbfffecc8
    ss: 0x0000001f efl: 0x00010206 eip: 0x90a554c0 cs: 0x00000017
    ds: 0x0000001f es: 0x0000001f fs: 0x00000000 gs: 0x00000037
    Binary Images Description:
    0x1000 - 0x6ffff com.apple.AddressBook 4.0.4 (485.1) /Applications/Address Book.app/Contents/MacOS/Address Book
    0x1553000 - 0x1553fff com.apple.AddressBook.ABCertController 1.0.3 (485.1) /System/Library/Frameworks/AddressBook.framework/Versions/A/Resources/ABCertCon troller.bundle/Contents/MacOS/ABCertController
    0x1642000 - 0x1643fff com.apple.URLMount.CIFSPlugin 1.1.5 /System/Library/Filesystems/URLMount/smb.URLMounter/Contents/MacOS/smb
    0xcd49000 - 0xcd5cfff com.apple.AddressBook.Telephony 4.0.4 (485.1) /Applications/Address Book.app/Contents/Resources/Telephony.bundle/Contents/MacOS/Telephony
    0x8fe00000 - 0x8fe49fff dyld 46.9 /usr/lib/dyld
    0x90000000 - 0x9016ffff libSystem.B.dylib /usr/lib/libSystem.B.dylib
    0x901bf000 - 0x901c1fff libmathCommon.A.dylib /usr/lib/system/libmathCommon.A.dylib
    0x901c3000 - 0x90200fff com.apple.CoreText 1.1.1 (???) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreText.framework/Versions/A/CoreText
    0x90227000 - 0x902fcfff ATS /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ATS.framework/Versions/A/ATS
    0x9031c000 - 0x90771fff com.apple.CoreGraphics 1.258.35 (???) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/CoreGraphics
    0x90808000 - 0x908d0fff com.apple.CoreFoundation 6.4.6 (368.27) /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
    0x9090e000 - 0x9090efff com.apple.CoreServices 10.4 (???) /System/Library/Frameworks/CoreServices.framework/Versions/A/CoreServices
    0x90910000 - 0x90a03fff libicucore.A.dylib /usr/lib/libicucore.A.dylib
    0x90a53000 - 0x90ad2fff libobjc.A.dylib /usr/lib/libobjc.A.dylib
    0x90afb000 - 0x90b5ffff libstdc++.6.dylib /usr/lib/libstdc++.6.dylib
    0x90bce000 - 0x90bd5fff libgcc_s.1.dylib /usr/lib/libgcc_s.1.dylib
    0x90bda000 - 0x90c4dfff com.apple.framework.IOKit 1.4.6 (???) /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit
    0x90c62000 - 0x90c74fff libauto.dylib /usr/lib/libauto.dylib
    0x90c7a000 - 0x90f20fff com.apple.CoreServices.CarbonCore 682.14 /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CarbonC ore.framework/Versions/A/CarbonCore
    0x90f63000 - 0x90fcbfff com.apple.CoreServices.OSServices 4.1 /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/OSServi ces.framework/Versions/A/OSServices
    0x91004000 - 0x91042fff com.apple.CFNetwork 129.16 /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CFNetwo rk.framework/Versions/A/CFNetwork
    0x91055000 - 0x91065fff com.apple.WebServices 1.1.3 (1.1.0) /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/WebServ icesCore.framework/Versions/A/WebServicesCore
    0x91070000 - 0x910effff com.apple.SearchKit 1.0.5 /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SearchK it.framework/Versions/A/SearchKit
    0x91129000 - 0x91147fff com.apple.Metadata 10.4.4 (121.36) /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Metadat a.framework/Versions/A/Metadata
    0x91153000 - 0x91161fff libz.1.dylib /usr/lib/libz.1.dylib
    0x91164000 - 0x91303fff com.apple.security 4.4.1 (27569) /System/Library/Frameworks/Security.framework/Versions/A/Security
    0x91401000 - 0x91409fff com.apple.DiskArbitration 2.1.1 /System/Library/Frameworks/DiskArbitration.framework/Versions/A/DiskArbitration
    0x91410000 - 0x91436fff com.apple.SystemConfiguration 1.8.6 /System/Library/Frameworks/SystemConfiguration.framework/Versions/A/SystemConfi guration
    0x91448000 - 0x9144ffff libbsm.dylib /usr/lib/libbsm.dylib
    0x91453000 - 0x914c9fff com.apple.audio.CoreAudio 3.0.4 /System/Library/Frameworks/CoreAudio.framework/Versions/A/CoreAudio
    0x9151a000 - 0x9151afff com.apple.ApplicationServices 10.4 (???) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Application Services
    0x9151c000 - 0x91548fff com.apple.AE 314 (313) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ AE.framework/Versions/A/AE
    0x9155b000 - 0x9162ffff com.apple.ColorSync 4.4.6 /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ColorSync.framework/Versions/A/ColorSync
    0x9166a000 - 0x916ddfff com.apple.print.framework.PrintCore 4.6 (177.13) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ PrintCore.framework/Versions/A/PrintCore
    0x9170b000 - 0x917b4fff com.apple.QD 3.10.20 (???) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ QD.framework/Versions/A/QD
    0x917da000 - 0x91825fff com.apple.HIServices 1.5.2 (???) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ HIServices.framework/Versions/A/HIServices
    0x91844000 - 0x9185afff com.apple.LangAnalysis 1.6.3 /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ LangAnalysis.framework/Versions/A/LangAnalysis
    0x91866000 - 0x91881fff com.apple.FindByContent 1.5 /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ FindByContent.framework/Versions/A/FindByContent
    0x9188c000 - 0x918c9fff com.apple.LaunchServices 181 /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ LaunchServices.framework/Versions/A/LaunchServices
    0x918dd000 - 0x918e9fff com.apple.speech.synthesis.framework 3.5 /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ SpeechSynthesis.framework/Versions/A/SpeechSynthesis
    0x918f0000 - 0x91928fff com.apple.ImageIO.framework 1.4.8 /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/ImageIO
    0x9193a000 - 0x919ecfff libcrypto.0.9.7.dylib /usr/lib/libcrypto.0.9.7.dylib
    0x91a32000 - 0x91a48fff libcups.2.dylib /usr/lib/libcups.2.dylib
    0x91a4d000 - 0x91a69fff libJPEG.dylib /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libJPEG.dylib
    0x91a6e000 - 0x91accfff libJP2.dylib /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libJP2.dylib
    0x91ade000 - 0x91ae2fff libGIF.dylib /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libGIF.dylib
    0x91ae4000 - 0x91b3ffff libRaw.dylib /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libRaw.dylib
    0x91b43000 - 0x91b80fff libTIFF.dylib /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libTIFF.dylib
    0x91b86000 - 0x91ba0fff libPng.dylib /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libPng.dylib
    0x91ba5000 - 0x91ba7fff libRadiance.dylib /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libRadiance.dylib
    0x91ba9000 - 0x91ba9fff com.apple.Accelerate 1.3 (Accelerate 1.3) /System/Library/Frameworks/Accelerate.framework/Versions/A/Accelerate
    0x91bab000 - 0x91c39fff com.apple.vImage 2.5 /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vImage.fr amework/Versions/A/vImage
    0x91c40000 - 0x91c40fff com.apple.Accelerate.vecLib 3.3 (vecLib 3.3) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/vecLib
    0x91c42000 - 0x91c9bfff libvMisc.dylib /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libvMisc.dylib
    0x91ca4000 - 0x91cc8fff libvDSP.dylib /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libvDSP.dylib
    0x91cd0000 - 0x9211afff libBLAS.dylib /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libBLAS.dylib
    0x92167000 - 0x9251bfff libLAPACK.dylib /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libLAPACK.dylib
    0x92548000 - 0x925c5fff com.apple.DesktopServices 1.3.4 /System/Library/PrivateFrameworks/DesktopServicesPriv.framework/Versions/A/Desk topServicesPriv
    0x92606000 - 0x92836fff com.apple.Foundation 6.4.7 (567.28) /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation
    0x92942000 - 0x92a20fff libxml2.2.dylib /usr/lib/libxml2.2.dylib
    0x92a3d000 - 0x92b2afff libiconv.2.dylib /usr/lib/libiconv.2.dylib
    0x92b3a000 - 0x92b51fff libGL.dylib /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib
    0x92b5c000 - 0x92bb4fff libGLU.dylib /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLU.dylib
    0x92bc8000 - 0x92bc8fff com.apple.Carbon 10.4 (???) /System/Library/Frameworks/Carbon.framework/Versions/A/Carbon
    0x92bca000 - 0x92bdafff com.apple.ImageCapture 3.0.4 /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/ImageCapture. framework/Versions/A/ImageCapture
    0x92be9000 - 0x92bf1fff com.apple.speech.recognition.framework 3.6 /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SpeechRecogni tion.framework/Versions/A/SpeechRecognition
    0x92bf7000 - 0x92bfdfff com.apple.securityhi 2.0.1 (24742) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SecurityHI.fr amework/Versions/A/SecurityHI
    0x92c03000 - 0x92c94fff com.apple.ink.framework 101.2.1 (71) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Ink.framework /Versions/A/Ink
    0x92ca8000 - 0x92cacfff com.apple.help 1.0.3 (32.1) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Help.framewor k/Versions/A/Help
    0x92caf000 - 0x92ccdfff com.apple.openscripting 1.2.5 (???) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/OpenScripting .framework/Versions/A/OpenScripting
    0x92cdf000 - 0x92ce5fff com.apple.print.framework.Print 5.2 (192.4) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Print.framewo rk/Versions/A/Print
    0x92ceb000 - 0x92d4efff com.apple.htmlrendering 66.1 (1.1.3) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HTMLRendering .framework/Versions/A/HTMLRendering
    0x92d75000 - 0x92db6fff com.apple.NavigationServices 3.4.4 (3.4.3) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/NavigationSer vices.framework/Versions/A/NavigationServices
    0x92ddd000 - 0x92debfff com.apple.audio.SoundManager 3.9.1 /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CarbonSound.f ramework/Versions/A/CarbonSound
    0x92df2000 - 0x92df7fff com.apple.CommonPanels 1.2.3 (73) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CommonPanels. framework/Versions/A/CommonPanels
    0x92dfc000 - 0x930f0fff com.apple.HIToolbox 1.4.8 (???) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HIToolbox.fra mework/Versions/A/HIToolbox
    0x931f6000 - 0x93202fff com.apple.opengl 1.4.11 /System/Library/Frameworks/OpenGL.framework/Versions/A/OpenGL
    0x93207000 - 0x93222fff com.apple.DirectoryService.Framework 3.2 /System/Library/Frameworks/DirectoryService.framework/Versions/A/DirectoryServi ce
    0x93272000 - 0x93272fff com.apple.Cocoa 6.4 (???) /System/Library/Frameworks/Cocoa.framework/Versions/A/Cocoa
    0x93274000 - 0x9392afff com.apple.AppKit 6.4.8 (824.42) /System/Library/Frameworks/AppKit.framework/Versions/C/AppKit
    0x93cab000 - 0x93d24fff com.apple.CoreData 90 /System/Library/Frameworks/CoreData.framework/Versions/A/CoreData
    0x93d5d000 - 0x93e15fff com.apple.audio.toolbox.AudioToolbox 1.4.3 /System/Library/Frameworks/AudioToolbox.framework/Versions/A/AudioToolbox
    0x93e57000 - 0x93e57fff com.apple.audio.units.AudioUnit 1.4.2 /System/Library/Frameworks/AudioUnit.framework/Versions/A/AudioUnit
    0x93e59000 - 0x9402bfff com.apple.QuartzCore 1.4.9 /System/Library/Frameworks/QuartzCore.framework/Versions/A/QuartzCore
    0x9407c000 - 0x940bdfff libsqlite3.0.dylib /usr/lib/libsqlite3.0.dylib
    0x940c5000 - 0x940fffff libGLImage.dylib /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLImage.dyl ib
    0x9413b000 - 0x94183fff com.apple.bom 8.5 (86.3) /System/Library/PrivateFrameworks/Bom.framework/Versions/A/Bom
    0x9420f000 - 0x94220fff com.apple.securityfoundation 2.2.1 (28150) /System/Library/Frameworks/SecurityFoundation.framework/Versions/A/SecurityFoun dation
    0x9422e000 - 0x9426cfff com.apple.securityinterface 2.2.1 (27695) /System/Library/Frameworks/SecurityInterface.framework/Versions/A/SecurityInter face
    0x94288000 - 0x94297fff libCGATS.A.dylib /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libCGATS.A.dylib
    0x9429e000 - 0x942a9fff libCSync.A.dylib /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libCSync.A.dylib
    0x942f6000 - 0x94310fff libRIP.A.dylib /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libRIP.A.dylib
    0x94731000 - 0x94877fff com.apple.AddressBook.framework 4.0.4 (485.1) /System/Library/Frameworks/AddressBook.framework/Versions/A/AddressBook
    0x94903000 - 0x94912fff com.apple.DSObjCWrappers.Framework 1.1 /System/Library/PrivateFrameworks/DSObjCWrappers.framework/Versions/A/DSObjCWra ppers
    0x94919000 - 0x94942fff com.apple.LDAPFramework 1.4.2 (69.1.1) /System/Library/Frameworks/LDAP.framework/Versions/A/LDAP
    0x94948000 - 0x94957fff libsasl2.2.dylib /usr/lib/libsasl2.2.dylib
    0x9495b000 - 0x94980fff libssl.0.9.7.dylib /usr/lib/libssl.0.9.7.dylib
    0x9498c000 - 0x949a9fff libresolv.9.dylib /usr/lib/libresolv.9.dylib
    0x949b0000 - 0x94a15fff com.apple.Bluetooth 1.7.9 (1.7.9f12) /System/Library/Frameworks/IOBluetooth.framework/Versions/A/IOBluetooth
    0x94ca9000 - 0x94ccdfff libcurl.3.dylib /usr/lib/libcurl.3.dylib
    0x95303000 - 0x9538afff com.apple.syncservices 2.4 (189.2) /System/Library/Frameworks/SyncServices.framework/Versions/A/SyncServices
    0x95570000 - 0x95574fff com.apple.URLMount 2.1.3 /System/Library/PrivateFrameworks/URLMount.framework/Versions/A/URLMount
    0x962f1000 - 0x9634bfff com.apple.XQueryA 1.0.0 /System/Library/PrivateFrameworks/SearchEngine.framework/Versions/A/Frameworks/ XQueryA.framework/Versions/A/XQueryA
    0x96999000 - 0x969e5fff com.apple.SearchEngine 1.0.7 /System/Library/PrivateFrameworks/SearchEngine.framework/Versions/A/SearchEngin e
    0x97248000 - 0x9725cfff com.apple.BluetoothUI 1.7.9 (1.7.9f12) /System/Library/Frameworks/IOBluetoothUI.framework/Versions/A/IOBluetoothUI
    0x9731a000 - 0x97327fff com.apple.DMNotification 1.0.3 (32) /System/Library/PrivateFrameworks/DMNotification.framework/Versions/A/DMNotific ation
    0x97b18000 - 0x97b5cfff com.apple.ISSupport 1.1.2 (16) /System/Library/PrivateFrameworks/ISSupport.framework/Versions/A/ISSupport
    0x97b81000 - 0x97b9efff com.apple.DotMacSyncManager 1.0.3 (49) /System/Library/PrivateFrameworks/DotMacSyncManager.framework/Versions/A/DotMac SyncManager
    0x97ca7000 - 0x97cebfff com.apple.PAPICommon 2.4 (123) /System/Library/PrivateFrameworks/DotMacLegacy.framework/Versions/A/DotMacLegac y
    Model: iMac5,1, BootROM IM51.0090.B00, 2 processors, Intel Core 2 Duo, 2.16 GHz, 1 GB
    Graphics: ATI Radeon X1600, ATY,RadeonX1600, PCIe, 128 MB
    Memory Module: BANK 0/DIMM0, 512 MB, DDR2 SDRAM, 667 MHz
    Memory Module: BANK 1/DIMM1, 512 MB, DDR2 SDRAM, 667 MHz
    AirPort: spairportwireless_card_type_airportextreme (0x14E4, 0x87), 4.80.46.0
    Bluetooth: Version 1.7.9f12, 2 service, 1 devices, 1 incoming serial ports
    Network Service: AirPort, AirPort, en1
    Serial ATA Device: WDC WD2500JS-40TGB0, 232.89 GB
    Parallel ATA Device: MATSHITADVD-R UJ-846
    USB Device: Built-in iSight, Micron, Up to 480 Mb/sec, 500 mA
    USB Device: Hub in Apple Pro Keyboard, Mitsumi Electric, Up to 12 Mb/sec, 500 mA
    USB Device: Apple Optical USB Mouse, Primax Electronics, Up to 1.5 Mb/sec, 100 mA
    USB Device: Apple Pro Keyboard, Mitsumi Electric, Up to 12 Mb/sec, 250 mA
    USB Device: Bluetooth HCI, Up to 12 Mb/sec, 500 mA
    USB Device: IR Receiver, Apple Computer, Inc., Up to 12 Mb/sec, 500 mA

    strategy --
    Welcome to Apple Discussions!
    Usually when it's the Apple apps that are crashing,
    it's often a font conflict. Printers, scanners and apps load on fonts
    that may cause problems with the original font setup.
    A quick way to check that is to:
    Launch Font Book and check all fonts for duplicates.
    A duplicated font will have a bullet beside the font family.
    You can resolve duplicates by selecting the each bulleted font
    (one at a time) and at the menu bar, go to Edit > Resolve Duplicates.
    If you try the above, and still have problems,
    I highly recommend that you post this over in the Intel Based iMac Forum
    here:
    http://discussions.apple.com/forum.jspa?forumID=1110
    This is assuming that after you loaded on major programs & updates,
    that you repaired permissions. Section A from Trav's Tips below:
    http://discussions.apple.com/thread.jspa?messageID=971817

  • Adobe Media Encoder only using single core of CPU (core parking has already been disabled and did not solve the problem)

    I only edit videos every few months and the last time I edited a video was around 6-9 months ago.  At that time, I noticed AME was only using a single core of the CPU and contacted Adobe who instructed me to disable core parking, which worked.  After disabling core parking AME used 100% of all 12 logical cores to process the video and all was good.  Then last week, I decided to edit another video and noticed AME was very slow and checked and it was again only using a single core to process the video, but core parking is still turned off.  By slow I mean that a 10 minute video with the lens distortion correction preset and one video transition effect is estimated to take nearly 3 hours to complete.  For comparison, the GoPro software processed the same clip with the same effects in 20 minutes.  Also, through troubleshooting with Adobe over the last few days, I have also tried downloading previous versions of the software but the prior versions have the same issue.
    The video I'm trying to edit was shot on a GoPro Hero 4 Black with 1080p Wide at 60 frames per second.  The default video format for GoPro is .mp4.   The output settings I'm using when I export from Premiere Pro to AME are H.264 with the YouTube 1080p HD.
    My system:
    ASUSSabertooth X79
    Intel core i7 4930k (6 physical cores, 12 logical cores)
    16GB DDR3 Quad channel RAM
    Samsung 830 SSD 128GB
    NVIDIA GeForce GTX 460 (not CUDA compatible, I know)
    Please ask if you need any additional information to help solve this problem.

    This has been driving me CRAZY... so going over the message boards from 2 to 5 am this morning I found the best explanation I have seen.   The problem is that Adobe Creative Cloud is NOT "Processor Group Aware".  Windows parses any more than 36 cores into "Processor Groups" and while the Pro version of Windows 7 & 8 can handle 256 threads they have to spread them across multiple processor groups.
    Simple Version:  AREA | How many cores does 3ds Max support?
    Microsoft's Explanation:  Processor Groups (Windows)
    Clearly, this is an Adobe Problem... If any engineers are reading this PLEASE review the below and incorporate it into your next build of Creative Cloud!!!
    https://msdn.microsoft.com/en-us/library/windows/hardware/dn653313%28v=vs.85%29.aspx
    Again, I bought a VERY expensive machine based on your white paper that recommended Dual Xeon Workstations.  Please, Please Give us the product you PROMISED!!!
    Michael

  • Dual core or Quad Core

    I know elements will run on a "Dual core or Quad Core" system, but will it use the "Dual core or Quad Core" feature

    Yes, the Editor will make good use of multiple processors, while the Organizer appears to make somewhat less use of multiple processors. PSE 7 has a severe bug with respect to raw files, but that's fixed in PSE 7.

  • Macbook pro, dual core or quad core?

    Hey guys Im getting an early college present and was wondering which Macbook I should look at. This will be my one and only computer while im in college. No photo editing or anything like that, maybe some video editing but it will be almost none. Will be used to surf the web and write documents. My question is should i get the dual core or quad core processor? Will it really matter for what i want it for? One thing I absolutely hate is lag! So the faster of the two the better.

    tony477g wrote:
    So if I went with the quadcore because you guys say it is faster than the 2.9 ghz dualcore. Would the difference be noticable between the 2.6 ghz and the 2.3 ghz? I noticed the 2.6 has 8 gb to the 4gb and 750gb to the 500 gb.
    Well, actually, only one guy said the quad core would be faster, but it is not clear why they said that. You said you were only going to use it "to surf the web and write documents." Well, guess what. You don't need a quad-core for that. You don't need a dual-core for that. I've surfed the web and written documents on my old single-core iPhone. Those tasks are just not that demanding.
    So unless there are more things you want to do that you haven't mentioned, there is just about no way it's worth paying for quad-core or a 2.6GHz processor if all you are going to do is surf the web and write documents.
    The quad-core is going to speed up operations that specifically benefit from parallel processing, like intensive editing of photo/audio/video, or bulk encoding of audio and video, or specific math apps, stuff like that. And most Mac users would not benefit from choosing the 2.6GHz over the 2.3GHz because the performance of so many common uses depends not only on the CPU speed, but actually on the overall balance of CPU, RAM, and disc. In other words, if you really have a legitimate application for 2.6GHz it usually means you must also install a great deal more RAM and also an SSD to avoid creating a bottleneck that holds back the CPU. But then you would have a machine that is massively overpowered and overpriced for surfing the web and writing documents.
    You could surf the web and write documents quite effectively on the least expensive MacBook that Apple sells. But since you do want to keep it throughout all of college, it is a good idea to buy something higher than the bottom of the line. For a Mac for very basic uses that should last four years, I would suggest:
    13-inch MacBook Air with 256GB SSD storage and 8GB RAM
    13-inch MacBook Pro with 500GB HD storage and 8GB RAM
    13-inch MacBook Pro with Retina Display with 256GB SSD storage and 8GB RAM
    (You didn't mention what your budget is)
    I suggested 13-inch because it's more portable than the 15-inch but more comfortable for 4 years than an 11-inch. I chose storage sizes that would be appropriate since you said you would do some video. And I chose 8GB RAM because 4GB may not be enough for 4 years, and also because insufficient RAM is often a bigger cause of lag than CPU or disk speed.
    If you have a limited amount of money, from this point on you'll need to justify why you would want a bigger screen, a faster CPU, or more cores given the two tasks you said you'd be doing most of the time. Because again, if you didn't actually need a Mac, you could write documents and surf the web on an iPad with the Logitech Ultrathin Keyboard Cover and be done for $600.

  • Only one core working in Core Duo X60

    I bought a 2nd-hand Lenovo/IBM x60 Thinkpad about a year ago on Craigslist. Perfect condition, nice price, all legit-looking, and I'm using it now -- except that the guy had replaced the legit XP Pro with a bootleg installation of Windows7, without saving any backups or making rescue disks or anything. It worked fine and updated and everything, but I didn't want to run bootleg Windows, so I was determined to reconstruct the legit XP Pro SOMEhow. I had various Windows disks (incl. a non-legit install CD some vendor stuffed into my shopping bag) and a full set of recovery disks from my T40 Thinkpad.
    It wasn't easy or quick, and didn't go smoothly, and I don't think I saved detailed notes on all the steps I took, but I finally got it running smoothly. XP Pro, SP3, with the same ID# as on the sticker, and enough updated drivers to run properly. I've been using it pretty happily for the past year, except that the speed has been disappointing. Recently, it's finally dawned on me that I'm only using one CPU core in the 2-core "Core Duo" CPU. That's presumably because the T40 only has a single-core CPU, and I used its XP setup (with some updated drivers, etc.).
    Device Manager says my Computer is an "Advanced Configuration and Power Interface (ACPI) PC", not an "ACPI Multiprocessor PC".
    Other than converting to Linux or buying a copy of XP Pro. . . is there a way I can educate this computer to use both of its CPU cores??
    [Here's more details, and what I THINK I know about the problem:]
    I think the problem is in the HAL = Hardware Abstraction Layer, and I've already tried using XPud Linux to substitute-rename the multi-core halmacpi.dll file from the SPFiles\i386 folder, making it the Hal.dll file in the System32 folder (which was formerly identical to the 1-core halacpi.dll in that folder -- no, not the halaacpi.dll file I expected to be identical). But the computer wouldn't boot Windows afterwards, so I substituted-renamed the Hal.dll file back -- successfully, without having to restore from an image. I'm guessing that there's another file or two that refer to that Hal.dll file that don't match up, but I can't find any advice online other than to re-install Windows. Since I still don't have the "real" Windows install CD for this Core Duo computer, I don't think that's a good option.
    I feel a bit victimized here, because I'm going to a bunch of extra trouble to be legit, but I'm not being treated (by MS or Lenovo/IBM) as a valued customer. (I must have gotten at least 5 or 6 "You're a pirate!" error messages while I was trying to restore the computer to its original legitimate OS!)
    Lenovo/IBM will sell me a new Rescue disk for $50 -- I bought one for an earlier Thinkpad, my T22, IIRC -- but I'm not confident that I'd get joy from that, either. (As I recall, the old one I bought didn't do everything I'd hoped it would do.) Plus, I'd rather not have to reconstruct and reconfigure all my software unless I have to.
    BTW, I've wiped out the traditional IBM Rescue partition I had originally set up and merged it with C:. (I wanted the GBs.) I do still have an image backup of it, and I could restore it (and try using it), but there's no reason to believe that it would help, since it presumably came from my 1-core T40, not from a Core Duo machine.
    Any suggestions?
    Norm in Toronto

    Have you updated the BIOS to the latest version and checked the CPU Core setting in the BIOS?

Maybe you are looking for

  • Stop Automatic Creation of Inspection Lot for a condition

    Dear Gurus, While Creating a Delivery through a Sales Order, Config is maintained such that "Inspection Lot" will be automatically Generated. Now Business wants to Stop this Automatic Creation of Inspection Lot only for a Particular Delivery Type and

  • Dynamic call sub vi issue

    By using the vi in the attached picture, I am trying to call the sub vi many times, each time should open another instance. But I can only open an instance at the first time. The 2nd time will give error as below. LabVIEW:  The VI is not in a state c

  • Query on delivery document number

    Hi All, I have requirement i have to catch the delivery document number dynamically from the txn VL02 i am writing a report in that report i have to catch that delivery document number. the delivery is created by some other person and after creating

  • Convert the 0CALQUARTER into previous year same quarter

    Hi All, How to conver the 0CALQURTER to Previous year same quarter in User exit (CMOD). Please give a sample code. Thanks

  • Confused, help needed.

    What is the differens between predefined and user-defined identifiers? Can a number be a identifier? If not why dose the Java bok says it is allowed Java digits? What dose one / do? Is it a separator? What are literals? How many kinds are there? ....