REP-50159 - REP-50151 when report sent to printer

I am using weblogic 11 rel1 server.
REP-50159: The report generated successfully but distribution to destinations failed.
REP-50151: Destination ID truckers_all_location failed with error An error occurred while sending the file to the printer: LexmarkOptra - Cannot run program "C:\Oracle\Middleware\asinst_dev\config\reports\bin\rwlpr": CreateProcess error=2, The system cannot find the file specified..

Copy rwlpr.exe from Oracle_Home\bin to Oracle_Instance\config\reports\bin
This fixed a problem

Similar Messages

  • Form getting held after a report sent to printer directly.

    Hii
    I am using developer 6i.
    From a form i am sending a report direct to printer using run_product & adding printer parameter.
    That works fine, but after the report is sent to printer the form gets held. It doesnt do anything e.g. query etc. Nothing happens by clicking on F7 or F8.
    Can anyone give an idea ?
    Regards
    Capri !!!

    Did you try specifying the commmode as ASYNCHRONOUS. This may help.
    NumbNutz

  • REP-50159 - when report sent directory on the linux Box

    We have created a directory called hbc_parvo and the path is /u01/hbc_parvo. Added path in reports.sh and restarted reports server.
    I am trying to run the report and save on the Linux Box in the directory I created.
    I get this error when I run the report
    REP-50159: Executed successfully but there were some errors when distribute the output. Need help if anyone has had the same error and how to fix it
    Edited by: user11244023 on Jul 13, 2010 1:20 PM

    Hello,
    There are 2 steps in a Reports execution with the Reports Server :
    Step 1 : The reports is exeucted by a reports engine and the Reports output is generated in the Reports Server cache.
    Step 2 : The reports server will take the output generated in the cache by the engine and will send it to the destination specified in the parameter (DESTYPE DESNAME)
    In your case, a problem occured during the Step 2
    What is the DESTYPE / DESNAME used ?
    Regards

  • Error - Printing a report directly to printer

    Hi,
    i'm using oracle forms 9i and i'm trying to print a report directly to printer. I using the code above:
    SET_REPORT_OBJECT_PROPERTY(ReportId,REPORT_DESFORMAT,'PDF');
    SET_REPORT_OBJECT_PROPERTY(ReportId,REPORT_SERVER,GetReportTnsName);
    IF ReportDesType = 'CACHE' THEN
    SET_REPORT_OBJECT_PROPERTY(ReportId,REPORT_DESTYPE,CACHE);
    ReportServerJob:=RUN_REPORT_OBJECT(ReportId, PList);
    rep_status := report_object_status(ReportServerJob);
    IF rep_status=’FINISHED’ THEN
    JobId := substr(ReportServerJob,length(GetReportTnsName)+2,length(ReportServerJob));
    WEB.SHOW_DOCUMENT ('/reports/rwservlet/getjobid'||JobId||'?server='||GetReportTnsName,'_blank');
    ELSE
    message ('Error’);
    END IF;
    -- logic for sending report directly to printer
    ELSIF ReportDesType = 'PRINTER' then
    SET_REPORT_OBJECT_PROPERTY(ReportId,REPORT_DESTYPE,PRINTER);
    SET_REPORT_OBJECT_PROPERTY(ReportId,REPORT_DESNAME,:parameter.p_print);
    ReportServerJob:=RUN_REPORT_OBJECT(ReportId, PList);
    rep_status := report_object_status(ReportServerJob);
    IF rep_status=’FINISHED’ THEN
    message ('Report sent to printer successfully');
    ELSE
    --handle errors
    message ('Error’);
    END IF;
    end if ;
    i get this error :
    REP-50157: Erro no envio do ficheiro para a impressora lp65. Sair com o código de erro 64
    NEED HELP !!
    Regards,

    The printer has to be known on the server where the Reports service runs.
    Also, the user who runs the Reports service has to have access to that printer. If you are running on Windows, Reports Service runs as Local system by default. Change that to a real (domain) user, who has access to the printer.

  • Getting rep-3002 when calling report from form on web

    i am getting rep-3002 when i call report from a form on web environment. Report is in character mode. It is coming proper if i change it to bitmap. but my requirement is of character mode. pl. give some solution.

    Hello,
    If you are running in WinNT/2000 environment, the NT/2000 user which runs the Report Server service must have a printer defined. In the control panel, look at the properties for the Report Server to see what user it runs as. Log in as that user and make sure a default printer is defined.
    Regards,
    The Oracle Reports Team --skw                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               

  • REP-0178 When Shutting Down a Single Report Server

    Reports 9.0.4.2 Dev Suite
    Win XP
    I constanly receive a REP-0178 when shutting down my Report Server. I have read other posts that indicate this happens on systems with multiple Report Servers running. I have only a single Rep Server in use.
    Any ideas?

    this might indicate that there is something wrong with your OSAGENT process. usually that happens with mutliple servers, but since all those servers bind to the same OSAGENT, shutting down the first server will shut down the OSAGENT and all subsequent shutdowns will fail
    are you sure you are not runnig an in-process server (set up by default) that you are not aware of. check the rwservlet.properties and see if IN_PROCESS is set to YES or NO.
    thanks,
    ph.

  • Report Errors REP-1051 and REP-1070 when saving

    I just created a new report. I'm now getting errors REP-1051 and REP-1070 when I attempt to save the .rdf to my local hard drive (or anywhere else for that matter). Permissions where I try to save it are OK, in fact if I remove the SQL and insert "select * from dual", it saves nicely. Is there a query size limit of which I'm unaware? The SQL runs corrrectly, compiles correctly, etc. I just can't seem to save my work. Thank you in advance.

    REP-1051 and REP-1070 What are the messages for these codes?
    Which version and OS are you using?
    How are you calling your report?

  • REP-271468673 Saving report to pdf

    Report upgraded from Reports 6i to Developer 10g fails only when output to a pdf file with error REP-271468673. Report returns to screen without issue. Report output is 6k+ pages and 3.5k images.
    Can anyone offer assistance?

    hello,
    what you would have to do, is to create a table with a column BLOB and then use the functions of the DBMS_LOB package to read the PDF file from the filesystem into the database.
    sending a report via mail is done by using DESTYPE=MAIL and DESNAME=<receipient>
    regards,
    the oracle reports team
    null

  • REP- 50004 no report specified in the command line

    hello,
    i dont want to specify the connection string in the URL, so in the cgicmd.dat i added :
    test: userid=scott/tiger@orcl destype=cache desformat=pdf server=rep_oas %*
    in the URL :http://oas:7777/reports/rwservlet?cmdkey=test&report=adm31002.rdf
    the result of the execution is
    REP-5004 no report specified in the command line
    can you help me
    thanks

    Hi,
    try
    http://sgarcia.eeq1:8889/reports/rwservlet?report=R_MISOL1.rdf&PARAMFORM=no&destype=cache&desformat=pdf&CODIGO_CUENTA=215&EMPRESA=EEQSA&EMPLEADO=25243&V_PATH=Z:\bin&cmdkey=cmx
    regards
    Rainer

  • How to use backflush in rep anufacturing when there is no stock

    Hi,
    i want to know how to carry out  backflush  for the  components in rep manufacturing when there is no components exists. where to set the settings for it. what is the impact for it when we are doing negative quantity back flush and how system will correct later.
      thanks in advance.
    regards
    madan

    Dear Mr.Madhan,
    1.For your case ,you have to create a separate REM profile in SPRO.
    2.While creating the REM profile in control data 1,check for the
    settings create cumulated post processing record.
    3.Using MF47,we will be checking the errors happened for the materials,then
    according to the stock this list will be cleared.
    4.Individual daywise record can also be obtained if u include the tick mark against
    the check box for Also create Individual Post Processing Records.
    5.Then in that case it will be easy for you to trace the errors that happened on
    daywise for which material.
    6.Dont forget to assign the same REM profile to your header material
    <b> Impact of allowing reprocessing of production booking errors :-</b>
    1.     Importance of Issue Storage Location :
    The Issue/Prod. Storage location is to be entered in the MRP4 View of Material Master.
    •     If the material is a component, it is the issuing storage location to which a backflush is posted.
    •     If the material is produced, it is the receiving storage location to which the receipt of the material is posted.
    If u want to know with screen shots,please give me your mail id.
    I will send some documents.
    <b>If useful reward points and close this thread if satisfied.</b>
    Regards
    Mangal
    Message was edited by:
            Mangalraj

  • REP-1226: Body location is beyond print area

    Hello,
    I had a problem with the report.
    It was A3 size - landscape, and I changed it into A4portrait.
    I've done such things before, and everything used to be ok.
    This time, when I try to view paper design I got a 'REP-1226: Body location is beyond print area'. I checked the properties of Header/Body/Trailer section in Object Inspector. It was all the same and looked normally. Then I came back to paper layout and viewed all the layout sections (View -> Layout section -> Header/Body/Trailer). The header was much too big, but only on the paper layout. When I entered its properties in Object Inspector it's size was ok.
    So I saved the report as xml and edited it in xml editor. What I saw in the header section was:
    <section name="header" width="29.70000" height="21.00000"
    orientation="landscape">
    <body width="26.69977" height="96.00001">
    <location x="1.50006" y="2.99982"/>
    Why was the height so large ? Is it possible to change it in Reports Builder?

    Hey!
    What I did then was changing the xml (in notepad for example), saved it and it worked. I don't remember if everything was ok and maybe recreated report again (but I don't think so..). But you can always try!

  • Exception 50125 when report server startup

    I start a in-process server with rwserver.sh comand on linux platform.
    But when I run a web report on browser, the browser shows:
    REP-56048: Engine null crashed, job Id: 1
    I checked the report server trace file, find when I startup the report server, there is a exception listed below.
    Anyone who can thow a light on this issue will be appreciated.
    [2003/5/19 5:42:35:83] Exception 50125 (exception oracle.reports.RWException {
    oracle.reports.RWError[] errorChain={struct oracle.reports.RWError {
    int errorCode=55103,
    java.lang.String errorString="API URLEngine:getEngineEnvs not applicable to URL engine",
    java.lang.String moduleName="REP"
    at oracle.reports.RWExceptionHelper.read(Unknown Source)
    at oracle.reports.engine._EngineClassStub.getEnvs(Unknown Source)
    at oracle.reports.server.EngineManager$TimedPingerThread.run(EngineManager.java:1581)
    ): Internal error exception oracle.reports.RWException {
    oracle.reports.RWError[] errorChain={struct oracle.reports.RWError {
    int errorCode=55103,
    java.lang.String errorString="API URLEngine:getEngineEnvs not applicable to URL engine",
    java.lang.String moduleName="REP"
    [2003/5/19 5:42:35:83] Warning 50103 (EngineManager:registerEngine): REP-55103: API URLEngine:getEngineEnvs no
    t applicable to URL engine
    [2003/5/19 5:42:35:83] Info 56026
    .....

    Thanks for your feedback.Acturally, I try it ,but still get this error. It seems the engine is changed from URLEngine to rwEng-0, please have a look:
    [2003/5/20 2:45:41:321] Info 56021 (EngineManager:spawnEngine): Engine rwEng-0 has been launched
    [2003/5/20 2:45:41:322] State 56004 (EngineInfo:setState): Engine rwEng-0 state is: Initial
    [2003/5/20 2:45:41:323] Debug 50103 (JobStore:writePersistFile): Purge persistent file
    [2003/5/20 2:45:41:325] Debug 50103 (JobStore:writePersistFile): Purge persistent file done
    [2003/5/20 2:45:52:813] Exception 50125 (java.lang.Exception: getEnvs call from Server to Enging failed - call did not return
    at oracle.reports.server.EngineManager.registerEngine(EngineManager.java :981)
    at oracle.reports.server.EngineCommImpl.registerEngine(Unknown Source)
    at oracle.reports.server.EngineCommPOATie.registerEngine(Unknown Source)
    at oracle.reports.server.EngineCommPOA._invoke(Unknown Source)
    at oracle.reports.server.EngineCommPOA._invoke(Unknown Source)
    at com.inprise.vbroker.poa.POAImpl.invoke(POAImpl.java:2355)
    at com.inprise.vbroker.poa.ActivationRecord.invoke(ActivationRecord.java:104)
    at com.inprise.vbroker.GIOP.GiopProtocolAdapter.doRequest(GiopProtocolAdapter.java:492)
    at com.inprise.vbroker.IIOP.ServerProtocolAdapter.doRequest(ServerProtocolAdapter.java:64)
    at com.inprise.vbroker.GIOP.GiopProtocolAdapter.dispatchMessage(GiopProt
    ocolAdapter.java:653)
    at com.inprise.vbroker.orb.TPDispatcherImpl$TPDispatcher.run(TPDispatcherImpl.java:99)
    at com.inprise.vbroker.orb.ThreadPool$PoolWorker.run(ThreadPool.java:76)
    ): Internal error java.lang.Exception: getEnvs call from Server to Enging failed - call did not return
    [2003/5/20 2:45:52:814] Info 56026 (EngineManager:registerEngine): Reports Server started up engine rwEng-0
    [2003/5/20 2:45:52:815] State 56012 (IdleThread:run): Reports Server is ready
    [2003/5/20 2:45:53:881] Exception 50125 (org.omg.CORBA.TRANSIENT: minor code:0 completed: No
    at com.inprise.vbroker.orb.DelegateImpl.verifyConnection(DelegateImpl.java:336)
    at com.inprise.vbroker.orb.DelegateImpl.is_local(DelegateImpl.java:493)
    at org.omg.CORBA.portable.ObjectImpl._is_local(ObjectImpl.java:356)
    at oracle.reports.engine._EngineClassStub.getEnvs(Unknown Source)
    at oracle.reports.server.EngineManager$TimedPingerThread.run(EngineManager.java:1581)
    ): Internal error org.omg.CORBA.TRANSIENT: minor code: 0 completed: No
    BTW, I have applied the core patch 2, and NT patch 1, form&report patch 2 before this error occurs.

  • Can someone look at my crash report? Photoshop CC 2014 crashes when I go to print a file

    I am on a Mac, Mavericks 10.9.3, and have an Epson 3880.  I have deleted and re-added my printer, I have deleted and redownloaded its drivers, I have updated the graphics card drivers, I have signed in and out of Creative Cloud, nothing seems to work.  It's been going on since I've updated, except on a once in a blue moon occasion when I open PS CC 2014 for the first time of the day and try to print a file.... on these two rare occasions, it worked, I got my dialog box and was able to print my order (I am a small business, so this is exasperating!) but when I went to print a second file each time, I was right back to the whole program crashing the second I clicked the Print button (File > Print.... the word Print, I mean, not the action to print: I don't even get as far as the dialog box/window to click that).
    Here is the crash report just now so I can show what would have been sent to Adobe (I've sent dozens, so didn't send this one).  Can anyone tell from it what is causing my crash?  --
    Process:         Adobe Photoshop CC 2014 [658]
    Path:            /Applications/Adobe Photoshop CC 2014/Adobe Photoshop CC 2014.app/Contents/MacOS/Adobe Photoshop CC 2014
    Identifier:      com.adobe.Photoshop
    Version:         15.0.0 (15.0.0.58)
    Code Type:       X86-64 (Native)
    Parent Process:  launchd [193]
    Responsible:     Adobe Photoshop CC 2014 [658]
    User ID:         501
    Date/Time:       2014-06-29 01:13:51.566 -0400
    OS Version:      Mac OS X 10.9.3 (13D65)
    Report Version:  11
    Anonymous UUID:  9E92293C-E050-13D2-B812-76EAA3D36DE0
    Crashed Thread:  0  Dispatch queue: com.apple.main-thread
    Exception Type:  EXC_BAD_ACCESS (SIGSEGV)
    Exception Codes: KERN_INVALID_ADDRESS at 0x0000000000000018
    VM Regions Near 0x18:
    -->
        __TEXT                 0000000108a25000-000000010d500000 [ 74.9M] r-x/rwx SM=COW  /Applications/Adobe Photoshop CC 2014/Adobe Photoshop CC 2014.app/Contents/MacOS/Adobe Photoshop CC 2014
    Application Specific Information:
    objc_msgSend() selector name: isKindOfClass:
    Thread 0 Crashed:: Dispatch queue: com.apple.main-thread
    0   libobjc.A.dylib               0x00007fff96682097 objc_msgSend + 23
    1   com.adobe.Photoshop           0x000000010a3bb0e5 void boost::this_thread::sleep<boost::date_time::subsecond_duration<boost::posix_time::time_du ration, 1000ll> >(boost::date_time::subsecond_duration<boost::posix_time::time_duration, 1000ll> const&) + 18011909
    2   com.adobe.Photoshop           0x0000000109394a45 void boost::this_thread::sleep<boost::date_time::subsecond_duration<boost::posix_time::time_du ration, 1000ll> >(boost::date_time::subsecond_duration<boost::posix_time::time_duration, 1000ll> const&) + 1077349
    3   com.adobe.Photoshop           0x0000000108ab61f7 boost::exception_detail::copy_boost_exception(boost::exception*, boost::exception const*) + 477159
    4   com.adobe.Photoshop           0x0000000108af9a50 boost::exception_detail::copy_boost_exception(boost::exception*, boost::exception const*) + 753728
    5   com.adobe.Photoshop           0x0000000108ab6347 boost::exception_detail::copy_boost_exception(boost::exception*, boost::exception const*) + 477495
    6   com.adobe.Photoshop           0x000000010a2effdd void boost::this_thread::sleep<boost::date_time::subsecond_duration<boost::posix_time::time_du ration, 1000ll> >(boost::date_time::subsecond_duration<boost::posix_time::time_duration, 1000ll> const&) + 17180157
    7   com.apple.Foundation           0x00007fff96c880f4 __NSFireTimer + 96
    8   com.apple.CoreFoundation       0x00007fff90dcf494 __CFRUNLOOP_IS_CALLING_OUT_TO_A_TIMER_CALLBACK_FUNCTION__ + 20
    9   com.apple.CoreFoundation       0x00007fff90dcefcf __CFRunLoopDoTimer + 1151
    10  com.apple.CoreFoundation       0x00007fff90e405aa __CFRunLoopDoTimers + 298
    11  com.apple.CoreFoundation       0x00007fff90d8a755 __CFRunLoopRun + 1525
    12  com.apple.CoreFoundation       0x00007fff90d89f25 CFRunLoopRunSpecific + 309
    13  com.apple.HIToolbox           0x00007fff94278a0d RunCurrentEventLoopInMode + 226
    14  com.apple.HIToolbox           0x00007fff94278685 ReceiveNextEventCommon + 173
    15  com.apple.HIToolbox           0x00007fff942785bc _BlockUntilNextEventMatchingListInModeWithFilter + 65
    16  com.apple.AppKit               0x00007fff8dcf126e _DPSNextEvent + 1434
    17  com.apple.AppKit               0x00007fff8dcf08bb -[NSApplication nextEventMatchingMask:untilDate:inMode:dequeue:] + 122
    18  com.apple.AppKit               0x00007fff8dce49bc -[NSApplication run] + 553
    19  com.adobe.Photoshop           0x000000010a2eff02 void boost::this_thread::sleep<boost::date_time::subsecond_duration<boost::posix_time::time_du ration, 1000ll> >(boost::date_time::subsecond_duration<boost::posix_time::time_duration, 1000ll> const&) + 17179938
    20  com.adobe.Photoshop           0x000000010a2f1288 void boost::this_thread::sleep<boost::date_time::subsecond_duration<boost::posix_time::time_du ration, 1000ll> >(boost::date_time::subsecond_duration<boost::posix_time::time_duration, 1000ll> const&) + 17184936
    21  com.adobe.Photoshop           0x0000000108ab5d2f boost::exception_detail::copy_boost_exception(boost::exception*, boost::exception const*) + 475935
    22  com.adobe.Photoshop           0x0000000108d300f7 boost::exception_detail::copy_boost_exception(boost::exception*, boost::exception const*) + 3073767
    23  com.adobe.Photoshop           0x0000000108d30299 boost::exception_detail::copy_boost_exception(boost::exception*, boost::exception const*) + 3074185
    24  com.adobe.Photoshop           0x0000000108a27434 0x108a25000 + 9268
    Thread 1:: Dispatch queue: com.apple.libdispatch-manager
    0   libsystem_kernel.dylib         0x00007fff953d9662 kevent64 + 10
    1   libdispatch.dylib             0x00007fff920e1421 _dispatch_mgr_invoke + 239
    2   libdispatch.dylib             0x00007fff920e1136 _dispatch_mgr_thread + 52
    Thread 2:
    0   libsystem_kernel.dylib         0x00007fff953d8e6a __workq_kernreturn + 10
    1   libsystem_pthread.dylib       0x00007fff92d4cf08 _pthread_wqthread + 330
    2   libsystem_pthread.dylib       0x00007fff92d4ffb9 start_wqthread + 13
    Thread 3:
    0   libsystem_kernel.dylib         0x00007fff953d8e6a __workq_kernreturn + 10
    1   libsystem_pthread.dylib       0x00007fff92d4cf08 _pthread_wqthread + 330
    2   libsystem_pthread.dylib       0x00007fff92d4ffb9 start_wqthread + 13
    Thread 4:: MPSupport Worker
    0   libsystem_kernel.dylib         0x00007fff953d8716 __psynch_cvwait + 10
    1   libsystem_pthread.dylib       0x00007fff92d4dc3b _pthread_cond_wait + 727
    2   MultiProcessor Support         0x00000001176b189b 0x11766a000 + 293019
    3   MultiProcessor Support         0x00000001176b17ab 0x11766a000 + 292779
    4   MultiProcessor Support         0x00000001176d1c39 0x11766a000 + 425017
    5   libsystem_pthread.dylib       0x00007fff92d4b899 _pthread_body + 138
    6   libsystem_pthread.dylib       0x00007fff92d4b72a _pthread_start + 137
    7   libsystem_pthread.dylib       0x00007fff92d4ffc9 thread_start + 13
    Thread 5:: MPSupport Worker
    0   libsystem_kernel.dylib         0x00007fff953d8716 __psynch_cvwait + 10
    1   libsystem_pthread.dylib       0x00007fff92d4dc3b _pthread_cond_wait + 727
    2   MultiProcessor Support         0x00000001176b189b 0x11766a000 + 293019
    3   MultiProcessor Support         0x00000001176b17ab 0x11766a000 + 292779
    4   MultiProcessor Support         0x00000001176d1c39 0x11766a000 + 425017
    5   libsystem_pthread.dylib       0x00007fff92d4b899 _pthread_body + 138
    6   libsystem_pthread.dylib       0x00007fff92d4b72a _pthread_start + 137
    7   libsystem_pthread.dylib       0x00007fff92d4ffc9 thread_start + 13
    Thread 6:: MPSupport Worker
    0   libsystem_kernel.dylib         0x00007fff953d8716 __psynch_cvwait + 10
    1   libsystem_pthread.dylib       0x00007fff92d4dc3b _pthread_cond_wait + 727
    2   MultiProcessor Support         0x00000001176b189b 0x11766a000 + 293019
    3   MultiProcessor Support         0x00000001176b17ab 0x11766a000 + 292779
    4   MultiProcessor Support         0x00000001176d1c39 0x11766a000 + 425017
    5   libsystem_pthread.dylib       0x00007fff92d4b899 _pthread_body + 138
    6   libsystem_pthread.dylib       0x00007fff92d4b72a _pthread_start + 137
    7   libsystem_pthread.dylib       0x00007fff92d4ffc9 thread_start + 13
    Thread 7:: MPSupport Worker
    0   libsystem_kernel.dylib         0x00007fff953d8716 __psynch_cvwait + 10
    1   libsystem_pthread.dylib       0x00007fff92d4dc3b _pthread_cond_wait + 727
    2   MultiProcessor Support         0x00000001176b189b 0x11766a000 + 293019
    3   MultiProcessor Support         0x00000001176b17ab 0x11766a000 + 292779
    4   MultiProcessor Support         0x00000001176d1c39 0x11766a000 + 425017
    5   libsystem_pthread.dylib       0x00007fff92d4b899 _pthread_body + 138
    6   libsystem_pthread.dylib       0x00007fff92d4b72a _pthread_start + 137
    7   libsystem_pthread.dylib       0x00007fff92d4ffc9 thread_start + 13
    Thread 8:: MPSupport Worker
    0   libsystem_kernel.dylib         0x00007fff953d8716 __psynch_cvwait + 10
    1   libsystem_pthread.dylib       0x00007fff92d4dc3b _pthread_cond_wait + 727
    2   MultiProcessor Support         0x00000001176b189b 0x11766a000 + 293019
    3   MultiProcessor Support         0x00000001176b17ab 0x11766a000 + 292779
    4   MultiProcessor Support         0x00000001176d1c39 0x11766a000 + 425017
    5   libsystem_pthread.dylib       0x00007fff92d4b899 _pthread_body + 138
    6   libsystem_pthread.dylib       0x00007fff92d4b72a _pthread_start + 137
    7   libsystem_pthread.dylib       0x00007fff92d4ffc9 thread_start + 13
    Thread 9:: MPSupport Worker
    0   libsystem_kernel.dylib         0x00007fff953d8716 __psynch_cvwait + 10
    1   libsystem_pthread.dylib       0x00007fff92d4dc3b _pthread_cond_wait + 727
    2   MultiProcessor Support         0x00000001176b189b 0x11766a000 + 293019
    3   MultiProcessor Support         0x00000001176b17ab 0x11766a000 + 292779
    4   MultiProcessor Support         0x00000001176d1c39 0x11766a000 + 425017
    5   libsystem_pthread.dylib       0x00007fff92d4b899 _pthread_body + 138
    6   libsystem_pthread.dylib       0x00007fff92d4b72a _pthread_start + 137
    7   libsystem_pthread.dylib       0x00007fff92d4ffc9 thread_start + 13
    Thread 10:: MPSupport Worker
    0   libsystem_kernel.dylib         0x00007fff953d8716 __psynch_cvwait + 10
    1   libsystem_pthread.dylib       0x00007fff92d4dc3b _pthread_cond_wait + 727
    2   MultiProcessor Support         0x00000001176b189b 0x11766a000 + 293019
    3   MultiProcessor Support         0x00000001176b17ab 0x11766a000 + 292779
    4   MultiProcessor Support         0x00000001176d1c39 0x11766a000 + 425017
    5   libsystem_pthread.dylib       0x00007fff92d4b899 _pthread_body + 138
    6   libsystem_pthread.dylib       0x00007fff92d4b72a _pthread_start + 137
    7   libsystem_pthread.dylib       0x00007fff92d4ffc9 thread_start + 13
    Thread 11:: MPSupport Worker
    0   libsystem_kernel.dylib         0x00007fff953d8716 __psynch_cvwait + 10
    1   libsystem_pthread.dylib       0x00007fff92d4dc3b _pthread_cond_wait + 727
    2   MultiProcessor Support         0x00000001176b189b 0x11766a000 + 293019
    3   MultiProcessor Support         0x00000001176b17ab 0x11766a000 + 292779
    4   MultiProcessor Support         0x00000001176d1c39 0x11766a000 + 425017
    5   libsystem_pthread.dylib       0x00007fff92d4b899 _pthread_body + 138
    6   libsystem_pthread.dylib       0x00007fff92d4b72a _pthread_start + 137
    7   libsystem_pthread.dylib       0x00007fff92d4ffc9 thread_start + 13
    Thread 12:: MPSupport Worker
    0   libsystem_kernel.dylib         0x00007fff953d8716 __psynch_cvwait + 10
    1   libsystem_pthread.dylib       0x00007fff92d4dc3b _pthread_cond_wait + 727
    2   MultiProcessor Support         0x00000001176b189b 0x11766a000 + 293019
    3   MultiProcessor Support         0x00000001176b17ab 0x11766a000 + 292779
    4   MultiProcessor Support         0x00000001176d1c39 0x11766a000 + 425017
    5   libsystem_pthread.dylib       0x00007fff92d4b899 _pthread_body + 138
    6   libsystem_pthread.dylib       0x00007fff92d4b72a _pthread_start + 137
    7   libsystem_pthread.dylib       0x00007fff92d4ffc9 thread_start + 13
    Thread 13:: MPSupport Worker
    0   libsystem_kernel.dylib         0x00007fff953d8716 __psynch_cvwait + 10
    1   libsystem_pthread.dylib       0x00007fff92d4dc3b _pthread_cond_wait + 727
    2   MultiProcessor Support         0x00000001176b189b 0x11766a000 + 293019
    3   MultiProcessor Support         0x00000001176b17ab 0x11766a000 + 292779
    4   MultiProcessor Support         0x00000001176d1c39 0x11766a000 + 425017
    5   libsystem_pthread.dylib       0x00007fff92d4b899 _pthread_body + 138
    6   libsystem_pthread.dylib       0x00007fff92d4b72a _pthread_start + 137
    7   libsystem_pthread.dylib       0x00007fff92d4ffc9 thread_start + 13
    Thread 14:: MPSupport Worker
    0   libsystem_kernel.dylib         0x00007fff953d8716 __psynch_cvwait + 10
    1   libsystem_pthread.dylib       0x00007fff92d4dc3b _pthread_cond_wait + 727
    2   MultiProcessor Support         0x00000001176b189b 0x11766a000 + 293019
    3   MultiProcessor Support         0x00000001176b17ab 0x11766a000 + 292779
    4   MultiProcessor Support         0x00000001176d1c39 0x11766a000 + 425017
    5   libsystem_pthread.dylib       0x00007fff92d4b899 _pthread_body + 138
    6   libsystem_pthread.dylib       0x00007fff92d4b72a _pthread_start + 137
    7   libsystem_pthread.dylib       0x00007fff92d4ffc9 thread_start + 13
    Thread 15:: MPSupport Worker
    0   libsystem_kernel.dylib         0x00007fff953d8716 __psynch_cvwait + 10
    1   libsystem_pthread.dylib       0x00007fff92d4dc3b _pthread_cond_wait + 727
    2   MultiProcessor Support         0x00000001176b189b 0x11766a000 + 293019
    3   MultiProcessor Support         0x00000001176b17ab 0x11766a000 + 292779
    4   MultiProcessor Support         0x00000001176d1c39 0x11766a000 + 425017
    5   libsystem_pthread.dylib       0x00007fff92d4b899 _pthread_body + 138
    6   libsystem_pthread.dylib       0x00007fff92d4b72a _pthread_start + 137
    7   libsystem_pthread.dylib       0x00007fff92d4ffc9 thread_start + 13
    Thread 16:: MPSupport Worker
    0   libsystem_kernel.dylib         0x00007fff953d8716 __psynch_cvwait + 10
    1   libsystem_pthread.dylib       0x00007fff92d4dc3b _pthread_cond_wait + 727
    2   MultiProcessor Support         0x00000001176b189b 0x11766a000 + 293019
    3   MultiProcessor Support         0x00000001176b17ab 0x11766a000 + 292779
    4   MultiProcessor Support         0x00000001176d1c39 0x11766a000 + 425017
    5   libsystem_pthread.dylib       0x00007fff92d4b899 _pthread_body + 138
    6   libsystem_pthread.dylib       0x00007fff92d4b72a _pthread_start + 137
    7   libsystem_pthread.dylib       0x00007fff92d4ffc9 thread_start + 13
    Thread 17:: MPSupport Worker
    0   libsystem_kernel.dylib         0x00007fff953d8716 __psynch_cvwait + 10
    1   libsystem_pthread.dylib       0x00007fff92d4dc3b _pthread_cond_wait + 727
    2   MultiProcessor Support         0x00000001176b189b 0x11766a000 + 293019
    3   MultiProcessor Support         0x00000001176b17ab 0x11766a000 + 292779
    4   MultiProcessor Support         0x00000001176d1c39 0x11766a000 + 425017
    5   libsystem_pthread.dylib       0x00007fff92d4b899 _pthread_body + 138
    6   libsystem_pthread.dylib       0x00007fff92d4b72a _pthread_start + 137
    7   libsystem_pthread.dylib       0x00007fff92d4ffc9 thread_start + 13
    Thread 18:: MPSupport Worker
    0   libsystem_kernel.dylib         0x00007fff953d8716 __psynch_cvwait + 10
    1   libsystem_pthread.dylib       0x00007fff92d4dc3b _pthread_cond_wait + 727
    2   MultiProcessor Support         0x00000001176b189b 0x11766a000 + 293019
    3   MultiProcessor Support         0x00000001176b17ab 0x11766a000 + 292779
    4   MultiProcessor Support         0x00000001176d1c39 0x11766a000 + 425017
    5   libsystem_pthread.dylib       0x00007fff92d4b899 _pthread_body + 138
    6   libsystem_pthread.dylib       0x00007fff92d4b72a _pthread_start + 137
    7   libsystem_pthread.dylib       0x00007fff92d4ffc9 thread_start + 13
    Thread 19:
    0   libsystem_kernel.dylib         0x00007fff953d4a56 semaphore_wait_trap + 10
    1   libtbb.dylib                   0x000000010e1ee550 tbb::internal::rml::private_worker::thread_routine(void*) + 480
    2   libsystem_pthread.dylib       0x00007fff92d4b899 _pthread_body + 138
    3   libsystem_pthread.dylib       0x00007fff92d4b72a _pthread_start + 137
    4   libsystem_pthread.dylib       0x00007fff92d4ffc9 thread_start + 13
    Thread 20:
    0   libsystem_kernel.dylib         0x00007fff953d4a56 semaphore_wait_trap + 10
    1   libtbb.dylib                   0x000000010e1ee550 tbb::internal::rml::private_worker::thread_routine(void*) + 480
    2   libsystem_pthread.dylib       0x00007fff92d4b899 _pthread_body + 138
    3   libsystem_pthread.dylib       0x00007fff92d4b72a _pthread_start + 137
    4   libsystem_pthread.dylib       0x00007fff92d4ffc9 thread_start + 13
    Thread 21:
    0   libsystem_kernel.dylib         0x00007fff953d4a56 semaphore_wait_trap + 10
    1   libtbb.dylib                   0x000000010e1ee550 tbb::internal::rml::private_worker::thread_routine(void*) + 480
    2   libsystem_pthread.dylib       0x00007fff92d4b899 _pthread_body + 138
    3   libsystem_pthread.dylib       0x00007fff92d4b72a _pthread_start + 137
    4   libsystem_pthread.dylib       0x00007fff92d4ffc9 thread_start + 13
    Thread 22:
    0   libsystem_kernel.dylib         0x00007fff953d4a56 semaphore_wait_trap + 10
    1   libtbb.dylib                   0x000000010e1ee550 tbb::internal::rml::private_worker::thread_routine(void*) + 480
    2   libsystem_pthread.dylib       0x00007fff92d4b899 _pthread_body + 138
    3   libsystem_pthread.dylib       0x00007fff92d4b72a _pthread_start + 137
    4   libsystem_pthread.dylib       0x00007fff92d4ffc9 thread_start + 13
    Thread 23:
    0   libsystem_kernel.dylib         0x00007fff953d4a56 semaphore_wait_trap + 10
    1   libtbb.dylib                   0x000000010e1ee550 tbb::internal::rml::private_worker::thread_routine(void*) + 480
    2   libsystem_pthread.dylib       0x00007fff92d4b899 _pthread_body + 138
    3   libsystem_pthread.dylib       0x00007fff92d4b72a _pthread_start + 137
    4   libsystem_pthread.dylib       0x00007fff92d4ffc9 thread_start + 13
    Thread 24:
    0   libsystem_kernel.dylib         0x00007fff953d4a56 semaphore_wait_trap + 10
    1   libtbb.dylib                   0x000000010e1ee550 tbb::internal::rml::private_worker::thread_routine(void*) + 480
    2   libsystem_pthread.dylib       0x00007fff92d4b899 _pthread_body + 138
    3   libsystem_pthread.dylib       0x00007fff92d4b72a _pthread_start + 137
    4   libsystem_pthread.dylib       0x00007fff92d4ffc9 thread_start + 13
    Thread 25:
    0   libsystem_kernel.dylib         0x00007fff953d4a56 semaphore_wait_trap + 10
    1   libtbb.dylib                   0x000000010e1ee550 tbb::internal::rml::private_worker::thread_routine(void*) + 480
    2   libsystem_pthread.dylib       0x00007fff92d4b899 _pthread_body + 138
    3   libsystem_pthread.dylib       0x00007fff92d4b72a _pthread_start + 137
    4   libsystem_pthread.dylib       0x00007fff92d4ffc9 thread_start + 13
    Thread 26:
    0   libsystem_kernel.dylib         0x00007fff953d4a56 semaphore_wait_trap + 10
    1   libtbb.dylib                   0x000000010e1ee550 tbb::internal::rml::private_worker::thread_routine(void*) + 480
    2   libsystem_pthread.dylib       0x00007fff92d4b899 _pthread_body + 138
    3   libsystem_pthread.dylib       0x00007fff92d4b72a _pthread_start + 137
    4   libsystem_pthread.dylib       0x00007fff92d4ffc9 thread_start + 13
    Thread 27:
    0   libsystem_kernel.dylib         0x00007fff953d4a56 semaphore_wait_trap + 10
    1   libtbb.dylib                   0x000000010e1ee550 tbb::internal::rml::private_worker::thread_routine(void*) + 480
    2   libsystem_pthread.dylib       0x00007fff92d4b899 _pthread_body + 138
    3   libsystem_pthread.dylib       0x00007fff92d4b72a _pthread_start + 137
    4   libsystem_pthread.dylib       0x00007fff92d4ffc9 thread_start + 13
    Thread 28:
    0   libsystem_kernel.dylib         0x00007fff953d4a56 semaphore_wait_trap + 10
    1   libtbb.dylib                   0x000000010e1ee550 tbb::internal::rml::private_worker::thread_routine(void*) + 480
    2   libsystem_pthread.dylib       0x00007fff92d4b899 _pthread_body + 138
    3   libsystem_pthread.dylib       0x00007fff92d4b72a _pthread_start + 137
    4   libsystem_pthread.dylib       0x00007fff92d4ffc9 thread_start + 13
    Thread 29:
    0   libsystem_kernel.dylib         0x00007fff953d4a56 semaphore_wait_trap + 10
    1   libtbb.dylib                   0x000000010e1ee550 tbb::internal::rml::private_worker::thread_routine(void*) + 480
    2   libsystem_pthread.dylib       0x00007fff92d4b899 _pthread_body + 138
    3   libsystem_pthread.dylib       0x00007fff92d4b72a _pthread_start + 137
    4   libsystem_pthread.dylib       0x00007fff92d4ffc9 thread_start + 13
    Thread 30:
    0   libsystem_kernel.dylib         0x00007fff953d4a56 semaphore_wait_trap + 10
    1   libtbb.dylib                   0x000000010e1ee550 tbb::internal::rml::private_worker::thread_routine(void*) + 480
    2   libsystem_pthread.dylib       0x00007fff92d4b899 _pthread_body + 138
    3   libsystem_pthread.dylib       0x00007fff92d4b72a _pthread_start + 137
    4   libsystem_pthread.dylib       0x00007fff92d4ffc9 thread_start + 13
    Thread 31:
    0   libsystem_kernel.dylib         0x00007fff953d4a56 semaphore_wait_trap + 10
    1   libtbb.dylib                   0x000000010e1ee550 tbb::internal::rml::private_worker::thread_routine(void*) + 480
    2   libsystem_pthread.dylib       0x00007fff92d4b899 _pthread_body + 138
    3   libsystem_pthread.dylib       0x00007fff92d4b72a _pthread_start + 137
    4   libsystem_pthread.dylib       0x00007fff92d4ffc9 thread_start + 13
    Thread 32:
    0   libsystem_kernel.dylib         0x00007fff953d4a56 semaphore_wait_trap + 10
    1   libtbb.dylib                   0x000000010e1ee550 tbb::internal::rml::private_worker::thread_routine(void*) + 480
    2   libsystem_pthread.dylib       0x00007fff92d4b899 _pthread_body + 138
    3   libsystem_pthread.dylib       0x00007fff92d4b72a _pthread_start + 137
    4   libsystem_pthread.dylib       0x00007fff92d4ffc9 thread_start + 13
    Thread 33:
    0   libsystem_kernel.dylib         0x00007fff953d4a56 semaphore_wait_trap + 10
    1   libtbb.dylib                   0x000000010e1ee550 tbb::internal::rml::private_worker::thread_routine(void*) + 480
    2   libsystem_pthread.dylib       0x00007fff92d4b899 _pthread_body + 138
    3   libsystem_pthread.dylib       0x00007fff92d4b72a _pthread_start + 137
    4   libsystem_pthread.dylib       0x00007fff92d4ffc9 thread_start + 13
    Thread 34:
    0   libsystem_kernel.dylib         0x00007fff953d8a3a __semwait_signal + 10
    1   libsystem_c.dylib             0x00007fff938b6dc0 nanosleep + 200
    2   com.adobe.PSAutomate           0x0000000162648d88 0x1624f2000 + 1404296
    3   com.adobe.PSAutomate           0x000000016262e7ee 0x1624f2000 + 1296366
    4   com.adobe.PSAutomate           0x0000000162648925 0x1624f2000 + 1403173
    5   libsystem_pthread.dylib       0x00007fff92d4b899 _pthread_body + 138
    6   libsystem_pthread.dylib       0x00007fff92d4b72a _pthread_start + 137
    7   libsystem_pthread.dylib       0x00007fff92d4ffc9 thread_start + 13
    Thread 35:
    0   libsystem_kernel.dylib         0x00007fff953d8e6a __workq_kernreturn + 10
    1   libsystem_pthread.dylib       0x00007fff92d4cf08 _pthread_wqthread + 330
    2   libsystem_pthread.dylib       0x00007fff92d4ffb9 start_wqthread + 13
    Thread 36:
    0   libsystem_kernel.dylib         0x00007fff953d8e6a __workq_kernreturn + 10
    1   libsystem_pthread.dylib       0x00007fff92d4cf08 _pthread_wqthread + 330
    2   libsystem_pthread.dylib       0x00007fff92d4ffb9 start_wqthread + 13
    Thread 37:: General Background Service
    0   libsystem_kernel.dylib         0x00007fff953d8716 __psynch_cvwait + 10
    1   libsystem_pthread.dylib       0x00007fff92d4dc3b _pthread_cond_wait + 727
    2   com.adobe.Photoshop           0x0000000108cfe506 boost::exception_detail::copy_boost_exception(boost::exception*, boost::exception const*) + 2870006
    3   com.adobe.Photoshop           0x000000010a6615d8 void boost::this_thread::sleep<boost::date_time::subsecond_duration<boost::posix_time::time_du ration, 1000ll> >(boost::date_time::subsecond_duration<boost::posix_time::time_duration, 1000ll> const&) + 20790264
    4   com.adobe.Photoshop           0x000000010a6607bc void boost::this_thread::sleep<boost::date_time::subsecond_duration<boost::posix_time::time_du ration, 1000ll> >(boost::date_time::subsecond_duration<boost::posix_time::time_duration, 1000ll> const&) + 20786652
    5   com.adobe.Photoshop           0x000000010a661ffa void boost::this_thread::sleep<boost::date_time::subsecond_duration<boost::posix_time::time_du ration, 1000ll> >(boost::date_time::subsecond_duration<boost::posix_time::time_duration, 1000ll> const&) + 20792858
    6   com.adobe.Photoshop           0x000000010a31de09 void boost::this_thread::sleep<boost::date_time::subsecond_duration<boost::posix_time::time_du ration, 1000ll> >(boost::date_time::subsecond_duration<boost::posix_time::time_duration, 1000ll> const&) + 17368105
    7   libsystem_pthread.dylib       0x00007fff92d4b899 _pthread_body + 138
    8   libsystem_pthread.dylib       0x00007fff92d4b72a _pthread_start + 137
    9   libsystem_pthread.dylib       0x00007fff92d4ffc9 thread_start + 13
    Thread 38:
    0   libsystem_kernel.dylib         0x00007fff953d4a1a mach_msg_trap + 10
    1   libsystem_kernel.dylib         0x00007fff953d3d18 mach_msg + 64
    2   com.apple.CoreFoundation       0x00007fff90d8afc5 __CFRunLoopServiceMachPort + 181
    3   com.apple.CoreFoundation       0x00007fff90d8a5e9 __CFRunLoopRun + 1161
    4   com.apple.CoreFoundation       0x00007fff90d89f25 CFRunLoopRunSpecific + 309
    5   com.apple.AppKit               0x00007fff8de9105e _NSEventThread + 144
    6   libsystem_pthread.dylib       0x00007fff92d4b899 _pthread_body + 138
    7   libsystem_pthread.dylib       0x00007fff92d4b72a _pthread_start + 137
    8   libsystem_pthread.dylib       0x00007fff92d4ffc9 thread_start + 13
    Thread 39:
    0   libsystem_kernel.dylib         0x00007fff953d891a __recvfrom + 10
    1   VulcanMessage5.dylib           0x00000001107a0b95 vcfoundation::net::Bsd::Recv(int, void*, int, int) + 15
    2   VulcanMessage5.dylib           0x000000011079eb32 vcfoundation::io::BSDNamedPipe::Read(void*, unsigned long) + 24
    3   VulcanMessage5.dylib           0x000000011079cc40 vcfoundation::io::BufferedReader::InternalRead(char*, long) + 112
    4   VulcanMessage5.dylib           0x000000011079ccae vcfoundation::io::BufferedReader::Read(void*, unsigned long) + 60
    5   VulcanMessage5.dylib           0x00000001107957d0 vcfoundation::io::IVCChannel::ReadFully(void*, unsigned long) + 70
    6   VulcanMessage5.dylib           0x0000000110796262 vcfoundation::io::Serializer::InternalDeserialize() + 30
    7   VulcanMessage5.dylib           0x000000011079616f vcfoundation::io::Serializer::Deserialize() + 9
    8   VulcanMessage5.dylib           0x000000011079b782 vcfoundation::ncomm::Connection::ReadIn() + 28
    9   VulcanMessage5.dylib           0x000000011079b8c6 vcfoundation::ncomm::NCService::ReadResponse(vcfoundation::ncomm::INCRequest*, vcfoundation::ncomm::INCListener&, vcfoundation::ncomm::NCService::ConRef&) + 40
    10  VulcanMessage5.dylib           0x000000011079b681 vcfoundation::ncomm::NCService::Execute(vcfoundation::ncomm::INCRequest*, vcfoundation::ncomm::INCListener&) + 109
    11  VulcanMessage5.dylib           0x000000011079b5fa vcfoundation::ncomm::NCService::Execute(vcfoundation::ncomm::INCRequest*) + 32
    12  VulcanMessage5.dylib           0x000000011078c32b adobe::vulcan::servicemgr::CSIRequest::Execute() + 53
    13  VulcanMessage5.dylib           0x000000011078d507 adobe::vulcan::servicemgr::RegisterForEventsRequest::Run() + 353
    14  VulcanMessage5.dylib           0x000000011079c2d0 vcfoundation::thread::AbstractThread::Run() + 50
    15  VulcanMessage5.dylib           0x00000001107a0523 vcfoundation::thread::Thread::ThreadProc(void*) + 9
    16  libsystem_pthread.dylib       0x00007fff92d4b899 _pthread_body + 138
    17  libsystem_pthread.dylib       0x00007fff92d4b72a _pthread_start + 137
    18  libsystem_pthread.dylib       0x00007fff92d4ffc9 thread_start + 13
    Thread 40:: UxTech Queue ThreadController
    0   libsystem_kernel.dylib         0x00007fff953d8716 __psynch_cvwait + 10
    1   libsystem_pthread.dylib       0x00007fff92d4dc3b _pthread_cond_wait + 727
    2   com.adobe.Photoshop           0x000000010a1b679b void boost::this_thread::sleep<boost::date_time::subsecond_duration<boost::posix_time::time_du ration, 1000ll> >(boost::date_time::subsecond_duration<boost::posix_time::time_duration, 1000ll> const&) + 15895995
    3   com.adobe.Photoshop           0x000000010a8213cb void boost::this_thread::sleep<boost::date_time::subsecond_duration<boost::posix_time::time_du ration, 1000ll> >(boost::date_time::subsecond_duration<boost::posix_time::time_duration, 1000ll> const&) + 22624747
    4   com.adobe.Photoshop           0x000000010a81f826 void boost::this_thread::sleep<boost::date_time::subsecond_duration<boost::posix_time::time_du ration, 1000ll> >(boost::date_time::subsecond_duration<boost::posix_time::time_duration, 1000ll> const&) + 22617670
    5   com.adobe.Photoshop           0x000000010a31de09 void boost::this_thread::sleep<boost::date_time::subsecond_duration<boost::posix_time::time_du ration, 1000ll> >(boost::date_time::subsecond_duration<boost::posix_time::time_duration, 1000ll> const&) + 17368105
    6   libsystem_pthread.dylib       0x00007fff92d4b899 _pthread_body + 138
    7   libsystem_pthread.dylib       0x00007fff92d4b72a _pthread_start + 137
    8   libsystem_pthread.dylib       0x00007fff92d4ffc9 thread_start + 13
    Thread 41:: UxTech Queue ThreadController
    0   libsystem_kernel.dylib         0x00007fff953d8716 __psynch_cvwait + 10
    1   libsystem_pthread.dylib       0x00007fff92d4dc3b _pthread_cond_wait + 727
    2   com.adobe.Photoshop           0x000000010a1b679b void boost::this_thread::sleep<boost::date_time::subsecond_duration<boost::posix_time::time_du ration, 1000ll> >(boost::date_time::subsecond_duration<boost::posix_time::time_duration, 1000ll> const&) + 15895995
    3   com.adobe.Photoshop           0x000000010a8213cb void boost::this_thread::sleep<boost::date_time::subsecond_duration<boost::posix_time::time_du ration, 1000ll> >(boost::date_time::subsecond_duration<boost::posix_time::time_duration, 1000ll> const&) + 22624747
    4   com.adobe.Photoshop           0x000000010a81f826 void boost::this_thread::sleep<boost::date_time::subsecond_duration<boost::posix_time::time_du ration, 1000ll> >(boost::date_time::subsecond_duration<boost::posix_time::time_duration, 1000ll> const&) + 22617670
    5   com.adobe.Photoshop           0x000000010a31de09 void boost::this_thread::sleep<boost::date_time::subsecond_duration<boost::posix_time::time_du ration, 1000ll> >(boost::date_time::subsecond_duration<boost::posix_time::time_duration, 1000ll> const&) + 17368105
    6   libsystem_pthread.dylib       0x00007fff92d4b899 _pthread_body + 138
    7   libsystem_pthread.dylib       0x00007fff92d4b72a _pthread_start + 137
    8   libsystem_pthread.dylib       0x00007fff92d4ffc9 thread_start + 13
    Thread 42:: UxTech Queue ThreadController
    0   libsystem_kernel.dylib         0x00007fff953d8716 __psynch_cvwait + 10
    1   libsystem_pthread.dylib       0x00007fff92d4dc3b _pthread_cond_wait + 727
    2   com.adobe.Photoshop           0x000000010a1b679b void boost::this_thread::sleep<boost::date_time::subsecond_duration<boost::posix_time::time_du ration, 1000ll> >(boost::date_time::subsecond_duration<boost::posix_time::time_duration, 1000ll> const&) + 15895995
    3   com.adobe.Photoshop           0x000000010a8213cb void boost::this_thread::sleep<boost::date_time::subsecond_duration<boost::posix_time::time_du ration, 1000ll> >(boost::date_time::subsecond_duration<boost::posix_time::time_duration, 1000ll> const&) + 22624747
    4   com.adobe.Photoshop           0x000000010a81f826 void boost::this_thread::sleep<boost::date_time::subsecond_duration<boost::posix_time::time_du ration, 1000ll> >(boost::date_time::subsecond_duration<boost::posix_time::time_duration, 1000ll> const&) + 22617670
    5   com.adobe.Photoshop           0x000000010a31de09 void boost::this_thread::sleep<boost::date_time::subsecond_duration<boost::posix_time::time_du ration, 1000ll> >(boost::date_time::subsecond_duration<boost::posix_time::time_duration, 1000ll> const&) + 17368105
    6   libsystem_pthread.dylib       0x00007fff92d4b899 _pthread_body + 138
    7   libsystem_pthread.dylib       0x00007fff92d4b72a _pthread_start + 137
    8   libsystem_pthread.dylib       0x00007fff92d4ffc9 thread_start + 13
    Thread 43:: UxTech Queue ThreadController
    0   libsystem_kernel.dylib         0x00007fff953d8716 __psynch_cvwait + 10
    1   libsystem_pthread.dylib       0x00007fff92d4dc3b _pthread_cond_wait + 727
    2   com.adobe.Photoshop           0x000000010a1b679b void boost::this_thread::sleep<boost::date_time::subsecond_duration<boost::posix_time::time_du ration, 1000ll> >(boost::date_time::subsecond_duration<boost::posix_time::time_duration, 1000ll> const&) + 15895995
    3   com.adobe.Photoshop           0x000000010a8213cb void boost::this_thread::sleep<boost::date_time::subsecond_duration<boost::posix_time::time_du ration, 1000ll> >(boost::date_time::subsecond_duration<boost::posix_time::time_duration, 1000ll> const&) + 22624747
    4   com.adobe.Photoshop           0x000000010a81f826 void boost::this_thread::sleep<boost::date_time::subsecond_duration<boost::posix_time::time_du ration, 1000ll> >(boost::date_time::subsecond_duration<boost::posix_time::time_duration, 1000ll> const&) + 22617670
    5   com.adobe.Photoshop           0x000000010a31de09 void boost::this_thread::sleep<boost::date_time::subsecond_duration<boost::posix_time::time_du ration, 1000ll> >(boost::date_time::subsecond_duration<boost::posix_time::time_duration, 1000ll> const&) + 17368105
    6   libsystem_pthread.dylib       0x00007fff92d4b899 _pthread_body + 138
    7   libsystem_pthread.dylib       0x00007fff92d4b72a _pthread_start + 137
    8   libsystem_pthread.dylib       0x00007fff92d4ffc9 thread_start + 13
    Thread 44:: com.apple.NSURLConnectionLoader
    0   libsystem_kernel.dylib         0x00007fff953d4a1a mach_msg_trap + 10
    1   libsystem_kernel.dylib         0x00007fff953d3d18 mach_msg + 64
    2   com.apple.CoreFoundation       0x00007fff90d8afc5 __CFRunLoopServiceMachPort + 181
    3   com.apple.CoreFoundation       0x00007fff90d8a5e9 __CFRunLoopRun + 1161
    4   com.apple.CoreFoundation       0x00007fff90d89f25 CFRunLoopRunSpecific + 309
    5   com.apple.Foundation           0x00007fff96c8a967 +[NSURLConnection(Loader) _resourceLoadLoop:] + 348
    6   com.apple.Foundation           0x00007fff96c8a76b __NSThread__main__ + 1318
    7   libsystem_pthread.dylib       0x00007fff92d4b899 _pthread_body + 138
    8   libsystem_pthread.dylib       0x00007fff92d4b72a _pthread_start + 137
    9   libsystem_pthread.dylib       0x00007fff92d4ffc9 thread_start + 13
    Thread 45:
    0   libsystem_kernel.dylib         0x00007fff953d8716 __psynch_cvwait + 10
    1   libsystem_pthread.dylib       0x00007fff92d4dc3b _pthread_cond_wait + 727
    2   com.adobe.ape.engine           0x0000000162d083dd APXGetHostAPI + 2516301
    3   com.adobe.ape.engine           0x0000000162ab65c1 APXGetHostAPI + 83761
    4   com.adobe.ape.engine           0x0000000162d084a1 APXGetHostAPI + 2516497
    5   com.adobe.ape.engine           0x0000000162d0851a APXGetHostAPI + 2516618
    6   com.adobe.ape.engine           0x0000000162d08649 APXGetHostAPI + 2516921
    7   libsystem_pthread.dylib       0x00007fff92d4b899 _pthread_body + 138
    8   libsystem_pthread.dylib       0x00007fff92d4b72a _pthread_start + 137
    9   libsystem_pthread.dylib       0x00007fff92d4ffc9 thread_start + 13
    Thread 46:
    0   libsystem_kernel.dylib         0x00007fff953d8716 __psynch_cvwait + 10
    1   libsystem_pthread.dylib       0x00007fff92d4dc3b _pthread_cond_wait + 727
    2   com.adobe.ape.engine           0x0000000162d083dd APXGetHostAPI + 2516301
    3   com.adobe.ape.engine           0x0000000162ab65c1 APXGetHostAPI + 83761
    4   com.adobe.ape.engine           0x0000000162d084a1 APXGetHostAPI + 2516497
    5   com.adobe.ape.engine           0x0000000162d0851a APXGetHostAPI + 2516618
    6   com.adobe.ape.engine           0x0000000162d08649 APXGetHostAPI + 2516921
    7   libsystem_pthread.dylib       0x00007fff92d4b899 _pthread_body + 138
    8   libsystem_pthread.dylib       0x00007fff92d4b72a _pthread_start + 137
    9   libsystem_pthread.dylib       0x00007fff92d4ffc9 thread_start + 13
    Thread 47:
    0   libsystem_kernel.dylib         0x00007fff953d8716 __psynch_cvwait + 10
    1   libsystem_pthread.dylib       0x00007fff92d4dc3b _pthread_cond_wait + 727
    2   com.adobe.ape.engine           0x0000000162d083dd APXGetHostAPI + 2516301
    3   com.adobe.ape.engine           0x0000000162ab65c1 APXGetHostAPI + 83761
    4   com.adobe.ape.engine           0x0000000162d084a1 APXGetHostAPI + 2516497
    5   com.adobe.ape.engine           0x0000000162d0851a APXGetHostAPI + 2516618
    6   com.adobe.ape.engine           0x0000000162d08649 APXGetHostAPI + 2516921
    7   libsystem_pthread.dylib       0x00007fff92d4b899 _pthread_body + 138
    8   libsystem_pthread.dylib       0x00007fff92d4b72a _pthread_start + 137
    9   libsystem_pthread.dylib       0x00007fff92d4ffc9 thread_start + 13
    Thread 48:
    0   libsystem_kernel.dylib         0x00007fff953d8716 __psynch_cvwait + 10
    1   libsystem_pthread.dylib       0x00007fff92d4dc3b _pthread_cond_wait + 727
    2   com.adobe.ape.engine           0x0000000162d083dd APXGetHostAPI + 2516301
    3   com.adobe.ape.engine           0x0000000162ab65c1 APXGetHostAPI + 83761
    4   com.adobe.ape.engine           0x0000000162d084a1 APXGetHostAPI + 2516497
    5   com.adobe.ape.engine           0x0000000162d0851a APXGetHostAPI + 2516618
    6   com.adobe.ape.engine           0x0000000162d08649 APXGetHostAPI + 2516921
    7   libsystem_pthread.dylib       0x00007fff92d4b899 _pthread_body + 138
    8   libsystem_pthread.dylib       0x00007fff92d4b72a _pthread_start + 137
    9   libsystem_pthread.dylib       0x00007fff92d4ffc9 thread_start + 13
    Thread 49:
    0   libsystem_kernel.dylib         0x00007fff953d8716 __psynch_cvwait + 10
    1   libsystem_pthread.dylib       0x00007fff92d4dc3b _pthread_cond_wait + 727
    2   com.adobe.ape.engine           0x0000000162d083dd APXGetHostAPI + 2516301
    3   com.adobe.ape.engine           0x0000000162ab65c1 APXGetHostAPI + 83761
    4   com.adobe.ape.engine           0x0000000162d084a1 APXGetHostAPI + 2516497
    5   com.adobe.ape.engine           0x0000000162d0851a APXGetHostAPI + 2516618
    6   com.adobe.ape.engine           0x0000000162d08649 APXGetHostAPI + 2516921
    7   libsystem_pthread.dylib       0x00007fff92d4b899 _pthread_body + 138
    8   libsystem_pthread.dylib       0x00007fff92d4b72a _pthread_start + 137
    9   libsystem_pthread.dylib       0x00007fff92d4ffc9 thread_start + 13
    Thread 50:
    0   libsystem_kernel.dylib         0x00007fff953d8716 __psynch_cvwait + 10
    1   libsystem_pthread.dylib       0x00007fff92d4dc3b _pthread_cond_wait + 727
    2   com.adobe.ape.engine           0x0000000162d083dd APXGetHostAPI + 2516301
    3   com.adobe.ape.engine           0x0000000162ab65c1 APXGetHostAPI + 83761
    4   com.adobe.ape.engine           0x0000000162d084a1 APXGetHostAPI + 2516497
    5   com.adobe.ape.engine           0x0000000162d0851a APXGetHostAPI + 2516618
    6   com.adobe.ape.engine           0x0000000162d08649 APXGetHostAPI + 2516921
    7   libsystem_pthread.dylib       0x00007fff92d4b899 _pthread_body + 138
    8   libsystem_pthread.dylib       0x00007fff92d4b72a _pthread_start + 137
    9   libsystem_pthread.dylib       0x00007fff92d4ffc9 thread_start + 13
    Thread 51:
    0   libsystem_kernel.dylib         0x00007fff953d8716 __psynch_cvwait + 10
    1   libsystem_pthread.dylib       0x00007fff92d4dc3b _pthread_cond_wait + 727
    2   com.adobe.ape.engine           0x0000000162d083dd APXGetHostAPI + 2516301
    3   com.adobe.ape.engine           0x0000000162ab65c1 APXGetHostAPI + 83761
    4   com.adobe.ape.engine           0x0000000162d084a1 APXGetHostAPI + 2516497
    5   com.adobe.ape.engine           0x0000000162d0851a APXGetHostAPI + 2516618
    6   com.adobe.ape.engine           0x0000000162d08649 APXGetHostAPI + 2516921
    7   libsystem_pthread.dylib       0x00007fff92d4b899 _pthread_body + 138
    8   libsystem_pthread.dylib       0x00007fff92d4b72a _pthread_start + 137
    9   libsystem_pthread.dylib       0x00007fff92d4ffc9 thread_start + 13
    Thread 52:
    0   libsystem_kernel.dylib         0x00007fff953d8716 __psynch_cvwait + 10
    1   libsystem_pthread.dylib       0x00007fff92d4dc3b _pthread_cond_wait + 727
    2   com.adobe.ape.engine           0x0000000162d083dd APXGetHostAPI + 2516301
    3   com.adobe.ape.engine           0x0000000162ab65c1 APXGetHostAPI + 83761
    4   com.adobe.ape.engine           0x0000000162d084a1 APXGetHostAPI + 2516497
    5   com.adobe.ape.engine           0x0000000162d0851a APXGetHostAPI + 2516618
    6   com.adobe.ape.engine           0x0000000162d08649 APXGetHostAPI + 2516921
    7   libsystem_pthread.dylib       0x00007fff92d4b899 _pthread_body + 138
    8   libsystem_pthread.dylib       0x00007fff92d4b72a _pthread_start + 137
    9   libsystem_pthread.dylib       0x00007fff92d4ffc9 thread_start + 13
    Thread 53:: com.apple.CFSocket.private
    0   libsystem_kernel.dylib         0x00007fff953d89aa __select + 10
    1   com.apple.CoreFoundation       0x00007fff90dd6ab3 __CFSocketManager + 867
    2   libsystem_pthread.dylib       0x00007fff92d4b899 _pthread_body + 138
    3   libsystem_pthread.dylib       0x00007fff92d4b72a _pthread_start + 137
    4   libsystem_pthread.dylib       0x00007fff92d4ffc9 thread_start + 13
    Thread 54:
    0   libsystem_kernel.dylib         0x00007fff953d8716 __psynch_cvwait + 10
    1   libsystem_pthread.dylib       0x00007fff92d4dc77 _pthread_cond_wait + 787
    2   com.adobe.ape.engine           0x0000000162d083a0 APXGetHostAPI + 2516240
    3   com.adobe.ape.engine           0x0000000162d205ab APXGetHostAPI + 2615067
    4   com.adobe.ape.engine           0x0000000162d084a1 APXGetHostAPI + 2516497
    5   com.adobe.ape.engine           0x0000000162d0851a APXGetHostAPI + 2516618
    6   com.adobe.ape.engine           0x0000000162d08649 APXGetHostAPI + 2516921
    7   libsystem_pthread.dylib       0x00007fff92d4b899 _pthread_body + 138
    8   libsystem_pthread.dylib       0x00007fff92d4b72a _pthread_start + 137
    9   libsystem_pthread.dylib       0x00007fff92d4ffc9 thread_start + 13
    Thread 55:
    0   libsystem_kernel.dylib         0x00007fff953d8716 __psynch_cvwait + 10
    1   libsystem_pthread.dylib       0x00007fff92d4dc77 _pthread_cond_wait + 787
    2   com.adobe.ape.engine           0x0000000162d083a0 APXGetHostAPI + 2516240
    3   com.adobe.ape.engine           0x0000000162e9afe3 APXGetHostAPI + 4165971
    4   com.adobe.ape.engine           0x0000000162d084a1 APXGetHostAPI + 2516497
    5   com.adobe.ape.engine           0x0000000162d0851a APXGetHostAPI + 2516618
    6   com.adobe.ape.engine           0x0000000162d08649 APXGetHostAPI + 2516921
    7   libsystem_pthread.dylib       0x00007fff92d4b899 _pthread_body + 138
    8   libsystem_pthread.dylib       0x00007fff92d4b72a _pthread_start + 137
    9   libsystem_pthread.dylib       0x00007fff92d4ffc9 thread_start + 13
    Thread 56:: Update Activation Menu Items
    0   libsystem_kernel.dylib         0x00007fff953d8a3a __semwait_signal + 10
    1   libsystem_c.dylib             0x00007fff938b6dc0 nanosleep + 200
    2   com.adobe.Photoshop           0x0000000108c93753 boost::exception_detail::copy_boost_exception(boost::exception*, boost::exception const*) + 2432323
    3   com.adobe.Photoshop           0x000000010a31de09 void boost::this_thread::sleep<boost::date_time::subsecond_duration<boost::posix_time::time_du ration, 1000ll> >(boost::date_time::subsecond_duration<boost::posix_time::time_duration, 1000ll> const&) + 17368105
    4   libsystem_pthread.dylib       0x00007fff92d4b899 _pthread_body + 138
    5   libsystem_pthread.dylib       0x00007fff92d4b72a _pthread_start + 137
    6   libsystem_pthread.dylib       0x00007fff92d4ffc9 thread_start + 13
    Thread 57:
    0   libsystem_kernel.dylib         0x00007fff953d8e6a __workq_kernreturn + 10
    1   libsystem_pthread.dylib       0x00007fff92d4cf08 _pthread_wqthread + 330
    2   libsystem_pthread.dylib       0x00007fff92d4ffb9 start_wqthread + 13
    Thread 58:
    0   libsystem_kernel.dylib         0x00007fff953d8e6a __workq_kernreturn + 10
    1   libsystem_pthread.dylib       0x00007fff92d4cf08 _pthread_wqthread + 330
    2   libsystem_pthread.dylib       0x00007fff92d4ffb9 start_wqthread + 13
    Thread 59:
    0   libsystem_kernel.dylib         0x00007fff953d8e6a __workq_kernreturn + 10
    1   libsystem_pthread.dylib       0x00007fff92d4cf08 _pthread_wqthread + 330
    2   libsystem_pthread.dylib       0x00007fff92d4ffb9 start_wqthread + 13
    Thread 60:
    0   libsystem_kernel.dylib         0x00007fff953d8e6a __workq_kernreturn + 10
    1   libsystem_pthread.dylib       0x00007fff92d4cf08 _pthread_wqthread + 330
    2   libsystem_pthread.dylib       0x00007fff92d4ffb9 start_wqthread + 13
    Thread 61:
    0   libsystem_kernel.dylib         0x00007fff953d8e6a __workq_kernreturn + 10
    1   libsystem_pthread.dylib       0x00007fff92d4cf08 _pthread_wqthread + 330
    2   libsystem_pthread.dylib       0x00007fff92d4ffb9 start_wqthread + 13
    Thread 0 crashed with X86 Thread State (64-bit):
      rax: 0x000000010d5152e0  rbx: 0x00000001117f3d00  rcx: 0x000000010d7e4810  rdx: 0x000000010d5152e0
      rdi: 0x00000001117f3d00  rsi: 0x00007fff8e71e05b  rbp: 0x00007fff571d7ff0  rsp: 0x00007fff571d7fd8
       r8: 0x00000001117f3d00   r9: 0xffff9f7fffed5fff  r10: 0x00007fff8e71e05b  r11: 0x0000000000000000
      r12: 0x00000001093946e0  r13: 0x0000618000166900  r14: 0x00007fe970e003c0  r15: 0x00007fff571d8028
      rip: 0x00007fff96682097  rfl: 0x0000000000010246  cr2: 0x0000000000000018
    Logical CPU:     0
    Error Code:      0x00000004
    Trap Number:     14
    Binary Images:
           0x108a25000 -        0x10d4fff57 +com.adobe.Photoshop (15.0.0 - 15.0.0.58) <2B8B608A-5EBD-39C4-9612-C6F1A72DECD4> /Applications/Adobe Photoshop CC 2014/Adobe Photoshop CC 2014.app/Contents/MacOS/Adobe Photoshop CC 2014
           0x10e1e0000 -        0x10e210fef +libtbb.dylib (0) <D41FA1F0-4921-308A-93DF-4D16F8913472> /Applications/Adobe Photoshop CC 2014/Adobe Photoshop CC 2014.app/Contents/Frameworks/libtbb.dylib
           0x10e230000 -        0x10e255fff +libtbbmalloc.dylib (0) <60EF4F46-298B-38B6-A6CD-9B168072EAB7> /Applications/Adobe Photoshop CC 2014/Adobe Photoshop CC 2014.app/Contents/Frameworks/libtbbmalloc.dylib
           0x10e281000 -        0x10e287fff  org.twain.dsm (1.9.5 - 1.9.5) <E614CAAE-7B01-348B-90E4-DB3FD3D066A6> /System/Library/Frameworks/TWAIN.framework/Versions/A/TWAIN
           0x10e295000 -        0x10e2a8ff7 +com.adobe.ahclientframework (1.8.0.31 - 1.8.0.31) <58BB943C-98EC-3812-AAAB-74F66630D1D4> /Applications/Adobe Photoshop CC 2014/Adobe Photoshop CC 2014.app/Contents/Frameworks/ahclient.framework/Versions/A/ahclient
           0x10e2b4000 -        0x10e2b8fff  com.apple.agl (3.2.3 - AGL-3.2.3) <9851E4CC-DA6B-3AF4-9B06-61BAC289572D> /System/Library/Frameworks/AGL.framework/Versions/A/AGL
           0x10e2c1000 -        0x10e490ff7 +com.adobe.owl (AdobeOwl version 5.0.33 - 5.0.33) <99CE9407-9426-3CCF-8C36-3A0F211FD043> /Applications/Adobe Photoshop CC 2014/Adobe Photoshop CC 2014.app/Contents/Frameworks/AdobeOwl.framework/Versions/A/AdobeOwl
           0x10e4d7000 -        0x10e8e9fff +com.adobe.MPS (AdobeMPS 5.8.1.32565 - 5.8.1.32565) <A7808EF8-5C1E-32EE-ACB5-2558AB1EF998> /Applications/Adobe Photoshop CC 2014/Adobe Photoshop CC 2014.app/Contents/Frameworks/AdobeMPS.framework/Versions/A/AdobeMPS
           0x10e963000 -        0x10e991fff +VulcanControl.dylib (5.0.0.82 - 5.0.0.82 © 2013 Adobe Systems, Inc. All rights reserved.) <059975FF-07C9-3231-BCD0-4E7E9862B14A> /Applications/Adobe Photoshop CC 2014/Adobe Photoshop CC 2014.app/Contents/Frameworks/VulcanControl.dylib
           0x10e9c8000 -        0x10ecfdff7 +com.adobe.AGM (AdobeAGM 4.30.33.32634 - 4.30.33.32634) <3C81F840-9BA6-3F43-A295-137BC60F515B> /Applications/Adobe Photoshop CC 2014/Adobe Photoshop CC 2014.app/Contents/Frameworks/AdobeAGM.framework/Versions/A/AdobeAGM
           0x10ed6d000 -        0x10f07eff7 +com.adobe.CoolType (AdobeCoolType 5.15.00.32634 - 5.15.00.32634) <EFEF8A9B-0451-3ED3-BABF-FD205FE36673> /Applications/Adobe Photoshop CC 2014/Adobe Photoshop CC 2014.app/Contents/Frameworks/AdobeCoolType.framework/Versions/A/AdobeCoolType
           0x10f0c9000 -        0x10f0effff +com.adobe.BIBUtils (AdobeBIBUtils 1.1.01 - 1.1.01) <249709DE-AF0D-349D-AAFB-35E580305B67> /Applications/Adobe Photoshop CC 2014/Adobe Photoshop CC 2014.app/Contents/Frameworks/AdobeBIBUtils.framework/Versions/A/AdobeBIBUtils
           0x10f0f9000 -        0x10f11dff7 +com.adobe.AXE8SharedExpat (AdobeAXE8SharedExpat 3.8.0.32260 - 3.8.0.32260) <7CF0AED9-C0B4-3DBE-BB97-3BC2CC06AB67> /Applications/Adobe Photoshop CC 2014/Adobe Photoshop CC 2014.app/Contents/Frameworks/AdobeAXE8SharedExpat.framework/Versions/A/AdobeAXE8SharedExp at
           0x10f141000 -        0x10f270fff +com.winsoft.wrservices (WRServices 8.0.0 - 8.0.0) <3DDC40D0-BC6F-3758-B00A-E102E80D4F5F> /Applications/Adobe Photoshop CC 2014/Adobe Photoshop CC 2014.app/Contents/Frameworks/WRServices.framework/Versions/A/WRServices
           0x10f2ce000 -        0x10f2d0ff7  com.apple.textencoding.unicode (2.6 - 2.6) <0EEF0283-1ACA-3147-89B4-B4E014BFEC52> /System/Library/TextEncodings/Unicode Encodings.bundle/Contents/MacOS/Unicode Encodings
           0x10f2d5000 -        0x10f41dfff +com.adobe.ACE (AdobeACE 2.20.02.32634 - 2.20.02.32634) <F2BE7764-E44F-3B9D-AA7D-1A66B39376F1> /Applications/Adobe Photoshop CC 2014/Adobe Photoshop CC 2014.app/Contents/Frameworks/AdobeACE.framewo

    Anyone know how to read a crash report? 
    I can print with Lightroom, there is nothing wrong with the printer, or the file.  But I want to print with Photoshop without a crash.  Besides, Lightroom doesn't give me access to all of my print settings.
    Hoping someone can help, I"m exasperated.....

  • RH bug reports sent to dead Macromedia address

    When one reports a RoboHelp bug through
    http://www.adobe.com/cfusion/mmform/index.cfm?name=wishform,
    the bug report is apparently submitted to a no longer existing
    Macromedia address.
    One gets an e-mail bach with the error message: "Your message
    did not reach some or all of the intended recipients. Subject: [
    Bug Report ] Sent: [Date]. The following recipient(s) could not be
    reached: [email protected] The e-mail account does not
    exist at the organization this message was sent to."
    Other than being an insult to the RH user community, it ought
    to be in Adobe's own interest to get bug info from their users.
    Anyone knows an Adobe address to which we can send RH bug reports
    (and expect them to be read)?

    The link to the page is as below, without the comma at the
    end.
    http://www.adobe.com/cfusion/mmform/index.cfm?name=wishform
    I just tested it and it worked fine. I got an acknowledgement
    immediately. Also I can confirm that all the bug reports and
    feature requests do get read and considered.
    Try again Morten and see what happens. Nobody has reported
    this before so I think there must have been a glitch.

  • How to view all reports sent to Apple?

    (My first Mac, and so many troubles already... sigh)
    I just had my second fatal hang in a couple of months (i.e. needed to hold down the power button to shutdown) - (I would post a photo but it seems I can't on this forum... I wonder if AAPL engies want it...)
    (Sidenote: no BSOD in Vista... VISTA!!! in years...)
    When I rebooted, OSX dutifully asked me if I wanted to send a report to AAPL, which I did.
    I tried finding the report in Console, but I can't seem to find it...
    One of the last things the logging captured was "com.apple.netauth.sysagent exited with code 255"
    Where are all the reports sent to AAPL?
    (I have contacted AAPL via the feeback link http://www.apple.com/feedback/macosx.html)
    Message was edited by: gko18

    Kappy wrote:
    I don't recall using the word "crap." I meant installing things that are incompatible or non-functional, or need updating.
    According to Software Update everything is up to date. (I check everyday.)
    I also use AppFresh too.
    Incompatible stuff: AverTV for Mac - I was trying to get it working with my TV Tuner. No drivers for Mac
    Non-functional: iAntivirus? When I boot up (in verbose) I see a low level driver or something for that; maybe some incompatibility dunno
    Apple almost never replies to feedback unless the engineers require additional information from you. Kernel panics can happen for any number of reasons including marginal or bad RAM, system glitches, or incompatible software. Unfortunately, you need to provide the complete panic log for your most recent panic if we are to make any sense of it. Open the Console application in the Utilities folder, locate the panic log entry, then copy only the last panic log entry. Examine the console log messages also at about the time of the panic for possibly additional clues.
    Yay! I found it in the midst of Google Chrome and Steam error reports (surprisingly, no Flash error logs)
    Wed Jun 9 15:38:27 2010
    panic(cpu 2 caller 0x2269e4): "thread_invoke: preemption_level -1, possible cause: unlocking an unlocked mutex or spinlock"@/SourceCache/xnu/xnu-1504.3.52/osfmk/kern/sched_prim.c:1471
    Backtrace (CPU 2), Frame : Return Address (4 potential args on stack)
    0x5c122b88 : 0x21b449 (0x5cf438 0x5c122bbc 0x2238a5 0x0)
    0x5c122bd8 : 0x2269e4 (0x586e1c 0xffffffff 0x586db4 0x2262a8)
    0x5c122c58 : 0x2270ea (0xb8e43f0 0xb8e43f0 0x5c122cb8 0x232817)
    0x5c122cc8 : 0x227178 (0x0 0x0 0x0 0x2a6c)
    0x5c122ce8 : 0x22193c (0x0 0x0 0x0 0x0)
    0x5c122d08 : 0x486c67 (0x8679830 0x0 0x88b3d58 0x0)
    0x5c122d78 : 0x48735a (0x0 0x0 0x0 0x8679830)
    0x5c122db8 : 0x4b1390 (0x88b3d58 0x8679830 0x18 0x5c87b9)
    0x5c122e08 : 0x4ae71d (0x88b3d58 0x1 0x57df0500 0x0)
    0x5c122ec8 : 0x93001ab3 (0x88b3cb4 0x0 0x8648700 0x0)
    0x5c122f48 : 0x93006711 (0x8783ce0 0x0 0xc9c68c0 0x2)
    0x5c1234e8 : 0x93008d31 (0x0 0x57db2600 0xa5fca80 0x0)
    0x5c123508 : 0x4aed30 (0xbb6e7f8 0x0 0x57da9d00 0x0)
    0x5c1235c8 : 0x4c2e3b (0xbb6e7f8 0x0 0x0 0x57da9d00)
    0x5c123668 : 0x9311a041 (0xbb6e7f8 0x5c1236f4 0x57da9d00 0x0)
    0x5c123738 : 0x9311a694 (0x463ea004 0x11109128 0x463fd004 0x14)
    0x5c123788 : 0x9311aea5 (0x463ea004 0x11109128 0x463fd004 0x14)
    0x5c123898 : 0x93112fe5 (0x463ea004 0x11109128 0xa 0x6f0000)
    0x5c123928 : 0x93115042 (0x11109128 0x87a51c0 0xa5fca80 0x8000)
    0x5c1239b8 : 0x2f70e3 (0x5c1239d8 0x0 0x2 0x2de5fb)
    0x5c1239e8 : 0x2d081a (0x57b303a0 0x0 0x0 0x0)
    0x5c123ae8 : 0x2d0e94 (0x600000 0x0 0x8000 0x242c)
    0x5c123b78 : 0x2d308c (0x800000 0x0 0x4000 0x0)
    0x5c123cc8 : 0x2d464c (0x800000 0x0 0x4002 0x0)
    0x5c123d28 : 0x2d46eb (0x11109128 0x400 0x0 0x0)
    0x5c123d48 : 0x9312fbf5 (0x11109128 0x400 0x0 0x0)
    0x5c123d98 : 0x2fc14b (0x5c123db0 0x246 0x5c123e08 0x5c123df4)
    0x5c123dd8 : 0x2f1950 (0x11109128 0x14003 0x5c123ed8 0x11109128)
    0x5c123e28 : 0x2f1a16 (0x11109128 0x14003 0x5c123ed8 0x5c123e58)
    0x5c123e88 : 0x469c2e (0xa7e8b38 0x5c123ed8 0x5c123eb8 0x2afb9e)
    0x5c123ef8 : 0x46b9df (0x8a87890 0xa7e8b38 0xa5fca80 0x0)
    0x5c123f38 : 0x46bab0 (0x0 0x13 0x5c123f5c 0x1)
    Backtrace continues...
    Kernel Extensions in backtrace (with dependencies):
    com.apple.filesystems.afpfs(9.7)@0x93109000->0x9315ffff
    com.apple.nke.asp_tcp(5.0)@0x93000000->0x9300dfff
    BSD process name corresponding to current thread: diskimages-helpe
    Mac OS version:
    10D2094
    Kernel version:
    Darwin Kernel Version 10.3.1: Mon Mar 22 15:13:15 PDT 2010; root:xnu-1504.3.52~1/RELEASE_I386
    System model name: MacBookPro6,2 (Mac-F22586C8)
    System uptime in nanoseconds: 39905202086187
    unloaded kexts:
    com.apple.filesystems.msdosfs 1.6.1 (addr 0x7efc7000, size 0x53248) - last unloaded 3966094393249
    loaded kexts:
    org.virtualbox.kext.VBoxNetAdp 3.1.6
    org.virtualbox.kext.VBoxNetFlt 3.1.6
    org.virtualbox.kext.VBoxUSB 3.1.6
    org.virtualbox.kext.VBoxDrv 3.1.6
    com.cisco.nke.ipsec 2.0.1
    com.manycamllc.driver.ManyCamDriver 0.0.9
    com.pctools.iantivirus.kfs 1.0.1
    com.apple.filesystems.afpfs 9.7 - last loaded 3826188972625
    com.apple.nke.asp_tcp 5.0
    com.apple.driver.AppleHWSensor 1.9.3d0
    com.apple.driver.AGPM 100.10.25
    com.apple.driver.AppleMikeyHIDDriver 1.2.0
    com.apple.driver.AppleMikeyDriver 1.8.4fc3
    com.apple.driver.AppleUpstreamUserClient 3.3.2
    com.apple.driver.AppleHDA 1.8.4fc3
    com.apple.driver.AudioAUUC 1.4
    com.apple.driver.AppleIntelHDGraphics 6.1.0
    com.apple.driver.AppleIntelHDGraphicsFB 6.1.0
    com.apple.driver.SMCMotionSensor 3.0.0d4
    com.apple.kext.AppleSMCLMU 1.5.0d1
    com.apple.DontSteal_Mac_OSX 7.0.0
    com.apple.iokit.CHUDUtils 201
    com.apple.iokit.CHUDProf 216
    com.apple.driver.AudioIPCDriver 1.1.2
    com.apple.driver.AppleGraphicsControl 2.8.61
    com.apple.GeForce 6.1.0
    com.apple.driver.ACPISMCPlatformPlugin 4.1.1d0
    com.apple.driver.AppleLPC 1.4.11
    com.apple.filesystems.ntfs 3.2
    com.apple.filesystems.autofs 2.1.0
    com.apple.driver.AppleUSBTCButtons 1.8.1b1
    com.apple.driver.AppleIRController 303
    com.apple.driver.AppleUSBTCKeyboard 1.8.1b1
    com.apple.driver.AppleUSBCardReader 2.5.3
    com.apple.BootCache 31
    com.apple.AppleFSCompression.AppleFSCompressionTypeZlib 1.0.0d1
    com.apple.iokit.SCSITaskUserClient 2.6.2
    com.apple.iokit.IOAHCIBlockStorage 1.6.1
    com.apple.driver.AppleUSBHub 3.9.7
    com.apple.driver.AppleFWOHCI 4.5.7
    com.apple.driver.AirPortBrcm43224 423.14.7
    com.apple.iokit.AppleBCM5701Ethernet 2.3.8b2
    com.apple.driver.AppleEFINVRAM 1.3.0
    com.apple.driver.AppleSmartBatteryManager 160.0.0
    com.apple.driver.AppleUSBEHCI 3.9.7
    com.apple.driver.AppleUSBUHCI 3.9.6
    com.apple.driver.AppleAHCIPort 2.1.1
    com.apple.driver.AppleACPIButtons 1.3.2
    com.apple.driver.AppleRTC 1.3.1
    com.apple.driver.AppleHPET 1.5
    com.apple.driver.AppleSMBIOS 1.5
    com.apple.driver.AppleACPIEC 1.3.2
    com.apple.driver.AppleAPIC 1.4
    com.apple.security.sandbox 0
    com.apple.security.quarantine 0
    com.apple.nke.applicationfirewall 2.1.11
    com.apple.driver.AppleIntelCPUPowerManagementClient 104.4.0
    com.apple.driver.AppleIntelCPUPowerManagement 104.4.0
    com.apple.driver.AppleProfileReadCounterAction 17
    com.apple.driver.DspFuncLib 1.8.4fc3
    com.apple.driver.AppleProfileTimestampAction 10
    com.apple.driver.AppleProfileThreadInfoAction 14
    com.apple.driver.AppleProfileRegisterStateAction 10
    com.apple.driver.AppleProfileKEventAction 10
    com.apple.driver.AppleProfileCallstackAction 20
    com.apple.driver.AppleSMBusController 1.0.8d0
    com.apple.iokit.IOSurface 74.0
    com.apple.iokit.IOBluetoothSerialManager 2.3.2f5
    com.apple.iokit.IOSerialFamily 10.0.3
    com.apple.driver.AppleSMBusPCI 1.0.8d0
    com.apple.iokit.IOFireWireIP 2.0.3
    com.apple.iokit.CHUDKernLib 208
    com.apple.iokit.IOAudioFamily 1.7.6fc2
    com.apple.kext.OSvKernDSPLib 1.3
    com.apple.driver.AppleHDAController 1.8.4fc3
    com.apple.iokit.IOHDAFamily 1.8.4fc3
    com.apple.driver.AppleSMC 3.0.1d2
    com.apple.driver.IOPlatformPluginFamily 4.1.1d0
    com.apple.iokit.AppleProfileFamily 41
    com.apple.nvidia.nv50hal 6.1.0
    com.apple.NVDAResman 6.1.0
    com.apple.iokit.IONDRVSupport 2.1
    com.apple.iokit.IOGraphicsFamily 2.1
    com.apple.driver.BroadcomUSBBluetoothHCIController 2.3.2f5
    com.apple.driver.AppleUSBBluetoothHCIController 2.3.2f5
    com.apple.iokit.IOBluetoothFamily 2.3.2f5
    com.apple.driver.AppleUSBMultitouch 204.13
    com.apple.iokit.IOUSBHIDDriver 3.9.6
    com.apple.iokit.IOSCSIBlockCommandsDevice 2.6.2
    com.apple.iokit.IOUSBMassStorageClass 2.6.1
    com.apple.driver.AppleUSBMergeNub 3.9.6
    com.apple.driver.AppleUSBComposite 3.9.0
    com.apple.iokit.IOSCSIMultimediaCommandsDevice 2.6.2
    com.apple.iokit.IOBDStorageFamily 1.6
    com.apple.iokit.IODVDStorageFamily 1.6
    com.apple.iokit.IOCDStorageFamily 1.6
    com.apple.driver.XsanFilter 402.1
    com.apple.iokit.IOAHCISerialATAPI 1.2.3
    com.apple.iokit.IOSCSIArchitectureModelFamily 2.6.2
    com.apple.iokit.IOUSBUserClient 3.9.6
    com.apple.iokit.IOFireWireFamily 4.2.6
    com.apple.iokit.IO80211Family 310.6
    com.apple.iokit.IONetworkingFamily 1.9
    com.apple.iokit.IOUSBFamily 3.9.7
    com.apple.iokit.IOAHCIFamily 2.0.3
    com.apple.driver.AppleEFIRuntime 1.3.0
    com.apple.iokit.IOHIDFamily 1.6.2
    com.apple.iokit.IOSMBusFamily 1.1
    com.apple.kext.AppleMatch 1.0.0d1
    com.apple.security.TMSafetyNet 6
    com.apple.driver.DiskImages 283
    com.apple.iokit.IOStorageFamily 1.6
    com.apple.driver.AppleACPIPlatform 1.3.2
    com.apple.iokit.IOPCIFamily 2.6
    com.apple.iokit.IOACPIFamily 1.3.0
    Detail any other problems you have observed. We cannot help without you supplying as much information as reasonably possible including error messages and their full content.
    Umm... it happened without warning... according to a photo I snapped when it occurred, I had Finder, Chrome, iTunes, Word 2008, Firefox, Papers, and Preview running.
    Also, I think Time Machine was backing up too.
    (See above for panic log)

Maybe you are looking for