Recording while using MainStage

Hi,
I'm using MainStage 2, together with a MIDI keyboard and a multi-track Zoom R16 recorder connected as USB audio interface to my laptop, to perform live with my band.  We would like to record some basic demo recordings, using some microphones plugged into my zoom recorder.
I have tried recording with Logic simultaneously, but then some of the MIDI mappings in MainStage stop working as soon as I hit the record button.
Can someone please explain how I can record input sources with Logic without affecting the key mappings of MainStage or does someone have a different solution?
Thanks in advance!

I think this can be achieved using the virtual sound card 'Soundflower' (google to find)
have tried it and got some initial results
I wish there were a simpler way - so if anyone has one...
I find it difficult to believe that there is not a simple way to use a mainstage setup, decide you like it and then be able to use it in Logic....... surely this level of integreation exists????
thanks

Similar Messages

  • How to handle the bad record while using bulk collect with limit.

    Hi
    How to handle the Bad record as part of the insertion/updation to avoid the transaction.
    Example:
    I am inserting into table with LIMIT of 1000 records and i've got error at 588th record.
    i want to commit the transaction with 588 inserted record in table and log the error into
    error logging table then i've to continue with transaction with 560th record.
    Can anyone suggest me in this case.
    Regards,
    yuva

    >
    How to handle the Bad record as part of the insertion/updation to avoid the transaction.
    >
    Use the SAVE EXCEPTIONS clause of the FORALL if you are doing bulk inserts.
    See SAVE EXCEPTIONS in the PL/SQL Language doc
    http://docs.oracle.com/cd/B28359_01/appdev.111/b28370/tuning.htm
    And then see Example 12-9 Bulk Operation that continues despite exceptions
    >
    Example 12-9 Bulk Operation that Continues Despite Exceptions
    -- Temporary table for this example:
    CREATE TABLE emp_temp AS SELECT * FROM employees;
    DECLARE
    TYPE empid_tab IS TABLE OF employees.employee_id%TYPE;
    emp_sr empid_tab;
    -- Exception handler for ORA-24381:
    errors NUMBER;
    dml_errors EXCEPTION;
    PRAGMA EXCEPTION_INIT(dml_errors, -24381);
    BEGIN
    SELECT employee_id
    BULK COLLECT INTO emp_sr FROM emp_temp
    WHERE hire_date < '30-DEC-94';
    -- Add '_SR' to job_id of most senior employees:
    FORALL i IN emp_sr.FIRST..emp_sr.LAST SAVE EXCEPTIONS
    UPDATE emp_temp SET job_id = job_id || '_SR'
    WHERE emp_sr(i) = emp_temp.employee_id;
    -- If errors occurred during FORALL SAVE EXCEPTIONS,
    -- a single exception is raised when the statement completes.
    EXCEPTION
    -- Figure out what failed and why
    WHEN dml_errors THEN
    errors := SQL%BULK_EXCEPTIONS.COUNT;
    DBMS_OUTPUT.PUT_LINE
    ('Number of statements that failed: ' || errors);
    FOR i IN 1..errors LOOP
    DBMS_OUTPUT.PUT_LINE('Error #' || i || ' occurred during '||
    'iteration #' || SQL%BULK_EXCEPTIONS(i).ERROR_INDEX);
    DBMS_OUTPUT.PUT_LINE('Error message is ' ||
    SQLERRM(-SQL%BULK_EXCEPTIONS(i).ERROR_CODE));
    END LOOP;
    END;
    DROP TABLE emp_temp;

  • Anyone using Kontakt 4 plugin with Mainstage 2? I get frequent crashes from Mainstage while using Kontakt4

    I got a crash while using Maintage and Kontakt...
    Here is the dump....
    Process:         MainStage [1076]
    Path:            /Applications/MainStage.app/Contents/MacOS/MainStage
    Identifier:      com.apple.mainstage
    Version:         2.1.3 (416.81)
    Build Info:      MainStage-4168100~1
    Code Type:       X86 (Native)
    Parent Process:  launchd [96]
    PlugIn Path:       /Library/Audio/Plug-Ins/Components/Kontakt 4.component/Contents/MacOS/Kontakt 4
    PlugIn Identifier: Kontakt 4.MusicDevice.component
    PlugIn Version:    4.2.3.4914 (4.2.3, Copyright © 2010 Native Instruments)
    Date/Time:       2011-08-08 11:49:15.574 -0500
    OS Version:      Mac OS X 10.6.8 (10K549)
    Report Version:  6
    Interval Since Last Report:          148493 sec
    Crashes Since Last Report:           2
    Per-App Interval Since Last Report:  49271 sec
    Per-App Crashes Since Last Report:   2
    Anonymous UUID:                      E9C0F0DF-385F-4A2E-9DA8-FD6433512BFE
    Exception Type:  EXC_BAD_ACCESS (SIGSEGV)
    Exception Codes: KERN_INVALID_ADDRESS at 0x00000000fffffffe
    Crashed Thread:  0  Dispatch queue: com.apple.main-thread
    Thread 0 Crashed:  Dispatch queue: com.apple.main-thread
    0   libSystem.B.dylib                       0xffff08d4 __memcpy + 308
    1   ...akt 4.MusicDevice.component          0x642cd80e NI::GP::MemoryStorage::write(void const*, unsigned long) + 62
    2   ...akt 4.MusicDevice.component          0x6404adba BInstrument::getChunk(NI::GP::MemoryStream&, bool) const + 202
    3   ...akt 4.MusicDevice.component          0x6440d3b2 NI::AB::InterfaceAU::SaveState(void const**) + 162
    4   ...akt 4.MusicDevice.component          0x642c06e6 AUBase::DispatchGetProperty(unsigned long, unsigned long, unsigned long, void*) + 514
    5   ...akt 4.MusicDevice.component          0x642c8051 AUBase::ComponentEntryDispatch(ComponentParameters*, AUBase*) + 573
    6   ...akt 4.MusicDevice.component          0x640489a2 NIAudioUnitSynthEntry + 50
    7   ...ple.CoreServices.CarbonCore          0x967ad51f CallComponentDispatch + 29
    8   ...apple.audio.units.AudioUnit          0x908e1341 AudioUnitGetProperty + 67
    9   com.apple.music.apps.LogicPro           0x0157d2b8 CHermode::InitBeforePlay() + 631688
    10  com.apple.music.apps.LogicPro           0x0131a74a CSetVSong::CSetVSong(LGDOCUMENT*) + 918826
    11  com.apple.music.apps.LogicPro           0x0131af04 CSetVSong::CSetVSong(LGDOCUMENT*) + 920804
    12  com.apple.music.apps.LogicPro           0x01246c51 CSetVSong::CSetVSong(LGDOCUMENT*) + 51761
    13  com.apple.mainstage                     0x00010861 0x1000 + 63585
    14  com.apple.mainstage                     0x0006b283 0x1000 + 434819
    15  com.apple.mainstage                     0x001d6773 0x1000 + 1922931
    16  com.apple.mainstage                     0x001d9c39 0x1000 + 1936441
    17  com.apple.mainstage                     0x001d6a76 0x1000 + 1923702
    18  com.apple.mainstage                     0x001d9830 0x1000 + 1935408
    19  com.apple.mainstage                     0x000dd137 0x1000 + 901431
    20  com.apple.mainstage                     0x000dc457 0x1000 + 898135
    21  com.apple.Foundation                    0x95471409 __NSFireDelayedPerform + 537
    22  com.apple.CoreFoundation                0x9a071a6b __CFRunLoopRun + 8059
    23  com.apple.CoreFoundation                0x9a06f3f4 CFRunLoopRunSpecific + 452
    24  com.apple.CoreFoundation                0x9a06f221 CFRunLoopRunInMode + 97
    25  com.apple.HIToolbox                     0x983f0e04 RunCurrentEventLoopInMode + 392
    26  com.apple.HIToolbox                     0x983f0bb9 ReceiveNextEventCommon + 354
    27  com.apple.HIToolbox                     0x983f0a3e BlockUntilNextEventMatchingListInMode + 81
    28  com.apple.AppKit                        0x992aa595 _DPSNextEvent + 847
    29  com.apple.AppKit                        0x992a9dd6 -[NSApplication nextEventMatchingMask:untilDate:inMode:dequeue:] + 156
    30  com.apple.AppKit                        0x9926c1f3 -[NSApplication run] + 821
    31  com.apple.prokit                        0x0246d3f6 NSProApplicationMain + 326
    32  com.apple.mainstage                     0x00013c2a 0x1000 + 76842
    33  com.apple.mainstage                     0x00005119 0x1000 + 16665
    Thread 1:  Dispatch queue: com.apple.libdispatch-manager
    0   libSystem.B.dylib                       0x965c3382 kevent + 10
    1   libSystem.B.dylib                       0x965c3a9c _dispatch_mgr_invoke + 215
    2   libSystem.B.dylib                       0x965c2f59 _dispatch_queue_invoke + 163
    3   libSystem.B.dylib                       0x965c2cfe _dispatch_worker_thread2 + 240
    4   libSystem.B.dylib                       0x965c2781 _pthread_wqthread + 390
    5   libSystem.B.dylib                       0x965c25c6 start_wqthread + 30
    Thread 2:
    0   libSystem.B.dylib                       0x965caaa2 __semwait_signal + 10
    1   libSystem.B.dylib                       0x965ca75e _pthread_cond_wait + 1191
    2   libSystem.B.dylib                       0x965cc3f8 pthread_cond_wait$UNIX2003 + 73
    3   com.apple.music.apps.MAFiles            0x028244c8 ResolveFile + 54808
    4   com.apple.music.apps.MAFiles            0x02824591 ResolveFile + 55009
    5   libSystem.B.dylib                       0x965ca259 _pthread_start + 345
    6   libSystem.B.dylib                       0x965ca0de thread_start + 34
    Thread 3:
    0   libSystem.B.dylib                       0x965caaa2 __semwait_signal + 10
    1   libSystem.B.dylib                       0x965ca75e _pthread_cond_wait + 1191
    2   libSystem.B.dylib                       0x965cc3f8 pthread_cond_wait$UNIX2003 + 73
    3   com.apple.music.apps.MAFiles            0x028244c8 ResolveFile + 54808
    4   com.apple.music.apps.MAFiles            0x02824591 ResolveFile + 55009
    5   libSystem.B.dylib                       0x965ca259 _pthread_start + 345
    6   libSystem.B.dylib                       0x965ca0de thread_start + 34
    Thread 4:
    0   libSystem.B.dylib                       0x965caaa2 __semwait_signal + 10
    1   libSystem.B.dylib                       0x965ca75e _pthread_cond_wait + 1191
    2   libSystem.B.dylib                       0x965cc3f8 pthread_cond_wait$UNIX2003 + 73
    3   ...le.music.apps.MAAudioEngine          0x028ffca9 MDFileIOThread_IsBusy + 3593
    4   libSystem.B.dylib                       0x965ca259 _pthread_start + 345
    5   libSystem.B.dylib                       0x965ca0de thread_start + 34
    Thread 5:
    0   libSystem.B.dylib                       0x9659cb5a semaphore_timedwait_signal_trap + 10
    1   libSystem.B.dylib                       0x965ca6e1 _pthread_cond_wait + 1066
    2   libSystem.B.dylib                       0x965f95a8 pthread_cond_timedwait_relative_np + 47
    3   ...ple.CoreServices.CarbonCore          0x9678cb90 TSWaitOnConditionTimedRelative + 242
    4   ...ple.CoreServices.CarbonCore          0x9678c8ce TSWaitOnSemaphoreCommon + 511
    5   ...ple.CoreServices.CarbonCore          0x967b0b8b TimerThread + 97
    6   libSystem.B.dylib                       0x965ca259 _pthread_start + 345
    7   libSystem.B.dylib                       0x965ca0de thread_start + 34
    Thread 6:
    0   libSystem.B.dylib                       0x9659cafa mach_msg_trap + 10
    1   libSystem.B.dylib                       0x9659d267 mach_msg + 68
    2   com.apple.audio.midi.CoreMIDI           0x023e80c1 XServerMachPort::ReceiveMessage(int&, void*, int&) + 155
    3   com.apple.audio.midi.CoreMIDI           0x0240697a MIDIProcess::RunMIDIInThread() + 150
    4   com.apple.audio.midi.CoreMIDI           0x023e92d9 XThread::RunHelper(void*) + 17
    5   com.apple.audio.midi.CoreMIDI           0x023e8ca6 CAPThread::Entry(CAPThread*) + 96
    6   libSystem.B.dylib                       0x965ca259 _pthread_start + 345
    7   libSystem.B.dylib                       0x965ca0de thread_start + 34
    Thread 7:
    0   libSystem.B.dylib                       0x965caaa2 __semwait_signal + 10
    1   libSystem.B.dylib                       0x965ca75e _pthread_cond_wait + 1191
    2   libSystem.B.dylib                       0x9661c0cb pthread_cond_wait$NOCANCEL$UNIX2003 + 73
    3   libSystem.B.dylib                       0x965fe616 pthread_rwlock_wrlock$UNIX2003 + 289
    4   com.apple.mainstage                     0x0022c9c3 0x1000 + 2275779
    5   com.apple.mainstage                     0x00273f51 0x1000 + 2568017
    6   com.apple.mainstage                     0x0027db61 0x1000 + 2607969
    7   com.apple.mainstage                     0x0022c289 0x1000 + 2273929
    8   libSystem.B.dylib                       0x965ca259 _pthread_start + 345
    9   libSystem.B.dylib                       0x965ca0de thread_start + 34
    Thread 8:
    0   libSystem.B.dylib                       0x9659cb36 semaphore_wait_trap + 10
    1   com.apple.mainstage                     0x002270e1 0x1000 + 2253025
    2   com.apple.Foundation                    0x9545b564 -[NSThread main] + 45
    3   com.apple.Foundation                    0x9545b514 __NSThread__main__ + 1499
    4   libSystem.B.dylib                       0x965ca259 _pthread_start + 345
    5   libSystem.B.dylib                       0x965ca0de thread_start + 34
    Thread 9:
    0   libSystem.B.dylib                       0x9659cafa mach_msg_trap + 10
    1   libSystem.B.dylib                       0x9659d267 mach_msg + 68
    2   com.apple.CoreFoundation                0x9a07030f __CFRunLoopRun + 2079
    3   com.apple.CoreFoundation                0x9a06f3f4 CFRunLoopRunSpecific + 452
    4   com.apple.CoreFoundation                0x9a06f221 CFRunLoopRunInMode + 97
    5   com.apple.Foundation                    0x95495227 -[NSRunLoop(NSRunLoop) runMode:beforeDate:] + 279
    6   com.apple.Foundation                    0x95495104 -[NSRunLoop(NSRunLoop) run] + 76
    7   com.apple.mainstage                     0x0004b37e 0x1000 + 303998
    8   com.apple.Foundation                    0x9545b564 -[NSThread main] + 45
    9   com.apple.Foundation                    0x9545b514 __NSThread__main__ + 1499
    10  libSystem.B.dylib                       0x965ca259 _pthread_start + 345
    11  libSystem.B.dylib                       0x965ca0de thread_start + 34
    Thread 10:
    0   libSystem.B.dylib                       0x9659cb36 semaphore_wait_trap + 10
    1   com.apple.mainstage                     0x00097bfb 0x1000 + 617467
    2   com.apple.mainstage                     0x0004b44c 0x1000 + 304204
    3   com.apple.Foundation                    0x9545b564 -[NSThread main] + 45
    4   com.apple.Foundation                    0x9545b514 __NSThread__main__ + 1499
    5   libSystem.B.dylib                       0x965ca259 _pthread_start + 345
    6   libSystem.B.dylib                       0x965ca0de thread_start + 34
    Thread 11:
    0   libSystem.B.dylib                       0x9659cb5a semaphore_timedwait_signal_trap + 10
    1   libSystem.B.dylib                       0x965ca6e1 _pthread_cond_wait + 1066
    2   libSystem.B.dylib                       0x965f95a8 pthread_cond_timedwait_relative_np + 47
    3   com.apple.audio.CoreAudio               0x929c83ab CAGuard::WaitFor(unsigned long long) + 219
    4   com.apple.audio.CoreAudio               0x929cb3dd CAGuard::WaitUntil(unsigned long long) + 289
    5   com.apple.audio.CoreAudio               0x929c8cda HP_IOThread::WorkLoop() + 1892
    6   com.apple.audio.CoreAudio               0x929c8571 HP_IOThread::ThreadEntry(HP_IOThread*) + 17
    7   com.apple.audio.CoreAudio               0x929c8488 CAPThread::Entry(CAPThread*) + 140
    8   libSystem.B.dylib                       0x965ca259 _pthread_start + 345
    9   libSystem.B.dylib                       0x965ca0de thread_start + 34
    Thread 12:
    0   libSystem.B.dylib                       0x9659cb5a semaphore_timedwait_signal_trap + 10
    1   libSystem.B.dylib                       0x965ca6e1 _pthread_cond_wait + 1066
    2   libSystem.B.dylib                       0x965f95a8 pthread_cond_timedwait_relative_np + 47
    3   com.apple.audio.CoreAudio               0x929c83ab CAGuard::WaitFor(unsigned long long) + 219
    4   com.apple.audio.CoreAudio               0x929cb3dd CAGuard::WaitUntil(unsigned long long) + 289
    5   com.apple.audio.CoreAudio               0x929c8cda HP_IOThread::WorkLoop() + 1892
    6   com.apple.audio.CoreAudio               0x929c8571 HP_IOThread::ThreadEntry(HP_IOThread*) + 17
    7   com.apple.audio.CoreAudio               0x929c8488 CAPThread::Entry(CAPThread*) + 140
    8   libSystem.B.dylib                       0x965ca259 _pthread_start + 345
    9   libSystem.B.dylib                       0x965ca0de thread_start + 34
    Thread 13:
    0   libSystem.B.dylib                       0x965caaa2 __semwait_signal + 10
    1   libSystem.B.dylib                       0x965ca75e _pthread_cond_wait + 1191
    2   libSystem.B.dylib                       0x965cc3f8 pthread_cond_wait$UNIX2003 + 73
    3   ...le.music.apps.MAAudioEngine          0x028e2fac MD::CallProcessThread1(void*) + 108
    4   libSystem.B.dylib                       0x965ca259 _pthread_start + 345
    5   libSystem.B.dylib                       0x965ca0de thread_start + 34
    Thread 14:
    0   libSystem.B.dylib                       0x965caaa2 __semwait_signal + 10
    1   libSystem.B.dylib                       0x965ca75e _pthread_cond_wait + 1191
    2   libSystem.B.dylib                       0x965cc3f8 pthread_cond_wait$UNIX2003 + 73
    3   ...le.music.apps.MAAudioEngine          0x028e0bdc MD::CallProcessThread15(void*) + 124
    4   libSystem.B.dylib                       0x965ca259 _pthread_start + 345
    5   libSystem.B.dylib                       0x965ca0de thread_start + 34
    Thread 15:
    0   libSystem.B.dylib                       0x9659cb36 semaphore_wait_trap + 10
    1   Kontakt 4.Synth.vst                     0x5020d497 SerialJobBGThread::run() + 119
    2   Kontakt 4.Synth.vst                     0x4f875318 NI::GP::Thread::execute(void*) + 72
    3   libSystem.B.dylib                       0x965ca259 _pthread_start + 345
    4   libSystem.B.dylib                       0x965ca0de thread_start + 34
    Thread 16:
    0   libSystem.B.dylib                       0x9659cb36 semaphore_wait_trap + 10
    1   Kontakt 4.Synth.vst                     0x4fe6bcbb BEngine::AuxProcessThreadProc(int) + 75
    2   Kontakt 4.Synth.vst                     0x4fdb3422 BEngine::AuxProcessThread::run() + 34
    3   Kontakt 4.Synth.vst                     0x4f875318 NI::GP::Thread::execute(void*) + 72
    4   libSystem.B.dylib                       0x965ca259 _pthread_start + 345
    5   libSystem.B.dylib                       0x965ca0de thread_start + 34
    Thread 17:
    0   libSystem.B.dylib                       0x9659cb36 semaphore_wait_trap + 10
    1   Kontakt 4.Synth.vst                     0x4fe6bcbb BEngine::AuxProcessThreadProc(int) + 75
    2   Kontakt 4.Synth.vst                     0x4fdb3422 BEngine::AuxProcessThread::run() + 34
    3   Kontakt 4.Synth.vst                     0x4f875318 NI::GP::Thread::execute(void*) + 72
    4   libSystem.B.dylib                       0x965ca259 _pthread_start + 345
    5   libSystem.B.dylib                       0x965ca0de thread_start + 34
    Thread 18:
    0   libSystem.B.dylib                       0x9659cb36 semaphore_wait_trap + 10
    1   Kontakt 4.Synth.vst                     0x4fe6bcbb BEngine::AuxProcessThreadProc(int) + 75
    2   Kontakt 4.Synth.vst                     0x4fdb3422 BEngine::AuxProcessThread::run() + 34
    3   Kontakt 4.Synth.vst                     0x4f875318 NI::GP::Thread::execute(void*) + 72
    4   libSystem.B.dylib                       0x965ca259 _pthread_start + 345
    5   libSystem.B.dylib                       0x965ca0de thread_start + 34
    Thread 19:
    0   libSystem.B.dylib                       0x9659cb36 semaphore_wait_trap + 10
    1   Kontakt 4.Synth.vst                     0x4fe6bcbb BEngine::AuxProcessThreadProc(int) + 75
    2   Kontakt 4.Synth.vst                     0x4fdb3422 BEngine::AuxProcessThread::run() + 34
    3   Kontakt 4.Synth.vst                     0x4f875318 NI::GP::Thread::execute(void*) + 72
    4   libSystem.B.dylib                       0x965ca259 _pthread_start + 345
    5   libSystem.B.dylib                       0x965ca0de thread_start + 34
    Thread 20:
    0   libSystem.B.dylib                       0x9659cb36 semaphore_wait_trap + 10
    1   Kontakt 4.Synth.vst                     0x4fe6bcbb BEngine::AuxProcessThreadProc(int) + 75
    2   Kontakt 4.Synth.vst                     0x4fdb3422 BEngine::AuxProcessThread::run() + 34
    3   Kontakt 4.Synth.vst                     0x4f875318 NI::GP::Thread::execute(void*) + 72
    4   libSystem.B.dylib                       0x965ca259 _pthread_start + 345
    5   libSystem.B.dylib                       0x965ca0de thread_start + 34
    Thread 21:
    0   libSystem.B.dylib                       0x9659cb36 semaphore_wait_trap + 10
    1   Kontakt 4.Synth.vst                     0x4fe6bcbb BEngine::AuxProcessThreadProc(int) + 75
    2   Kontakt 4.Synth.vst                     0x4fdb3422 BEngine::AuxProcessThread::run() + 34
    3   Kontakt 4.Synth.vst                     0x4f875318 NI::GP::Thread::execute(void*) + 72
    4   libSystem.B.dylib                       0x965ca259 _pthread_start + 345
    5   libSystem.B.dylib                       0x965ca0de thread_start + 34
    Thread 22:
    0   libSystem.B.dylib                       0x9659cb36 semaphore_wait_trap + 10
    1   Kontakt 4.Synth.vst                     0x4fe6bcbb BEngine::AuxProcessThreadProc(int) + 75
    2   Kontakt 4.Synth.vst                     0x4fdb3422 BEngine::AuxProcessThread::run() + 34
    3   Kontakt 4.Synth.vst                     0x4f875318 NI::GP::Thread::execute(void*) + 72
    4   libSystem.B.dylib                       0x965ca259 _pthread_start + 345
    5   libSystem.B.dylib                       0x965ca0de thread_start + 34
    Thread 23:
    0   libSystem.B.dylib                       0x9659cb36 semaphore_wait_trap + 10
    1   Kontakt 4.Synth.vst                     0x4fdfd1c4 BEngine::SetEngineParThreadProc() + 68
    2   Kontakt 4.Synth.vst                     0x4f875318 NI::GP::Thread::execute(void*) + 72
    3   libSystem.B.dylib                       0x965ca259 _pthread_start + 345
    4   libSystem.B.dylib                       0x965ca0de thread_start + 34
    Thread 24:
    0   Kontakt 4.Synth.vst                     0x4fe76937 BStreamingEngine::CollectDFDRequests() + 39
    1   Kontakt 4.Synth.vst                     0x4fe77aa5 BStreamingEngine::run() + 213
    2   Kontakt 4.Synth.vst                     0x4f875318 NI::GP::Thread::execute(void*) + 72
    3   libSystem.B.dylib                       0x965ca259 _pthread_start + 345
    4   libSystem.B.dylib                       0x965ca0de thread_start + 34
    Thread 25:
    0   libSystem.B.dylib                       0x9659cb36 semaphore_wait_trap + 10
    1   ...akt 4.MusicDevice.component          0x64c54b47 SerialJobBGThread::run() + 119
    2   ...akt 4.MusicDevice.component          0x642cf4f8 NI::GP::Thread::execute(void*) + 72
    3   libSystem.B.dylib                       0x965ca259 _pthread_start + 345
    4   libSystem.B.dylib                       0x965ca0de thread_start + 34
    Thread 26:
    0   libSystem.B.dylib                       0x9659cb36 semaphore_wait_trap + 10
    1   ...akt 4.MusicDevice.component          0x648dfc7b BEngine::AuxProcessThreadProc(int) + 75
    2   ...akt 4.MusicDevice.component          0x64823f32 BEngine::AuxProcessThread::run() + 34
    3   ...akt 4.MusicDevice.component          0x642cf4f8 NI::GP::Thread::execute(void*) + 72
    4   libSystem.B.dylib                       0x965ca259 _pthread_start + 345
    5   libSystem.B.dylib                       0x965ca0de thread_start + 34
    Thread 27:
    0   libSystem.B.dylib                       0x9659cb36 semaphore_wait_trap + 10
    1   ...akt 4.MusicDevice.component          0x648dfc7b BEngine::AuxProcessThreadProc(int) + 75
    2   ...akt 4.MusicDevice.component          0x64823f32 BEngine::AuxProcessThread::run() + 34
    3   ...akt 4.MusicDevice.component          0x642cf4f8 NI::GP::Thread::execute(void*) + 72
    4   libSystem.B.dylib                       0x965ca259 _pthread_start + 345
    5   libSystem.B.dylib                       0x965ca0de thread_start + 34
    Thread 28:
    0   libSystem.B.dylib                       0x9659cb36 semaphore_wait_trap + 10
    1   ...akt 4.MusicDevice.component          0x648dfc7b BEngine::AuxProcessThreadProc(int) + 75
    2   ...akt 4.MusicDevice.component          0x64823f32 BEngine::AuxProcessThread::run() + 34
    3   ...akt 4.MusicDevice.component          0x642cf4f8 NI::GP::Thread::execute(void*) + 72
    4   libSystem.B.dylib                       0x965ca259 _pthread_start + 345
    5   libSystem.B.dylib                       0x965ca0de thread_start + 34
    Thread 29:
    0   libSystem.B.dylib                       0x9659cb36 semaphore_wait_trap + 10
    1   ...akt 4.MusicDevice.component          0x648dfc7b BEngine::AuxProcessThreadProc(int) + 75
    2   ...akt 4.MusicDevice.component          0x64823f32 BEngine::AuxProcessThread::run() + 34
    3   ...akt 4.MusicDevice.component          0x642cf4f8 NI::GP::Thread::execute(void*) + 72
    4   libSystem.B.dylib                       0x965ca259 _pthread_start + 345
    5   libSystem.B.dylib                       0x965ca0de thread_start + 34
    Thread 30:
    0   libSystem.B.dylib                       0x9659cb36 semaphore_wait_trap + 10
    1   ...akt 4.MusicDevice.component          0x648dfc7b BEngine::AuxProcessThreadProc(int) + 75
    2   ...akt 4.MusicDevice.component          0x64823f32 BEngine::AuxProcessThread::run() + 34
    3   ...akt 4.MusicDevice.component          0x642cf4f8 NI::GP::Thread::execute(void*) + 72
    4   libSystem.B.dylib                       0x965ca259 _pthread_start + 345
    5   libSystem.B.dylib                       0x965ca0de thread_start + 34
    Thread 31:
    0   libSystem.B.dylib                       0x9659cb36 semaphore_wait_trap + 10
    1   ...akt 4.MusicDevice.component          0x648dfc7b BEngine::AuxProcessThreadProc(int) + 75
    2   ...akt 4.MusicDevice.component          0x64823f32 BEngine::AuxProcessThread::run() + 34
    3   ...akt 4.MusicDevice.component          0x642cf4f8 NI::GP::Thread::execute(void*) + 72
    4   libSystem.B.dylib                       0x965ca259 _pthread_start + 345
    5   libSystem.B.dylib                       0x965ca0de thread_start + 34
    Thread 32:
    0   libSystem.B.dylib                       0x9659cb36 semaphore_wait_trap + 10
    1   ...akt 4.MusicDevice.component          0x648dfc7b BEngine::AuxProcessThreadProc(int) + 75
    2   ...akt 4.MusicDevice.component          0x64823f32 BEngine::AuxProcessThread::run() + 34
    3   ...akt 4.MusicDevice.component          0x642cf4f8 NI::GP::Thread::execute(void*) + 72
    4   libSystem.B.dylib                       0x965ca259 _pthread_start + 345
    5   libSystem.B.dylib                       0x965ca0de thread_start + 34
    Thread 33:
    0   libSystem.B.dylib                       0x9659cb36 semaphore_wait_trap + 10
    1   ...akt 4.MusicDevice.component          0x64889a8e BEngine::SetEngineParThreadProc() + 62
    2   ...akt 4.MusicDevice.component          0x642cf4f8 NI::GP::Thread::execute(void*) + 72
    3   libSystem.B.dylib                       0x965ca259 _pthread_start + 345
    4   libSystem.B.dylib                       0x965ca0de thread_start + 34
    Thread 34:
    0   libSystem.B.dylib                       0x9659cb36 semaphore_wait_trap + 10
    1   ...akt 4.MusicDevice.component          0x648e9fe6 BStreamingEngine::run() + 230
    2   ...akt 4.MusicDevice.component          0x642cf4f8 NI::GP::Thread::execute(void*) + 72
    3   libSystem.B.dylib                       0x965ca259 _pthread_start + 345
    4   libSystem.B.dylib                       0x965ca0de thread_start + 34
    Thread 35:
    0   libSystem.B.dylib                       0x9659cb36 semaphore_wait_trap + 10
    1   ...akt 4.MusicDevice.component          0x64c73050 BBackgroundLoader::run() + 80
    2   ...akt 4.MusicDevice.component          0x642cf4f8 NI::GP::Thread::execute(void*) + 72
    3   libSystem.B.dylib                       0x965ca259 _pthread_start + 345
    4   libSystem.B.dylib                       0x965ca0de thread_start + 34
    Thread 36:
    0   libSystem.B.dylib                       0x9659cb36 semaphore_wait_trap + 10
    1   ...akt 4.MusicDevice.component          0x648dfc7b BEngine::AuxProcessThreadProc(int) + 75
    2   ...akt 4.MusicDevice.component          0x64823f32 BEngine::AuxProcessThread::run() + 34
    3   ...akt 4.MusicDevice.component          0x642cf4f8 NI::GP::Thread::execute(void*) + 72
    4   libSystem.B.dylib                       0x965ca259 _pthread_start + 345
    5   libSystem.B.dylib                       0x965ca0de thread_start + 34
    Thread 37:
    0   libSystem.B.dylib                       0x9659cb36 semaphore_wait_trap + 10
    1   ...akt 4.MusicDevice.component          0x648dfc7b BEngine::AuxProcessThreadProc(int) + 75
    2   ...akt 4.MusicDevice.component          0x64823f32 BEngine::AuxProcessThread::run() + 34
    3   ...akt 4.MusicDevice.component          0x642cf4f8 NI::GP::Thread::execute(void*) + 72
    4   libSystem.B.dylib                       0x965ca259 _pthread_start + 345
    5   libSystem.B.dylib                       0x965ca0de thread_start + 34
    Thread 38:
    0   libSystem.B.dylib                       0x9659cb36 semaphore_wait_trap + 10
    1   ...akt 4.MusicDevice.component          0x648dfc7b BEngine::AuxProcessThreadProc(int) + 75
    2   ...akt 4.MusicDevice.component          0x64823f32 BEngine::AuxProcessThread::run() + 34
    3   ...akt 4.MusicDevice.component          0x642cf4f8 NI::GP::Thread::execute(void*) + 72
    4   libSystem.B.dylib                       0x965ca259 _pthread_start + 345
    5   libSystem.B.dylib                       0x965ca0de thread_start + 34
    Thread 39:
    0   libSystem.B.dylib                       0x9659cb36 semaphore_wait_trap + 10
    1   ...akt 4.MusicDevice.component          0x648dfc7b BEngine::AuxProcessThreadProc(int) + 75
    2   ...akt 4.MusicDevice.component          0x64823f32 BEngine::AuxProcessThread::run() + 34
    3   ...akt 4.MusicDevice.component          0x642cf4f8 NI::GP::Thread::execute(void*) + 72
    4   libSystem.B.dylib                       0x965ca259 _pthread_start + 345
    5   libSystem.B.dylib                       0x965ca0de thread_start + 34
    Thread 40:
    0   libSystem.B.dylib                       0x9659cb36 semaphore_wait_trap + 10
    1   ...akt 4.MusicDevice.component          0x648dfc7b BEngine::AuxProcessThreadProc(int) + 75
    2   ...akt 4.MusicDevice.component          0x64823f32 BEngine::AuxProcessThread::run() + 34
    3   ...akt 4.MusicDevice.component          0x642cf4f8 NI::GP::Thread::execute(void*) + 72
    4   libSystem.B.dylib                       0x965ca259 _pthread_start + 345
    5   libSystem.B.dylib                       0x965ca0de thread_start + 34
    Thread 41:
    0   libSystem.B.dylib                       0x9659cb36 semaphore_wait_trap + 10
    1   ...akt 4.MusicDevice.component          0x648dfc7b BEngine::AuxProcessThreadProc(int) + 75
    2   ...akt 4.MusicDevice.component          0x64823f32 BEngine::AuxProcessThread::run() + 34
    3   ...akt 4.MusicDevice.component          0x642cf4f8 NI::GP::Thread::execute(void*) + 72
    4   libSystem.B.dylib                       0x965ca259 _pthread_start + 345
    5   libSystem.B.dylib                       0x965ca0de thread_start + 34
    Thread 42:
    0   libSystem.B.dylib                       0x9659cb36 semaphore_wait_trap + 10
    1   ...akt 4.MusicDevice.component          0x648dfc7b BEngine::AuxProcessThreadProc(int) + 75
    2   ...akt 4.MusicDevice.component          0x64823f32 BEngine::AuxProcessThread::run() + 34
    3   ...akt 4.MusicDevice.component          0x642cf4f8 NI::GP::Thread::execute(void*) + 72
    4   libSystem.B.dylib                       0x965ca259 _pthread_start + 345
    5   libSystem.B.dylib                       0x965ca0de thread_start + 34
    Thread 43:
    0   libSystem.B.dylib                       0x9659cb36 semaphore_wait_trap + 10
    1   ...akt 4.MusicDevice.component          0x648dfc7b BEngine::AuxProcessThreadProc(int) + 75
    2   ...akt 4.MusicDevice.component          0x64823f32 BEngine::AuxProcessThread::run() + 34
    3   ...akt 4.MusicDevice.component          0x642cf4f8 NI::GP::Thread::execute(void*) + 72
    4   libSystem.B.dylib                       0x965ca259 _pthread_start + 345
    5   libSystem.B.dylib                       0x965ca0de thread_start + 34
    Thread 44:
    0   libSystem.B.dylib                       0x9659cb36 semaphore_wait_trap + 10
    1   ...akt 4.MusicDevice.component          0x648dfc7b BEngine::AuxProcessThreadProc(int) + 75
    2   ...akt 4.MusicDevice.component          0x64823f32 BEngine::AuxProcessThread::run() + 34
    3   ...akt 4.MusicDevice.component          0x642cf4f8 NI::GP::Thread::execute(void*) + 72
    4   libSystem.B.dylib                       0x965ca259 _pthread_start + 345
    5   libSystem.B.dylib                       0x965ca0de thread_start + 34
    Thread 45:
    0   libSystem.B.dylib                       0x9659cb36 semaphore_wait_trap + 10
    1   ...akt 4.MusicDevice.component          0x648dfc7b BEngine::AuxProcessThreadProc(int) + 75
    2   ...akt 4.MusicDevice.component          0x64823f32 BEngine::AuxProcessThread::run() + 34
    3   ...akt 4.MusicDevice.component          0x642cf4f8 NI::GP::Thread::execute(void*) + 72
    4   libSystem.B.dylib                       0x965ca259 _pthread_start + 345
    5   libSystem.B.dylib                       0x965ca0de thread_start + 34
    Thread 46:
    0   libSystem.B.dylib                       0x9659cb36 semaphore_wait_trap + 10
    1   ...akt 4.MusicDevice.component          0x648dfc7b BEngine::AuxProcessThreadProc(int) + 75
    2   ...akt 4.MusicDevice.component          0x64823f32 BEngine::AuxProcessThread::run() + 34
    3   ...akt 4.MusicDevice.component          0x642cf4f8 NI::GP::Thread::execute(void*) + 72
    4   libSystem.B.dylib                       0x965ca259 _pthread_start + 345
    5   libSystem.B.dylib                       0x965ca0de thread_start + 34
    Thread 47:
    0   libSystem.B.dylib                       0x9659cb36 semaphore_wait_trap + 10
    1   ...akt 4.MusicDevice.component          0x648dfc7b BEngine::AuxProcessThreadProc(int) + 75
    2   ...akt 4.MusicDevice.component          0x64823f32 BEngine::AuxProcessThread::run() + 34
    3   ...akt 4.MusicDevice.component          0x642cf4f8 NI::GP::Thread::execute(void*) + 72
    4   libSystem.B.dylib                       0x965ca259 _pthread_start + 345
    5   libSystem.B.dylib                       0x965ca0de thread_start + 34
    Thread 48:
    0   libSystem.B.dylib                       0x9659cb36 semaphore_wait_trap + 10
    1   ...akt 4.MusicDevice.component          0x648dfc7b BEngine::AuxProcessThreadProc(int) + 75
    2   ...akt 4.MusicDevice.component          0x64823f32 BEngine::AuxProcessThread::run() + 34
    3   ...akt 4.MusicDevice.component          0x642cf4f8 NI::GP::Thread::execute(void*) + 72
    4   libSystem.B.dylib                       0x965ca259 _pthread_start + 345
    5   libSystem.B.dylib                       0x965ca0de thread_start + 34
    Thread 49:
    0   libSystem.B.dylib                       0x9659cb36 semaphore_wait_trap + 10
    1   ...akt 4.MusicDevice.component          0x648dfc7b BEngine::AuxProcessThreadProc(int) + 75
    2   ...akt 4.MusicDevice.component          0x64823f32 BEngine::AuxProcessThread::run() + 34
    3   ...akt 4.MusicDevice.component          0x642cf4f8 NI::GP::Thread::execute(void*) + 72
    4   libSystem.B.dylib                       0x965ca259 _pthread_start + 345
    5   libSystem.B.dylib                       0x965ca0de thread_start + 34
    Thread 50:
    0   libSystem.B.dylib                       0x9659cb36 semaphore_wait_trap + 10
    1   ...akt 4.MusicDevice.component          0x648dfc7b BEngine::AuxProcessThreadProc(int) + 75
    2   ...akt 4.MusicDevice.component          0x64823f32 BEngine::AuxProcessThread::run() + 34
    3   ...akt 4.MusicDevice.component          0x642cf4f8 NI::GP::Thread::execute(void*) + 72
    4   libSystem.B.dylib                       0x965ca259 _pthread_start + 345
    5   libSystem.B.dylib                       0x965ca0de thread_start + 34
    Thread 51:
    0   libSystem.B.dylib                       0x9659cb36 semaphore_wait_trap + 10
    1   ...akt 4.MusicDevice.component          0x648dfc7b BEngine::AuxProcessThreadProc(int) + 75
    2   ...akt 4.MusicDevice.component          0x64823f32 BEngine::AuxProcessThread::run() + 34
    3   ...akt 4.MusicDevice.component          0x642cf4f8 NI::GP::Thread::execute(void*) + 72
    4   libSystem.B.dylib                       0x965ca259 _pthread_start + 345
    5   libSystem.B.dylib                       0x965ca0de thread_start + 34
    Thread 52:
    0   libSystem.B.dylib                       0x9659cb36 semaphore_wait_trap + 10
    1   ...akt 4.MusicDevice.component          0x648dfc7b BEngine::AuxProcessThreadProc(int) + 75
    2   ...akt 4.MusicDevice.component          0x64823f32 BEngine::AuxProcessThread::run() + 34
    3   ...akt 4.MusicDevice.component          0x642cf4f8 NI::GP::Thread::execute(void*) + 72
    4   libSystem.B.dylib                       0x965ca259 _pthread_start + 345
    5   libSystem.B.dylib                       0x965ca0de thread_start + 34
    Thread 53:
    0   libSystem.B.dylib                       0x9659cb36 semaphore_wait_trap + 10
    1   ...akt 4.MusicDevice.component          0x648dfc7b BEngine::AuxProcessThreadProc(int) + 75
    2   ...akt 4.MusicDevice.component          0x64823f32 BEngine::AuxProcessThread::run() + 34
    3   ...akt 4.MusicDevice.component          0x642cf4f8 NI::GP::Thread::execute(void*) + 72
    4   libSystem.B.dylib                       0x965ca259 _pthread_start + 345
    5   libSystem.B.dylib                       0x965ca0de thread_start + 34
    Thread 54:
    0   libSystem.B.dylib                       0x9659cb36 semaphore_wait_trap + 10
    1   ...akt 4.MusicDevice.component          0x648dfc7b BEngine::AuxProcessThreadProc(int) + 75
    2   ...akt 4.MusicDevice.component          0x64823f32 BEngine::AuxProcessThread::run() + 34
    3   ...akt 4.MusicDevice.component          0x642cf4f8 NI::GP::Thread::execute(void*) + 72
    4   libSystem.B.dylib                       0x965ca259 _pthread_start + 345
    5   libSystem.B.dylib                       0x965ca0de thread_start + 34
    Thread 55:
    0   libSystem.B.dylib                       0x9659cb36 semaphore_wait_trap + 10
    1   ...akt 4.MusicDevice.component          0x648dfc7b BEngine::AuxProcessThreadProc(int) + 75
    2   ...akt 4.MusicDevice.component          0x64823f32 BEngine::AuxProcessThread::run() + 34
    3   ...akt 4.MusicDevice.component          0x642cf4f8 NI::GP::Thread::execute(void*) + 72
    4   libSystem.B.dylib                       0x965ca259 _pthread_start + 345
    5   libSystem.B.dylib                       0x965ca0de thread_start + 34
    Thread 56:
    0   libSystem.B.dylib                       0x9659cb36 semaphore_wait_trap + 10
    1   ...akt 4.MusicDevice.component          0x648dfc7b BEngine::AuxProcessThreadProc(int) + 75
    2   ...akt 4.MusicDevice.component          0x64823f32 BEngine::AuxProcessThread::run() + 34
    3   ...akt 4.MusicDevice.component          0x642cf4f8 NI::GP::Thread::execute(void*) + 72
    4   libSystem.B.dylib                       0x965ca259 _pthread_start + 345
    5   libSystem.B.dylib                       0x965ca0de thread_start + 34
    Thread 57:
    0   libSystem.B.dylib                       0x9659cb36 semaphore_wait_trap + 10
    1   ...akt 4.MusicDevice.component          0x648dfc7b BEngine::AuxProcessThreadProc(int) + 75
    2   ...akt 4.MusicDevice.component          0x64823f32 BEngine::AuxProcessThread::run() + 34
    3   ...akt 4.MusicDevice.component          0x642cf4f8 NI::GP::Thread::execute(void*) + 72
    4   libSystem.B.dylib                       0x965ca259 _pthread_start + 345
    5   libSystem.B.dylib                       0x965ca0de thread_start + 34
    Thread 58:
    0   libSystem.B.dylib                       0x9659cb36 semaphore_wait_trap + 10
    1   ...akt 4.MusicDevice.component          0x648dfc7b BEngine::AuxProcessThreadProc(int) + 75
    2   ...akt 4.MusicDevice.component          0x64823f32 BEngine::AuxProcessThread::run() + 34
    3   ...akt 4.MusicDevice.component          0x642cf4f8 NI::GP::Thread::execute(void*) + 72
    4   libSystem.B.dylib                       0x965ca259 _pthread_start + 345
    5   libSystem.B.dylib                       0x965ca0de thread_start + 34
    Thread 59:
    0   libSystem.B.dylib                       0x9659cb36 semaphore_wait_trap + 10
    1   ...akt 4.MusicDevice.component          0x648dfc7b BEngine::AuxProcessThreadProc(int) + 75
    2   ...akt 4.MusicDevice.component          0x64823f32 BEngine::AuxProcessThread::run() + 34
    3   ...akt 4.MusicDevice.component          0x642cf4f8 NI::GP::Thread::execute(void*) + 72
    4   libSystem.B.dylib                       0x965ca259 _pthread_start + 345
    5   libSystem.B.dylib                       0x965ca0de thread_start + 34
    Thread 60:
    0   libSystem.B.dylib                       0x9659cb36 semaphore_wait_trap + 10
    1   ...akt 4.MusicDevice.component          0x648dfc7b BEngine::AuxProcessThreadProc(int) + 75
    2   ...akt 4.MusicDevice.component          0x64823f32 BEngine::AuxProcessThread::run() + 34
    3   ...akt 4.MusicDevice.component          0x642cf4f8 NI::GP::Thread::execute(void*) + 72
    4   libSystem.B.dylib                       0x965ca259 _pthread_start + 345
    5   libSystem.B.dylib                       0x965ca0de thread_start + 34
    Thread 61:
    0   libSystem.B.dylib                       0x9659cb36 semaphore_wait_trap + 10
    1   ...akt 4.MusicDevice.component          0x648dfc7b BEngine::AuxProcessThreadProc(int) + 75
    2   ...akt 4.MusicDevice.component          0x64823f32 BEngine::AuxProcessThread::run() + 34
    3   ...akt 4.MusicDevice.component          0x642cf4f8 NI::GP::Thread::execute(void*) + 72
    4   libSystem.B.dylib                       0x965ca259 _pthread_start + 345
    5   libSystem.B.dylib                       0x965ca0de thread_start + 34
    Thread 62:
    0   libSystem.B.dylib                       0x9659cb36 semaphore_wait_trap + 10
    1   ...akt 4.MusicDevice.component          0x648dfc7b BEngine::AuxProcessThreadProc(int) + 75
    2   ...akt 4.MusicDevice.component          0x64823f32 BEngine::AuxProcessThread::run() + 34
    3   ...akt 4.MusicDevice.component          0x642cf4f8 NI::GP::Thread::execute(void*) + 72
    4   libSystem.B.dylib                       0x965ca259 _pthread_start + 345
    5   libSystem.B.dylib                       0x965ca0de thread_start + 34
    Thread 63:
    0   libSystem.B.dylib                       0x9659cb36 semaphore_wait_trap + 10
    1   ...akt 4.MusicDevice.component          0x648dfc7b BEngine::AuxProcessThreadProc(int) + 75
    2   ...akt 4.MusicDevice.component          0x64823f32 BEngine::AuxProcessThread::run() + 34
    3   ...akt 4.MusicDevice.component          0x642cf4f8 NI::GP::Thread::execute(void*) + 72
    4   libSystem.B.dylib                       0x965ca259 _pthread_start + 345
    5   libSystem.B.dylib                       0x965ca0de thread_start + 34
    Thread 64:
    0   libSystem.B.dylib                       0x9659cb36 semaphore_wait_trap + 10
    1   Kontakt 4.Synth.vst                     0x4fe6bcbb BEngine::AuxProcessThreadProc(int) + 75
    2   Kontakt 4.Synth.vst                     0x4fdb3422 BEngine::AuxProcessThread::run() + 34
    3   Kontakt 4.Synth.vst                     0x4f875318 NI::GP::Thread::execute(void*) + 72
    4   libSystem.B.dylib                       0x965ca259 _pthread_start + 345
    5   libSystem.B.dylib                       0x965ca0de thread_start + 34
    Thread 65:
    0   libSystem.B.dylib                       0x9659cb36 semaphore_wait_trap + 10
    1   Kontakt 4.Synth.vst                     0x4fe6bcbb BEngine::AuxProcessThreadProc(int) + 75
    2   Kontakt 4.Synth.vst                     0x4fdb3422 BEngine::AuxProcessThread::run() + 34
    3   Kontakt 4.Synth.vst                     0x4f875318 NI::GP::Thread::execute(void*) + 72
    4   libSystem.B.dylib                       0x965ca259 _pthread_start + 345
    5   libSystem.B.dylib                       0x965ca0de thread_start + 34
    Thread 66:
    0   libSystem.B.dylib                       0x9659cb36 semaphore_wait_trap + 10
    1   Kontakt 4.Synth.vst                     0x4fe6bcbb BEngine::AuxProcessThreadProc(int) + 75
    2   Kontakt 4.Synth.vst                     0x4fdb3422 BEngine::AuxProcessThread::run() + 34
    3   Kontakt 4.Synth.vst                     0x4f875318 NI::GP::Thread::execute(void*) + 72
    4   libSystem.B.dylib                       0x965ca259 _pthread_start + 345
    5   libSystem.B.dylib                       0x965ca0de thread_start + 34
    Thread 67:
    0   libSystem.B.dylib                       0x9659cb36 semaphore_wait_trap + 10
    1   Kontakt 4.Synth.vst                     0x4fe6bcbb BEngine::AuxProcessThreadProc(int) + 75
    2   Kontakt 4.Synth.vst                     0x4fdb3422 BEngine::AuxProcessThread::run() + 34
    3   Kontakt 4.Synth.vst                     0x4f875318 NI::GP::Thread::execute(void*) + 72
    4   libSystem.B.dylib                       0x965ca259 _pthread_start + 345
    5   libSystem.B.dylib                       0x965ca0de thread_start + 34
    Thread 68:
    0   libSystem.B.dylib                       0x9659cb36 semaphore_wait_trap + 10
    1   Kontakt 4.Synth.vst                     0x4fe6bcbb BEngine::AuxProcessThreadProc(int) + 75
    2   Kontakt 4.Synth.vst                     0x4fdb3422 BEngine::AuxProcessThread::run() + 34
    3   Kontakt 4.Synth.vst                     0x4f875318 NI::GP::Thread::execute(void*) + 72
    4   libSystem.B.dylib                       0x965ca259 _pthread_start + 345
    5   libSystem.B.dylib                       0x965ca0de thread_start + 34
    Thread 69:
    0   libSystem.B.dylib                       0x9659cb36 semaphore_wait_trap + 10
    1   Kontakt 4.Synth.vst                     0x4fe6bcbb BEngine::AuxProcessThreadProc(int) + 75
    2   Kontakt 4.Synth.vst                     0x4fdb3422 BEngine::AuxProcessThread::run() + 34
    3   Kontakt 4.Synth.vst                     0x4f875318 NI::GP::Thread::execute(void*) + 72
    4   libSystem.B.dylib                       0x965ca259 _pthread_start + 345
    5   libSystem.B.dylib                       0x965ca0de thread_start + 34
    Thread 70:
    0   libSystem.B.dylib                       0x9659cb36 semaphore_wait_trap + 10
    1   Kontakt 4.Synth.vst                     0x4fe6bcbb BEngine::AuxProcessThreadProc(int) + 75
    2   Kontakt 4.Synth.vst                     0x4fdb3422 BEngine::AuxProcessThread::run() + 34
    3   Kontakt 4.Synth.vst                     0x4f875318 NI::GP::Thread::execute(void*) + 72
    4   libSystem.B.dylib                       0x965ca259 _pthread_start + 345
    5   libSystem.B.dylib                       0x965ca0de thread_start + 34
    Thread 71:
    0   libSystem.B.dylib                       0x9659cc0e mach_wait_until + 10
    1   libSystem.B.dylib                       0x96624429 nanosleep + 345
    2   libSystem.B.dylib                       0x966242ca usleep + 61
    3   Absynth 5.Synth.vst                     0xfcab7690 ProgramChangeThread::run() + 32
    4   Absynth 5.Synth.vst                     0xfcd3af18 NI::GP::Thread::execute(void*) + 72
    5   libSystem.B.dylib                       0x965ca259 _pthread_start + 345
    6   libSystem.B.dylib                       0x965ca0de thread_start + 34
    Thread 0 crashed with X86 Thread State (32-bit):
      eax: 0xffff07a0  ebx: 0xffffffff  ecx: 0xfffffff0  edx: 0x0000000f
      edi: 0x3bcb761f  esi: 0xfffffffe  ebp: 0xbfffe368  esp: 0xbfffe

    Hello Chandroos,
    I'm having the same problem, see the crashlog below.
    Mainstage either crashes after loading the concert (even those which worked perfectly in the past!!), or freezes directly after loading in EDIT-screen.  
    I would appreciate any help.
    Of course, I'm playing a gig tomororow... sometimes life's really hard! ****!!!
    Process:         MainStage [310]
    Path:           /Applications/MainStage.app/Contents/MacOS/MainStage
    Identifier:      com.apple.mainstage
    Version:         2.1.3 (416.81)
    Build Info:      MainStage-4168100~1
    Code Type:       X86-64 (Native)
    Parent Process:  launchd [94]
    Date/Time:       2011-08-1621:36:24.450 +0200
    OS Version:      Mac OS X 10.6.8(10K549)
    Report Version:  6
    Interval Since Last Report:         10483 sec
    Crashes Since Last Report:           2
    Per-App Interval Since Last Report: 9902 sec
    Per-App Crashes Since Last Report:   2
    Anonymous UUID:                     65389332-D87D-4C8F-8AF4-4B2131F156E1
    Exception Type:  EXC_BAD_ACCESS(SIGSEGV)
    Exception Codes: KERN_INVALID_ADDRESSat 0x0000000000000081
    Crashed Thread:  10
    Application Specific Information:
    objc_msgSend() selector name:countByEnumeratingWithState:objects:count:
    Thread 0:  Dispatch queue:com.apple.main-thread
    0   com.apple.CoreFoundation          0x00007fff89b57be1 CFArrayGetCount + 1
    1   com.apple.Foundation              0x00007fff860caed8 -[NSCFArray addObject:] + 35
    2   com.apple.mainstage               0x000000010023e1c4std::vector<__gnu_cxx::_Hashtable_node<std::pair<void*co nst, WsGLLayerItem*> >*,std::allocator<__gnu_cxx::_Hashtable_node<std::pair<void*const, WsGLLayerItem*> >*>>::_M_fill_insert(__gnu_cxx::__normal_iterator<__gnu_cxx::_Hashtable_node<st d::pair<void*const, WsGLLayerItem*> >**,std::vector<__gnu_cxx::_Hashtable_node<std::pair<void*const, WsGLLayerItem*> >*,std::allocator<__gnu_cxx::_Hashtable_node<std::pair<void*const, WsGLLayerItem*> >*> > >, unsigned long,__gnu_cxx::_Hashtable_node<std::pair<void* const,WsGLLayerItem*> >* const&) + 765444
    3   com.apple.mainstage               0x000000010023db29std::vector<__gnu_cxx::_Hashtable_node<std::pair<void*co nst, WsGLLayerItem*> >*,std::allocator<__gnu_cxx::_Hashtable_node<std::pair<void*const, WsGLLayerItem*> >*>>::_M_fill_insert(__gnu_cxx::__normal_iterator<__gnu_cxx::_Hashtable_node<st d::pair<void*const, WsGLLayerItem*> >**,std::vector<__gnu_cxx::_Hashtable_node<std::pair<void*const, WsGLLayerItem*> >*,std::allocator<__gnu_cxx::_Hashtable_node<std::pair<void*const, WsGLLayerItem*> >*> > >, unsigned long,__gnu_cxx::_Hashtable_node<std::pair<void* const,WsGLLayerItem*> >* const&) + 763753
    4   com.apple.mainstage               0x0000000100212c5fstd::vector<__gnu_cxx::_Hashtable_node<std::pair<void*co nst, WsGLLayerItem*> >*,std::allocator<__gnu_cxx::_Hashtable_node<std::pair<void*const, WsGLLayerItem*> >*>>::_M_fill_insert(__gnu_cxx::__normal_iterator<__gnu_cxx::_Hashtable_node<st d::pair<void*const, WsGLLayerItem*> >**,std::vector<__gnu_cxx::_Hashtable_node<std::pair<void*const, WsGLLayerItem*> >*,std::allocator<__gnu_cxx::_Hashtable_node<std::pair<void*const, WsGLLayerItem*> >*> > >, unsigned long,__gnu_cxx::_Hashtable_node<std::pair<void* const,WsGLLayerItem*> >* const&) + 587935
    5   com.apple.AppKit                  0x00007fff8711abf4 loadItemEntryLazyInfoIfNecessary + 423
    6   com.apple.AppKit                  0x00007fff8711bb70 -[NSOutlineView_rowEntryForChild:ofParent:requiredRowEntryLoadMask:] + 117
    7   com.apple.AppKit                  0x00007fff8711b90c -[NSOutlineView_expandItemEntryChildren:atStartLevel:expandChildren:andInvalida te:]+ 321
    8   com.apple.AppKit                  0x00007fff8711ba85 -[NSOutlineView_expandItemEntryChildren:atStartLevel:expandChildren:andInvalida te:]+ 698
    9   com.apple.AppKit                  0x00007fff87115049 -[NSOutlineView numberOfRows] + 198
    10  com.apple.AppKit                  0x00007fff8711573c -[NSTableView _verifySelectionIsOK] + 128
    11  com.apple.AppKit                  0x00007fff871156a0 -[NSTableView _tileAndRedisplayAll] + 375
    12  com.apple.AppKit                  0x00007fff87118b31 -[NSOutlineView reloadData] + 352
    13  com.apple.prokit                  0x00000001029bce95 -[NSProOutlineView reloadData] + 43
    14  com.apple.mainstage               0x000000010020dd71std::vector<__gnu_cxx::_Hashtable_node<std::pair<void*co nst, WsGLLayerItem*> >*,std::allocator<__gnu_cxx::_Hashtable_node<std::pair<void*const, WsGLLayerItem*> >*>>::_M_fill_insert(__gnu_cxx::__normal_iterator<__gnu_cxx::_Hashtable_node<st d::pair<void*const, WsGLLayerItem*> >**,std::vector<__gnu_cxx::_Hashtable_node<std::pair<void*const, WsGLLayerItem*> >*,std::allocator<__gnu_cxx::_Hashtable_node<std::pair<void*const, WsGLLayerItem*> >*> > >, unsigned long,__gnu_cxx::_Hashtable_node<std::pair<void* const,WsGLLayerItem*> >* const&) + 567729
    15  com.apple.Foundation              0x00007fff860d4bc5 _nsnote_callback + 167
    16  com.apple.CoreFoundation          0x00007fff89ba0000 __CFXNotificationPost + 1008
    17  com.apple.CoreFoundation          0x00007fff89b8c578 _CFXNotificationPostNotification + 200
    18  com.apple.Foundation              0x00007fff860cbb26 -[NSNotificationCenterpostNotificationName:object:userInfo:] + 101
    19  com.apple.mainstage               0x000000010022cd61std::vector<__gnu_cxx::_Hashtable_node<std::pair<void*co nst, WsGLLayerItem*> >*,std::allocator<__gnu_cxx::_Hashtable_node<std::pair<void*const, WsGLLayerItem*> >*>>::_M_fill_insert(__gnu_cxx::__normal_iterator<__gnu_cxx::_Hashtable_node<st d::pair<void*const, WsGLLayerItem*> >**,std::vector<__gnu_cxx::_Hashtable_node<std::pair<void*const, WsGLLayerItem*> >*,std::allocator<__gnu_cxx::_Hashtable_node<std::pair<void*const, WsGLLayerItem*> >*> > >, unsigned long,__gnu_cxx::_Hashtable_node<std::pair<void* const,WsGLLayerItem*> >* const&) + 694689
    20  com.apple.mainstage               0x000000010022b38astd::vector<__gnu_cxx::_Hashtable_node<std::pair<void*co nst, WsGLLayerItem*> >*,std::allocator<__gnu_cxx::_Hashtable_node<std::pair<void*const, WsGLLayerItem*> >*>>::_M_fill_insert(__gnu_cxx::__normal_iterator<__gnu_cxx::_Hashtable_node<st d::pair<void*const, WsGLLayerItem*> >**,std::vector<__gnu_cxx::_Hashtable_node<std::pair<void*const, WsGLLayerItem*> >*,std::allocator<__gnu_cxx::_Hashtable_node<std::pair<void*const, WsGLLayerItem*> >*> > >, unsigned long,__gnu_cxx::_Hashtable_node<std::pair<void* const,WsGLLayerItem*> >* const&) + 688074
    21  com.apple.mainstage               0x00000001000d3a12 std::deque<renderItemStore*,std::allocator<renderItemStore*> >::_M_reallocate_map(unsignedlong, bool) + 560418
    22  com.apple.Foundation              0x00007fff8612acb5 __NSFireTimer + 114
    23  com.apple.CoreFoundation          0x00007fff89b94be8 __CFRunLoopRun + 6488
    24  com.apple.CoreFoundation          0x00007fff89b92dbf CFRunLoopRunSpecific + 575
    25  com.apple.HIToolbox               0x00007fff829db7ee RunCurrentEventLoopInMode + 333
    26  com.apple.HIToolbox               0x00007fff829db5f3 ReceiveNextEventCommon + 310
    27  com.apple.HIToolbox               0x00007fff829db4ac BlockUntilNextEventMatchingListInMode + 59
    28  com.apple.AppKit                  0x00007fff87083eb2 _DPSNextEvent + 708
    29  com.apple.AppKit                  0x00007fff87083801 -[NSApplicationnextEventMatchingMask:untilDate:inMode:dequeue:] + 155
    30  com.apple.AppKit                  0x00007fff8704968f -[NSApplication run] + 395
    31  com.apple.prokit                  0x00000001029b704b NSProApplicationMain + 267
    32  com.apple.mainstage               0x0000000100011cea 0x100000000 + 72938
    33  com.apple.mainstage               0x000000010000347c 0x100000000 + 13436
    Thread 1:  Dispatch queue:com.apple.libdispatch-manager
    0   libSystem.B.dylib                 0x00007fff8961cc0a kevent + 10
    1   libSystem.B.dylib                 0x00007fff8961eadd _dispatch_mgr_invoke + 154
    2   libSystem.B.dylib                 0x00007fff8961e7b4 _dispatch_queue_invoke + 185
    3   libSystem.B.dylib                 0x00007fff8961e2de _dispatch_worker_thread2 + 252
    4   libSystem.B.dylib                 0x00007fff8961dc08 _pthread_wqthread + 353
    5   libSystem.B.dylib                 0x00007fff8961daa5 start_wqthread + 13
    Thread 2:
    0   libSystem.B.dylib                 0x00007fff8963ea6a __semwait_signal + 10
    1   libSystem.B.dylib                 0x00007fff89642881 _pthread_cond_wait + 1286
    2   com.apple.music.apps.MAFiles      0x0000000102e63774 ExtendedAudioFileScheduler::WorkerThreadProc() +100
    3   com.apple.music.apps.MAFiles      0x0000000102e63829ExtendedAudioFileScheduler::WorkerThreadProc(void*) + 9
    4   libSystem.B.dylib                 0x00007fff8963cfd6 _pthread_start + 331
    5   libSystem.B.dylib                 0x00007fff8963ce89 thread_start + 13
    Thread 3:
    0   libSystem.B.dylib                 0x00007fff8963ea6a __semwait_signal + 10
    1   libSystem.B.dylib                 0x00007fff89642881 _pthread_cond_wait + 1286
    2   com.apple.music.apps.MAFiles      0x0000000102e63774 ExtendedAudioFileScheduler::WorkerThreadProc() +100
    3   com.apple.music.apps.MAFiles      0x0000000102e63829ExtendedAudioFileScheduler::WorkerThreadProc(void*) + 9
    4   libSystem.B.dylib                 0x00007fff8963cfd6 _pthread_start + 331
    5   libSystem.B.dylib                 0x00007fff8963ce89 thread_start + 13
    Thread 4:
    0   libSystem.B.dylib                 0x00007fff89603dda semaphore_timedwait_signal_trap + 10
    1   libSystem.B.dylib                 0x00007fff89642772 _pthread_cond_wait + 1015
    2   com.apple.audio.CoreAudio         0x00007fff809f568c CAGuard::WaitFor(unsigned long long) + 168
    3   com.apple.audio.CoreAudio         0x00007fff809f7c1b CAGuard::WaitUntil(unsigned long long) + 185
    4   com.apple.audio.CoreAudio         0x00007fff809f5d85 HP_IOThread::WorkLoop() + 1369
    5   com.apple.audio.CoreAudio         0x00007fff809f5827 HP_IOThread::ThreadEntry(HP_IOThread*) + 9
    6   com.apple.audio.CoreAudio         0x00007fff809f5755 CAPThread::Entry(CAPThread*) + 125
    7   libSystem.B.dylib                 0x00007fff8963cfd6 _pthread_start + 331
    8   libSystem.B.dylib                 0x00007fff8963ce89 thread_start + 13
    Thread 5:
    0   libSystem.B.dylib                 0x00007fff8963ea6a __semwait_signal + 10
    1   libSystem.B.dylib                 0x00007fff89642881 _pthread_cond_wait + 1286
    2  ...le.music.apps.MAAudioEngine     0x0000000102f4889bMD::CallProcessThread1(voi d*) + 299
    3   libSystem.B.dylib                 0x00007fff8963cfd6 _pthread_start + 331
    4   libSystem.B.dylib                 0x00007fff8963ce89 thread_start + 13
    Thread 6:
    0   libSystem.B.dylib                 0x00007fff8963ea6a __semwait_signal + 10
    1   libSystem.B.dylib                 0x00007fff89642881 _pthread_cond_wait + 1286
    2  ...le.music.apps.MAAudioEngine     0x0000000102f46b7eMD::CallProcessThread15(vo id*) + 302
    3   libSystem.B.dylib                 0x00007fff8963cfd6 _pthread_start + 331
    4   libSystem.B.dylib                 0x00007fff8963ce89 thread_start + 13
    Thread 7:
    0   libSystem.B.dylib                 0x00007fff8963ea6a __semwait_signal + 10
    1   libSystem.B.dylib                 0x00007fff8963e8f9 nanosleep + 148
    2   libSystem.B.dylib                 0x00007fff8968b9ac sleep + 61
    3  ...sic.apps.MAAudioUnitSupport     0x0000000102dc040aCAudioUnitClient::WatchDog (void*) + 26
    4   libSystem.B.dylib                 0x00007fff8963cfd6 _pthread_start + 331
    5   libSystem.B.dylib                 0x00007fff8963ce89 thread_start + 13
    Thread 8:
    0   libSystem.B.dylib                 0x00007fff8963ea6a __semwait_signal + 10
    1   libSystem.B.dylib                 0x00007fff89642881 _pthread_cond_wait + 1286
    2  ...le.music.apps.MAAudioEngine     0x0000000102f63360CAudioFileBlockManager::Ge tBlock(MDFile const*, long, int) + 2064
    3   libSystem.B.dylib                 0x00007fff8963cfd6 _pthread_start + 331
    4   libSystem.B.dylib                 0x00007fff8963ce89 thread_start + 13
    Thread 9:
    0   libSystem.B.dylib                 0x00007fff89603dda semaphore_timedwait_signal_trap + 10
    1   libSystem.B.dylib                 0x00007fff89642772 _pthread_cond_wait + 1015
    2  ...ple.CoreServices.CarbonCore     0x00007fff87e46018TSWaitOnConditionTimedRela tive + 209
    3  ...ple.CoreServices.CarbonCore     0x00007fff87e45dc6TSWaitOnSemaphoreCommon + 416
    4  ...ple.CoreServices.CarbonCore     0x00007fff87ebc5b8 TimerThread + 63
    5   libSystem.B.dylib                 0x00007fff8963cfd6 _pthread_start + 331
    6   libSystem.B.dylib                 0x00007fff8963ce89 thread_start + 13
    Thread 10 Crashed:
    0   libobjc.A.dylib                   0x00007fff8a055f0c objc_msgSend + 40
    1   com.apple.mainstage               0x000000010027b586std::vector<__gnu_cxx::_Hashtable_node<std::pair<void*co nst, WsGLLayerItem*> >*,std::allocator<__gnu_cxx::_Hashtable_node<std::pair<void*const, WsGLLayerItem*> >*>>::_M_fill_insert(__gnu_cxx::__normal_iterator<__gnu_cxx::_Hashtable_node<st d::pair<void*const, WsGLLayerItem*> >**,std::vector<__gnu_cxx::_Hashtable_node<std::pair<void*const, WsGLLayerItem*> >*,std::allocator<__gnu_cxx::_Hashtable_node<std::pair<void*const, WsGLLayerItem*> >*> > >, unsigned long,__gnu_cxx::_Hashtable_node<std::pair<void* const,WsGLLayerItem*> >* const&) + 1016262
    2   com.apple.mainstage               0x000000010027bcd5std::vector<__gnu_cxx::_Hashtable_node<std::pair<void*co nst, WsGLLayerItem*> >*,std::allocator<__gnu_cxx::_Hashtable_node<std::pair<void*const, WsGLLayerItem*> >*>>::_M_fill_insert(__gnu_cxx::__normal_iterator<__gnu_cxx::_Hashtable_node<st d::pair<void*const, WsGLLayerItem*> >**,std::vector<__gnu_cxx::_Hashtable_node<std::pair<void*const, WsGLLayerItem*> >*,std::allocator<__gnu_cxx::_Hashtable_node<std::pair<void*const, WsGLLayerItem*> >*> > >, unsigned long,__gnu_cxx::_Hashtable_node<std::pair<void* const,WsGLLayerItem*> >* const&) + 1018133
    3   com.apple.mainstage               0x000000010027c642std::vector<__gnu_cxx::_Hashtable_node<std::pair<void*co nst, WsGLLayerItem*> >*,std::allocator<__gnu_cxx::_Hashtable_node<std::pair<void*const, WsGLLayerItem*> >*>>::_M_fill_insert(__gnu_cxx::__normal_iterator<__gnu_cxx::_Hashtable_node<st d::pair<void*const, WsGLLayerItem*> >**,std::vector<__gnu_cxx::_Hashtable_node<std::pair<void*const, WsGLLayerItem*> >*,std::allocator<__gnu_cxx::_Hashtable_node<std::pair<void*const, WsGLLayerItem*> >*> > >, unsigned long,__gnu_cxx::_Hashtable_node<std::pair<void* const,WsGLLayerItem*> >* const&) + 1020546
    4   com.apple.mainstage               0x0000000100285aa9std::vector<__gnu_cxx::_Hashtable_node<std::pair<void*co nst, WsGLLayerItem*> >*,std::allocator<__gnu_cxx::_Hashtable_node<std::pair<void*const, WsGLLayerItem*> >*>>::_M_fill_insert(__gnu_cxx::__normal_iterator<__gnu_cxx::_Hashtable_node<st d::pair<void*const, WsGLLayerItem*> >**,std::vector<__gnu_cxx::_Hashtable_node<std::pair<void*const, WsGLLayerItem*> >*,std::allocator<__gnu_cxx::_Hashtable_node<std::pair<void*const, WsGLLayerItem*> >*> > >, unsigned long,__gnu_cxx::_Hashtable_node<std::pair<void* const,WsGLLayerItem*> >* const&) + 1058537
    5   com.apple.mainstage               0x0000000100232dd5std::vector<__gnu_cxx::_Hashtable_node<std::pair<void*co nst, WsGLLayerItem*> >*,std::allocator<__gnu_cxx::_Hashtable_node<std::pair<void*const, WsGLLayerItem*> >*>>::_M_fill_insert(__gnu_cxx::__normal_iterator<__gnu_cxx::_Hashtable_node<st d::pair<void*const, WsGLLayerItem*> >**,std::vector<__gnu_cxx::_Hashtable_node<std::pair<void*const, WsGLLayerItem*> >*,std::allocator<__gnu_cxx::_Hashtable_node<std::pair<void*const, WsGLLayerItem*> >*> > >, unsigned long,__gnu_cxx::_Hashtable_node<std::pair<void* const,WsGLLayerItem*> >* const&) + 719381
    6   com.apple.mainstage               0x00000001002334e6std::vector<__gnu_cxx::_Hashtable_node<std::pair<void*co nst, WsGLLayerItem*> >*,std::allocator<__gnu_cxx::_Hashtable_node<std::pair<void*const, WsGLLayerItem*> >*>>::_M_fill_insert(__gnu_cxx::__normal_iterator<__gnu_cxx::_Hashtable_node<st d::pair<void*const, WsGLLayerItem*> >**,std::vector<__gnu_cxx::_Hashtable_node<std::pair<void*const, WsGLLayerItem*> >*,std::allocator<__gnu_cxx::_Hashtable_node<std::pair<void*const, WsGLLayerItem*> >*> > >, unsigned long,__gnu_cxx::_Hashtable_node<std::pair<void* const,WsGLLayerItem*> >* const&) + 721190
    7   com.apple.audio.midi.CoreMIDI     0x000000010294a79d MIDIProcess::RunMIDIInThread() + 243
    8   com.apple.audio.midi.CoreMIDI     0x000000010292eace XThread::RunHelper(void*) + 10
    9   com.apple.audio.midi.CoreMIDI     0x000000010292e509 CAPThread::Entry(CAPThread*) + 67
    10  libSystem.B.dylib                 0x00007fff8963cfd6 _pthread_start + 331
    11  libSystem.B.dylib                 0x00007fff8963ce89 thread_start + 13
    Thread 11:
    0   libSystem.B.dylib                 0x00007fff8963ea6a __semwait_signal + 10
    1   libSystem.B.dylib                 0x00007fff8963e8f9 nanosleep + 148
    2   com.apple.mainstage               0x0000000100231176std::vector<__gnu_cxx::_Hashtable_node<std::pair<void*co nst, WsGLLayerItem*> >*,std::allocator<__gnu_cxx::_Hashtable_node<std::pair<void*const, WsGLLayerItem*> >*>>::_M_fill_insert(__gnu_cxx::__normal_iterator<__gnu_cxx::_Hashtable_node<st d::pair<void*const, WsGLLayerItem*> >**,std::vector<__gnu_cxx::_Hashtable_node<std::pair<void*const, WsGLLayerItem*> >*,std::allocator<__gnu_cxx::_Hashtable_node<std::pair<void*const, WsGLLayerItem*> >*> > >, unsigned long,__gnu_cxx::_Hashtable_node<std::pair<void* const,WsGLLayerItem*> >* const&) + 712118
    3   libSystem.B.dylib                 0x00007fff8963cfd6 _pthread_start + 331
    4   libSystem.B.dylib                 0x00007fff8963ce89 thread_start + 13
    Thread 12:
    0   libSystem.B.dylib                 0x00007fff8963ea6a __semwait_signal + 10
    1   libSystem.B.dylib                 0x00007fff89642881 _pthread_cond_wait + 1286
    2   com.apple.Foundation              0x00007fff860feb6a -[NSCondition wait] + 277
    3   com.apple.Foundation              0x00007fff860ebde3 -[NSObject(NSThreadPerformAdditions)performSelector:onThread:withObject:waitUnt ilDone:modes:] + 916
    4   com.apple.Foundation              0x00007fff860eba39 -[NSObject(NSThreadPerformAdditions)performSelectorOnMainThread:withObject:wait UntilDone:modes:] + 94
    5   com.apple.CoreFoundation          0x00007fff89bca98c ___forwarding___ + 860
    6   com.apple.CoreFoundation          0x00007fff89bc6a68 _CF_forwarding_prep_0 + 232
    7   com.apple.imageKit                0x00007fff85c9555c -[IKTaskManager taskLoop] + 880
    8   com.apple.Foundation              0x00007fff860d5204 __NSThread__main__ + 1429
    9   libSystem.B.dylib                 0x00007fff8963cfd6 _pthread_start + 331
    10  libSystem.B.dylib                 0x00007fff8963ce89 thread_start + 13
    Thread 13:
    0   libSystem.B.dylib                 0x00007fff8961da2a __workq_kernreturn + 10
    1   libSystem.B.dylib                 0x00007fff8961de3c _pthread_wqthread + 917
    2   libSystem.B.dylib                 0x00007fff8961daa5 start_wqthread + 13
    Thread 14:
    0   libSystem.B.dylib                 0x00007fff89603db6 semaphore_wait_trap + 10
    1   ...akt4.MusicDevice.component     0x000000012e0293ea SerialJobBGThread::run() +250
    2   ...akt4.MusicDevice.component     0x000000012d7056f9NI::GP::Thread::execute(voi d*) + 73
    3   libSystem.B.dylib                 0x00007fff8963cfd6 _pthread_start + 331
    4   libSystem.B.dylib                 0x00007fff8963ce89 thread_start + 13
    Thread 15:
    0   libSystem.B.dylib                 0x00007fff89603db6 semaphore_wait_trap + 10
    1   ...akt4.MusicDevice.component     0x000000012dcca638BEngine::AuxProcessThreadPr oc(int) + 72
    2   ...akt4.MusicDevice.component     0x000000012d7056f9NI::GP::Thread::execute(voi d*) + 73
    3   libSystem.B.dylib                 0x00007fff8963cfd6 _pthread_start + 331
    4   libSystem.B.dylib                 0x00007fff8963ce89 thread_start + 13
    Thread 16:
    0   libSystem.B.dylib                 0x00007fff89603db6 semaphore_wait_trap + 10
    1   ...akt4.MusicDevice.component     0x000000012dc5d76cBEngine::SetEngineParThread Proc() + 364
    2   ...akt4.MusicDevice.component     0x000000012d7056f9NI::GP::Thread::execute(voi d*) + 73
    3   libSystem.B.dylib                 0x00007fff8963cfd6 _pthread_start + 331
    4   libSystem.B.dylib                 0x00007fff8963ce89 thread_start + 13
    Thread 17:
    0   libSystem.B.dylib                 0x00007fff89603db6 semaphore_wait_trap + 10
    1   ...akt4.MusicDevice.component     0x000000012dcd67cb BStreamingEngine::run() +219
    2   ...akt4.MusicDevice.component     0x000000012d7056f9NI::GP::Thread::execute(voi d*) + 73
    3   libSystem.B.dylib                 0x00007fff8963cfd6 _pthread_start + 331
    4   libSystem.B.dylib                 0x00007fff8963ce89 thread_start + 13
    Thread 18:
    0   libSystem.B.dylib                 0x00007fff89603db6 semaphore_wait_trap + 10
    1   ...akt4.MusicDevice.component     0x000000012e046470 BBackgroundLoader::run() +32
    2   ...akt4.MusicDevice.component     0x000000012d7056f9NI::GP::Thread::execute(voi d*) + 73
    3   libSystem.B.dylib                 0x00007fff8963cfd6 _pthread_start + 331
    4   libSystem.B.dylib                 0x00007fff8963ce89 thread_start + 13
    Thread 19:
    0   libSystem.B.dylib                 0x00007fff89603db6 semaphore_wait_trap + 10
    1   ...akt4.MusicDevice.component     0x000000012dcca638BEngine::AuxProcessThreadPr oc(int) + 72
    2   ...akt4.MusicDevice.component     0x000000012d7056f9NI::GP::Thread::execute(voi d*) + 73
    3   libSystem.B.dylib                 0x00007fff8963cfd6 _pthread_start + 331
    4   libSystem.B.dylib                 0x00007fff8963ce89 thread_start + 13
    Thread 20:
    0   libSystem.B.dylib                 0x00007fff8963ea6a __semwait_signal + 10
    1   libSystem.B.dylib                 0x00007fff8963e8f9 nanosleep + 148
    2   libSystem.B.dylib                 0x00007fff8963e863 usleep + 57
    3  ...sic.apps.MAAudioUnitSupport     0x0000000102dc0f5aCGlobalContext::ListenForC allbacks() + 58
    4  ...sic.apps.MAAudioUnitSupport     0x0000000102dc5c2aCTestClient::CallbackThrea d(void*) + 122
    5   libSystem.B.dylib                 0x00007fff8963cfd6 _pthread_start + 331
    6   libSystem.B.dylib                 0x00007fff8963ce89 thread_start + 13
    Thread 21:
    0   libSystem.B.dylib                 0x00007fff89603db6 semaphore_wait_trap + 10
    1   ...akt4.MusicDevice.component     0x000000012dcca638BEngine::AuxProcessThreadPr oc(int) + 72
    2   ...akt4.MusicDevice.component     0x000000012d7056f9NI::GP::Thread::execute(voi d*) + 73
    3   libSystem.B.dylib                 0x00007fff8963cfd6 _pthread_start + 331
    4   libSystem.B.dylib                 0x00007fff8963ce89 thread_start + 13
    Thread 22:
    0   libSystem.B.dylib                 0x00007fff89603db6 semaphore_wait_trap + 10
    1   ...akt4.MusicDevice.component     0x000000012dcca638BEngine::AuxProcessThreadPr oc(int) + 72
    2   ...akt4.MusicDevice.component     0x000000012d7056f9NI::GP::Thread::execute(voi d*) + 73
    3   libSystem.B.dylib                 0x00007fff8963cfd6 _pthread_start + 331
    4   libSystem.B.dylib                 0x00007fff8963ce89 thread_start + 13
    Thread 23:
    0   libSystem.B.dylib                 0x00007fff89603db6 semaphore_wait_trap + 10
    1   ...akt4.MusicDevice.component     0x000000012dcca638BEngine::AuxProcessThreadPr oc(int) + 72
    2   ...akt4.MusicDevice.component     0x000000012d7056f9NI::GP::Thread::execute(voi d*) + 73
    3   libSystem.B.dylib                 0x00007fff8963cfd6 _pthread_start + 331
    4   libSystem.B.dylib                 0x00007fff8963ce89 thread_start + 13
    Thread 24:
    0   libSystem.B.dylib                 0x00007fff89603db6 semaphore_wait_trap + 10
    1   ...akt4.MusicDevice.component     0x000000012dcca638BEngine::AuxProcessThreadPr oc(int) + 72
    2   ...akt4.MusicDevice.component     0x000000012d7056f9NI::GP::Thread::execute(voi d*) + 73
    3   libSystem.B.dylib                 0x00007fff8963cfd6 _pthread_start + 331
    4   libSystem.B.dylib                 0x00007fff8963ce89 thread_start + 13
    Thread 25:
    0   libSystem.B.dylib                 0x00007fff89603db6 semaphore_wait_trap + 10
    1   ...akt4.MusicDevice.component     0x000000012dcca638BEngine::AuxProcessThreadPr oc(int) + 72
    2   ...akt4.MusicDevice.component     0x000000012d7056f9NI::GP::Thread::execute(voi d*) + 73
    3   libSystem.B.dylib                 0x00007fff8963cfd6 _pthread_start + 331
    4   libSystem.B.dylib                 0x00007fff8963ce89 thread_start + 13
    Thread 26:
    0   libSystem.B.dylib                 0x00007fff8960c66b szone_free + 332
    1   com.apple.CoreFoundation          0x00007fff89b52c55 _CFRelease + 613
    2   com.apple.CoreFoundation          0x00007fff89b74fc3 __CFArrayReleaseValues + 435
    3   com.apple.CoreFoundation          0x00007fff89b52aa3 _CFRelease + 179
    4   com.apple.mainstage               0x000000010027f31estd::vector<__gnu_cxx::_Hashtable_node<std::pair<void*co nst, WsGLLayerItem*> >*,std::allocator<__gnu_cxx::_Hashtable_node<std::pair<void*const, WsGLLayerItem*> >*>>::_M_fill_insert(__gnu_cxx::__normal_iterator<__gnu_cxx::_Hashtable_node<st d::pair<void*const, WsGLLayerItem*> >**,std::vector<__gnu_cxx::_Hashtable_node<std::pair<void*const, WsGLLayerItem*> >*,std::allocator<__gnu_cxx::_Hashtable_node<std::pair<void*const, WsGLLayerItem*> >*> > >, unsigned long,__gnu_cxx::_Hashtable_node<std::pair<void* const,WsGLLayerItem*> >* const&) + 1032030
    5   com.apple.mainstage               0x0000000100281cadstd::vector<__gnu_cxx::_Hashtable_node<std::pair<void*co nst, WsGLLayerItem*> >*,std::allocator<__gnu_cxx::_Hashtable_node<std::pair<void*const, WsGLLayerItem*> >*>>::_M_fill_insert(__gnu_cxx::__normal_iterator<__gnu_cxx::_Hashtable_node<st d::pair<void*const, WsGLLayerItem*> >**,std::vector<__gnu_cxx::_Hashtable_node<std::pair<void*const, WsGLLayerItem*> >*,std::allocator<__gnu_cxx::_Hashtable_node<std::pair<void*const, WsGLLayerItem*> >*> > >, unsigned long,__gnu_cxx::_Hashtable_node<std::pair<void* const,WsGLLayerItem*> >* const&) + 1042669
    6   com.apple.CoreFoundation          0x00007fff89b74fc3 __CFArrayReleaseValues + 435
    7   com.apple.CoreFoundation          0x00007fff89b52aa3 _CFRelease + 179
    8   com.apple.mainstage               0x000000010027c72dstd::vector<__gnu_cxx::_Hashtable_node<std::pair<void*co nst, WsGLLayerItem*> >*,std::allocator<__gnu_cxx::_Hashtable_node<std::pair<void*const, WsGLLayerItem*> >*>>::_M_fill_insert(__gnu_cxx::__normal_iterator<__gnu_cxx::_Hashtable_node<st d::pair<void*const, WsGLLayerItem*> >**,std::vector<__gnu_cxx::_Hashtable_node<std::pair<void*const, WsGLLayerItem*> >*,std::allocator<__gnu_cxx::_Hashtable_node<std::pair<void*const, WsGLLayerItem*> >*> > >, unsigned long,__gnu_cxx::_Hashtable_node<std::pair<void* const,WsGLLayerItem*> >* const&) + 1020781
    9   com.apple.mainstage               0x000000010028522estd::vector<__gnu_cxx::_Hashtable_node<std::pair<void*co nst, WsGLLayerItem*> >*,std::allocator<__gnu_cxx::_Hashtable_node<std::pair<void*const, WsGLLayerItem*> >*>>::_M_fill_insert(__gnu_cxx::__normal_iterator<__gnu_cxx::_Hashtable_node<st d::pair<void*const, WsGLLayerItem*> >**,std::vector<__gnu_cxx::_Hashtable_node<std::pair<void*const, WsGLLayerItem*> >*,std::allocator<__gnu_cxx::_Hashtable_node<std::pair<void*const, WsGLLayerItem*> >*> > >, unsigned long,__gnu_cxx::_Hashtable_node<std::pair<void* const,WsGLLayerItem*> >* const&) + 1056366
    10  com.apple.mainstage               0x0000000100285b3cstd::vector<__gnu_cxx::_Hashtable_node<std::pair<void*co nst, WsGLLayerItem*> >*,std::allocator<__gnu_cxx::_Hashtable_node<std::pair<void*const, WsGLLayerItem*> >*>>::_M_fill_insert(__gnu_cxx::__normal_iterator<__gnu_cxx::_Hashtable_node<st d::pair<void*const, WsGLLayerItem*> >**,std::vector<__gnu_cxx::_Hashtable_node<std::pair<void*const, WsGLLayerItem*> >*,std::allocator<__gnu_cxx::_Hashtable_node<std::pair<void*const, WsGLLayerItem*> >*> > >, unsigned long,__gnu_cxx::_Hashtable_node<std::pair<void* const,WsGLLayerItem*> >* const&) + 1058684
    11  com.apple.mainstage               0x000000010021fdd7std::vector<__gnu_cxx::_Hashtable_node<std::pair<void*co nst, WsGLLayerItem*> >*,std::allocator<__gnu_cxx::_Hashtable_node<std::pair<void*const, WsGLLayerItem*> >*>>::_M_fill_insert(__gnu_cxx::__normal_iterator<__gnu_cxx::_Hashtable_node<st d::pair<void*const, WsGLLayerItem*> >**,std::vector<__gnu_cxx::_Hashtable_node<std::pair<void*const, WsGLLayerItem*> >*,std::allocator<__gnu_cxx::_Hashtable_node<std::pair<void*const, WsGLLayerItem*> >*> > >, unsigned long,__gnu_cxx::_Hashtable_node<std::pair<void* const,WsGLLayerItem*> >* const&) + 641559
    12  com.apple.mainstage               0x000000010022c65astd::vector<__gnu_cxx::_Hashtable_node<std::pair<void*co nst, WsGLLayerItem*> >*,std::allocator<__gnu_cxx::_Hashtable_node<std::pair<void*const, WsGLLayerItem*> >*>>::_M_fill_insert(__gnu_cxx::__normal_iterator<__gnu_cxx::_Hashtable_node<st d::pair<void*const, WsGLLayerItem*> >**,std::vector<__gnu_cxx::_Hashtable_node<std::pair<void*const, WsGLLayerItem*> >*,std::allocator<__gnu_cxx::_Hashtable_node<std::pair<void*const, WsGLLayerItem*> >*> > >, unsigned long,__gnu_cxx::_Hashtable_node<std::pair<void* const,WsGLLayerItem*> >* const&) + 692890
    13  com.apple.Foundation              0x00007fff860d5204 __NSThread__main__ + 1429
    14  libSystem.B.dylib                 0x00007fff8963cfd6 _pthread_start + 331
    15  libSystem.B.dylib                 0x00007fff8963ce89 thread_start + 13
    Thread 27:
    0   libSystem.B.dylib                 0x00007fff89603d7a mach_msg_trap + 10
    1   libSystem.B.dylib                 0x00007fff896043ed mach_msg + 59
    2   com.apple.CoreFoundation          0x00007fff89b93932 __CFRunLoopRun + 1698
    3   com.apple.CoreFoundation          0x00007fff89b92dbf CFRunLoopRunSpecific + 575
    4   com.apple.Foundation              0x00007fff8610fc64 -[NSRunLoop(NSRunLoop) runMode:beforeDate:] + 270
    5   com.apple.Foundation              0x00007fff8610fb43 -[NSRunLoop(NSRunLoop) run] + 77
    6   com.apple.mainstage               0x0000000100049271 0x100000000 + 299633
    7   com.apple.Foundation              0x00007fff860d5204 __NSThread__main__ + 1429
    8   libSystem.B.dylib                 0x00007fff8963cfd6 _pthread_start + 331
    9   libSystem.B.dylib                 0x00007fff8963ce89 thread_start + 13
    Thread 28:
    0   libSystem.B.dylib                 0x00007fff89603db6 semaphore_wait_trap + 10
    1   com.apple.mainstage               0x000000010009667f std::deque<renderItemStore*,std::allocator<renderItemStore*> >::_M_reallocate_map(unsignedlong, bool) + 309647
    2   com.apple.mainstage               0x0000000100049336 0x100000000 + 299830
    3   com.apple.Foundation              0x00007fff860d5204 __NSThread__main__ + 1429
    4   libSystem.B.dylib                 0x00007fff8963cfd6 _pthread_start + 331
    5   libSystem.B.dylib                 0x00007fff8963ce89 thread_start + 13
    Thread 29:
    0   libSystem.B.dylib                 0x00007fff8961da2a __workq_kernreturn + 10
    1   libSystem.B.dylib                 0x00007fff8961de3c _pthread_wqthread + 917
    2   libSystem.B.dylib                 0x00007fff8961daa5 start_wqthread + 13
    Thread 30:
    0   libSystem.B.dylib                 0x00007fff8961da2a __workq_kernreturn + 10
    1   libSystem.B.dylib                 0x00007fff8961de3c _pthread_wqthread + 917
    2   libSystem.B.dylib                 0x00007fff8961daa5 start_wqthread + 13
    Thread 10 crashed with X86 Thread State(64-bit):
      rax: 0x000000019f2a9c50  rbx:0x000000019f46f730  rcx: 0x0000000127861838  rdx: 0x00000001278617f8
      rdi: 0x000000019f2a9c50  rsi:0x00007fff877cf450  rbp: 0x00000001278619a0  rsp: 0x0000000127861738
       r8: 0x0000000000000010   r9:0x0000000184605ef0  r10: 0x0000000187696420  r11: 0x0000000000000071
      r12: 0x0000000000000000  r13:0x0000000104144948  r14: 0x000000012837bee0  r15: 0x000008075f79df48
      rip: 0x00007fff8a055f0c  rfl:0x0000000000010206  cr2: 0x0000000000000081
    Binary Images:
           0x100000000 -        0x1003d1fef com.apple.mainstage 2.1.3 (416.81)<0D4579CC-E974-295B-E628-7085BD90B54D>/Applications/MainStage.app/Conte nts/MacOS/MainStage
           0x100516000 -        0x100534fef com.apple.XSKey 1.0.0 (52) <800DD908-E341-2BCD-11D9-DEAC7E8197E9>/Library/Frameworks/XSKey.framework/Versi ons/A/XSKey
           0x100546000 -        0x10056aff7 com.apple.music.apps.MAApogeeSupport 9.1.4 (311.43)<AD18589F-65CF-96F7-93EC-C2CC828EC068>/Applications/MainStage.app/Conte nts/Frameworks/MAApogeeSupport.framework/Versions/A/MAApogeeSupport
           0x10057e000 -        0x100583fff com.apple.music.apps.MAResources 9.1.4 (211.44)<CB396859-FBE8-D4FA-161A-E89310E61A38>/Applications/MainStage.app/Conte nts/Frameworks/MAResources.framework/Versions/A/MAResources
           0x100586000 -        0x100bb5ff7 com.apple.music.apps.MADSP 9.1.4 (586.80)<391FF3FC-5562-1BA3-32C0-0712BEE5292B>/Applications/MainStage.app/Conte nts/Frameworks/MADSP.framework/Versions/A/MADSP
           0x101480000 -        0x101b1cff7 com.apple.music.apps.LogicPro 9.1.4 (1700.6)<8D2E2790-9770-00F0-1E7D-998672822E06>/Applications/MainStage.app/Conte nts/Frameworks/LogicPro.framework/Versions/A/LogicPro
           0x101e55000 -        0x101ed3fff com.apple.music.apps.LogicLoopBrowser 9.1.4 (1700.6)<CCF2C517-4FB9-07B2-786C-B1BC20F12858>/Applications/MainStage.app/Conte nts/Frameworks/LogicLoopBrowser.framework/Versions/A/LogicLoopBrowser
           0x101f16000 -        0x102359ff7 com.apple.music.apps.MAPlugInGUI 9.1.4 (423.55)<2E8A9117-A2D2-CC27-D89F-7297784B5915>/Applications/MainStage.app/Conte nts/Frameworks/MAPlugInGUI.framework/Versions/A/MAPlugInGUI
           0x1026f2000 -        0x102755ff7 com.apple.music.apps.MALoopManagement 9.1.4 (218.43)<9C236651-AD0B-D3C1-ED5C-1C5EAEEAE17A>/Applications/MainStage.app/Conte nts/Frameworks/MALoopManagement.framework/Versions/A/MALoopManagement
           0x102794000 -        0x10282aff7 com.apple.music.apps.MACore 9.1.4 (475.83)<8EF64B6F-F1B7-1D19-BCBE-B2B41F6DF1D2>/Applications/MainStage.app/Conte nts/Frameworks/MACore.framework/Versions/A/MACore
           0x102893000 -        0x1028f2fef com.apple.music.apps.MAHarmony 9.1.4 (198.43)<EA8D12A2-ABC9-0B05-FBA9-9B602EE476B6>/Applications/MainStage.app/Conte nts/Frameworks/MAHarmony.framework/Versions/A/MAHarmony
           0x10291f000 -        0x10296fff7 com.apple.audio.midi.CoreMIDI 1.7.1 (42)<E7DBCE93-A637-ABA2-B623-6A76B82EE243>/System/Library/Frameworks/CoreMIDI.f ramework/Versions/A/CoreMIDI
           0x102997000 -        0x102c25ff7 com.apple.prokit 7.0.1 (1331.1)<0C6C56BB-83E2-7090-90D0-C9005C955F8A>/System/Library/PrivateFrameworks /ProKit.framework/Versions/A/ProKit
           0x102da7000 -        0x102de2ff7 com.apple.music.apps.MAAudioUnitSupport 9.1.4 (231.69)<6174AA53-7CC5-9807-8E44-BA03F1AE14A3>/Applications/MainStage.app/Conte nts/Frameworks/MAAudioUnitSupport.framework/Versions/A/MAAudioUnitSupport
           0x102e0e000 -        0x102e21ff7 com.apple.AERegistration 1.2 (401)<7877F319-A183-7659-8FA7-425253D5A6D4>/Applications/MainStage.app/Contents /Frameworks/AERegistration.framework/Versions/A/AERegistration
           0x102e3a000 -        0x102ef6fe7 com.apple.music.apps.MAFiles 9.1.4 (143.58)<ADA54C99-1F10-4DF0-68D1-0C2CAEC05CF7>/Applications/MainStage.app/Conte nts/Frameworks/MAFiles.framework/Versions/A/MAFiles
           0x102f34000 -        0x102faefef com.apple.music.apps.MAAudioEngine 9.1.4 (156.81)<586690D9-11B6-FDE1-7F8D-FE0F99D25568>/Applications/MainStage.app/Conte nts/Frameworks/MAAudioEngine.framework/Versions/A/MAAudioEngine
           0x103028000 -        0x103033fff com.apple.music.apps.MAToolKit 9.1.4 (357.47)<D52EEB39-31C3-8694-D2DB-1AB2757A6034>/Applications/MainStage.app/Conte nts/Frameworks/MAToolKit.framework/Versions/A/MAToolKit
           0x10303b000 -        0x103121fe7 libcrypto.0.9.7.dylib 0.9.7 (compatibility 0.9.7)<64B3566E-5F3A-A466-ED3F-B91F4B3E5F56>/usr/lib/libcrypto.0.9.7.dylib
           0x103179000 -        0x1031a5fff com.apple.audio.CoreAudioKit 1.6.1 (1.6.1)<45C04031-42F8-D096-1CC3-0CA266FDAC61>/System/Library/Frameworks/CoreAud ioKit.framework/Versions/A/CoreAudioKit
           0x1031be000 -        0x1031e0ff7 libexpat.1.dylib 7.2.0 (compatibility 7.0.0)<7D173736-CBDF-F02F-2D07-B38F565D5ED4>/usr/lib/libexpat.1.dylib
           0x10328b000 -        0x1032c8ff7 com.apple.prokit.SnowLeopardPanels 7.0.1 (1331.1)<3585FB91-33B6-1BF3-A716-85D069944820>/System/Library/PrivateFrameworks /ProKit.framework/Versions/A/Resources/SnowLeopardPanels.bundle/Contents/MacOS/S nowLeopardPanels
           0x1037e1000 -        0x1037e5fff com.apple.audio.AudioIPCPlugIn 1.1.6 (1.1.6)<917E3DC8-E34D-B130-F61F-50808466E674>/System/Library/Extensions/AudioIP CDriver.kext/Contents/Resources/AudioIPCPlugIn.bundle/Contents/MacOS/AudioIPCPlu gIn
           0x1037ea000 -        0x1037f0ff7 com.apple.audio.AppleHDAHALPlugIn 2.0.5 (2.0.5f14)<C35BDA60-35FC-4BE7-B378-DCC73D99E2C9>/System/Library/Extensions/Appl eHDA.kext/Contents/PlugIns/AppleHDAHALPlugIn.bundle/Contents/MacOS/AppleHDAHALPl ugIn
           0x1037f5000 -        0x1037f7ff7 com.apple.music.apps.anvil.resources 9.1.4 (279.41)<1FA5F038-F9E5-A68B-22A2-0C846EF640BE>/Applications/MainStage.app/Conte nts/Resources/anvil.res/Contents/MacOS/anvil
           0x11a451000 -        0x11a453ff7 com.apple.music.apps.common.resources 9.1.4 (279.41)<BAC02EF6-513A-C48B-9230-BD75BA5AF09F>/Applications/MainStage.app/Conte nts/Resources/common.res/Contents/MacOS/common
           0x11a458000 -        0x11a45aff7 com.apple.music.apps.efx.resources 9.1.4 (279.41)<8DA88539-7817-CFFD-79CE-5F743E639939>/Applications/MainStage.app/Conte nts/Resources/efx.res/Contents/MacOS/efx
           0x11ae9f000 -        0x11aea1ff7 com.apple.music.apps.egt.resources 9.1.4 (279.41)<4491FDC3-D35C-19E5-517F-CA61C6CCE61D>/Applications/MainStage.app/Conte nts/Resources/egt.res/Contents/MacOS/egt
           0x11aea6000 -        0x11aea8ff7 com.apple.music.apps.emx.resources 9.1.4 (279.41)<0CB55B32-1086-3226-D8A6-763D7FFCA6C4>/Applications/MainStage.app/Conte nts/Resources/emx.res/Contents/MacOS/emx
           0x11aead000 -        0x11aeafff7 com.apple.music.apps.es1.resources 9.1.4 (279.41)<2FEF0FE7-2C90-1031-00A0-9E73CA79AB3F>/Applications/MainStage.app/Conte nts/Resources/es1.res/Contents/MacOS/es1
           0x11aeb4000 -        0x11aeb6ff7 com.apple.music.apps.es2.resources 9.1.4 (279.41)<FC84A8EA-CD92-17EB-8E12-F3B1697DBAD3>/Applications/MainStage.app/Conte nts/Resources/es2.res/Contents/MacOS/es2
           0x11aebb000 -        0x11aebdff7 com.apple.music.apps.evb3.resources 9.1.4 (279.41)<C1697734-92DB-1DF3-072C-E1883DBBD89B>/Applications/MainStage.app/Conte nts/Resources/evb3.res/Contents/MacOS/evb3
           0x11aec2000 -        0x11aec4ff7 com.apple.music.apps.evd6.resources 9.1.4 (279.41)<BC12F0CD-FCAE-14AB-C21F-8CF5E23F3E65>/Applications/MainStage.app/Conte nts/Resources/evd6.res/Contents/MacOS/evd6
           0x11aec9000 -        0x11aecbff7 com.apple.music.apps.evoc.resources 9.1.4 (279.41)<F82FDDBA-34F3-4E90-36E0-26EDB43BAF19>/Applications/MainStage.app/Conte nts/Resources/evoc.res/Contents/MacOS/evoc
           0x11aed0000 -        0x11aed2ff7 com.apple.music.apps.evp88.resources 9.1.4 (279.41)<767DBD03-14CB-79B7-48CB-01351E3E5109>/Applications/MainStage.app/Conte nts/Resources/evp88.res/Contents/MacOS/evp88
           0x11aed7000 -        0x11aed9ff7 com.apple.music.apps.exs24.resources 9.1.4 (279.41)<4374C420-7AFE-9EDA-2F35-1A8B1D976511>/Applications/MainStage.app/Conte nts/Resources/exs24.res/Contents/MacOS/exs24
           0x11aede000 -        0x11aee0ff7 com.apple.music.apps.guitaramp.resources 9.1.4 (279.41)<09A5D60A-873F-5FA8-B109-F4057AD564EF>/Applications/MainStage.app/Conte nts/Resources/guitaramp.res/Contents/MacOS/guitaramp
           0x11aee5000 -        0x11aee7ff7 com.apple.music.apps.guitarcontrols.resources 9.1.4 (279.41)<346AB499-059F-3626-315E-119BA209833B>/Applications/MainStage.app/Conte nts/Resources/guitarcontrols.res/Contents/MacOS/guitarcontrols
           0x11aeec000 -        0x11aeeeff7 com.apple.music.apps.looper.resources 9.1.4 (279.41)<E146238A-6883-E389-7441-A9980F72A374>/Applications/MainStage.app/Conte nts/Resources/looper.res/Contents/MacOS/looper
           0x11aef3000 -        0x11aef5ff7 com.apple.music.apps.mutapdel.resources 9.1.4 (279.41)<A2F1D176-8393-E8D7-40C7-924ED9239927>/Applications/MainStage.app/Conte nts/Resources/mutapdel.res/Contents/MacOS/mutapdel
           0x11aefa000 -        0x11aefcff7 com.apple.music.apps.pedalboard.resources 9.1.4 (279.41)<AAB1C139-516A-32ED-92C9-4AA402BE7D42>/Applications/MainStage.app/Conte nts/Resources/pedalboard.res/Contents/MacOS/pedalboard
           0x11af01000 -        0x11af03ff7 com.apple.music.apps.player.resources 9.1.4 (279.41)<5932D16C-C2F5-CC4C-19A5-F9DE3E33095D>/Applications/MainStage.app/Conte nts/Resources/player.res/Contents/MacOS/player
           0x11af08000 -        0x11af0aff7 com.apple.music.apps.revolver.resources 9.1.4 (279.41)<57616951-6BC7-BED6-D2D8-DCE606D2007B>/Applications/MainStage.app/Conte nts/Resources/revolver.res/Contents/MacOS/revolver
           0x11af0f000 -        0x11af11ff7 com.apple.music.apps.sphere.resources 9.1.4 (279.41)<8AB41F93-ED0F-3EEF-D7BE-D2AAF2D31CD1>/Applications/MainStage.app/Conte nts/Resources/sphere.res/Contents/MacOS/sphere
           0x11afd7000 -        0x11afd9fef com.apple.textencoding.unicode 2.3 (2.3)<D95D796E-4D14-665C-F439-4652C0CD453F>/System/Library/TextEncodings/Unicod eEncodings.bundle/Contents/MacOS/Unicode Encodings
           0x11c6fc000 -        0x11c722fff GLRendererFloat ??? (???) <490221DD-53D9-178E-3F31-3A4974D34DCD>/System/Library/Frameworks/OpenGL.framewo rk/Resources/GLRendererFloat.bundle/GLRendererFloat
           0x11c862000 -        0x11c9f5fe7 GLEngine ??? (???) <53A8A7E8-4846-D236-F3D9-DA3F2AF686D8>/System/Library/Frameworks/OpenGL.framewo rk/Resources/GLEngine.bundle/GLEngine
           0x128983000 -        0x128da6fef libclh.dylib 3.1.1 C  (3.1.1) <432F5475-F934-92A0-FB49-78F03DA82176>/System/Library/Extensions/GeForceGLDrive r.bundle/Contents/MacOS/libclh.dylib
           0x12d470000 -        0x12e9c4fef+Kontakt 4.MusicDevice.component 4.2.3.4914 (4.2.3, Copyright © 2010Native Instruments) <B0C01D43-BAA1-C8AC-C6D9-32E081C53FDF>/Library/Audio/Plug-Ins/Components/Kontak t4.component/Contents/MacOS/Kontakt 4
           0x130400000 -        0x130436ff7+se.propellerheads.rex.library 1.7.0 (1.7.0)<55A4808A-FF69-8A7F-B907-32627CC33D78> /Library/ApplicationSupport/Native Instruments/Helper/REX SharedLibrary.bundle/Contents/MacOS/REX Shared Library
           0x131184000 -        0x1314e3fff+de.native-instruments.kconvert.macho.bundle 3.0.0.7 (3.0.0.7)<07BEE388-0A6F-FE6C-0520-D3DD99123AB4> /Library/ApplicationSupport/Native Instruments/Kontakt4/kconvert.bundle/Contents/MacOS/kconvert
           0x200000000 -        0x200787fe7 com.apple.GeForceGLDriver 1.6.36 (6.3.6)<4F23289A-D45A-0630-8D7F-4C35A4D2AA00>/System/Library/Extensions/GeForce GLDriver.bundle/Contents/MacOS/GeForceGLDriver
        0x7fff5fc00000 -     0x7fff5fc3bdef dyld 132.1 (???) <B536F2F1-9DF1-3B6C-1C2C-9075EA219A06>/usr/lib/dyld
        0x7fff80003000 -     0x7fff80023ff7 com.apple.DirectoryService.Framework 3.6 (621.11)<AD76C757-6701-BDB5-631E-1CB77D669586>/System/Library/Frameworks/Direct oryService.framework/Versions/A/DirectoryService
        0x7fff8002a000 -     0x7fff8006bfef com.apple.CoreMedia 0.484.52 (484.52)<3F868AF8-1089-10C3-DCEB-565690FD9742>/System/Library/PrivateFrameworks /CoreMedia.framework/Versions/A/CoreMedia
        0x7fff800ac000 -     0x7fff800d1ff7 com.apple.CoreVideo 1.6.2 (45.6)<E138C8E7-3CB6-55A9-0A2C-B73FE63EA288>/System/Library/Frameworks/CoreVide o.framework/Versions/A/CoreVideo
        0x7fff800d2000 -     0x7fff8016cfe7 com.apple.ApplicationServices.ATS 275.16 (???)<4B70A2FC-1902-5F27-5C3B-5C78C283C6EA>/System/Library/Frameworks/Applicati onServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/ATS
        0x7fff8016d000 -     0x7fff80245ff7 com.apple.DiscRecording 5.0.9 (5090.4.2)<1559C58F-ABD2-0C13-7E1D-75450FEC41D4>/System/Library/Frameworks/Disc Recording.framework/Versions/A/DiscRecording
        0x7fff802c3000 -     0x7fff80353fff com.apple.SearchKit 1.3.0 (1.3.0)<45BA1053-9196-3C2F-2421-AFF5E09627CC>/System/Library/Frameworks/CoreSer vices.framework/Versions/A/Frameworks/SearchKit.framework/Versions/A/SearchKit
        0x7fff80354000 -     0x7fff80355ff7 com.apple.TrustEvaluationAgent 1.1 (1)<A91CE5B9-3C63-5F8C-5052-95CCAB866F72>/System/Library/PrivateFrameworks/Trus tEvaluationAgent.framework/Versions/A/TrustEvaluationAgent
        0x7fff803f0000 -     0x7fff80439fef libGLU.dylib ??? (???) <1C050088-4AB2-2BC2-62E6-C969F925A945>/System/Library/Frameworks/OpenGL.framewo rk/Versions/A/Libraries/libGLU.dylib
        0x7fff8077e000 -     0x7fff8077eff7 com.apple.Accelerate 1.6 (Accelerate 1.6)<15DF8B4A-96B2-CB4E-368D-DEC7DF6B62BB>/System/Library/Frameworks/Accelerate .framework/Versions/A/Accelerate
        0x7fff807c9000 -     0x7fff809d6ff7 com.apple.JavaScriptCore 6534 (6534.49)<1D418EF7-CDBE-3832-0157-D853073948D0>/System/Library/Frameworks/JavaS criptCore.framework/Versions/A/JavaScriptCore
        0x7fff809d7000 -     0x7fff80a56fe7 com.apple.audio.CoreAudio 3.2.6 (3.2.6)<79E256EB-43F1-C7AA-6436-124A4FFB02D0>/System/Library/Frameworks/CoreAud io.framework/Versions/A/CoreAudio
        0x7fff80b72000 -     0x7fff80b7efff libbz2.1.0.dylib 1.0.5 (compatibility 1.0.0)<6FB0A8F4-72A1-D28F-E801-DE2C7498AFB9>/usr/lib/libbz2.1.0.dylib
        0x7fff80b7f000 -     0x7fff80b96fff com.apple.ImageCapture 6.1 (6.1)<79AB2131-2A6C-F351-38A9-ED58B25534FD>/System/Library/Frameworks/Carbon.fr amework/Versions/A/Frameworks/ImageCapture.framework/Versions/A/ImageCapture
        0x7fff80b97000 -     0x7fff80bfffff com.apple.MeshKitRuntime 1.1 (49.2)<A490FE03-313D-1317-A9B8-25EF75CB1A81>/System/Library/PrivateFrameworks/M eshKit.framework/Versions/A/Frameworks/MeshKitRuntime.framework/Versions/A/MeshK itRuntime
        0x7fff80c00000 -     0x7fff80c01fff liblangid.dylib ??? (???) <D0666597-B331-C43C-67BB-F2E754079A7A>/usr/lib/liblangid.dylib
        0x7fff80c02000 -     0x7fff80c33fff libGLImage.dylib ??? (???) <7F102A07-E4FB-9F52-B2F6-4E2D2383CA13>/System/Library/Frameworks/OpenGL.framewo rk/Versions/A/Libraries/libGLImage.dylib
        0x7fff80c34000 -     0x7fff80c34ff7 com.apple.Carbon 150 (152) <19B37B7B-1594-AD0A-7F14-FA2F85AD7241>/System/Library/Frameworks/Carbon.framewo rk/Versions/A/Carbon
        0x7fff80c35000 -     0x7fff80ceefff libsqlite3.dylib 9.6.0 (compatibility 9.0.0)<2C5ED312-E646-9ADE-73A9-6199A2A43150>/usr/lib/libsqlite3.dylib
        0x7fff80d0b000 -     0x7fff80d45fff com.apple.bom 10.0 (164) <316D9EB3-6D33-6E57-F63A-BA4DCFCE9941>/System/Library/PrivateFrameworks/Bom.fra mework/Versions/A/Bom
        0x7fff80d46000 -     0x7fff80f88fe7 com.apple.AddressBook.framework 5.0.4 (883)<3C634319-4B5B-592B-2D3A-A16336F93AA0>/System/Library/Frameworks/AddressBo ok.framework/Versions/A/AddressBook
        0x7fff80fc6000 -     0x7fff80fdaff7 com.apple.speech.synthesis.framework 3.10.35 (3.10.35)<574C1BE0-5E5E-CCAF-06F8-92A69CB2892D>/System/Library/Frameworks/Appli cationServices.framework/Versions/A/Frameworks/SpeechSynthesis.framework/Version s/A/SpeechSynthesis
        0x7fff80fe7000 -     0x7fff80ff2ff7 com.apple.speech.recognition.framework 3.11.1 (3.11.1)<C359B93B-CC9B-FC0B-959E-FB10674103A7>/System/Library/Frameworks/Carbon .framework/Versions/A/Frameworks/SpeechRecognition.framework/Versions/A/SpeechRe cognition
        0x7fff810c0000 -     0x7fff8110fff7 com.apple.DirectoryService.PasswordServerFramework 6.1 (6.1)<01B370FB-D524-F660-3826-E85B7F0D85CD>/System/Library/PrivateFrameworks/Pa sswordServer.framework/Versions/A/PasswordServer
        0x7fff8114f000 -     0x7fff81154fff libGFXShared.dylib ??? (???) <1D0D3531-9561-632C-D620-1A8652BEF5BC>/System/Library/Frameworks/OpenGL.framewo rk/Versions/A/Libraries/libGFXShared.dylib
        0x7fff81155000 -     0x7fff81166fff com.apple.DSObjCWrappers.Framework 10.6 (134)<CF1D9C05-8D77-0FFE-38E8-63D8A23E92E1>/System/Library/PrivateFrameworks/DS ObjCWrappers.framework/Versions/A/DSObjCWrappers
        0x7fff81167000 -     0x7fff81971fe7 libBLAS.dylib 219.0.0 (compatibility 1.0.0)<2F26CDC7-DAE9-9ABE-6806-93BBBDA20DA0>/System/Library/Frameworks/Accelera te.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libBLAS.dylib
        0x7fff819d2000 -     0x7fff819d2ff7 com.apple.CoreServices 44 (44)<DC7400FB-851E-7B8A-5BF6-6F50094302FB>/System/Library/Frameworks/CoreServic es.framework/Versions/A/CoreServices
        0x7fff819d3000 -     0x7fff819d3ff7 com.apple.ApplicationServices 38 (38)<0E2FC75E-2BE2-D04D-CA78-76E38A89DD30>/System/Library/Frameworks/Applicatio nServices.framework/Versions/A/ApplicationServices
        0x7fff819d4000 -     0x7fff81a1eff7 com.apple.Metadata 10.6.3 (507.15)<2EF19055-D7AE-4D77-E589-7B71B0BC1E59>/System/Library/Frameworks/CoreSe rvices.framework/Versions/A/Frameworks/Metadata.framework/Versions/A/Metadata
        0x7fff81a1f000 -     0x7fff81a81fe7 com.apple.datadetectorscore 2.0 (80.7)<C3A68083-AFB0-CFC6-8AA5-517C9D1489B6>/System/Library/PrivateFrameworks/D ataDetectorsCore.framework/Versions/A/DataDetectorsCore
        0x7fff81a8a000 -     0x7fff81af4fe7 libvMisc.dylib 268.0.1 (compatibility 1.0.0)<7BD7F19B-ACD4-186C-B42D-4DEBA6795628>/System/Library/Frameworks/Accelera te.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libvMisc.dylib
        0x7fff81af5000 -     0x7fff81af8ff7 com.apple.securityhi 4.0 (36638)<38935851-09E4-DDAB-DB1D-30ADC39F7ED0>/System/Library/Frameworks/Carbon. framework/Versions/A/Frameworks/SecurityHI.framework/Versions/A/SecurityHI
        0x7fff81af9000 -     0x7fff81bcdfe7 com.apple.CFNetwork 454.12.4 (454.12.4)<C83E2BA1-1818-B3E8-5334-860AD21D1C80>/System/Library/Frameworks/Core Services.framework/Versions/A/Frameworks/CFNetwork.framework/Versions/A/CFNetwor k
        0x7fff81bce000 -     0x7fff81e37fff com.apple.QuartzComposer 4.2 ({156.30})<C05B97F7-F543-C329-873D-097177226D79>/System/Library/Frameworks/Quar tz.framework/Versions/A/Frameworks/QuartzComposer.framework/Versions/A/QuartzCom poser
        0x7fff81e38000 -     0x7fff81e39ff7 com.apple.audio.units.AudioUnit 1.6.7 (1.6.7)<53299948-2554-0F8F-7501-04B34E49F6CF>/System/Library/Frameworks/AudioUn it.framework/Versions/A/AudioUnit
        0x7fff81e3a000 -     0x7fff81e57ff7 libPng.dylib ??? (???) <6D8E515B-E0A2-2BA1-9CAC-8CB8A8B35879>/System/Library/Frameworks/ApplicationSer vices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/lib Png.dylib
        0x7fff81e9c000 -     0x7fff81ea2ff7 com.apple.DiskArbitration 2.3 (2.3)<AAB5CC56-334A-3C60-3C27-54E8F34D754E>/System/Library/Frameworks/DiskArbit ration.framework/Versions/A/DiskArbitration
        0x7fff81ea3000 -     0x7fff81eb4ff7 libz.1.dylib 1.2.3 (compatibility 1.0.0)<FB5EE53A-0534-0FFA-B2ED-486609433717> /usr/lib/libz.1.dylib
        0x7fff81eb5000 -     0x7fff81f76fef com.apple.ColorSync 4.6.6 (4.6.6)<BB2C5813-C61D-3CBA-A8F7-0E59E46EBEE8>/System/Library/Frameworks/Applica tionServices.framework/Versions/A/Frameworks/ColorSync.framework/Versions/A/Colo rSync
        0x7fff81f77000 -     0x7fff81f8cff7 com.apple.LangAnalysis 1.6.6 (1.6.6)<DC999B32-BF41-94C8-0583-27D9AB463E8B>/System/Library/Frameworks/Applica tionServices.framework/Versions/A/Frameworks/LangAnalysis.framework/Versions/A/L angAnalysis
        0x7fff81fb0000 -     0x7fff81fbbfff com.apple.CrashReporterSupport 10.6.7 (258)<A2CBB18C-BD1C-8650-9091-7687E780E689>/System/Library/PrivateFrameworks/Cr ashReporterSupport.framework/Versions/A/CrashReporterSupport
        0x7fff81fbc000 -     0x7fff81fc1ff7 com.apple.CommonPanels 1.2.4 (91)<8B088D78-E508-6622-E477-E34C22CF2F67>/System/Library/Frameworks/Carbon.fra mework/Versions/A/Frameworks/CommonPanels.framework/Versions/A/CommonPanels
        0x7fff81fc2000 -     0x7fff81fc4fff com.apple.print.framework.Print 6.1 (237.1)<CA8564FB-B366-7413-B12E-9892DA3C6157>/System/Library/Frameworks/Carbon. framework/Versions/A/Frameworks/Print.framework/Versions/A/Print
        0x7fff81fc5000 -     0x7fff82047fff com.apple.QuickLookUIFramework 2.3 (327.6)<9093682A-0E2D-7D27-5F22-C96FD00AE970>/System/Library/Frameworks/Quartz. framework/Versions/A/Frameworks/QuickLookUI.framework/Versions/A/QuickLookUI
        0x7fff82048000 -     0x7fff82105fff com.apple.CoreServices.OSServices 359.2 (359.2)<BBB8888E-18DE-5D09-3C3A-F4C029EC7886>/System/Library/Frameworks/CoreSer vices.framework/Versions/A/Frameworks/OSServices.framework/Versions/A/OSServices
        0x7fff82106000 -     0x7fff824a3fe7 com.apple.QuartzCore 1.6.3 (227.37)<16DFF6CD-EA58-CE62-A1D7-5F6CE3D066DD>/System/Library/Frameworks/Quartz Core.framework/Versions/A/QuartzCore
        0x7fff824a4000 -     0x7fff824a5fff com.apple.MonitorPanelFramework 1.3.0 (1.3.0)<EC039008-5367-090D-51FD-EA4D2623671A>/System/Library/PrivateFrameworks/ MonitorPanel.framework/Versions/A/MonitorPanel
        0x7fff824a6000 -     0x7fff829acff7 com.apple.VideoToolbox 0.484.52 (484.52)<FA1B8197-8F5F-73CB-A9A1-49E0FB49CF51>/System/Library/PrivateFrameworks /VideoToolbox.framework/Versions/A/VideoToolbox
        0x7fff829ad000 -     0x7fff82cabfff com.apple.HIToolbox 1.6.5 (???)<AD1C18F6-51CB-7E39-35DD-F16B1EB978A8>/System/Library/Frameworks/Carbon.fr amework/Versions/A/Frameworks/HIToolbox.framework/Versions/A/HIToolbox
        0x7fff82cac000 -     0x7fff82dcbfe7 libcrypto.0.9.8.dylib 0.9.8 (compatibility 0.9.8)<14115D29-432B-CF02-6B24-A60CC533A09E>/usr/lib/libcrypto.0.9.8.dylib
        0x7fff82dcc000 -     0x7fff82e5bfff com.apple.PDFKit 2.5.1 (2.5.1)<C0E3AE4B-E71A-16D8-0D51-FB7D3E3AD793>/System/Library/Frameworks/Quartz. framewo

  • How to get locked records of a pernr while using PNP LDB

    is there any way to retrieve locked records of a pernr
    while using PNP LDB??currently the get pernr event is unable to load locked records of a pernr.

    Hi,
    PL use this piece of code in your Program..
    INITIALIZATION.
    PNP-SW-IGNORELOCKEDRECORDS = 'N'.
    Regards,
    Suresh Datti

  • Internet Explorer stops responding while using CodedUI test builder to record a test

    Hi,
    Here is my problem description:
    Internet explorer (9, 10, 11) stops responding while using CodedUI Test Builder to record a test scenario in IE. I am not able to input any values or click any buttons or perform any action on IE while recording a test on a remote desktop (visual studio
    and IE are both on remote machine). Also tried by directly accessing the machine but no luck. The test builder says 'could not record the last action...'
    A hand-coded script plays back fine without any problem.
    System Details:
    OS: Window 7 Professional with SP1 64-bit
    Browser: IE 11 (tried with IE 9/10 also with no luck)
    Visual Studio 2013 Ultimate Edition
    I have tried the following from my past similar experiences.
    1. Checked that I am recording on 32 bit IE
    2. Tried with IE 9/10/11
    3. Reset IE to factory settings
    I will appreciate if someone can share some thoughts on the likely problem(s) and any recommended solution.
    Regards,
    Pankaj

    Hi Pankaj,
    >>'could not record the last action...'.
    Actually it means that the coded UI test builder doesn't record the actions, I met this issue before when my machine is so busy, so I will get this issue if I record the steps so quickly.
    I'm not very sure that how you connect to your remote desktop and record the actions, but like the above actions, we have to make sure that the steps were recorded in the Recorded Action window like A.
    If not, please delete the steps from the no-recorded steps and re-record them again, maybe you could record the steps slowly.
    I doubt that the remote connection impacts the recorded actions performance.
    Best Regards,
    Jack
    We are trying to better understand customer views on social support experience, so your participation in this interview project would be greatly appreciated if you have time. Thanks for helping make community forums a great place.
    Click
    HERE to participate the survey.

  • Full text not getting displayed while using RSRT

    Hi,
    I am facing issue while downloading data using RSRT in BI system.
    When I go to RSRT and execute a report the output doesn't display full text for a characteristic. i.e. the characteristic has a size of 60 characters, but only 30 chars ( approx) are being displayed as report output in RSRT.
    COuld anyone here please help me in getting the full text using RSRT transaction?
    I am not using Bex here for the reason that the output has more than 1.8 lac records and hence I get an error while using Bex
    WHen I try to execute this report using Bex for a small selection I could see full text there.
    And there is no text master data maintained for this characteristic.
    Thanks in advance for your replies.

    Hi,
    As you said you have 1.8 Lac records, There is no point in increasing the size to maximum number possible i.e 65K .
    You have following three options to satisfy your requirement.:
    1.    Usage of  web reporting for export of more than 65k rows. According the note: 1127156 - Safety belt: Result set is too large, in BW version 7.x it I possible to set parameters that would allow such a massive export of data.
    2.    Functionality of OpenHubs. Data can be placed directly into the files (e.g. in CSV format) on application server. Be careful here OpenHubs are specially licensed and by using it there are additional fees.
    3.    Coding of custom ABAP report which runs BW query and gets all its output and saves it in the flat files.
    Please let me know if this info is helpful.
    Regards,
    Krishna Tangudu

  • UIImagePickerController Custom Overlay Black Screen issue while using Video trimming controller

    Hello Everyone ,
    I have problem while opening camera in recording mode using UIImagePicker Controller with custom overlay and it should open first time properly .But when i push to next view controller and return back again to open camera at that time camera displays black screen for few time.
    The Logic in the inside view controller is for VideoTrimming . For video trimming i have used "SAVideoRangeSlider" controll. SAVideoRange Silder perform task to get all thumbnail images from video which i have assign . It uses AVAsset  image generator class provided by apple to get image frames from videos and it runs in background using its handler method.
    Handler Method ::
    [self.imageGenerator generateCGImagesAsynchronouslyForTimes:times
                                                  completionHandler:^(CMTime requestedTime, CGImageRef image, CMTime actualTime,
                                                                      AVAssetImageGeneratorResult result, NSError *error) {
    I have nilling all the objects related to image generator class when i came back to Camera screen. still issues of black screen occur while opening camera.
    This issue occur in ios7 but not in ios6.
    Can anyone have any idea about this ...Please relply me ASAP.

    Hello Everyone ,
    I have problem while opening camera in recording mode using UIImagePicker Controller with custom overlay and it should open first time properly .But when i push to next view controller and return back again to open camera at that time camera displays black screen for few time.
    The Logic in the inside view controller is for VideoTrimming . For video trimming i have used "SAVideoRangeSlider" controll. SAVideoRange Silder perform task to get all thumbnail images from video which i have assign . It uses AVAsset  image generator class provided by apple to get image frames from videos and it runs in background using its handler method.
    Handler Method ::
    [self.imageGenerator generateCGImagesAsynchronouslyForTimes:times
                                                  completionHandler:^(CMTime requestedTime, CGImageRef image, CMTime actualTime,
                                                                      AVAssetImageGeneratorResult result, NSError *error) {
    I have nilling all the objects related to image generator class when i came back to Camera screen. still issues of black screen occur while opening camera.
    This issue occur in ios7 but not in ios6.
    Can anyone have any idea about this ...Please relply me ASAP.

  • Error while using threads in proc program

    Hi,
    I am getting the error fetched column value NULL (-1405) in proc program while using the threads.
    The execution of the program is as follows.
    Tot_Threads = 5 (Total threads, totally 5 records with value instance names)
    No_Of_threads = 1 (No Of threads executed at the same time)
    Example :
    INSTANCE_NAME – Link1, link2, link3, link4, link5 (All different Databases)
    NO_OF_THREADS - 5
    Threading Logic:
    Based on the maintanence NO_OF_THREADS, the program will process.
         If (NO_OF_THREADS == 0)
              Process_Sequence
         else
              if NO_OF_THREADS == TOT_THREADS
                   Process_Type1
              else
                   Process_Type2
    In a loop for all different instances,
    New context area will be created and allocated.
         New oracle session will be created.
         New structure will be created and all global parameters are assigned to that structure.
         For each instance, a new thread will be created (thr_create) and all the threads will call
         the same(MainProcess) function which takes the structure as parameter.
         At the end of every session, the corresponding oracle session will logged out.
    Process_Type1 logic :
         /* For Loop for all threads in a loop */
         for(Cnt=0;Cnt < Tot_Threads;Cnt++)
              /* Allocating new contect for every different thread */
              EXEC SQL CONTEXT ALLOCATE :ctx[Cnt];
              /* Connected to new oracle session */
              logon(ctx[Cnt],ConnStr);          
    /* Assigning all the global parameters to the structure and then passing it to InsertBatching function */
              DataSet[Cnt].THINDEX=Cnt;
              DataSet[Cnt].sDebug=DebugMode;
              strcpy(DataSet[Cnt].THNAME,(char *)InsNameArr[Cnt].arr);
              DataSet[Cnt].ctx=ctx[Cnt];
              /* creating new threads for time in a loop */
    RetVal = thr_create(NULL,0,InsertBatching,&DataSet[Cnt],THR_BOUND,&threads[Cnt]);
              sprintf(LocalStr1,"\nCreated thread %d", Cnt);
              DebugMessage(mptr,LocalStr1,DebugMode);
         for(Cnt=0;Cnt <Tot_Threads;Cnt++)
              /* Waiting for threads to complete */
              if (thr_join(threads[Cnt],NULL,NULL))
                   printf("\nError in thread Finish \n");
                   exit(-1);
              /* Logout from the specific oracle session */     
              logoff(ctx[Cnt]);
              /* Free the context area after usage */
              EXEC SQL CONTEXT FREE :ctx[Cnt];     
    used functions:
              thr_create with thr_suspend option
              thr_join to wait for the thread to complete
    Process_Type2 logic :
         Here the idea is , if the load is heavy , then we can change the maintanence of NO_OF_THREADS (Ex - 2), so that only two threads will be executed in the same time , others should wait for      the same to complete ,once the first two threads completed and the next two should be started and then in the same manner it will do for all the threads.
    The parameters passing and the structure passing are same as above.
    Here all threads will be created in suspended mode, and then only No_Of_threads(2) will
    be started, others will be in suspended mode, once the first two is completed then the
    other two thread will be started and in the same manner other threads.
         used functions:
              thr_create with thr_suspend option
              thr_continue to start the suspended thread
              thr_join to wait for the thread to complete
    Process_Sequence logic :
    Here the idea is , to run the program for all the instances , without creating the threads.Hence in the for loop , one by one instance will be taken and call the same function to Process. This will call the same function repeated for each different value. The parameters passing and the structure passing are same as above.
         The InsertBatching function will prepare the cursor and pick all records for batching and then , it will call other individual functions for processing. For all the functions the structure variable will be passed as parameter which holds all the neccessary values.
    Here in all the sub functions , we have used
         EXEC SQL CONTEXT USE :Var;
         Var is corresponding context allocated for that thread, which we assume that the corresponding context is used in all sub functions.
         EXEC SQL INCLUDE SQLCA;
    This statement we have given in InsertBatching Function not in all sub functiosn
    Example for the Sub functions used in the program :-
    /* File pointer fptr and dptr are general file pointers , to write the debub messages, DataStruct will hold all global parameters and also context area .
    int Insert(FILE fptr,FILE dptr,DataStruct d1)
    EXEC SQL BEGIN DECLARE SECTION;
         VARCHAR InsertStmt[5000];
    EXEC SQL END DECLARE SECTION;
    char LocalStr[2000];
    EXEC SQL CONTEXT USE :d1.ctx;
    InsertStmt will hold insert statement      
    EXEC SQL EXECUTE IMMEDIATE :InsertStmt;
    if (ERROR)
         sprintf(LocalStr,"\nError in Inserting Table - %s",d1.THNAME);
         DebugMessage(dptr,LocalStr,d1.sDebug);
         sprintf(LocalStr,"\n %d - %s - %s",sqlca.sqlcode,ERROR_MESG,d1.THNAME);
         DebugMessage(dptr,LocalStr,d1.sDebug);
         return 1;
    return 0;
    I get this error occationally and not always. While preparing the sql statement also i am getting this error.
    The code contains calls to some stored procedures also.
    Thanks in advance

    in every select nvl is handled and this error is occuring while preparing statements also

  • Error while using REMAP_TABLE and WHERE clause  together in IMPDP

    I am trying to move some records from a very large table to another small table.
    I am facing trouble while using REMAP_TABLE and WHERE clause together in IMPDP.
    Problem is data filter is not getting applied and all records are getting imported.
    here is how I have simulated this. please advice.
    CREATE TABLE TSHARRHB.TMP1
      A  NUMBER,
      B  NUMBER
    begin
    Insert into TSHARRHB.TMP1
       (A, B)
    Values
       (1, 1);
    Insert into TSHARRHB.TMP1
       (A, B)
    Values
       (2, 2);
    COMMIT;
    end;
    expdp system/password TABLES=tsharrhb.TMP1 DIRECTORY=GRDP_EXP_DIR DUMPFILE=TMP1.dmp REUSE_DUMPFILES=YES LOGFILE=EXP.log PARALLEL=8
    impdp system/password DIRECTORY=GRDP_EXP_DIR DUMPFILE=TMP1.dmp LOGFILE=imp.log PARALLEL=8 QUERY='TSHARRHB.TMP1:"WHERE TMP1.A = 2"'  REMAP_TABLE=TSHARRHB.TMP1:TMP3 CONTENT=DATA_ONLY
    Import: Release 11.2.0.1.0 - Production on Fri Dec 13 05:13:30 2013
    Copyright (c) 1982, 2009, Oracle and/or its affiliates.  All rights reserved.
    Connected to: Oracle Database 11g Enterprise Edition Release 11.2.0.3.0 - 64bit Production
    With the Partitioning, Automatic Storage Management, OLAP, Data Mining
    and Real Application Testing options
    Master table "SYSTEM"."SYS_IMPORT_FULL_01" successfully loaded/unloaded
    Starting "SYSTEM"."SYS_IMPORT_FULL_01":  system/********@GRD6.RBSG DIRECTORY=GRDP_EXP_DIR DUMPFILE=TMP1.dmp LOGFILE=SSD_93_TABLES_FULL_EXP.log PARALLEL=8 QUERY=TSHARRHB.TMP1:"WHERE TMP1.A = 2" REMAP_TABLE=TSHARRHB.TMP1:TMP3 CONTENT=DATA_ONLY
    Processing object type TABLE_EXPORT/TABLE/TABLE_DATA
    . . imported "TSHARRHB"."TMP3"                           5.421 KB       2 rows
    Job "SYSTEM"."SYS_IMPORT_FULL_01" successfully completed at 05:13:33
    here I am expecting only 1 record to get imported but both the records are getting imported. please advice.

    The strange thing compared to your output is that I get an error when I have table prefix in the query block:
    Connected to: Oracle Database 11g Enterprise Edition Release 11.2.0.4.0 - 64bit Production
    With the Partitioning, OLAP, Data Mining and Real Application Testing options
    Master table "SYSTEM"."SYS_IMPORT_FULL_01" successfully loaded/unloaded
    Starting "SYSTEM"."SYS_IMPORT_FULL_01":  system/******** DUMPFILE=TMP1.dmp LOGFILE=imp.log PARALLEL=8 QUERY=SYSADM.TMP1:"WHERE TMP1.A = 2" REMAP_TABLE=SYSADM.TMP1:TMP3 CONTENT=DATA_ONLY
    Processing object type TABLE_EXPORT/TABLE/TABLE_DATA
    ORA-31693: Table data object "SYSADM"."TMP3" failed to load/unload and is being skipped due to error:
    ORA-38500: Unsupported operation: Oracle XML DB not present
    Job "SYSTEM"."SYS_IMPORT_FULL_01" completed with 1 error(s) at Fri Dec 13 10:39:11 2013 elapsed 0 00:00:03
    And if I remove it, it works:
    Connected to: Oracle Database 11g Enterprise Edition Release 11.2.0.4.0 - 64bit Production
    With the Partitioning, OLAP, Data Mining and Real Application Testing options
    Master table "SYSTEM"."SYS_IMPORT_FULL_01" successfully loaded/unloaded
    Starting "SYSTEM"."SYS_IMPORT_FULL_01":  system/******** DUMPFILE=TMP1.dmp LOGFILE=imp.log PARALLEL=8 QUERY=SYSADM.TMP1:"WHERE A = 2" REMAP_TABLE=SYSADM.TMP1:TMP3 CONTENT=DATA_ONLY
    Processing object type TABLE_EXPORT/TABLE/TABLE_DATA
    . . imported "SYSADM"."TMP3"                             5.406 KB       1 out of 2 rows
    Job "SYSTEM"."SYS_IMPORT_FULL_01" successfully completed at Fri Dec 13 10:36:50 2013 elapsed 0 00:00:01
    Nicolas.
    PS: as you can see, I'm on 11.2.0.4, I do not have 11.2.0.1 that you seem to use.

  • Getting Error while using  LKM File to Oracle(SQLLDR) KM in ODI

    Hi All ,
    Could anyone please help me out on this error which i am getting while using LKM File to Oracle(SQLLDR)
    My Scenario :
    1. I have my CSV file created in one location with some records .
    2. Created a new interface having this CSV file as source(File Technology) and Table as target (Oracle technology)
    3. Here i want to get the contents from csv and store into the target table by using SQLLDR .For that i am using this KM- LKM File to Oracle(SQLLDR)
    4. By Executing the Interface i am getting following error at step 6 -call sqlldr
    org.apache.bsf.BSFException: exception from Jython:
    Traceback (most recent call last):
      File "<string>", line 22, in <module>
    Load Error: See E:\demo1\file/SALES.log for details
      at org.apache.bsf.engines.jython.JythonEngine.exec(JythonEngine.java:146)
      at com.sunopsis.dwg.codeinterpretor.SnpScriptingInterpretor.execInBSFEngine(SnpScriptingInterpretor.java:322)
      at com.sunopsis.dwg.codeinterpretor.SnpScriptingInterpretor.exec(SnpScriptingInterpretor.java:170)
      at com.sunopsis.dwg.dbobj.SnpSessTaskSql.scripting(SnpSessTaskSql.java:2472)
      at oracle.odi.runtime.agent.execution.cmd.ScriptingExecutor.execute(ScriptingExecutor.java:47)
      at oracle.odi.runtime.agent.execution.cmd.ScriptingExecutor.execute(ScriptingExecutor.java:1)
      at oracle.odi.runtime.agent.execution.TaskExecutionHandler.handleTask(TaskExecutionHandler.java:50)
      at com.sunopsis.dwg.dbobj.SnpSessTaskSql.processTask(SnpSessTaskSql.java:2913)
      at com.sunopsis.dwg.dbobj.SnpSessTaskSql.treatTask(SnpSessTaskSql.java:2625)
      at com.sunopsis.dwg.dbobj.SnpSessStep.treatAttachedTasks(SnpSessStep.java:577)
      at com.sunopsis.dwg.dbobj.SnpSessStep.treatSessStep(SnpSessStep.java:468)
      at com.sunopsis.dwg.dbobj.SnpSession.treatSession(SnpSession.java:2128)
      at oracle.odi.runtime.agent.processor.impl.StartSessRequestProcessor$2.doAction(StartSessRequestProcessor.java:366)
      at oracle.odi.core.persistence.dwgobject.DwgObjectTemplate.execute(DwgObjectTemplate.java:216)
      at oracle.odi.runtime.agent.processor.impl.StartSessRequestProcessor.doProcessStartSessTask(StartSessRequestProcessor.java:300)
      at oracle.odi.runtime.agent.processor.impl.StartSessRequestProcessor.access$0(StartSessRequestProcessor.java:292)
      at oracle.odi.runtime.agent.processor.impl.StartSessRequestProcessor$StartSessTask.doExecute(StartSessRequestProcessor.java:855)
      at oracle.odi.runtime.agent.processor.task.AgentTask.execute(AgentTask.java:126)
      at oracle.odi.runtime.agent.support.DefaultAgentTaskExecutor$2.run(DefaultAgentTaskExecutor.java:82)
      at java.lang.Thread.run(Thread.java:662)
    Caused by: Traceback (most recent call last):
      File "<string>", line 22, in <module>
    Load Error: See E:\demo1\file/SALES.log for details
      at org.python.core.PyException.fillInStackTrace(PyException.java:70)
      at java.lang.Throwable.<init>(Throwable.java:181)
      at java.lang.Exception.<init>(Exception.java:29)
      at java.lang.RuntimeException.<init>(RuntimeException.java:32)
      at org.python.core.PyException.<init>(PyException.java:46)
      at org.python.core.PyException.doRaise(PyException.java:219)
      at org.python.core.Py.makeException(Py.java:1166)
      at org.python.core.Py.makeException(Py.java:1170)
      at org.python.pycode._pyx2.f$0(<string>:59)
      at org.python.pycode._pyx2.call_function(<string>)
      at org.python.core.PyTableCode.call(PyTableCode.java:165)
      at org.python.core.PyCode.call(PyCode.java:18)
      at org.python.core.Py.runCode(Py.java:1204)
      at org.python.core.Py.exec(Py.java:1248)
      at org.python.util.PythonInterpreter.exec(PythonInterpreter.java:172)
      at org.apache.bsf.engines.jython.JythonEngine.exec(JythonEngine.java:144)
      ... 19 more
    Here the sales.log file is not created in the above directory .I am not getting  where it is actually went wrong.
    I searched for the solution and i could not find any.Please help me out as it is high priority for me.
    I tried to run SQL*Loader through command prompt and i am able to generate the data in the target table and not getting it through ODI.
    Atleast is there any workaround .Please suggest me.
    Environment Details: ODI_11.1.1.7.0, Oracle DB 11g
    Thanks,
    keerthi

    Which agent are you using to execute?
    Standalone? If standalone, did you start it with OPMN?  I've seen such issues with standalone agent started with OPMN.
    Generally these kind of issues occur when you try to run with standalone agent started with OPMN.
    Because OPMN does not have access to the environment shell variables PATH or ORACLE_HOME and therefore the sqlldr.exe binary (or other Oracle product binary) is not found for execution.
    In this case, you need to specify PATH and ORACLE_HOME variables in opmn.xml file like below for your agent(say "MyStandaloneAgent" in this case)
    <ias-component id="MyStandaloneAgent">
    <process-type id="odiagent" module-id="CUSTOM">
      <environment>
         <variable id="ORACLE_HOME" value="C:\oracle\product\11.2.0\client_1"/>
          <variable id="PATH" value="C:\oracle\product\11.2.0\client_1\BIN;$PATH"/>
    After that, start and stop the agent and try the execution once again.

  • Error while using ADF map component

    I am facing problem while using ADF map component to display geographical addresses on the map. Steps I have followed are as follows :
    1. I have created a simple table with structure.
    location_name varchar2(20),
    longitude number(10),
    latitude(10)
    This table is having records for actual values.
    2. I have created BC objects for accessing this table.
    3. Then I have added this data control to the JSP page as a ADF map and point theme. Here I have specified map viewer URL as http://elocation.oracle.com/mapviewer/. I have binded values for longitude and latitude to the values from EO. I have specified point data value as location_name. No value is specified for category.
    With this setup when I try to execute the page, it is throwing following error.
    DVT-26007: Theme mapPointTheme1 cannot be displayed because data at row 0(rowId=0001000000055445535431) does not have value.
    Can someone guide me on this please.....
    Message was edited by:
    user609092

    Hi,
    When we add point theme to the map, we specify the data control binding to this theme. This binding is done against the attribute names from the data control. I want to bind this theme input values to some variables. So that it can be changed at runtime. I think this can be done if we are able to use EL. So is it possible to achieve this? Could you please suggest me any other alternative way to achieve this.
    Thanks,
    Prashant

  • SQL types over PLSQL types while using Oracle Applications adapter in BPEL

    Use SQL types over PL/SQL types while using Oracle Applications adapter
    in BPEL/ ESB
    This document will be focusing on Oracle Applications adapter. However Database adapter is much like OA adapter (even OA adapter uses DB Adapter), so the readers who are interested to explore DB adapters, can relate things with this document and go further as well.
    Some Guidelines for writing PL/SQL APIs for OA Adapter
    As we know when we create a partner link from the OA adapter wizard it sometimes writes some wrapper script supportive to the OA Adapter WSDL which contains below
    * Object type for PL/SQL RECORD
    * Nested table of the given type for PL/SQL TABLE. For example, the nested table of NUMBER.
    * INTEGER substituted for PL/SQL BOOLEAN
    * Wrapper Script for converting above three set of data types . (PLSQL to SQL and SQL to PLSQL conversion functions)
    In runtime this wrapper script for converting PL/SQL to SQL and SQL to PL/SQL is an extra overhead.
    So the first advice would be to avoid the use of the below as parameters of PLSQL API being called by OA Adapter.
    * PL/SQL RECORD
    * PL/SQL TABLE. For example, the nested table of NUMBER.
    * PL/SQL BOOLEAN
    In other way we can say we should try to use only SQL data types in arguments if we are planning to call any PL/SQL API from the OA Adapter.
    If the requirement is to use a table or record uses the Object type. In place of BOOLEAN better to use VARCHAR or INTEGER what ever fulfills your requirement. Following this guideline we can reduce a huge number of Line of codes to be run each time the adapter being called.
    Generally, Oracle E-Biz standard APIs use PL/SQL record types and table types so when there is a requirement to call these API’s from OA Adapter (this is a common requirement in development), and if we directly browse the API in OA Adapter Configuration Wizard and create the partner link, again a huge number of code is written by the wizard in the wrapper script (a number of extra mapping of fields which are not being used in the interface).
    In this case better would be to create an Object type with only the required fields which are being used in that call and use them as parameters for the PLSQL API.

    Find the complete document
    http://www.4shared.com/file/167171882/29525116/Use_SQL_types_over_PLSQL_types.html

  • Getting Error in Infoview while using Date Range Filter in SAP BW Universe

    Hi,
    I have created a date range Filter in My Universe
    <FILTER KEY= "@Select(Debit Memo Date\L01 Debit Memo Date)">
    <CONDITION OPERATORCONDITION= "Between">    
    <CONSTANT CAPTION= "[ZFDAY_MTH].[LEVEL01]"/>
    <CONSTANT CAPTION= "[ZCBDATE].[LEVEL01]"/> </CONDITION></FILTER>
    It was Parsed "OK" without any errors.
    When I used this filter in my report it does not return any records, while there are some records which I had verified earlier. When I include the two fields "[ZFDAY_MTH].[LEVEL01] and "[ZCBDATE].[LEVEL01] in My Report with the filter I am getting the following error -
    A database error occured. The database error text is: A pointer intended for use is NULL. pConstantOperand is NULL in SAPSQLExpressionEvaluator::getOperandsFromCondition, exception raised at line 125 of file source/sofasqlexpressionevaluatorbase.cpp. (WIS 10901)
    If I remove the filter and run the report , it gives me the expected results.
    Please help me if anyone has faced this issue earlier.
    Thanks ,
    Pankaj Goswami

    Hi,
    How about using this code.
    I have not tested but I think if we follow this syntax pattern, it might work
    <FILTER KEY="[Debit Memo Date\L01 Debit Memo Date].[LEVEL01].[TECH_NAME]"><CONDITION OPERATORCONDITION="Between"><CONSTANT TECH_NAME="@select(ZFDAY_MTH.LEVEL01','D',,mono,free)"/><CONSTANT TECH_NAME="@select(ZCBDATE.LEVEL01','D',,mono,free)"/></CONDITION></FILTER>
    Regards,

  • Unable to select Quantitative data during creation of MIC while using  Clas

    *Unable to select Quantitative data during creation of MIC while using  Class characterstics*
    Dear All,
    I want to transfer MIC Result recording to Batch class.
    For that, i am trying to create MIC & giving class characteristic name in QS21, and then under control data,     I am unable to select, Quantitative. By default system is selecting Qualitative. But I want to create that MIC as Quantitative.
    Is there any setting for this?
    Please help...
    Thanks in advance
    Edited by: Sitarami Reddy  Kummeta on Nov 30, 2009 6:44 PM

    Hi
    to have master inspection characteristic quantitative ,the  class characteristic must be of  format "NUM":
    Regards
    Sujit

  • Can I use an external mic such as the Tascam iM2 while using FaceTime?

    HHi all. I want to improve my audio quality while using FaceTime with a small group. I can't seem to make the Tascam iM2 to work. does FaceTime support external mics? I'm using it on an iPad 2 using iOS 8.
    thanks much
    fletch

    Troy, I beg to disagree.  I've just done a test and find that I can record video from my external USB microphone (A logitech AK5370).  Here is the menu: 
    I can also select the system (line) input or an input from an app which captures sound from applications
    For info this is a user's discussion group and we are all users like you and not affiliated with Apple.
    Geoff.

Maybe you are looking for

  • IMac to TV

    I have a 32" insignia tv and dont know how to display the computer screen on to the tv -i have a: composite video cable, s-video cable, and mini dvi-to-video adapter ....basically i just want to go on abc.com and watch season 4 of lost on a bigger sc

  • Deploying a war file in weblogic7.0.1

    Iam using lomboz as a plugin for web development . when i deploy from eclipse it creates a war file and drops it in to the weblogic application directory .but weblogic takes a lot of time to deploy , it keeps showing the following message <Dec 13, 20

  • I7 iMac with Bootcamp 3.1 and Windows7 64-bit won't resume from sleep

    When I try to resume from sleep, by clicking the magic mouse button, the screen comes up and I can move the mouse around but the bluetooth keyboard does not work and I can't launch any programs. Have to use the rear button to force a power off and re

  • Recent Items in custom component.

    Hi Experts, Please provide me the necessary steps for showing  Recent Items in custom component. Thanks and Regards   Raja

  • Display only - losing data

    I am using apex 4 I have a page item that is display only. It gets populated dynamically as the user enters data.... works fine. However, during the validation process if there is a validation failure page returns it 'loses' its data. I have set the