Pause and Stop implementation in streaming audio

Hi,
I am building a program that transmits audio over a TCP connection(using ServerSocket and Socket classes). My problem is that I am not being able to correctly implement the 'Pause' and 'Stop' option. Let's go into more details:
When the "Play" button is clicked, following line is invoked:
   Play(){
     dataOut.write(fileToPlay.getBytes());
     // write the name of file requested to dataOut, and dataOut is the TCP socket's OutputStream
     //initilized as dataOut = dataSocket.getOutputStream
     controlOut.write( PLAY_REQUESTED_FILE);
     //an int argument, server interprets this and reads the dataOut
     //and sends the audio bytes after encoding
     Player P = new Palyer (dataIn, controlIn);
     PlayerThread pt = new Thread(p);
     pt.start();
}                    the Player class's run method is:
public void run() {
        stopReq = false;
     //here the line object is opened and started.
     int nBytesRead = 0;
     new Thread(stat).start(); //this thread gives continuos statistics of bandwidth used
     while (nBytesRead != -1) {
           nBytesRead = dataIn.read(buf);
           //some decoding of buf goes on here
            line.write(decoded, 0, decoded.length);
}          The server works in a very similar fashion:
     when the PLAY_REQUESTED_FILE command is recieved, if invokes this play method:
          File f = getFileName(dataIn); // this gets the file name from input stream of the sockt
     Streamer s = new Streamer(f, dataOut);
     StreamerThread st = new Thread(s);
     st.start();
          the Streamer class's run method is:
          while (fis.available() != 0 ) {
          fis.read(dataBuffer);
          //fis is the stream to read the File object passed to constructor
          //some compression happens here and then,
          dataOut.write(dataBuffer);
          please help me implement the stop and pause options(the client GUI has the pause and stop buttons in place).
     as always, help is greatly appreciated,
     thanks in advance
     Ishwar

thank you for your reply captfoss, i see that you're always the first one to reply, i am really grateful for that.
yes, i have already written code for issuing the stop and pause command, but i don't know how exactly one should implement them. i mean, i sure there'll have to to be some sort of lock object on which notify( ) and wait( ) methods will have to called, but i am not being able to do that. . something similar (but not same) thing has been discussed here http://www.javalobby.org/java/forums/t18465.html at the end of the page, please help as i have tried everything i can and still it adamantly refuses to work..

Similar Messages

  • How to pause and stop two "for loops" in an event

    Hi
    The main menu runs first and then goes to reading menu. After "Start Reading" button is pressed, the reading process will take readings.
    1) During reading process, if the "Pause Reading" button is pressed, I want that the two "for loops" are stopped and the two "for loop" counters do not reset. After the "Start Reading" button is pressed, the two "for loops" will continue to run.
    2) During reading process, if the "Stop Reading" button is pressed, I want that the two "for loops" are stopped and the two "for loop" counters are reset. After the "Start Reading" button is pressed, the two "for loops" will run again.
    The attached two VIs are simplified my real application. Any help will be appreciated.
    Thanks
    Steve
    Attachments:
    Main Menu Test.vi ‏9 KB
    Reading Menu Test.vi ‏23 KB

    You can't have those loops inside of the event structure.  Currently, when you press the start button, the reading has to finish before the event case finishes.  This will prevent the stop can cancel buttons from being processed by the event structure.
    You need another loop that can recieve commands from the event loop.  Look up the Queued Message Handler.  That should get you a good start on the command process.
    There are only two ways to tell somebody thanks: Kudos and Marked Solutions
    Unofficial Forum Rules and Guidelines

  • Download paused and stopped downloading

    while it was downloading, the process locked and indicates tht it has "paused".

    Try this. Open the Downloads folder in the Dock and drag the item out onto the desktop. Restart. After the machine is ready to use again, double-click the partially-downloaded file on the desktop. Its downloading should resume.

  • Logic Pro doesn't start and stops at "Initialising Core Audio" 32 bit

    Date/Time:       2013-06-16 10:26:44 +0100
    OS Version:      10.7.5 (Build 11G63b)
    Architecture:    x86_64
    Report Version:  9
    Command:         Logic Pro
    Path:            /Applications/Logic Pro.app/Contents/MacOS/Logic Pro
    Version:         9.1.8 (1700.67)
    Build Version:   2
    Project Name:    Logic
    Source Version:  17006700
    App Item ID:     459578486
    App External ID: 10394291
    Parent:          launchd [157]
    PID:             10011
    Event:           hang
    Duration:        1.33s
    Steps:           3 (100ms sampling interval, 11 steps avoided)
    Pageins:         0
    Pageouts:        0
    Process:         Logic Pro [10011]
    Path:            /Applications/Logic Pro.app/Contents/MacOS/Logic Pro
    Architecture:    i386
    UID:             501
      Thread 0x20d4f7   
      User stack:
        3 DummyConnection::DummyConnection() + 193 (in Logic Pro) [0x2bad5]
          3 NSProApplicationMain + 439 (in ProKit) [0xfd63ba]
            3 -[NSApplication run] + 911 (in AppKit) [0x98bc8ac1]
              3 -[NSApplication nextEventMatchingMask:untilDate:inMode:dequeue:] + 113 (in AppKit) [0x98bcc752]
                3 _DPSNextEvent + 1301 (in AppKit) [0x98bcd157]
                  3 AEProcessAppleEvent + 103 (in HIToolbox) [0x901bca86]
                    3 aeProcessAppleEvent + 253 (in AE) [0x964d7a54]
                      3 _ZL25dispatchEventAndSendReplyPK6AEDescPS_ + 43 (in AE) [0x964d7b67]
                        3 aeDispatchAppleEvent(AEDesc const*, AEDesc*, unsigned long, unsigned char*) + 202 (in AE) [0x964ee045]
                          3 _NSAppleEventManagerGenericHandler + 234 (in Foundation) [0x91256c49]
                            3 -[NSAppleEventManager dispatchRawAppleEvent:withRawReply:handlerRefCon:] + 476 (in Foundation) [0x91256e75]
                              3 __-[NSAppleEventManager setEventHandler:andSelector:forEventClass:andEventID:]_block_invoke_1 + 121 (in Foundation) [0x912580c2]
                                3 -[NSObject performSelector:withObject:withObject:] + 72 (in CoreFoundation) [0x9c4951c8]
                                  3 -[NSApplication(NSAppleEventHandling) _handleCoreEvent:withReplyEvent:] + 377 (in AppKit) [0x98bd00d6]
                                    3 -[NSApplication(NSAppleEventHandling) _handleAEOpenEvent:] + 277 (in AppKit) [0x98bd03c0]
                                      3 -[NSApplication _sendFinishLaunchingNotification] + 84 (in AppKit) [0x98bd189f]
                                        3 -[NSApplication _postDidFinishNotification] + 259 (in AppKit) [0x98bd1ba9]
                                          3 -[NSNotificationCenter postNotificationName:object:userInfo:] + 92 (in Foundation) [0x9121dfde]
                                            3 _CFXNotificationPost + 2776 (in CoreFoundation) [0x9c447688]
                                              3 ___CFXNotificationPost_block_invoke_1 + 275 (in CoreFoundation) [0x9c47c903]
                                                3 __-[NSNotificationCenter addObserver:selector:name:object:]_block_invoke_1 + 49 (in Foundation) [0x91232df1]
                                                  3 std::ostream& TraceOutContainer<CEvs>(std::ostream&, CEvs, char const*, int) + 6157587 (in Logic Pro) [0x61b893]
                                                    3 std::ostream& TraceOutContainer<CEvs>(std::ostream&, CEvs, char const*, int) + 1632764 (in Logic Pro) [0x1cad7c]
                                                      3 std::ostream& TraceOutContainer<CEvs>(std::ostream&, CEvs, char const*, int) + 1614926 (in Logic Pro) [0x1c67ce]
                                                        3 std::ostream& TraceOutContainer<CEvs>(std::ostream&, CEvs, char const*, int) + 3845621 (in Logic Pro) [0x3e7175]
                                                          3 std::ostream& TraceOutContainer<CEvs>(std::ostream&, CEvs, char const*, int) + 517025 (in Logic Pro) [0xba721]
                                                            3 std::ostream& TraceOutContainer<CEvs>(std::ostream&, CEvs, char const*, int) + 505915 (in Logic Pro) [0xb7bbb]
                                                              3 GetCurrentCoreAudioDeviceNameFromUserDefaults(signed char) + 12066 (in MAAudioEngine) [0x2b4e5f2]
                                                                3 MD::Init(int, bool) + 2555 (in MAAudioEngine) [0x2b43e2b]
                                                                  3 ReWireUpdateMIDIInfos() + 3226 (in MAAudioEngine) [0x2b5c7da]
                                                                    3 RWM2OpenDeviceImp + 77 (in ReWire) [0x18868b6d]
                                                                      3 RWIsReWireMixerAppRunningImp + 5307 (in ReWire) [0x1886a43b]
                                                                        3 ??? (in ReWire) [0x18864b96]
                                                                          3 ??? (in ReWire) [0x1886497c]
                                                                            3 RWDEFOpenDevice + 48 (in AutomapServerEngine) [0x13fe9661]
                                                                              3 Automap::Connect(Automap::Client*, AutomapConnectionStatus*) + 435 (in AutomapServerEngine) [0x13feaec3]
                                                                                3 DLLCreate + 37 (in AutomapClient) [0x194dbd08]
                                                                                  3 AutomapConnection::AutomapConnection(Automap::Client*) + 46 (in AutomapClient) [0x194da53a]
                                                                                    3 ServerConnected::ServerConnected() + 79 (in AutomapClient) [0x194e0c9b]
                                                                                       3 ServerConnected::BeginCall() + 63 (in AutomapClient) [0x194dde29]
                                                                                         3 Process::OSXMutex::Lock(int) + 49 (in AutomapClient) [0x194da095]
                                                                                           3 usleep$UNIX2003 + 60 (in libsystem_c.dylib) [0x97add558]
                                                                                             3 __semwait_signal + 10 (in libsystem_kernel.dylib) [0x98bb4bb2]
      Kernel stack:
        3 semaphore_wait_continue + 0 (in mach_kernel) [0xffffff8000234650]
      Thread 0x20d507     DispatchQueue 1701273966
      User stack:
        3 _dispatch_mgr_thread + 53 (in libdispatch.dylib) [0x9a6d2853]
          3 kevent + 10 (in libsystem_kernel.dylib) [0x98bb590a]
      Kernel stack:
        3 kqueue_scan + 416 (in mach_kernel) [0xffffff800053b4d0]
      Thread 0x20d51b   
      User stack:
        3 thread_start + 34 (in libsystem_c.dylib) [0x97b2c6de]
          3 _pthread_start + 335 (in libsystem_c.dylib) [0x97b28ed9]
            3 __NSThread__main__ + 1582 (in Foundation) [0x9127add5]
              3 -[NSThread main] + 45 (in Foundation) [0x9127ae25]
                3 +[NSURLConnection(NSURLConnectionReallyInternal) _resourceLoadLoop:] + 378 (in Foundation) [0x912870c4]
                  3 CFRunLoopRunInMode + 120 (in CoreFoundation) [0x9c432088]
                    3 CFRunLoopRunSpecific + 332 (in CoreFoundation) [0x9c4321dc]
                      3 __CFRunLoopRun + 1428 (in CoreFoundation) [0x9c432b04]
                        3 __CFRunLoopServiceMachPort + 170 (in CoreFoundation) [0x9c4299da]
                          3 mach_msg_trap + 10 (in libsystem_kernel.dylib) [0x98bb2c22]
      Kernel stack:
        3 ipc_mqueue_receive_continue + 0 (in mach_kernel) [0xffffff8000215930]
      Thread 0x20d551   
      User stack:
        3 thread_start + 34 (in libsystem_c.dylib) [0x97b2c6de]
          3 _pthread_start + 335 (in libsystem_c.dylib) [0x97b28ed9]
            3 AVS::DestroyAVCDeviceController(AVS::AVCDeviceController*) + 317 (in DVCPROHDMuxer) [0xff8798f]
              3 CFRunLoopRun + 129 (in CoreFoundation) [0x9c442f01]
                3 CFRunLoopRunSpecific + 332 (in CoreFoundation) [0x9c4321dc]
                  3 __CFRunLoopRun + 1428 (in CoreFoundation) [0x9c432b04]
                    3 __CFRunLoopServiceMachPort + 170 (in CoreFoundation) [0x9c4299da]
                      3 mach_msg_trap + 10 (in libsystem_kernel.dylib) [0x98bb2c22]
      Kernel stack:
        3 ipc_mqueue_receive_continue + 0 (in mach_kernel) [0xffffff8000215930]
      Thread 0x20d567   
      User stack:
        3 thread_start + 34 (in libsystem_c.dylib) [0x97b2c6de]
          3 _pthread_start + 335 (in libsystem_c.dylib) [0x97b28ed9]
            3 ??? [0x2e90643]
              3 mach_msg_trap + 10 (in libsystem_kernel.dylib) [0x98bb2c22]
      Kernel stack:
        3 ipc_mqueue_receive_continue + 0 (in mach_kernel) [0xffffff8000215930]
      Thread 0x20d5ab   
      User stack:
        3 thread_start + 34 (in libsystem_c.dylib) [0x97b2c6de]
          3 _pthread_start + 335 (in libsystem_c.dylib) [0x97b28ed9]
            3 ResolveFile + 55009 (in MAFiles) [0x2a7a901]
              3 ResolveFile + 54808 (in MAFiles) [0x2a7a838]
                3 pthread_cond_wait$UNIX2003 + 71 (in libsystem_c.dylib) [0x97add42c]
                  3 __psynch_cvwait + 10 (in libsystem_kernel.dylib) [0x98bb483e]
      Kernel stack:
        3 psynch_cvcontinue + 0 (in mach_kernel) [0xffffff800059e920]
      Thread 0x20d5ac   
      User stack:
        3 thread_start + 34 (in libsystem_c.dylib) [0x97b2c6de]
          3 _pthread_start + 335 (in libsystem_c.dylib) [0x97b28ed9]
            3 ResolveFile + 55009 (in MAFiles) [0x2a7a901]
              3 ResolveFile + 54808 (in MAFiles) [0x2a7a838]
                3 pthread_cond_wait$UNIX2003 + 71 (in libsystem_c.dylib) [0x97add42c]
                  3 __psynch_cvwait + 10 (in libsystem_kernel.dylib) [0x98bb483e]
      Kernel stack:
        3 psynch_cvcontinue + 0 (in mach_kernel) [0xffffff800059e920]
      Thread 0x20d5ca   
      User stack:
        3 thread_start + 34 (in libsystem_c.dylib) [0x97b2c6de]
          3 _pthread_start + 335 (in libsystem_c.dylib) [0x97b28ed9]
            3 HALB_IOThread::Entry(void*) + 69 (in CoreAudio) [0x962217f5]
              3 __HALC_ProxyIOContext_block_invoke_6 + 20 (in CoreAudio) [0x96221870]
                3 HALC_ProxyIOContext::IOThreadEntry(void*) + 136 (in CoreAudio) [0x962218fe]
                  3 HALC_ProxyIOContext::IOWorkLoop() + 1145 (in CoreAudio) [0x96221e37]
                    3 HALB_MachPort::SendSimpleMessageWithSimpleReply(unsigned int, unsigned int, int, int&, unsigned int) + 60 (in CoreAudio) [0x96229a42]
                      3 HALB_MachPort::SendMessageWithReply(unsigned int, unsigned int, unsigned long, unsigned long, mach_msg_header_t*, unsigned int) + 122 (in CoreAudio) [0x962299d6]
                        3 mach_msg_trap + 10 (in libsystem_kernel.dylib) [0x98bb2c22]
      Kernel stack:
        3 ipc_mqueue_receive_continue + 0 (in mach_kernel) [0xffffff8000215930]
      Thread 0x20d5cc   
      User stack:
        3 thread_start + 34 (in libsystem_c.dylib) [0x97b2c6de]
          3 _pthread_start + 335 (in libsystem_c.dylib) [0x97b28ed9]
            3 RWIsReWireMixerAppRunningImp + 90792 (in ReWire) [0x1887f228]
              3 RWIsReWireMixerAppRunningImp + 30420 (in ReWire) [0x18870654]
                3 Delay + 108 (in CarbonCore) [0x95f42694]
                  3 mach_wait_until + 10 (in libsystem_kernel.dylib) [0x98bb2d36]
      Kernel stack:
        3 mach_wait_until_trap + 64 (in mach_kernel) [0xffffff800021e6a0]
      Thread 0x20d5cd   
      User stack:
        3 thread_start + 34 (in libsystem_c.dylib) [0x97b2c6de]
          3 _pthread_start + 335 (in libsystem_c.dylib) [0x97b28ed9]
            3 ??? (in Ableton Live Engine) [0x188de487]
              3 ??? (in Ableton Live Engine) [0x188edc6c]
                3 semaphore_wait_trap + 10 (in libsystem_kernel.dylib) [0x98bb2c5e]
      Kernel stack:
        3 semaphore_wait_continue + 0 (in mach_kernel) [0xffffff8000234650]
      Thread 0x20d5ce   
      User stack:
        3 thread_start + 34 (in libsystem_c.dylib) [0x97b2c6de]
          3 _pthread_start + 335 (in libsystem_c.dylib) [0x97b28ed9]
            3 ??? (in Ableton Live Engine) [0x188de487]
              3 ??? (in Ableton Live Engine) [0x188edc6c]
                3 semaphore_wait_trap + 10 (in libsystem_kernel.dylib) [0x98bb2c5e]
      Kernel stack:
        3 semaphore_wait_continue + 0 (in mach_kernel) [0xffffff8000234650]
      Thread 0x20d5cf   
      User stack:
        3 thread_start + 34 (in libsystem_c.dylib) [0x97b2c6de]
          3 _pthread_start + 335 (in libsystem_c.dylib) [0x97b28ed9]
            3 ??? (in Ableton Live Engine) [0x188de487]
              3 ??? (in Ableton Live Engine) [0x188edc6c]
                3 semaphore_wait_trap + 10 (in libsystem_kernel.dylib) [0x98bb2c5e]
      Kernel stack:
        3 semaphore_wait_continue + 0 (in mach_kernel) [0xffffff8000234650]
      Binary Images:
          0x1000 -   0xbeafff  com.apple.logic.pro 9.1.8 (1700.67) <D8F173FC-C08A-5AF3-A7DD-ECFFDB6A8877> /Applications/Logic Pro.app/Contents/MacOS/Logic Pro
        0xfb3000 -  0x11dbff7  com.apple.prokit 7.2.3 (1823) <0FEDF2D7-F31A-36F2-91A9-C03877B0CB46> /System/Library/PrivateFrameworks/ProKit.framework/Versions/A/ProKit
       0x2a4b000 -  0x2b01fff  com.apple.music.apps.MAFiles 9.1.8 (144.87) <FF7A5441-B41F-B937-9269-29C589FE6BFF> /Applications/Logic Pro.app/Contents/Frameworks/MAFiles.framework/Versions/A/MAFiles
       0x2b1c000 -  0x2b94fe3  com.apple.music.apps.MAAudioEngine 9.1.8 (158.42) <77E17BDE-E079-7A68-621C-2947475D0402> /Applications/Logic Pro.app/Contents/Frameworks/MAAudioEngine.framework/Versions/A/MAAudioEngine
       0xff70000 -  0xffd5fe0  com.apple.DVCPROHDMuxer 1.3.2 (1.3.2) <C1AA540F-CEAD-77BA-1CD6-0D467B4F76FF> /Library/QuickTime/DVCPROHDMuxer.component/Contents/MacOS/DVCPROHDMuxer
      0x13fe8000 - 0x13febff3  com.novation.automapserverengine 1.0 (1.0) <E82ADF1C-E2A9-376A-B183-1B794C8CCD60> /Applications/AutomapServer.app/Contents/Resources/AutomapServerEngine.bundle/C ontents/MacOS/AutomapServerEngine
      0x18847000 - 0x188ceffb  se.propellerheads.rewire.library 1.8.1 build 124 (1.8.1) <79A1E240-4153-9288-475D-697D84C94343> /Library/Application Support/Propellerhead Software/*/ReWire.bundle/Contents/MacOS/ReWire
      0x188dc000 - 0x18d84fed  com.ableton.live-engine 8.3.3 (2012-07-05_90ee73c1c5) (8.3.3 (2012-07-05_90ee73c1c5)) <9A394513-8E2D-9D8A-8CC6-1177F1AA8ED7> /Applications/Ableton Live 8.app/Contents/Resources/Ableton Live Engine.bundle/Contents/MacOS/Ableton Live Engine
      0x194d9000 - 0x194e7ff3  com.novation.automapclientbundle 1.0 (1.0) <64FA4550-4B76-3EAA-92DB-CBCD1362E923> /Applications/AutomapServer.app/Contents/Resources/AutomapClient.bundle/Content s/MacOS/AutomapClient
      0x901ab000 - 0x904f1ff3  com.apple.HIToolbox 1.9 (???) <E5EA9EEF-3CCA-36A0-8688-DA2E64E2256C> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HIToolbox.fra mework/Versions/A/HIToolbox
      0x9121b000 - 0x91525ff3  com.apple.Foundation 6.7.2 (833.25) <4C52ED74-A1FD-3087-A2E1-035AB3CF9610> /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation
      0x95e8f000 - 0x96191fff  com.apple.CoreServices.CarbonCore 960.25 (960.25) <C613B0DA-B401-3DC7-B626-6E20D4DDC8A8> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CarbonC ore.framework/Versions/A/CarbonCore
      0x9620d000 - 0x9626effb  com.apple.audio.CoreAudio 4.0.3 (4.0.3) <7A14BE52-6789-3CE3-9AE9-B733F4903EB1> /System/Library/Frameworks/CoreAudio.framework/Versions/A/CoreAudio
      0x964d4000 - 0x9650aff7  com.apple.AE 527.7 (527.7) <7BAFBF18-3997-3656-9823-FD3B455056A4> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/AE.fram ework/Versions/A/AE
      0x97acc000 - 0x97b97fff  libsystem_c.dylib ??? (???) <52421B00-79C8-3727-94DE-62F6820B9C31> /usr/lib/system/libsystem_c.dylib
      0x98b9c000 - 0x98bbaff7  libsystem_kernel.dylib ??? (???) <79179F83-457A-3539-A76B-E960D2108109> /usr/lib/system/libsystem_kernel.dylib
      0x98bc3000 - 0x99658ff6  com.apple.AppKit 6.7.5 (1138.51) <B9D3DCA0-9765-354E-9730-75A45A97DDFD> /System/Library/Frameworks/AppKit.framework/Versions/C/AppKit
      0x9a6d1000 - 0x9a6dffff  libdispatch.dylib ??? (???) <1B857064-288D-3919-B81A-38E9F4D19B54> /usr/lib/system/libdispatch.dylib
      0x9c3f7000 - 0x9c5cefe7  com.apple.CoreFoundation 6.7.2 (635.21) <4D1D2BAF-1332-32DF-A81B-7E79D4F0A6CB> /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
    Process:         Activity Monitor [9262]
    Path:            /Applications/Utilities/Activity Monitor.app/Contents/MacOS/Activity Monitor
    Architecture:    x86_64
    UID:             501
      Thread 0x11ac51     DispatchQueue 1
      User stack:
        3 ??? (in Activity Monitor) [0x10967577c]
          3 NSApplicationMain + 867 (in AppKit) [0x7fff87d66eac]
            3 -[NSApplication run] + 470 (in AppKit) [0x7fff87aea9b9]
              3 -[NSApplication nextEventMatchingMask:untilDate:inMode:dequeue:] + 135 (in AppKit) [0x7fff87aee07d]
                3 _DPSNextEvent + 659 (in AppKit) [0x7fff87aee779]
                  3 BlockUntilNextEventMatchingListInMode + 62 (in HIToolbox) [0x7fff8b9233fa]
                    3 ReceiveNextEventCommon + 355 (in HIToolbox) [0x7fff8b92356d]
                      3 RunCurrentEventLoopInMode + 277 (in HIToolbox) [0x7fff8b91c2bf]
                        3 CFRunLoopRunSpecific + 230 (in CoreFoundation) [0x7fff8363b486]
                          3 __CFRunLoopRun + 1204 (in CoreFoundation) [0x7fff8363bc74]
                            3 __CFRunLoopServiceMachPort + 188 (in CoreFoundation) [0x7fff8363350c]
                              3 mach_msg_trap + 10 (in libsystem_kernel.dylib) [0x7fff837ed67a]
      Kernel stack:
        3 ipc_mqueue_receive_continue + 0 (in mach_kernel) [0xffffff8000215930]
      Thread 0x11ac6d     DispatchQueue 2
      User stack:
        3 _dispatch_mgr_thread + 54 (in libdispatch.dylib) [0x7fff8625a316]
          3 kevent + 10 (in libsystem_kernel.dylib) [0x7fff837ef7e6]
      Kernel stack:
        3 kqueue_scan + 416 (in mach_kernel) [0xffffff800053b4d0]
      Binary Images:
             0x109674000 -        0x1096a1fff  com.apple.ActivityMonitor 10.7.4 (718) <8E691413-5892-3BE8-97D6-B62D873C903E> /Applications/Utilities/Activity Monitor.app/Contents/MacOS/Activity Monitor
          0x7fff83603000 -     0x7fff837d7ff7  com.apple.CoreFoundation 6.7.2 (635.21) <62A3402E-A4E7-391F-AD20-1EF20236CE1B> /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
          0x7fff837d8000 -     0x7fff837f8fff  libsystem_kernel.dylib ??? (???) <66C9F9BD-C7B3-30D4-B1A0-03C8A6392351> /usr/lib/system/libsystem_kernel.dylib
          0x7fff86258000 -     0x7fff86266fff  libdispatch.dylib ??? (???) <8E03C652-922A-3399-93DE-9EA0CBFA0039> /usr/lib/system/libdispatch.dylib
          0x7fff87ae6000 -     0x7fff886ecfff  com.apple.AppKit 6.7.5 (1138.51) <44417D02-6123-3FC3-A119-CE51BB4C3006> /System/Library/Frameworks/AppKit.framework/Versions/C/AppKit
          0x7fff8b91a000 -     0x7fff8bc46fff  com.apple.HIToolbox 1.9 (???) <CCB32DEA-D0CA-35D1-8019-E599C8007AB6> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HIToolbox.fra mework/Versions/A/HIToolbox
    Process:         activitymonitord [9265]
    Path:            /usr/libexec/activitymonitord
    Architecture:    x86_64
    UID:             0
      Thread 0x11ac84     DispatchQueue 1
      User stack:
        3 ??? (in activitymonitord) [0x10c39fccc]
          3 ??? (in activitymonitord) [0x10c3a149b]
            3 kevent + 10 (in libsystem_kernel.dylib) [0x7fff837ef7e6]
      Kernel stack:
        3 kqueue_scan + 416 (in mach_kernel) [0xffffff800053b4d0]
      Binary Images:
             0x10c39f000 -        0x10c3a7ff7  activitymonitord ??? (???) <512E7906-3DBC-3F2B-932B-12AC84F03BDA> /usr/libexec/activitymonitord
          0x7fff837d8000 -     0x7fff837f8fff  libsystem_kernel.dylib ??? (???) <66C9F9BD-C7B3-30D4-B1A0-03C8A6392351> /usr/lib/system/libsystem_kernel.dylib
    Process:         Android File Transfer Agent [220]
    Path:            /Users/USER/Library/Application Support/Google/*/Android File Transfer Agent.app/Contents/MacOS/Android File Transfer Agent
    Architecture:    i386
    UID:             501
    Process:         aosnotifyd [58]
    Path:            /usr/sbin/aosnotifyd
    Architecture:    x86_64
    UID:             0
      Thread 0x17d        DispatchQueue 1
      User stack:
        3 start + 52 (in aosnotifyd) [0x1007690b4]
          3 main + 74 (in aosnotifyd) [0x1007709ec]
            3 -[AOSNotificationDaemon startup] + 1294 (in aosnotifyd) [0x1007707b3]
              3 -[NSRunLoop(NSRunLoop) runMode:beforeDate:] + 267 (in Foundation) [0x7fff8253ff7b]
                3 CFRunLoopRunSpecific + 230 (in CoreFoundation) [0x7fff8363b486]
                  3 __CFRunLoopRun + 1204 (in CoreFoundation) [0x7fff8363bc74]
                    3 __CFRunLoopServiceMachPort + 188 (in CoreFoundation) [0x7fff8363350c]
                      3 mach_msg_trap + 10 (in libsystem_kernel.dylib) [0x7fff837ed67a]
      Kernel stack:
        3 ipc_mqueue_receive_continue + 0 (in mach_kernel) [0xffffff8000215930]
      Thread 0x347        DispatchQueue 2
      User stack:
        3 _dispatch_mgr_thread + 54 (in libdispatch.dylib) [0x7fff8625a316]
          3 kevent + 10 (in libsystem_kernel.dylib) [0x7fff837ef7e6]
      Kernel stack:
        3 kqueue_scan + 416 (in mach_kernel) [0xffffff800053b4d0]
      Thread 0x4e5      
      User stack:
        3 thread_start + 13 (in libsystem_c.dylib) [0x7fff823bab75]
          3 _pthread_start + 335 (in libsystem_c.dylib) [0x7fff823b78bf]
            3 __NSThread__main__ + 1575 (in Foundation) [0x7fff8258e6a2]
              3 -[NSThread main] + 68 (in Foundation) [0x7fff8258e72a]
                3 +[NSURLConnection(NSURLConnectionReallyInternal) _resourceLoadLoop:] + 335 (in Foundation) [0x7fff82599fd7]
                  3 CFRunLoopRunSpecific + 230 (in CoreFoundation) [0x7fff8363b486]
                    3 __CFRunLoopRun + 1204 (in CoreFoundation) [0x7fff8363bc74]
                      3 __CFRunLoopServiceMachPort + 188 (in CoreFoundation) [0x7fff8363350c]
                        3 mach_msg_trap + 10 (in libsystem_kernel.dylib) [0x7fff837ed67a]
      Kernel stack:
        3 ipc_mqueue_receive_continue + 0 (in mach_kernel) [0xffffff8000215930]
      Thread 0x4f6      
      User stack:
        3 thread_start + 13 (in libsystem_c.dylib) [0x7fff823bab75]
          3 _pthread_start + 335 (in libsystem_c.dylib) [0x7fff823b78bf]
            3 __select + 10 (in libsystem_kernel.dylib) [0x7fff837eedf2]
      Kernel stack:
        3 wakeup + 992 (in mach_kernel) [0xffffff8000555e90]
      Binary Images:
             0x100767000 -        0x1007a8fff  aosnotifyd ??? (???) <5287944C-EDF3-3175-81A3-CC1BEF4E43F7> /usr/sbin/aosnotifyd
          0x7fff82369000 -     0x7fff82446fef  libsystem_c.dylib ??? (???) <41B43515-2806-3FBC-ACF1-A16F35B7E290> /usr/lib/system/libsystem_c.dylib
          0x7fff82534000 -     0x7fff8284dfff  com.apple.Foundation 6.7.2 (833.25) <22AAC369-B63C-3C55-8AC6-C3ECBA44DA7B> /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation
          0x7fff83603000 -     0x7fff837d7ff7  com.apple.CoreFoundation 6.7.2 (635.21) <62A3402E-A4E7-391F-AD20-1EF20236CE1B> /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
          0x7fff837d8000 -     0x7fff837f8fff  libsystem_kernel.dylib ??? (???) <66C9F9BD-C7B3-30D4-B1A0-03C8A6392351> /usr/lib/system/libsystem_kernel.dylib
          0x7fff86258000 -     0x7fff86266fff  libdispatch.dylib ??? (???) <8E03C652-922A-3399-93DE-9EA0CBFA0039> /usr/lib/system/libdispatch.dylib
    Process:         applepushserviced [57]
    Path:            /System/Library/PrivateFrameworks/ApplePushService.framework/applepushserviced
    Architecture:    x86_64
    UID:             0
      Thread 0x17c        DispatchQueue 1
      User stack:
        3 ??? (in applepushserviced) [0x10f9e08d4]
          3 ??? (in applepushserviced) [0x10f9e09b8]
            3 -[NSRunLoop(NSRunLoop) run] + 62 (in Foundation) [0x7fff8253fe67]
              3 -[NSRunLoop(NSRunLoop) runMode:beforeDate:] + 267 (in Foundation) [0x7fff8253ff7b]
                3 CFRunLoopRunSpecific + 230 (in CoreFoundation) [0x7fff8363b486]
                  3 __CFRunLoopRun + 1204 (in CoreFoundation) [0x7fff8363bc74]
                    3 __CFRunLoopServiceMachPort + 188 (in CoreFoundation) [0x7fff8363350c]
                      3 mach_msg_trap + 10 (in libsystem_kernel.dylib) [0x7fff837ed67a]
      Kernel stack:
        3 ipc_mqueue_receive_continue + 0 (in mach_kernel) [0xffffff8000215930]
      Thread 0x18d        DispatchQueue 2
      User stack:
        3 _dispatch_mgr_thread + 54 (in libdispatch.dylib) [0x7fff8625a316]
          3 kevent + 10 (in libsystem_kernel.dylib) [0x7fff837ef7e6]
      Kernel stack:
        3 kqueue_scan + 416 (in mach_kernel) [0xffffff800053b4d0]
      Thread 0x4f2      
      User stack:
        3 thread_start + 13 (in libsystem_c.dylib) [0x7fff823bab75]
          3 _pthread_start + 335 (in libsystem_c.dylib) [0x7fff823b78bf]
            3 __select + 10 (in libsystem_kernel.dylib) [0x7fff837eedf2]
      Kernel stack:
        3 wakeup + 992 (in mach_kernel) [0xffffff8000555e90]
      Binary Images:
             0x10f9df000 -        0x10fa4dff7  applepushserviced ??? (???) <95759366-ACD2-358F-B4C3-A276E2B287C1> /System/Library/PrivateFrameworks/ApplePushService.framework/applepushserviced
          0x7fff82369000 -     0x7fff82446fef  libsystem_c.dylib ??? (???) <41B43515-2806-3FBC-ACF1-A16F35B7E290> /usr/lib/system/libsystem_c.dylib
          0x7fff82534000 -     0x7fff8284dfff  com.apple.Foundation 6.7.2 (833.25) <22AAC369-B63C-3C55-8AC6-C3ECBA44DA7B> /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation
          0x7fff83603000 -     0x7fff837d7ff7  com.apple.CoreFoundation 6.7.2 (635.21) <62A3402E-A4E7-391F-AD20-1EF20236CE1B> /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
          0x7fff837d8000 -     0x7fff837f8fff  libsystem_kernel.dylib ??? (???) <66C9F9BD-C7B3-30D4-B1A0-03C8A6392351> /usr/lib/system/libsystem_kernel.dylib
          0x7fff86258000 -     0x7fff86266fff  libdispatch.dylib ??? (???) <8E03C652-922A-3399-93DE-9EA0CBFA0039> /usr/lib/system/libdispatch.dylib
    Process:         AppleSpell [249]
    Path:            /System/Library/Services/AppleSpell.service/Contents/MacOS/AppleSpell
    Architecture:    x86_64
    UID:             501
      Thread 0x117d       DispatchQueue 1
      User stack:
        3 ??? (in AppleSpell) [0x10039ca7c]
          3 ??? (in AppleSpell) [0x10039cd2e]
            3 -[NSSpellServer run] + 74 (in Foundation) [0x7fff82690c76]
              3 CFRunLoopRun + 95 (in CoreFoundation) [0x7fff8364b19f]
                3 CFRunLoopRunSpecific + 230 (in CoreFoundation) [0x7fff8363b486]
                  3 __CFRunLoopRun + 1204 (in CoreFoundation) [0x7fff8363bc74]
                    3 __CFRunLoopServiceMachPort + 188 (in CoreFoundation) [0x7fff8363350c]
                      3 mach_msg_trap + 10 (in libsystem_kernel.dylib) [0x7fff837ed67a]
      Kernel stack:
        3 ipc_mqueue_receive_continue + 0 (in mach_kernel) [0xffffff8000215930]
      Thread 0x118d       DispatchQueue 2
      User stack:
        3 _dispatch_mgr_thread + 54 (in libdispatch.dylib) [0x7fff8625a316]
          3 kevent + 10 (in libsystem_kernel.dylib) [0x7fff837ef7e6]
      Kernel stack:
        3 kqueue_scan + 416 (in mach_kernel) [0xffffff800053b4d0]
      Binary Images:
             0x10039b000 -        0x100457ff7  com.apple.AppleSpell 1.7.1 (131.1) <A994D9F1-C4D8-3361-B0F4-112A7BAED8BD> /System/Library/Services/AppleSpell.service/Contents/MacOS/AppleSpell
          0x7fff82534000 -     0x7fff8284dfff  com.apple.Foundation 6.7.2 (833.25) <22AAC369-B63C-3C55-8AC6-C3ECBA44DA7B> /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation
          0x7fff83603000 -     0x7fff837d7ff7  com.apple.CoreFoundation 6.7.2 (635.21) <62A3402E-A4E7-391F-AD20-1EF20236CE1B> /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
          0x7fff837d8000 -     0x7fff837f8fff  libsystem_kernel.dylib ??? (???) <66C9F9BD-C7B3-30D4-B1A0-03C8A6392351> /usr/lib/system/libsystem_kernel.dylib
          0x7fff86258000 -     0x7fff86266fff  libdispatch.dylib ??? (???) <8E03C652-922A-3399-93DE-9EA0CBFA0039> /usr/lib/system/libdispatch.dylib
    Process:         autofsd [55]
    Path:            /usr/libexec/autofsd
    Architecture:    x86_64
    UID:             0
      Thread 0x1a9        DispatchQueue 2
      User stack:
        3 _dispatch_mgr_thread + 54 (in libdispatch.dylib) [0x7fff8625a316]
          3 kevent + 10 (in libsystem_kernel.dylib) [0x7fff837ef7e6]
      Kernel stack:
        3 kqueue_scan + 416 (in mach_kernel) [0xffffff800053b4d0]
      Thread 0x1aa        DispatchQueue 6
      User stack:
        3 _dispatch_sig_thread + 45 (in libdispatch.dylib) [0x7fff8625cb1c]
          3 __sigsuspend_nocancel + 10 (in libsystem_kernel.dylib) [0x7fff837ef022]
      Kernel stack:
        3 wakeup + 992 (in mach_kernel) [0xffffff8000555e90]
      Binary Images:
             0x10d1e9000 -        0x10d1eafff  autofsd ??? (???) <A02D5E70-1BB1-30ED-A699-375CB0CCE901> /usr/libexec/autofsd
          0x7fff837d8000 -     0x7fff837f8fff  libsystem_kernel.dylib ??? (???) <66C9F9BD-C7B3-30D4-B1A0-03C8A6392351> /usr/lib/system/libsystem_kernel.dylib
          0x7fff86258000 -     0x7fff86266fff  libdispatch.dylib ??? (???) <8E03C652-922A-3399-93DE-9EA0CBFA0039> /usr/lib/system/libdispatch.dylib
    Process:         AutomapServer [216]
    Path:            /Applications/AutomapServer.app/Contents/MacOS/AutomapServer
    Architecture:    i386
    UID:             501
    Process:         blued [54]
    Path:            /usr/sbin/blued
    Architecture:    x86_64
    UID:             0
      Thread 0x179        DispatchQueue 1
      User stack:
        3 ??? (in blued) [0x1066879a4]
          3 ??? (in blued) [0x1066be4bf]
            3 -[NSRunLoop(NSRunLoop) run] + 62 (in Foundation) [0x7fff8253fe67]
              3 -[NSRunLoop(NSRunLoop) runMode:beforeDate:] + 267 (in Foundation) [0x7fff8253ff7b]
                3 CFRunLoopRunSpecific + 230 (in CoreFoundation) [0x7fff8363b486]
                  3 __CFRunLoopRun + 1204 (in CoreFoundation) [0x7fff8363bc74]
                    3 __CFRunLoopServiceMachPort + 188 (in CoreFoundation) [0x7fff8363350c]
                      3 mach_msg_trap + 10 (in libsystem_kernel.dylib) [0x7fff837ed67a]
      Kernel stack:
        3 ipc_mqueue_receive_continue + 0 (in mach_kernel) [0xffffff8000215930]
      Thread 0x193        DispatchQueue 2
      User stack:
        3 _dispatch_mgr_thread + 54 (in libdispatch.dylib) [0x7fff8625a316]
          3 kevent + 10 (in libsystem_kernel.dylib) [0x7fff837ef7e6]
      Kernel stack:
        3 kqueue_scan + 416 (in mach_kernel) [0xffffff800053b4d0]
      Thread 0x2e3      
      User stack:
        3 thread_start + 13 (in libsystem_c.dylib) [0x7fff823bab75]
          3 _pthread_start + 335 (in libsystem_c.dylib) [0x7fff823b78bf]
            3 __select + 10 (in libsystem_kernel.dylib) [0x7fff837eedf2]
      Kernel stack:
        3 wakeup + 992 (in mach_kernel) [0xffffff8000555e90]
      Binary Images:
             0x106686000 -        0x10673ffff  blued ??? (???) <FE392F89-6D67-3015-A6AD-BA96C1FB5EFF> /usr/sbin/blued
          0x7fff82369000 -     0x7fff82446fef  libsystem_c.dylib ??? (???) <41B43515-2806-3FBC-ACF1-A16F35B7E290> /usr/lib/system/libsystem_c.dylib
          0x7fff82534000 -     0x7fff8284dfff  com.apple.Foundation 6.7.2 (833.25) <22AAC369-B63C-3C55-8AC6-C3ECBA44DA7B> /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation
          0x7fff83603000 -     0x7fff837d7ff7  com.apple.CoreFoundation 6.7.2 (635.21) <62A3402E-A4E7-391F-AD20-1EF20236CE1B> /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
          0x7fff837d8000 -     0x7fff837f8fff  libsystem_kernel.dylib ??? (???) <66C9F9BD-C7B3-30D4-B1A0-03C8A6392351> /usr/lib/system/libsystem_kernel.dylib
          0x7fff86258000 -     0x7fff86266fff  libdispatch.dylib ??? (???) <8E03C652-922A-3399-93DE-9EA0CBFA0039> /usr/lib/system/libdispatch.dylib
    Process:         CNSSelectorAgent [240]
    Path:            /Applications/Canon Utilities/*/Canon IJ Network Scanner Selector EX.app/Contents/CNSSelectorAgent.app/Contents/MacOS/CNSSelectorAgent
    Architecture:    x86_64
    UID:             501
    Process:         com.apple.dock.extra [237]
    Path:            /System/Library/CoreServices/Dock.app/Contents/XPCServices/com.apple.dock.extra .xpc/Contents/MacOS/com.apple.dock.extra
    Architecture:    x86_64
    UID:             501
      Thread 0xceb        DispatchQueue 1
      User stack:
        3 ??? (in com.apple.dock.extra) [0x10e538474]
          3 xpc_service_main + 448 (in XPCService) [0x7fff81e625ed]
            3 NSApplicationMain + 867 (in AppKit) [0x7fff87d66eac]
              3 -[NSApplication run] + 470 (in AppKit) [0x7fff87aea9b9]
                3 -[NSApplication nextEventMatchingMask:untilDate:inMode:dequeue:] + 135 (in AppKit) [0x7fff87aee07d]
                  3 _DPSNextEvent + 659 (in AppKit) [0x7fff87aee779]
                    3 BlockUntilNextEventMatchingListInMode + 62 (in HIToolbox) [0x7fff8b9233fa]
                      3 ReceiveNextEventCommon + 355 (in HIToolbox) [0x7fff8b92356d]
                        3 RunCurrentEventLoopInMode + 277 (in HIToolbox) [0x7fff8b91c2bf]
                          3 CFRunLoopRunSpecific + 230 (in CoreFoundation) [0x7fff8363b486]
                            3 __CFRunLoopRun + 1204 (in CoreFoundation) [0x7fff8363bc74]
                              3 __CFRunLoopServiceMachPort + 188 (in CoreFoundation) [0x7fff8363350c]
                                3 mach_msg_trap + 10 (in libsystem_kernel.dylib) [0x7fff837ed67a]
      Kernel stack:
        3 ipc_mqueue_receive_continue + 0 (in mach_kernel) [0xffffff8000215930]
      Thread 0xd84        DispatchQueue 2
      User stack:
        3 _dispatch_mgr_thread + 54 (in libdispatch.dylib) [0x7fff8625a316]
          3 kevent + 10 (in libsystem_kernel.dylib) [0x7fff837ef7e6]
      Kernel stack:
        3 kqueue_scan + 416 (in mach_kernel) [0xffffff800053b4d0]
      Thread 0x20d723   
      User stack:
        3 start_wqthread + 13 (in libsystem_c.dylib) [0x7fff823bab85]
          3 __workq_kernreturn + 10 (in libsystem_kernel.dylib) [0x7fff837ef192]
      Kernel stack:
        3 workqueue_mark_exiting + 1408 (in mach_kernel) [0xffffff80005a50b0]
      Binary Images:
             0x10e537000 -        0x10e53bff7  com.apple.dock.extra 1.0 (1) <13C8211B-0B1D-302A-8EF9-740BA3BD69C0> /System/Library/CoreServices/Dock.app/Contents/XPCServices/com.apple.dock.extra .xpc/Contents/MacOS/com.apple.dock.extra
          0x7fff81e60000 -     0x7fff81e67ff7  com.apple.XPCService 1.3 (1) <68C4DBC9-18C3-3053-96D5-1858B905EAE0> /System/Library/PrivateFrameworks/XPCService.framework/Versions/A/XPCService
          0x7fff82369000 -     0x7fff82446fef  libsystem_c.dylib ??? (???) <41B43515-2806-3FBC-ACF1-A16F35B7E290> /usr/lib/system/libsystem_c.dylib
          0x7fff83603000 -     0x7fff837d7ff7  com.apple.CoreFoundation 6.7.2 (635.21) <62A3402E-A4E7-391F-AD20-1EF20236CE1B> /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
          0x7fff837d8000 -     0x7fff837f8fff  libsystem_kernel.dylib ??? (???) <66C9F9BD-C7B3-30D4-B1A0-03C8A6392351> /usr/lib/system/libsystem_kernel.dylib
          0x7fff86258000 -     0x7fff86266fff  libdispatch.dylib ??? (???) <8E03C652-922A-3399-93DE-9EA0CBFA0039> /usr/lib/system/libdispatch.dylib
          0x7fff87ae6000 -     0x7fff886ecfff  com.apple.AppKit 6.7.5 (1138.51) <44417D02-6123-3FC3-A119-CE51BB4C3006> /System/Library/Frameworks/AppKit.framework/Versions/C/AppKit
          0x7fff8b91a000 -     0x7fff8bc46fff  com.apple.HIToolbox 1.9 (???) <CCB32DEA-D0CA-35D1-8019-E599C8007AB6> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HIToolbox.fra mework/Versions/A/HIToolbox
    Process:         configd [14]
    Path:            /usr/libexec/configd
    Architecture:    x86_64
    UID:             0
      Thread 0x12c        DispatchQueue 1
      User stack:
        3 ??? (in configd) [0x1041efd64]
          3 ??? (in configd) [0x1041f051b]
            3 ??? (in configd) [0x1041f0e20]
              3 CFRunLoopRunSpecific + 230 (in CoreFoundation) [0x7fff8363b486]
                3 __CFRunLoopRun + 1204 (in CoreFoundation) [0x7fff8363bc74]
                  3 __CFRunLoopServiceMachPort + 188 (in CoreFoundation) [0x7fff8363350c]
                    3 mach_msg_trap + 10 (in libsystem_kernel.dylib) [0x7fff837ed67a]
      Kernel stack:
        3 ipc_mqueue_receive_continue + 0 (in mach_kernel) [0xffffff8000215930]
      Thread 0x139        DispatchQueue 2
      User stack:
        3 _dispatch_mgr_thread + 54 (in libdispatch.dylib) [0x7fff8625a316]
          3 __select_nocancel + 10 (in libsystem_kernel.dylib) [0x7fff837eee06]
      Kernel stack:
        3 wakeup + 992 (in mach_kernel) [0xffffff8000555e90]
      Thread 0x13b      
      User stack:
        3 thread_start + 13 (in libsystem_c.dylib) [0x7fff823bab75]
          3 _pthread_start + 335 (in libsystem_c.dylib) [0x7fff823b78bf]
            3 ??? (in configd) [0x1041f17fe]
              3 CFRunLoopRun + 95 (in CoreFoundation) [0x7fff8364b19f]
                3 CFRunLoopRunSpecific + 230 (in CoreFoundation) [0x7fff8363b486]
                  3 __CFRunLoopRun + 1204 (in CoreFoundation) [0x7fff8363bc74]
                    3 __CFRunLoopServiceMachPort + 188 (in CoreFoundation) [0x7fff8363350c]
                      3 mach_msg_trap + 10 (in libsystem_kernel.dylib) [0x7fff837ed67a]
      Kernel stack:
        3 ipc_mqueue_receive_continue + 0 (in mach_kernel) [0xffffff8000215930]
      Thread 0x14b      
      User stack:
        3 thread_start + 13 (in libsystem_c.dylib) [0x7fff823bab75]
          3 _pthread_start + 335 (in libsystem_c.dylib) [0x7fff823b78bf]
            3 ??? (in configd) [0x1041fc165]
              3 CFRunLoopRun + 95 (in CoreFoundation) [0x7fff8364b19f]
                3 CFRunLoopRunSpecific + 230 (in CoreFoundation) [0x7fff8363b486]
                  3 __CFRunLoopRun + 1204 (in CoreFoundation) [0x7fff8363bc74]
                    3 __CFRunLoopServiceMachPort + 188 (in CoreFoundation) [0x7fff8363350c]
                      3 mach_msg_trap + 10 (in libsystem_kernel.dylib) [0x7fff837ed67a]
      Kernel stack:
        3 ipc_mqueue_receive_continue + 0 (in mach_kernel) [0xffffff8000215930]
      Thread 0x2ed      
      User stack:
        3 thread_start + 13 (in libsystem_c.dylib) [0x7fff823bab75]
          3 _pthread_start + 335 (in libsystem_c.dylib) [0x7fff823b78bf]
            3 __select + 10 (in libsystem_kernel.dylib) [0x7fff837eedf2]
      Kernel stack:
        3 wakeup + 992 (in mach_kernel) [0xffffff8000555e90]
      Thread 0x2ef      
      User stack:
        3 thread_start + 13 (in libsystem_c.dylib) [0x7fff823bab75]
          3 _pthread_start + 335 (in libsystem_c.dylib) [0x7fff823b78bf]
            3 pppcntl_run_thread + 2194 (in PPPController) [0x10463d142]
              3 CFRunLoopRun + 95 (in CoreFoundation) [0x7fff8364b19f]
                3 CFRunLoopRunSpecific + 230 (in CoreFoundation) [0x7fff8363b486]
                  3 __CFRunLoopRun + 1204 (in CoreFoundation) [0x7fff8363bc74]
                    3 __CFRunLoopServiceMachPort + 188 (in CoreFoundation) [0x7fff8363350c]
                      3 mach_msg_trap + 10 (in libsystem_kernel.dylib) [0x7fff837ed67a]
      Kernel stack:
        3 ipc_mqueue_receive_continue + 0 (in mach_kernel) [0xffffff8000215930]
      Thread 0x20d7e9   
      User stack:
        3 start_wqthread + 13 (in libsystem_c.dylib) [0x7fff823bab85]
          3 __workq_kernreturn + 10 (in libsystem_kernel.dylib) [0x7fff837ef192]
      Kernel stack:
        3 workqueue_mark_exiting + 1408 (in mach_kernel) [0xffffff80005a50b0]
      Binary Images:
             0x1041ef000 -        0x104218fff  configd ??? (???) <68DC2451-9DFB-389B-B728-C6A200559980> /usr/libexec/configd
             0x10462f000 -        0x10466efff  com.apple.SystemConfiguration.PPPController 1.7 (1.7) <B7E747DA-0A96-3020-9C48-BAF6870700F3> /System/Library/SystemConfiguration/PPPController.bundle/Contents/MacOS/PPPCont roller
          0x7fff82369000 -     0x7fff82446fef  libsystem_c.dylib ??? (???) <41B43515-2806-3FBC-ACF1-A16F35B7E290> /usr/lib/system/libsystem_c.dylib
          0x7fff83603000 -     0x7fff837d7ff7  com.apple.CoreFoundation 6.7.2 (635.21) <62A3402E-A4E7-391F-AD20-1EF20236CE1B> /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
          0x7fff837d8000 -     0x7fff837f8fff  libsystem_kernel.dylib ??? (???) <66C9F9BD-C7B3-30D4-B1A0-03C8A6392351> /usr/lib/system/libsystem_kernel.dylib
          0x7fff86258000 -     0x7fff86266fff  libdispatch.dylib ??? (???) <8E03C652-922A-3399-93DE-9EA0CBFA0039> /usr/lib/system/libdispatch.dylib
    Process:         cookied [9937]
    Path:            /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CFNetwo rk.framework/Versions/A/Support/cookied
    Architecture:    x86_64
    UID:             501
      Thread 0x206012     DispatchQueue 1
      User stack:
        3 ??? (in cookied) [0x1051f6eec]
          3 _cookied_main + 852 (in CFNetwork) [0x7fff8df58d5d]
            3 CFRunLoopRun + 95 (in CoreFoundation) [0x7fff8364b19f]
              3 CFRunLoopRunSpecific + 230 (in CoreFoundation) [0x7fff8363b486]
                3 __CFRunLoopRun + 1204 (in CoreFoundation) [0x7fff8363bc74]
                  3 __CFRunLoopServiceMachPort + 188 (in CoreFoundation) [0x7fff8363350c]
                    3 mach_msg_trap + 10 (in libsystem_kernel.dylib) [0x7fff837ed67a]
      Kernel stack:
        3 ipc_mqueue_receive_continue + 0 (in mach_kernel) [0xffffff8000215930]
      Thread 0x206013     DispatchQueue 2
      User stack:
        3 _dispatch_mgr_thread + 54 (in libdispatch.dylib) [0x7fff8625a316]
          3 kevent + 10 (in libsystem_kernel.dylib) [0x7fff837ef7e6]
      Kernel stack:
        3 kqueue_scan + 416 (in mach_kernel) [0xffffff800053b4d0]
      Binary Images:
             0x1051f6000 -        0x1051f6fff  cookied ??? (???) <F73832E8-1FCC-3BA8-804C-EED7102F0348> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CFNetwo rk.framework/Versions/A/Support/cookied
          0x7fff83603000 -     0x7fff837d7ff7  com.apple.CoreFoundation 6.7.2 (635.21) <62A3402E-A4E7-391F-AD20-1EF20236CE1B> /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
          0x7fff837d8000 -     0x7fff837f8fff  libsystem_kernel.dylib ??? (???) <66C9F9BD-C7B3-30D4-B1A0-03C8A6392351> /usr/lib/system/libsystem_kernel.dylib
          0x7fff86258000 -     0x7fff86266fff  libdispatch.dylib ??? (???) <8E03C652-922A-3399-93DE-9EA0CBFA0039> /usr/lib/system/libdispatch.dylib
          0x7fff8de69000 -     0x7fff8dfd0fff  com.apple.CFNetwork 520.5.1 (520.5.1) <08F70E26-5456-3BFB-8192-00D3CE40D3C9> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CFNetwo rk.framework/Versions/A/CFNetwork
    Process:         coreaudiod [143]
    Path:            /usr/sbin/coreaudiod
    Architecture:    x86_64
    UID:             202
      Thread 0x4a9        DispatchQueue 1
      User stack:
        3 ??? (in coreaudiod) [0x102b62314]
          3 ??? (in coreaudiod) [0x102bcabcc]
            3 CFRunLoopRunSpecific + 230 (in CoreFoundation) [0x7fff8363b486]
              3 __CFRunLoopRun + 1204 (in CoreFoundation) [0x7fff8363bc74]
                3 __CFRunLoopServiceMachPort + 188 (in CoreFoundation) [0x7fff8363350c]
                  3 mach_msg_trap + 10 (in libsystem_kernel.dylib) [0x7fff837ed67a]
      Kernel stack:
        3 ipc_mqueue_receive_continue + 0 (in mach_kernel) [0xffffff8000215930]
      Thread 0x4b6        DispatchQueue 2
      User stack:
        3 _dispatch_mgr_thread + 54 (in libdispatch.dylib) [0x7fff8625a316]
          3 kevent + 10 (in libsystem_kernel.dylib) [0x7fff837ef7e6]
      Kernel stack:
        2 kqueue_scan + 416 (in mach_kernel) [0xffffff800053b4d0]
        1 hndl_unix_scall64 + 19 (in mach_kernel) [0xffffff80002daea3]
          1 unix_syscall64 + 507 (in mach_kernel) [0xffffff80005ce4cb]
            1 kevent + 54 (in mach_kernel) [0xffffff800053cbe6]
              1 kevent_description + 1528 (in mach_kernel) [0xffffff800053cac8]
                1 kqueue_scan + 208 (in mach_kernel) [0xffffff800053b400]
                  1 thread_block_reason + 275 (in mach_kernel) [0xffffff800022f413]
                    1 thread_go + 608 (in mach_kernel) [0xffffff800022e060]
                      1 processor_idle + 149 (in mach_kernel) [0xffffff800022d375]
                        1 machine_idle + 289 (in mach_kernel) [0xffffff80002c6461]
      Thread 0x4fa      
      User stack:
        3 thread_start + 13 (in libsystem_c.dylib) [0x7fff823bab75]
          3 _pthread_start + 335 (in libsystem_c.dylib) [0x7fff823b78bf]
            3 ??? (in coreaudiod) [0x102bd4d52]
              3 ??? (in coreaudiod) [0x102bce85e]
                3 ??? (in coreaudiod) [0x102bce8ee]
                  3 ??? (in coreaudiod) [0x102bce732]
                    3 CFRunLoopRunSpecific + 230 (in CoreFoundation) [0x7fff8363b486]
                      3 __CFRunLoopRun + 1204 (in CoreFoundation) [0x7fff8363bc74]
                        3 __CFRunLoopServiceMachPort + 188 (in CoreFoundation) [0x7fff8363350c]
                          3 mach_msg_trap + 10 (in libsystem_kernel.dylib) [0x7fff837ed67a]
      Kernel stack:
        3 ipc_mqueue_receive_continue + 0 (in mach_kernel) [0xffffff8000215930]
      Thread 0x1f922a   

    You're running PPC code under emulation on an Intel machine. This is bad. Your version of Logic is too old. If you want to run Logic on a recent machine, you have to have a recent-ish version of Logic.
    In your case, at an *absolute minimum* you need 7.2.x, however, I recommend moving to LP9 to stay on the update curve for the future.

  • TS1718 Is anyone else experiencing trouble playing video in itunes?  Video intermittenly pause and plays without audio?  Video used to play fine this problem only started since the last version of itunes, version 7.  Just updated to v. 11 still having sam

    Is anyone else experiencing trouble playing video in itunes?  Video intermittenly pauses and also plays with not audio.  Video used to play fine.  This problem only started since I upgraded to version 7.  I have not used itunes since then because I couldn't watch anything without experiencing these problems.  I was waiting for the next version to come out and hoped it would fix the problems I was having, but no such luck.  I just upgraded to the latest version, version 11 and I'm still having the same problems.  Anyone else having these same issues and if so, any solutions?

    Is anyone else experiencing trouble playing video in itunes?  Video intermittenly pauses and also plays with not audio.  Video used to play fine.  This problem only started since I upgraded to version 7.  I have not used itunes since then because I couldn't watch anything without experiencing these problems.  I was waiting for the next version to come out and hoped it would fix the problems I was having, but no such luck.  I just upgraded to the latest version, version 11 and I'm still having the same problems.  Anyone else having these same issues and if so, any solutions?

  • How can I stream audio from apple tv to airport express

    Hello,
    i have an apple tv and would like to stream audio to my airport-express. Is this possible?
    Thanks,
    Xaver

    Welcome to the Apple Community.
    It's not possible from the Apple TV 2 or 3.

  • Flash player starts and stops in IE8 Vista

    The clip starts and stops when running in IE8 on vista platform
    It keeps re-buffering
    how do i fx it

    Is the video starting and stopping or just the audio?  What OS, browser, and Flash Player Version are you using?  Can you also provide us with a URL to try out?
    Thanks,
    Chris

  • Flash player starts and stops

    When I try to listen to a online video my flash player keeps starting and stopping.  It sure is anoying.

    Is the video starting and stopping or just the audio?  What OS, browser, and Flash Player Version are you using?  Can you also provide us with a URL to try out?
    Thanks,
    Chris

  • Flash video is just awful - starts and stops

    10.6.8 iMac 4Gb ram.  Main browser Firefox.
    Flash video has gotten progressively worse with Adobe updates over last 3 months.  Used to run youtube smooth as glass.
    Now yt video runs for a 30 sec then stops, restarts after 5seconds, runs for 15, stops for 5.  If you rerun the same video (see wrchd.com for Argentine Rally preview video), it stops and starts at the same spots.
    I have Little snitch running a you can see a nice buffer load of data come in to start the video, then there is a period when there's no activity until it stops.  It sort of like Flash gets carried away watching its own display and forgets to get more info.
    Same results watching dailyshow.
    I've tried turning hardware acceleration in Flash off and on with no change in performance.
    So why does Flash fail now?
    Thanks for any advice.

    Is the video starting and stopping or just the audio?  What OS, browser, and Flash Player Version are you using?  Can you also provide us with a URL to try out?
    Thanks,
    Chris

  • USB X-Mod Streaming Audio Capt

    I have a Dell Inspirion with a basic soundboard. I added a USB X-mod (no Express card boards available yet?), I justed added Media Creator 9 and want to capture streaming audio off the internet.
    MC9 doesn't recognize the internal card. Can I loop out from the headphone or speaker jack to the mic to do this? Is there another way to do this?

    From what I'm told, it shouldn't have any special restrictions any different than any other USB soundcard, or any normal card for that matter. If anyone knows different about Vista's DRM let me know please, but I do not believe it will be an issue.
    Dale

  • How to use "start" and "duration" with HLS stream

    Hi all,
    is it possible to use "start" and "stop" with HLS stream like rtmp stream?
    If yes, how?
    thanks in advance.

    Hi,
    This is completely player side fucntionality you are asking for. However, I guess default player that comes on safari (iPad), quicktime has the player timeline with stop and start option. But if not, you can create your custom player using exposed api of AVPlayer. Check-out AVPlayer api's.
    FMS, by nature of protocol will respect the request to get the data(in case of client-play-start)  and will not automatically push the data to the client if not asked for by the client (as in case of client-play-stop).
    Thanks

  • Send Mac streaming audio (Quicktime Broadcaster)

    I am using QuickTime Broadcaster and I have a streaming audio to the audio currently being played in the mac (not the microphone, not the line input) if not the audio currently being played by the mac, but I did not know how to do this, can someone help me? thanks in advance

    The audio found on a CD is recorded using 44.1 kHz.
    Your DV camera records at 48 kHz only because that is the setting used in .dv files.
    It's a waste of bandwidth to use such a high setting. Heck. You probably don't even need "stereo".

  • Strange pops when pressing play and stop. Logic 9.1.3, Mac internal Sound

    Hi,
    So I opened Logic for the first time in a while.
    Logic Pro Version 9.1.3 (1697.87) 32bit.
    Mac 2 x 2.8GHz Quad-Core Intel Xeon
    Mac OS 10.6.5
    6GB RAM
    I am using the internal Mac sound card, set up as follows :
    Core Audio
    Built In Line Output
    IO Buffer Size 512
    I am running ONE Mono audio track, with one Space Designer plug-In (mono>Stereo) inserted on the first insert slot.
    There is nothing else playing back on this particular logic song.
    Every time I press the spacebar for play or stop, I get a tiny delay, a pop, and then is starts, or it stops playing.
    This is using the Macs' own internal sound card. With Logic's own Space Deigner, on ONE mono audio track.
    SO, any ideas as to why this happens?
    The only reason I opened Logic, was because I wanted to show a producer friend of mine some personal Space Designer presets I had made a couple of years ago, in case that was the type of ambience he is interested in using for a mix.
    My plan was to use Logic as an effects suite, using a Motu 828mk3 conected via ADAT Lightpipe to my Pro Tools HD converter, to send and recieve 4 stereo sends and returns with 4 instances of Space Designer.
    But, if Logic hiccups with the internal sound card... what will happen when I use the Motu? I dread to think about it, but will test it tomorrow.
    At least I have two weeks to get this working or re-do my convolution reverbs in another plug-in (Waves IR1) that I can use in Pro Tools, in case Logic just does not work out.

    The multi-purpose internal audio chips used in Mac's & PC's has some built in latency and seemes to default to a basic 16-bit 48kHz format. Any change from this and the chip has to change on the fly, I knew sample rate did this, makes sense bit depth might as well.
    Some internal chips have a built in noise gate which can also cause a "thump". (rare)
    Cheap or out-of-spec audio chips with a high DC offset will cause a pop when pressing "Play" and "Stop", as will an audio file that has a high DC offset.
    pancenter-

  • Streaming audio from my IPAD to my Apple TV from Rhapsody application.  when Apple TV go into Screen Saver mode, about 5 minutes after that it stops playing the Audio Stream and goes into Sleep mode.

    I am Streaming audio from my IPAD to my Apple TV from Rhapsody application.  when Apple TV go into Screen Saver mode, about 5 minutes after that it stops playing the Audio Stream and goes into Sleep mode.  I am using the Optical Out from the Apple TV to my receiver, the Apple TV is hard Wired to the Network, the IPAD is Wirelessly attached to the network (it continues to play the Audio Stream).  When the Apple TV is turned back on it resumes playing once I manual select it for output from the IPAD.  All device are on current releases of software.  I have no Video hooked up to the Apple TV.  How do I correct this?

    Intermittent problems are often a result of interference. Interference can be caused by other networks in the neighbourhood or from household electrical items.
    You can download and install iStumbler (NetStumbler for windows users) to help you see which channels are used by neighbouring networks so that you can avoid them, but iStumbler will not see household items.
    Refer to your router manual for instructions on changing your wifi channel or adjusting your multicast rate.
    There are other types of problems that can affect networks, but this is by far the most common, hence worth mentioning first. Networks that have inherent issues can be seen to work differently with different versions of the same software. You might also try moving the Apple TV away from other electrical equipment.

  • Buffering pauses and audio/video out of sync, single RTMP stream w/ simple embed

    Hello,
    I am running Flash Media Server on my dedicated CentOS host, and finally connected a single RTMP stream fine and am able to embed and play back the stream, but I am getting constant buffering pauses (approx every 5 secs) and audio/video out of sync by at least 5 seconds. My CPU with Flash Live Encoder is a powerhorse, never over 25% processor or ram usage while streaming, and my upload internet speed is averaging 6-8 mbps which should be more than adequate. I fear the issue is server side, however port 1935 is open and in use, not firewalled on CPU nor the host.
    Any suggestions would be great.

    Hello,
    Thanks for the reply, I am using embed code generated with Flash Media Playback, as follows:
    <object width="640" height="480"> <param name="movie" value="http://fpdownload.adobe.com/strobe/FlashMediaPlayback.swf"></param><param name="flashvars" value="src=rtmpt%3A%2F%2F50.62.40.55%3A1935%2Flive%2Fchristmastime&poster=http%3A%2F%2Fsq uarestream.ca%2Fpics%2Fframe.jpg&autoPlay=true&streamType=live&optimizeInitialIndex=false" ></param><param name="allowFullScreen" value="true"></param><param name="allowscriptaccess" value="always"></param><embed src="http://fpdownload.adobe.com/strobe/FlashMediaPlayback.swf" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="640" height="480" flashvars="src=rtmpt%3A%2F%2F50.62.40.55%3A1935%2Flive%2Fchristmastime&poster=http%3A%2F% 2Fsquarestream.ca%2Fpics%2Fframe.jpg&autoPlay=true&streamType=live&optimizeInitialIndex=fa lse"></embed></object>

Maybe you are looking for

  • Burn tool problem

    The burn tool is acting as a brush and leaving a series of circles any idea how to return it to normal please ?

  • Macbook disk almost full.

    My macbook pro used 190 GB of 250 GB and I got little over two months ago. I have very few files, what is the problem? What should I do?

  • Firefox 3.6.3 update stalled on my mac OS X, won't resume. How can I get it to finish?

    When I select "Resume Downloading Firefox 3.6.3" from the Firefox "Help" drop down menu, the Software Update box appears mid-screen with these messages: Downloading Update "Paused downloading Firefox 3.6.3 ----- an empty progress bar ---- (and then)

  • ORA00904 when text query runs

    HI, I've got a problem about textual queries. I've a textual query with 'contains' that runs over the developer's database (oracle 9i), but when it runs over the production database (Oracle 9i) it doesn't work. Oracle returns ORA00904. What's the mat

  • CCMS Auto-Reaction for custom Local Monitor Set in RZ20

    Since I am not able to modify any SAP made monitor sets I have had to make a copy of them and place them under a new heading and then I can add the systems I want to monitor. Once I make that copy though, I want to add an auto-reaction to the set but