Jython and Odi Error with Colon...

Hi there's somthing weird with ODI and jithon..
i create a procedure
with jython techology .. i dont't know why .. my principal purpose y to make a connection to the BD..
but it fails
i'm testing with easy code .. and the same..
the code is this ..
s = 'Hello World %d'
for i in range(4):
j = i * 2
print s % j
and also probe with this one ...
if fav == “mundogeek.net”:
print “Tienes buen gusto!”
print “Gracias”
i always get the same error:.....
org.apache.bsf.BSFException: exception from Jython:
Traceback (innermost last):
(no code object) at line 0
SyntaxError: ('invalid syntax', ('<string>', 3, 1, 'j = i * 2'))
     at org.apache.bsf.engines.jython.JythonEngine.exec(JythonEngine.java:146)
     at com.sunopsis.dwg.codeinterpretor.k.a(k.java)
     at com.sunopsis.dwg.dbobj.SnpSessTaskSql.scripting(SnpSessTaskSql.java)
     at com.sunopsis.dwg.dbobj.SnpSessTaskSql.execScriptingOrders(SnpSessTaskSql.java)
     at com.sunopsis.dwg.dbobj.SnpSessTaskSql.execScriptingOrders(SnpSessTaskSql.java)
     at com.sunopsis.dwg.dbobj.SnpSessTaskSql.treatTaskTrt(SnpSessTaskSql.java)
     at com.sunopsis.dwg.dbobj.SnpSessTaskSqlS.treatTaskTrt(SnpSessTaskSqlS.java)
     at com.sunopsis.dwg.dbobj.SnpSessTaskSql.treatTask(SnpSessTaskSql.java)
     at com.sunopsis.dwg.dbobj.SnpSessStep.treatSessStep(SnpSessStep.java)
     at com.sunopsis.dwg.dbobj.SnpSession.treatSession(SnpSession.java)
     at com.sunopsis.dwg.cmd.DwgCommandSession.treatCommand(DwgCommandSession.java)
     at com.sunopsis.dwg.cmd.DwgCommandBase.execute(DwgCommandBase.java)
     at com.sunopsis.dwg.cmd.e.i(e.java)
     at com.sunopsis.dwg.cmd.g.y(g.java)
     at com.sunopsis.dwg.cmd.e.run(e.java)
     at java.lang.Thread.run(Unknown Source)
I make a debug ... and the intructions without ":"... are correct..!!! for example.. i cant use if():.. while(): .. def func: because they use ":".... I'm desesperating...
somebody of u Knows how to solve this issue ? ...
Thanks !!!

This is really jython issue and there are suitable forums in internet that should address this issue. Your first code should be:
s = 'Hello World %d'
for i in range(4):
     j = i * 2
print s % j
You missed the tab indentation under for block and forgot to close the for loop with a new line. The second code block should be:
if fav == “mundogeek.net”:
     print “Tienes buen gusto!”
print “Gracias”
The variable "fav" must be declared before hand.
More edit -> OTN forum is eating the tabs that I provided. Third line in first block and 2nd line in 2nd code block should start with a tab.
Edited by: siddhartha@eastcoast on Apr 27, 2010 3:04 PM

Similar Messages

  • HT5439 Has anyone had the Network time and date error with Apple TV when traveling?

    Has anyone had the Network time and date error with Apple TV when traveling?

    Jasion,
    Maybe a bit beside the question, but it is always recommended here to open/save from/to own hard disk, and to copy from/to networks and removable media. You may be lucky, at least for a while, but it is better to be safe than sorry.
    In addition to the (far greater) risk of file corruption, some issues are mentioned here:
    http://helpx.adobe.com/illustrator/kb/illustrator-support-networks-removable-media.html

  • Plug-in errors and dependency errors with a CAF app in DS in NW CE 7.1

    I am learining to build CAF apps in Developer Studio in NW CE 7.1.  Here are my steps and the errors I am getting:
    Open Developer Studio
    Switch to the CA perspective
    File->New->Project
    Choose Development Component under Development Infrastructure
    Press Next
    Choose Composite Application under sap.com
    Choose MyComponents[demo.sap.com] under 'Local Development'
    Vendor: demo.sap.com
    Name: carpool
    Caption: Car Pool
    Language: American English
    Domain: SAP-xApps
    Support Component: CAF-APP (typed in, not chosen)
    Press Finish
    The following error appears:
    Status ERROR
    Plugin : com.sap.ide.metamodel.core.services.eclipse
    code=0
    Internal error
       Plugin name: Metamodel Core
       Internal error  : com.sap.ide.metamodel.core.services.eclipse
       Class      : com.sap.ide.mmservices.core.eclipse.project.ArchiveVersionChecker
       Method     : computeIdeJarProperties
       Message    : C:\Program Files\SAP\IDE\CE\eclipse\E:\Program Files\SAP\IDE\CE\eclipse\plugins\com.sap.dictionary.services_10.0.0.070821165456\lib\com.sap.dictionary.services_api.jar (The filename, directory name, or volume label syntax is incorrect)
       Exception  : java.io.FileNotFoundException: C:\Program Files\SAP\IDE\CE\eclipse\E:\Program Files\SAP\IDE\CE\eclipse\plugins\com.sap.dictionary.services_10.0.0.070821165456\lib\com.sap.dictionary.services_api.jar (The filename, directory name, or volume label syntax is incorrect)
    java.io.FileNotFoundException: C:\Program Files\SAP\IDE\CE\eclipse\E:\Program Files\SAP\IDE\CE\eclipse\plugins\com.sap.dictionary.services_10.0.0.070821165456\lib\com.sap.dictionary.services_api.jar (The filename, directory name, or volume label syntax is incorrect)
    at java.util.zip.ZipFile.open(Native Method)
    at java.util.zip.ZipFile.<init>(ZipFile.java:203)
    at java.util.jar.JarFile.<init>(JarFile.java:132)
    at java.util.jar.JarFile.<init>(JarFile.java:70)
    at com.sap.ide.mmservices.core.eclipse.project.ArchiveVersionChecker.computeIdeJarProperties(ArchiveVersionChecker.java:296)
    at com.sap.ide.mmservices.core.eclipse.project.ArchiveVersionChecker.doFullCheck(ArchiveVersionChecker.java:214)
    at com.sap.ide.mmservices.core.eclipse.project.ArchiveVersionChecker.checkProject(ArchiveVersionChecker.java:125)
    at com.sap.ide.mmservices.core.eclipse.generation.GenerationServiceEclipse.checkArchiveVersions(GenerationServiceEclipse.java:110)
    at com.sap.dictionary.tools.generation.eclipse.GenerationBuilder.checkArchiveVersions(GenerationBuilder.java:335)
    at com.sap.dictionary.tools.generation.eclipse.GenerationBuilder.build(GenerationBuilder.java:85)
    at org.eclipse.core.internal.events.BuildManager$2.run(BuildManager.java:624)
    at org.eclipse.core.runtime.SafeRunner.run(SafeRunner.java:37)
    at org.eclipse.core.internal.events.BuildManager.basicBuild(BuildManager.java:166)
    at org.eclipse.core.internal.events.BuildManager.basicBuild(BuildManager.java:197)
    at org.eclipse.core.internal.events.BuildManager$1.run(BuildManager.java:246)
    at org.eclipse.core.runtime.SafeRunner.run(SafeRunner.java:37)
    at org.eclipse.core.internal.events.BuildManager.basicBuild(BuildManager.java:249)
    at org.eclipse.core.internal.events.BuildManager.basicBuildLoop(BuildManager.java:302)
    at org.eclipse.core.internal.events.BuildManager.build(BuildManager.java:334)
    at org.eclipse.core.internal.events.AutoBuildJob.doBuild(AutoBuildJob.java:137)
    at org.eclipse.core.internal.events.AutoBuildJob.run(AutoBuildJob.java:235)
    at org.eclipse.core.internal.jobs.Worker.run(Worker.java:55)
    I do not think I missed anything installing NW CE 7.1, but this error makes me think that some plug-in was erroneously left out of the install. 
    Incidentally, I can continue onward and build an app (this is obviously a tutorial), but when I try to deploy I get the following error:
    The deployment of the archive failed with an exception!
    ([ERROR CODE DPL.DCAPI.1027]) DependenciesResolvingException.
    Reason:[ERROR CODE DPL.DC.3033] An unresolved dependencies error
    occurred while sorting the deployment batch items regarding the
    dependencies.;nested exception is:
    com.sap.engine.services.dc.cm.deploy.sdu_deps_resolver.UnresolvedDepen
    denciesException:[ERROR CODE DPL.DC.3437]Unresolved dependencies
    found for the following deployment items:
    1. Component: name:'carpool~ear',vendor:'my.company',location:
    'localDevelopment',version:'20080501110329',software type: 'J2EE',
    dependencies:'[name:'cafruntimeear',vendor:'sap.com',name:
    'cafcoreear',vendor:'sap.com']
    Unresolved dependency:
    name:'cafruntimeear',vendor:'sap.com'          (not found in the admitted
    batch items and the repository)
    Unresolved dependency:
    name:'cafcoreear',vendor:'sap.com'          (not found in the admitted
    batch items and the repository)
    Please check the error log for further informations.
    Again, this looks like I am missing some components.
    Any assistance is greatly appreciated.
    TB

    Further developments:  As you may note from the error message, DS is looking for com.sap.ide.metamodel.core.services.eclipse in both the C: and the E: drive at the same time.  In fact, this file exists in the E: drive subdirectory listed, so I obviously have an error with two drive designations being concatenated.  Does anyone know how I can change the lookup directory for this dependency (or any dependency)? 
    Thanks,
    TB

  • Server 2008 R2 Terminal Server c0000005 and c0000006 errors with KERNELBASE.dll error in RDP sessions.

    We installed a new Server 2008 R2 server this spring. It is configured as a Terminal Server with 16 Wyse t10 thin clients connecting with RDP. We are a small resort so we run Springer Miller Host and SpaSoft. Ever since moving from PCs to the thin clients
    and TS we have been seeing SpaSoft randomly crash with KERNELBASE.dll errors and also a lot of c0000005 and c0000006 errors. Springer Miller support says its a Microsoft Networking issue so no help there. The company we worked with to install this has no clue
    so I hope to reach out to this community to solve this. I can also open support case with Microsoft Support but I am not sure if they will be of any help. Here are some examples of the errors:
    "Event 1000
    Faulting application name: SpaWin.exe, version: 3.4.0.0, time stamp: 0x2a425e19
    Faulting module name: KERNELBASE.dll, version: 6.1.7601.18409, time stamp: 0x53159a86
    Exception code: 0x0eedfade
    Fault offset: 0x0000c42d
    Faulting process id: 0x3718
    Faulting application start time: 0x01cf9ac7922487e9
    Faulting application path: \\spasoft\spaapps\TermServ\SpaWin.exe
    Faulting module path: C:\Windows\syswow64\KERNELBASE.dll
    Report Id: cfdcf9a9-06ba-11e4-a5af-000c298d9aa5"
    Also:
    "Faulting application name: VH.EXE, version: 18.80.430.0, time stamp: 0x3f73b447
    Faulting module name: VFP8R.DLL, version: 8.0.0.3117, time stamp: 0x3f73c232
    Exception code: 0xc0000006
    Fault offset: 0x0001d598
    Faulting process id: 0x2bc8
    Faulting application start time: 0x01cf99297ee1742f
    Faulting application path: J:\HOSTPLUS\fxp32\VH.EXE
    Faulting module path: J:\HOSTPLUS\fxp32\VFP8R.DLL
    Report Id: 5fbc65c4-055c-11e4-a5af-000c298d9aa5"
    And:
    "Faulting application name: SpaWin.exe, version: 3.4.0.0, time stamp: 0x2a425e19
    Faulting module name: unknown, version: 0.0.0.0, time stamp: 0x00000000
    Exception code: 0xc0000005
    Fault offset: 0x00000000
    Faulting process id: 0x2aa0
    Faulting application start time: 0x01cf988e6770e619
    Faulting application path: \\spasoft\spaapps\TermServ\SpaWin.exe
    Faulting module path: unknown
    Report Id: 01029179-04b9-11e4-a5af-000c298d9aa5"
    There are no network specific errors in any of the logs. I am thinking that SpaSoft needs to be run as an administrator but I am not sure how to do that in this environment. We have disabled DEP for all but essential Windows processes. All of the firewall
    and AV has been completely disabled, and still getting these errors. Is there a way to run these applications as admin without the user actually being an admin? Should I go ahead and open a Microsoft support case? Thanks

    Hi,
    Thank you for posting in Windows Server Forum.
    Explanation
    The indicated program stopped unexpectedly. The message contains details on which program and module stopped. A matching event with Event ID 1001 might also appear in the event log. This matching event displays information about the specific error that occurred.
    User Action
    If an error report was generated for this error, you might be able to obtain more information about the error by sending the report to Microsoft for analysis.
    Yeah, you can open a support case with Microsoft as they will help and guide you for proper solution. You can go through
    this source article.
    Hope it helps!
    Thanks.
    Dharmesh Solanki

  • Compiling producing inconsistent SWF and causes errors with embedded PNGs/GIFs

    I'm not sure if this question is better asked in this forum than here: http://forums.adobe.com/message/4685405
    In short, whenever I compile and run my Flex project, sometimes the SWF throws the following error or similar:
    Error:
    ReferenceError: Error #1065: Variable ItemDetails__embed_mxml_assets_printer_gif_1274103970 is not defined.
              at ItemDetails()
              at mx.managers::PopUpManagerImpl/createPopUp()
              at mx.managers::PopUpManager$/createPopUp()
              at MyProject/btnPrintClick()
              at MyProject/__btnPrint
    I thought is was related to the image but it's not and rather simply recompiling may cause it to work the next time. It seems sometimes images are left out and other times included. The error only shows for icons in my popup window and not the main app. I'm converted my Flex 3 app to Flex 4, so it uses the legacy MX tags. I compile to 4.5.1a. I'm using FB 4.6 on Mac OS.
    The closest I've found to an explanation is this: http://kachurovskiy.com/2010/storing-icons-in-external-zip-and-seamless-work-with-composit e-icons/
    Please advise.
    Thanks,
    code_away

  • Log and Transfer Errors with HF10/HF100 AVCHD Cams

    Log and transfer will transfer about 80% of clips on the Canon HF10 AVCHD camcorder, but the rest receives a red exclamation icon hovering over which brings the useless explanation box "Unknown Error".
    Using My Book Pro II dual HD with data stripping connected via Firewire, no speed issues there. Over 900GB is free on the drive, too. Moreover, copying the BDMV > STREAM > *.MTS structure to a DVD and then running the Log and transfer brings up the same error and nothing is transferred.
    The best part is that the same clips transfer just fine using iMovie '08. It is even possible to then import them from the iMovie project folder into Final Cut and then work with them.
    Hopefully some smart person has an idea what I could try. Thanks!

    OK, people. Got a freaking work-around.
    Select the clip in the log and transfer window *), then define your IN and OUT points for this clip, THEN hit "Add to Queue". Marked portion of the clip will import nicely. Now we just need full 1980x1020 support. Hopefully an updated FCE soon?
    *) Interface of the Log and Transfer window is as beautiful as any Mac app. Why hasn't that interface lift ever made it to the rest of Final Cut? Hopefully, next version.

  • Vista and -50 error with 2gen shuffle

    Hello:
    I have a new desktop with Vista. My old desktop worked flawlessly with my 2gen shuffle. Now my Vista machine can load itunes 7.02 fine and works fine with my 5gen video ipod. It managed to work fine with my 2gen shuffle at first, but after a couple times, I am now always getting the -50 error message.
    Any ideas? Should I just wait for the new version of itunes?
    Daniel

    Hello everyone!
    I've had the same problem ordering my upgrade from Moduslink. After typing my adress and form of payment there occured an unresolvable error on the webpage. After that tried to do the same procedure once more, but now there was said that my COA Number is not right. So I called the FREE support number (for germany: 00800 666 44 666) where I was told the following:
    - If there occured an webpage error AFTER you filled in your adress and selected a payment, most of the time you have ordered an upgrade. I received the order number, wich one has to send in to Moduslink from the guy of the support hotline.
    - After you've received the order number, send in your bill (from the seller where you've bought your computer) and that number via E-Mail (the bill should be sent as a pdf-file).
    For those who have problems with errors on the Moduslink upgrade webpage there's hope: The guy of the support hotline told me, they have server problems that should be fixed until monday (19.2.2007)... so maybe than the form works allright?!
    PS: sorry for my bad english, hope one could understand what I wanted to say...

  • ODI error with HFM RKM

    Hi All
    I am trying top reverse engineer an HFM application and I get this error:
    ..."Error *occurred in driver* while connecting to Financial Management application"...
    where should I start troubleshooting from?
    I included the driver location in PATH, I am using an agent created on purpose (Goodwin's blog)
    Thanks
    Regards
    Andrea

    Hi,
    This post should help you :- Issues with ODI connection to Hyperion Financial Management
    Cheers
    John
    http://john-goodwin.blogspot.com/

  • Leopard Server 10.4 Blogs/Wiki and Safari error with www alias and Log Out

    I have a Leopard Server 10.5 setup with dns and web services including blogs and wikis setup. If I browse to http://hostname.domain.com/users using Safari 5.0.1, I see that the session is not logged in (i.e. Log Out is not visible. I can login and create a blog and logout with no issue. I can do this on Firefox and Camino as well.
    Now, if I browse to http://www.domain.com/users however... the Log Out button is visible all the time in Safari 5.0.1 only - Firefox and Camino show the correct status of a non logged in session. In Safari 5.0.1 it is not possible to login to post or create a blog WHEN the www.domain.com url is used.
    I have rebuilt Leopard server twice on a physical and a virtual machine for testing and can reproduce the exact same error. It's a mix of using www.domain.com and Safari. Any other browser works fine and ALL browsers work fine with any other alias pointing to the same site, including hostname.domain.com
    Testing on Safari 5.0.1 on the server itself works fine. Testing on clients was on 10.6 and 10.5 and was performed on 4 separate client machines. Browsing on the server was fine but browsing on any client would produce the error when using www.domain.com.
    If anyone can offer any suggestions, please help!

    I tried several new approaches, but nothing worked so far.
    The update to 10.5.5 made things worse. Connections are dropping all over the place, when saving from Adobe programs in particular.
    Printing from clients to a Xerox Phaser 5500 works, but choosing a different paper size than the default chosen in the cups admin interface goes all wrong and either prints on the default paper size, but down/upscaled to the chosen paper size or prints on the chosen paper size and down/upscaled as if you were printing to the default paper size. (e.g. default paper size is A4, you choose A3 with an A3 document. Document prints on A4 and is downscaled to A4, or prints on A3 and is downscaled to A4.)
    There is no way I can keep this thing in production much longer. I tried reinstalling again, but that did not change any behaviour. Another nice "feature": InDesign disables "edit original" when the path to the linked file contains any directoryname with more than 8 characters in length.
    Coupled with a sometimes disappearing "dirserv" (it just stops working until I reboot the whole computer) the decision stands to move away from the Xserve.
    Leopard Server 10.5.x just does not seem to work well with windows clients.
    We will migrate to a windows server 2003 running ExtremZ-IP for the macintosh clients this weekend. Too bad that Apple does not allow Bootcamp to work on Xserves, at least the hardware would have been useful then.
    (As a nice finishing touch, the harddisk partition where all data resides did become corrupt over the weekend. "The volume Daten could not be repaired."
    Disk Utility and first aid did show nothing on friday ... saturday after no work being done on the partition this error shows up. The only solution I could find was to reformat the partition and restore from a previous backup. Another weekend down the drain. Sorry for the rant, but 6 weekends in a row is enough.)

  • ODI error with OBI APPs7.9.5.2 help me plzzzzzzz

    Dear All,
    I installed the OBI Apps7.9.5.2 and when I installed The ODI and when I want to execute this commands
    agentservice –i –s WORKFLOW 20910
    agentservice –i –a INTERFACE 20911
    it says that JDK must be required instead of jre .
    How I can solve this issue PLzzzzzzzzzzzzzzz,
    Thanks in Advance ,
    Zaki

    hi Zaki,
    Can you please post the ODI related stuff at ODI forum or search the error message in the odi forum
    Data Integrator
    Thanks,
    Saichand Varanasi

  • I am trying to update my ipad 2 and saying error with back up, if I continue I will lose all content. What do I do?

    Does anybody know what I can do to update my ipad without losing all my data. I am trying to update my current version to the 5.1 version and it keeps giving a error message stating that "an error has occured with the back up and if I continue I will lose all content. Will I be able to get my stuff back such as games, music, aps, etc back after I finish or will they be lost forever. Can somebody please help me I am lost and not sure where to get support on this issue.
    Thank you so much
    Alicia

    If you continue and you lose everything, you will be able to download most of the content again for free as long as you use the same Apple ID. You can read this about downloading past purchases.
    http://support.apple.com/kb/HT2519
    But before you continue and lose everything, try this.
    Eject your iPad, quit iTunes and restart your computer. Then launch iTunes and go to Edit>Preferences>Devices. See if you have mutliple iPad backups showing in there. If you have multiple backups, delete all but one of them. Also check the box at the bottom that turns off auto sync .... Prevent iPods ......Click OK and Then quit iTunes.
    Connect the iPad again and launch iTunes. Right click on your iPad name on the left side of iTunes and select backup. See if the iTunes will create a backup. If it does, after it finishes, click on the Summary Pane on the right and click on check for update. Try to update again.
    If it all goes OK, after you update the iOS you can back to Edit>Preferences>Devices and turn on atuo sync again - assuming that is how you want to sync.

  • Getting SuperDrive medium and hardware errors with Toast 7...Help!

    Ever since I upgraded (or downgraded) from Panther to Tiger, I have not been able to burn DVDs using Toast Titanium 7. I have burned both to CD and to DVD using iDVD, but no luck with Toast. I keep getting either medium or hardware errors. I have tried several brands of DVD with no luck. The last straw was when I successfully burned a small iMovie to DVD and took the very next DVD in the stack and tried in Toast with the old "hardware error 03" Does anyone have a true fix (other than a new mac)? I have tried numerous system maintenance items, etc. but nothing is working. Here is much detail as I can provide:
    1ghz 12" G4 Powerbook with 1.25 gig RAM
    Matshita DVD-R UJ-816, Firmware ver. DXJ3 / MM3-C
    If anyone knows of a fix, please let me know! Sigh....guess I should have replaced the SuperDrive with a new one when the guts were open for the new HD.

    Although my drive is a UJ-845E, it works fine with 7.1.2. Upgrade to that, and if there's still a problem, let's cover it then, as problem characteristics might also change. Hopefully, 7.1.2 will fix it for you.

  • Just Installed Parallels 7 and receiving errors with other Apps

    Hi,
    I just installed Parallels 7 (and Windows 7 through Parallels) and now when I try to load different Apps (iPhoto, Aperture, iTunes, Delicious Library) I'm getting errors like the one below (From Aperture)
    Looking for some help to explain this error message. Do I uninstall Parallels and Windows? Please help, next step is the Genius Bar.....
    Process:         Aperture [79228]
    Path:            /Applications/Aperture.app/Contents/MacOS/Aperture
    Identifier:      com.apple.Aperture
    Version:         3.2.2 (3.2.2)
    Build Info:      Aperture-201096000000000~2
    App Item ID:     408981426
    App External ID: 5333832
    Code Type:       X86-64 (Native)
    Parent Process:  launchd [149]
    Date/Time:       2012-03-07 20:49:18.416 -0500
    OS Version:      Mac OS X 10.7.3 (11D50b)
    Report Version:  9
    Interval Since Last Report:          53761 sec
    Crashes Since Last Report:           15
    Per-App Interval Since Last Report:  37 sec
    Per-App Crashes Since Last Report:   1
    Anonymous UUID:                      A195C6CB-3DBD-4CDD-AE6A-E3070DCA4E02
    Crashed Thread:  38
    Exception Type:  EXC_BREAKPOINT (SIGTRAP)
    Exception Codes: 0x0000000000000002, 0x0000000000000000
    Application Specific Information:
    objc[79228]: garbage collection is OFF
    Thread 0:: Dispatch queue: com.apple.main-thread
    0   libsystem_kernel.dylib                  0x00007fff8ec53a8e pread + 10
    1   com.apple.iLifeSQLAccess                0x00000001020052c3 unixRead + 35
    2   com.apple.iLifeSQLAccess                0x00000001020022c1 sqlite3BtreeFactory + 2689
    3   com.apple.iLifeSQLAccess                0x0000000101fff090 openDatabase + 816
    4   com.apple.iLifeSQLAccess                0x0000000102096720 -[HgKDatabaseManager openAsReadOnly:attemptJournalCleanup:] + 336
    5   com.apple.iLifeSQLAccess                0x0000000101ffed25 -[HgKDatabaseManager openAsReadOnly:] + 21
    6   com.apple.RedRock                       0x00000001009854b4 -[RKDatabase createEntities] + 1284
    7   com.apple.RedRock                       0x0000000100983d71 -[RKDatabase openDatabaseWithOptions:] + 4897
    8   com.apple.RedRock                       0x00000001009819d9 -[RKDatabaseComponent openDatabaseForLibraryPath:options:] + 505
    9   com.apple.RedRock                       0x0000000100a73ce4 -[RKDatabaseComponent openDatabaseForLibraryPath:] + 20
    10  com.apple.Aperture                      0x000000010005e3cc 0x100000000 + 385996
    11  com.apple.Aperture                      0x000000010005c763 0x100000000 + 378723
    12  com.apple.Foundation                    0x00007fff8b499d32 __-[NSNotificationCenter addObserver:selector:name:object:]_block_invoke_1 + 47
    13  com.apple.CoreFoundation                0x00007fff924beaaa _CFXNotificationPost + 2634
    14  com.apple.Foundation                    0x00007fff8b485fe7 -[NSNotificationCenter postNotificationName:object:userInfo:] + 65
    15  com.apple.AppKit                        0x000000010222f60f -[NSApplication _postDidFinishNotification] + 212
    16  com.apple.AppKit                        0x000000010222f375 -[NSApplication _sendFinishLaunchingNotification] + 78
    17  com.apple.AppKit                        0x000000010222e03c -[NSApplication(NSAppleEventHandling) _handleAEOpenEvent:] + 242
    18  com.apple.AppKit                        0x000000010222dd9d -[NSApplication(NSAppleEventHandling) _handleCoreEvent:withReplyEvent:] + 330
    19  com.apple.CoreFoundation                0x00007fff92508591 -[NSObject performSelector:withObject:withObject:] + 65
    20  com.apple.Foundation                    0x00007fff8b4bc7eb __-[NSAppleEventManager setEventHandler:andSelector:forEventClass:andEventID:]_block_invoke_1 + 101
    21  com.apple.Foundation                    0x00007fff8b4bb772 -[NSAppleEventManager dispatchRawAppleEvent:withRawReply:handlerRefCon:] + 283
    22  com.apple.Foundation                    0x00007fff8b4bb600 _NSAppleEventManagerGenericHandler + 105
    23  com.apple.AE                            0x00007fff8e667c25 aeDispatchAppleEvent(AEDesc const*, AEDesc*, unsigned int, unsigned char*) + 200
    24  com.apple.AE                            0x00007fff8e667b03 _ZL25dispatchEventAndSendReplyPK6AEDescPS_ + 38
    25  com.apple.AE                            0x00007fff8e6679f7 aeProcessAppleEvent + 250
    26  com.apple.HIToolbox                     0x00007fff8ec6daf9 AEProcessAppleEvent + 102
    27  com.apple.AppKit                        0x000000010222b1a9 _DPSNextEvent + 1247
    28  com.apple.AppKit                        0x000000010222a861 -[NSApplication nextEventMatchingMask:untilDate:inMode:dequeue:] + 135
    29  com.apple.Aperture                      0x00000001004b284b 0x100000000 + 4925515
    30  com.apple.AppKit                        0x000000010222719d -[NSApplication run] + 470
    31  com.apple.prokit                        0x000000010177a3a6 NSProApplicationMain + 387
    32  com.apple.Aperture                      0x000000010000f454 0x100000000 + 62548
    33  com.apple.Aperture                      0x000000010000f214 0x100000000 + 61972
    Thread 1:: Dispatch queue: com.apple.libdispatch-manager
    0   libsystem_kernel.dylib                  0x00007fff8ec537e6 kevent + 10
    1   libdispatch.dylib                       0x00007fff8789e5be _dispatch_mgr_invoke + 923
    2   libdispatch.dylib                       0x00007fff8789d14e _dispatch_mgr_thread + 54
    Thread 2:
    0   libsystem_kernel.dylib                  0x00007fff8ec53192 __workq_kernreturn + 10
    1   libsystem_c.dylib                       0x00007fff88947594 _pthread_wqthread + 758
    2   libsystem_c.dylib                       0x00007fff88948b85 start_wqthread + 13
    Thread 3:
    0   libsystem_kernel.dylib                  0x00007fff8ec52bca __psynch_cvwait + 10
    1   libsystem_c.dylib                       0x00007fff889492a6 _pthread_cond_wait + 890
    2   com.apple.Foundation                    0x00007fff8b50ca80 -[NSCondition waitUntilDate:] + 371
    3   com.apple.Foundation                    0x00007fff8b4d6252 -[NSConditionLock lockWhenCondition:beforeDate:] + 251
    4   com.apple.proxtcore                     0x0000000101efa651 -[XTMsgQueue waitForMessage] + 49
    5   com.apple.proxtcore                     0x0000000101ef9727 -[XTThread run:] + 375
    6   com.apple.Foundation                    0x00007fff8b4dd74e -[NSThread main] + 68
    7   com.apple.Foundation                    0x00007fff8b4dd6c6 __NSThread__main__ + 1575
    8   libsystem_c.dylib                       0x00007fff889458bf _pthread_start + 335
    9   libsystem_c.dylib                       0x00007fff88948b75 thread_start + 13
    Thread 4:
    0   libsystem_kernel.dylib                  0x00007fff8ec53192 __workq_kernreturn + 10
    1   libsystem_c.dylib                       0x00007fff88947594 _pthread_wqthread + 758
    2   libsystem_c.dylib                       0x00007fff88948b85 start_wqthread + 13
    Thread 5:
    0   libsystem_kernel.dylib                  0x00007fff8ec5167a mach_msg_trap + 10
    1   libsystem_kernel.dylib                  0x00007fff8ec50d71 mach_msg + 73
    2   com.apple.CoreFoundation                0x00007fff924a26fc __CFRunLoopServiceMachPort + 188
    3   com.apple.CoreFoundation                0x00007fff924aae64 __CFRunLoopRun + 1204
    4   com.apple.CoreFoundation                0x00007fff924aa676 CFRunLoopRunSpecific + 230
    5   com.apple.Foundation                    0x00007fff8b48ef9f -[NSRunLoop(NSRunLoop) runMode:beforeDate:] + 267
    6   com.apple.proxtcore                     0x0000000101efb893 -[XTRunLoopThread run:] + 435
    7   com.apple.Foundation                    0x00007fff8b4dd74e -[NSThread main] + 68
    8   com.apple.Foundation                    0x00007fff8b4dd6c6 __NSThread__main__ + 1575
    9   libsystem_c.dylib                       0x00007fff889458bf _pthread_start + 335
    10  libsystem_c.dylib                       0x00007fff88948b75 thread_start + 13
    Thread 6:
    0   libsystem_kernel.dylib                  0x00007fff8ec5167a mach_msg_trap + 10
    1   libsystem_kernel.dylib                  0x00007fff8ec50d71 mach_msg + 73
    2   com.apple.CoreFoundation                0x00007fff924a26fc __CFRunLoopServiceMachPort + 188
    3   com.apple.CoreFoundation                0x00007fff924aae64 __CFRunLoopRun + 1204
    4   com.apple.CoreFoundation                0x00007fff924aa676 CFRunLoopRunSpecific + 230
    5   com.apple.Foundation                    0x00007fff8b48ef9f -[NSRunLoop(NSRunLoop) runMode:beforeDate:] + 267
    6   com.apple.proxtcore                     0x0000000101efb893 -[XTRunLoopThread run:] + 435
    7   com.apple.Foundation                    0x00007fff8b4dd74e -[NSThread main] + 68
    8   com.apple.Foundation                    0x00007fff8b4dd6c6 __NSThread__main__ + 1575
    9   libsystem_c.dylib                       0x00007fff889458bf _pthread_start + 335
    10  libsystem_c.dylib                       0x00007fff88948b75 thread_start + 13
    Thread 7:
    0   libsystem_kernel.dylib                  0x00007fff8ec52bca __psynch_cvwait + 10
    1   libsystem_c.dylib                       0x00007fff889492a6 _pthread_cond_wait + 890
    2   com.apple.Foundation                    0x00007fff8b50ca80 -[NSCondition waitUntilDate:] + 371
    3   com.apple.Foundation                    0x00007fff8b4d6252 -[NSConditionLock lockWhenCondition:beforeDate:] + 251
    4   com.apple.proxtcore                     0x0000000101efa651 -[XTMsgQueue waitForMessage] + 49
    5   com.apple.proxtcore                     0x0000000101ef9727 -[XTThread run:] + 375
    6   com.apple.Foundation                    0x00007fff8b4dd74e -[NSThread main] + 68
    7   com.apple.Foundation                    0x00007fff8b4dd6c6 __NSThread__main__ + 1575
    8   libsystem_c.dylib                       0x00007fff889458bf _pthread_start + 335
    9   libsystem_c.dylib                       0x00007fff88948b75 thread_start + 13
    Thread 8:
    0   libsystem_kernel.dylib                  0x00007fff8ec52bca __psynch_cvwait + 10
    1   libsystem_c.dylib                       0x00007fff889492a6 _pthread_cond_wait + 890
    2   com.apple.Foundation                    0x00007fff8b50ca80 -[NSCondition waitUntilDate:] + 371
    3   com.apple.Foundation                    0x00007fff8b4d6252 -[NSConditionLock lockWhenCondition:beforeDate:] + 251
    4   com.apple.proxtcore                     0x0000000101efa651 -[XTMsgQueue waitForMessage] + 49
    5   com.apple.proxtcore                     0x0000000101ef9727 -[XTThread run:] + 375
    6   com.apple.Foundation                    0x00007fff8b4dd74e -[NSThread main] + 68
    7   com.apple.Foundation                    0x00007fff8b4dd6c6 __NSThread__main__ + 1575
    8   libsystem_c.dylib                       0x00007fff889458bf _pthread_start + 335
    9   libsystem_c.dylib                       0x00007fff88948b75 thread_start + 13
    Thread 9:
    0   libsystem_kernel.dylib                  0x00007fff8ec52bca __psynch_cvwait + 10
    1   libsystem_c.dylib                       0x00007fff889492a6 _pthread_cond_wait + 890
    2   com.apple.Foundation                    0x00007fff8b50ca80 -[NSCondition waitUntilDate:] + 371
    3   com.apple.Foundation                    0x00007fff8b4d6252 -[NSConditionLock lockWhenCondition:beforeDate:] + 251
    4   com.apple.proxtcore                     0x0000000101efa651 -[XTMsgQueue waitForMessage] + 49
    5   com.apple.proxtcore                     0x0000000101ef9727 -[XTThread run:] + 375
    6   com.apple.Foundation                    0x00007fff8b4dd74e -[NSThread main] + 68
    7   com.apple.Foundation                    0x00007fff8b4dd6c6 __NSThread__main__ + 1575
    8   libsystem_c.dylib                       0x00007fff889458bf _pthread_start + 335
    9   libsystem_c.dylib                       0x00007fff88948b75 thread_start + 13
    Thread 10:
    0   libsystem_kernel.dylib                  0x00007fff8ec52bca __psynch_cvwait + 10
    1   libsystem_c.dylib                       0x00007fff889492a6 _pthread_cond_wait + 890
    2   com.apple.Foundation                    0x00007fff8b50ca80 -[NSCondition waitUntilDate:] + 371
    3   com.apple.Foundation                    0x00007fff8b4d6252 -[NSConditionLock lockWhenCondition:beforeDate:] + 251
    4   com.apple.proxtcore                     0x0000000101efa651 -[XTMsgQueue waitForMessage] + 49
    5   com.apple.proxtcore                     0x0000000101ef9727 -[XTThread run:] + 375
    6   com.apple.Foundation                    0x00007fff8b4dd74e -[NSThread main] + 68
    7   com.apple.Foundation                    0x00007fff8b4dd6c6 __NSThread__main__ + 1575
    8   libsystem_c.dylib                       0x00007fff889458bf _pthread_start + 335
    9   libsystem_c.dylib                       0x00007fff88948b75 thread_start + 13
    Thread 11:
    0   libsystem_kernel.dylib                  0x00007fff8ec5167a mach_msg_trap + 10
    1   libsystem_kernel.dylib                  0x00007fff8ec50d71 mach_msg + 73
    2   com.apple.CoreFoundation                0x00007fff924a26fc __CFRunLoopServiceMachPort + 188
    3   com.apple.CoreFoundation                0x00007fff924aae64 __CFRunLoopRun + 1204
    4   com.apple.CoreFoundation                0x00007fff924aa676 CFRunLoopRunSpecific + 230
    5   com.apple.Foundation                    0x00007fff8b48ef9f -[NSRunLoop(NSRunLoop) runMode:beforeDate:] + 267
    6   com.apple.proxtcore                     0x0000000101efb893 -[XTRunLoopThread run:] + 435
    7   com.apple.Foundation                    0x00007fff8b4dd74e -[NSThread main] + 68
    8   com.apple.Foundation                    0x00007fff8b4dd6c6 __NSThread__main__ + 1575
    9   libsystem_c.dylib                       0x00007fff889458bf _pthread_start + 335
    10  libsystem_c.dylib                       0x00007fff88948b75 thread_start + 13
    Thread 12:
    0   libsystem_kernel.dylib                  0x00007fff8ec52bca __psynch_cvwait + 10
    1   libsystem_c.dylib                       0x00007fff889492a6 _pthread_cond_wait + 890
    2   com.apple.Foundation                    0x00007fff8b50ca80 -[NSCondition waitUntilDate:] + 371
    3   com.apple.Foundation                    0x00007fff8b4d6252 -[NSConditionLock lockWhenCondition:beforeDate:] + 251
    4   com.apple.proxtcore                     0x0000000101efa651 -[XTMsgQueue waitForMessage] + 49
    5   com.apple.proxtcore                     0x0000000101ef9727 -[XTThread run:] + 375
    6   com.apple.Foundation                    0x00007fff8b4dd74e -[NSThread main] + 68
    7   com.apple.Foundation                    0x00007fff8b4dd6c6 __NSThread__main__ + 1575
    8   libsystem_c.dylib                       0x00007fff889458bf _pthread_start + 335
    9   libsystem_c.dylib                       0x00007fff88948b75 thread_start + 13
    Thread 13:
    0   libsystem_kernel.dylib                  0x00007fff8ec52bca __psynch_cvwait + 10
    1   libsystem_c.dylib                       0x00007fff889492a6 _pthread_cond_wait + 890
    2   com.apple.Foundation                    0x00007fff8b50ca80 -[NSCondition waitUntilDate:] + 371
    3   com.apple.Foundation                    0x00007fff8b4d6252 -[NSConditionLock lockWhenCondition:beforeDate:] + 251
    4   com.apple.proxtcore                     0x0000000101efa651 -[XTMsgQueue waitForMessage] + 49
    5   com.apple.proxtcore                     0x0000000101ef9727 -[XTThread run:] + 375
    6   com.apple.Foundation                    0x00007fff8b4dd74e -[NSThread main] + 68
    7   com.apple.Foundation                    0x00007fff8b4dd6c6 __NSThread__main__ + 1575
    8   libsystem_c.dylib                       0x00007fff889458bf _pthread_start + 335
    9   libsystem_c.dylib                       0x00007fff88948b75 thread_start + 13
    Thread 14:
    0   libsystem_kernel.dylib                  0x00007fff8ec52bca __psynch_cvwait + 10
    1   libsystem_c.dylib                       0x00007fff889492a6 _pthread_cond_wait + 890
    2   com.apple.Foundation                    0x00007fff8b50ca80 -[NSCondition waitUntilDate:] + 371
    3   com.apple.Foundation                    0x00007fff8b4d6252 -[NSConditionLock lockWhenCondition:beforeDate:] + 251
    4   com.apple.proxtcore                     0x0000000101efa651 -[XTMsgQueue waitForMessage] + 49
    5   com.apple.proxtcore                     0x0000000101ef9727 -[XTThread run:] + 375
    6   com.apple.Foundation                    0x00007fff8b4dd74e -[NSThread main] + 68
    7   com.apple.Foundation                    0x00007fff8b4dd6c6 __NSThread__main__ + 1575
    8   libsystem_c.dylib                       0x00007fff889458bf _pthread_start + 335
    9   libsystem_c.dylib                       0x00007fff88948b75 thread_start + 13
    Thread 15:
    0   libsystem_kernel.dylib                  0x00007fff8ec52bca __psynch_cvwait + 10
    1   libsystem_c.dylib                       0x00007fff889492a6 _pthread_cond_wait + 890
    2   com.apple.Foundation                    0x00007fff8b50ca80 -[NSCondition waitUntilDate:] + 371
    3   com.apple.Foundation                    0x00007fff8b4d6252 -[NSConditionLock lockWhenCondition:beforeDate:] + 251
    4   com.apple.proxtcore                     0x0000000101efa651 -[XTMsgQueue waitForMessage] + 49
    5   com.apple.proxtcore                     0x0000000101ef9727 -[XTThread run:] + 375
    6   com.apple.Foundation                    0x00007fff8b4dd74e -[NSThread main] + 68
    7   com.apple.Foundation                    0x00007fff8b4dd6c6 __NSThread__main__ + 1575
    8   libsystem_c.dylib                       0x00007fff889458bf _pthread_start + 335
    9   libsystem_c.dylib                       0x00007fff88948b75 thread_start + 13
    Thread 16:
    0   libsystem_kernel.dylib                  0x00007fff8ec52bca __psynch_cvwait + 10
    1   libsystem_c.dylib                       0x00007fff889492a6 _pthread_cond_wait + 890
    2   com.apple.Foundation                    0x00007fff8b50ca80 -[NSCondition waitUntilDate:] + 371
    3   com.apple.Foundation                    0x00007fff8b4d6252 -[NSConditionLock lockWhenCondition:beforeDate:] + 251
    4   com.apple.proxtcore                     0x0000000101efa651 -[XTMsgQueue waitForMessage] + 49
    5   com.apple.proxtcore                     0x0000000101ef9727 -[XTThread run:] + 375
    6   com.apple.Foundation                    0x00007fff8b4dd74e -[NSThread main] + 68
    7   com.apple.Foundation                    0x00007fff8b4dd6c6 __NSThread__main__ + 1575
    8   libsystem_c.dylib                       0x00007fff889458bf _pthread_start + 335
    9   libsystem_c.dylib                       0x00007fff88948b75 thread_start + 13
    Thread 17:
    0   libsystem_kernel.dylib                  0x00007fff8ec52bca __psynch_cvwait + 10
    1   libsystem_c.dylib                       0x00007fff889492a6 _pthread_cond_wait + 890
    2   com.apple.Foundation                    0x00007fff8b50ca80 -[NSCondition waitUntilDate:] + 371
    3   com.apple.Foundation                    0x00007fff8b4d6252 -[NSConditionLock lockWhenCondition:beforeDate:] + 251
    4   com.apple.proxtcore                     0x0000000101efa651 -[XTMsgQueue waitForMessage] + 49
    5   com.apple.proxtcore                     0x0000000101ef9727 -[XTThread run:] + 375
    6   com.apple.Foundation                    0x00007fff8b4dd74e -[NSThread main] + 68
    7   com.apple.Foundation                    0x00007fff8b4dd6c6 __NSThread__main__ + 1575
    8   libsystem_c.dylib                       0x00007fff889458bf _pthread_start + 335
    9   libsystem_c.dylib                       0x00007fff88948b75 thread_start + 13
    Thread 18:
    0   libsystem_kernel.dylib                  0x00007fff8ec53192 __workq_kernreturn + 10
    1   libsystem_c.dylib                       0x00007fff88947594 _pthread_wqthread + 758
    2   libsystem_c.dylib                       0x00007fff88948b85 start_wqthread + 13
    Thread 19:
    0   libsystem_kernel.dylib                  0x00007fff8ec52bca __psynch_cvwait + 10
    1   libsystem_c.dylib                       0x00007fff889492a6 _pthread_cond_wait + 890
    2   com.apple.Foundation                    0x00007fff8b50ca80 -[NSCondition waitUntilDate:] + 371
    3   com.apple.Foundation                    0x00007fff8b4d6252 -[NSConditionLock lockWhenCondition:beforeDate:] + 251
    4   com.apple.proxtcore                     0x0000000101efa651 -[XTMsgQueue waitForMessage] + 49
    5   com.apple.proxtcore                     0x0000000101ef9727 -[XTThread run:] + 375
    6   com.apple.Foundation                    0x00007fff8b4dd74e -[NSThread main] + 68
    7   com.apple.Foundation                    0x00007fff8b4dd6c6 __NSThread__main__ + 1575
    8   libsystem_c.dylib                       0x00007fff889458bf _pthread_start + 335
    9   libsystem_c.dylib                       0x00007fff88948b75 thread_start + 13
    Thread 20:
    0   libsystem_kernel.dylib                  0x00007fff8ec52bca __psynch_cvwait + 10
    1   libsystem_c.dylib                       0x00007fff889492a6 _pthread_cond_wait + 890
    2   com.apple.Foundation                    0x00007fff8b50ca80 -[NSCondition waitUntilDate:] + 371
    3   com.apple.Foundation                    0x00007fff8b4d6252 -[NSConditionLock lockWhenCondition:beforeDate:] + 251
    4   com.apple.proxtcore                     0x0000000101efa651 -[XTMsgQueue waitForMessage] + 49
    5   com.apple.proxtcore                     0x0000000101ef9727 -[XTThread run:] + 375
    6   com.apple.Foundation                    0x00007fff8b4dd74e -[NSThread main] + 68
    7   com.apple.Foundation                    0x00007fff8b4dd6c6 __NSThread__main__ + 1575
    8   libsystem_c.dylib                       0x00007fff889458bf _pthread_start + 335
    9   libsystem_c.dylib                       0x00007fff88948b75 thread_start + 13
    Thread 21:
    0   libsystem_kernel.dylib                  0x00007fff8ec52bca __psynch_cvwait + 10
    1   libsystem_c.dylib                       0x00007fff889492a6 _pthread_cond_wait + 890
    2   com.apple.Foundation                    0x00007fff8b50ca80 -[NSCondition waitUntilDate:] + 371
    3   com.apple.Foundation                    0x00007fff8b4d6252 -[NSConditionLock lockWhenCondition:beforeDate:] + 251
    4   com.apple.proxtcore                     0x0000000101efa651 -[XTMsgQueue waitForMessage] + 49
    5   com.apple.proxtcore                     0x0000000101ef9727 -[XTThread run:] + 375
    6   com.apple.Foundation                    0x00007fff8b4dd74e -[NSThread main] + 68
    7   com.apple.Foundation                    0x00007fff8b4dd6c6 __NSThread__main__ + 1575
    8   libsystem_c.dylib                       0x00007fff889458bf _pthread_start + 335
    9   libsystem_c.dylib                       0x00007fff88948b75 thread_start + 13
    Thread 22:
    0   libsystem_kernel.dylib                  0x00007fff8ec52bca __psynch_cvwait + 10
    1   libsystem_c.dylib                       0x00007fff889492a6 _pthread_cond_wait + 890
    2   com.apple.Foundation                    0x00007fff8b50ca80 -[NSCondition waitUntilDate:] + 371
    3   com.apple.Foundation                    0x00007fff8b4d6252 -[NSConditionLock lockWhenCondition:beforeDate:] + 251
    4   com.apple.proxtcore                     0x0000000101efa651 -[XTMsgQueue waitForMessage] + 49
    5   com.apple.proxtcore                     0x0000000101ef9727 -[XTThread run:] + 375
    6   com.apple.Foundation                    0x00007fff8b4dd74e -[NSThread main] + 68
    7   com.apple.Foundation                    0x00007fff8b4dd6c6 __NSThread__main__ + 1575
    8   libsystem_c.dylib                       0x00007fff889458bf _pthread_start + 335
    9   libsystem_c.dylib                       0x00007fff88948b75 thread_start + 13
    Thread 23:
    0   libsystem_kernel.dylib                  0x00007fff8ec52bca __psynch_cvwait + 10
    1   libsystem_c.dylib                       0x00007fff889492a6 _pthread_cond_wait + 890
    2   com.apple.Foundation                    0x00007fff8b50ca80 -[NSCondition waitUntilDate:] + 371
    3   com.apple.Foundation                    0x00007fff8b4d6252 -[NSConditionLock lockWhenCondition:beforeDate:] + 251
    4   com.apple.proxtcore                     0x0000000101efa651 -[XTMsgQueue waitForMessage] + 49
    5   com.apple.proxtcore                     0x0000000101ef9727 -[XTThread run:] + 375
    6   com.apple.Foundation                    0x00007fff8b4dd74e -[NSThread main] + 68
    7   com.apple.Foundation                    0x00007fff8b4dd6c6 __NSThread__main__ + 1575
    8   libsystem_c.dylib                       0x00007fff889458bf _pthread_start + 335
    9   libsystem_c.dylib                       0x00007fff88948b75 thread_start + 13
    Thread 24:
    0   libsystem_kernel.dylib                  0x00007fff8ec52bca __psynch_cvwait + 10
    1   libsystem_c.dylib                       0x00007fff889492a6 _pthread_cond_wait + 890
    2   com.apple.Foundation                    0x00007fff8b50ca80 -[NSCondition waitUntilDate:] + 371
    3   com.apple.Foundation                    0x00007fff8b4d6252 -[NSConditionLock lockWhenCondition:beforeDate:] + 251
    4   com.apple.proxtcore                     0x0000000101efa651 -[XTMsgQueue waitForMessage] + 49
    5   com.apple.proxtcore                     0x0000000101ef9727 -[XTThread run:] + 375
    6   com.apple.Foundation                    0x00007fff8b4dd74e -[NSThread main] + 68
    7   com.apple.Foundation                    0x00007fff8b4dd6c6 __NSThread__main__ + 1575
    8   libsystem_c.dylib                       0x00007fff889458bf _pthread_start + 335
    9   libsystem_c.dylib                       0x00007fff88948b75 thread_start + 13
    Thread 25:
    0   libsystem_kernel.dylib                  0x00007fff8ec52bca __psynch_cvwait + 10
    1   libsystem_c.dylib                       0x00007fff889492a6 _pthread_cond_wait + 890
    2   com.apple.Foundation                    0x00007fff8b50ca80 -[NSCondition waitUntilDate:] + 371
    3   com.apple.Foundation                    0x00007fff8b4d6252 -[NSConditionLock lockWhenCondition:beforeDate:] + 251
    4   com.apple.proxtcore                     0x0000000101efa651 -[XTMsgQueue waitForMessage] + 49
    5   com.apple.proxtcore                     0x0000000101ef9727 -[XTThread run:] + 375
    6   com.apple.Foundation                    0x00007fff8b4dd74e -[NSThread main] + 68
    7   com.apple.Foundation                    0x00007fff8b4dd6c6 __NSThread__main__ + 1575
    8   libsystem_c.dylib                       0x00007fff889458bf _pthread_start + 335
    9   libsystem_c.dylib                       0x00007fff88948b75 thread_start + 13
    Thread 26:
    0   libsystem_kernel.dylib                  0x00007fff8ec52bca __psynch_cvwait + 10
    1   libsystem_c.dylib                       0x00007fff889492a6 _pthread_cond_wait + 890
    2   com.apple.Foundation                    0x00007fff8b50ca80 -[NSCondition waitUntilDate:] + 371
    3   com.apple.Foundation                    0x00007fff8b4d6252 -[NSConditionLock lockWhenCondition:beforeDate:] + 251
    4   com.apple.proxtcore                     0x0000000101efa651 -[XTMsgQueue waitForMessage] + 49
    5   com.apple.proxtcore                     0x0000000101ef9727 -[XTThread run:] + 375
    6   com.apple.Foundation                    0x00007fff8b4dd74e -[NSThread main] + 68
    7   com.apple.Foundation                    0x00007fff8b4dd6c6 __NSThread__main__ + 1575
    8   libsystem_c.dylib                       0x00007fff889458bf _pthread_start + 335
    9   libsystem_c.dylib                       0x00007fff88948b75 thread_start + 13
    Thread 27:
    0   libsystem_kernel.dylib                  0x00007fff8ec52bca __psynch_cvwait + 10
    1   libsystem_c.dylib                       0x00007fff889492a6 _pthread_cond_wait + 890
    2   com.apple.Foundation                    0x00007fff8b50ca80 -[NSCondition waitUntilDate:] + 371
    3   com.apple.Foundation                    0x00007fff8b4d6252 -[NSConditionLock lockWhenCondition:beforeDate:] + 251
    4   com.apple.proxtcore                     0x0000000101efa651 -[XTMsgQueue waitForMessage] + 49
    5   com.apple.proxtcore                     0x0000000101ef9727 -[XTThread run:] + 375
    6   com.apple.Foundation                    0x00007fff8b4dd74e -[NSThread main] + 68
    7   com.apple.Foundation                    0x00007fff8b4dd6c6 __NSThread__main__ + 1575
    8   libsystem_c.dylib                       0x00007fff889458bf _pthread_start + 335
    9   libsystem_c.dylib                       0x00007fff88948b75 thread_start + 13
    Thread 28:
    0   libsystem_kernel.dylib                  0x00007fff8ec52bca __psynch_cvwait + 10
    1   libsystem_c.dylib                       0x00007fff889492a6 _pthread_cond_wait + 890
    2   com.apple.Foundation                    0x00007fff8b50ca80 -[NSCondition waitUntilDate:] + 371
    3   com.apple.Foundation                    0x00007fff8b4d6252 -[NSConditionLock lockWhenCondition:beforeDate:] + 251
    4   com.apple.proxtcore                     0x0000000101efa651 -[XTMsgQueue waitForMessage] + 49
    5   com.apple.proxtcore                     0x0000000101ef9727 -[XTThread run:] + 375
    6   com.apple.Foundation                    0x00007fff8b4dd74e -[NSThread main] + 68
    7   com.apple.Foundation                    0x00007fff8b4dd6c6 __NSThread__main__ + 1575
    8   libsystem_c.dylib                       0x00007fff889458bf _pthread_start + 335
    9   libsystem_c.dylib                       0x00007fff88948b75 thread_start + 13
    Thread 29:
    0   libsystem_kernel.dylib                  0x00007fff8ec52bca __psynch_cvwait + 10
    1   libsystem_c.dylib                       0x00007fff889492a6 _pthread_cond_wait + 890
    2   com.apple.Foundation                    0x00007fff8b50ca80 -[NSCondition waitUntilDate:] + 371
    3   com.apple.Foundation                    0x00007fff8b4d6252 -[NSConditionLock lockWhenCondition:beforeDate:] + 251
    4   com.apple.proxtcore                     0x0000000101efa651 -[XTMsgQueue waitForMessage] + 49
    5   com.apple.proxtcore                     0x0000000101ef9727 -[XTThread run:] + 375
    6   com.apple.Foundation                    0x00007fff8b4dd74e -[NSThread main] + 68
    7   com.apple.Foundation                    0x00007fff8b4dd6c6 __NSThread__main__ + 1575
    8   libsystem_c.dylib                       0x00007fff889458bf _pthread_start + 335
    9   libsystem_c.dylib                       0x00007fff88948b75 thread_start + 13
    Thread 30:
    0   libsystem_kernel.dylib                  0x00007fff8ec52bca __psynch_cvwait + 10
    1   libsystem_c.dylib                       0x00007fff889492a6 _pthread_cond_wait + 890
    2   com.apple.Foundation                    0x00007fff8b50ca80 -[NSCondition waitUntilDate:] + 371
    3   com.apple.Foundation                    0x00007fff8b4d6252 -[NSConditionLock lockWhenCondition:beforeDate:] + 251
    4   com.apple.proxtcore                     0x0000000101efa651 -[XTMsgQueue waitForMessage] + 49
    5   com.apple.proxtcore                     0x0000000101ef9727 -[XTThread run:] + 375
    6   com.apple.Foundation                    0x00007fff8b4dd74e -[NSThread main] + 68
    7   com.apple.Foundation                    0x00007fff8b4dd6c6 __NSThread__main__ + 1575
    8   libsystem_c.dylib                       0x00007fff889458bf _pthread_start + 335
    9   libsystem_c.dylib                       0x00007fff88948b75 thread_start + 13
    Thread 31:: JavaScriptCore::BlockFree
    0   libsystem_kernel.dylib                  0x00007fff8ec52bca __psynch_cvwait + 10
    1   libsystem_c.dylib                       0x00007fff88949274 _pthread_cond_wait + 840
    2   com.apple.JavaScriptCore                0x00007fff885dd5f7 ***::ThreadCondition::timedWait(***::Mutex&, double) + 151
    3   com.apple.JavaScriptCore                0x00007fff88809ccf JSC::Heap::blockFreeingThreadMain() + 319
    4   com.apple.JavaScriptCore                0x00007fff88809d09 JSC::Heap::blockFreeingThreadStartFunc(void*) + 9
    5   libsystem_c.dylib                       0x00007fff889458bf _pthread_start + 335
    6   libsystem_c.dylib                       0x00007fff88948b75 thread_start + 13
    Thread 32:
    Thread 33:: com.apple.appkit-heartbeat
    0   libsystem_kernel.dylib                  0x00007fff8ec52e42 __semwait_signal + 10
    1   libsystem_c.dylib                       0x00007fff888fbdea nanosleep + 164
    2   libsystem_c.dylib                       0x00007fff888fbbb5 usleep + 53
    3   com.apple.AppKit                        0x0000000102461c73 -[NSUIHeartBeat _heartBeatThread:] + 1727
    4   com.apple.Foundation                    0x00007fff8b4dd74e -[NSThread main] + 68
    5   com.apple.Foundation                    0x00007fff8b4dd6c6 __NSThread__main__ + 1575
    6   libsystem_c.dylib                       0x00007fff889458bf _pthread_start + 335
    7   libsystem_c.dylib                       0x00007fff88948b75 thread_start + 13
    Thread 34:
    0   libsystem_kernel.dylib                  0x00007fff8ec5167a mach_msg_trap + 10
    1   libsystem_kernel.dylib                  0x00007fff8ec50d71 mach_msg + 73
    2   com.apple.iLifeSQLAccess                0x0000000102040b79 -[RALatchTrigger wait] + 57
    3   com.apple.iLifeSQLAccess                0x0000000102040a3c -[RAOperationQueueImpl _workThread] + 204
    4   com.apple.Foundation                    0x00007fff8b4dd74e -[NSThread main] + 68
    5   com.apple.Foundation                    0x00007fff8b4dd6c6 __NSThread__main__ + 1575
    6   libsystem_c.dylib                       0x00007fff889458bf _pthread_start + 335
    7   libsystem_c.dylib                       0x00007fff88948b75 thread_start + 13
    Thread 35:
    0   libsystem_kernel.dylib                  0x00007fff8ec5167a mach_msg_trap + 10
    1   libsystem_kernel.dylib                  0x00007fff8ec50d71 mach_msg + 73
    2   com.apple.iLifeSQLAccess                0x0000000102040b79 -[RALatchTrigger wait] + 57
    3   com.apple.iLifeSQLAccess                0x0000000102040a3c -[RAOperationQueueImpl _workThread] + 204
    4   com.apple.Foundation                    0x00007fff8b4dd74e -[NSThread main] + 68
    5   com.apple.Foundation                    0x00007fff8b4dd6c6 __NSThread__main__ + 1575
    6   libsystem_c.dylib                       0x00007fff889458bf _pthread_start + 335
    7   libsystem_c.dylib                       0x00007fff88948b75 thread_start + 13
    Thread 36:
    0   libsystem_kernel.dylib                  0x00007fff8ec5167a mach_msg_trap + 10
    1   libsystem_kernel.dylib                  0x00007fff8ec50d71 mach_msg + 73
    2   com.apple.iLifeSQLAccess                0x0000000102040b79 -[RALatchTrigger wait] + 57
    3   com.apple.iLifeSQLAccess                0x0000000102040a3c -[RAOperationQueueImpl _workThread] + 204
    4   com.apple.Foundation                    0x00007fff8b4dd74e -[NSThread main] + 68
    5   com.apple.Foundation                    0x00007fff8b4dd6c6 __NSThread__main__ + 1575
    6   libsystem_c.dylib                       0x00007fff889458bf _pthread_start + 335
    7   libsystem_c.dylib                       0x00007fff88948b75 thread_start + 13
    Thread 37:
    0   libsystem_kernel.dylib                  0x00007fff8ec5167a mach_msg_trap + 10
    1   libsystem_kernel.dylib                  0x00007fff8ec50d71 mach_msg + 73
    2   com.apple.iLifeSQLAccess                0x0000000102040b79 -[RALatchTrigger wait] + 57
    3   com.apple.iLifeSQLAccess                0x0000000102040a3c -[RAOperationQueueImpl _workThread] + 204
    4   com.apple.Foundation                    0x00007fff8b4dd74e -[NSThread main] + 68
    5   com.apple.Foundation                    0x00007fff8b4dd6c6 __NSThread__main__ + 1575
    6   libsystem_c.dylib                       0x00007fff889458bf _pthread_start + 335
    7   libsystem_c.dylib                       0x00007fff88948b75 thread_start + 13
    Thread 38 Crashed:
    0   com.apple.CoreFoundation                0x00007fff924aa901 __CFRunLoopFindMode + 481
    1   com.apple.CoreFoundation                0x00007fff924afecd __CFRunLoopCreate + 445
    2   com.apple.CoreFoundation                0x00007fff924afbc7 _CFRunLoopGet0 + 535
    3   com.apple.Foundation                    0x00007fff8b4dd218 __NSThread__main__ + 377
    4   libsystem_c.dylib                       0x00007fff889458bf _pthread_start + 335
    5   libsystem_c.dylib                       0x00007fff88948b75 thread_start + 13
    Thread 38 crashed with X86 Thread State (64-bit):
      rax: 0x0000000000000000  rbx: 0x00000001046d2c20  rcx: 0x00007fff8ec5178e  rdx: 0x0000000000000001
      rdi: 0x0000000112876af8  rsi: 0x0000000000000003  rbp: 0x0000000112876c20  rsp: 0x0000000112876b40
       r8: 0x0000000000015203   r9: 0x0000000000000000  r10: 0x00007fff77b83101  r11: 0x0000000000000246
      r12: 0x0000000112876be0  r13: 0x00000001046d2c30  r14: 0x00007fff78246b20  r15: 0x00000001046d1760
      rip: 0x00007fff924aa901  rfl: 0x0000000000000246  cr2: 0x00000001046d3000
    Logical CPU: 1
    Binary Images:
           0x100000000 -        0x10078bfef  com.apple.Aperture (3.2.2 - 3.2.2) <AD96E4EA-580B-3585-8783-6A2458AEA857> /Applications/Aperture.app/Contents/MacOS/Aperture
           0x100975000 -        0x100e25fef  com.apple.RedRock (1.8.2 - 231.95) <15582067-FB9A-3057-988F-85AB51721A33> /Applications/Aperture.app/Contents/Frameworks/RedRock.framework/Versions/A/Red Rock
           0x101096000 -        0x101099ff7  com.apple.iLifePhotoStreamConfiguration (2.2 - 2.2) <FED42410-3DB7-3CF4-BF3B-AE1650576C9D> /Applications/Aperture.app/Contents/Frameworks/iLifePhotoStreamConfiguration.fr amework/Versions/A/iLifePhotoStreamConfiguration
           0x10109f000 -        0x1010affff  com.apple.iLifeAssetManagement (2.0 - 2.33) <B7102C48-4455-313B-9D2B-14A3DE14D5B8> /Applications/Aperture.app/Contents/Frameworks/iLifeAssetManagement.framework/V ersions/A/iLifeAssetManagement
           0x1010c1000 -        0x10116fff7  com.apple.MobileMe (11 - 1.0.3) <50A10074-AB15-39EE-952B-30D6E5CEB395> /Applications/Aperture.app/Contents/Frameworks/MobileMe.framework/Versions/A/Mo bileMe
           0x1011e9000 -        0x1014cbfff  com.apple.security (7.0 - 55110) <252F9E04-FF8A-3EA7-A38E-51DD0653663C> /System/Library/Frameworks/Security.framework/Versions/A/Security
           0x1015e4000 -        0x1015f4ff7  com.apple.opengl (1.7.6 - 1.7.6) <C168883D-9BC5-3C38-9937-42852D719718> /System/Library/Frameworks/OpenGL.framework/Versions/A/OpenGL
           0x1015fc000 -        0x10160afff  com.apple.PluginManager (1.7.6 - 55) <ABA41202-6D4F-368A-BE19-BD1729AF074A> /Library/Frameworks/PluginManager.framework/Versions/B/PluginManager
           0x101618000 -        0x10162aff7  com.apple.AERegistration (1.2 - 401) <3E15C049-D9A3-3F63-A4DB-3CBF5F09B546> /Applications/Aperture.app/Contents/Frameworks/AERegistration.framework/Version s/A/AERegistration
           0x101643000 -        0x1016ecfff  com.apple.BrowserKit (4.2.1 - 710) <90CDAC3A-55A4-30F4-87EA-5D68B1655C1A> /System/Library/PrivateFrameworks/BrowserKit.framework/Versions/A/BrowserKit
           0x10175b000 -        0x1019d4fef  com.apple.prokit (7.2.1 - 1710) <BE6E9380-FC68-307A-A23E-E06D3FC82811> /System/Library/PrivateFrameworks/ProKit.framework/Versions/A/ProKit
           0x101b56000 -        0x101b56fff  com.apple.iLifeSlideshow (2.3.0 - 847) <170DF5AC-9D40-32F5-A206-B6B2DA6A058E> /Applications/Aperture.app/Contents/Frameworks/iLifeSlideshow.framework/Version s/A/iLifeSlideshow
           0x101b59000 -        0x101b71ff7  com.apple.iLifeFaceRecognition (1.0 - 21.1) <539FCF35-8461-322E-A5CD-657EE8E402A7> /Applications/Aperture.app/Contents/Frameworks/iLifeFaceRecognition.framework/V ersions/A/iLifeFaceRecognition
           0x101b83000 -        0x101bbefef  com.apple.fayray.PrintServices (201108017 - 11.2) <90B29142-61FF-3B36-8139-DC44C018FD0C> /Applications/Aperture.app/Contents/Frameworks/PrintServices.framework/Versions /A/PrintServices
           0x101bf2000 -        0x101c27fef  com.apple.ProUtils (1.1 - 120.14) <670E0CB6-1420-3F62-8D8C-5992023E58E8> /Applications/Aperture.app/Contents/Frameworks/ProUtils.framework/Versions/A/Pr oUtils
           0x101c49000 -        0x101e14fe7  com.apple.geode (1.5.1 - 151.53) <50D7A6DD-F8BF-30CB-B889-8BA7E06E746A> /Applications/Aperture.app/Contents/Frameworks/Geode.framework/Versions/A/Geode
           0x101ef6000 -        0x101f74ff7  com.apple.proxtcore (1.3 - 140.57) <925541AB-4119-3730-8CF1-F4DD9E1E7AAB> /Applications/Aperture.app/Contents/Frameworks/ProXTCore.framework/Versions/A/P roXTCore
           0x101fe9000 -        0x101ff2fff  com.apple.MediaSync (1.1 - 130.12) <2E072575-16A4-39A3-BF65-E12290ACAFD3> /Applications/Aperture.app/Contents/Frameworks/MediaSync.framework/Versions/A/M ediaSync
           0x101ffc000 -        0x1020fafff  com.apple.iLifeSQLAccess (1.6 - 30.12) <8611A9A0-BC6B-31C1-AA0E-4FBA873F8E37> /Applications/Aperture.app/Contents/Frameworks/iLifeSQLAccess.framework/Version s/A/iLifeSQLAccess
           0x10213e000 -        0x102140fff  com.apple.ExceptionHandling (1.5 - 10) <06CC4716-FB75-3CD7-A1ED-ECA2A07F2926> /System/Library/Frameworks/ExceptionHandling.framework/Versions/A/ExceptionHand ling
           0x102145000 -        0x10216fff7  com.apple.iPhoto.Tellus (1.3 - 60.10) <26213311-9049-33FF-B246-392B2A65789E> /Applications/Aperture.app/Contents/Frameworks/Tellus.framework/Versions/A/Tell us
           0x10218f000 -        0x1021baff7  com.apple.iPhoto.Tessera (1.1 - 60.10) <2D018F12-AF22-3968-8D7F-FC2E2CD61883> /Applications/Aperture.app/Contents/Frameworks/Tessera.framework/Versions/A/Tes sera
           0x1021d5000 -        0x1021ddff7  com.apple.AEProfiling (1.2 - 23) <472435CB-2F53-3396-9184-44180A72AE14> /Applications/Aperture.app/Contents/Frameworks/AEProfiling.framework/Versions/A /AEProfiling
           0x1021e7000 -        0x102214fe7  libSystem.B.dylib (159.1.0 - compatibility 1.0.0) <7BEBB139-50BB-3112-947A-F4AA168F991C> /usr/lib/libSystem.B.dylib
           0x102222000 -        0x102e26fff  com.apple.AppKit (6.7.3 - 1138.32) <A9EB81C6-C519-3F29-89F1-42C3E8930281> /System/Library/Frameworks/AppKit.framework/Versions/C/AppKit
           0x1034a9000 -        0x1034aeff7  libsystem_network.dylib (??? - ???) <5DE7024E-1D2D-34A2-80F4-08326331A75B> /usr/lib/system/libsystem_network.dylib
           0x1034b5000 -        0x1036b7fff  libicucore.A.dylib (46.1.0 - compatibility 1.0.0) <38CD6ED3-C8E4-3CCD-89AC-9C3198803101> /usr/lib/libicucore.A.dylib
           0x103746000 -        0x103755ff7  libxar-nossl.dylib (??? - ???) <A6ABBFB9-E4ED-38AD-BBBB-F9958B9CEFB5> /usr/lib/libxar-nossl.dylib
           0x10375d000 -        0x1037c3ff7  com.apple.coreui (1.2.1 - 165.3) <378C9221-ADE6-36D9-9944-F33AE6904E4F> /System/Library/PrivateFrameworks/CoreUI.framework/Versions/A/CoreUI
           0x103802000 -        0x103835ff7  com.apple.GSS (2.1 - 2.0) <57AD81CE-6320-38C9-9B66-0E5A4DEA898A> /System/Library/Frameworks/GSS.framework/Versions/A/GSS
           0x10384d000 -        0x10389fff7  libGLU.dylib (??? - ???) <3C9153A0-8499-3DC0-AAA4-9FA6E488BE13> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLU.dylib
           0x1038ae000 -        0x1038b4fff  libGFXShared.dylib (??? - ???) <B95E9B22-AE68-3E48-8733-00CCCA08D50E> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGFXShared.d ylib
           0x1038ba000 -        0x1038d0fff  libGL.dylib (??? - ???) <6A473BF9-4D35-34C6-9F8B-86B68091A9AF> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib
           0x1038e2000 -        0x103921ff7  libGLImage.dylib (??? - ???) <348729DC-BC44-3744-B249-9DFA6498344A> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLImage.dyl ib
           0x103929000 -        0x10392bfff  libCVMSPluginSupport.dylib (??? - ???) <B2FC6EC0-1A0C-3482-A3C9-D08446E8713A> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCVMSPluginS upport.dylib
           0x103930000 -        0x103933fff  libCoreVMClient.dylib (??? - ???) <E034C772-4263-3F48-B083-25A758DD6228> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCoreVMClien t.dylib
           0x103938000 -        0x10393afff +eOkaoCom.dylib (??? - ???) <393F340C-3AD1-C89B-6C37-9D8ABF4BFFD9> /Applications/Aperture.app/Contents/Frameworks/iLifeFaceRecognition.framework/V ersions/A/Resources/eOkaoCom.dylib
           0x10393d000 -        0x103964ff2 +eOkaoPt.dylib (??? - ???) <E6500FB8-157F-57B5-FE25-2A3A1CB3574C> /Applications/Aperture.app/Contents/Frameworks/iLifeFaceRecognition.framework/V ersions/A/Resources/eOkaoPt.dylib
           0x103969000 -        0x10399efe7 +eOkaoDt.dylib (??? - ???) <7A74253D-8930-6FF1-B513-0929C4E111A2> /Applications/Aperture.app/Contents/Frameworks/iLifeFaceRecognition.framework/V ersions/A/Resources/eOkaoDt.dylib
           0x1039a4000 -        0x103b0cfef +eOkaoFr.dylib (??? - ???) <510E837E-135A-92C8-9AC0-465691EA43D2> /Applications/Aperture.app/Contents/Frameworks/iLifeFaceRecognition.framework/V ersions/A/Resources/eOkaoFr.dylib
           0x103b0f000 -        0x103b23fff  com.apple.AOSAccounts (1.0.1 - 1.0.68) <994B01E4-9C08-37A8-A624-871371DA4896> /System/Library/PrivateFrameworks/AOSAccounts.framework/Versions/A/AOSAccounts
           0x103b37000 -        0x103b74fff  com.apple.Ubiquity (1.1 - 210) <E198603B-C205-3366-82BD-7D642FF2F909> /System/Library/PrivateFrameworks/Ubiquity.framework/Versions/A/Ubiquity
           0x103b92000 -        0x103b92ff7  com.apple.SafariDAVNotifier (1.1.1 - 1) <29E48245-B10F-3350-8D33-B3EC223B2853> /System/Library/PrivateFrameworks/BookmarkDAV.framework/Versions/A/Frameworks/S afariDAVNotifier.framework/Versions/A/SafariDAVNotifier
           0x103b96000 -        0x103bb6fff  com.apple.ChunkingLibrary (1.0 - 127) <ED9D3079-A201-30D8-9FC4-2F5860100E63> /System/Library/PrivateFrameworks/ChunkingLibrary.framework/Versions/A/Chunking Library
           0x103bc2000 -        0x103bf2fff  com.apple.iLifeSlideshowCore (2.3.0 - 233) <06ABCAE2-242B-3525-BBE2-34164C1B434B> /Applications/Aperture.app/Contents/Frameworks/iLifeSlideshow.framework/Version s/A/Frameworks/iLifeSlideshowCore.framework/Versions/A/iLifeSlideshowCore
           0x103c0e000 -        0x103d2eff7  com.apple.iLifeSlideshowProducer (2.3.0 - 613) <53309430-C6B5-316B-B003-E40105B18CDC> /Applications/Aperture.app/Contents/Frameworks/iLifeSlideshow.framework/Version s/A/Frameworks/iLifeSlideshowProducer.framework/Versions/A/iLifeSlideshowProduce r
           0x103d97000 -        0x103ef7ff7  com.apple.iLifeSlideshowRenderer (2.3.0 - 676) <A8E28FF8-170A-3ADD-81D7-42DB472AB48F> /Applications/Aperture.app/Contents/Frameworks/iLifeSlideshow.framework/Version s/A/Frameworks/iLifeSlideshowRenderer.framework/Versions/A/iLifeSlideshowRendere r
           0x103f83000 -        0x103f95fff  com.apple.iLifeSlideshowExporter (2.3.0 - 252) <D7494E4C-B207-339D-8B52-D649D462F990> /Applications/Aperture.app/Contents/Frameworks/iLifeSlideshow.framework/Version s/A/Frameworks/iLifeSlideshowExporter.framework/Versions/A/iLifeSlideshowExporte r
           0x103fa5000 -        0x103fd3ff7  com.apple.audio.CoreAudioKit (1.6.3 - 1.6.3) <FF3E72F7-8076-3FCA-A7B9-6A8D869520C9> /System/Library/Frameworks/CoreAudioKit.framework/Versions/A/CoreAudioKit
           0x103fed000 -        0x10404dff7  com.apple.NyxAudioAnalysis (12.3 - 12.3) <68029D03-46C3-3E24-A3D6-BED836AD88E2> /Library/Frameworks/NyxAudioAnalysis.framework/Versions/A/NyxAudioAnalysis
           0x1045a0000 -        0x1045dafff  com.apple.prokit.LionPanels (7.2.1 - 1710) <41FC9644-F5EC-39FC-8A5A-4BA944B7AF11> /System/Library/PrivateFrameworks/ProKit.framework/Versions/A/Resources/LionPan els.bundle/Contents/MacOS/LionPanels
           0x1047c3000 -        0x1047c9fff  com.apple.Aperture.TaskView (1.1 - 1.0) <50941B28-53B9-345A-AD53-E36B941AC96C> /Applications/Aperture.app/Contents/PlugIns/TaskView.bundle/Contents/MacOS/Task View
           0x1069ab000 -        0x1069d9ff7  GLRendererFloat (??? - ???) <0C213C61-C08C-3B5D-85A4-EB4660AF55BF> /System/Library/Frameworks/OpenGL.framework/Resources/GLRendererFloat.bundle/GL RendererFloat
           0x10b4ce000 -        0x10b667fff  GLEngine (??? - ???) <8BA26192-A4D7-362D-8B57-5FCF4B706A25> /System/Library/Frameworks/OpenGL.framework/Resources/GLEngine.bundle/GLEngine
           0x10b69b000 -        0x10b794fff  libGLProgrammability.dylib (??? - ???) <B7710703-8652-36B8-83DD-4F216FAF0730> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLProgramma bility.dylib
           0x10b7ba000 -        0x10bfa0ff7  com.apple.GeForceGLDriver (7.18.11 - 7.1.8) <66FE927B-DCB6-3D51-B713-90D9676AA079> /System/Library/Extensions/GeForceGLDriver.bundle/Contents/MacOS/GeForceGLDrive r
           0x10c495000 -        0x10cb70ff7  libclh.dylib (4.0.3 - 4.0.3) <29108026-20C1-3BF9-A43F-0986E0430FF0> /System/Library/Extensions/GeForceGLDriver.bundle/Content

    I'm also having constant quality problems. The frequent skipping occurs only in iTunes. Every other player I have on my computer continues to play each track skip-free, and yet iTunes cannot do the same for even half a song.
    Should I uninstall it and attempt to revert to 6? I love iTunes and shudder at the thought of recoursing to WMP, Winamp, or any of the others- until Apple comes out with a fix for this problem so many of us are having.
      Windows XP  

  • Crackling and playback errors with cycle mode enabled

    Hi Folks,
    just noticed that sometimes when i use cycle mode, there's a crackling sound when i hit playback. The audio file itself is 100% clean and undistorted, as is the normal playback. Only if i enable cycle mode, the crackling, popping, even bigger playback errors as echos are there. However, it's only at the start of the cycle or when the cycle repeats (jumps back to it's start).
    I fiddled around with buffer settings and the Cycle Algorithms in the preferences, but to no avail.
    Anyone out there has a tip how to solve this?
    Fox

    Hi Erik,
    Also try and answer some questions I probably haven't asked.
    I did this and it helped WOW! Thanks!
    However, here's the solution for future desperate questions regarding this bug: It was a corrupted region (anchor or something like that). The file itself was okay, but the region in the arrange was somehow corrupted. I solved the problem by deleting the region and re-dragging it into the arrange from the bin.
    Cheers, Fox

  • Installation and Connection Error with Desktop Manager and Curve 3G

    I just installed Desktop Manager 6.01 and then tried connecting my Curve 3G to the system using the accompanying USB cable.. But there was a connection error.. so i did a bit searching on the net and went to (http://www.blackberry.com/btsc/search.do?cmd=displayKC&docType=kc&externalId=KB00125)  which gave me a solution to install m\y driver.. But when i try to manually install my driver, it shows an error   "THE SERVICE CANNOT BE STARTED, EITHER BECAUSE IT IS DISABLED OR IT HAS NO ENABLED DEVICES ASSOCIATED WITH IT"  now the USB is working because my phone is being recognised by the laptop and moreover in the device manager od my Vista, Blackberry is being shown... I cn see in drivers that Drivers have been installed but the drive Information such as Version, date is not available and the driver is unsigned...  
     Can someone tell me what exactly might the problem?? any reply will be appreciated..

    I encountered the same issue, Not sure if you'll have the same results, but all i did was enable windows updates, and did an automatic driver update from the web (as in from windows updates) and after a reboot, all was back to normal.
    hope that helps,

Maybe you are looking for