Invalid NameSpace Value when Using DB Link

I am receiving the following error within apex when I try to access data across a database link:
failed to parse SQL query:
ORA-28267: Invalid NameSpace Value
ORA-02063: preceding line from DB_LINK
When I access the same data using a database tool like Toad, I do not get the error.
We are using:
Apex 4.0.1
Clustered WebLogic 10.3.4
APEX_LISTENER_VERSION     1.0.2.238.15.24
Database information
CORE 11.2.0.1.0 Production
NLSRTL Version 11.2.0.1.0 - Production
Oracle Database 11g Enterprise Edition Release 11.2.0.1.0 - 64bit Production
PL/SQL Release 11.2.0.1.0 - Production
TNS for IBM/AIX RISC System/6000: Version 11.2.0.1.0 - Production
I have a different database link that works just fine, the only difference between the db links that I know of is that the one with the error has select/insert/update/delete and the one that works has select only.
Has anybody ever seen this?
Thanks,
Michelle

Carl,
Ok. Here's the results. Using a PL/SQL region with the function throws the same error (string buffer too small).
So I checked the length of company_name and the longest string value is 47.
Then I checked the _XL function and got the same error.  This is even showing in SQL Workshop's SQL Commands.
SELECT APEX_ITEM.SELECT_LIST_FROM_QUERY_XL(
1,
company_num,
'SELECT company_num, company_name FROM pmd.company@CORP'
FROM pmd.company@CORP
ORA-06502: PL/SQL: numeric or value error: character string buffer too small
Thank you,
Ben

Similar Messages

  • ORA-28267: Invalid NameSpace Value Using DB Link

    Hi ,
    Getting the
    ORA-28267: Invalid NameSpace Value
    RA-02063: preceding line from dblink12
    I am trying to access the dblink through a datasource and I am using a managedBean in session scope to do it.
    The code for accessing db link through managed bean is ,
    Connection con = new ConnectionHandler().getConnection();
    String sql = " select name from table@dblink12";
    Statement stmt = null;
    ResultSet rs = null;
    String retValue = null;
    try
    stmt = con.createStatement();
    rs = stmt.executeQuery(sql);
    SelectItem item = null;
    if (rs.next()) {
    retValue = rs.getString("name");
    finally
    ConnectionHandler.close(rs, stmt, con);
    System.out.println("retValueARU: " + retValue);
    It works when I am trying to run through jDeveloper but not in the standalone weblogic installation.
    Any help will be appreciated.
    Thanks

    Thank you for your kindly answer,
    I forgot to say that oracle agent it's a standalone Oracle agent configured as in OBE documentation to run on port 20910 (and it's working)
    OraclediAgent it's an ODI JEE agent running on port 8001 (and it's generating the Invalid NameSpace Value error but only for the interface SQL_as_Source and with the dblink inside the query).
    Antonio

  • SpeedGrade crashes every time it is launched standalone and never works when using direct link from Premiere.

    SpeedGrade crashes every time it is launched standalone and when using Direct link to Adobe SpeedGrade from Premiere it only closes Premiere. It never try to even open SpeedGrade. All the effects have been removed and I have been successful with this in the past using CC, this is a new problem. Any ideas?

    Process:         sgmacosx [3235]
    Path:            /Applications/Adobe SpeedGrade CC/Adobe SpeedGrade CC.app/Contents/MacOS/sgmacosx
    Identifier:      adobe.SpeedGrade
    Version:         7.2.1 (7.2.1)
    Build Info:      Adobe SpeedGrade CC-0~100
    Code Type:       X86-64 (Native)
    Parent Process:  launchd [227]
    Responsible:     sgmacosx [3235]
    User ID:         501
    Date/Time:       2014-05-25 18:35:44.283 +0200
    OS Version:      Mac OS X 10.9.3 (13D65)
    Report Version:  11
    Anonymous UUID:  C6B55AB7-DE97-90CE-6ACE-92D597592C3E
    Sleep/Wake UUID: 75C3C35F-4E08-45AE-AEAA-A15D364AED7D
    Crashed Thread:  9
    Exception Type:  EXC_CRASH (SIGABRT)
    Exception Codes: 0x0000000000000000, 0x0000000000000000
    Application Specific Information:
    Assertion failed: (roundedCrop), function -[FxFactoryRuntimeRegistrar thumbnailImageFromAsset:withSize:], file /Users/gds/Noise Industries/Development/FxFactory/FxFactoryRuntime/Model/FxFactoryRuntimeRegistrar.m, line 1441.
    Thread 0:: Dispatch queue: com.apple.main-thread
    0   libsystem_kernel.dylib         0x00007fff90f24746 __psynch_mutexwait + 10
    1   libsystem_pthread.dylib       0x00007fff95858779 _pthread_mutex_lock + 372
    2   com.apple.GeForceGLDriver     0x00001234402f473d gldUpdateDispatch + 80
    3   GLEngine                       0x0000000111c172a0 gleDoDrawDispatchCore + 502
    4   GLEngine                       0x0000000111b335e4 glBegin_Exec + 96
    5   sgmacosx                       0x0000000100414fb4 CIrOpenGLBlitter::DrawOverlay(CIrBlitOverlay const*, CIrPoint const&, CIrRect const&, bool, bool, unsigned int, bool) + 668
    6   sgmacosx                       0x000000010024de0b CIrBlitter::DrawWindow(CIrWindow const*, CIrPoint const&, CIrRect const&, bool) + 583
    7   sgmacosx                       0x000000010024d640 CIrBlitter::Blit(bool) + 876
    8   sgmacosx                       0x000000010043eb46 CIrosApp::ScreenUpdate(CIrList<CIrFrameBuffer const>*, bool) + 288
    9   sgmacosx                       0x000000010043c9a4 CIrosApp::CommandLoop() + 3754
    10  sgmacosx                       0x000000010043b743 CIrosApp::iDoRun() + 3565
    11  sgmacosx                       0x000000010001de85 main + 101
    12  sgmacosx                       0x0000000100002fd4 start + 52
    Thread 1:: Dispatch queue: com.apple.libdispatch-manager
    0   libsystem_kernel.dylib         0x00007fff90f25662 kevent64 + 10
    1   libdispatch.dylib             0x00007fff93d6c421 _dispatch_mgr_invoke + 239
    2   libdispatch.dylib             0x00007fff93d6c136 _dispatch_mgr_thread + 52
    Thread 2:
    0   libsystem_kernel.dylib         0x00007fff90f24e6a __workq_kernreturn + 10
    1   libsystem_pthread.dylib       0x00007fff95856f08 _pthread_wqthread + 330
    2   libsystem_pthread.dylib       0x00007fff95859fb9 start_wqthread + 13
    Thread 3:: Dispatch queue: com.apple.root.default-priority
    0   libsystem_kernel.dylib         0x00007fff90f20a56 semaphore_wait_trap + 10
    1   libdispatch.dylib             0x00007fff93d6e9f9 _dispatch_semaphore_wait_slow + 206
    2   libxpc.dylib                   0x00007fff94ce97ef xpc_connection_send_message_with_reply_sync + 195
    3   libCoreVMClient.dylib         0x00007fff9487d06b cvms_element_build_and_get_internal + 232
    4   libCoreVMClient.dylib         0x00007fff9487cf7d cvms_element_build_from_source + 30
    5   com.apple.GeForceGLDriver     0x00001234402ebc08 0x123440000000 + 3062792
    6   com.apple.GeForceGLDriver     0x00001234402e508f 0x123440000000 + 3035279
    7   com.apple.GeForceGLDriver     0x00001234402e5361 gldBuildComputeProgram + 75
    8   com.apple.opencl               0x00007fff9472f2a4 0x7fff9472b000 + 17060
    9   com.apple.opencl               0x00007fff9473d574 clBuildProgram + 2072
    10  com.adobe.GPUFoundation.framework 0x00000001069ffea3 GF::LoadModule(GF::DeviceFramework, GF::Vendor, double, bool, _cl_device_id*, _cl_context*, std::string const&) + 3027
    11  com.adobe.GPUFoundation.framework 0x00000001069e2095 GF::LoadNextModuleAsync(boost::shared_ptr<GF::DeviceImpl> const&, GF::DeviceFramework, GF::Vendor, double, bool) + 725
    12  com.adobe.dvacore.framework   0x00000001029fe114 dvacore::threads::WrapExecuteTopLevelFunction(void*) + 68
    13  libdispatch.dylib             0x00007fff93d6a28d _dispatch_client_callout + 8
    14  libdispatch.dylib             0x00007fff93d6c082 _dispatch_root_queue_drain + 326
    15  libdispatch.dylib             0x00007fff93d6d177 _dispatch_worker_thread2 + 40
    16  libsystem_pthread.dylib       0x00007fff95856ef8 _pthread_wqthread + 314
    17  libsystem_pthread.dylib       0x00007fff95859fb9 start_wqthread + 13
    Thread 4:
    0   libsystem_kernel.dylib         0x00007fff90f24e6a __workq_kernreturn + 10
    1   libsystem_pthread.dylib       0x00007fff95856f08 _pthread_wqthread + 330
    2   libsystem_pthread.dylib       0x00007fff95859fb9 start_wqthread + 13
    Thread 5:
    0   libsystem_kernel.dylib         0x00007fff90f24e6a __workq_kernreturn + 10
    1   libsystem_pthread.dylib       0x00007fff95856f08 _pthread_wqthread + 330
    2   libsystem_pthread.dylib       0x00007fff95859fb9 start_wqthread + 13
    Thread 6:
    0   libsystem_kernel.dylib         0x00007fff90f24e6a __workq_kernreturn + 10
    1   libsystem_pthread.dylib       0x00007fff95856f08 _pthread_wqthread + 330
    2   libsystem_pthread.dylib       0x00007fff95859fb9 start_wqthread + 13
    Thread 7:
    0   libsystem_kernel.dylib         0x00007fff90f24e6a __workq_kernreturn + 10
    1   libsystem_pthread.dylib       0x00007fff95856f08 _pthread_wqthread + 330
    2   libsystem_pthread.dylib       0x00007fff95859fb9 start_wqthread + 13
    Thread 8:
    0   libsystem_kernel.dylib         0x00007fff90f24e6a __workq_kernreturn + 10
    1   libsystem_pthread.dylib       0x00007fff95856f08 _pthread_wqthread + 330
    2   libsystem_pthread.dylib       0x00007fff95859fb9 start_wqthread + 13
    Thread 9 Crashed:
    0   libsystem_kernel.dylib         0x00007fff90f24866 __pthread_kill + 10
    1   libsystem_pthread.dylib       0x00007fff9585635c pthread_kill + 92
    2   libsystem_c.dylib             0x00007fff99421b1a abort + 125
    3   libsystem_c.dylib             0x00007fff993eb9bf __assert_rtn + 321
    4   com.noiseindustries.FxFactory.PremiereProImporter 0x0000000120c845c8 -[FxFactoryRuntimeRegistrar thumbnailImageFromAsset:withSize:] + 959
    5   com.noiseindustries.FxFactory.PremiereProImporter 0x0000000120c99d39 -[FxFactoryRuntimeParameter presetsMenu] + 965
    6   com.noiseindustries.FxFactory.PremiereProImporter 0x0000000120cc2651 -[FxFactoryRuntimeAEPresets initWithParameter:] + 134
    7   com.noiseindustries.FxFactory.PremiereProImporter 0x0000000120cc25b2 +[FxFactoryRuntimeAEPresets presetsWithParameter:] + 41
    8   com.noiseindustries.FxFactory.PremiereProImporter 0x0000000120cb6745 -[FxFactoryRuntimeAEParameter addWithInData:] + 592
    9   com.noiseindustries.FxFactory.PremiereProImporter 0x0000000120cacaa3 -[FxFactoryRuntimeAEPlugIn parametersSetupWithInData:outData:parameters:outputLayer:] + 273
    10  com.noiseindustries.FxFactory.PremiereProImporter 0x0000000120caf4f8 -[FxFactoryRuntimeAEPlugIn executeCommand:withInData:outData:parameters:outputLayer:extra:] + 637
    11  com.noiseindustries.FxFactory.AESingle 0x0000000119ff47b3 FxFactoryAEFunc + 419
    12  com.adobe.VideoFilterHost.framework 0x00000001066d4faa ML::AEVideoFilterModule::CallModule(int, PF_InData*, PF_OutData*, PF_ParamDef**, PF_LayerDef*, void*, bool) + 250
    13  com.adobe.VideoFilterHost.framework 0x00000001066d4d8b ML::AEVideoFilterModule::ParamSetup() + 155
    14  com.adobe.VideoFilterHost.framework 0x00000001066d492d ML::AEVideoFilterModule::SetupFilter() + 77
    15  com.adobe.VideoFilterHost.framework 0x00000001066d25f6 ML::AEVideoFilterFactory::CreateUnknownImpl(ASL::InterfaceRef<ML::IPlugin, ML::IPlugin>, int, int&) + 1286
    16  com.adobe.VideoFilterHost.framework 0x00000001066d205a ML::AEVideoFilterFactory::CreateUnknown(ASL::InterfaceRef<ML::IPlugin, ML::IPlugin>, int, int&) + 58
    17  com.adobe.PluginSupport.framework 0x0000000105d2e502 ML::(anonymous namespace)::AddPlugin(ML::PluginEntry const&, bool&) + 11202
    18  com.adobe.PluginSupport.framework 0x0000000105d2a1e1 ML::(anonymous namespace)::LoadPluginList(ML::PluginNameList const&, std::vector<std::basic_string<unsigned short, std::char_traits<unsigned short>, dvacore::utility::SmallBlockAllocator::STLAllocator<unsigned short> >, std::allocator<std::basic_string<unsigned short, std::char_traits<unsigned short>, dvacore::utility::SmallBlockAllocator::STLAllocator<unsigned short> > > >&) + 737
    19  com.adobe.PluginSupport.framework 0x0000000105d291c8 ML::LoadPlugins(std::vector<std::basic_string<unsigned short, std::char_traits<unsigned short>, dvacore::utility::SmallBlockAllocator::STLAllocator<unsigned short> >, std::allocator<std::basic_string<unsigned short, std::char_traits<unsigned short>, dvacore::utility::SmallBlockAllocator::STLAllocator<unsigned short> > > >&, std::basic_string<unsigned short, std::char_traits<unsigned short>, dvacore::utility::SmallBlockAllocator::STLAllocator<unsigned short> > const&, std::vector<std::basic_string<unsigned short, std::char_traits<unsigned short>, dvacore::utility::SmallBlockAllocator::STLAllocator<unsigned short> >, std::allocator<std::basic_string<unsigned short, std::char_traits<unsigned short>, dvacore::utility::SmallBlockAllocator::STLAllocator<unsigned short> > > > const&, std::vector<std::basic_string<unsigned short, std::char_traits<unsigned short>, dvacore::utility::SmallBlockAllocator::STLAllocator<unsigned short> >, std::allocator<std::basic_string<unsigned short, std::char_traits<unsigned short>, dvacore::utility::SmallBlockAllocator::STLAllocator<unsigned short> > > > const&) + 6216
    20  com.adobe.PluginSupport.framework 0x0000000105d44528 ML::PluginSupport::LoadAllPlugins(std::vector<std::basic_string<unsigned short, std::char_traits<unsigned short>, dvacore::utility::SmallBlockAllocator::STLAllocator<unsigned short> >, std::allocator<std::basic_string<unsigned short, std::char_traits<unsigned short>, dvacore::utility::SmallBlockAllocator::STLAllocator<unsigned short> > > >&, std::basic_string<unsigned short, std::char_traits<unsigned short>, dvacore::utility::SmallBlockAllocator::STLAllocator<unsigned short> > const&, std::vector<std::basic_string<unsigned short, std::char_traits<unsigned short>, dvacore::utility::SmallBlockAllocator::STLAllocator<unsigned short> >, std::allocator<std::basic_string<unsigned short, std::char_traits<unsigned short>, dvacore::utility::SmallBlockAllocator::STLAllocator<unsigned short> > > > const&, std::vector<std::basic_string<unsigned short, std::char_traits<unsigned short>, dvacore::utility::SmallBlockAllocator::STLAllocator<unsigned short> >, std::allocator<std::basic_string<unsigned short, std::char_traits<unsigned short>, dvacore::utility::SmallBlockAllocator::STLAllocator<unsigned short> > > > const&) + 2984
    21  com.adobe.PluginSupport.framework 0x0000000105d438a9 ML::PluginSupport::LoadAllPlugins(std::basic_string<unsigned short, std::char_traits<unsigned short>, dvacore::utility::SmallBlockAllocator::STLAllocator<unsigned short> > const&, std::vector<std::basic_string<unsigned short, std::char_traits<unsigned short>, dvacore::utility::SmallBlockAllocator::STLAllocator<unsigned short> >, std::allocator<std::basic_string<unsigned short, std::char_traits<unsigned short>, dvacore::utility::SmallBlockAllocator::STLAllocator<unsigned short> > > > const&, std::vector<std::basic_string<unsigned short, std::char_traits<unsigned short>, dvacore::utility::SmallBlockAllocator::STLAllocator<unsigned short> >, std::allocator<std::basic_string<unsigned short, std::char_traits<unsigned short>, dvacore::utility::SmallBlockAllocator::STLAllocator<unsigned short> > > > const&) + 57
    22  com.adobe.PluginSupport.framework 0x0000000105d43750 ML::PluginSupport::LoadAllPlugins(std::vector<std::basic_string<unsigned short, std::char_traits<unsigned short>, dvacore::utility::SmallBlockAllocator::STLAllocator<unsigned short> >, std::allocator<std::basic_string<unsigned short, std::char_traits<unsigned short>, dvacore::utility::SmallBlockAllocator::STLAllocator<unsigned short> > > > const&) + 64
    23  sgmacosx                       0x0000000100049f44 CMediaLayerInitializer::CMediaLayerInitializer(void*, void*) + 708
    24  sgmacosx                       0x0000000100049bcd CMediaCoreInitializer::CMediaCoreInitializer(void*, void*) + 93
    25  sgmacosx                       0x0000000100048e67 bIrInitializeMediaCore(void*, void*) + 55
    26  sgmacosx                       0x000000010000e36f CFcApp::OnDoNonUIInitialization(CIrError**) + 47
    27  com.adobe.dvacore.framework   0x00000001029ee018 dvacore::threads::(anonymous namespace)::FunctionQueue::ExecuteOneFunction(boost::shared_ptr<dvacore::threads::(anonym ous namespace)::FunctionQueue>, bool) + 648
    28  com.adobe.dvacore.framework   0x00000001029ee907 boost::detail::function::void_function_obj_invoker0<boost::_bi::bind_t<bool, bool (*)(boost::shared_ptr<dvacore::threads::(anonymous namespace)::FunctionQueue>, bool), boost::_bi::list2<boost::_bi::value<boost::shared_ptr<dvacore::threads::(anonymous namespace)::FunctionQueue> >, boost::_bi::value<bool> > >, void>::invoke(boost::detail::function::function_buffer&) + 55
    29  com.adobe.dvacore.framework   0x00000001029ee9e4 dvacore::threads::(anonymous namespace)::RunLoopAdaptor::Execute(__CFRunLoopTimer*, void*) + 68
    30  com.apple.CoreFoundation       0x00007fff923d3494 __CFRUNLOOP_IS_CALLING_OUT_TO_A_TIMER_CALLBACK_FUNCTION__ + 20
    31  com.apple.CoreFoundation       0x00007fff923d2fcf __CFRunLoopDoTimer + 1151
    32  com.apple.CoreFoundation       0x00007fff924445aa __CFRunLoopDoTimers + 298
    33  com.apple.CoreFoundation       0x00007fff9238e755 __CFRunLoopRun + 1525
    34  com.apple.CoreFoundation       0x00007fff9238df25 CFRunLoopRunSpecific + 309
    35  com.apple.CoreFoundation       0x00007fff92443811 CFRunLoopRun + 97
    36  com.adobe.dvacore.framework   0x00000001029ecd49 dvacore::threads::RunPlatformEventLoop() + 89
    37  com.adobe.dvacore.framework   0x00000001029efa2b dvacore::threads::(anonymous namespace)::EventLoopExecutor::EventLoopMain(dvacore::threads::SyncPoint&) + 219
    38  com.adobe.dvacore.framework   0x00000001029f7c79 dvacore::threads::(anonymous namespace)::LaunchThread(std::string const&, boost::function0<void> const&, dvacore::threads::ThreadPriority, boost::function<void ()> const&, boost::function<void ()> const&) + 265
    39  com.adobe.boost_threads.framework 0x00000001029111be thread_proxy + 158
    40  libsystem_pthread.dylib       0x00007fff95855899 _pthread_body + 138
    41  libsystem_pthread.dylib       0x00007fff9585572a _pthread_start + 137
    42  libsystem_pthread.dylib       0x00007fff95859fc9 thread_start + 13
    Thread 10:
    0   libsystem_kernel.dylib         0x00007fff90f2564a kevent + 10
    1   com.adobe.dvatransport.framework 0x0000000102f89c24 boost::asio::detail::kqueue_reactor::run(bool, boost::asio::detail::op_queue<boost::asio::detail::task_io_service_operation>&) + 228
    2   com.adobe.dvatransport.framework 0x0000000102f898c0 boost::asio::detail::task_io_service::do_run_one(boost::asio::detail::scoped_lock<boost:: asio::detail::posix_mutex>&, boost::asio::detail::task_io_service_thread_info&, boost::system::error_code const&) + 304
    3   com.adobe.dvatransport.framework 0x0000000102f89389 boost::asio::detail::task_io_service::run(boost::system::error_code&) + 313
    4   com.adobe.dvatransport.framework 0x0000000102f7a387 SkyConnectionEnv::MainLoop() + 167
    5   com.adobe.dvatransport.framework 0x0000000102f79fb9 SkyConnectionEnv::StaticThreadFunc(SkyConnectionEnv*) + 9
    6   com.adobe.boost_threads.framework 0x00000001029111be thread_proxy + 158
    7   libsystem_pthread.dylib       0x00007fff95855899 _pthread_body + 138
    8   libsystem_pthread.dylib       0x00007fff9585572a _pthread_start + 137
    9   libsystem_pthread.dylib       0x00007fff95859fc9 thread_start + 13
    Thread 11:
    0   libsystem_kernel.dylib         0x00007fff90f24716 __psynch_cvwait + 10
    1   libsystem_pthread.dylib       0x00007fff95857c3b _pthread_cond_wait + 727
    2   com.adobe.dvatransport.framework 0x0000000102f89b15 boost::asio::detail::task_io_service::do_run_one(boost::asio::detail::scoped_lock<boost:: asio::detail::posix_mutex>&, boost::asio::detail::task_io_service_thread_info&, boost::system::error_code const&) + 901
    3   com.adobe.dvatransport.framework 0x0000000102f89389 boost::asio::detail::task_io_service::run(boost::system::error_code&) + 313
    4   com.adobe.dvatransport.framework 0x0000000102f8923a boost::asio::detail::posix_thread::func<boost::asio::detail::resolver_service_base::work_ io_service_runner>::run() + 42
    5   com.adobe.dvatransport.framework 0x0000000102f8a243 boost_asio_detail_posix_thread_function + 19
    6   libsystem_pthread.dylib       0x00007fff95855899 _pthread_body + 138
    7   libsystem_pthread.dylib       0x00007fff9585572a _pthread_start + 137
    8   libsystem_pthread.dylib       0x00007fff95859fc9 thread_start + 13
    Thread 12:
    0   libsystem_kernel.dylib         0x00007fff90f24a3a __semwait_signal + 10
    1   libsystem_c.dylib             0x00007fff99440dc0 nanosleep + 200
    2   sgmacosx                       0x0000000100596ecc CIrSplashWnd::ThreadFunction() + 124
    3   sgmacosx                       0x00000001005ef4e6 CIrThread::ThreadCallback() + 22
    4   sgmacosx                       0x00000001005ef4b5 CIrThread::pThreadCallback(void*) + 9
    5   libsystem_pthread.dylib       0x00007fff95855899 _pthread_body + 138
    6   libsystem_pthread.dylib       0x00007fff9585572a _pthread_start + 137
    7   libsystem_pthread.dylib       0x00007fff95859fc9 thread_start + 13
    Thread 13:
    0   libsystem_kernel.dylib         0x00007fff90f24a3a __semwait_signal + 10
    1   libsystem_c.dylib             0x00007fff99440dc0 nanosleep + 200
    2   sgmacosx                       0x000000010037610c CIrFrameCache::ThreadFunction() + 188
    3   sgmacosx                       0x00000001005ef4e6 CIrThread::ThreadCallback() + 22
    4   sgmacosx                       0x00000001005ef4b5 CIrThread::pThreadCallback(void*) + 9
    5   libsystem_pthread.dylib       0x00007fff95855899 _pthread_body + 138
    6   libsystem_pthread.dylib       0x00007fff9585572a _pthread_start + 137
    7   libsystem_pthread.dylib       0x00007fff95859fc9 thread_start + 13
    Thread 14:
    0   libsystem_kernel.dylib         0x00007fff90f23f22 __connect + 10
    1   sgmacosx                       0x000000010059110c CIrSocket::poConnectToRemote(CIrString, int, bool) + 1568
    2   sgmacosx                       0x000000010059320b CIrSocketFiFoConnection::CConnectRemote::OnPrologue(CIrSocketFiFoConnection*) + 87
    3   sgmacosx                       0x0000000100592f38 CIrSocketFiFoConnection::ThreadFunction() + 52
    4   sgmacosx                       0x00000001005ef4e6 CIrThread::ThreadCallback() + 22
    5   sgmacosx                       0x00000001005ef4b5 CIrThread::pThreadCallback(void*) + 9
    6   libsystem_pthread.dylib       0x00007fff95855899 _pthread_body + 138
    7   libsystem_pthread.dylib       0x00007fff9585572a _pthread_start + 137
    8   libsystem_pthread.dylib       0x00007fff95859fc9 thread_start + 13
    Thread 15:
    0   libsystem_kernel.dylib         0x00007fff90f24a3a __semwait_signal + 10
    1   libsystem_c.dylib             0x00007fff99440dc0 nanosleep + 200
    2   sgmacosx                       0x00000001004e55c5 CIrRIServer::ThreadFunction() + 2281
    3   sgmacosx                       0x00000001005ef4e6 CIrThread::ThreadCallback() + 22
    4   sgmacosx                       0x00000001005ef4b5 CIrThread::pThreadCallback(void*) + 9
    5   libsystem_pthread.dylib       0x00007fff95855899 _pthread_body + 138
    6   libsystem_pthread.dylib       0x00007fff9585572a _pthread_start + 137
    7   libsystem_pthread.dylib       0x00007fff95859fc9 thread_start + 13
    Thread 16:
    0   libsystem_kernel.dylib         0x00007fff90f24716 __psynch_cvwait + 10
    1   libsystem_pthread.dylib       0x00007fff95857c3b _pthread_cond_wait + 727
    2   com.apple.CoreServices.CarbonCore 0x00007fff8e640800 TSWaitOnCondition + 108
    3   com.apple.CoreServices.CarbonCore 0x00007fff8e6409ff TSWaitOnConditionTimedRelative + 172
    4   com.apple.CoreServices.CarbonCore 0x00007fff8e611145 MPWaitOnQueue + 192
    5   com.adobe.dvacore.framework   0x00000001029fc83b dvacore::threads::ThreadSafeDelayQueue::PopWithTimeout(std::auto_ptr<dvacore::threads::Al locatedFunctionT<boost::function<void ()> > >&, int) + 171
    6   com.adobe.dvacore.framework   0x00000001029faa4c dvacore::threads::(anonymous namespace)::ThreadedWorkQueue::WorkerMain(boost::shared_ptr<dvacore::threads::ThreadSafeD elayQueue> const&, boost::shared_ptr<dvacore::threads::Gate> const&) + 172
    7   com.adobe.dvacore.framework   0x00000001029f7c79 dvacore::threads::(anonymous namespace)::LaunchThread(std::string const&, boost::function0<void> const&, dvacore::threads::ThreadPriority, boost::function<void ()> const&, boost::function<void ()> const&) + 265
    8   com.adobe.boost_threads.framework 0x00000001029111be thread_proxy + 158
    9   libsystem_pthread.dylib       0x00007fff95855899 _pthread_body + 138
    10  libsystem_pthread.dylib       0x00007fff9585572a _pthread_start + 137
    11  libsystem_pthread.dylib       0x00007fff95859fc9 thread_start + 13
    Thread 17:
    0   libsystem_kernel.dylib         0x00007fff90f20a1a mach_msg_trap + 10
    1   libsystem_kernel.dylib         0x00007fff90f1fd18 mach_msg + 64
    2   libcuda_310.40.15.dylib       0x000000011b1c6286 0x11b000000 + 1860230
    3   libcuda_310.40.15.dylib       0x000000011b12ad14 0x11b000000 + 1223956
    4   libcuda_310.40.15.dylib       0x000000011b1c7de9 0x11b000000 + 1867241
    5   libsystem_pthread.dylib       0x00007fff95855899 _pthread_body + 138
    6   libsystem_pthread.dylib       0x00007fff9585572a _pthread_start + 137
    7   libsystem_pthread.dylib       0x00007fff95859fc9 thread_start + 13
    Thread 18:
    0   libsystem_kernel.dylib         0x00007fff90f20a1a mach_msg_trap + 10
    1   libsystem_kernel.dylib         0x00007fff90f1fd18 mach_msg + 64
    2   libclh.dylib                   0x00007fff8ca33de9 0x7fff8c424000 + 6356457
    3   libclh.dylib                   0x00007fff8c4e9d42 0x7fff8c424000 + 810306
    4   libclh.dylib                   0x00007fff8ca34c39 0x7fff8c424000 + 6360121
    5   libsystem_pthread.dylib       0x00007fff95855899 _pthread_body + 138
    6   libsystem_pthread.dylib       0x00007fff9585572a _pthread_start + 137
    7   libsystem_pthread.dylib       0x00007fff95859fc9 thread_start + 13
    Thread 19:
    0   libsystem_kernel.dylib         0x00007fff90f24716 __psynch_cvwait + 10
    1   libsystem_pthread.dylib       0x00007fff95857c3b _pthread_cond_wait + 727
    2   com.apple.CoreServices.CarbonCore 0x00007fff8e640800 TSWaitOnCondition + 108
    3   com.apple.CoreServices.CarbonCore 0x00007fff8e6409ff TSWaitOnConditionTimedRelative + 172
    4   com.apple.CoreServices.CarbonCore 0x00007fff8e611145 MPWaitOnQueue + 192
    5   com.adobe.dvacore.framework   0x00000001029fc83b dvacore::threads::ThreadSafeDelayQueue::PopWithTimeout(std::auto_ptr<dvacore::threads::Al locatedFunctionT<boost::function<void ()> > >&, int) + 171
    6   com.adobe.dvacore.framework   0x00000001029faa4c dvacore::threads::(anonymous namespace)::ThreadedWorkQueue::WorkerMain(boost::shared_ptr<dvacore::threads::ThreadSafeD elayQueue> const&, boost::shared_ptr<dvacore::threads::Gate> const&) + 172
    7   com.adobe.dvacore.framework   0x00000001029f7c79 dvacore::threads::(anonymous namespace)::LaunchThread(std::string const&, boost::function0<void> const&, dvacore::threads::ThreadPriority, boost::function<void ()> const&, boost::function<void ()> const&) + 265
    8   com.adobe.boost_threads.framework 0x00000001029111be thread_proxy + 158
    9   libsystem_pthread.dylib       0x00007fff95855899 _pthread_body + 138
    10  libsystem_pthread.dylib       0x00007fff9585572a _pthread_start + 137
    11  libsystem_pthread.dylib       0x00007fff95859fc9 thread_start + 13
    Thread 20:
    0   libsystem_kernel.dylib         0x00007fff90f24716 __psynch_cvwait + 10
    1   libsystem_pthread.dylib       0x00007fff95857c3b _pthread_cond_wait + 727
    2   com.apple.CoreServices.CarbonCore 0x00007fff8e640800 TSWaitOnCondition + 108
    3   com.apple.CoreServices.CarbonCore 0x00007fff8e6409ff TSWaitOnConditionTimedRelative + 172
    4   com.apple.CoreServices.CarbonCore 0x00007fff8e611145 MPWaitOnQueue + 192
    5   com.adobe.dvacore.framework   0x00000001029fc83b dvacore::threads::ThreadSafeDelayQueue::PopWithTimeout(std::auto_ptr<dvacore::threads::Al locatedFunctionT<boost::function<void ()> > >&, int) + 171
    6   com.adobe.dvacore.framework   0x00000001029faa4c dvacore::threads::(anonymous namespace)::ThreadedWorkQueue::WorkerMain(boost::shared_ptr<dvacore::threads::ThreadSafeD elayQueue> const&, boost::shared_ptr<dvacore::threads::Gate> const&) + 172
    7   com.adobe.dvacore.framework   0x00000001029f7c79 dvacore::threads::(anonymous namespace)::LaunchThread(std::string const&, boost::function0<void> const&, dvacore::threads::ThreadPriority, boost::function<void ()> const&, boost::function<void ()> const&) + 265
    8   com.adobe.boost_threads.framework 0x00000001029111be thread_proxy + 158
    9   libsystem_pthread.dylib       0x00007fff95855899 _pthread_body + 138
    10  libsystem_pthread.dylib       0x00007fff9585572a _pthread_start + 137
    11  libsystem_pthread.dylib       0x00007fff95859fc9 thread_start + 13
    Thread 21:
    0   libsystem_c.dylib             0x00007fff993c6736 strlen + 22
    1   libstdc++.6.dylib             0x00007fff974046cd std::basic_string<char, std::char_traits<char>, std::allocator<char> >::basic_string(char const*, std::allocator<char> const&) + 39
    Thread 9 crashed with X86 Thread State (64-bit):
      rax: 0x0000000000000000  rbx: 0x000000011508b000  rcx: 0x0000000115086aa8  rdx: 0x0000000000000000
      rdi: 0x0000000000007803  rsi: 0x0000000000000006  rbp: 0x0000000115086ad0  rsp: 0x0000000115086aa8
       r8: 0x00000000fffff800   r9: 0x00000000000005a1  r10: 0x0000000008000000  r11: 0x0000000000000206
      r12: 0x0000000120ced874  r13: 0x0000000120ced81f  r14: 0x0000000000000006  r15: 0x0000000120ced072
      rip: 0x00007fff90f24866  rfl: 0x0000000000000206  cr2: 0x00000001191ff000
    Logical CPU:     0
    Error Code:      0x02000148
    Trap Number:     133
    Binary Images:
           0x100000000 -        0x100a3cfef +sgmacosx (???) <8939E4C1-F6F4-38EC-9C44-E300A0DFA258> /Applications/Adobe SpeedGrade CC/Adobe SpeedGrade CC.app/Contents/MacOS/sgmacosx
           0x101589000 -        0x1017e6ff7 +QtCore (4.6) <CE0DF6D7-6F83-1ED7-6411-7AF7FB2FD394> /Applications/Adobe SpeedGrade CC/Adobe SpeedGrade CC.app/Contents/Frameworks/QtCore.framework/Versions/4/QtCore
           0x101875000 -        0x10219efef +QtGui (4.6) <782E276D-EE76-98E5-FA48-0EFA1DF29A3F> /Applications/Adobe SpeedGrade CC/Adobe SpeedGrade CC.app/Contents/Frameworks/QtGui.framework/Versions/4/QtGui
           0x102420000 -        0x1024cdff7 +QtOpenGL (4.6) <5D09ECAB-1980-65F5-85CB-3D6EF915A208> /Applications/Adobe SpeedGrade CC/Adobe SpeedGrade CC.app/Contents/Frameworks/QtOpenGL.framework/Versions/4/QtOpenGL
           0x10250b000 -        0x1025d7fef +QtNetwork (4.6) <F0DB9B5B-B832-0E7D-7C5C-0D05CD42EC9C> /Applications/Adobe SpeedGrade CC/Adobe SpeedGrade CC.app/Contents/Frameworks/QtNetwork.framework/Versions/4/QtNetwork
           0x102617000 -        0x102653fef +QtXml (4.6) <0D38C829-B350-F496-1690-03A16BA953E3> /Applications/Adobe SpeedGrade CC/Adobe SpeedGrade CC.app/Contents/Frameworks/QtXml.framework/Versions/4/QtXml
           0x10266c000 -        0x102670fff  com.apple.agl (3.2.3 - AGL-3.2.3) <9851E4CC-DA6B-3AF4-9B06-61BAC289572D> /System/Library/Frameworks/AGL.framework/Versions/A/AGL
           0x102677000 -        0x102766fff +com.adobe.amtlib (7.0.0.169 - 7.0.0.169) <A9A9F814-FF1F-3182-992C-395E5BC52481> /Applications/Adobe SpeedGrade CC/Adobe SpeedGrade CC.app/Contents/Frameworks/amtlib.framework/Versions/A/amtlib
           0x102779000 -        0x1027e8ff7 +com.adobe.adobe_caps (adobe_caps 7.0.0.21 - 7.0.0.21) <CE3C6356-9EE2-3B88-8261-8612A0743F56> /Applications/Adobe SpeedGrade CC/Adobe SpeedGrade CC.app/Contents/Frameworks/adobe_caps.framework/Versions/A/adobe_caps
           0x1027f3000 -        0x102838ff7 +com.adobe.pip (7.0.0.1768) <F022E031-1429-354F-B718-70F001B342EF> /Applications/Adobe SpeedGrade CC/Adobe SpeedGrade CC.app/Contents/Frameworks/AdobePIP.framework/Versions/A/AdobePIP
           0x102844000 -        0x102893fff +com.adobe.headlights.LogSessionFramework (2.1.2.1756) <BD518257-970F-344A-92B8-B8BE1A8EB4D8> /Applications/Adobe SpeedGrade CC/Adobe SpeedGrade CC.app/Contents/Frameworks/LogSession.framework/Versions/A/LogSession
           0x1028c9000 -        0x1028dcff7 +com.adobe.ahclientframework (1.8.0.31 - 1.8.0.31) <58BB943C-98EC-3812-AAAB-74F66630D1D4> /Applications/Adobe SpeedGrade CC/Adobe SpeedGrade CC.app/Contents/Frameworks/ahclient.framework/Versions/A/ahclient
           0x1028e6000 -        0x1028eaff7 +com.adobe.boost_system.framework (7.0.0 - 7.0.0.0) <55461C2D-5A3B-3202-9071-5A36014840CE> /Applications/Adobe SpeedGrade CC/Adobe SpeedGrade CC.app/Contents/Frameworks/boost_system.framework/Versions/A/boost_system
           0x1028f3000 -        0x1028f9ff7 +com.adobe.boost_date_time.framework (7.0.0 - 7.0.0.0) <4142779F-98E1-3123-B3C0-0DF02E49651F> /Applications/Adobe SpeedGrade CC/Adobe SpeedGrade CC.app/Contents/Frameworks/boost_date_time.framework/Versions/A/boost_date_time
           0x102910000 -        0x10291cfff +com.adobe.boost_threads.framework (7.0.0 - 7.0.0.0) <8C2011F0-03E2-3383-83EB-876128A387B2> /Applications/Adobe SpeedGrade CC/Adobe SpeedGrade CC.app/Contents/Frameworks/boost_threads.framework/Versions/A/boost_threads
           0x10293c000 -        0x102b8eff7 +com.adobe.dvacore.framework (7.0.0 - 7.0.0.0) <9EFBD199-CF2B-3362-A848-BFCD5F8E3996> /Applications/Adobe SpeedGrade CC/Adobe SpeedGrade CC.app/Contents/Frameworks/dvacore.framework/Versions/A/dvacore
           0x102dd4000 -        0x102e02ff7 +com.adobe.dvamediatypes.framework (7.0.0 - 7.0.0.0) <9076CE31-4EBC-39D1-954D-2E3044D7D938> /Applications/Adobe SpeedGrade CC/Adobe SpeedGrade CC.app/Contents/Frameworks/dvamediatypes.framework/Versions/A/dvamediatypes
           0x102e35000 -        0x102e39fff +com.adobe.PRM.framework (7.1.0 - 7.1.0.100) <8F3BCA41-00CF-3D6B-9D85-9B7DA129FB4D> /Applications/Adobe SpeedGrade CC/Adobe SpeedGrade CC.app/Contents/Frameworks/PRM.framework/Versions/A/PRM
           0x102e47000 -        0x102e91ff7 +com.adobe.ASLFoundation.framework (7.1.0 - 7.1.0.100) <DBC11317-BC05-32B9-9C1C-F94CEB113452> /Applications/Adobe SpeedGrade CC/Adobe SpeedGrade CC.app/Contents/Frameworks/ASLFoundation.framework/Versions/A/ASLFoundation
           0x102efd000 -        0x102f0dfff +com.adobe.ASLMessaging.framework (7.1.0 - 7.1.0.100) <568EE824-A019-392F-8C79-8F8FE2A02E4B> /Applications/Adobe SpeedGrade CC/Adobe SpeedGrade CC.app/Contents/Frameworks/ASLMessaging.framework/Versions/A/ASLMessaging
           0x102f2a000 -        0x102f2cfff +com.adobe.Memory.framework (7.1.0 - 7.1.0.100) <0C4ADC73-1F85-3F0C-8A62-0687BDB3E50B> /Applications/Adobe SpeedGrade CC/Adobe SpeedGrade CC.app/Contents/Frameworks/Memory.framework/Versions/A/Memory
           0x102f35000 -        0x102f44ff7 +com.adobe.ASLUnitTesting.framework (7.1.0 - 7.1.0.100) <D15E6962-80BA-3B91-9ECA-AC8B22B275F1> /Applications/Adobe SpeedGrade CC/Adobe SpeedGrade CC.app/Contents/Frameworks/ASLUnitTesting.framework/Versions/A/ASLUnitTesting
           0x102f63000 -        0x102fc6fff +com.adobe.dvatransport.framework (7.0.0 - 7.0.0.0) <E891EF9D-0F59-3268-9724-508F54E6F8CF> /Applications/Adobe SpeedGrade CC/Adobe SpeedGrade CC.app/Contents/Frameworks/dvatransport.framework/Versions/A/dvatransport
           0x103066000 -        0x10308efff +com.adobe.dvamarshal.framework (7.0.0 - 7.0.0.0) <D8E4FCCF-CECF-31F3-8E20-2575513C61D7> /Applications/Adobe SpeedGrade CC/Adobe SpeedGrade CC.app/Contents/Frameworks/dvamarshal.framework/Versions/A/dvamarshal
           0x1030d4000 -        0x1032caff7 +com.adobe.dynamiclink.framework (7.0.0 - 7.0.0.0) <60C769D7-BB8B-3746-A8DE-D056D2D1E3DA> /Applications/Adobe SpeedGrade CC/Adobe SpeedGrade CC.app/Contents/Frameworks/dynamiclink.framework/Versions/A/dynamiclink
           0x10353b000 -        0x1035beff7 +com.adobe.MediaFoundation.framework (7.1.0 - 7.1.0.100) <BA3EE13D-0959-3E0B-9B3E-15CA77C0FFAF> /Applications/Adobe SpeedGrade CC/Adobe SpeedGrade CC.app/Contents/Frameworks/MediaFoundation.framework/Versions/A/MediaFoundation
           0x103678000 -        0x103705fff +com.adobe.AudioRenderer.framework (7.1.0 - 7.1.0.100) <3DFC3F5C-6519-328F-8974-93744FEF8D75> /Applications/Adobe SpeedGrade CC/Adobe SpeedGrade CC.app/Contents/Frameworks/AudioRenderer.framework/Versions/A/AudioRenderer
           0x1037d6000 -        0x1038c4fff +com.adobe.dvacaptioning.framework (7.0.0 - 7.0.0.0) <B400DB93-41F0-3039-9FC9-113C1CD4F256> /Applications/Adobe SpeedGrade CC/Adobe SpeedGrade CC.app/Contents/Frameworks/dvacaptioning.framework/Versions/A/dvacaptioning
           0x1039a2000 -        0x1039fafff +com.adobe.dvatemporalxmp.framework (7.0.0 - 7.0.0.0) <118CC1C9-5A05-3EA2-B861-920D8C36ED29> /Applications/Adobe SpeedGrade CC/Adobe SpeedGrade CC.app/Contents/Frameworks/dvatemporalxmp.framework/Versions/A/dvatemporalxmp
           0x103a34000 -        0x103a3fff7 +com.adobe.boost_signals.framework (7.0.0 - 7.0.0.0) <8FCFA67A-58CF-3BF9-855C-70D1CE169E7C> /Applications/Adobe SpeedGrade CC/Adobe SpeedGrade CC.app/Contents/Frameworks/boost_signals.framework/Versions/A/boost_signals
           0x103a5a000 -        0x103ac7ff7 +com.adobe.AdobeXMPCore (Adobe XMP Core 5.5 -c 21 - 79.155241) <107DE42D-16B1-3DBF-88A2-1E017BA733D4> /Applications/Adobe SpeedGrade CC/Adobe SpeedGrade CC.app/Contents/Frameworks/AdobeXMP.framework/Versions/A/AdobeXMP
           0x103afa000 -        0x103c07fff +com.adobe.AdobeXMPFiles (Adobe XMP Files 5.6 -f 84 - 79.155241) <D4D421C1-082E-3081-B92B-2005D4C9FE6F> /Applications/Adobe SpeedGrade CC/Adobe SpeedGrade CC.app/Contents/Frameworks/AdobeXMPFiles.framework/Versions/A/AdobeXMPFiles
           0x103cb8000 -        0x103d3fff7 +com.adobe.dvametadata.framework (7.0.0 - 7.0.0.0) <FD5C67E5-71EB-3E08-9B7F-0B6A6920D2AF> /Applications/Adobe SpeedGrade CC/Adobe SpeedGrade CC.app/Contents/Frameworks/dvametadata.framework/Versions/A/dvametadata
           0x103e01000 -        0x104b5afff +com.adobe.Backend.framework (7.1.0 - 7.1.0.100) <B0B18AE0-FAAB-3581-979C-47B348D013AA> /Applications/Adobe SpeedGrade CC/Adobe SpeedGrade CC.app/Contents/Frameworks/Backend.framework/Versions/A/Backend
           0x1058fc000 -        0x105938fff +com.adobe.MLFoundation.framework (7.1.0 - 7.1.0.100) <174F3D7D-372C-3AA7-BBE2-C4B71EA69C78> /Applications/Adobe SpeedGrade CC/Adobe SpeedGrade CC.app/Contents/Frameworks/MLFoundation.framework/Versions/A/MLFoundation
           0x1059a0000 -        0x105ad7ff7 +com.adobe.ImageRenderer.framework (7.1.0 - 7.1.0.100) <91838F25-38C5-3224-9B93-AC9D16B22556> /Applications/Adobe SpeedGrade CC/Adobe SpeedGrade CC.app/Contents/Frameworks/ImageRenderer.framework/Versions/A/ImageRenderer
           0x105c2f000 -        0x105ca5ff7 +com.adobe.VideoFrame.framework (7.1.0 - 7.1.0.100) <8AC868D7-44DB-34EE-A252-19CE350F4CAC> /Applications/Adobe SpeedGrade CC/Adobe SpeedGrade CC.app/Contents/Frameworks/VideoFrame.framework/Versions/A/VideoFrame
           0x105d21000 -        0x105d59fff +com.adobe.PluginSupport.framework (7.1.0 - 7.1.0.100) <C5F44933-CD69-3D70-9489-634D3DCF160F> /Applications/Adobe SpeedGrade CC/Adobe SpeedGrade CC.app/Contents/Frameworks/PluginSupport.framework/Versions/A/PluginSupport
           0x105da0000 -        0x105dc9ff7 +com.adobe.SweetPeaSupport.framework (7.1.0 - 7.1.0.100) <2D4F9566-D32C-36AE-83DD-CE78DF347312> /Applications/Adobe SpeedGrade CC/Adobe SpeedGrade CC.app/Contents/Frameworks/SweetPeaSupport.framework/Versions/A/SweetPeaSupport
           0x105e0d000 -        0x105e53fff +com.adobe.TransmitHost.framework (7.1.0 - 7.1.0.100) <53FA1DC8-2F74-311E-9D3F-866484851A48> /Applications/Adobe SpeedGrade CC/Adobe SpeedGrade CC.app/Contents/Frameworks/TransmitHost.framework/Versions/A/TransmitHost
           0x105eb5000 -        0x105fc6ff7 +com.adobe.VideoRenderer.framework (7.1.0 - 7.1.0.100) <B44066D7-0211-3F23-A802-D9A70CBA31EB> /Applications/Adobe SpeedGrade CC/Adobe SpeedGrade CC.app/Contents/Frameworks/VideoRenderer.framework/Versions/A/VideoRenderer
           0x10611a000 -        0x106163fff +com.adobe.AudioSupport.framework (7.1.0 - 7.1.0.100) <89EA082C-6A19-39C0-9567-95E79FB78CC2> /Applications/Adobe SpeedGrade CC/Adobe SpeedGrade CC.app/Contents/Frameworks/AudioSupport.framework/Versions/A/AudioSupport
           0x1061b9000 -        0x1061bdfff +com.adobe.MediaUtils.framework (7.1.0 - 7.1.0.100) <323EB871-EC7C-3701-9406-64025BB7ABE8> /Applications/Adobe SpeedGrade CC/Adobe SpeedGrade CC.app/Contents/Frameworks/MediaUtils.framework/Versions/A/MediaUtils
           0x1061c7000 -        0x106354ff7 +com.adobe.ImporterHost.framework (7.1.0 - 7.1.0.100) <8644515E-EC07-3336-8468-DF3C5AB5D6F5> /Applications/Adobe SpeedGrade CC/Adobe SpeedGrade CC.app/Contents/Frameworks/ImporterHost.framework/Versions/A/ImporterHost
           0x10650e000 -        0x10657ffff +com.adobe.PlayerHost.framework (7.1.0 - 7.1.0.100) <0176483C-5E4E-3F05-9278-EC010AE6FE23> /Applications/Adobe SpeedGrade CC/Adobe SpeedGrade CC.app/Contents/Frameworks/PlayerHost.framework/Versions/A/PlayerHost
           0x10661a000 -        0x106652ff7 +com.adobe.AudioFilterHost.framework (7.1.0 - 7.1.0.100) <DA3E7606-24DF-31C2-934B-B9B20CC296E6> /Applications/Adobe SpeedGrade CC/Adobe SpeedGrade CC.app/Contents/Frameworks/AudioFilterHost.framework/Versions/A/AudioFilterHost
           0x1066a9000 -        0x106795fff +com.adobe.VideoFilterHost.framework (7.1.0 - 7.1.0.100) <75607D6A-F556-3F72-844D-9676A931C3C8> /Applications/Adobe SpeedGrade CC/Adobe SpeedGrade CC.app/Contents/Frameworks/VideoFilterHost.framework/Versions/A/VideoFilterHost
           0x106895000 -        0x1068abff7 +com.adobe.ProjectSupport.framework (7.1.0 - 7.1.0.100) <8023EE93-C526-3393-8727-51618C931E55> /Applications/Adobe SpeedGrade CC/Adobe SpeedGrade CC.app/Contents/Frameworks/ProjectSupport.framework/Versions/A/ProjectSupport
           0x1068da000 -        0x1068edff7 +com.adobe.ProjectConverterHost.framework (7.1.0 - 7.1.0.100) <CE88B542-BC9D-322A-9244-0EA456D50AD1> /Applications/Adobe SpeedGrade CC/Adobe SpeedGrade CC.app/Contents/Frameworks/ProjectConverterHost.framework/Versions/A/ProjectConverterHost
           0x106914000 -        0x10695cff7 +com.adobe.AudioFilters.framework (7.1.0 - 7.1.0.100) <ACD83C42-8CCA-3584-ACB4-074CE27B8135> /Applications/Adobe SpeedGrade CC/Adobe SpeedGrade CC.app/Contents/Frameworks/AudioFilters.framework/Versions/A/AudioFilters
           0x1069db000 -        0x106d91fff +com.adobe.GPUFoundation.framework (7.1.0 - 7.1.0.100) <D8D92D9B-4223-3622-82B8-3D6ED38258F4> /Applications/Adobe SpeedGrade CC/Adobe SpeedGrade CC.app/Contents/Frameworks/GPUFoundation.framework/Versions/A/GPUFoundation
           0x106f5c000 -        0x1073f4fff +com.adobe.dvaui.framework (7.0.0 - 7.0.0.0) <58655BD3-13AF-38A5-894B-DED0D5B25B36> /Applications/Adobe SpeedGrade CC/Adobe SpeedGrade CC.app/Contents/Frameworks/dvaui.framework/Versions/A/dvaui
           0x107a0f000 -        0x107a5eff7 +com.adobe.DynamicLinkMedia.framework (7.1.0 - 7.1.0.100) <F79CB60E-488B-3A16-AC27-4FD80AA6D283> /Applications/Adobe SpeedGrade CC/Adobe SpeedGrade CC.app/Contents/Frameworks/DynamicLinkMedia.framework/Versions/A/DynamicLinkMedia
           0x107b03000 -        0x107b61fff +com.adobe.TitleRenderer.framework (7.1.0 - 7.1.0.100) <310F81CC-E327-3B7E-B212-B6BFC62C2602> /Applications/Adobe SpeedGrade CC/Adobe SpeedGrade CC.app/Contents/Frameworks/TitleRenderer.framework/Versions/A/TitleRenderer
           0x107c00000 -        0x107c51fff +com.adobe.BravoInitializer.framework (7.1.0 - 7.1.0.100) <0E405A38-35CE-309F-9CFE-0DC8822EC39F> /Applications/Adobe SpeedGrade CC/Adobe SpeedGrade CC.app/Contents/Frameworks/BravoInitializer.framework/Versions/A/BravoInitializer
           0x107cc9000 -        0x107e0dfff +com.adobe.ACE (AdobeACE 2.20.02.31468 - 2.20.02.31468) <C55A913C-8009-3A56-BF49-723C61D9444D> /Applications/Adobe SpeedGrade CC/Adobe SpeedGrade CC.app/Contents/Frameworks/AdobeACE.framework/Versions/A/AdobeACE
           0x107e20000 -        0x108153fff +com.adobe.AGM (AdobeAGM 4.30.24.31468 - 4.30.24.31468) <AB76DEB5-7698-3F64-8653-3C14504101C1> /Applications/Adobe SpeedGrade CC/Adobe SpeedGrade CC.app/Contents/Frameworks/AdobeAGM.framework/Versions/A/AdobeAGM
           0x1081bf000 -        0x1081dcfff +com.adobe.BIB (AdobeBIB 1.2.03.31468 - 1.2.03.31468) <A69D3AA0-9248-3B77-991B-89B2B7FE46BB> /Applications/Adobe SpeedGrade CC/Adobe SpeedGrade CC.app/Contents/Frameworks/AdobeBIB.framework/Versions/A/AdobeBIB
           0x1081e4000 -        0x1084f5fff +com.adobe.CoolType (AdobeCoolType 5.13.00.31468 - 5.13.00.31468) <47F18C1A-71E7-37B2-84C4-2EBF9B7000F3> /Applications/Adobe SpeedGrade CC/Adobe SpeedGrade CC.app/Contents/Frameworks/AdobeCoolType.framework/Versions/A/AdobeCoolType
           0x10853d000 -        0x108564fef +libcilkrts.5.dylib (0) <23D6F460-ACEA-1076-CF36-732DA3E1C85D> /Applications/Adobe SpeedGrade CC/Adobe SpeedGrade CC.app/Contents/Frameworks/libcilkrts.5.dylib
           0x10857a000 -        0x108852fe6 +libxerces-c-3.0.dylib (0) <46020284-EEA8-7D7B-388C-BF23A318C997> /Applications/Adobe SpeedGrade CC/Adobe SpeedGrade CC.app/Contents/Frameworks/libxerces-c-3.0.dylib
           0x1089d3000 -        0x1089f7fe7 +com.mainconcept.mc.enc.dv (9.6 - 9.6.11.1708) <2BE84582-5AD6-8A08-A681-C255A10F1C99> /Applications/Adobe SpeedGrade CC/Adobe SpeedGrade CC.app/Contents/Frameworks/mc_enc_dv.framework/Versions/9/mc_enc_dv
           0x108a0b000 -        0x108a76ff7 +com.adobe.QT32Client.framework (7.1.0 - 7.1.0.100) <ECDDD6F0-716D-3602-8F2F-856084F18507> /Applications/Adobe SpeedGrade CC/Adobe SpeedGrade CC.app/Contents/Frameworks/QT32Client.framework/Versions/A/QT32Client
           0x108b1e000 -        0x108b26ff7 +com.adobe.dvacaptioningui.framework (7.0.0 - 7.0.0.0) <AA943851-2E4B-3F51-990A-EE3627E995B0> /Applications/Adobe SpeedGrade CC/Adobe SpeedGrade CC.app/Contents/Frameworks/dvacaptioningui.framework/Versions/A/dvacaptioningui
           0x108b36000 -        0x108befff7 +com.adobe.dvaaudiofilterhost.framework (7.0.0 - 7.0.0.0) <AA6FFD44-C9E2-30EF-AAD2-6BFD73C7499B> /Applications/Adobe SpeedGrade CC/Adobe SpeedGrade CC.app/Contents/Frameworks/dvaaudiofilterhost.framework/Versions/A/dvaaudiofilterhost
           0x108cdc000 -        0x108d03ff7  com.apple.audio.CoreAudioKit (1.6.6 - 1.6.6) <E6FEB146-1384-3FDE-A9B4-3BC48DCEDC27> /System/Library/Frameworks/CoreAudioKit.framework/Versions/A/CoreAudioKit
           0x108d1f000 -        0x108ddcfff +com.adobe.dvaeve.framework (7.0.0 - 7.0.0.0) <813B5DA8-12B5-3A50-B823-0901CFE0F549> /Applications/Adobe SpeedGrade CC/Adobe SpeedGrade CC.app/Contents/Frameworks/dvaeve.framework/Versions/A/dvaeve
           0x108f4e000 -        0x109006fff +com.adobe.dvaworkspace.framework (7.0.0 - 7.0.0.0) <58DBD071-9AC3-3DBD-9F16-D876ADAD24BC> /Applications/Adobe SpeedGrade CC/Adobe SpeedGrade CC.app/Contents/Frameworks/dvaworkspace.framework/Versions/A/dvaworkspace
           0x109120000 -        0x10912efff +com.adobe.boost_filesystem.framework (7.0.0 - 7.0.0.0) <51D99656-6256-34AD-A882-2540A1A9F363> /Applications/Adobe SpeedGrade CC/Adobe SpeedGrade CC.app/Contents/Frameworks/boost_filesystem.framework/Versions/A/boost_filesystem
           0x109143000 -        0x1091a1ff7 +com.adobe.FontEngine.framework (7.1.0 - 7.1.0.100) <FBC436D8-4AC9-3515-B847-2D2BEB701C5E> /Applications/Adobe SpeedGrade CC/Adobe SpeedGrade CC.app/Contents/Frameworks/FontEngine.framework/Versions/A/FontEngine
           0x10922d000 -        0x109246ff7 +com.adobe.TitleLayer.framework (7.1.0 - 7.1.0.100) <5C1E6FE5-BFB7-39CA-935B-F6D33B83B8CB> /Applications/Adobe SpeedGrade CC/Adobe SpeedGrade CC.app/Contents/Frameworks/TitleLayer.framework/Versions/A/TitleLayer
           0x1093e3000 -        0x1093f0ff7 +com.adobe.TitleImageManager.framework (7.1.0 - 7.1.0.100) <CC275264-6304-3876-B7F9-928BCBAEFE73> /Applications/Adobe SpeedGrade CC/Adobe SpeedGrade CC.app/Contents/Frameworks/TitleImageManager.framework/Versions/A/TitleImageManager
           0x10940d000 -        0x109489ff7 +com.adobe.TitleCharacterFactory.framework (7.1.0 - 7.1.0.100) <4CDCCFBB-6A32-3F85-AB28-ABC2753D48EE> /Applications/Adobe SpeedGrade CC/Adobe SpeedGrade CC.app/Contents/Frameworks/TitleCharacterFactory.framework/Versions/A/TitleCharacterFacto ry
           0x1094e8000 -        0x1095ccfff +com.adobe.TitleCG.framework (7.1.0 - 7.1.0.100) <B8C5CBF1-F1B2-3DAB-92A1-7B4924BE0559> /Applications/Adobe SpeedGrade CC/Adobe SpeedGrade CC.app/Contents/Frameworks/TitleCG.framework/Versions/A/TitleCG
           0x109666000 -        0x1098f2ff7 +com.adobe.TitleLayout.framework (7.1.0 - 7.1.0.100) <4F84B58E-FD29-38DA-9AD0-554F7C927384> /Applications/Adobe SpeedGrade CC/Adobe SpeedGrade CC.app/Contents/Frameworks/TitleLayout.framework/Versions/A/TitleLayout
           0x109ea6000 -        0x109eccfff +com.adobe.BIBUtils (AdobeBIBUtils 1.1.01 - 1.1.01) <FA20BCA0-05BF-35ED-95B7-5775B8310D12> /Applications/Adobe SpeedGrade CC/Adobe SpeedGrade CC.app/Contents/Frameworks/AdobeBIBUtils.framework/Versions/A/AdobeBIBUtils
           0x109f9f000 -        0x109fa7ff3  libCGCMS.A.dylib (599.23.13) <59F7AEED-90EB-35C2-85A6-5BC44CC9B3FA> /System/Library/Frameworks/CoreGraphics.framework/Versions/A/Resources/libCGCMS.A.dylib
           0x109faf000 -        0x109fd7ffb  libRIP.A.dylib (599.23.13) <FFE421E6-CB15-3F9D-ADF4-679E26B09892> /System/Library/Frameworks/CoreGraphics.framework/Versions/A/Resources/libRIP.A.dylib
           0x109fe9000 -        0x109fecffa  libCGXType.A.dylib (599.23.13) <E459DD26-592F-3DBD-8C47-B342ECE8FFD3> /System/Library/Frameworks/CoreGraphics.framework/Versions/A/Resources/libCGXType.A.dylib
           0x110100000 -        0x1101a3ff7  ColorSyncDeprecated.dylib (426) <1EBD0729-A174-3EA5-B226-DE63C2E89D14> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ColorSync. framework/Versions/A/Resources/ColorSyncDeprecated.dylib
           0x111b1f000 -        0x111cbfff7  GLEngine (9.6.1) <28300FBD-E3B2-35D2-BB54-77DCE62FC371> /System/Library/Frameworks/OpenGL.framework/Resources/GLEngine.bundle/GLEngine
           0x111e00000 -        0x111e29fff  GLRendererFloat (9.6.1) <23A2C705-F932-335D-B27B-565A30333460> /System/Library/Frameworks/OpenGL.framework/Resources/GLRendererFloat.bundle/GLRendererFl oat
           0x111ef7000 -        0x111efbffd  com.apple.audio.AppleHDAHALPlugIn (2.6.1 - 2.6.1f2) <E5405175-7735-3F30-97ED-F44645033DC7> /System/Library/Extensions/AppleHDA.kext/Contents/PlugIns/AppleHDAHALPlugIn.bundle/Conten ts/MacOS/AppleHDAHALPlugIn
           0x113da9000 -        0x113dabff7  com.apple.textencoding.unicode (2.6 - 2.6) <0EEF0283-1ACA-3147-89B4-B4E014BFEC52> /System/Library/TextEncodings/Unicode Encodings.bundle/Contents/MacOS/Unicode Encodings
           0x113db0000 -        0x113db1fff +libcuda.dylib (5.5.28) <CEFE7C92-DDC8-3454-8BD7-EA3A36FBB635> /usr/local/cuda/lib/libcuda.dylib
           0x1150dd000 -        0x1150eafff +CUDA (5.5.28) <A0D59BBE-5589-3079-A97E-B478F891A507> /Library/Frameworks/CUDA.framework/Versions/A/CUDA
           0x119ff3000 -        0x119ff5fff +com.noiseindustries.FxFactory.AESingle (4.1 - 4.1) <88C6F811-E136-30C2-B2E0-667C753F69D6> /Users/USER/Library/Application Support/Adobe/*/058FA656-7B25-4BC0-B03D-1D848D904BC1.plugin/Contents/MacOS/FxFactoryEffec t
           0x11b000000 -        0x11b2e4fff +libcuda_310.40.15.dylib (5.5.28 - 5.5.28) <B6FEAFB6-08AE-3DF1-81D7-A85E2F9BABF8> /Library/Frameworks/CUDA.framework/Versions/A/Libraries/libcuda_310.40.15.dylib
           0x11b340000 -        0x11ba2dfe7 +libgpgpucomp.dylib (0) <F98FF219-E38D-3E6B-9D1E-887E7EBF9B08> /Library/Frameworks/CUDA.framework/Versions/A/Libraries/libgpgpucomp.dylib
           0x11de0d000 -        0x11de1fff7 +com.adobe.ImporterFlash.framework (7.1.0 - 7.1.0.100) <45CE05BD-C69D-3F51-8F3F-A78BE5FC8F6F> /Applications/Adobe SpeedGrade CC/Adobe SpeedGrade CC.app/Contents/Plug-ins/Common/ImporterFlash.bundle/Contents/MacOS/ImporterFlash
           0x11de43000 -        0x11de47ff7 +com.adobe.FlashPlayerWrapper.framework (7.1.0 - 7.1.0.100) <D0CBCBA0-D893-37F5-9CDE-E2632CCA8D79> /Applications/Adobe SpeedGrade CC/Adobe SpeedGrade CC.app/Contents/Frameworks/FlashPlayerWrapper.framework/Versions/A/FlashPlayerWrapper
           0x11de54000 -        0x11dea6fff +com.adobe.ImporterQuickTime.framework (7.1.0 - 7.1.0.100) <E402D417-C7FF-3048-916B-AB5A9B697F29> /Applications/Adobe SpeedGrade CC/Adobe SpeedGrade CC.app/Contents/Plug-ins/Common/ImporterQuickTime.bundle/Contents/MacOS/ImporterQuickTime
           0x11e5a2000 -        0x11e5b9ff7 +com.adobe.QTParser.framework (7.1.0 - 7.1.0.100) <99192FE8-AD60-3474-88C0-64E10E1C5461> /Applications/Adobe SpeedGrade CC/Adobe SpeedGrade CC.app/Contents/Frameworks/QTParser.framework/Versions/A/QTParser
           0x11e5d6000 -        0x11e5e4fff +com.adobe.PremiereFiltersMetaPlugin.framework (7.1.0 - 7.1.0.100) <D626386E-4DC7-3195-ADB5-1A844CE4474D> /Applications/Adobe SpeedGrade CC/Adobe SpeedGrade CC.app/Contents/Plug-ins/Common/PremiereFiltersMetaPlugin.prmp/Contents/MacOS/PremiereFil tersMetaPlugin
           0x11e700000 -        0x11e774fff +com.mainconcept.mc.dec.mp2v (9.6 - 9.6.11.1708) <F1B12BF9-4B04-DB5D-13BB-D8CEC3144B44> /Applications/Adobe SpeedGrade CC/Adobe SpeedGrade CC.app/Contents/Frameworks/mc_dec_mp2v.framework/Versions/9/mc_dec_mp2v
           0x11e777000 -        0x11e7a6ff7 +com.adobe.RendererCPU.framework (7.1.0 - 7.1.0.100) <EE3E4BBC-A698-3BDE-AB9A-51702AC13A4D> /Applications/Adobe SpeedGrade CC/Adobe SpeedGrade CC.app/Contents/Frameworks/RendererCPU.framework/Versions/A/RendererCPU
           0x11f25d000 -        0x11f306fff +com.adobe.IPPMPEGDecoder.framework (7.1.0 - 7.1.0.100) <A19F7243-AD4F-372F-BE89-232A6170DAB1> /Applications/Adobe SpeedGrade CC/Adobe SpeedGrade CC.app/Contents/Frameworks/IPPMPEGDecoder.framework/Versions/A/IPPMPEGDecoder
           0x11f5a1000 -        0x11f8c1fff +com.adobe.CodecSupport.framework (7.1.0 - 7.1.0.100) <E707FFFC-871C-3820-8F2A-9E8B1EE9A2E2> /Applications/Adobe SpeedGrade CC/Adobe SpeedGrade CC.app/Contents/Frameworks/CodecSupport.framework/Versions/A/CodecSupport
           0x11fa2a000 -        0x11fb85fdf +com.mainconcept.mc.bc.dec.avc (9.6 - 9.6.11.1708) <37D36809-7038-AA28-8925-7295FD5BD165> /Applications/Adobe SpeedGrade CC/Adobe SpeedGrade CC.app/Contents/Frameworks/mc_bc_dec_avc.framework/Versions/9/mc_bc_dec_avc
           0x11fb8e000 -        0x11fc3dfff +com.mainconcept.mc.dec.mp4v (9.6 - 9.6.11.1708) <D666559E-6090-6D3B-C7B8-9438A0FE26FB> /Applications/Adobe SpeedGrade CC/Adobe SpeedGrade CC.app/Contents/Frameworks/mc_dec_mp4v.framework/Versions/9/mc_dec_mp4v
           0x11fc46000 -        0x11fc98ff7 +com.adobe.PlayerMediaCore.framework (7.1.0 - 7.1.0.100) <F700BFB9-B0B0-380E-80F2-E62BE2271B70> /Applications/Adobe SpeedGrade CC/Adobe SpeedGrade CC.app/Contents/Plug-ins/Common/PlayerMediaCore.bundle/Contents/MacOS/PlayerMediaCore
           0x11fe00000 -        0x11fe44ff7 +com.adobe.DisplaySurface.framework (7.1.0 - 7.1.0.100) <A403C515-0060-39CC-B9A6-69128F260ACD> /Applications/Adobe SpeedGrade CC/Adobe SpeedGrade CC.app/Contents/Frameworks/DisplaySurface.framework/Versions/A/DisplaySurface
           0x11fecf000 -        0x11fee0ff7 +com.adobe.TransitionsMetaPlugin.framework (7.1.0 - 7.1.0.100) <EB9E7415-D000-3CFC-B1C9-6D45CCDB4E10> /Applications/Adobe SpeedGrade CC/Adobe SpeedGrade CC.app/Contents/Plug-ins/Common/TransitionsMetaPlugin.prmp/Contents/MacOS/TransitionsMeta Plugin
           0x120800000 -        0x120934fff +com.adobe.RendererGPU.framework (7.1.0 - 7.1.0.100) <CA75D2C4-F2F3-3EDF-BB05-34FA07439CBC> /Applications/Adobe SpeedGrade CC/Adobe SpeedGrade CC.app/Contents/Frameworks/RendererGPU.framework/Versions/A/RendererGPU
           0x120c80000 -        0x120d28ff7 +com.noiseindustries.FxFactory.PremiereProImporter (4.1 - 4.1) <649ED8CC-3487-3DA9-B57D-95A4D67B7F4C> /Library/Application Support/Adobe/*/ImporterFxFactory.bundle/Contents/MacOS/ImporterFxFactory
           0x120dc6000 -        0x120e45ff7 +com.noiseindustries.NIKit (1.3.7 - 1.3.7) <8A32DB59-F13E-3B0A-8484-AD25A0C8F42A> /Library/Frameworks/NIKit.framework/Versions/A/NIKit
           0x122350000 -        0x1223a2fff +com.noiseindustries.Units (1.5.9 - 1.5.9) <00A939CA-FF5F-3802-B510-88B9FBC1E42F> /Library/Graphics/Image Units/Noise Industries Units.plugin/Contents/MacOS/Noise Industries Units
        0x123400000000 -     0x12340047bff7  com.apple.driver.AppleIntelHD4000GraphicsGLDriver (8.26.34 - 8.2.6) <2CE55DC0-8526-319A-A8C2-02076F2A926B> /System/Library/Extensions/AppleIntelHD4000GraphicsGLDriver.bundle/Contents/MacOS/AppleIn telHD4000GraphicsGLDriver
        0x123440000000 -     0x123440882ff7  com.apple.GeForceGLDriver (8.26.21 - 8.2.6) <0E68237A-C5FF-32D6-A178-80E932C34CF3> /System/Library/Extensions/GeForceGLDriver.bundle/Contents/MacOS/GeForceGLDriver
        0x7fff61376000 -     0x7fff613a9817  dyld (239.4) <042C4CED-6FB2-3B1C-948B-CAF2EE3B9F7A> /usr/lib/dyld
        0x7fff8b86b000 -     0x7fff8b86dfff  libCVMSPluginSupport.dylib (9.6.1) <FB37F4C4-1E84-3349-BB03-92CA0A5F6837> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCVMSPluginSupport.dyl ib
        0x7fff8b86e000 -     0x7fff8c3e4ff7  com.apple.AppKit (6.9 - 1265.20) <D2A7AF23-0FEA-3D7D-9CF5-B4E262224577> /System/Library/Frameworks/AppKit.framework/Versions/C/AppKit
        0x7fff8c40c000 -     0x7fff8c423ffa  libAVFAudio.dylib (32.2) <52DA516B-DE79-322C-9E1B-2658019289D7> /System/Library/Frameworks/AVFoundation.framework/Versions/A/Resources/libAVFAudio.dylib
        0x7fff8c424000 -     0x7fff8cb73fff  libclh.dylib (4.0.3 - 4.0.3) <2638412A-FB15-3BA8-9E11-5A1D778AB52E> /System/Library/Extensions/GeForceGLDriver.bundle/Contents/MacOS/libclh.dylib
        0x7fff8cb74000 -     0x7fff8cb78ff7  libGIF.dylib (1043) <AF0FE71A-27AB-31E0-8CEA-BC0BF2091FA8> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libGIF.dylib
        0x7fff8cba6000 -     0x7fff8cbbfff7  com.apple.Kerberos (3.0 - 1) <F108AFEB-198A-3BAF-BCA5-9DFCE55EFF92> /System/Library/Frameworks/Kerberos.framework/Versions/A/Kerberos
        0x7fff8cbc0000 -     0x7fff8cc13fff  com.apple.ScalableUserInterface (1.0 - 1) <CF745298-7373-38D2-B3B1-727D5A569E48> /System/Library/Frameworks/QuartzCore.framework/Versions/A/Frameworks/ScalableUserInterfa ce.framework/Versions/A/ScalableUserInterface
        0x7fff8cc14000 -     0x7fff8cdccffb  libicucore.A.dylib (511.32) <A7CE7DAD-D3AD-36A2-BE4F-25C5F21FADBB> /usr/lib/libicucore.A.dylib
        0x7fff8cdcd000 -     0x7fff8cdf2ff7  com.apple.ChunkingLibrary (2.0 - 155.1) <B845DC7A-D1EA-31E2-967C-D1FE0C628036> /System/Library/PrivateFrameworks/ChunkingLibrary.framework/Versions/A/ChunkingLibrary
        0x7fff8ce0d000 -     0x7fff8ce0dfff  com.apple.Accelerate (1.9 - Accelerate 1.9) <509BB27A-AE62-366D-86D8-0B06D217CF56> /System/Library/Frameworks/Accelerate.framework/Versions/A/Accelerate
        0x7fff8ce0e000 -     0x7fff8ce14ff7  com.apple.XPCService (2.0 - 1) <2CE632D7-FE57-36CF-91D4-C57D0F2E0BFE> /System/Library/P

  • When using a link to an external site

    When using a link to an external site in Muse, how can I have the browser open a new (second) window for that site?

    Hilite your text, click on the blue word 'Hyperlinks" and check the box 'Open the link in a new .......'

  • How to insert namespace prefix when using xmltype

    Hi,
    I have registered the following XML schema into XMLDB.
    <s:schema xmlns:s="http://www.w3.org/2001/XMLSchema" xmlns:xdb="http://xmlns.oracle.com/xdb" xmlns:m="https://suora.tietopalvelut.com/ATJkysely/" targetNamespace="https://suora.tietopalvelut.com/ATJkysely/" elementFormDefault="qualified" xdb:schemaURL="http://www.fennia.fi/Hae121.xsd">
         <s:element name="Hae" type="m:Hae121" xdb:SQLType="Hae121"/>
         <s:complexType name="Hae121" xdb:SQLType="Hae121" xdb:maintainDOM="false">
              <s:sequence>
                   <s:element name="kayttajatunnus" type="m:Kayttajatunnus" minOccurs="0" xdb:SQLName="kayttajatunnus" xdb:SQLType="Kayttajatunnus121" xdb:SQLInline="true"/>
                   <s:element name="palvelutunnus" type="s:string" minOccurs="0" xdb:SQLName="palvelutunnus" xdb:SQLType="VARCHAR2" xdb:SQLInline="true"/>
                   <s:element name="kyselylaji" type="s:string" minOccurs="0" xdb:SQLName="kyselylaji" xdb:SQLType="VARCHAR2" xdb:SQLInline="true"/>
                   <s:element name="rekisteritunnus" type="s:string" minOccurs="0" xdb:SQLName="rekisteritunnus" xdb:SQLType="VARCHAR2" xdb:SQLInline="true"/>
                   <s:element name="laji" type="s:string" minOccurs="0" xdb:SQLName="laji" xdb:SQLType="VARCHAR2" xdb:SQLInline="true"/>
                   <s:element name="ajoneuvoluokka" type="s:string" minOccurs="0" xdb:SQLName="ajoneuvoluokka" xdb:SQLType="VARCHAR2" xdb:SQLInline="true"/>
                   <s:element name="valmistenumero" type="s:string" minOccurs="0" xdb:SQLName="valmistenumero" xdb:SQLType="VARCHAR2" xdb:SQLInline="true"/>
                   <s:element name="jarjestelmatunnus" type="s:string" minOccurs="0" xdb:SQLName="jarjestelmatunnus" xdb:SQLType="VARCHAR2" xdb:SQLInline="true"/>
              </s:sequence>
         </s:complexType>
         <s:complexType name="Kayttajatunnus" xdb:SQLType="Kayttajatunnus121" xdb:maintainDOM="false">
              <s:sequence>
                   <s:element name="username" type="s:string" minOccurs="0" xdb:SQLName="username" xdb:SQLType="VARCHAR2" xdb:SQLInline="true"/>
                   <s:element name="password" type="s:string" minOccurs="0" xdb:SQLName="password" xdb:SQLType="VARCHAR2" xdb:SQLInline="true"/>
                   <s:element name="statcode" type="s:string" minOccurs="0" xdb:SQLName="statcode" xdb:SQLType="VARCHAR2" xdb:SQLInline="true"/>
                   <s:element name="enduserid" type="s:string" minOccurs="0" xdb:SQLName="enduserid" xdb:SQLType="VARCHAR2" xdb:SQLInline="true"/>
                   <s:element name="timestamp" type="s:string" minOccurs="0" xdb:SQLName="timestamp" xdb:SQLType="VARCHAR2" xdb:SQLInline="true"/>
                   <s:element name="checksum" type="s:string" minOccurs="0" xdb:SQLName="checksum" xdb:SQLType="VARCHAR2" xdb:SQLInline="true"/>
                   <s:element name="ticket" type="s:string" minOccurs="0" xdb:SQLName="ticket" xdb:SQLType="VARCHAR2" xdb:SQLInline="true"/>
              </s:sequence>
         </s:complexType>
    </s:schema>
    In PL/SQL I populate the object types, which have been automatically generated.
    Then I create an XMLTYPE object using the following code:
    akeobject "Hae121";
    v_schema VARCHAR2 (1000) := 'http://www.fennia.fi/Hae121.xsd';
    v_schema_element VARCHAR2 (100) := 'Hae';
    --akeobject populated here
    v_xml_out := XMLTYPE (akeobject, v_schema, v_schema_element);
    DBMS_OUTPUT.put_line ('v_xml_out:' || v_xml_out.getstringval ()) shows the following:
    <Hae xmlns="https://suora.tietopalvelut.com/ATJkysely/">
    <kayttajatunnus>
    <username>kayttaja</username>
    <password>salasana</password>
    <statcode>tiltunn</statcode>
    <enduserid>loppukay</enduserid>
    <timestamp>20060822100700</timestamp>
    <checksum>E77B30394D23F83D422A63027F8F63A8</checksum>
    <ticket>nyckkeli</ticket>
    </kayttajatunnus>
    <palvelutunnus>PALVELUTUNNUS</palvelutunnus>
    <kyselylaji>41</kyselylaji>
    <rekisteritunnus>BRF-444</rekisteritunnus>
    <ajoneuvoluokka>1</ajoneuvoluokka>
    <valmistenumero>BBBB</valmistenumero>
    <jarjestelmatunnus>AAAA</jarjestelmatunnus>
    </Hae>
    There are no namespace prefixes.
    When I create a model XML file using XMLSpy, I get the following:
    <?xml version="1.0" encoding="UTF-8"?>
    <!--Sample XML file generated by XMLSpy v2007 rel. 3 sp1 (http://www.altova.com)-->
    <m:Hae xmlns:m="https://suora.tietopalvelut.com/ATJkysely/">
         <m:kayttajatunnus>
              <m:username>String</m:username>
              <m:password>String</m:password>
              <m:statcode>String</m:statcode>
              <m:enduserid>String</m:enduserid>
              <m:timestamp>String</m:timestamp>
              <m:checksum>String</m:checksum>
              <m:ticket>String</m:ticket>
         </m:kayttajatunnus>
         <m:palvelutunnus>String</m:palvelutunnus>
         <m:kyselylaji>String</m:kyselylaji>
         <m:rekisteritunnus>String</m:rekisteritunnus>
         <m:laji>String</m:laji>
         <m:ajoneuvoluokka>String</m:ajoneuvoluokka>
         <m:valmistenumero>String</m:valmistenumero>
         <m:jarjestelmatunnus>String</m:jarjestelmatunnus>
    </m:Hae>
    What am I doing wrong because there are no namespace prefixes when using XMLTYPE in PL/SQL?
    My environment is 10g 10.2.0.2.
    Thanks,
    Veli-Matti

    Hi ,
    >>>i removed namespace from source and target Message Type of message mapping but still getting "ns3" prefix. My requirement is to just have this ns3 removed.
    Which process you've used for removing namespace...java/xslt mapping. In case of java mapping plese remove ns3 while creating the target element. Please go through the below blog it may help you.
    Quick Tips: Dealing with Namespaces in XI/PI
    Regards,
    Priyanka

  • CS 4 Dynamic Link to Encore doesn't work most of the time.  Encore stops operating after opening and periodically Premier Pro stops working.  I'm told that there has been a problem with CS4 when using Dynamic Link to go to Encore and build CD's.  Is there

    CS 4 Dynamic Link to Encore doesn't work most of the time.  Encore stops operating after opening and periodically Premier Pro stops working.  I'm told that there has been a problem with CS4 when using Dynamic Link to go to Encore and build CD's.  Is there a way around this?  Is there a patch to correct it?

    To build CD's???
    What problem does Encore have with DL?
    If DL is not working properly for you the way around this is to export from Premiere to either mpeg2-dvd for DVD or BluRay H.264 for BD-disks and import the files in Encore.

  • ORA-28267: Invalid NameSpace Value after upgrade to 11.1.1.5

    Hi Guys,
    So after we upgraded to 11.1.1.5 to fix an issue which effected 6 out of our 350 source tables in interfaces, we've hit a problem now which is effecting all 350 interfaces.
    We are using a dblink from our 11.2.0.2 DWH to a 10.2.0.2 source database. When ODI goes to load the target table (reading from a C$_ collection view with the db link in it) Im hitting ORA-28267: Invalid NameSpace.
    A little digging suggests it might be down to the jdbc driver.
    In my 11.1.1.3 install I see this :
    /oracledi/agent/drivers/ojdbc6.jar
    in my 11.1.1.5 install I see this :
    oracledi/agent/drivers/ojdbc6dms.jar
    I've tried the obvious of renaming the ojdbc6dms.jar to a backup and copying in the 11.1.1.3 driver ojdbc6.jar in in its place but I see no change (restarted agent)
    Can anyone suggest anything ? Do I need to start messing with classpaths in odiparams.sh ?
    I have logged an SR already, waiting to jump through the usual hoops before I start getting suggestions.
    Thanks in advance,
    Alastair

    OK I swapped out 4 occurances of the driver :
    11gODI/modules/oracle.jdbc_11.1.1/ojdbc6dms.jar
    11gODI/odi_misc/ojdbc6dms.jar
    11gODI/oracledi/agent/drivers/ojdbc6dms.jar
    11gODI/oracledi/client/jdev/extensions/oracle.odi.navigator/lib/ojdbc6dms.jar
    with the ojdbc6.jar from the 11.1.1.3 install ( I got mine here : /oracledi/agent/drivers/ojdbc6.jar )
    And it seems to be working fine now.

  • Invalide identifier error, when use subselect

    Hi all,
    I got "ORA-0094: sp.spriden_pidm invalid identifier "error when runing the following query.
    select (select t.name from
    (select rownum row_number, s.spriden_last_name name
    from spriden s
    where s.spriden_pidm = sp.spriden_pidm) t
    where t.row_number = 1) last_name
    from spriden sp
    where sp.spriden_pidm = 70105;
    Any one has an idea why this is happening?
    Thanks

    Unless I am missing something here, this looks like a straight pivot query to me.
    SQL> with my_test AS (SELECT 1 id, 'June' contact_name FROM dual UNION ALL
      2                   SELECT 1, 'Email' FROM dual UNION ALL
      3                   SELECT 1, 'Mark' FROM dual UNION ALL
      4                   SELECT 2, 'Tom' FROM dual),
      5       my_test_2 AS (SELECT 1 id, trunc(sysdate) act_date FROM dual UNION ALL
      6                     SELECT 1, trunc(sysdate-1) FROM dual UNION ALL
      7                     SELECT 2, trunc(sysdate-1) FROM dual)
      8  SELECT id, act_date,
      9         MAX(DECODE(rn, 1, contact_name)) nc1,
    10         MAX(DECODE(rn, 2, contact_name)) nc2,
    11         MAX(DECODE(rn, 3, contact_name)) nc3
    12  FROM (SELECT m.id, contact_name, act_date,
    13               ROW_NUMBER() OVER (PARTITION BY m.id
    14                                  ORDER BY contact_name) rn
    15        FROM my_test m, my_test_2 m2
    16        WHERE m.id = m2.id and
    17              m2.act_date = trunc(sysdate-1))
    18  GROUP BY id, act_date;
            ID ACT_DATE    NC1   NC2   NC3
             1 11-Sep-2008 Email June  Mark
             2 11-Sep-2008 TomAssuming that you have a known maximum number of possible values in my_test for a given id this should work. You may need to use something other than the contact_name in the order by in the row_number function if you require the values in specific columns, but given your sample data, I have no idea what that might be.
    John

  • TNS-12666 error occures when using database link

    When I am trying to use database link
    defined in my database the following error occures:
    TNS-12666 Dedicated server: outbound transport protocol different from inbound.
    In documentation is stated to resolve such an error to
    specify the same protocol in the SQL*Net connect string or alias for the outbound connection as that used for the inbound connection.
    I have in tnsnames.ora defined network service name
    by which I can connect to such a database by SQL*Plus
    without any problems, why can I not do such a thing
    via database link?
    Thanks a lot for advise, ...

    Could you change the following entry in your 'sqlnet.ora' file and try?
    SQLNET.AUTHENTICATION_SERVICES = (NONE)

  • Broken Pipe Error when using database link

    We are using WebLogic 6.1 sp2 / oracle database 8.1.6. / thin drivers.
    The connection works fine, unit I try to access a view that has a union and db links
    in it.
    We have used one or the other (view or a dblink) and it works, but when used together,
    we get broken pipe error.
    I haven't proven that this is the cause, I will try to setup a test, but I was wondering
    if this is a known issue or what ??
    thanks
    Rich

    You need to create the catalog views that support distributed SQL in your remote database (the database you connect to via db_link).
    To create these views, connect "/ as sysdba" and run:
    $ORACLE_HOME/rdbms/admin/catproc.sql
    which will in turn call several other scripts including: $ORACLE_HOME/rdbms/admin/catrpc.sql (which creates your missing view)
    It is best to run the whole catproc.sql script (and not just the catrpc script).
    You can run and rerun catproc.sql several times quite safely.
    Cheers

  • How to keep files from disappearing when using Dynamic link to AE from PremProCS4?

    I am at my wits end here and hope someone can offer a solution.  I use Dynamic Link in PremProCS4 to link a clip in my timeline to AfterEffects.  I follow the instructions in my book and everytime I close my files and reopen..I loose the clip along with the effects...I get the place card instead.  Here are the steps I do as per the Adobe Classroom in a Book Explains:
    I double click on my .MTS file in the Project Board so it comes up on my Source Screen.
    I take select the part of the clip I wish to use in my timeline and drag it to the appropriate spot on a video layer.
    I then right click the "clip" and select "Replace With After Effects Comp"
    I then name the new file.  name or whatever.aep
    It opens in AE
    I then apply two simple effects... keying and a cartooning effect I use from NewBlue Cartooner.
    As instructed I then go directly back to PremPro and do a "render" by pressing the Enter Key.  This does not work since I only get a yellow bar above the clip instead of a red on???
    So then I save the PremPro project and close it then go to the AE project, save and close it.
    When I reopen PremPro the file has a place card in it and in AE it says I am missing a file.
    I have tried many different ways to do this process including re-importing the .MTS file.
    I can close PremPro and reopen it and all is the same as long as I don't close the AfterEffects project.  Once AE is closed it looses the file.  On a note here I keep all my computer source files in the same place and it never changes plus they are in my PPro Project as well.  I never change the names so this isn't this reason.
    Is there a tried and true method to select a piece of clip in the video layer in Prem Pro and add effects from AE and not have it misplace the files?
    Thanks  Kate

    Hi Mylenium, and thank you for taking the time to respond.
    Your idea of renaming comps got me to thinking..hmm.
    So I went back with a fresh mind this morning and tried something else..and it worked...so far anyway.
    So far I figured it out... 
    Since the normal process to do this doesn't work for me ..and apparently many others..here is the solution for those of you having similar issues.
    In PremPro select the desired clip you wish to place effects on
    Rename it and save
    R click and "Replace with AE composition"
    Name new file
    You will see three files pop up in AE in the project panel.
    The original source clip .. in my case.. shows an icon that lets me know it isn't the true file.
    Highlight this file with a click and then go Ctrl H (for PCs)
    The group of computer source clips you use for your project will come up.. double click on the original clip you had imported into your PPro project.
    The source file icon in AE will change to an icon that denotes the true file...save
    Go to your still open Ppro project and make sure it carried the effects over..save.
    Now you can save and close the AE project.
    So for this works for me today and I hope this helps anyone else dealing with a similar issue.
    Thanks.

  • How to keep files from disappearing when using Dynamic link to AE in PremProCS4?

    I am at my wits end here and hope someone can offer a solution.  I use Dynamic Link in PremProCS4 to link a clip in my timeline to AfterEffects.  I follow the instructions in my book and everytime I close my files and reopen..I loose the clip along with the effects...I get the place card instead.  Here are the steps I do as per the Adobe Classroom in a Book Explains:
    I double click on my .MTS file in the Project Board so it comes up on my Source Screen.
    I take select the part of the clip I wish to use in my timeline and drag it to the appropriate spot on a video layer.
    I then right click the "clip" and select "Replace With After Effects Comp"
    I then name the new file.  name or whatever.aep
    It opens in AE
    I then apply two simple effects... keying and a cartooning effect I use from NewBlue Cartooner.
    As instructed I then go directly back to PremPro and do a "render" by pressing the Enter Key.  This does not work since I only get a yellow bar above the clip instead of a red on???
    So then I save the PremPro project and close it then go to the AE project, save and close it.
    When I reopen PremPro the file has a place card in it and in AE it says I am missing a file.
    I have tried many different ways to do this process including re-importing the .MTS file.
    I can close PremPro and reopen it and all is the same as long as I don't close the AfterEffects project.  Once AE is closed it looses the file.  On a note here I keep all my computer source files in the same place and it never changes plus they are in my PPro Project as well.  I never change the names so this isn't this reason.
    Is there a tried and true method to select a piece of clip in the video layer in Prem Pro and add effects from AE and not have it misplace the files?
    Thanks  Kate

    Hi Curt, and thank you for taking the time to respond.
    Its odd how I've been trying to figure this one out for a long time and I tried your suggestion but it didn't make any difference..darn.
    In the AE forum they say this is quite common and no one really knows why...double darn.
    So I went back with a fresh mind this morning and tried something else..and it worked...so far anyway.
    So far I figured it out... I guess I just needed to ask the question and write it all out to help get my brain working in the right direction: 
    Since the normal process to do this doesn't work for me ..and apparently many others..here is the solution for those of you having similar issues.
    In PremPro select the desired clip you wish to place effects on
    Rename it and save
    R click and "Replace with AE composition"
    Name new file
    You will see three files pop up in AE in the project panel.
    The original source clip .. in my case.. shows an icon that lets me know it isn't the true file.
    Highlight this file with a click and then go Ctrl H (for PCs)
    The group of computer source clips you use for your project will come up.. double click on the original clip you had imported into your PPro project.
    The source file icon in AE will change to an icon that denotes the true file...save
    Go to your still open Ppro project and make sure it carried the effects over..save.
    Now you can save and close the AE project.
    So for this works for me today and I hope this helps anyone else dealing with a similar issue.
    Thanks.

  • Firefox freezes when using "Save link as" or doing anything that needs to browse local file directory?

    System: Windows XP, Firefox 17.0.1.
    Firefox freezes when doing anything that needs to browse local directory such as saving file, uploading, etc....For example, can't save any image using "save link as". When attaching a file in email, whenever the browsing to other location on the hard drive will freeze firfox, which turns to "not responding"....

    We're sorry to hear that your Firefox seems to be crashing. Please perform the following steps to give us a crash report ID that helps us find out more about the cause of the crash.
    #Enter about:crashes in the Firefox location bar (that's where you enter your website names) and press Enter. You should now see a list of submitted crash reports.
    #Copy the most recent 5 report IDs that you see in the crash report window and paste them into your forum response.
    Thanks in advance for your help!
    More information and further troubleshooting steps can be found in the [[Firefox crashes]] article.

  • Receiving ORA-01465: invalid hex number when using HEXTORAW

    I'm trying to use hextoraw to convert a value in a CSV file read from an external table. Works on some systems and not on others. Is there a way that I can avoid this or program around this? Any ideas what the problem is? It fails with an “invalid hex value” .
    This is for Oracle 10.2.0.4 Here is the code and the external table that I’m using.
    select HEXTORAW(REPLACE(EnkryptedPassword,'0x')) FROM CUSTOMER1; <--- Failes or ORA-01465 (CSV file data below)
    CREATE TABLE CUSTOMER1
    UserID VARCHAR2(100 CHAR),
    FirstName VARCHAR2(50 CHAR),
    LastName VARCHAR2(50 CHAR),
    Locked VARCHAR2(50 CHAR),
    CustomerID VARCHAR2(100 CHAR),
    Pwd VARCHAR2(100 CHAR),
    EnkryptedPassword VARCHAR2(100 CHAR)
    ORGANIZATION external
    TYPE ORACLE_LOADER
    DEFAULT DIRECTORY ARCHIVE
    ACCESS PARAMETERS
    RECORDS DELIMITED BY NEWLINE
    FIELDS TERMINATED BY ","
    MISSING FIELD VALUES ARE NULL
    LOCATION ('PWDCONVERSION2')
    REJECT LIMIT 1
    COMMIT
    Inside the PWDCONVERSION2 file:
    [email protected],JOHN,SMITH,1,C_2M8C2F_CM_NC,C_2M8C2F_CM_NC,0x7C4141938A1F69944BFCA0BED5BB3FEA3CA92A7

    Thank-you for the response. I believe I may have found the problem (probably).
    On some systems the ACCESS PARAMETER for the external table "RECODRDS DELIMITED BY NEWLINE" will not work if there is some other character other than "\n". In windows it works fine. On some other systems it works finds as well. On Linux Distro I tend to run into problems. I tried this out for more than one line in the CSV. Then scaled back to just one line. It accepted one line but not more than one line. So I trying
    RECORDS DELIMITED BY NEWLINE CHARACTERSET WE8MSWIN1252
    Any ideas what would help recognize all types of newline characters?

  • How to populate column titles for y values when using Write to Measurement File Express VI with a tab delimited text-based .lvm file?

    The .lvm file generated by the Write to Measurement File Express VI includes column heading titles for the y values, but they are a default value of "untitled".  See attached example of a sample file when opened in Excel, the values in question are highlighted.  Is there a way to specify the column titles when the file is written?
    This is a similar question to this posting, which received a work around response to use the Write to Spreadsheet File.vi, rather than a solution when using this VI.
    Message Edited by Hightop Raven on 05-02-2007 03:37 PM
    Attachments:
    column_titles.gif ‏13 KB

    Sorry for the late reply.  I was out of the office Friday.
    You can do it, but the code can get rather ugly.  Under the hood, the dynamic data type (the dark blue wire) is an array of waveforms.  In your case, the scalar values you convert to a dynamic data type are being converted to an array of waveforms, each waveform having one element.  You have two options.
    Explicitly convert your scalars to one-element waveforms (t0=0, dt=1) and add the title before conversion to a dynamic data type.
    Convert your dynamic data type to an array of waveforms and loop through them to add the column labels.  The conversion blocks are in the Signal Manipulation Express palette.
    I would recommend 2, since it is the easiest to add.  It is also the easiest to run only on the first iteration.  Just put a case selector around the loop, wire the selection to the While loop iterator, and set the case containing the label code to 0.  The default case simply passes through the dynamic data.
    My apologies for not including a screen shot.  I am in the process of upgrading my machine and can't run LabVIEW.  If you need one, let me know and I can post one tomorrow.
    This account is no longer active. Contact ShadesOfGray for current posts and information.

Maybe you are looking for

  • Is There A Way To Create A Simple File/Folder Tree...

    Hi, Please forgive me if this has already been covered but I have searched and found no answer... I am trying to create a web page to run on my local network, through iweb and apache, and have got everything I need working except this. I aim to be ab

  • Mail Adapter Scenario  ----- Need help

    Hi All Again with same mail adapter scenarios . I am trying to send my e-mail on Microsoft Exchange server to a FTP server . So flow is like Mail system->XI-> File system. While configuring sender mail adapter , i gave the following URL  imap://S4DE8

  • Cannot edit mp3 information after updating to iOS5

    I updated my iPod touch 4 to iOS5 2 days ago, and then I found that it messed up part of the mp3 information I set up in my itunes libarary. (Like losing my covers and albums missing from the artist column...etc) Not a major mess-up so I thought I'd

  • Need to reset every time I turn iPod on

    For the past day every time my standard 20GB click-wheel iPod has turned off, both from me manually doing it and inactivity, I need to reset it to get it to come back to life (that is, hold the menu and select buttons). It's almost as if it is freezi

  • Question about sleep resume issue

    Hi friends! I have the following question: When I resume my T430 Thinkpad from sleep and is not plugged in instead of bringing back the screen of my last session the computer starts booting. This cause lots of problems especially if I have any unsave