Cannot import from lowercase database in mySQL

Hi,
I am using BODI 11.7.3.2, with a mySQL 5.0 database as a source.
Most of my databases are in uppercase, and I have never had a problem with it, but today I wanted to import tables from a new database, called dgwh, lowercase, and it gave an error which included a reference to the database 'DGWH' (uppercase). Since our installation of mySQL is case-sensitive, this did not work.
Looking for a solution I stumbled upon the following:
I created the datastore for the new database today, but another datastore on the same database server linking to a different database was created using version 11.5, and upgraded to 11.7.3.2. Using this alternative datastore, I could import the table without any problems!
Which led me to exporting both datastores and doing a compare. And yes, there was a difference: the line
"case_sensitive" = 'yes',
was included in the datastore imported from 11.5, but not at all present in the newly created datastore.
I figure that line is the one causing my problem. However, I don't see an option in my datastore to set any parameter concerning case-sensitivity. Is that option available?
Cheers
Tako Molanus

Manoj:
I was using ODBC as the database type, but I tried again with both mySQL (which I don't believe was there in version 11.5, otherwise we would have probably used it before) and ODBC, but without luck, the problems remains. In both cases I can't find an indicator saying anything about using upper- or lowercase names, so I could not try that part of your suggestion. But maybe I am missing something, where can I find that?
Still, it is strange that I am able to do this from the ATL, but not from the client.
We saw something similar in version 11.5: it was not possible to import a table from a different mySQL database than the one we logged in to in the datastore (we had a datastore for database STG, but wanted to look at a table from database DWH, so we wanted something like STG.DWH.DWHTable). If we changed this in the ATL however, it was no problem.
How come the ATl supports more than the client?
Hai:
Thanks for the teaser
I will suggest moving to version 12, but it is not my decision to make....
Edited by: Tako Molanus on Oct 28, 2008 8:06 AM

Similar Messages

  • Epson all in one printer - compatible with 10.9.5? Cannot import from scanner in Preview

    Got a new Epson printer. Set up is fine; wirelessly connected.  Downloaded and updated all drivers. Still cannot import from scanner into Preview. Anyone else? Seems like this was a problem in 2013 as far as I can see from other forum discussions. Any advice?  Scanner works manually so it's the set up, compatibility or...?

    What do you mean "import from scanner to Preview?"
    Does the scanner actually scan, if so what file format (jpg, pdf, tiff, etc...) are you scanning in? Once you have successfully scanned simply open Preview and open the file. Another method is selecting the scanned file, right click and select Open With and select Preview.

  • Problem in Schemas import from one database to another

    Hi,
    I have to import the schemas from one database (10g release 1) to another database (10g release 1).
    But the problem is that through simple import (imp) the system privileges, object privileges & other things are not importing to import file. There are various objects in the schemas which are inter-related & I can't manually grant on those objects.
    I have also tried Toad Export DDL Script. But my problem is not solve through the Toad. There are other various issues occuring with TOAD.
    I have also tried SQL Developer & PL/SQL Developer but CLOB problem is occuring with them.
    The schemas which I have been creating in different database is new schemas with same name.
    AB
    Edited by: adhondiyal on Dec 26, 2010 8:55 AM

    adhondiyal wrote:
    Hi,
    I have to import the schemas from one database (10g release 1) to another database (10g release 1).
    But the problem is that through simple import (imp) the system privileges, object privileges & other things are not importing to import file. There are various objects in the schemas which are inter-related & I can't manually grant on those objects.
    I have also tried Toad Export DDL Script. But my problem is not solve through the Toad. There are other various issues occuring with TOAD.
    I have also tried SQL Developer & PL/SQL Developer but CLOB problem is occuring with them.
    ABWhy can't you use EXPDP/IMPDP
    have you given grants=y ?
    mp system/***** file=schema.dmp log=schema.log fromuser=user1 touser=user2 grants=yis the usernames of source & dest are same?
    use as if schema name is same
    expdp system/**** directory=DATA_PUMP_DIR dumpfile=schema.dmp logfile=schema.log schemas=users
    impdp system/**** dumpfile=schema.dmp logfile=schema1.log
    if schema name is different then
    expdp system/**** directory=DATA_PUMP_DIR dumpfile=schema.dmp logfile=schema.log schemas=users
    impdp system/**** dumpfile=schema.dmp logfile=schema1.log remap_schema=(source:dest)
    Thanks

  • Cannot import from Canon Digital Camera

    I've recently bought a Canon SX20IS and it has HD video recording capability.
    I've recorded several videos and I cannot import the videos. I've tried importing it manually (from wherever I've saved it, be it: iPhoto, my documents, etc). The videos are saved as .mov files and can play easily in Quicktime. They also save into the iPhoto library easily enough.
    iMovie begins to imports. Starting (everytime) importing fast, 3 minutes...2 minutes... then it slows down when it reaches the 1/4 done mark and starts going up (i.e.) 3 minutes... 4 minutes... 7 minutes...30 minutes... 47 minutes... about an hour... 2 hours... and I've left in on several occasions for more than an hour and yet it's still in the same place. When I force quit the application, there seems to be no "not responding" message correlating to iMovie. So I do not understand why it can't import it.
    An example of what I've been trying to import is a 2minute 45 second long clip, 485.3MB
    PLEASE help, it's driving me INSANE!
    Message was edited by: Sanny_t

    ANGIOMAN wrote:
    I was directly connecting the camera via cable. My work around was to download with Canon Utilities, then I imported the RAW files from the hard disk into AP. Temporary solution as best!
    I don't believe this to be a "temporary solution" at all. I do this routinely, except that I use Bridge for doing the download/import. I then import the files to Aperture. The up side, in my mind, is that I now have 2 copies of each image, in two different places and I always know where the original is.
    Come on APPLE!
    I think there are lots of other issues Apple could improve. For instance, making it easy to re-save an image once edited in Photoshop back to Aperture.
    Jerry

  • Import from 11g database to 9i database

    how to import the dumpfile on oracle9i database from 11g database?
    how to export dumpfile on oracle9i database on windows from oracle10g database on linux?

    Hi,
    how to import the dumpfile on oracle9i database from 11g database?
    try this ..am not sure will it work or not.... try it on test environment......
    is it 9i and 11g databases are in same network..if it is in same network..then ok ....and same OS platform ...ok
    make a tns entry of 11g's database at oracle 9i host side....try to take exp dump by using oracle 9i binaries ..then import..into destination 9i db.......am not sure it will work or not....test it...if it works well and good...
    how to export dumpfile on oracle9i database on windows from oracle10g database on linux?
    Not sure....
    Edited by: dbc001 on Mar 20, 2013 1:23 PM
    Edited by: dbc001 on Mar 20, 2013 1:23 PM

  • Cannot upgrade from 9i databases to 10.2.0.3 on Solaris

    You cannot upgrade from Oracle 9.2 database to 10.2.0.3 on Solaris. You can upgrade to 10.2.0.2, then to 10.2.0.3 There is a serious problem though doing a direct upgrade, the database will not function. You get
    ORA-06512: at "SYS.UPGRADE_SYSTEM_TYPES_FROM_920", line 1
    Has anyone got around this problem yet? Metalink is trying to fix the problem, but hasn't had any luck yet. Tired of having two different 10G directories on servers when migrating databases. Also was horrible during the first upgrade to discover the problem. It has been tested and is a known problem with the Oracle 10.2.0.3 patch (along with 2 other bad issues on 10.2.0.3 patch).

    I have had no issues going from 9.2.0.7 to 10.2.0.3 three weeks ago in our staging environment, since then I have not seen any problem.
    Installed 10.2.0.1 base applied 10.2.0.3 pactchset to the same oracle home.
    The catupgrd.sql script upgraded the following components in my database.
    Oracle Database 10.2 Upgrade Status Utility 05-23-2007 01:43:07
    Component Status Version HH:MM:SS
    Oracle Database Server VALID 10.2.0.3.0 00:24:36
    JServer JAVA Virtual Machine VALID 10.2.0.3.0 00:10:50
    Oracle XDK VALID 10.2.0.3.0 00:03:19
    Oracle Database Java Packages VALID 10.2.0.3.0 00:00:40
    Oracle XML Database VALID 10.2.0.3.0 00:03:06
    Oracle Workspace Manager VALID 10.2.0.1.0 00:01:24
    Total Upgrade Time: 00:46:32
    And since than we haven't seen any issues with our staging databases.
    Thanks,
    Ramki
    Message was edited by:
    ramkireddy

  • Import from ThumbsPlus database

    I'm a Bridge/CS3 fan, but have years of keywords and annotations in Thumbsplus. I am considering Lightroom.
    I've read a couple of posts on migration without real help, one where one wrote XMP files, which I might do, but I understand that won't work for non-raw files, and I would not risk writing to the JPG's and PSD's myself to try to fake it. I didn't see anyone who had been successful other than by writing into the JPG/PSD's.
    I could easily produce any kind of export file from Thumbsplus' database, and also am game for trying to uppdate the LR database directly if that's practical.
    I don't care about gallaries or other similar, just the annotations and keywords in the Thumbsplus database.
    Anyone have guidence?

    I am not an expert at all, but here is what I did (and it worked for me well):
    I put the keywords and other fields of importance, such as the City, the Country where the picture was made plus the Annotation into the corresponding IPTC fields in Thumbsplus (Annotation --> Caption).
    Then I just imported all the files (10,000 of them, all JPG) into LR and found that at least these fields are all there all right. The database is searchable according to those fields, it is very nice, actually.
    Now I made a habit that from time to time I write back the metadata (keywords and such) back into the images (LR keeps them in the catalogue), it makes me feel better.
    Cheers, Mixx

  • I cannot import from scanner

    I cannot import to photoshop from scanner or camera

    Hi,
    How do you import ? To help us answer question quicker, please read this:
       http://h30434.www3.hp.com/t5/First-Time-Here-Learn-How-to-Post-and-More/bd-p/Hello
    Regards.
    BH
    **Click the KUDOS thumb up on the left to say 'Thanks'**
    Make it easier for other people to find solutions by marking a Reply 'Accept as Solution' if it solves your problem.

  • Cannot import from Olympus E-P1 in LR-3

    Hi. I have an Olympus E-P1 and a Nikon D90. Both imported picture files (JPG) without issues in LR-2 (both v2.6 and 2.7). Just upgraded to LR-3 and the Nikon exports fine but the photos on the Olympus are not recognized by the new import dialog box. I have (and had) the Olympus set to MTP mode and can work around this awkwardly by resetting to "mass storage" mode but that seems clumsy.
    My question is, of course, what changed? Am I missing something obvious? LR 2.7 was still left on the computer and I retested it with the Olympus... worked perfectly. Using the Mac version of LR-3 at 64 bits. Any suggestions would be much appreciated... Thanks! Andy

    Thanks both. Getting photos on my computer isn't really my main concern. My iMac has an SD slot but I have always imported from the cameras w/o incident and it is (much) faster and I'm not wearing out card slots. My issue is just that any camera I have had always worked with LR2 and LR1 before that. I upgrade to LR3 and there is an unexpected change. I wanted to know why. As it turns out, LR3 will import from the Olympus in Mass Storage mode as mentioned without much difficulty (although the device now has no name) so I can live with it but why for only one of the two cameras? I should be grateful since the Nikon doesn't give me a choice with respect to exporting mode and that's the camera that works as before. One more detail. When I'm in the desired MTP mode, LR3 DOES recognize the Olympus by name (my first post was misleading), just not the photos. Anyhow, thanks again for replying!

  • Import From Multidimensional Database-Essbase Error 1030724

    Hi all
    OBIEE version is 10.1.3.4.1
    Essbase version is 11.1.1.3
    I am trying to create a repository and selecting Import-> From Multidimensional
    and on the connection screen, i am entering essbase connection information(essbase and obiee are running on the same server) but giving me
    Essbase Error 1030724- Failed to set locale information
    But could not solve this issue!!
    Any ideas!
    Best Regards,
    Kenan

    Hello Kenan,
    We had the same problem, but after adding the system variables the problem was solved.
    Make sure the ARBORPATH and ESSBASEPATH variables are available as System Variables.
    (Right click om my computer and goto Environment Variables).
    Kind regards,
    Peter

  • Cannot import from DVD disc

    I have recorded a 3 minute segment of a newscast using my DVD recorder - it contains video of a close friend of mine. I have a DVD disc which I burned on the DVD recorder from its Hard Drive containing only this short video which I want to give to him. I have tried to import it into iMovie so that I will have it on my iMac as a backup file but have been unsuccessful. I have tried following the procedure posted by "Appleman1958" in Dec 09 with no success - I know that he indicates that it is for iMovie 09 and perhaps that is my problem since I am working with iMovie HD 6. All I get is a 32 sec portion of the video with no sound. The VIDEO_TS folder on the DVD disc contains the following files: VIDEO_TS.BUP, VIDEO_TS.VOB (it appears to be the title menu created by the DVD recorder but has nothing listed on it), VTS010.1F0, VIDEO_TS.1F0, VTS01O.BUP and VTSO11.VOB. I tried dragging ONLY the VIDEO_TS.VOB file onto mpeg streamclip as per the instructions ("drag the non-zero .VOB files and drop them into MPEG Streamclip) but it is only the title menu and there is no video. I tried adding the VTS011.VOB also but again only about 32 sec appears and there is no sound. Sorry, but I am a complete novice at this, do not understand what a VIDEO_TS folder is and what all those files within it mean and need some help here. And yes, I have purchased the Apple MPEG2 QT Component. Any simple, step-wise assistance would be very much appreciated. Thanks.

    Hi
    Nop. iMovie HD6 are mainly for miniDV tape material imported via FireWire-port.
    BUT - it can be done IN SOME CASES
    *DVD back for futhur editing*
    A. don't put a mini DVD into Your Mac unless it’s a trayloaded DVD burner/reader
    B. iMovie’08 prob. 09 can import from DVD (homemade without copyprotection)
    C. Read what Karsten collected.
    DVD back to iMovie.
    .. and here the complete 'full 9 yards' ... .
    //discussions.apple.com/thread.jspa?messageID=3822853&#3822853
    DVDs are in a socalled delivery format (mpeg2), which isn't meant and
    made for any processing as editing... or, as honorable forum member
    QuicktimeKirk stated. I use the analogy of the old Polaroid
    "instant" cameras. Push the button, wait for the print to develop and
    show it off. ..
    for using the iLife apps, you have to convert'em first, in
    recommended order, choose one of the following tools/workarounds.
    • DVDxDV (free trial, 25$, Pro. 90$)
    • Apple mpeg2 plugin (19$) + Streamclip (free)
    • Cinematize >60$
    • Mpeg2Works >25$ + Apple plug-in
    • Toast 6/7/8/9/10 allows converting to dv/insert dvd, hit apple-k
    • connect a miniDV Camcorder with analogue input to a DVD-player and transfer disk to tape/use as converter
    • Drop2DV (free) a free tool claiming to convert DVDs into dv-stream...
    • Use iSquint for your conversions . www.iSquint.org
    from. Bobby Keene
    none of these apps override copyprotection mechanisms as on commercial dvds...
    //danslagle.com/mac/iMovie/tips_tricks/6010.shtml
    //danslagle.com/mac/iMovie/tips_tricks/6018.shtml
    be nice to copy rights ^-^
    ... and, next time, try the forum's search-feature...
    from Beverly M.
    //docs.info.apple.com/article.html?artnum=42724
    Yours Bengt W

  • Cannot import from cameras

    Hi. LR 4.4. Mac OS X 10.9.5. Sudden problem: LR does not find files to import from cameras. I read some similar problems here so: Changed cable. Changed cameras. LR FINDs the cameras and identifies them correctly. But when I hit import, in bottom left corner it says "finding files", circle rotating indefinitely and nothing shows up. I deleted LR preference file. Started new catalog. Strangely, if interestingly, it did then ONCE find 5 of 100 pix on my Nikon D7000, but not the other 95 photos, and still nothing on the Canon Powershot G7X.  It can import from the hard drive. Frustrating! Thanks for any suggestions. ---DG

    yes, SS, that's what I'm doing and of course I can't FIND the card reader! Good idea though...

  • Cannot import from the camera if there's no tape in it

    Hello!
    The title may seem silly, but in some cases I don't want to import from a recorded tape, but live from the camera.
    I'm using a Sony Digital8 camcorder.
    Once a week I need to record meetings and I don't want to use a tape, but instead, import directly to the hard disk to save the extra step of rewinding tapes and importing them, which takes lots of time and has an interruption when it's needed to change the tape.
    If there's a tape inside and the camera recording is on pause, iMovie will import the live video perfectly until the camer shuts off 3 minutes later due to inactivity.
    If there's no tape inside to prevent shutting off and wearing of the camera mechanism, iMovie won't allow to import, showing a blue screen with sometinhg like "No tape in camera" message.
    The only solution I've found to this is to put the camera recording and, at the same time, iMovie importing.
    It works this way, but it is useless to record to tape and to interrupt the importing to change a tape.
    Any solution for this?
    Any way to get iMovie to import without a tape inside the camcorder?
    Thank you very much for your help!
    Pedro Regalla

    Hi
    Karsten's right as ever but to get a taperecording is a good backup if You might
    need the material in the futur.
    Now I would suggest something that may well start an avalanche of disagree.
    1. Use a 90 min tape - not controversal - but
    2. You might try to set Your Camera into LP-mode = 90 min on a 60 min tape
    and even more with a 90 min tape.
    Last idea is nothing I've tested - so it might give all various sync problems.
    3. Buy an iSight Camera.
    First idea I used during a play and simultaneously feed the S-video out to an
    editing board with very good quality. (The tapes were a great access though
    I could make my own editing in after hand)
    Yours Bengt W

  • Cannot import from Illustrator to Flash

    I am using Illustrator CS and Flash MX. I have my page layout
    in Illustrator, then when I try to import into Flash, I get an
    error message. I even saved the .AI file to an .EPS file, I am
    prompted to save as layers or frames, but when i select either, and
    click OK, I get an error message stating that parts of my file is
    missing. When I try to import from the .AI file, I don't even get
    the option to chose layers or frames, it just immediately gives the
    same error as before. However, my files are okay when I open them.
    Any ideas as to what is wrong?

    Make sure your Illustrator files are downsaved to version 6.
    Or perhaps just export SWF from Illustrator and import that to
    Flash.
    Hopefully now that ADBE and MACR can talk to each other this
    will get better. However since the features in Illustrator are
    exploding relentlessly, it is hard to see how Flash and the export
    filters can keep up.

  • Cannot import from Panasonic HDC-SD9

    I'm new to mac and iMovie and having problems trying to import from my Panasonic HDC-SD9 camera. I've tried shooting in different modes and none will import. Import from camera is not recognizing my sd card and trying to import from file will not allow the .mts file.
    Any ideas? Thanks in advance

    I am sorry, but that did not work for me, very strange.
    I reformatted the card with the camera, then restored the films,
    but iMovie crashes anyhow...
    Process: iMovie [2252]
    Path: /Applications/iMovie.app/Contents/MacOS/iMovie
    Identifier: com.apple.iMovie8
    Version: 8.0.5 (820)
    Build Info: iMovieApp-8200000~6
    Code Type: X86 (Native)
    Parent Process: launchd [79]
    Date/Time: 2009-11-21 21:51:19.665 +0100
    OS Version: Mac OS X 10.6.2 (10C2234)
    Report Version: 6
    Interval Since Last Report: 5722 sec
    Crashes Since Last Report: 1
    Per-App Interval Since Last Report: 9 sec
    Per-App Crashes Since Last Report: 1
    Anonymous UUID: F60994DB-59C3-4E4A-AF06-2CC82E9D3410
    Exception Type: EXCBADACCESS (SIGSEGV)
    Exception Codes: KERNINVALIDADDRESS at 0x00000000a16358f6
    Crashed Thread: 22
    Thread 0: Dispatch queue: com.apple.main-thread
    0 libSystem.B.dylib 0x961da916 semaphorewaittrap + 10
    1 com.apple.AVCHDPlugin 0x1f915488 0x1f400000 + 5330056
    2 com.apple.AVCHDPlugin 0x1f993344 0x1f400000 + 5845828
    3 com.apple.AVCHDPlugin 0x1f91d941 0x1f400000 + 5364033
    4 com.apple.AVCHDPlugin 0x1f91dea8 0x1f400000 + 5365416
    5 com.apple.AVCHDPlugin 0x1f8cd5fb 0x1f400000 + 5035515
    6 com.apple.AVCHDPlugin 0x1f8d28b7 0x1f400000 + 5056695
    7 com.apple.AVCHDPlugin 0x1f8fca5a 0x1f400000 + 5229146
    8 com.apple.AVCHDPlugin 0x1fa4a448 0x1f400000 + 6595656
    9 com.apple.AVCHDPlugin 0x1f403960 0x1f400000 + 14688
    10 com.apple.AVCHDPlugin 0x1f4031f3 0x1f400000 + 12787
    11 com.apple.Foundation 0x96e1ede1 __NSThreadPerformPerform + 506
    12 com.apple.CoreFoundation 0x900c28cb __CFRunLoopDoSources0 + 1563
    13 com.apple.CoreFoundation 0x900c038f __CFRunLoopRun + 1071
    14 com.apple.CoreFoundation 0x900bf864 CFRunLoopRunSpecific + 452
    15 com.apple.CoreFoundation 0x900bf691 CFRunLoopRunInMode + 97
    16 com.apple.HIToolbox 0x94e95f6c RunCurrentEventLoopInMode + 392
    17 com.apple.HIToolbox 0x94e95c5f ReceiveNextEventCommon + 158
    18 com.apple.HIToolbox 0x94e95ba8 BlockUntilNextEventMatchingListInMode + 81
    19 com.apple.AppKit 0x93222ac5 _DPSNextEvent + 847
    20 com.apple.AppKit 0x93222306 -[NSApplication nextEventMatchingMask:untilDate:inMode:dequeue:] + 156
    21 com.apple.iMovie8 0x0003ae4d 0x1000 + 237133
    22 com.apple.AppKit 0x931e449f -[NSApplication run] + 821
    23 com.apple.AppKit 0x931dc535 NSApplicationMain + 574
    24 com.apple.iMovie8 0x00004376 0x1000 + 13174
    25 com.apple.iMovie8 0x0000384c 0x1000 + 10316
    26 com.apple.iMovie8 0x00003779 0x1000 + 10105
    Thread 1: Dispatch queue: com.apple.libdispatch-manager
    0 libSystem.B.dylib 0x962010ea kevent + 10
    1 libSystem.B.dylib 0x96201804 dispatch_mgrinvoke + 215
    2 libSystem.B.dylib 0x96200cc3 dispatch_queueinvoke + 163
    3 libSystem.B.dylib 0x96200a68 dispatch_workerthread2 + 234
    4 libSystem.B.dylib 0x962004f1 pthreadwqthread + 390
    5 libSystem.B.dylib 0x96200336 start_wqthread + 30
    Thread 2:
    0 libSystem.B.dylib 0x96200182 _workqkernreturn + 10
    1 libSystem.B.dylib 0x96200718 pthreadwqthread + 941
    2 libSystem.B.dylib 0x96200336 start_wqthread + 30
    Thread 3:
    0 libSystem.B.dylib 0x96200182 _workqkernreturn + 10
    1 libSystem.B.dylib 0x96200718 pthreadwqthread + 941
    2 libSystem.B.dylib 0x96200336 start_wqthread + 30
    Thread 4:
    0 libSystem.B.dylib 0x961da8da machmsgtrap + 10
    1 libSystem.B.dylib 0x961db047 mach_msg + 68
    2 com.apple.CoreFoundation 0x900c077f __CFRunLoopRun + 2079
    3 com.apple.CoreFoundation 0x900bf864 CFRunLoopRunSpecific + 452
    4 com.apple.CoreFoundation 0x900c57a4 CFRunLoopRun + 84
    5 com.apple.QTKit 0x907ecb91 QTVisualContextImageProviderWorkLoop + 114
    6 libSystem.B.dylib 0x96207fbd pthreadstart + 345
    7 libSystem.B.dylib 0x96207e42 thread_start + 34
    Thread 5:
    0 libSystem.B.dylib 0x961da8da machmsgtrap + 10
    1 libSystem.B.dylib 0x961db047 mach_msg + 68
    2 com.apple.CoreFoundation 0x900c077f __CFRunLoopRun + 2079
    3 com.apple.CoreFoundation 0x900bf864 CFRunLoopRunSpecific + 452
    4 com.apple.CoreFoundation 0x900c57a4 CFRunLoopRun + 84
    5 com.apple.FWAVCPrivate 0x008331b8 AVS::AVCVideoServicesThreadStart(AVS::AVCVideoServicesThreadParams*) + 135
    6 libSystem.B.dylib 0x96207fbd pthreadstart + 345
    7 libSystem.B.dylib 0x96207e42 thread_start + 34
    Thread 6:
    0 libSystem.B.dylib 0x961da93a semaphoretimedwait_signaltrap + 10
    1 libSystem.B.dylib 0x96208445 pthread_condwait + 1066
    2 libSystem.B.dylib 0x96237028 pthreadcond_timedwait_relativenp + 47
    3 ...ple.CoreServices.CarbonCore 0x9768b235 TSWaitOnConditionTimedRelative + 242
    4 ...ple.CoreServices.CarbonCore 0x9768af73 TSWaitOnSemaphoreCommon + 511
    5 ...ickTimeComponents.component 0x9875f035 ReadSchedulerThreadEntryPoint + 4698
    6 libSystem.B.dylib 0x96207fbd pthreadstart + 345
    7 libSystem.B.dylib 0x96207e42 thread_start + 34
    Thread 7:
    0 libSystem.B.dylib 0x961da93a semaphoretimedwait_signaltrap + 10
    1 libSystem.B.dylib 0x96208445 pthread_condwait + 1066
    2 libSystem.B.dylib 0x96237028 pthreadcond_timedwait_relativenp + 47
    3 ...ple.CoreServices.CarbonCore 0x9768b235 TSWaitOnConditionTimedRelative + 242
    4 ...ple.CoreServices.CarbonCore 0x9768af73 TSWaitOnSemaphoreCommon + 511
    5 ...ple.CoreServices.CarbonCore 0x976e5508 AIOFileThread(void*) + 1127
    6 libSystem.B.dylib 0x96207fbd pthreadstart + 345
    7 libSystem.B.dylib 0x96207e42 thread_start + 34
    Thread 8:
    0 libSystem.B.dylib 0x961da93a semaphoretimedwait_signaltrap + 10
    1 libSystem.B.dylib 0x96208445 pthread_condwait + 1066
    2 libSystem.B.dylib 0x96237028 pthreadcond_timedwait_relativenp + 47
    3 com.apple.audio.CoreAudio 0x90ff6965 CAGuard::WaitFor(unsigned long long) + 219
    4 com.apple.audio.CoreAudio 0x90ff9997 CAGuard::WaitUntil(unsigned long long) + 289
    5 com.apple.audio.CoreAudio 0x90ff7294 HP_IOThread::WorkLoop() + 1892
    6 com.apple.audio.CoreAudio 0x90ff6b2b HPIOThread::ThreadEntry(HPIOThread*) + 17
    7 com.apple.audio.CoreAudio 0x90ff6a42 CAPThread::Entry(CAPThread*) + 140
    8 libSystem.B.dylib 0x96207fbd pthreadstart + 345
    9 libSystem.B.dylib 0x96207e42 thread_start + 34
    Thread 9:
    0 libSystem.B.dylib 0x961da922 semaphorewait_signaltrap + 10
    1 libSystem.B.dylib 0x9620845c pthread_condwait + 1089
    2 libSystem.B.dylib 0x96251503 pthreadcondwait + 48
    3 ...pple.AppleIntermediateCodec 0x1738b8f8 iCodecDecompressorComponentDispatch + 4014
    4 libSystem.B.dylib 0x96207fbd pthreadstart + 345
    5 libSystem.B.dylib 0x96207e42 thread_start + 34
    Thread 10:
    0 libSystem.B.dylib 0x961da922 semaphorewait_signaltrap + 10
    1 libSystem.B.dylib 0x9620845c pthread_condwait + 1089
    2 libSystem.B.dylib 0x96251503 pthreadcondwait + 48
    3 ...pple.AppleIntermediateCodec 0x1738b8f8 iCodecDecompressorComponentDispatch + 4014
    4 libSystem.B.dylib 0x96207fbd pthreadstart + 345
    5 libSystem.B.dylib 0x96207e42 thread_start + 34
    Thread 11:
    0 libSystem.B.dylib 0x961da922 semaphorewait_signaltrap + 10
    1 libSystem.B.dylib 0x9620845c pthread_condwait + 1089
    2 libSystem.B.dylib 0x96251503 pthreadcondwait + 48
    3 ...pple.AppleIntermediateCodec 0x1738ba96 iCodecDecompressorComponentDispatch + 4428
    4 libSystem.B.dylib 0x96207fbd pthreadstart + 345
    5 libSystem.B.dylib 0x96207e42 thread_start + 34
    Thread 12:
    0 libSystem.B.dylib 0x961da922 semaphorewait_signaltrap + 10
    1 libSystem.B.dylib 0x9620845c pthread_condwait + 1089
    2 libSystem.B.dylib 0x96251503 pthreadcondwait + 48
    3 ...pple.AppleIntermediateCodec 0x1738b8f8 iCodecDecompressorComponentDispatch + 4014
    4 libSystem.B.dylib 0x96207fbd pthreadstart + 345
    5 libSystem.B.dylib 0x96207e42 thread_start + 34
    Thread 13:
    0 libSystem.B.dylib 0x961da922 semaphorewait_signaltrap + 10
    1 libSystem.B.dylib 0x9620845c pthread_condwait + 1089
    2 libSystem.B.dylib 0x96251503 pthreadcondwait + 48
    3 ...ickTimeComponents.component 0x988cc443 jpegdecompress_MPLoop + 79
    4 libSystem.B.dylib 0x96207fbd pthreadstart + 345
    5 libSystem.B.dylib 0x96207e42 thread_start + 34
    Thread 14:
    0 libSystem.B.dylib 0x961da922 semaphorewait_signaltrap + 10
    1 libSystem.B.dylib 0x9620845c pthread_condwait + 1089
    2 libSystem.B.dylib 0x96251503 pthreadcondwait + 48
    3 ...ickTimeComponents.component 0x988cc443 jpegdecompress_MPLoop + 79
    4 libSystem.B.dylib 0x96207fbd pthreadstart + 345
    5 libSystem.B.dylib 0x96207e42 thread_start + 34
    Thread 15:
    0 libSystem.B.dylib 0x961da922 semaphorewait_signaltrap + 10
    1 libSystem.B.dylib 0x9620845c pthread_condwait + 1089
    2 libSystem.B.dylib 0x96251503 pthreadcondwait + 48
    3 ...ickTimeComponents.component 0x988cc443 jpegdecompress_MPLoop + 79
    4 libSystem.B.dylib 0x96207fbd pthreadstart + 345
    5 libSystem.B.dylib 0x96207e42 thread_start + 34
    Thread 16:
    Thread 17:
    0 libSystem.B.dylib 0x96208806 _semwaitsignal + 10
    1 libSystem.B.dylib 0x962084c2 pthread_condwait + 1191
    2 libSystem.B.dylib 0x9620a158 pthreadcondwait$UNIX2003 + 73
    3 com.apple.Foundation 0x96e30aef -[NSCondition wait] + 316
    4 com.apple.Foundation 0x96e1e4a5 -[NSObject(NSThreadPerformAdditions) performSelector:onThread:withObject:waitUntilDone:modes:] + 1111
    5 com.apple.Foundation 0x96e30c4b -[NSObject(NSThreadPerformAdditions) performSelectorOnMainThread:withObject:waitUntilDone:] + 184
    6 com.apple.AVCHDPlugin 0x1f4032cd 0x1f400000 + 13005
    7 com.apple.proapps.MIO 0x1756a9b3 -[PluginLockPair mountPath:] + 169
    8 com.apple.proapps.MIO 0x1756b501 -[PluginLockPair scanPaths] + 463
    9 com.apple.Foundation 0x96e088d8 -[NSThread main] + 45
    10 com.apple.Foundation 0x96e08888 _NSThread__main_ + 1499
    11 libSystem.B.dylib 0x96207fbd pthreadstart + 345
    12 libSystem.B.dylib 0x96207e42 thread_start + 34
    Thread 18:
    0 libSystem.B.dylib 0x961da93a semaphoretimedwait_signaltrap + 10
    1 libSystem.B.dylib 0x96208445 pthread_condwait + 1066
    2 libSystem.B.dylib 0x96237028 pthreadcond_timedwait_relativenp + 47
    3 com.apple.Foundation 0x96e44a84 -[NSCondition waitUntilDate:] + 453
    4 com.apple.Foundation 0x96dfd7f5 -[NSConditionLock lockWhenCondition:beforeDate:] + 279
    5 com.apple.Foundation 0x96dfd6d8 -[NSConditionLock lockWhenCondition:] + 69
    6 com.apple.proapps.MIO 0x1756b60b -[PluginLockPair scanPaths] + 729
    7 com.apple.Foundation 0x96e088d8 -[NSThread main] + 45
    8 com.apple.Foundation 0x96e08888 _NSThread__main_ + 1499
    9 libSystem.B.dylib 0x96207fbd pthreadstart + 345
    10 libSystem.B.dylib 0x96207e42 thread_start + 34
    Thread 19:
    0 libSystem.B.dylib 0x961da8da machmsgtrap + 10
    1 libSystem.B.dylib 0x961db047 mach_msg + 68
    2 com.apple.framework.IOKit 0x92dd94df ioconnectmethod + 574
    3 com.apple.framework.IOKit 0x92d8d706 IOConnectCallMethod + 454
    4 com.apple.framework.IOKit 0x92d8d91c IOConnectCallStructMethod + 84
    5 com.apple.iokit.SCSITaskLib 0x176d5667 MMCDeviceUserClientClass::ModeSense10(unsigned char, unsigned char, unsigned char, unsigned char, void*, unsigned short, SCSITaskStatus*, SCSISenseData*) + 159
    6 com.apple.DiscRecording 0x92f1031c DRDevicePlugIn::ExecuteMMCDeviceTask(DRExecuteSCSITaskParam*, __DRSenseInfo*) + 628
    7 com.apple.DiscRecording 0x92f0ffa1 DRDevicePlugIn::ExecuteSCSITask(DRExecuteSCSITaskParam*, __DRSenseInfo*) + 81
    8 com.apple.DiscRecording 0x92f0fe11 DROpticalDevice::ExecuteSCSITask(DRExecuteSCSITaskParam*, __DRSenseInfo*) + 297
    9 com.apple.DiscRecording 0x92f0fac7 DROpticalDevice::ModeSense10(unsigned char, void*, unsigned short*) + 403
    10 com.apple.DiscRecording 0x92f0f8f7 DROpticalDevice::GetCDCapabilitiesPage(__CDCapabilitiesPage*) + 101
    11 com.apple.DiscRecording 0x92f0e29d DROpticalDevice::InitializeState() + 983
    12 com.apple.DiscRecording 0x92f089ed DROpticalDevice::Initialize(void*, __CFData const*, __CFString const*) + 251
    13 com.apple.DiscRecording 0x92f085a9 _DRDeviceCreate(void*, __CFData const*, __CFString const*, __CFDictionary const*) + 164
    14 com.apple.DiscRecording 0x92f084e0 -[DRDevice(InternalBridgeMethods) initWithRegistryPath:forGUID:usingProfile:] + 50
    15 com.apple.DiscRecording 0x92f084a8 -[DRDevice(InternalBridgeMethods) initWithRegistryPath:forGUID:] + 56
    16 com.apple.DiscRecording 0x92f4cb38 _DRDeviceCreate + 199
    17 com.apple.DiscRecording 0x92f07ca8 DROpticalDevice::Create(__CFData const*, __CFString const*) + 24
    18 com.apple.DiscRecording 0x92f07bec DRDeviceManager::RegisterAuthoringDevice(__CFData const*, __CFString const*) + 66
    19 com.apple.DiscRecording 0x92f07b1f DRDeviceManager::IOCDDeviceMatched(DRDeviceManager*, unsigned int) + 237
    20 com.apple.DiscRecording 0x92f07766 DRDeviceManager::DRDeviceManager() + 380
    21 com.apple.DiscRecording 0x92f075ce DRDeviceManager::Create() + 34
    22 com.apple.DiscRecording 0x92f0611e DRAutoInit::Initialize() + 758
    23 com.apple.DiscRecording 0x92f05c32 DRDeviceCopyDeviceForBSDName + 169
    24 com.apple.MPEG2PSRADPlugin 0x1fba8c55 FenwayIsFolderSupported + 544
    25 com.apple.MPEG2PSRADPlugin 0x1fb9ef9c 0x1fb9d000 + 8092
    26 com.apple.proapps.MIO 0x1756a9b3 -[PluginLockPair mountPath:] + 169
    27 com.apple.proapps.MIO 0x1756b501 -[PluginLockPair scanPaths] + 463
    28 com.apple.Foundation 0x96e088d8 -[NSThread main] + 45
    29 com.apple.Foundation 0x96e08888 _NSThread__main_ + 1499
    30 libSystem.B.dylib 0x96207fbd pthreadstart + 345
    31 libSystem.B.dylib 0x96207e42 thread_start + 34
    Thread 20:
    0 libSystem.B.dylib 0x961da916 semaphorewaittrap + 10
    1 com.apple.AVCHDPlugin 0x1f915488 0x1f400000 + 5330056
    2 com.apple.AVCHDPlugin 0x1f992e86 0x1f400000 + 5844614
    3 com.apple.AVCHDPlugin 0x1f915911 0x1f400000 + 5331217
    4 libSystem.B.dylib 0x962d0e52 pthreadbody + 27
    Thread 21:
    0 libSystem.B.dylib 0x961da922 semaphorewait_signaltrap + 10
    1 libSystem.B.dylib 0x9620845c pthread_condwait + 1089
    2 libSystem.B.dylib 0x96251503 pthreadcondwait + 48
    3 com.apple.AVCHDPlugin 0x1f7e363f 0x1f400000 + 4077119
    4 com.apple.AVCHDPlugin 0x1f810c00 0x1f400000 + 4262912
    5 com.apple.AVCHDPlugin 0x1f7e32de 0x1f400000 + 4076254
    6 com.apple.AVCHDPlugin 0x1f915911 0x1f400000 + 5331217
    7 libSystem.B.dylib 0x962d0e52 pthreadbody + 27
    Thread 22 Crashed:
    0 com.apple.AVCHDPlugin 0x1f9c61c4 0x1f400000 + 6054340
    1 com.apple.AVCHDPlugin 0x1f9d0ecb 0x1f400000 + 6098635
    2 com.apple.AVCHDPlugin 0x1fa28e44 0x1f400000 + 6458948
    3 com.apple.AVCHDPlugin 0x1fa2a42e 0x1f400000 + 6464558
    4 com.apple.AVCHDPlugin 0x1f9d56ee 0x1f400000 + 6117102
    5 com.apple.AVCHDPlugin 0x1f9b7cd0 0x1f400000 + 5995728
    6 com.apple.AVCHDPlugin 0x1f91850f 0x1f400000 + 5342479
    7 com.apple.AVCHDPlugin 0x1f992925 0x1f400000 + 5843237
    8 com.apple.AVCHDPlugin 0x1f992df7 0x1f400000 + 5844471
    9 com.apple.AVCHDPlugin 0x1f917f38 0x1f400000 + 5340984
    10 com.apple.AVCHDPlugin 0x1f915911 0x1f400000 + 5331217
    11 libSystem.B.dylib 0x962d0e52 pthreadbody + 27
    Thread 23:
    0 libSystem.B.dylib 0x961da922 semaphorewait_signaltrap + 10
    1 libSystem.B.dylib 0x961e03e6 pthreadmutexlock + 490
    2 com.apple.DiscRecording 0x92f05e5f DRAutoInit::Initialize() + 55
    3 com.apple.DiscRecording 0x92f07992 DRDiskArbitor::DiskAppearedCallback(__DADisk*, void*) + 40
    4 com.apple.DiskArbitration 0x981417c0 _DADispatchCallback + 260
    5 com.apple.DiskArbitration 0x981413ec _DASessionCallback + 339
    6 com.apple.CoreFoundation 0x900c5ae6 __CFMachPortPerform + 198
    7 com.apple.CoreFoundation 0x900c18db __CFRunLoopRun + 6523
    8 com.apple.CoreFoundation 0x900bf864 CFRunLoopRunSpecific + 452
    9 com.apple.CoreFoundation 0x900c57a4 CFRunLoopRun + 84
    10 com.apple.DiscRecording 0x92f071d7 DRWorkLoop::WorkLoop() + 271
    11 com.apple.DiscRecording 0x92f070b5 DRWorkLoop::WorkLoopEntry(DRWorkLoop*) + 17
    12 com.apple.DiscRecording 0x92f06e21 DRThreadObject::StartRoutine(DRThreadObject*) + 151
    13 libSystem.B.dylib 0x96207fbd pthreadstart + 345
    14 libSystem.B.dylib 0x96207e42 thread_start + 34
    Thread 24:
    0 libSystem.B.dylib 0x961da8da machmsgtrap + 10
    1 libSystem.B.dylib 0x961db047 mach_msg + 68
    2 com.apple.CoreFoundation 0x900c077f __CFRunLoopRun + 2079
    3 com.apple.CoreFoundation 0x900bf864 CFRunLoopRunSpecific + 452
    4 com.apple.CoreFoundation 0x900bf691 CFRunLoopRunInMode + 97
    5 com.apple.CoreMediaIOServices 0x94a654a7 MIO::DAL::RunLoop::OwnThread(void*) + 157
    6 com.apple.CoreMediaIOServices 0x94a6736c CAPThread::Entry(CAPThread*) + 180
    7 libSystem.B.dylib 0x96207fbd pthreadstart + 345
    8 libSystem.B.dylib 0x96207e42 thread_start + 34
    Thread 25:
    0 libSystem.B.dylib 0x96208806 _semwaitsignal + 10
    1 libSystem.B.dylib 0x962084c2 pthread_condwait + 1191
    2 libSystem.B.dylib 0x9620a158 pthreadcondwait$UNIX2003 + 73
    3 com.apple.Foundation 0x96e30aef -[NSCondition wait] + 316
    4 com.apple.Foundation 0x96e1e4a5 -[NSObject(NSThreadPerformAdditions) performSelector:onThread:withObject:waitUntilDone:modes:] + 1111
    5 com.apple.Foundation 0x96e30c4b -[NSObject(NSThreadPerformAdditions) performSelectorOnMainThread:withObject:waitUntilDone:] + 184
    6 com.apple.iMovie8 0x00013f19 0x1000 + 77593
    7 com.apple.Foundation 0x96e088d8 -[NSThread main] + 45
    8 com.apple.Foundation 0x96e08888 _NSThread__main_ + 1499
    9 libSystem.B.dylib 0x96207fbd pthreadstart + 345
    10 libSystem.B.dylib 0x96207e42 thread_start + 34
    Thread 26:
    0 libSystem.B.dylib 0x961da916 semaphorewaittrap + 10
    1 com.apple.AVCHDPlugin 0x1f915488 0x1f400000 + 5330056
    2 com.apple.AVCHDPlugin 0x1f992e86 0x1f400000 + 5844614
    3 com.apple.AVCHDPlugin 0x1f915911 0x1f400000 + 5331217
    4 libSystem.B.dylib 0x962d0e52 pthreadbody + 27
    Thread 22 crashed with X86 Thread State (32-bit):
    eax: 0x010f4c28 ebx: 0x1f9c61b4 ecx: 0xa16358f6 edx: 0x01403000
    edi: 0x010f4a00 esi: 0x010f4c28 ebp: 0xb03d6f48 esp: 0xb03d6f00
    ss: 0x0000001f efl: 0x00010286 eip: 0x1f9c61c4 cs: 0x00000017
    ds: 0x0000001f es: 0x0000001f fs: 0x0000001f gs: 0x00000037
    cr2: 0xa16358f6
    Binary Images:
    0x1000 - 0x334ffc com.apple.iMovie8 8.0.5 (820) <7137E8C5-EE25-9272-3494-B97197DE3AC0> /Applications/iMovie.app/Contents/MacOS/iMovie
    0x3d2000 - 0x40bfe3 com.apple.MPEG2TSDecoder 1.0 (84) <75EC884A-7300-87B1-7E3A-A2B156BD4D79> /Applications/iMovie.app/Contents/Frameworks/Mpeg2TsDecoder.framework/Versions/ A/Mpeg2TsDecoder
    0x443000 - 0x464fff com.apple.iWidgets 1.0.0 (24) /Applications/iMovie.app/Contents/Frameworks/iWidgets.framework/Versions/A/iWid gets
    0x477000 - 0x51aff4 com.apple.DotMacKit 47 (3.0.2L) <5C3FF2BA-7124-3DF9-B197-19DD4D543798> /Applications/iMovie.app/Contents/Frameworks/DotMacKit.framework/Versions/A/Dot MacKit
    0x580000 - 0x581ff7 com.apple.Helium 3.0.0 (157) <22FD7CB4-024E-3065-EB67-262ABF99636E> /Applications/iMovie.app/Contents/Frameworks/Helium.framework/Versions/A/Helium
    0x587000 - 0x588fff +com.bensyverson.dvmatte.autopicker 1.0 (1.0) <5FB2D0C9-D6D7-036E-F739-DA7CE5BAD36E> /Applications/iMovie.app/Contents/Frameworks/DVMAutopick.framework/Versions/A/D VMAutopick
    0x58e000 - 0x643fe7 libcrypto.0.9.7.dylib ??? (???) <4917E4F2-817F-5AC4-3FBE-54BC96360448> /usr/lib/libcrypto.0.9.7.dylib
    0x689000 - 0x7bbfe4 com.apple.Helium.HeliumRender 2.0.0 (157) <DEA355F6-22DC-68D4-EA7A-EE06C0D7F150> /Applications/iMovie.app/Contents/Frameworks/Helium.framework/Versions/A/Framew orks/HeliumRender.framework/Versions/A/HeliumRender
    0x814000 - 0x814ff7 libmx.A.dylib ??? (???) <01401BF8-3FC7-19CF-ACCE-0F292BFD2F25> /usr/lib/libmx.A.dylib
    0x82e000 - 0x861ff3 com.apple.FWAVCPrivate 1.46 (46) <093898A4-DD45-56CB-48A8-D8AFE94D9F38> /System/Library/PrivateFrameworks/FWAVCPrivate.framework/FWAVCPrivate
    0x8a5000 - 0x8c1ff7 GLRendererFloat ??? (???) <B2C52C39-BFA3-6586-3B31-2A990640782D> /System/Library/Frameworks/OpenGL.framework/Resources/GLRendererFloat.bundle/GL RendererFloat
    0xe00000 - 0xf71ff7 GLEngine ??? (???) <4C9A6A3B-245B-4164-EB56-64E5337B7B9C> /System/Library/Frameworks/OpenGL.framework/Resources/GLEngine.bundle/GLEngine
    0x13d59000 - 0x14115fef com.apple.ATIRadeonX2000GLDriver 1.6.6 (6.0.6) <C3BCFAE6-DA96-FEE9-5B7C-A1D3FFE630F5> /System/Library/Extensions/ATIRadeonX2000GLDriver.bundle/Contents/MacOS/ATIRade onX2000GLDriver
    0x1650c000 - 0x16513ff7 com.apple.iLMBAperturePlugin 2.1.3 (110.0.3) <821580C6-A859-AA53-5C85-19F39BB4B747> /Library/Application Support/iLifeMediaBrowser/Plug-Ins/iLMBAperturePlugin.ilmbplugin/Contents/MacOS /iLMBAperturePlugin
    0x1651a000 - 0x1651bff7 com.apple.iLMBAppDefPlugin 2.1.3 (110.0.3) <ABA956B7-9BE5-01F3-C2B5-23591F943F78> /Library/Application Support/iLifeMediaBrowser/Plug-Ins/iLMBAppDefPlugin.ilmbplugin/Contents/MacOS/i LMBAppDefPlugin
    0x16520000 - 0x16521ff7 com.apple.iLMBFolderPlugin 2.1.3 (110.0.3) <3DAB4296-DF87-5510-5FBF-9B615B77A544> /Library/Application Support/iLifeMediaBrowser/Plug-Ins/iLMBFolderPlugin.ilmbplugin/Contents/MacOS/i LMBFolderPlugin
    0x16526000 - 0x1652aff7 com.apple.iLMBGarageBandPlugin 2.1.3 (110.0.3) <69F15960-9D4D-E931-40BC-9A706D40197E> /Library/Application Support/iLifeMediaBrowser/Plug-Ins/iLMBGarageBandPlugin.ilmbplugin/Contents/Mac OS/iLMBGarageBandPlugin
    0x16530000 - 0x1653cff7 com.apple.iLMBiMoviePlugin 2.1.3 (110.0.3) <CA6345FC-F811-EA46-D48A-35DE3499829B> /Library/Application Support/iLifeMediaBrowser/Plug-Ins/iLMBiMoviePlugin.ilmbplugin/Contents/MacOS/i LMBiMoviePlugin
    0x16793000 - 0x167a4ffb com.apple.iLMBiPhoto8Plugin 2.1.3 (110.0.3) <7C16F545-E264-D0C6-47DE-11006AEF2D51> /Library/Application Support/iLifeMediaBrowser/Plug-Ins/iLMBiPhoto8Plugin.ilmbplugin/Contents/MacOS/ iLMBiPhoto8Plugin
    0x167ac000 - 0x167b5ff7 com.apple.iLMBiPhotoPlugin 2.1.3 (110.0.3) <D1CD69A8-CFCA-3B00-C977-CC40C2B97766> /Library/Application Support/iLifeMediaBrowser/Plug-Ins/iLMBiPhotoPlugin.ilmbplugin/Contents/MacOS/i LMBiPhotoPlugin
    0x167bc000 - 0x167c4ff7 com.apple.iLMBiTunesPlugin 2.1.3 (110.0.3) <5B4BE0C1-0B25-43E7-B5DB-9A8C7C6BF2CE> /Library/Application Support/iLifeMediaBrowser/Plug-Ins/iLMBiTunesPlugin.ilmbplugin/Contents/MacOS/i LMBiTunesPlugin
    0x167cb000 - 0x16893fe3 com.apple.iTunesAccess 9.0.2 (9.0.2) <BE683D34-0A0C-4153-FF5E-21CBBBFDD447> /System/Library/PrivateFrameworks/iTunesAccess.framework/iTunesAccess
    0x168b4000 - 0x168b6ff7 com.apple.iLMBMoviesFolderPlugin 2.1.3 (110.0.3) <FF3F0BCB-09A6-E51E-FFB6-BA2EDF29E130> /Library/Application Support/iLifeMediaBrowser/Plug-Ins/iLMBMoviesFolderPlugin.ilmbplugin/Contents/M acOS/iLMBMoviesFolderPlugin
    0x168bb000 - 0x168bdff7 com.apple.iLMBPhotoBoothPlugin 2.1.3 (110.0.3) <6B6DBBD0-BA2C-A4F7-69C5-C4249E1B7FE2> /Library/Application Support/iLifeMediaBrowser/Plug-Ins/iLMBPhotoBoothPlugin.ilmbplugin/Contents/Mac OS/iLMBPhotoBoothPlugin
    0x16fde000 - 0x16fe0ff7 com.apple.PDFImporter 2.1 (???) <C78368B0-3712-067C-9467-55932890C979> /System/Library/Components/PDFImporter.component/Contents/MacOS/PDFImporter
    0x16fe9000 - 0x16fedff3 com.apple.audio.AudioIPCPlugIn 1.1.2 (1.1.2) <A5229158-372C-2C5C-1D7F-249AF8F7325E> /System/Library/Extensions/AudioIPCDriver.kext/Contents/Resources/AudioIPCPlugI n.bundle/Contents/MacOS/AudioIPCPlugIn
    0x16ff2000 - 0x16ff8ffb com.apple.audio.AppleHDAHALPlugIn 1.8.1 (1.8.1a5) <6AD8DC5A-7169-6B69-BCF4-E7BC8811F807> /System/Library/Extensions/AppleHDA.kext/Contents/PlugIns/AppleHDAHALPlugIn.bun dle/Contents/MacOS/AppleHDAHALPlugIn
    0x17385000 - 0x1739ffc3 com.apple.AppleIntermediateCodec 1.2 (145) /Library/QuickTime/AppleIntermediateCodec.component/Contents/MacOS/AppleInterme diateCodec
    0x1754b000 - 0x175a6ff3 com.apple.proapps.MIO 1.0.4 (502) <68ADDE21-F0A1-06BF-B3CD-FCBC398FF64C> /Applications/iMovie.app/Contents/Frameworks/MIO.framework/Versions/A/MIO
    0x175fc000 - 0x17651fef com.apple.AppleProResDecoder 2.0 (223) <793BA98A-2E7D-1C39-998D-805B60034DF4> /System/Library/QuickTime/AppleProResDecoder.component/Contents/MacOS/AppleProR esDecoder
    0x17689000 - 0x1768eff7 com.apple.AppleMPEG2Codec 1.0.1 (220) <6FDFF3C8-7ECE-CB74-1374-9C0230C54F78> /Library/QuickTime/AppleMPEG2Codec.component/Contents/MacOS/AppleMPEG2Codec
    0x176d3000 - 0x176d8ff7 com.apple.iokit.SCSITaskLib 2.6.1 (2.6.1) <264DBD78-9108-1CD9-3351-967B700BE08E> /System/Library/Extensions/IOSCSIArchitectureModelFamily.kext/Contents/PlugIns/ SCSITaskUserClient.kext/Contents/PlugIns/SCSITaskLib.plugin/Contents/MacOS/SCSIT askLib
    0x176e2000 - 0x176ecff7 com.apple.IOFWDVComponents 1.9.9 (1.9.9) <5B4E7BD7-EF5A-2F5C-DF8E-3D4A7B59F779> /System/Library/Components/IOFWDVComponents.component/Contents/MacOS/IOFWDVComp onents
    0x176fa000 - 0x17736fe3 com.apple.QuickTimeFireWireDV.component 7.6.3 (1592.18) <E01CB5B7-90A6-047A-2EAE-6C303FC8E056> /System/Library/QuickTime/QuickTimeFireWireDV.component/Contents/MacOS/QuickTim eFireWireDV
    0x17742000 - 0x1775bfe7 com.apple.applepixletvideo 1.2.19 (1.2d19) <4A68731C-8071-6CF5-012C-40F00CD1333A> /System/Library/QuickTime/ApplePixletVideo.component/Contents/MacOS/ApplePixlet Video
    0x17b00000 - 0x17b79fef com.apple.AppleVAH264HW.component 2.0 (1.0) <D47FEA99-0353-962B-D5D4-B54A863DD0E0> /System/Library/QuickTime/AppleVAH264HW.component/Contents/MacOS/AppleVAH264HW
    0x17c7b000 - 0x17c81ff7 com.apple.MP4RADPlugin 1.0 (411) <ECAC8657-404E-D9E3-222A-EAA8910D8303> /Applications/iMovie.app/Contents/RADPlugins/MP4.RADPlug/Contents/MacOS/MP4
    0x17c8b000 - 0x17c8eff7 com.apple.ATIRadeonX2000GA 1.6.6 (6.0.6) <1148D223-172F-E91D-B456-B3E81640357E> /System/Library/Extensions/ATIRadeonX2000GA.plugin/Contents/MacOS/ATIRadeonX200 0GA
    0x18221000 - 0x1824aff7 com.apple.CoreMediaPrivate 20.0 (20.0) <29A9848F-2C1C-BDE4-EADC-2A3C71C1DBC4> /System/Library/PrivateFrameworks/CoreMediaPrivate.framework/Versions/A/CoreMed iaPrivate
    0x1829b000 - 0x182d5fff com.apple.CoreMediaIOServicesPrivate 23.0 (951) <69D09BBB-D4D1-0EF5-9979-66008B4BDE56> /System/Library/PrivateFrameworks/CoreMediaIOServicesPrivate.framework/Versions /A/CoreMediaIOServicesPrivate
    0x189da000 - 0x18a04ff7 com.apple.ATIRadeonX2000VADriver 1.6.6 (6.0.6) <4DBCE5F2-2FD2-C8EE-46DB-8D4AF779B210> /System/Library/Extensions/ATIRadeonX2000VADriver.bundle/Contents/MacOS/ATIRade onX2000VADriver
    0x18a69000 - 0x18ae6fe7 com.apple.AppleVADriver 4.7.5 (4.7.5) <3123093D-E8BD-6805-1094-43C8806BD9A8> /System/Library/Extensions/AppleVADriver.bundle/Contents/MacOS/AppleVADriver
    0x18c00000 - 0x18c3cff7 com.apple.DP.ScreenInputDevice 7.0 (7.0) <EEB9C00A-4B5E-3B2D-22D7-852541DD4785> /System/Library/PrivateFrameworks/CoreMediaIOServices.framework/Resources/Apple ScreenInputDevice.plugin/Contents/MacOS/AppleScreenInputDevice
    0x18c47000 - 0x18c71fff com.apple.mio.DAL.VDC_4 125.0 (852) <CB7B154A-2C6A-2E2B-AF50-A5D94B1E7C38> /System/Library/PrivateFrameworks/CoreMediaIOServices.framework/Resources/VDC.p lugin/Contents/MacOS/VDC
    0x18c7a000 - 0x18cadff3 com.apple.FWAVC 124.46 (46) <20B3AFED-EC71-4A22-9CEA-76DB523643F5> /System/Library/PrivateFrameworks/FWAVC.framework/Versions/A/FWAVC
    0x18cc2000 - 0x18cecffb com.apple.QuickTimeIIDCDigitizer 7.6.3 (1592.18) <13A7DA7E-0B2D-C5FB-6FB2-5C3CB14974E8> /System/Library/QuickTime/QuickTimeIIDCDigitizer.component/Contents/MacOS/Quick TimeIIDCDigitizer
    0x18f00000 - 0x1909cfef com.apple.TundraUnits 125.0 (852) <EDB0E080-D101-3634-FE41-30FDABB27CC4> /System/Library/PrivateFrameworks/CoreMediaIOServices.framework/Resources/Tundr aUnits.bundle/Contents/MacOS/TundraUnits
    0x1f400000 - 0x1fac6feb com.apple.AVCHDPlugin 1.0.2 (1.02) <E138231D-A66A-2F55-CAB4-F01E032DD0B4> /Applications/iMovie.app/Contents/RADPlugins/AVCHD.RADPlug/Contents/MacOS/AVCHD
    0x1fb9d000 - 0x1fd5cff8 com.apple.MPEG2PSRADPlugin 1.2 (407) <AA6C400A-122B-4FD1-2DCA-4766B4FE5D4E> /Applications/iMovie.app/Contents/RADPlugins/MPEG2PS.RADPlug/Contents/MacOS/MPE G2PS
    0x70000000 - 0x700cbffb com.apple.audio.units.Components 1.6.1 (1.6.1) <D3090707-B842-917F-FFA2-40DF20495F05> /System/Library/Components/CoreAudio.component/Contents/MacOS/CoreAudio
    0x8fe00000 - 0x8fe41627 dyld 132.1 (???) <7E8A62A5-BB2D-C9C5-940D-B493DC9CD231> /usr/lib/dyld
    0x90003000 - 0x90006fe7 libmathCommon.A.dylib ??? (???) <1622A54F-1A98-2CBE-B6A4-2122981A500E> /usr/lib/system/libmathCommon.A.dylib
    0x90040000 - 0x90083ff7 com.apple.NavigationServices 3.5.3 (181) <28CDD978-030E-7D4A-5334-874A8EBE6C29> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/NavigationSer vices.framework/Versions/A/NavigationServices
    0x90084000 - 0x901fbfef com.apple.CoreFoundation 6.6.1 (550.13) <00449488-83AF-75E2-089E-5D6AF3E93533> /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
    0x90252000 - 0x90464fff com.apple.RawCamera.bundle 2.2.1 (477) <648EEFE7-A0DC-BDD2-9722-9E9B6084E3CF> /System/Library/CoreServices/RawCamera.bundle/Contents/MacOS/RawCamera
    0x90470000 - 0x90470ff7 com.apple.ApplicationServices 38 (38) <8012B504-3D83-BFBB-DA65-065E061CFE03> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Application Services
    0x9060b000 - 0x90618ff7 com.apple.NetFS 3.2.1 (3.2.1) <1F28472D-9913-B8CE-B025-BBA52372F568> /System/Library/Frameworks/NetFS.framework/Versions/A/NetFS
    0x90619000 - 0x9071bfef com.apple.MeshKitIO 1.0 (49.0) <B14C5987-EF67-0D1A-2B20-88922836D908> /System/Library/PrivateFrameworks/MeshKit.framework/Versions/A/Frameworks/MeshK itIO.framework/Versions/A/MeshKitIO
    0x9071c000 - 0x9085bfe3 com.apple.QTKit 7.6.3 (1592.18) <942754FA-65DF-1EB1-EE4A-E4778D35B75B> /System/Library/Frameworks/QTKit.framework/Versions/A/QTKit
    0x9099c000 - 0x909d4ff7 com.apple.LDAPFramework 2.0 (120.1) <5C45EDF4-3BE3-9B1B-55F8-D17BA3671A13> /System/Library/Frameworks/LDAP.framework/Versions/A/LDAP
    0x90a09000 - 0x90a0bff7 com.apple.securityhi 4.0 (36638) <3F66C91E-D1D7-8E85-4CF8-A8B557D6DBC5> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SecurityHI.fr amework/Versions/A/SecurityHI
    0x90a0c000 - 0x90a2cfe7 libresolv.9.dylib ??? (???) <A48921CB-3FA7-3071-AF9C-2D86FB493A3A> /usr/lib/libresolv.9.dylib
    0x90a2d000 - 0x90a33ff7 libCGXCoreImage.A.dylib ??? (???) <5BA2E8FE-49FF-2CA0-7A77-9986211E0475> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libCGXCoreImage.A.dylib
    0x90a34000 - 0x90aa2ff7 com.apple.QuickLookUIFramework 2.1 (327.3) <B6958F7F-A813-9383-2272-A8D5C769EBFA> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuickLookUI.f ramework/Versions/A/QuickLookUI
    0x90ac2000 - 0x90ac6ff7 libGIF.dylib ??? (???) <CB5D00E2-15C3-2F41-B87E-7860E6B8CE51> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libGIF.dylib
    0x90ac7000 - 0x90adbffb com.apple.speech.synthesis.framework 3.10.35 (3.10.35) <0DBE17D5-17A2-8A0E-8572-5A78408B41C9> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ SpeechSynthesis.framework/Versions/A/SpeechSynthesis
    0x90adc000 - 0x90adcff7 com.apple.Cocoa 6.6 (???) <EA27B428-5904-B00B-397A-185588698BCC> /System/Library/Frameworks/Cocoa.framework/Versions/A/Cocoa
    0x90add000 - 0x90c09fe3 com.apple.audio.toolbox.AudioToolbox 1.6.1 (1.6.1) <3FB8749F-2119-A11A-7E6B-58194DC9C844> /System/Library/Frameworks/AudioToolbox.framework/Versions/A/AudioToolbox
    0x90c0a000 - 0x90c15ff7 libCSync.A.dylib ??? (???) <B80BE1C5-BF5D-285B-E4C8-C774E5119C1F> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libCSync.A.dylib
    0x90c16000 - 0x90c67ff7 com.apple.HIServices 1.8.0 (???) <4EACE6E4-6E8B-5787-F36A-7958BB885629> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ HIServices.framework/Versions/A/HIServices
    0x90c68000 - 0x90d45ff7 com.apple.vImage 4.0 (4.0) <64597E4B-F144-DBB3-F428-0EC3D9A1219E> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vImage.fr amework/Versions/A/vImage
    0x90ea0000 - 0x90edaffb libFontRegistry.dylib ??? (???) <3F6ACE4A-2570-286C-ED2B-C24280A5D38F> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ATS.framework/Versions/A/Resources/libFontRegistry.dylib
    0x90ee6000 - 0x90f95ff3 com.apple.ColorSync 4.6.2 (4.6.2) <FEAC802A-CCF2-EF31-9CB7-FAC86FA999EE> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ColorSync.framework/Versions/A/ColorSync
    0x90f96000 - 0x90fd5ff7 com.apple.ImageCaptureCore 1.0 (1.0) <D8767350-A10D-B6B5-3A8D-05888A7758ED> /System/Library/Frameworks/ImageCaptureCore.framework/Versions/A/ImageCaptureCo re
    0x90fd6000 - 0x91050fef com.apple.audio.CoreAudio 3.2.2 (3.2.2) <F8CDF5EC-1CC7-5CE7-58C2-2A59D17D2DD5> /System/Library/Frameworks/CoreAudio.framework/Versions/A/CoreAudio
    0x91051000 - 0x9115eff7 com.apple.MediaToolbox 0.420.18 (420.18) <9A33F0DC-1F68-83CD-D240-BB77FD322B0A> /System/Library/PrivateFrameworks/MediaToolbox.framework/Versions/A/MediaToolbo x
    0x9115f000 - 0x9119dff7 com.apple.QuickLookFramework 2.1 (327.3) <7F66E7DF-5C44-2A31-ED00-9A06023B1DF6> /System/Library/Frameworks/QuickLook.framework/Versions/A/QuickLook
    0x9119e000 - 0x911e2fe7 com.apple.Metadata 10.6.2 (507.4) <C34A411B-BBE4-635B-7295-F05FEAB43C6C> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Metadat a.framework/Versions/A/Metadata
    0x91224000 - 0x9122effb com.apple.speech.recognition.framework 3.11.1 (3.11.1) <45083DBA-5EA4-9B90-8BEB-A089E515180F> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SpeechRecogni tion.framework/Versions/A/SpeechRecognition
    0x9122f000 - 0x91a59fe7 com.apple.WebCore 6531.21 (6531.21.8) <60DEC7F3-954D-F4C4-360A-13575EDCC40A> /System/Library/Frameworks/WebKit.framework/Versions/A/Frameworks/WebCore.frame work/Versions/A/WebCore
    0x91a5a000 - 0x91b01fe7 com.apple.CFNetwork 454.5 (454.5) <42EDE919-43FA-160E-61B3-39921AD8B8B7> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CFNetwo rk.framework/Versions/A/CFNetwork
    0x91b02000 - 0x91b32ff7 com.apple.MeshKit 1.0 (49.0) <2F5D1A91-ACC8-C2F8-C242-CBBB6781AE05> /System/Library/PrivateFrameworks/MeshKit.framework/Versions/A/MeshKit
    0x91b33000 - 0x91c57ff7 com.apple.CoreAUC 5.03.3 (5.03.3) <9E58FE11-413A-C56F-1280-B2F9802DF69C> /System/Library/PrivateFrameworks/CoreAUC.framework/Versions/A/CoreAUC
    0x91c58000 - 0x91c58ff7 com.apple.Carbon 150 (152) <811FC695-B346-354A-EDEA-1D243DE50BC8> /System/Library/Frameworks/Carbon.framework/Versions/A/Carbon
    0x91c59000 - 0x91cafff7 com.apple.MeshKitRuntime 1.0 (49.0) <20DE8687-2A2B-62E2-1AD5-D1D54A3A7F76> /System/Library/PrivateFrameworks/MeshKit.framework/Versions/A/Frameworks/MeshK itRuntime.framework/Versions/A/MeshKitRuntime
    0x91cb0000 - 0x91ddefe7 com.apple.CoreData 102.1 (250) <33C5CC9D-73AD-896B-17DA-6B0F3075877C> /System/Library/Frameworks/CoreData.framework/Versions/A/CoreData
    0x91ddf000 - 0x91de9ff7 libGL.dylib ??? (???) <76A207FE-889A-CF1B-AF9A-795EEE5A463E> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib
    0x91dea000 - 0x91e06fe3 com.apple.openscripting 1.3.1 (???) <DE20A1B9-F9B6-697C-B533-F5869BA43077> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/OpenScripting .framework/Versions/A/OpenScripting
    0x91e07000 - 0x91e0affb com.apple.help 1.3.1 (41) <EF92C648-2085-C085-8EA7-A1AF37AE94F4> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Help.framewor k/Versions/A/Help
    0x91e87000 - 0x92087feb com.apple.AddressBook.framework 5.0.1 (864) <05126D2C-7E44-F05D-9AAA-6A3D7906D95A> /System/Library/Frameworks/AddressBook.framework/Versions/A/AddressBook
    0x92088000 - 0x920afff7 com.apple.quartzfilters 1.6.0 (1.6.0) <879A3B93-87A6-88FE-305D-DF1EAED04756> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuartzFilters .framework/Versions/A/QuartzFilters
    0x920b0000 - 0x920c4fe7 libbsm.0.dylib ??? (???) <821E415B-6C42-D359-78FF-E892792F8C52> /usr/lib/libbsm.0.dylib
    0x920c5000 - 0x9219fffb com.apple.DesktopServices 1.5.4 (1.5.4) <E1BE764D-8887-362A-A945-0C494433F96F> /System/Library/PrivateFrameworks/DesktopServicesPriv.framework/Versions/A/Desk topServicesPriv
    0x921a0000 - 0x921acff7 libkxld.dylib ??? (???) <6BFEF643-B6A4-B106-49CB-551A67F92736> /usr/lib/system/libkxld.dylib
    0x921ad000 - 0x925c3ff7 libBLAS.dylib ??? (???) <C4FB303A-DB4D-F9E8-181C-129585E59603> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libBLAS.dylib
    0x925f8000 - 0x925f8ff7 com.apple.CoreServices 44 (44) <AC35D112-5FB9-9C8C-6189-5F5945072375> /System/Library/Frameworks/CoreServices.framework/Versions/A/CoreServices
    0x925f9000 - 0x92651fe7 com.apple.datadetectorscore 2.0 (80.7) <18C2FB6A-BF60-F838-768C-0306151C21DA> /System/Library/PrivateFrameworks/DataDetectorsCore.framework/Versions/A/DataDe tectorsCore
    0x92652000 - 0x926acfe7 com.apple.CorePDF 1.1 (1.1) <A128EF40-A601-05EE-702B-69263DEB56C9> /System/Library/PrivateFrameworks/CorePDF.framework/Versions/A/CorePDF
    0x926ad000 - 0x926edff3 com.apple.securityinterface 4.0.1 (37214) <83E87779-530F-4D6A-4D42-0A9860D054D2> /System/Library/Frameworks/SecurityInterface.framework/Versions/A/SecurityInter face
    0x926ee000 - 0x926feff7 com.apple.DSObjCWrappers.Framework 10.6 (134) <81A0B409-3906-A98F-CA9B-A49E75007495> /System/Library/PrivateFrameworks/DSObjCWrappers.framework/Versions/A/DSObjCWra ppers
    0x9272b000 - 0x927d8fe7 libobjc.A.dylib ??? (???) <3308DD74-5D03-6189-2AFD-63BF06848E91> /usr/lib/libobjc.A.dylib
    0x92815000 - 0x928cefe7 libsqlite3.dylib ??? (???) <16CEF8E8-8C9A-94CD-EF5D-05477844C005> /usr/lib/libsqlite3.dylib
    0x928cf000 - 0x9290cff7 com.apple.SystemConfiguration 1.10.1 (1.10.1) <02B8CF8A-7631-EB9A-6C63-F5B4EF1C7707> /System/Library/Frameworks/SystemConfiguration.framework/Versions/A/SystemConfi guration
    0x9293f000 - 0x9299ffe7 com.apple.CoreText 3.1.0 (???) <FBD51135-7095-7DEA-D70A-641A78B49959> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreText.framework/Versions/A/CoreText
    0x929a0000 - 0x92a04ffb com.apple.htmlrendering 72 (1.1.4) <4D451A35-FAB6-1288-71F6-F24A4B6E2371> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HTMLRendering .framework/Versions/A/HTMLRendering
    0x92a05000 - 0x92a16ff7 com.apple.LangAnalysis 1.6.6 (1.6.6) <FF1FC361-4F97-8F22-7272-1EDFF828E7BA> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ LangAnalysis.framework/Versions/A/LangAnalysis
    0x92a17000 - 0x92a39fef com.apple.DirectoryService.Framework 3.6 (621.1) <1D74F9F9-03CD-51E4-553F-CE0C3FE9768E> /System/Library/Frameworks/DirectoryService.framework/Versions/A/DirectoryServi ce
    0x92a3a000 - 0x92a4ffff com.apple.ImageCapture 6.0 (6.0) <0E86F45E-E656-9015-7AD4-A2C5F8D8A2FA> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/ImageCapture. framework/Versions/A/ImageCapture
    0x92a50000 - 0x92b51fe7 libxml2.2.dylib ??? (???) <89E648DC-E865-0AF4-5D4D-9562458FE939> /usr/lib/libxml2.2.dylib
    0x92b52000 - 0x92b53ff7 com.apple.TrustEvaluationAgent 1.1 (1) <8C570606-D77C-738E-7148-6B28846F0B3C> /System/Library/PrivateFrameworks/TrustEvaluationAgent.framework/Versions/A/Tru stEvaluationAgent
    0x92b54000 - 0x92d36fff com.apple.imageKit 2.0.1 (1.0) <4AB4AD0D-5A77-A79C-B5EA-08C32C63340A> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/ImageKit.fram ework/Versions/A/ImageKit
    0x92d37000 - 0x92d87ff7 com.apple.framework.familycontrols 2.0 (2.0) <4F854FC8-239E-576F-23CE-1E4BE1C5D59D> /System/Library/PrivateFrameworks/FamilyControls.framework/Versions/A/FamilyCon trols
    0x92d88000 - 0x92de2ff7 com.apple.framework.IOKit 2.0 (???) <1879BB3D-CAD3-004C-AA44-762A8A951F79> /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit
    0x92de3000 - 0x92dfbff7 com.apple.CFOpenDirectory 10.6 (10.6) <1537FB4F-C112-5D12-1E5D-3B1002A4038F> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/Frameworks/CFOpen Directory.framework/Versions/A/CFOpenDirectory
    0x92dfc000 - 0x92e00ff7 libGFXShared.dylib ??? (???) <F3FCE3B4-A1B0-84AA-4680-81874445B9F7> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGFXShared.d ylib
    0x92e01000 - 0x92e29ff7 libxslt.1.dylib ??? (???) <769EF4B2-C1AD-73D5-AAAD-1564DAEA77AF> /usr/lib/libxslt.1.dylib
    0x92f04000 - 0x92fdfff7 com.apple.DiscRecording 5.0.3 (5030.4.2) <C7885B2C-D1C3-FEB8-0A6C-54E692FDEA12> /System/Library/Frameworks/DiscRecording.framework/Versions/A/DiscRecording
    0x92ff9000 - 0x93096fe3 com.apple.LaunchServices 362 (362) <52FED25D-E620-2474-7510-5A1492A39735> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/LaunchS ervices.framework/Versions/A/LaunchServices
    0x93097000 - 0x9312ffe7 edu.mit.Kerberos 6.5.9 (6.5.9) <6BE72972-E512-19E3-F68A-67A0548498D9> /System/Library/Frameworks/Kerberos.framework/Versions/A/Kerberos
    0x931a5000 - 0x931d9ff7 libssl.0.9.8.dylib ??? (???) <679919E5-BF54-0A06-6CB4-27EB2B60AF87> /usr/lib/libssl.0.9.8.dylib
    0x931da000 - 0x93ab8ff7 com.apple.AppKit 6.6.3 (1038.25) <96C7AB09-001B-EF1D-4005-37E05B95DA20> /System/Library/Frameworks/AppKit.framework/Versions/C/AppKit
    0x93ab9000 - 0x93b09fe7 libGLU.dylib ??? (???) <F7581919-8068-EC96-7C69-7F9B8ED5B2F3> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLU.dylib
    0x93b0a000 - 0x93b9bfe7 com.apple.print.framework.PrintCore 6.1 (312.3) <9CC7E9F6-C8B5-2027-A61E-C85C7B2E2616> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ PrintCore.framework/Versions/A/PrintCore
    0x93b9c000 - 0x93b9eff7 com.apple.QuickTimeH264.component 7.6.3 (1592.18) /System/Library/QuickTime/QuickTimeH264.component/Contents/MacOS/QuickTimeH264
    0x93b9f000 - 0x943824b7 com.apple.CoreGraphics 1.536.13 (???) <2D7E3989-A709-FDA9-E1B6-794FBF8BB986> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/CoreGraphics
    0x943ca000 - 0x94494fef com.apple.CoreServices.OSServices 352 (352) <D1649ADD-313E-6148-158C-CD2FEA884558> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/OSServi ces.framework/Versions/A/OSServices
    0x94504000 - 0x945e8ff7 com.apple.WebKit 6531.21 (6531.21.8) <0C45DB5C-D81F-BFFE-232D-7E6F647E597F> /System/Library/Frameworks/WebKit.framework/Versions/A/WebKit
    0x947ab000 - 0x94967fef com.apple.ImageIO.framework 3.0.1 (3.0.1) <D9A15842-E537-A4D8-BFFB-181C4B8E0CE1> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/ImageIO
    0x949a6000 - 0x94a4effb com.apple.QD 3.33 (???) <ABFDE882-7002-D1EB-A3CA-778BD2190AC5> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ QD.framework/Versions/A/QD
    0x94a4f000 - 0x94a56ff7 com.apple.agl 3.0.12 (AGL-3.0.12) <26A3013B-C753-E0DC-EAD1-B0B21ACA33B1> /System/Library/Frameworks/AGL.framework/Versions/A/AGL
    0x94a57000 - 0x94a93fff com.apple.CoreMediaIOServices 125.0 (852) <57084A8E-DC7C-3885-6A93-75E681B8B792> /System/Library/PrivateFrameworks/CoreMediaIOServices.framework/Versions/A/Core MediaIOServices
    0x94de5000 - 0x94e29ff3 com.apple.coreui 2 (113) <DDCA722A-C69D-3C90-ADC3-B0386F2B03E5> /System/Library/PrivateFrameworks/CoreUI.framework/Versions/A/CoreUI
    0x94e2a000 - 0x94e5fff7 libcups.2.dylib ??? (???) <FB14BC9D-D0F6-8440-983F-80C786153E78> /usr/lib/libcups.2.dylib
    0x94e60000 - 0x94e60ff7 com.apple.Accelerate 1.5 (Accelerate 1.5) <F642E7A0-3720-FA19-0190-E6DBD9EF2D9B> /System/Library/Frameworks/Accelerate.framework/Versions/A/Accelerate
    0x94e61000 - 0x95184fef com.apple.HIToolbox 1.6.2 (???) <02D800C4-8FD5-29BF-57F6-FC07CDB6287D> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HIToolbox.fra mework/Versions/A/HIToolbox
    0x95185000 - 0x95263fff com.apple.QuickTimeMPEG4.component 7.6.3 (1592.18) <69F994DC-0D5F-1F8B-9A3F-6075EA9B5B8E> /System/Library/QuickTime/QuickTimeMPEG4.component/Contents/MacOS/QuickTimeMPEG 4
    0x95266000 - 0x95315fe3 com.apple.QuickTimeImporters.component 7.6.3 (1592.18) <01B411AF-27C9-8E2C-755D-FBCA4DA713C4> /System/Library/QuickTime/QuickTimeImporters.component/Contents/MacOS/QuickTime Importers
    0x95341000 - 0x95776ff7 libLAPACK.dylib ??? (???) <5E2D2283-57DE-9A49-1DB0-CD027FEFA6C2> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libLAPACK.dylib
    0x957c8000 - 0x957d6fe7 libz.1.dylib ??? (???) <7B7A02AB-DA99-6180-880E-D28E4F9AA8EB> /usr/lib/libz.1.dylib
    0x957d7000 - 0x9584efe3 com.apple.backup.framework 1.2 (1.2) <7F7A0F1F-A74F-C58B-228F-AE7315AB7EDE> /System/Library/PrivateFrameworks/Backup.framework/Versions/A/Backup
    0x95855000 - 0x95857ff7 libRadiance.dylib ??? (???) <D29CEEC9-6568-CEC4-FD1E-ED98B34086A6> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libRadiance.dylib
    0x95858000 - 0x9588bff7 com.apple.AE 496.1 (496.1) <BBCD9DA0-3CED-397D-FB72-E39037992332> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/AE.fram ework/Versions/A/AE
    0x958a2000 - 0x958a5ff7 libCoreVMClient.dylib ??? (???) <891FBE51-E3A8-E1CD-D9FB-9A8F4AFD3650> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCoreVMClien t.dylib
    0x958a6000 - 0x95998ff7 libcrypto.0.9.8.dylib ??? (???) <3B76DFFA-32E3-2F12-07DA-B5B02B781886> /usr/lib/libcrypto.0.9.8.dylib
    0x95999000 - 0x959a9ff7 libsasl2.2.dylib ??? (???) <C8744EA3-0AB7-CD03-E639-C4F2B910BE5D> /usr/lib/libsasl2.2.dylib
    0x959aa000 - 0x959abff7 com.apple.MonitorPanelFramework 1.3.0 (1.3.0) <0EC4EEFF-477E-908E-6F21-ED2C973846A4> /System/Library/PrivateFrameworks/MonitorPanel.framework/Versions/A/MonitorPane l
    0x959ac000 - 0x959edff7 libRIP.A.dylib ??? (???) <1FBE85A6-06DC-EE8F-BD15-C4F566638ABF> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libRIP.A.dylib
    0x959ee000 - 0x959eeff7 com.apple.quartzframework 1.5 (1.5) <CEB78F00-C5B2-3B3F-BF70-DD6D578719C0> /System/Library/Frameworks/Quartz.framework/Versions/A/Quartz
    0x95a0f000 - 0x95a1cff7 com.apple.opengl 1.6.5 (1.6.5) <FC8EEF0C-ABC3-59D4-A1A5-D30F80782887> /System/Library/Frameworks/OpenGL.framework/Versions/A/OpenGL
    0x95a58000 - 0x95b06ff3 com.apple.ink.framework 1.3.1 (105) <C1AED420-0D5A-E447-6AB3-D9708A9F929E> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Ink.framework /Versions/A/Ink
    0x95c1e000 - 0x95c55ff7 com.apple.CoreMedia 0.420.18 (420.18) <0F00421B-405B-0EE7-6C60-776D96BCE2B1> /System/Library/PrivateFrameworks/CoreMedia.framework/Versions/A/CoreMedia
    0x95c56000 - 0x95c71ff7 libPng.dylib ??? (???) <0360156C-3808-FF68-57B9-68C1101626BF> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libPng.dylib
    0x95c7d000 - 0x95c83ff7 com.apple.DisplayServicesFW 2.2 (2.2) <A6DB5C2B-C1CD-7C69-5C7D-D4F6E4971A2A> /System/Library/PrivateFrameworks/DisplayServices.framework/Versions/A/DisplayS ervices
    0x95c84000 - 0x95d37fff libFontParser.dylib ??? (???) <C9450292-F7ED-3C91-0E73-C7ECC3CC26B0> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ATS.framework/Versions/A/Resources/libFontParser.dylib
    0x95d38000 - 0x95d7afe7 libvDSP.dylib ??? (???) <8F8FFFB3-81E3-2969-5688-D5B0979182E6> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libvDSP.dylib
    0x95d7b000 - 0x95e4cfe3 ColorSyncDeprecated.dylib ??? (???) <F55238DD-3D81-97D3-3782-699ABEC323A4> /System/Library/Frameworks/ApplicationServices.framework/Frameworks/ColorSync.f ramework/Versions/A/Resources/ColorSyncDeprecated.dylib
    0x95e4d000 - 0x960afff7 com.apple.security 6.0 (36910) <C04847A9-2797-1BBA-902F-7795BA2C2E7E> /System/Library/Frameworks/Security.framework/Versions/A/Security
    0x960d7000 - 0x9611dff7 libauto.dylib ??? (???) <9A2E444C-89BD-2902-C1E6-EC3E92544A25> /usr/lib/libauto.dylib
    0x9611e000 - 0x961bafe7 com.apple.ApplicationServices.ATS 4.1 (???) <8DE390B3-28AC-E71B-BC41-FE75BD5A2FC4> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ATS.framework/Versions/A/ATS
    0x961bb000 - 0x961d9ff7 com.apple.CoreVideo 1.6.0 (43.1) <8DE6A295-8EE6-1066-8271-07AB81A70219> /System/Library/Frameworks/CoreVideo.framework/Versions/A/CoreVideo
    0x961da000 - 0x9637efeb libSystem.B.dylib ??? (???) <D84E6C3F-163B-315B-AA8B-D6D0B383F207> /usr/lib/libSystem.B.dylib
    0x9637f000 - 0x963ccfeb com.apple.DirectoryService.PasswordServerFramework 6.0 (6.0) <52906E26-3D22-6F37-8C90-E50BBCDEA5D0> /System/Library/PrivateFrameworks/PasswordServer.framework/Versions/A/PasswordS erver
    0x963cd000 - 0x963dfff7 com.apple.CoreMediaAuthoring 0.677 (677) <C441777D-0B0A-C871-4D58-03ABB119EEBB> /System/Library/PrivateFrameworks/CoreMediaAuthoring.framework/Versions/A/CoreM ediaAuthoring
    0x963e0000 - 0x96462ffb SecurityFoundation ??? (???) <9714B2B7-854E-834D-FEEC-07F85E10D557> /System/Library/Frameworks/SecurityFoundation.framework/Versions/A/SecurityFoun dation
    0x9649b000 - 0x9650cff7 com.apple.iLifeMediaBrowser 2.1.3 (346.0.3) <4A9CBD16-1CD6-0528-8BA4-736175E6B0E7> /System/Library/PrivateFrameworks/iLifeMediaBrowser.framework/Versions/A/iLifeM ediaBrowser
    0x9650d000 - 0x9650dff7 com.apple.vecLib 3.5 (vecLib 3.5) <17BEEF92-DF30-CD52-FD65-0B7B43B93617> /System/Library/Frameworks/vecLib.framework/Versions/A/vecLib
    0x9650e000 - 0x9650eff7 liblangid.dylib ??? (???) <B99607FC-5646-32C8-2C16-AFB5EA9097C2> /usr/lib/liblangid.dylib
    0x9650f000 - 0x96514ff7 com.apple.OpenDirectory 10.6 (10.6) <92582807-E8F3-3DD9-EB42-4195CFB754A1> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/OpenDirectory
    0x96515000 - 0x9651cfff com.apple.print.framework.Print 6.0 (237) <7A06B15C-B835-096E-7D96-C2FE8F0D21E1> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Print.framewo rk/Versions/A/Print
    0x9651d000 - 0x966bafef com.apple.JavaScriptCore 6531.21 (6531.21.9) <C3642BB4-3D06-B371-B4CD-0DF5DA646673> /System/Library/Frameworks/JavaScriptCore.framework/Versions/A/JavaScriptCore
    0x966cc000 - 0x96715fe7 libTIFF.dylib ??? (???) <42C827FD-0AC2-3374-152D-4DD5481783F6> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libTIFF.dylib
    0x9672f000 - 0x96764ff7 libGLImage.dylib ??? (???) <A40BA5D3-9F2B-8BD4-4E88-DCCF94E5DB75> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLImage.dyl ib
    0x96765000 - 0x96766ff7 com.apple.audio.units.AudioUnit 1.6.1 (1.6.1) <935B5822-72D4-5FD8-BE72-4A2FF9D75788> /System/Library/Frameworks/AudioUnit.framework/Versions/A/AudioUnit
    0x96943000 - 0x96df1fe7 com.apple.VideoToolbox 0.420.18 (420.18) <3EDCE51B-AEF7-AA30-6D00-1BDBB016C4BF> /System/Library/PrivateFrameworks/VideoToolbox.framework/Versions/A/VideoToolbo x
    0x96df2000 - 0x97062ffb com.apple.Foundation 6.6.1 (751.14) <56A94134-9D59-F172-3AB6-DAFED086CE6E> /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation
    0x97063000 - 0x97067ff7 IOSurface ??? (???) <E3CD4E06-68C5-A263-D7BA-109405A1BD71> /System/Library/Frameworks/IOSurface.framework/Versions/A/IOSurface
    0x97068000 - 0x970d7ff7 libvMisc.dylib ??? (???) <59243A8C-2B98-3E71-8032-884D4853E79F> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libvMisc.dylib
    0x970d8000 - 0x970dbff7 libCGXType.A.dylib ??? (???) <0DB2C581-C407-A7F1-53F8-EA0450B6B9E8> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libCGXType.A.dylib
    0x970dc000 - 0x97443ff7 com.apple.QuartzCore 1.6.1 (227.8) <BFA215E2-23AA-0CCC-0052-D83E7007BE42> /System/Library/Frameworks/QuartzCore.framework/Versions/A/QuartzCore
    0x97444000 - 0x9746afff com.apple.DictionaryServices 1.1.1 (1.1.1) <B4344524-2EC0-D4C7-85B6-8A8CC6A5DCEA> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Diction aryServices.framework/Versions/A/DictionaryServices
    0x975d3000 - 0x97643ff3 com.apple.AppleVAFramework 4.7.5 (4.7.5) <D3E30F99-9C55-B3F7-2D77-CE61C6121771> /System/Library/PrivateFrameworks/AppleVA.framework/Versions/A/AppleVA
    0x97644000 - 0x97963fe7 com.apple.CoreServices.CarbonCore 861.2 (861.2) <A3625229-26A6-B51E-4A1B-DBC8D1644F2F> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CarbonC ore.framework/Versions/A/CarbonCore
    0x97964000 - 0x97995ff3 libTrueTypeScaler.dylib ??? (???) <C04FC84A-C2C5-BAD9-18DB-7E785065F2DA> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ATS.framework/Versions/A/Resources/libTrueTypeScaler.dylib
    0x97996000 - 0x97a8cff7 libGLProgrammability.dylib ??? (???) <512CFCD7-2479-60CB-C6A3-F717A1767FB7> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLProgramma bility.dylib
    0x97a8d000 - 0x97a97fe7 com.apple.audio.SoundManager 3.9.3 (3.9.3) <5F494955-7290-2D91-DA94-44B590191771> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CarbonSound.f ramework/Versions/A/CarbonSound
    0x97a98000 - 0x97c1afe7 libicucore.A.dylib ??? (???) <E1D04589-EDB2-0EE4-1BAE-E8BB5D0FCB14> /usr/lib/libicucore.A.dylib
    0x97cc4000 - 0x97d44feb com.apple.SearchKit 1.3.0 (1.3.0) <2F5DE102-A203-7905-7D12-FCBCF17BAEF8> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SearchK it.framework/Versions/A/SearchKit
    0x97d8c000 - 0x98085fef com.apple.QuickTime 7.6.3 (1592.18) <C63D4362-8193-3D5F-0155-7DED8C099B03> /System/Library/Frameworks/QuickTime.framework/Versions/A/QuickTime
    0x980d4000 - 0x9813efe7 libstdc++.6.dylib ??? (???) <411D87F4-B7E1-44EB-F201-F8B4F9227213> /usr/lib/libstdc++.6.dylib
    0x9813f000 - 0x98148ff7 com.apple.DiskArbitration 2.3 (2.3) <E9C40767-DA6A-6CCB-8B00-2D5706753000> /System/Library/Frameworks/DiskArbitration.framework/Versions/A/DiskArbitration
    0x98149000 - 0x9815bff7 com.apple.MultitouchSupport.framework 204.9 (204.9) <023AEAFA-3C43-73A3-F65D-36A0431654EA> /System/Library/PrivateFrameworks/MultitouchSupport.framework/Versions/A/Multit ouchSupport
    0x9815c000 - 0x990eaff7 com.apple.QuickTimeComponents.component 7.6.3 (1592.18) /System/Library/QuickTime/QuickTimeComponents.component/Contents/MacOS/QuickTim eComponents
    0x990eb000 - 0x9910bfe7 com.apple.opencl 12 (12) <869B4A37-4F20-D378-15E7-A95B3D8856A3> /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL
    0x9910c000 - 0x99337ff3 com.apple.QuartzComposer 4.1 (156.10) <4F9AA495-AAB5-1243-E9DB-A021482461C3> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuartzCompose r.framework/Versions/A/QuartzComposer
    0x99338000 - 0x99338ff7 com.apple.Accelerate.vecLib 3.5 (vecLib 3.5) <3E039E14-2A15-56CC-0074-EE59F9FBB913> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/vecLib
    0x99379000 - 0x9939dff7 libJPEG.dylib ??? (???) <641A3FBA-31FF-7650-6F89-205DE844F4E3> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libJPEG.dylib
    0x9939e000 - 0x993a4fff com.apple.CommonPanels 1.2.4 (91) <2438AF5D-067B-B9FD-1248-2C9987F360BA> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CommonPanels. framework/Versions/A/CommonPanels
    0x993dd000 - 0x99456ff7 com.apple.PDFKit 2.5 (2.5) <C1BC4E0C-E45B-A03E-69D3-DB7F85E9D23D> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/PDFKit.framew ork/Versions/A/PDFKit
    0xffff0000 - 0xffff1fff libSystem.B.dylib ??? (???) <D84E6C3F-163B-315B-AA8B-D6D0B383F207> /usr/lib/libSystem.B.dylib
    Model: iMac11,1, BootROM IM111.0034.B00, 4 processors, Intel Core i5, 2.66 GHz, 4 GB, SMC 1.54f33
    Graphics: ATI Radeon HD 4850, ATI Radeon HD 4850, PCIe, 512 MB
    Memory Module: global_name
    AirPort: spairportwireless_card_type_airportextreme (0x168C, 0x8F), Atheros 9280: 2.1.8.11
    Bluetooth: Version 2.2.5f6, 2 service, 1 devices, 1 incoming serial ports
    Network Service: Ethernet, Ethernet, en0
    Serial ATA Device: ST31000528ASQ, 931,51 GB
    Serial ATA Device: OPTIARC DVD RW AD-5680H
    USB Device: Hub, 0x0424 (SMSC), 0x2514, 0xfd100000
    USB Device: AVCHD Camcorder, 0x04da (Panasonic (Matsushita)), 0x2451, 0xfd140000
    USB Device: IR Receiver, 0x05ac (Apple Inc.), 0x8242, 0xfd120000
    USB Device: Built-in iSight, 0x05ac (Apple Inc.), 0x8502, 0xfd110000
    USB Device: Hub, 0x0424 (SMSC), 0x2514, 0xfa100000
    USB Device: External HDD, 0x1058 (Western Digital Technologies, Inc.), 0x1001, 0xfa130000
    USB Device: Keyboard Hub, 0x05ac (Apple Inc.), 0x1006, 0xfa140000
    USB Device: Apple Keyboard, 0x05ac (Apple Inc.), 0x0221, 0xfa142000
    USB Device: Internal Memory Card Reader, 0x05ac (Apple Inc.), 0x8403, 0xfa120000
    USB Device: BRCM2046 Hub, 0x0a5c (Broadcom Corp.), 0x4500, 0xfa110000
    USB Device: Bluetooth USB Host Controller, 0x05ac (Apple Inc.), 0x8215, 0xfa111000

Maybe you are looking for