Amplitude Array with niFgen Frequency List Mode

I was wondering if there was a way to easily set a different amplitude for each frequency in a Frequency List?  Ideally I would want this to be in an array.
When using Frequency List Mode, you can define the frequencies and durations in an array using the Create Frequency List VI:
However the Configure Frequency List VI only allows you to specify a single value for the amplitude:
The only approach I can think of is using Property Nodes, however that seems like it will be an exact solution.  Trying to increase the amplitude (or gain) "on-the-fly" seems to cause discontinuities and has some delay before taking effect.
I am looking for something similar to this example, except with another column for unique amplitudes for each segment of the list:
Does anyone know how I might go about this?  Any approaches/ideas will be greatly appreciated!  Thanks in advance!
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
If someone helped you out, please select their post as the solution and/or give them Kudos!

Hello,
With the Frequency List mode, you are limited to outputting varying frequencies of a standard function at a certain amplitude.  To do what you're describing you would want to use either Arbitrary Waveform or Arbitrary Sequence mode with a capable card instead.  A good example of doing this on the fly with Arbitrary Waveform can be found here: https://decibel.ni.com/content/docs/DOC-8391.
Matt Lee
National Instruments
Applications Engineer

Similar Messages

  • How do I populate an array with a directory listing.

    I have a web site that has its photos updated by another person using a content management system that I have written. As Dreamweaver does not know about these extra photos, if I try to
    syncronise the site on my machine for backup purposes, Dreamweaver downloads all 5000+ photos, and this can take upwards of 12 hours if there are no breaks in the connection.
    So I am trying to write a page that creates an array of the existing files on the remote site. It will then do the same on my local site, and by comparing the arrays, will make a list of the new files, and then download these, which will save a lot of time and bandwith charges.
    First I have to read the directory list, using the code below which reads and echos it on screen.
    However, I cannot work out how to populate the required array.
    <?php
        try
        {          /***photo directory ***/
            $it = new directoryIterator('../web/thumbs');
            while( $it->valid())
                  /*** echo if not a dot directory ***/
                if( !$it->isDot() )
    /**** Array creation code needs to go here I think.***/
    echo $it->current()."<br />";
         /*** move to the next element ***/
                      $it->next();
        catch(Exception $e)
            /*** echo the error message ***/
            echo $e->getMessage();
    ?>
    This creates a list of files and displays it on the page.
    How do I store it in an array?
    Howard Walker

    Although not the solution you were looking for, consider the following:
    Click the icon in DW for "Expand to show local and remote sites."  Arrange the remote image directory by "Modified date," Then select all the recent images and GET them.
    I find the above method good enough for occassional synchronization. I also simply ignore broken image links on the testing system.
    If the above is not a solid enough solution, perhaps someone else will write your array function for you. I don't have the time.

  • Calendar gone in list mode with 4.1

    After updating to 4.1 on my 3G iPhone, the appointments are all blank in List mode. They appear briefly then go blank. Going to Day or Month and back to List restores them.
    Anyone else seeing this or know how to fix?

    I rely on the iPhone calendar a lot. With some trepidation after reading this thread, I just updated to 4.1. I use mobile me calendar. Now, when I touch the iPhone calendar, it opens up in List view, then goes blank, then the spinning wheel starts, then back comes the List view. This all takes approx 2 seconds in toto as opposed to maybe 8 seconds before I updated the software. Fortunately I don't have the problem that some of you have in needing to swap back & forth between Views to get the List view to come up. Maybe it works better with mobile me than with other calendars?

  • Problems with manually renaming files in List Mode

    I have an iMac 24" 2.4 Ghz with 4 Gb of RAM. Sometimes when I try to rename a file in a folder in List mode, I get unexpected and strange behavior. It is intermittent. It might be that I cannot get the highlighted current name to unhighlight (in cases where I only want to change a portion of the name), or the filename box might disappear, or the folder seems to lockup, or I get blocks every other space instead of letters. Weird, strange results. I do know that I can minimize the problem, if when first entering the filename box (by hitting 'return') I move the cursor via the cursor keys to the right over the extension and then back to the left. When I do that, it seems like I have less problems.
    All I can say is that it doesn't seem to be a robust as what I was used to in the Windows world. I'm new to Mac and this is the only complaint I have. I'm ecstatic about my Mac and can't believe I waited this long to convert over to it. If I could get this little glitch fixed, I'll be a 'happy camper'! (the problem's certainly not enough to make me go back to the misery I was in with Microsoft.)
    Has anyone else experienced any problems such as this? Or, is there a possibility that there is something wrong with my Mac?
    Or, am I doing something wrong?
    Thanks for any kind help I receive.
    Matt

    Finder for Intel is the same as Finder for PPC. Its the same code, sans some endian conversions.
    As for the renaming problem. Two things come to mind. In Tiger if you selected a file and pressed return, no matter what view style you were in, it would bring up the edit field and the entire name would be highlighted. In Leopard, this was changed slightly where it will now highlight everything up to the file extension. So if you have a file called 'foo.txt', it will highlight just 'foo'. This is a nice feature IMO because more often then not I don't want to change the file extension, only the 'body' of the file name.
    The Edit box disappearing is a bug that has been around for a couple OS releases where if something causes the view to update (more specifically the HIDataBrowser control List View is made of) while your renaming something, it will cancel the rename session. This can be caused by a bunch of things, like the size of a file changing or mod date changing or file being added to the directory etc. It has been around for a while, but has only become more prominant due to the addition of Icon Thumbnails in Leopard. When the thumbnail is created for the file by the Finder, List View updates to show the new thumbnail which cancels the edit session. There are a couple workarounds for this:
    1) Switch to Icon or Column View
    2) Wait for all the thumbnails to be created before starting to edit file names. Thumbnails appear pretty quickly, and only for the files that are currently visible in the window, so you shouldn't have to wait very long, and it only happens the first time you view that folder.
    3) Press Command-J while in List View and uncheck "Show Icon Previews" and then click the "Use as Defaults" button. That will turn off the icon thumbnails for all windows in List View.
    I haven't seen a problem with "blocks showing up every other space" though. I assume you mean a solid black square, right? Sounds like an invalid character in the file name. Renaming the file to something else should cure that one.
    Message was edited by: petrock

  • Finite pulse train with different frequency

    Hello,
    I'm trying to modify the labview example "generate finite pulse train" to generate a finite pluse train with different frequencies. Each freq will run 400 pulses. The freqs are stored in an array, which is being fed into a for loop. Thus ramp up the freq each iteration. However the program only generate 400 pluse at first given freq. I'm fairly new to daqmx and not sure what is wrong. Anyone have some idea how to fix it?  
    Attachments:
    pulse train finite mod.vi ‏38 KB

    The best "fix" will depend a bit on the needs of your app.
    Is it ok to have a fraction of a second without any pulses each time you change frequencies?  If so, then there's a pretty simple solution:
    1. Outside the loop you'd create a DAQmx virtual channel and configure for Finite Sampling (# samples = 400) using DAQmx Timing.vi.  
    2. Inside the loop you'd chain together a DAQmx Channel property node where you set the pulse frequency property, then perform a DAQmx Start, a DAQmx "Wait for Task Complete", and a DAQmx Stop.
    3. So for each freq in your array, you'll program the counter for that frequency, start the generation of pulsetrains, and then stop the task after 400 pulses have been generated.
    If you must change frequency on-the-fly, producing *exactly* 400 pulses at each freq setpoint will be tricky, and maybe even impossible to do reliably.  Some techniques will get you closer than others though, so post back if you need to do this.
    -Kevin P.

  • Error: "Function or method not supported." when using RF List Mode on NI 5673E

    Hi,
    I am trying to use the RF List Mode in NI RFSG 5673E. I tried running the sample code "RFSG Configuration List Frequency and Power Sweep.vi" but an error would show up:
    "Error: niRFSGCreateConfigurationList.VI <ERR> The LO reported the following error: Function or method not supported." with the error code: BFFA4239. 
    I also tried running other sample codes that contain the Configuration List VI's but the same error appeared. I am using NI RFSG 1.8.5.
    I would really appreciate any help on this. Thanks!

    Hello jdlabrador,
    I setup a 5673E here and tried to run the same example.  I did not encounter an error.
    Other reports I've found pertaining to this error usually involved a large number of steps - there was not enough space on the hardware to accommodate them.  The error text you're seeing is a little different in that it states that the Create Configuration List method isn't supported for the LO.
    Do each of the modules in your 5673E (5450, 5611, 5652) pass a self-test in MAX?  
    Have you associated the 5450 and 5652 with the 5611?
    Could you post a screenshot of the fully-expanded Devices and Interfaces tree from MAX?
    Since RFSG 1.9.5 is available, it may be a good first-step to upgrade to it.  
    Best regards,
    Matthew H.
    Applications Engineer
    National Instruments

  • Frequency sweep with peak frequency

    Hi guys, I need some help here. I´m using a NI 9215 to do a frequency sweep from 30 to 90 Hz.
    So far so good. Now I need a resulting resonance frequency at highest voltage.
    I tried a max peak frequency VI but couldn´t get it to work.
    Any idea what to do?
    mfg, Andi
    ok, here is my sweep.vi for better understanding
    Message Edited by andinew on 08-11-2009 04:14 AM
    Attachments:
    sweep.vi ‏216 KB
    create_log_frequencies.vi ‏15 KB

    Hi Andi,
    one thought first off: looking at your "create_log_frequencies.vi", I realized that it generates linear frequency hops, not logarithmic ones...
    But on to your question: to find the frequency with the highest amplitude (this will be your resonace, I guess), you will have to look at the entire signal - your "sweep.vi" code iterates the measurement and interpretation five times per second, independantly of the speed of the sine sweep.
    My advice would be to generate one waveform containing the whole sweep run, and writing this sweep block for block with a constant sample rate onto the output. You could then read back the response with blocks of the same size as your output, do the single tone measurement on this block and store the resulting frequency and amplitude in an array preserved trough a shift register or simply into two auto-indexing tunnels. The latter is okay as you don't need a "while loop" in the measurement loop (you know how long the analog output loop runs - why not use this information to configure a "for loop").
    After your analog input "for loop" has finished, search your amplitude array for the maximum - then use the found element's index to index the frequencies array and return the corresponding resonance frequency.
    A good starting point could be the example I wrote a couple of month ago: it runs continuously the same "sweep" (you'd have to adjust the waveform, I know) and reads back the stimulus and the response (wire the output to your probe and parallely to ai0, your response signal will be connected to ai1). You can then insert tone measurements etc.  at the marked section...
    When trying to open the example, you will be prompted to find a VI called "_Get Terminal Name....vi" - you can find this VI at the following location: C:\Programme\National Instruments\LabVIEW 8.5\examples\DAQmx\_Utility\_Utility.llb
    As an afterthought: the "phase difference" you are calculating between every other sample of the analog measurement array is a bit confusing: if oyu need the phase difference between the original signal and the stimulus response, you will need to wire the stimulus to a second input and compare the phases of the two separate signals...
    Best regards,
    Sebastian
    Message Edited by SFK on 08-12-2009 04:12 PM
    Attachments:
    Multi-Function-Synch AI-AO mit Signalgeneration.vi ‏91 KB

  • Safari 5.0.6 quits with increasing frequency

    Similar problem to others.  Since upgrading to 5.0.6 (OS 10.5.8) Safari quits unexpectedly, and with increasing frequency.  A few times lately have been unable to submit report to Apple.  Here is the latest report. I am somewhat versed in tech, but not too much. Thanks in advance for your help.
    Process:         Safari [321]
    Path: /Applications/Safari.app/Contents/MacOS/Safari
    Identifier:      com.apple.Safari
    Version:         5.0.6 (5533.22.3)
    Build Info:      WebBrowser-75332203~3
    Code Type:       X86 (Native)
    Parent Process: launchd [73]
    Interval Since Last Report:          834320 sec
    Crashes Since Last Report:           1
    Per-App Interval Since Last Report:  814828 sec
    Per-App Crashes Since Last Report:   1
    Date/Time:       2012-02-26 11:40:34.315 -0500
    OS Version:      Mac OS X 10.5.8 (9L31a)
    Report Version: 6
    Anonymous UUID: 64D8810E-DE56-40DD-B16C-FEE1F81E8B4D
    Exception Type: EXC_BAD_ACCESS (SIGBUS)
    Exception Codes: KERN_PROTECTION_FAILURE at 0x000000000000239a
    Crashed Thread: 0
    Application Specific Information:
    Java information:
    Version: Java HotSpot(TM) Client VM (1.5.0_30-161 mixed mode)
    Virtual Machine version: Java HotSpot(TM) Client VM (1.5.0_30-161) for macosx-x86, built on Jun 21 2011 17:59:04 by root with gcc 4.0.1 (Apple Inc. build 5465)
    Exception type: Bus Error (0xa) at pc=0x10463955
    Current thread (0x25e0bdf0):  JavaThread "AWT-AppKit" daemon [_thread_in_native, id=-1604819168]
    Stack: [0xbf800000,0xc0000000)
    Java Threads: ( => current thread )
      0x25e29800 JavaThread "process reaper" daemon [_thread_in_native, id=681038848]
      0x25e21070 JavaThread "TimerQueue" daemon [_thread_blocked, id=11117568]
      0x25e0f590 JavaThread "CacheCleanUpThread" daemon [_thread_blocked, id=681650176]
      0x25e0efb0 JavaThread "CacheMemoryCleanUpThread" daemon [_thread_blocked, id=681687552]
      0x25e0e990 JavaThread "traceMsgQueueThread" daemon [_thread_blocked, id=680785920]
      0x25e0e110 JavaThread "Java2D Disposer" daemon [_thread_blocked, id=679841792]
      0x25e0d4d0 JavaThread "SysExecutionTheadCreator" daemon [_thread_blocked, id=680066048]
    =>0x25e0bdf0 JavaThread "AWT-AppKit" daemon [_thread_in_native, id=-1604819168]
      0x25e093e0 JavaThread "Low Memory Detector" daemon [_thread_blocked, id=680570368]
      0x25e089d0 JavaThread "CompilerThread0" daemon [_thread_blocked, id=680532480]
      0x25e08420 JavaThread "Signal Dispatcher" daemon [_thread_blocked, id=680897024]
      0x25e07cf0 JavaThread "Finalizer" daemon [_thread_blocked, id=524500992]
      0x25e078b0 JavaThread "Reference Handler" daemon [_thread_blocked, id=680666112]
    Other Threads:
      0x25e06e80 VMThread [id=680242688]
      0x25e09fc0 WatcherThread [id=680677888]
    VM state:not at safepoint (normal execution)
    VM Mutex/Monitor currently owned by a thread: None
    Heap
    def new generation   total 576K, used 449K [0x2d570000, 0x2d610000, 0x2dcd0000)
      eden space 512K,  87% used [0x2d570000, 0x2d5e0458, 0x2d5f0000)
      from space 64K,   1% used [0x2d5f0000, 0x2d5f02e8, 0x2d600000)
      to   space 64K,   0% used [0x2d600000, 0x2d600000, 0x2d610000)
    tenured generation   total 5876K, used 3567K [0x2dcd0000, 0x2e28d000, 0x33570000)
       the space 5876K,  60% used [0x2dcd0000, 0x2e04bde8, 0x2e04be00, 0x2e28d000)
    compacting perm gen  total 12288K, used 12174K [0x33570000, 0x34170000, 0x37570000)
       the space 12288K,  99% used [0x33570000, 0x34153a40, 0x34153c00, 0x34170000)
    No shared spaces configured.
    Virtual Machine arguments:
    JVM args: -DtrustProxy=true -Xverify:remote -Xbootclasspath/a:/System/Library/Java/Support/Deploy.bundle/Contents/Resources /JavaPluginCocoa.bundle/Contents/Resources/Java/deploy.jar:/System/Library/Java/ Support/Deploy.bundle/Contents/Resources/JavaPluginCocoa.bundle/Contents/Resourc es/Java/plugin.jar -XX:-UseSharedSpaces -Djavaplugin.nodotversion=160 -Djavaplugin.version=1.6.0 -Xmx96m -Djavaplugin.maxHeapSize=96m -Djavaplugin.vm.options=-DtrustProxy=true -Xverify:remote -Xbootclasspath/a:/System/Library/Java/Support/Deploy.bundle/Contents/Resources /JavaPluginCocoa.bundle/Contents/Resources/Java/deploy.jar:/System/Library/Java/ Support/Deploy.bundle/Contents/Resources/JavaPluginCocoa.bundle/Contents/Resourc es/Java/plugin.jar -XX:-UseSharedSpaces -Djavaplugin.nodotversion=160 -Djavaplugin.version=1.6.0 -Xmx96m -Djavaplugin.maxHeapSize=96m
    Java command: <unknown>
    launcher type: generic
    Thread 0 Crashed:
    0 ...lashPlayer-10.4-10.5.plugin            0x10463955 NP_Initialize + 1476677
    1 ...lashPlayer-10.4-10.5.plugin            0x10467c18 NP_Initialize + 1493768
    2 ...lashPlayer-10.4-10.5.plugin            0x10455cdf NP_Initialize + 1420239
    3 ...lashPlayer-10.4-10.5.plugin            0x10455d6c NP_Initialize + 1420380
    4 ...lashPlayer-10.4-10.5.plugin            0x10451580 NP_Initialize + 1401968
    5 ...lashPlayer-10.4-10.5.plugin            0x1043431c NP_Initialize + 1282572
    6 ...lashPlayer-10.4-10.5.plugin            0x104375bb NP_Initialize + 1295531
    7 ...lashPlayer-10.4-10.5.plugin            0x1009280d 0xfe68000 + 2271245
    8 ...lashPlayer-10.4-10.5.plugin            0x1001d669 0xfe68000 + 1791593
    9 ...lashPlayer-10.4-10.5.plugin            0x0ff3f1d3 0xfe68000 + 881107
    10 ...lashPlayer-10.4-10.5.plugin            0x0ff3faf9 0xfe68000 + 883449
    11 ...lashPlayer-10.4-10.5.plugin            0x0ff3fb4b 0xfe68000 + 883531
    12 ...lashPlayer-10.4-10.5.plugin            0x1018a04b 0xfe68000 + 3285067
    13 ...lashPlayer-10.4-10.5.plugin            0x102610ee 0xfe68000 + 4165870
    14 ...lashPlayer-10.4-10.5.plugin            0x1028000a FlashPlayer_10_1_102_64_FlashPlayer + 11882
    15  com.apple.WebKit 0x95402639 WebNetscapePluginStream::destroyStream() + 713
    16 com.apple.WebKit 0x954027e8 WebNetscapePluginStream::destroyStreamWithReason(short) + 72
    17 com.apple.WebCore 0x9111437c WebCore::NetscapePlugInStreamLoader::didFinishLoading(double) + 60
    18 com.apple.WebCore 0x90a2d6e7 -[WebCoreResourceHandleAsDelegate connectionDidFinishLoading:] + 87
    19 com.apple.Foundation                      0x94261497 -[NSURLConnection(NSURLConnectionReallyInternal) sendDidFinishLoading] + 87
    20 com.apple.Foundation                      0x94261403 _NSURLConnectionDidFinishLoading + 147
    21 com.apple.CFNetwork                       0x95015ba4 URLConnectionClient::_clientDidFinishLoading(URLConnectionClient::ClientConnect ionEventQueue*) + 212
    22 com.apple.CFNetwork                       0x950168fa URLConnectionClient::ClientConnectionEventQueue::processAllEventsAndConsumePayl oad(XConnectionEventInfo<XClientEvent, XClientEventParams>*, long) + 310
    23 com.apple.CFNetwork                       0x95016baa URLConnectionClient::ClientConnectionEventQueue::processAllEventsAndConsumePayl oad(XConnectionEventInfo<XClientEvent, XClientEventParams>*, long) + 998
    24 com.apple.CFNetwork                       0x95015370 URLConnectionClient::processEvents() + 104
    25 com.apple.CFNetwork                       0x94fc2c2b MultiplexerSource::perform() + 189
    26 com.apple.CoreFoundation                  0x93cdf40f CFRunLoopRunSpecific + 3215
    27 com.apple.CoreFoundation                  0x93cdfaa8 CFRunLoopRunInMode + 88
    28 com.apple.HIToolbox                       0x96f292ac RunCurrentEventLoopInMode + 283
    29 com.apple.HIToolbox                       0x96f28ffe ReceiveNextEventCommon + 175
    30 com.apple.HIToolbox                       0x96f28f39 BlockUntilNextEventMatchingListInMode + 106
    31 com.apple.AppKit 0x91a926d5 _DPSNextEvent + 657
    32 com.apple.AppKit 0x91a91f88 -[NSApplication nextEventMatchingMask:untilDate:inMode:dequeue:] + 128
    33 com.apple.Safari 0x000166ad 0x1000 + 87725
    34 com.apple.AppKit 0x91a8af9f -[NSApplication run] + 795
    35  com.apple.AppKit 0x91a581d8 NSApplicationMain + 574
    36 com.apple.Safari 0x0000acee 0x1000 + 40174
    Thread 1:
    0 libSystem.B.dylib 0x94c4c34e __semwait_signal + 10
    1 libSystem.B.dylib 0x94ca1d81 sleep$UNIX2003 + 63
    2 com.apple.JavaScriptCore                  0x9809cab1 ***::TCMalloc_PageHeap::scavengerThread() + 145
    3 com.apple.JavaScriptCore                  0x9809cd8f ***::TCMalloc_PageHeap::runScavengerThread(void*) + 15
    4 libSystem.B.dylib 0x94c76055 _pthread_start + 321
    5 libSystem.B.dylib 0x94c75f12 thread_start + 34
    Thread 2:
    0 libSystem.B.dylib 0x94c4c34e __semwait_signal + 10
    1 libSystem.B.dylib 0x94c76ccd pthread_cond_wait$UNIX2003 + 73
    2 com.apple.WebCore 0x90921587 WebCore::IconDatabase::syncThreadMainLoop() + 279
    3 com.apple.WebCore 0x9091ee19 WebCore::IconDatabase::iconDatabaseSyncThread() + 761
    4 libSystem.B.dylib 0x94c76055 _pthread_start + 321
    5   libSystem.B.dylib 0x94c75f12 thread_start + 34
    Thread 3:
    0 libSystem.B.dylib 0x94c45166 mach_msg_trap + 10
    1 libSystem.B.dylib 0x94c4c95c mach_msg + 72
    2 com.apple.CoreFoundation                  0x93cdee7e CFRunLoopRunSpecific + 1790
    3 com.apple.CoreFoundation                  0x93cdfaa8 CFRunLoopRunInMode + 88
    4 com.apple.CFNetwork                       0x94f9618c CFURLCacheWorkerThread(void*) + 388
    5 libSystem.B.dylib 0x94c76055 _pthread_start + 321
    6 libSystem.B.dylib 0x94c75f12 thread_start + 34
    Thread 4:
    0 libSystem.B.dylib 0x94c4c34e __semwait_signal + 10
    1 libSystem.B.dylib 0x94c76ccd pthread_cond_wait$UNIX2003 + 73
    2 com.apple.JavaScriptCore                  0x97ef16b1 ***::ThreadCondition::timedWait(***::Mutex&, double) + 81
    3 com.apple.WebCore 0x9093a77c WebCore::LocalStorageThread::threadEntryPoint() + 188
    4 libSystem.B.dylib 0x94c76055 _pthread_start + 321
    5 libSystem.B.dylib 0x94c75f12 thread_start + 34
    Thread 5:
    0 libSystem.B.dylib 0x94c45166 mach_msg_trap + 10
    1 libSystem.B.dylib 0x94c4c95c mach_msg + 72
    2 com.apple.CoreFoundation                  0x93cdee7e CFRunLoopRunSpecific + 1790
    3   com.apple.CoreFoundation                  0x93cdfaa8 CFRunLoopRunInMode + 88
    4 com.apple.Safari 0x0002f33d 0x1000 + 189245
    5 com.apple.Safari 0x0002f08a 0x1000 + 188554
    6 com.apple.Safari 0x0002f023 0x1000 + 188451
    7   libSystem.B.dylib 0x94c76055 _pthread_start + 321
    8 libSystem.B.dylib 0x94c75f12 thread_start + 34
    Thread 6:
    0 libSystem.B.dylib 0x94c4c34e __semwait_signal + 10
    1 libSystem.B.dylib 0x94c76ccd pthread_cond_wait$UNIX2003 + 73
    2 com.apple.QuartzCore                      0x9312fa09 fe_fragment_thread + 54
    3 libSystem.B.dylib 0x94c76055 _pthread_start + 321
    4 libSystem.B.dylib 0x94c75f12 thread_start + 34
    Thread 7:
    0 libPng.dylib 0x90434918 png_write_find_filter + 1926
    1 libPng.dylib 0x90433ff5 _cg_png_write_row + 555
    2 com.apple.ImageIO.framework 0x93b9cab8 writeOne + 3061
    3 com.apple.ImageIO.framework 0x93b6506a _CGImagePluginWritePNG + 124
    4 com.apple.ImageIO.framework 0x93b59e27 CGImageDestinationFinalize + 145
    5 com.apple.Safari 0x00046695 0x1000 + 284309
    6 com.apple.Safari 0x0004542c 0x1000 + 279596
    7 com.apple.Safari                          0x00044c2d 0x1000 + 277549
    8 libSystem.B.dylib 0x94c76055 _pthread_start + 321
    9 libSystem.B.dylib 0x94c75f12 thread_start + 34
    Thread 8:
    0 libSystem.B.dylib 0x94c45166 mach_msg_trap + 10
    1 libSystem.B.dylib 0x94c4c95c mach_msg + 72
    2 com.apple.CoreFoundation                  0x93cdee7e CFRunLoopRunSpecific + 1790
    3 com.apple.CoreFoundation                  0x93cdfaa8 CFRunLoopRunInMode + 88
    4 com.apple.Foundation                      0x9425f520 +[NSURLConnection(NSURLConnectionReallyInternal) _resourceLoadLoop:] + 320
    5 com.apple.Foundation                      0x941fbdfd -[NSThread main] + 45
    6 com.apple.Foundation                      0x941fb9a4 __NSThread__main__ + 308
    7 libSystem.B.dylib 0x94c76055 _pthread_start + 321
    8 libSystem.B.dylib 0x94c75f12 thread_start + 34
    Thread 9:
    0 libSystem.B.dylib 0x94c9460a select$DARWIN_EXTSN + 10
    1 libSystem.B.dylib 0x94c76055 _pthread_start + 321
    2 libSystem.B.dylib 0x94c75f12 thread_start + 34
    Thread 10:
    0 libSystem.B.dylib 0x94c4c34e __semwait_signal + 10
    1 libSystem.B.dylib 0x94c76ccd pthread_cond_wait$UNIX2003 + 73
    2 com.apple.JavaScriptCore                  0x97ef16b1 ***::ThreadCondition::timedWait(***::Mutex&, double) + 81
    3 com.apple.WebCore 0x9093a77c WebCore::LocalStorageThread::threadEntryPoint() + 188
    4 libSystem.B.dylib 0x94c76055 _pthread_start + 321
    5 libSystem.B.dylib 0x94c75f12 thread_start + 34
    Thread 11:
    0 libSystem.B.dylib 0x94c4c34e __semwait_signal + 10
    1 libSystem.B.dylib 0x94c76ccd pthread_cond_wait$UNIX2003 + 73
    2 libGLProgrammability.dylib                0x9046db32 glvmDoWork + 162
    3 libSystem.B.dylib 0x94c76055 _pthread_start + 321
    4 libSystem.B.dylib 0x94c75f12 thread_start + 34
    Thread 12:
    0 libSystem.B.dylib 0x94c45166 mach_msg_trap + 10
    1   libSystem.B.dylib 0x94c4c95c mach_msg + 72
    2 com.apple.CoreFoundation                  0x93cdee7e CFRunLoopRunSpecific + 1790
    3 com.apple.CoreFoundation                  0x93cdfaa8 CFRunLoopRunInMode + 88
    4 com.apple.audio.CoreAudio                 0x94a8d5f8 HALRunLoop::OwnThread(void*) + 160
    5 com.apple.audio.CoreAudio                 0x94a8d480 CAPThread::Entry(CAPThread*) + 96
    6 libSystem.B.dylib 0x94c76055 _pthread_start + 321
    7 libSystem.B.dylib 0x94c75f12 thread_start + 34
    Thread 13:
    0   libSystem.B.dylib 0x94c45166 mach_msg_trap + 10
    1 libSystem.B.dylib 0x94c4c95c mach_msg + 72
    2 com.apple.CoreFoundation                  0x93cdee7e CFRunLoopRunSpecific + 1790
    3 com.apple.CoreFoundation                  0x93cdfb04 CFRunLoopRun + 84
    4 com.apple.QuickTime                       0x9343cee3 QTSNetworkThread_RunThread + 131
    5 libSystem.B.dylib 0x94c76055 _pthread_start + 321
    6 libSystem.B.dylib 0x94c75f12 thread_start + 34
    Thread 14:
    0 libSystem.B.dylib 0x94c4c34e __semwait_signal + 10
    1 libSystem.B.dylib 0x94c76ccd pthread_cond_wait$UNIX2003 + 73
    2 com.apple.ColorSync                       0x945223c8 pthreadSemaphoreWait(t_pthreadSemaphore*) + 42
    3 com.apple.ColorSync                       0x94534d4e CMMConvTask(void*) + 54
    4 libSystem.B.dylib 0x94c76055 _pthread_start + 321
    5 libSystem.B.dylib 0x94c75f12 thread_start + 34
    Thread 15:
    0 libSystem.B.dylib 0x94c45166 mach_msg_trap + 10
    1 libSystem.B.dylib                         0x94c4c95c mach_msg + 72
    2 libSystem.B.dylib 0x94cba03f mach_msg_server + 491
    3 libjvm.dylib 0x26a1bc35 0x26a0e000 + 56373
    4 libjvm.dylib 0x26a1ba65 0x26a0e000 + 55909
    5 libjvm.dylib                              0x26cecee1 JVM_RaiseSignal + 481121
    6 libSystem.B.dylib 0x94cc1110 _pthread_body + 27
    Thread 16:
    0 libSystem.B.dylib 0x94c45166 mach_msg_trap + 10
    1 libSystem.B.dylib 0x94c4c95c mach_msg + 72
    2   libjvm.dylib 0x26aa4073 0x26a0e000 + 614515
    3 libjvm.dylib 0x26aa3e0c 0x26a0e000 + 613900
    4 libjvm.dylib 0x26aa45fd 0x26a0e000 + 615933
    5 libjvm.dylib 0x26aa3f37 0x26a0e000 + 614199
    6   libjvm.dylib 0x26cecee1 JVM_RaiseSignal + 481121
    7 libSystem.B.dylib 0x94cc1110 _pthread_body + 27
    Thread 17:
    0 libSystem.B.dylib 0x94c45166 mach_msg_trap + 10
    1 libSystem.B.dylib 0x94c4c95c mach_msg + 72
    2 libjvm.dylib 0x26aa412a 0x26a0e000 + 614698
    3 libjvm.dylib 0x26ab348a 0x26a0e000 + 677002
    4 libjvm.dylib 0x26ab2ab5 0x26a0e000 + 674485
    5 libjvm.dylib 0x26c5bd01 JVM_MonitorWait + 481
    6 ??? 0x2b5739b1 0 + 727136689
    7 ??? 0x2b56d9d3 0 + 727112147
    8 ??? 0x2b56d9d3 0 + 727112147
    9   ??? 0x2b56b227 0 + 727101991
    10 libjvm.dylib 0x26aa581a 0x26a0e000 + 620570
    11 libjvm.dylib 0x26ab2943 0x26a0e000 + 674115
    12 libjvm.dylib 0x26ab27e5 0x26a0e000 + 673765
    13  libjvm.dylib 0x26ab26d6 0x26a0e000 + 673494
    14 libjvm.dylib 0x26ab25d8 0x26a0e000 + 673240
    15 libjvm.dylib 0x26cecee1 JVM_RaiseSignal + 481121
    16 libSystem.B.dylib 0x94cc1110 _pthread_body + 27
    Thread 18:
    0 libSystem.B.dylib 0x94c45166 mach_msg_trap + 10
    1 libSystem.B.dylib 0x94c4c95c mach_msg + 72
    2 libjvm.dylib 0x26aa412a 0x26a0e000 + 614698
    3 libjvm.dylib 0x26ab348a 0x26a0e000 + 677002
    4 libjvm.dylib 0x26ab2ab5 0x26a0e000 + 674485
    5 libjvm.dylib 0x26c5bd01 JVM_MonitorWait + 481
    6 ??? 0x2b5739b1 0 + 727136689
    7 ??? 0x2b56d9d3 0 + 727112147
    8 ??? 0x2b56daaa 0 + 727112362
    9 ??? 0x2b56daaa 0 + 727112362
    10  ??? 0x2b56b227 0 + 727101991
    11  libjvm.dylib 0x26aa581a 0x26a0e000 + 620570
    12 libjvm.dylib 0x26ab2943 0x26a0e000 + 674115
    13 libjvm.dylib 0x26ab27e5 0x26a0e000 + 673765
    14 libjvm.dylib 0x26ab26d6 0x26a0e000 + 673494
    15  libjvm.dylib 0x26ab25d8 0x26a0e000 + 673240
    16 libjvm.dylib 0x26cecee1 JVM_RaiseSignal + 481121
    17 libSystem.B.dylib 0x94cc1110 _pthread_body + 27
    Thread 19:
    0 libSystem.B.dylib 0x94c451a2 semaphore_wait_trap + 10
    1 libjvm.dylib 0x26ac24de 0x26a0e000 + 738526
    2 libjvm.dylib 0x26ac1d55 0x26a0e000 + 736597
    3 libjvm.dylib 0x26ab25d8 0x26a0e000 + 673240
    4 libjvm.dylib 0x26cecee1 JVM_RaiseSignal + 481121
    5 libSystem.B.dylib 0x94cc1110 _pthread_body + 27
    Thread 20:
    0 libSystem.B.dylib 0x94c45166 mach_msg_trap + 10
    1 libSystem.B.dylib 0x94c4c95c mach_msg + 72
    2 libjvm.dylib                              0x26aa412a 0x26a0e000 + 614698
    3 libjvm.dylib 0x26aa3cc9 0x26a0e000 + 613577
    4 libjvm.dylib 0x26ac31eb 0x26a0e000 + 741867
    5 libjvm.dylib 0x26ac2e88 0x26a0e000 + 741000
    6 libjvm.dylib 0x26ab25d8 0x26a0e000 + 673240
    7 libjvm.dylib 0x26cecee1 JVM_RaiseSignal + 481121
    8 libSystem.B.dylib 0x94cc1110 _pthread_body + 27
    Thread 21:
    0 libSystem.B.dylib 0x94c45166 mach_msg_trap + 10
    1 libSystem.B.dylib 0x94c4c95c mach_msg + 72
    2 libjvm.dylib 0x26aa412a 0x26a0e000 + 614698
    3 libjvm.dylib 0x26aa3e0c 0x26a0e000 + 613900
    4 libjvm.dylib 0x26ac38b0 0x26a0e000 + 743600
    5 libjvm.dylib 0x26ab25d8 0x26a0e000 + 673240
    6 libjvm.dylib 0x26cecee1 JVM_RaiseSignal + 481121
    7 libSystem.B.dylib 0x94cc1110 _pthread_body + 27
    Thread 22:
    0 libSystem.B.dylib 0x94c45166 mach_msg_trap + 10
    1 libSystem.B.dylib 0x94c4c95c mach_msg + 72
    2 libjvm.dylib 0x26aa4073 0x26a0e000 + 614515
    3 libjvm.dylib 0x26ac487f 0x26a0e000 + 747647
    4 libjvm.dylib 0x26ac432a 0x26a0e000 + 746282
    5 libjvm.dylib 0x26cecee1 JVM_RaiseSignal + 481121
    6 libSystem.B.dylib 0x94cc1110 _pthread_body + 27
    Thread 23:
    0 libSystem.B.dylib 0x94c45166 mach_msg_trap + 10
    1 libSystem.B.dylib 0x94c4c95c mach_msg + 72
    2 libjvm.dylib 0x26aa412a 0x26a0e000 + 614698
    3 libjvm.dylib 0x26ab348a 0x26a0e000 + 677002
    4 libjvm.dylib 0x26ab2ab5 0x26a0e000 + 674485
    5 libjvm.dylib 0x26c5bd01 JVM_MonitorWait + 481
    6 ??? 0x2b5739b1 0 + 727136689
    7 ??? 0x2b56d9d3 0 + 727112147
    8 ??? 0x2b56d9d3 0 + 727112147
    9 ??? 0x2b56b227 0 + 727101991
    10 libjvm.dylib 0x26aa581a 0x26a0e000 + 620570
    11 libjvm.dylib 0x26ab2943 0x26a0e000 + 674115
    12  libjvm.dylib 0x26ab27e5 0x26a0e000 + 673765
    13 libjvm.dylib 0x26ab26d6 0x26a0e000 + 673494
    14 libjvm.dylib 0x26ab25d8 0x26a0e000 + 673240
    15 libjvm.dylib 0x26cecee1 JVM_RaiseSignal + 481121
    16 libSystem.B.dylib 0x94cc1110 _pthread_body + 27
    Thread 24:
    0 libSystem.B.dylib 0x94c45166 mach_msg_trap + 10
    1 libSystem.B.dylib 0x94c4c95c mach_msg + 72
    2 libjvm.dylib 0x26aa412a 0x26a0e000 + 614698
    3 libjvm.dylib 0x26ab348a 0x26a0e000 + 677002
    4 libjvm.dylib 0x26ab2ab5 0x26a0e000 + 674485
    5 libjvm.dylib 0x26c5bd01 JVM_MonitorWait + 481
    6 ??? 0x2b5739b1 0 + 727136689
    7 ??? 0x2b56d9d3 0 + 727112147
    8 ??? 0x2b56daaa 0 + 727112362
    9 ??? 0x2b56daaa 0 + 727112362
    10  ??? 0x2b56dcd9 0 + 727112921
    11  ??? 0x2b56b227 0 + 727101991
    12 libjvm.dylib 0x26aa581a 0x26a0e000 + 620570
    13 libjvm.dylib 0x26ab2943 0x26a0e000 + 674115
    14 libjvm.dylib 0x26ab27e5 0x26a0e000 + 673765
    15 libjvm.dylib 0x26ab26d6 0x26a0e000 + 673494
    16 libjvm.dylib 0x26ab25d8 0x26a0e000 + 673240
    17 libjvm.dylib 0x26cecee1 JVM_RaiseSignal + 481121
    18 libSystem.B.dylib 0x94cc1110 _pthread_body + 27
    Thread 25:
    0 libSystem.B.dylib 0x94c45166 mach_msg_trap + 10
    1 libSystem.B.dylib 0x94c4c95c mach_msg + 72
    2 libjvm.dylib 0x26aa412a 0x26a0e000 + 614698
    3 libjvm.dylib 0x26ab348a 0x26a0e000 + 677002
    4 libjvm.dylib 0x26ab2ab5 0x26a0e000 + 674485
    5 libjvm.dylib 0x26c5bd01 JVM_MonitorWait + 481
    6 ??? 0x2b5739b1 0 + 727136689
    7 ??? 0x2b56d9d3 0 + 727112147
    8 ??? 0x2b56d9d3 0 + 727112147
    9 ??? 0x2b56dcd9 0 + 727112921
    10  ??? 0x2b56b227 0 + 727101991
    11 libjvm.dylib 0x26aa581a 0x26a0e000 + 620570
    12 libjvm.dylib 0x26ab2943 0x26a0e000 + 674115
    13 libjvm.dylib 0x26ab27e5 0x26a0e000 + 673765
    14 libjvm.dylib 0x26ab26d6 0x26a0e000 + 673494
    15 libjvm.dylib 0x26ab25d8 0x26a0e000 + 673240
    16 libjvm.dylib 0x26cecee1 JVM_RaiseSignal + 481121
    17 libSystem.B.dylib 0x94cc1110 _pthread_body + 27
    Thread 26:
    0 libSystem.B.dylib 0x94c45166 mach_msg_trap + 10
    1 libSystem.B.dylib 0x94c4c95c mach_msg + 72
    2 libjvm.dylib 0x26aa412a 0x26a0e000 + 614698
    3 libjvm.dylib 0x26ab348a 0x26a0e000 + 677002
    4 libjvm.dylib 0x26ab2ab5 0x26a0e000 + 674485
    5 libjvm.dylib 0x26c5bd01 JVM_MonitorWait + 481
    6 ??? 0x2b5739b1 0 + 727136689
    7 ??? 0x2b56d9d3 0 + 727112147
    8 ??? 0x2b56daaa 0 + 727112362
    9 ??? 0x2b56daaa 0 + 727112362
    10  ??? 0x2b56b227 0 + 727101991
    11 libjvm.dylib 0x26aa581a 0x26a0e000 + 620570
    12  libjvm.dylib 0x26ab2943 0x26a0e000 + 674115
    13 libjvm.dylib 0x26ab27e5 0x26a0e000 + 673765
    14 libjvm.dylib 0x26ab26d6 0x26a0e000 + 673494
    15 libjvm.dylib 0x26ab25d8 0x26a0e000 + 673240
    16 libjvm.dylib 0x26cecee1 JVM_RaiseSignal + 481121
    17 libSystem.B.dylib 0x94cc1110 _pthread_body + 27
    Thread 27:
    0 libSystem.B.dylib 0x94c45166 mach_msg_trap + 10
    1 libSystem.B.dylib 0x94c4c95c mach_msg + 72
    2 libjvm.dylib 0x26aa412a 0x26a0e000 + 614698
    3 libjvm.dylib 0x26ab348a 0x26a0e000 + 677002
    4 libjvm.dylib 0x26ab2ab5 0x26a0e000 + 674485
    5 libjvm.dylib 0x26c5bd01 JVM_MonitorWait + 481
    6 ??? 0x2b5739b1 0 + 727136689
    7 ??? 0x2b56d9d3 0 + 727112147
    8 ??? 0x2b56d9d3 0 + 727112147
    9 ??? 0x2b56b227 0 + 727101991
    10 libjvm.dylib 0x26aa581a 0x26a0e000 + 620570
    11 libjvm.dylib 0x26ab2943 0x26a0e000 + 674115
    12 libjvm.dylib 0x26ab27e5 0x26a0e000 + 673765
    13 libjvm.dylib 0x26ab26d6 0x26a0e000 + 673494
    14 libjvm.dylib 0x26ab25d8 0x26a0e000 + 673240
    15 libjvm.dylib 0x26cecee1 JVM_RaiseSignal + 481121
    16 libSystem.B.dylib 0x94cc1110 _pthread_body + 27
    Thread 28:
    0 libSystem.B.dylib 0x94c45166 mach_msg_trap + 10
    1 libSystem.B.dylib 0x94c4c95c mach_msg + 72
    2 libjvm.dylib 0x26aa412a 0x26a0e000 + 614698
    3 libjvm.dylib 0x26ab348a 0x26a0e000 + 677002
    4 libjvm.dylib 0x26ab2ab5 0x26a0e000 + 674485
    5 libjvm.dylib 0x26c5bd01 JVM_MonitorWait + 481
    6 ??? 0x2b5739b1 0 + 727136689
    7 ??? 0x2b56d9d3 0 + 727112147
    8 ??? 0x2b56dcd9 0 + 727112921
    9 ??? 0x2b56b227 0 + 727101991
    10 libjvm.dylib 0x26aa581a 0x26a0e000 + 620570
    11 libjvm.dylib 0x26ab2943 0x26a0e000 + 674115
    12  libjvm.dylib 0x26ab27e5 0x26a0e000 + 673765
    13 libjvm.dylib 0x26ab26d6 0x26a0e000 + 673494
    14 libjvm.dylib 0x26ab25d8 0x26a0e000 + 673240
    15 libjvm.dylib 0x26cecee1 JVM_RaiseSignal + 481121
    16 libSystem.B.dylib 0x94cc1110 _pthread_body + 27
    Thread 29:
    0 libSystem.B.dylib 0x94c89766 __wait4 + 10
    1 libjava.jnilib 0x16ba8cd1 Java_java_lang_UNIXProcess_waitForProcessExit + 34
    2 ???                                       0x2b5739b1 0 + 727136689
    3 ??? 0x2b56da7f 0 + 727112319
    4 ??? 0x2b56da7f 0 + 727112319
    5 ??? 0x2b56b227 0 + 727101991
    6 libjvm.dylib 0x26aa581a 0x26a0e000 + 620570
    7 libjvm.dylib 0x26ab2943 0x26a0e000 + 674115
    8 libjvm.dylib 0x26ab27e5 0x26a0e000 + 673765
    9 libjvm.dylib 0x26ab26d6 0x26a0e000 + 673494
    10 libjvm.dylib 0x26ab25d8 0x26a0e000 + 673240
    11 libjvm.dylib 0x26cecee1 JVM_RaiseSignal + 481121
    12 libSystem.B.dylib 0x94cc1110 _pthread_body + 27
    Thread 30:
    0 libSystem.B.dylib 0x94c451c6 semaphore_timedwait_signal_trap + 10
    1 libSystem.B.dylib 0x94c771af _pthread_cond_wait + 1244
    2 libSystem.B.dylib 0x94c78a33 pthread_cond_timedwait_relative_np + 47
    3 com.apple.Foundation                      0x94241dbc -[NSCondition waitUntilDate:] + 236
    4 com.apple.Foundation                      0x94241bd0 -[NSConditionLock lockWhenCondition:beforeDate:] + 144
    5 com.apple.Foundation                      0x94241b35 -[NSConditionLock lockWhenCondition:] + 69
    6 com.apple.AppKit 0x91af86e8 -[NSUIHeartBeat _heartBeatThread:] + 753
    7 com.apple.Foundation                      0x941fbdfd -[NSThread main] + 45
    8 com.apple.Foundation                      0x941fb9a4 __NSThread__main__ + 308
    9 libSystem.B.dylib 0x94c76055 _pthread_start + 321
    10 libSystem.B.dylib 0x94c75f12 thread_start + 34
    Thread 31:
    0 libSystem.B.dylib 0x94cae1a2 __workq_ops + 10
    1 libSystem.B.dylib 0x94cae1d2 start_wqthread + 30
    Thread 32:
    0 ??? 0000000000 0 + 0
    Thread 33:
    0 libSystem.B.dylib 0x94c451ae semaphore_wait_signal_trap + 10
    1 libSystem.B.dylib 0x94c771c6 _pthread_cond_wait + 1267
    2 libSystem.B.dylib 0x94cbc449 pthread_cond_wait + 48
    3 ...lashPlayer-10.4-10.5.plugin            0x1028dfbf unregister_ShockwaveFlash + 46383
    4 ...lashPlayer-10.4-10.5.plugin            0x0fe815af 0xfe68000 + 103855
    5 ...lashPlayer-10.4-10.5.plugin            0x1028e0ac unregister_ShockwaveFlash + 46620
    6 ...lashPlayer-10.4-10.5.plugin            0x1028e0f0 unregister_ShockwaveFlash + 46688
    7 ...lashPlayer-10.4-10.5.plugin            0x1028e216 unregister_ShockwaveFlash + 46982
    8 libSystem.B.dylib 0x94c76055 _pthread_start + 321
    9 libSystem.B.dylib 0x94c75f12 thread_start + 34
    Thread 34:
    0 libSystem.B.dylib 0x94c451ae semaphore_wait_signal_trap + 10
    1 libSystem.B.dylib 0x94c771c6 _pthread_cond_wait + 1267
    2 libSystem.B.dylib 0x94cbc449 pthread_cond_wait + 48
    3 ...lashPlayer-10.4-10.5.plugin            0x1028dfbf unregister_ShockwaveFlash + 46383
    4 ...lashPlayer-10.4-10.5.plugin            0x0fe815af 0xfe68000 + 103855
    5 ...lashPlayer-10.4-10.5.plugin            0x1028e0ac unregister_ShockwaveFlash + 46620
    6 ...lashPlayer-10.4-10.5.plugin            0x1028e0f0 unregister_ShockwaveFlash + 46688
    7 ...lashPlayer-10.4-10.5.plugin            0x1028e216 unregister_ShockwaveFlash + 46982
    8 libSystem.B.dylib 0x94c76055 _pthread_start + 321
    9 libSystem.B.dylib 0x94c75f12 thread_start + 34
    Thread 35:
    0   libSystem.B.dylib 0x94c451c6 semaphore_timedwait_signal_trap + 10
    1 libSystem.B.dylib 0x94c771af _pthread_cond_wait + 1244
    2 libSystem.B.dylib 0x94c78a33 pthread_cond_timedwait_relative_np + 47
    3 ...lashPlayer-10.4-10.5.plugin            0x1028df87 unregister_ShockwaveFlash + 46327
    4 ...lashPlayer-10.4-10.5.plugin            0x1004401e 0xfe68000 + 1949726
    5 ...lashPlayer-10.4-10.5.plugin            0x1028e0ac unregister_ShockwaveFlash + 46620
    6 ...lashPlayer-10.4-10.5.plugin            0x1028e0f0 unregister_ShockwaveFlash + 46688
    7 ...lashPlayer-10.4-10.5.plugin            0x1028e216 unregister_ShockwaveFlash + 46982
    8 libSystem.B.dylib 0x94c76055 _pthread_start + 321
    9 libSystem.B.dylib                         0x94c75f12 thread_start + 34
    Thread 36:
    0 libSystem.B.dylib 0x94c451c6 semaphore_timedwait_signal_trap + 10
    1 libSystem.B.dylib 0x94c771af _pthread_cond_wait + 1244
    2 libSystem.B.dylib 0x94c78a33 pthread_cond_timedwait_relative_np + 47
    3 ...lashPlayer-10.4-10.5.plugin            0x1028df87 unregister_ShockwaveFlash + 46327
    4 ...lashPlayer-10.4-10.5.plugin            0x1017c768 0xfe68000 + 3229544
    5 ...lashPlayer-10.4-10.5.plugin            0x1028e0ac unregister_ShockwaveFlash + 46620
    6 ...lashPlayer-10.4-10.5.plugin            0x1028e0f0 unregister_ShockwaveFlash + 46688
    7 ...lashPlayer-10.4-10.5.plugin            0x1028e216 unregister_ShockwaveFlash + 46982
    8 libSystem.B.dylib 0x94c76055 _pthread_start + 321
    9 libSystem.B.dylib                         0x94c75f12 thread_start + 34
    Thread 37:
    0 libSystem.B.dylib 0x94c451c6 semaphore_timedwait_signal_trap + 10
    1 libSystem.B.dylib 0x94c771af _pthread_cond_wait + 1244
    2 libSystem.B.dylib 0x94c78a33 pthread_cond_timedwait_relative_np + 47
    3 ...lashPlayer-10.4-10.5.plugin            0x1028df87 unregister_ShockwaveFlash + 46327
    4 ...lashPlayer-10.4-10.5.plugin            0x1017c768 0xfe68000 + 3229544
    5 ...lashPlayer-10.4-10.5.plugin            0x1028e0ac unregister_ShockwaveFlash + 46620
    6 ...lashPlayer-10.4-10.5.plugin            0x1028e0f0 unregister_ShockwaveFlash + 46688
    7 ...lashPlayer-10.4-10.5.plugin            0x1028e216 unregister_ShockwaveFlash + 46982
    8 libSystem.B.dylib 0x94c76055 _pthread_start + 321
    9 libSystem.B.dylib 0x94c75f12 thread_start + 34
    Thread 38:
    0 libSystem.B.dylib 0x94c451c6 semaphore_timedwait_signal_trap + 10
    1 libSystem.B.dylib 0x94c771af _pthread_cond_wait + 1244
    2 libSystem.B.dylib 0x94c78a33 pthread_cond_timedwait_relative_np + 47
    3 ...lashPlayer-10.4-10.5.plugin            0x1028df87 unregister_ShockwaveFlash + 46327
    4 ...lashPlayer-10.4-10.5.plugin            0x1017c768 0xfe68000 + 3229544
    5 ...lashPlayer-10.4-10.5.plugin            0x1028e0ac unregister_ShockwaveFlash + 46620
    6 ...lashPlayer-10.4-10.5.plugin            0x1028e0f0 unregister_ShockwaveFlash + 46688
    7 ...lashPlayer-10.4-10.5.plugin            0x1028e216 unregister_ShockwaveFlash + 46982
    8 libSystem.B.dylib 0x94c76055 _pthread_start + 321
    9 libSystem.B.dylib 0x94c75f12 thread_start + 34
    Thread 39:
    0 libSystem.B.dylib 0x94c451c6 semaphore_timedwait_signal_trap + 10
    1 libSystem.B.dylib 0x94c771af _pthread_cond_wait + 1244
    2 libSystem.B.dylib                         0x94c78a33 pthread_cond_timedwait_relative_np + 47
    3 ...lashPlayer-10.4-10.5.plugin            0x1028df87 unregister_ShockwaveFlash + 46327
    4 ...lashPlayer-10.4-10.5.plugin            0x1004401e 0xfe68000 + 1949726
    5 ...lashPlayer-10.4-10.5.plugin            0x1028e0ac unregister_ShockwaveFlash + 46620
    6 ...lashPlayer-10.4-10.5.plugin            0x1028e0f0 unregister_ShockwaveFlash + 46688
    7 ...lashPlayer-10.4-10.5.plugin            0x1028e216 unregister_ShockwaveFlash + 46982
    8 libSystem.B.dylib 0x94c76055 _pthread_start + 321
    9 libSystem.B.dylib 0x94c75f12 thread_start + 34
    Thread 40:
    0 libSystem.B.dylib 0x94c451c6 semaphore_timedwait_signal_trap + 10
    1 libSystem.B.dylib 0x94c771af _pthread_cond_wait + 1244
    2 libSystem.B.dylib 0x94c78a33 pthread_cond_timedwait_relative_np + 47
    3 ...lashPlayer-10.4-10.5.plugin            0x1028df87 unregister_ShockwaveFlash + 46327
    4 ...lashPlayer-10.4-10.5.plugin            0x1017c768 0xfe68000 + 3229544
    5 ...lashPlayer-10.4-10.5.plugin            0x1028e0ac unregister_ShockwaveFlash + 46620
    6 ...lashPlayer-10.4-10.5.plugin            0x1028e0f0 unregister_ShockwaveFlash + 46688
    7 ...lashPlayer-10.4-10.5.plugin            0x1028e216 unregister_ShockwaveFlash + 46982
    8 libSystem.B.dylib 0x94c76055 _pthread_start + 321
    9 libSystem.B.dylib 0x94c75f12 thread_start + 34
    Thread 41:
    0 libSystem.B.dylib 0x94c451c6 semaphore_timedwait_signal_trap + 10
    1 libSystem.B.dylib 0x94c771af _pthread_cond_wait + 1244
    2 libSystem.B.dylib 0x94c78a33 pthread_cond_timedwait_relative_np + 47
    3 ...lashPlayer-10.4-10.5.plugin            0x1028df87 unregister_ShockwaveFlash + 46327
    4 ...lashPlayer-10.4-10.5.plugin            0x1004401e 0xfe68000 + 1949726
    5 ...lashPlayer-10.4-10.5.plugin            0x1028e0ac unregister_ShockwaveFlash + 46620
    6 ...lashPlayer-10.4-10.5.plugin            0x1028e0f0 unregister_ShockwaveFlash + 46688
    7 ...lashPlayer-10.4-10.5.plugin            0x1028e216 unregister_ShockwaveFlash + 46982
    8 libSystem.B.dylib 0x94c76055 _pthread_start + 321
    9 libSystem.B.dylib 0x94c75f12 thread_start + 34
    Thread 42:
    0 libSystem.B.dylib 0x94c451c6 semaphore_timedwait_signal_trap + 10
    1 libSystem.B.dylib 0x94c771af _pthread_cond_wait + 1244
    2 libSystem.B.dylib 0x94c78a33 pthread_cond_timedwait_relative_np + 47
    3 ...lashPlayer-10.4-10.5.plugin            0x1028df87 unregister_ShockwaveFlash + 46327
    4 ...lashPlayer-10.4-10.5.plugin            0x1017c768 0xfe68000 + 3229544
    5 ...lashPlayer-10.4-10.5.plugin            0x1028e0ac unregister_ShockwaveFlash + 46620
    6 ...lashPlayer-10.4-10.5.plugin            0x1028e0f0 unregister_ShockwaveFlash + 46688
    7 ...lashPlayer-10.4-10.5.plugin            0x1028e216 unregister_ShockwaveFlash + 46982
    8 libSystem.B.dylib 0x94c76055 _pthread_start + 321
    9 libSystem.B.dylib 0x94c75f12 thread_start + 34
    Thread 0 crashed with X86 Thread State (32-bit):
      eax: 0x0000238a  ebx: 0x104342e7  ecx: 0x00000000  edx: 0x108759a0
      edi: 0x108753c8  esi: 0x25b3ca78  ebp: 0xbfffe318  esp: 0xbfffe30c
       ss: 0x0000001f  efl: 0x00210293  eip: 0x10463955   cs: 0x00000017
       ds: 0x0000001f   es: 0x0000001f   fs: 0x00000000   gs: 0x00000037
      cr2: 0x0000239a
    Binary Images:
    0x1000 -   0x5d3ffc  com.apple.Safari 5.0.6 (5533.22.3) <79731a26a77704fb4831e3adc020a381> /Applications/Safari.app/Contents/MacOS/Safari
      0x644000 -   0x64ffff  libxar.1.dylib ??? (???) /usr/lib/libxar.1.dylib
      0x657000 -   0x681fe8  com.apple.framework.Apple80211 5.2.8 (528.1) <97dfd0c2d44d3c5839dd96f74e43d9c2> /System/Library/PrivateFrameworks/Apple80211.framework/Versions/A/Apple80211
      0x692000 -   0x6a1ffc  SyndicationUI ??? (???) <4cb2f7ffaf3185ff4e036082064e7121> /System/Library/PrivateFrameworks/SyndicationUI.framework/Versions/A/Syndicatio nUI
      0x6cd000 -   0x6d2fff  com.apple.FolderActionsMenu 1.3.2 (1.3.2) <9ba69ef0bec96264a79fa28b3a5f058b> /System/Library/Contextual Menu Items/FolderActionsMenu.plugin/Contents/MacOS/FolderActionsMenu
    0xa0e4000 -  0xa3ddff3  com.apple.RawCamera.bundle 2.3.0 (505) <1c7cea30ffe2b4de98ced6518df1e54b> /System/Library/CoreServices/RawCamera.bundle/Contents/MacOS/RawCamera
    0xc967000 -  0xc967ffd  libmx.A.dylib ??? (???) /usr/lib/libmx.A.dylib
    0xc9ca000 -  0xc9cfffb  com.apple.AppleMPEG2Codec 1.0.1 (220) /Library/QuickTime/AppleMPEG2Codec.component/Contents/MacOS/AppleMPEG2Codec
    0xcb77000 -  0xcb78ff3  ATSHI.dylib ??? (???) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ATS.framework/Versions/A/Resources/ATSHI.dylib
    0xd0e2000 -  0xd0e7ff3  libCGXCoreImage.A.dylib ??? (???) <30bd95e38c8a203ee387013527cfd9d0> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libCGXCoreImage.A.dylib
    0xd3c0000 -  0xd3c2ffe  com.apple.AutomatorCMM 1.1 (162) <413d7e87f90ba14adf2c2a08af448666> /System/Library/Contextual Menu Items/AutomatorCMM.plugin/Contents/MacOS/AutomatorCMM
    0xd3c8000 -  0xd3c9ffd  com.apple.BluetoothMenu 2.1.8 (2.1.8f2) /System/Library/Contextual Menu Items/BluetoothContextualMenu.plugin/Contents/MacOS/BluetoothContextualMenu
    0xfa6c000 -  0xfa74fff  JavaNativeFoundation ??? (???) <1eba7d7fffda78c672636b3e27d19d6a> /System/Library/Frameworks/JavaVM.framework/Versions/A/Frameworks/JavaNativeFou ndation.framework/Versions/A/JavaNativeFoundation
    0xfc05000 -  0xfc06fff  com.apple.JavaPluginCocoa 12.9.0 (12.9.0) <5451adf6a77e3088b1a096fe1e16b189> /System/Library/Frameworks/JavaVM.framework/Versions/A/JavaPluginCocoa.bundle/C ontents/MacOS/JavaPluginCocoa
    0xfc0c000 -  0xfc26fc3  com.apple.AppleIntermediateCodec 1.2 (145) /Library/QuickTime/AppleIntermediateCodec.component/Contents/MacOS/AppleInterme diateCodec
    0xfc68000 -  0xfc6cffd  JavaLaunching ??? (???) <41aa04fadb9589ab9c249284090b2ef7> /System/Library/PrivateFrameworks/JavaLaunching.framework/Versions/A/JavaLaunch ing
    0xfe5e000 -  0xfe61ff2 +com.macromedia.Flash Player.plugin 10.1.102.64 (10.1.102.64) <0e4f768e4ff090b47387c86a3ec48c43> /Library/Internet Plug-Ins/Flash Player.plugin/Contents/MacOS/Flash Player
    0xfe68000 - 0x1082aff3 +com.macromedia.FlashPlayer-10.4-10.5.plugin 10.1.102.64 (10.1.102.64) <ab20f8cbd0050fdf33413b314a53f915> /Library/Internet Plug-Ins/Flash Player.plugin/Contents/PlugIns/FlashPlayer-10.4-10.5.plugin/Contents/MacOS/Flas hPlayer-10.4-10.5
    0x10b0d000 - 0x10b16fff  com.apple.IOFWDVComponents 1.9.5 (1.9.5) <889959011cb23c11785c378264400284> /System/Library/Components/IOFWDVComponents.component/Contents/MacOS/IOFWDVComp onents
    0x10b75000 - 0x10bb0fff  com.apple.QuickTimeFireWireDV.component 7.7 (1680.28) /System/Library/QuickTime/QuickTimeFireWireDV.component/Contents/MacOS/QuickTim eFireWireDV
    0x10bbd000 - 0x10bebff7  com.apple.QuickTimeIIDCDigitizer 7.7 (1680.28) <df482fbb25afcb366abfb16f09ed7e72> /System/Library/QuickTime/QuickTimeIIDCDigitizer.component/Contents/MacOS/Quick TimeIIDCDigitizer
    0x10bf6000 - 0x10c44ffe  com.apple.QuickTimeUSBVDCDigitizer 2.3.2 (2.3.2) <dceb65eeab48361f6466fadf8aa4ad6f> /System/Library/QuickTime/QuickTimeUSBVDCDigitizer.component/Contents/MacOS/Qui ckTimeUSBVDCDigitizer
    0x10c52000 - 0x10c55fff  com.apple.audio.AudioIPCPlugIn 1.0.6 (1.0.6) <51c811377017028f8904ad779e6a1344> /System/Library/Extensions/AudioIPCDriver.kext/Contents/Resources/AudioIPCPlugI n.bundle/Contents/MacOS/AudioIPCPlugIn
    0x10c65000 - 0x10deafe3  GLEngine ??? (???) <3bd4729832411ff31de5bb9d97e3718d> /System/Library/Frameworks/OpenGL.framework/Resources/GLEngine.bundle/GLEngine
    0x10e18000 - 0x110f6ff1  com.apple.ATIRadeonX2000GLDriver 1.5.48 (5.4.8) <0858896931bc8cdd84f736ed21e23738> /System/Library/Extensions/ATIRadeonX2000GLDriver.bundle/Contents/MacOS/ATIRade onX2000GLDriver
    0x1115a000 - 0x11176ff7  GLRendererFloat ??? (???) <927b7d5ce6a7c21fdc761f6f29cdf4ee> /System/Library/Frameworks/OpenGL.framework/Versions/A/Resources/GLRendererFloa t.bundle/GLRendererFloat
    0x11239000 - 0x1123ffff  com.apple.audio.AppleHDAHALPlugIn 1.7.1 (1.7.1a2) <a0a4389b5ac52ab84397d2b25c9d3b9c> /System/Library/Extensions/AppleHDA.kext/Contents/PlugIns/AppleHDAHALPlugIn.bun dle/Contents/MacOS/AppleHDAHALPlugIn
    0x11938000 - 0x11951ff3  com.apple.applepixletvideo 1.2.18 (1.2d18) <386af0b779e8c148e6b6cbc7f5489d45> /System/Library/QuickTime/ApplePixletVideo.component/Contents/MacOS/ApplePixlet Video
    0x13015000 - 0x13023feb  libSimplifiedChineseConverter.dylib ??? (???) <68f130a585c3f580d166ef7cbbf47e69> /System/Library/CoreServices/Encodings/libSimplifiedChineseConverter.dylib
    0x132ec000 - 0x132fefff  libTraditionalChineseConverter.dylib ??? (???) <6108541a452ff07d2f67db4a488b9d22> /System/Library/CoreServices/Encodings/libTraditionalChineseConverter.dylib
    0x13e2e000 - 0x13e3bff7 +net.telestream.license 1.0.8.2-GC (1.0.8.2-GC) <a61005c5e6a484a62a8538e53cfbd6af> /Library/Frameworks/TSLicense.framework/Versions/A/TSLicense
    0x149e0000 - 0x149ebffe  com.apple.JavaPlugin1_WebKit 12.9.0 (12.9.0) <039521819de98ec3f2c6268f959860bc> /System/Library/Frameworks/JavaVM.framework/Versions/1.5.0/Resources/JavaPlugin 1_WebKit.bundle/Contents/MacOS/JavaPluginCocoa
    0x14ef7000 - 0x150ecff2 +net.telestream.wmv.import 2.4.0.11 (2.4.0.11) <83f7489b3935e1bab93469179217a26d> /Library/QuickTime/Flip4Mac WMV Import.component/Contents/MacOS/Flip4Mac WMV Import
    0x15121000 - 0x15283fe1  com.apple.QuickTimeStreaming.component 7.7 (1680.28) <b7e03dfbed83c1405b588c67bda702cb> /System/Library/QuickTime/QuickTimeStreaming.component/Contents/MacOS/QuickTime Streaming
    0x152e6000 - 0x156c8ff0  QuickTimeH264.scalar ??? (???) <5e559fe08e569b80610ad17f6e0a4f71> /System/Library/QuickTime/QuickTimeH264.component/Contents/Resources/QuickTimeH 264.scalar
    0x157c8000 - 0x159ccfe7  com.apple.audio.codecs.Components 1.9.1 (1.9.1) /System/Library/Components/AudioCodecs.component/Contents/MacOS/AudioCodecs
    0x15afd000 - 0x15cbfff2 +net.telestream.wmv.advanced 2.4.0.11 (2.4.0.11) <92b25580ff565e91902fd1dc3e7ec9c2> /Library/QuickTime/Flip4Mac WMV Advanced.component/Contents/MacOS/Flip4Mac WMV Advanced
    0x15e1b000 - 0x1610bfeb +org.perian.Perian 1.2.3 (1.2.3) <722fff4f46efe5be70a642b5873d2b37> /Users/4TWB/Library/QuickTime/Perian.component/Contents/MacOS/Perian
    0x16486000 - 0x164d9ff7  com.apple.AppleProResDecoder 2.0.1 (227) /System/Library/QuickTime/AppleProResDecoder.component/Contents/MacOS/AppleProR esDecoder
    0x16513000 - 0x16578fef  com.apple.AppleVAH264HW.component 1.0 (1.0) <9247aea75cd42fd2c138dd35ce83ab9a> /System/Library/QuickTime/AppleVAH264HW.component/Contents/MacOS/AppleVAH264HW
    0x16664000 - 0x16666fff  com.apple.BezelServicesFW 1.4.9212 (1.4.9212) /System/Library/PrivateFrameworks/BezelServices.framework/Versions/A/BezelServi ces
    0x16804000 - 0x16807ffc  libnio.jnilib ??? (???) <f4385cf3035ae0a28c98c738f8305bb8> /System/Library/Frameworks/JavaVM.framework/Versions/1.5.0/Libraries/libnio.jni lib
    0x16857000 - 0x16857fff  libcmm.jnilib ??? (???) <6024691f719905ff6760b79172349b44> /System/Library/Frameworks/JavaVM.framework/Versions/1.5.0/Libraries/libcmm.jni lib
    0x168bc000 - 0x168c0ffd  com.apple.JavaVM 12.9.0 (12.9.0) <ddf63af73eedc15915184c97c95a9dcf> /System/Library/Frameworks/JavaVM.framework/Versions/A/JavaVM
    0x168c9000 - 0x168d0fe0  libverify.dylib ??? (???) <6ac70134f51ca99f2e561d90bd1c947c> /System/Library/Frameworks/JavaVM.framework/Versions/1.5.0/Libraries/libverify. dylib
    0x16b8b000 - 0x16b95ffb  libdeploy.jnilib ??? (???) /System/Library/Java/Support/Deploy.bundle/Contents/Resources/JavaPluginCocoa.b undle/Contents/Resources/Java/libdeploy.jnilib
    0x16ba0000 - 0x16bbafef  libjava.jnilib ??? (???) <1c20d672339b50ec8f1e94516d11a66f> /System/Library/Frameworks/JavaVM.framework/Versions/1.5.0/Libraries/libjava.jn ilib
    0x18049000 - 0x18054ffb  libnet.jnilib ??? (???) <a6a9547cc197607d0689b5800a6f7f46> /System/Library/Frameworks/JavaVM.framework/Versions/1.5.0/Libraries/libnet.jni lib
    0x18060000 - 0x1806bffb  libzip.jnilib ??? (???) <cb9aa2ee78d49fb1ac5f069475f15f67> /System/Library/Frameworks/JavaVM.framework/Versions/1.5.0/Libraries/libzip.jni lib
    0x18440000 - 0x1845cfe7  libPDFRIP.A.dylib ??? (???) <13247fe0bc24a36f1e5f46c9d830838e> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libPDFRIP.A.dylib
    0x1bbf4000 - 0x1bbf6fff  libkeychain.jnilib ??? (???) <503abfd3a3d65343ba4a075c379c9dc7> /System/Library/Frameworks/JavaVM.framework/Versions/1.5.0/Libraries/libkeychai n.jnilib
    0x1c15f000 - 0x1c168ff7  com.apple.iokit.IOUSBLib 3.4.9 (3.4.9) <ea4061ec718fddebf2cf952e8606ae87> /System/Library/Extensions/IOUSBFamily.kext/Contents/PlugIns/IOUSBLib.bundle/Co ntents/MacOS/IOUSBLib
    0x1e0c0000 - 0x1e135ff7  com.apple.Bluetooth 2.1.9 (2.1.9f10) <d70a88066ebf7eb8071781f686caced3> /System/Library/Frameworks/IOBluetooth.framework/Versions/A/IOBluetooth
    0x2064c000 - 0x2065cfff  liblaf.jnilib ??? (???) <f562cd1f6fe623b2fcd2dd2fc4e8b6ab> /System/Library/Frameworks/JavaVM.framework/Versions/1.5.0/Libraries/liblaf.jni lib
    0x20b26000 - 0x20b26ffd  liblangid.dylib ??? (???) <4310e568d617f1ce7178266630e1b71a> /usr/lib/liblangid.dylib
    0x216b4000 - 0x216d6fe7  libjpeg.jnilib ??? (???) <20a44fcf49a6ef1f0219d3f2a5cc4701> /System/Library/Frameworks/JavaVM.framework/Versions/1.5.0/Libraries/libjpeg.jn ilib
    0x23be8000 - 0x23d13ff7  libmecab.1.0.0.dylib ??? (???) <bef4c5c9918bc623b9137e9bf59b1e5e> /usr/lib/libmecab.1.0.0.dylib
    0x23d3a000 - 0x23d82ff3  libsuncmm.jnilib ??? (???) <d084ad7174d24b89ed0d9b16f183e861> /System/Library/Frameworks/JavaVM.framework/Versions/1.5.0/Libraries/libsuncmm. jnilib
    0x262cb000 - 0x26323fff  libfontmanager.jnilib ??? (???) <296e745419f71b99ce7e1bdedeb4a08d> /System/Library/Frameworks/JavaVM.framework/Versions/1.5.0/Libraries/libfontman ager.jnilib
    0x26a0e000 - 0x26d7bfe3  libjvm.dylib ??? (???) <e873f28fc5e1daa62b077c1a50044b06> /System/Library/Frameworks/JavaVM.framework/Versions/1.5.0/Home/bundle/Librarie s/libjvm.dylib
    0x2742b000 - 0x275c8fff  libawt.jnilib ??? (???) <38c47033ec747046b749eb463281bfcc> /System/Library/Frameworks/JavaVM.framework/Versions/1.5.0/Libraries/libawt.jni lib
    0x4194c000 - 0x41aa0ff7 +com.Google.GoogleEarthPlugin.plugin 6.1 (6.1.0.5001) <b77c1e4092adec0b825a450a5ccf6b8c> /Library/Internet Plug-Ins/Google Earth Web Plug-in.plugin/Contents/MacOS/libnpgeplugin.dylib
    0x70000000 - 0x700e6ff2  com.apple.audio.units.Components 1.5.2 (1.5.2) /System/Library/Components/CoreAudio.component/Contents/MacOS/CoreAudio
    0x8fe00000 - 0x8fe2db43  dyld 97.1 (???) <458eed38a009e5658a79579e7bc26603> /usr/lib/dyld
    0x90003000 - 0x90413fef  libBLAS.dylib ??? (???) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libBLAS.dylib
    0x90414000 - 0x90418fff  libmathCommon.A.dylib ??? (???) /usr/lib/system/libmathCommon.A.dylib
    0x90419000 - 0x90429fff  com.apple.speech.synthesis.framework 3.7.1 (3.7.1) <06d8fc0307314f8ffc16f206ad3dbf44> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ SpeechSynthesis.framework/Versions/A/SpeechSynthesis
    0x9042a000 - 0x90445ff3  libPng.dylib ??? (???) <e0c3bdc3144e1ed91f1e4d00d147ff3a> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libPng.dylib
    0x90446000 - 0x90917fbe  libGLProgrammability.dylib ??? (???) <7f18294a7bd0b6afe4319f29187fc70d> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLProgramma bility.dylib
    0x90918000 - 0x90918ffd  com.apple.vecLib 3.4.2 (vecLib 3.4.2) /System/Library/Frameworks/vecLib.framework/Versions/A/vecLib
    0x90919000 - 0x91687fe3  com.apple.WebCore 5534 (5534.50.1) <bef6f01e56834f2498918b264f0acbf7> /System/Library/Frameworks/WebKit.framework/Versions/A/Frameworks/WebCore.frame work/Versions/A/WebCore
    0x91688000 - 0x91769ff7  libxml2.2.dylib ??? (???) <f274ba384fb55203873f9c17569ef131> /usr/lib/libxml2.2.dylib
    0x9176a000 - 0x9176affe  com.apple.quartzframework 1.5 (1.5) <4b8f505e32e4f2d67967a276401f9aaf> /System/Library/Frameworks/Quartz.framework/Versions/A/Quartz
    0x9176b000 - 0x91776fe7  libCSync.A.dylib ??? (???) <f3228c803584320fde5e1bb9f04b4d44> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libCSync.A.dylib
    0x91777000 - 0x91795ff3  com.apple.DirectoryService.Framework 3.5.7 (3.5.7) <b4cd561d2481c4162ecf0acdf8cb062c> /System/Library/Frameworks/DirectoryService.framework/Versions/A/DirectoryServi ce
    0x91796000 - 0x917a5ffe  com.apple.DSObjCWrappers.Framework 1.2.1 (1.2.1) <eac1c7b7c07ed3148c85934b6f656308> /System/Library/PrivateFrameworks/DSObjCWrappers.framework/Versions/A/DSObjCWra ppers
    0x917b8000 - 0x917f7fef  libTIFF.dylib ??? (???) <2afd7f6079224311d67ab427e10bf61c> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libTIFF.dylib
    0x917f8000 - 0x91839fe7  libRIP.A.dylib ??? (???) <cd04df9e8993c51312c8cbcfe2539914> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libRIP.A.dylib
    0x9183a000 - 0x91841ffe  libbsm.dylib ??? (???) <d25c63378a5029648ffd4b4669be31bf> /usr/lib/libbsm.dylib
    0x91842000 - 0x9189cff7  com.apple.CoreText 2.0.5 (???) <5483518a613464d043455ac661a9dcbe> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreText.framework/Versions/A/CoreText
    0x9189d000 - 0x918a1fff  libGIF.dylib ??? (???) <ade6d93abe118569a7a39d11f81eb9bf> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libGIF.dylib
    0x918ac000 - 0x918baffd  libz.1.dylib ??? (???) <5ddd8539ae2ebfd8e7cc1c57525385c7> /usr/lib/libz.1.dylib
    0x918bb000 - 0x918dffeb  libssl.0.9.7.dylib ??? (???) <5b29af782be5894be8b336c9c73c18b6> /usr/lib/libssl.0.9.7.dylib
    0x918e0000 - 0x91912fff  com.apple.LDAPFramework 1.4.5 (110) <bb7a3e5d66f00d1d1c8a40569b003ba3> /System/Library/Frameworks/LDAP.framework/Versions/A/LDAP
    0x91913000 - 0x9193cfff  libcups.2.dylib ??? (???) <2b0ab6b9fa1957ee940835d0cfd42894> /usr/lib/libcups.2.dylib
    0x9193d000 - 0x919c7ff7  com.apple.DesktopServices 1.4.9 (1.4.9) <f5e51a76d315798371b3dd35a4d46d6c> /System/Library/PrivateFrameworks/DesktopServicesPriv.framework/Versions/A/Desk topServicesPriv
    0x919c8000 - 0x919f7fe3  com.apple.AE 402.3 (402.3) <b13bfda0ad9314922ee37c0d018d7de9> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/AE.fram ework/Versions/A/AE
    0x919f8000 - 0x91a51ff7  libGLU.dylib ??? (???) <a3b9be30100a25a6cd3ad109892f52b7> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLU.dylib
    0x91a52000 - 0x92250fef  com.apple.AppKit 6.5.9 (949.54) <4df5d2e2271175452103f789b4f4d8a8> /System/Library/Frameworks/AppKit.framework/Versions/C/AppKit
    0x92251000 - 0x923d5fef  com.apple.MediaToolbox 0.484.2 (484.2) <03c5c5966a91ad3ae9c825340fa21970> /System/Library/PrivateFrameworks/MediaToolbox.framework/Versions/A/MediaToolbo x
    0x923d6000 - 0x923d6ffc  com.apple.audio.units.AudioUnit 1.5 (1.5) /System/Library/Frameworks/AudioUnit.framework/Versions/A/AudioUnit
    0x92640000 - 0x92664fff  libxslt.1.dylib ??? (???) <c372568bd2f7169efa0faee6546eead3> /usr/lib/libxslt.1.dylib
    0x9266b000 - 0x927a3fe7  com.apple.imageKit 1.0.2 (1.0) <00d03cf7f26e1b6023efdc4bd15dd52e> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/ImageKit.fram ework/Versions/A/ImageKit
    0x927a4000 - 0x927abff7  libCGATS.A.dylib ??? (???) <8875cf11c0de0579423ac6b6ce80336d> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libCGATS.A.dylib
    0x9288f000 - 0x92a0ffff  com.apple.AddressBook.framework 4.1.2 (702) <f9360f9926ccd411fdf7550b73034d17> /System/Library/Frameworks/AddressBook.framework/Versions/A/AddressBook
    0x92a10000 - 0x92b62ff3  com.apple.audio.toolbox.AudioToolbox 1.5.3 (1.5.3) /System/Library/Frameworks/AudioToolbox.framework/Versions/A/AudioToolbox
    0x92b63000 - 0x92d34fef  com.apple.security 5.0.7 (1) <44e26a9c40630a54d5a9f70c18483411> /System/Library/Frameworks/Security.framework/Versions/A/Security
    0x92d35000 - 0x92df0fe3  com.apple.CoreServices.OSServices 228.1 (228.1) <9c640e79ad97f335730d8a49f6cb2032> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/OSServi ces.framework/Versions/A/OSServices
    0x92df1000 - 0x92e84fff  com.apple.ink.framework 101.3 (86) <bf3fa8927b4b8baae92381a976fd2079> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Ink.framework /Versions/A/Ink
    0x92e85000 - 0x92e86ffc  libffi.dylib ??? (???) <a3b573eb950ca583290f7b2b4c486d09> /usr/lib/libffi.dylib
    0x92e87000 - 0x92e89ff1  com.apple.QuickTimeH264.component 7.7 (1680.28) /System/Library/QuickTime/QuickTimeH264.component/Contents/MacOS/QuickTimeH264
    0x92fee000 - 0x92ff3fff  com.apple.DisplayServicesFW 2.0.2 (2.0.2) <cb9b98b43ae385a0f374baabe2b71764> /System/Library/PrivateFrameworks/DisplayServices.framework/Versions/A/DisplayS ervices
    0x92ff4000 - 0x92ffbfff  com.apple.agl 3.0.9 (AGL-3.0.9) <2f39c480cfcee9358a23d61b20a6aa56> /System/Library/Frameworks/AGL.framework/Versions/A/AGL
    0x92ffc000 - 0x9303afff  libGLImage.dylib ??? (???) <a6425aeb77f4da13212ac75df57b056d> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLImage.dyl ib
    0x9303b000 - 0x933d8fef  com.apple.QuartzCore 1.5.8 (1.5.8) <a28fa54346a9f9d5b3bef076a1ee0fcf> /System/Library/Frameworks/QuartzCore.framework/Versions/A/QuartzCore
    0x93429000 - 0x93754ff6  com.apple.QuickTime 7.7 (1680.28) <df75ea1435dadaf44ffde0924bc67ec4> /System/Library/Frameworks/QuickTime.framework/Versions/A/QuickTime
    0x93755000 - 0x937e2ff7  com.apple.LaunchServices 292 (292) <a41286c7c1eb20ffd5cc796f791070f0> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/LaunchS ervices.framework/Versions/A/LaunchServices
    0x937e3000 - 0x9381dfe7  com.apple.coreui 1.2 (62) /System/Library/PrivateFrameworks/CoreUI.framework/Versions/A/CoreUI
    0x9381e000 - 0x93822fff  com.apple.CoreMediaAuthoringPrivate 1.6 (1.6) /System/Library/PrivateFrameworks/CoreMediaAuthoringPrivate.framework/Versions/ A/CoreMediaAuthoringPrivate
    0x9383b000 - 0x93845feb  com.apple.audio.SoundManager 3.9.2 (3.9.2) <0f2ba6e891d3761212cf5a5e6134d683> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CarbonSound.f ramework/Versions/A/CarbonSound
    0x93846000 - 0x93b20ff3  com.apple.CoreServices.CarbonCore 786.16 (786.16) <d2af3f75c3500c518c39fd00aed7f9b9> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CarbonC ore.framework/Versions/A/CarbonCore
    0x93b21000 - 0x93c6aff7  com.apple.ImageIO.framework 2.0.9 (2.0.9) <717938c4837f88bbe8ec613d4d25bc52> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/ImageIO
    0x93c6b000 - 0x93c6bffd  com.apple.Accelerate 1.4.2 (Accelerate 1.4.2) /System/Library/Frameworks/Accelerate.framework/Versions/A/Accelerate
    0x93c6c000 - 0x93d9ffe7  com.apple.CoreFoundation 6.5.7 (476.19) <a332c8f45529ee26d2e9c36d0c723bad> /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
    0x93da0000 - 0x93de0fef  com.apple.CoreMedia 0.484.2 (484.2) <a3f49c4ac23e1e4ff60061ef279e367c> /System/Library/PrivateFrameworks/CoreMedia.framework/Versions/A/CoreMedia
    0x93de1000 - 0x93e3dff7  com.apple.htmlrendering 68 (1.1.3) <fe87a9dede38db00e6c8949942c6bd4f> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HTMLRendering .framework/Versions/A/HTMLRendering
    0x93e3e000 - 0x93e4affe  libGL.dylib ??? (???) /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib
    0x93e4b000 - 0x93f39fef  com.apple.PubSub 1.0.5 (65.23) <7d496f89df21f6b9ecf99a7727469c2a> /System/Library/Frameworks/PubSub.framework/Versions/A/PubSub
    0x93f3a000 - 0x940c9fe7  com.apple.CoreAUC 3.08.0 (3.08.0) <ce8da72493f7ad2bcb13130e6d0eca54> /System/Library/PrivateFrameworks/CoreAUC.framework/Versions/A/CoreAUC
    0x940ca000 - 0x94115ff7  com.apple.CoreMediaIOServices 140.0 (1492) <3fd3879b31be7659c1008e8991e9f69b> /System/Library/PrivateFrameworks/CoreMediaIOServices.framework/Versions/A/Core MediaIOServices
    0x94116000 - 0x94135ffa  libJPEG.dylib ??? (???) <6d61215d5adfd74f75fed2e4db29a21c> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libJPEG.dylib
    0x9414a000 - 0x9414cfff  com.apple.securityhi 3.0 (30817) <2b2854123fed609d1820d2779e2e0963> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SecurityHI.fr amework/Versions/A/SecurityHI
    0x9414d000 - 0x9416aff7  com.apple.QuickLookFramework 1.3.1 (170.9) /System/Library/Frameworks/QuickLook.framework/Versions/A/QuickLook
    0x9416b000 - 0x9419cffb  com.apple.quartzfilters 1.5.0 (1.5.0) <22581f8fe9dd2cb261f97a897407ec3e> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuartzFilters .framework/Versions/A/QuartzFilters
    0x9419d000 - 0x941e6fef  com.apple.Metadata 10.5.8 (398.26) <e4d268ea45379200f03cdc7c8bedae6f> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Metadat a.framework/Versions/A/Metadata
    0x941e7000 - 0x941f0fff  com.apple.speech.recognition.framework 3.7.24 (3.7.24) <d3180f9edbd9a5e6f283d6156aa3c602> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SpeechRecogni tion.framework/Versions/A/SpeechRecognition
    0x941f1000 - 0x9446dfe7  com.apple.Foundation 6.5.9 (677.26) <c68b3cff7864959becfc7fd1a384f925> /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation
    0x944ab000 - 0x944abff8  com.apple.ApplicationServices 34 (34) <8f910fa65f01d401ad8d04cc933cf887> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Application Services
    0x944ac000 - 0x944eefef  com.apple.NavigationServices 3.5.2 (163) <91844980804067b07a0b6124310d3f31> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/NavigationSer vices.framework/Versions/A/NavigationServices
    0x944ef000 - 0x945bafef  com.apple.ColorSync 4.5.4 (4.5.4) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ColorSync.framework/Versions/A/ColorSync
    0x945b

    It has been reported that some older versions of Java on the Mac are vulnerable to an exploit that can result in the installation of malware (the "Flashback.G" trojan.) I see no evidence that it has happened to you, but you'd still be well advised to disable Java in Safari's preferences. That will have the added benefit of stopping this crash.

  • Should I be able to drag folders from a stack in list mode?

    I'm unfamiliar with Lion and especially with stacks. Should I be able to drag doc. folders from a stack if it is in list mode? I can't seem to drag anything from the stack. The "About Stacks" help article seems to say that drag and drop should work in stacks. Is there a technique or setting that is not mentioned in the article?  Thanks  Bill

    Not in. I'm trying to take some things out of a doc. stack and trash them.

  • Macbook froze while online. hard shutdown. when it restarted, an error message appeared saying finder shut down unexpectedly containing a message box with a long list of technical jibberish.  after clicking OK that it would send an error report to Apple,

    macbook froze while online. hard shutdown. when it restarted, an error message appeared saying finder shut down unexpectedly containing a message box with a long list of technical jibberish.  after clicking OK that it would send an error report to Apple, the same error message box appeared again and again every time OK was clicked.  Now the macbook will not turn on at all

    If you're able to boot, launch the Console application in any of the following ways:
    ☞ Enter the first few letters of its name into a Spotlight search. Select it in the results (it should be at the top.)
    ☞ In the Finder, select Go ▹ Utilities from the menu bar, or press the key combination shift-command-U. The application is in the folder that opens.
    ☞ If you’re running Mac OS X 10.7 or later, open LaunchPad. Click Utilities, then Console in the page that opens.
    Select the most recent panic log under System Diagnostic Reports. Post the contents — the text, please, not a screenshot. In the interest of privacy, I suggest you edit out the “Anonymous UUID,” a long string of letters, numbers, and dashes in the header and body of the report, if it’s present (it may not be.) Please don't post "shutdownStall" or "hang" reports.
    If you can't boot in the usual way, try a safe boot. The instructions provided by Apple are as follows:
    Be sure your Mac is shut down.
    Press the power button.
    Immediately after you hear the startup tone, hold the Shift key. The Shift key should be held as soon as possible after the startup tone, but not before the tone.
    Release the Shift key when you see the gray Apple icon and the progress indicator (looks like a spinning gear).
    During startup, you’ll see a progress bar, and then the login screen, which appears even if you normally log in automatically. You must know your login password in order to log in. If you’ve forgotten the password, you will need to reset it before you begin.
    Safe mode is slower than normal, and some things won’t work at all.
    Note: If FileVault is enabled under Mac OS X 10.7 or later, you can’t boot in safe mode.

  • I have read 118 files (from a directory) each with 2088 data and put them into a 2 D array with 2cols and 246384row, I want to have aeach file on a separate columns with 2088 rows

    I have read 118 files from a directory using the list.vi. Each file has 2 cols with 2088rows. Now I have the data in a 2 D array with 2cols and 246384rows (118files * 2088rows). However I want to put each file in the same array but each file in separate columns. then I would have 236 columns (2cols for each of the 118 files) by 2088 rows. thank you very much in advance.

    Hiya,
    here's a couple of .vi's that might help out. I've taken a minimum manipulation approach by using replace array subset, and I'm not bothering to strip out the 1D array before inserting it. Instead I flip the array of filenames, and from this fill in the end 2-D array from the right, overwriting the column that will eventually become the "X" data values (same for each file) and appear on the right.
    The second .vi is a sub.vi I posted elsewhere on the discussion group to get the number of lines in a file. If you're sure that you know the number of data points is always going to be 2088, then replace this sub vi with a constant to speed up the program. (by about 2 seconds!)
    I've also updated the .vi to work as a sub.vi if you wa
    nt it to, complete with error handling.
    Hope this helps.
    S.
    // it takes almost no time to rate an answer
    Attachments:
    read_files_updated.vi ‏81 KB
    Num_Lines_in_File.vi ‏62 KB

  • "grouped list mode" in Lumia 520 is showing strang...

    I am newcomer to WP8, using Nokia Lumia 520. As a Bulgarian (Cyrillic alphabet) i setup my phone to my native language - Bulgarian.
    It is very annoying when I found, that "grouped list mode" or "jumplist" (not shure for correct name) is shownig not Bulgarian letters.
    Is that fixable? Or someone decided to use one major setting for all Cyrillic characters (Bulgarian, Serbian, Russian and etc.)!!!
    it is very irritating to see this nonsence.
    And also there are missing letters for Bulgarian alphabet. What a shame.
    And i am adding a snapshot from HTC Windows Phone 8S with the same regional and language settings like Lumia 520. Find the differences........
    Attachments:
    Lumia 520.jpg ‏41 KB
    HTC Windows Phone 8S.jpg ‏52 KB

    See that you have already posted similar over at winphone/forum:http://answers.microsoft.com/en-us/winphone/forum/wp8-wppersonal/grouped-list-mode-in-lumia-520-is-s...
    Happy to have helped forum in a small way with a Support Ratio = 37.0

  • In ios 7, how do I get the calendar to open each time in list mode?

    In ios 7, on the iphone 5, how do I get the calendar to open each time in list mode? It always opens is strange new mode and goes to list mode only if I click the search icon.

    For some weird reason beyond my comprehension, and I am a smart fellow I think; Adobe starting with acrobat/reader 8 has decided to hid the menu icon Ribbon (i guess you would call it) until you have a PDF open. In versions past if you had these icons on the screen you could actually use them to open Pdf's or create pdfs from scans.
    Pesonally for me its a dumb idea. But was justified as allowing for more screen area to view. The guy that thought up the idea should be taken out behind the barn and given 10 licks for stupid ideas. :-)

  • Arrays with more than 2^31-1 (2147483647) elements?

    Hi,
    I'm working with very large datasets and would like to be able to process arrays with more than 2^31-1 elements. This limit seems to come about because Java requires a signed integer to be passed as a parameter to an array declaration, e.g.:
    Object bytes = new byte[2147483647]; // works
    Object bytes = new byte[2147483648]; // failsIs there any way to get around this?
    Thanks very much,
    - Davi

    Is there any way to get around this?What about creating a class that aggregatesseveral
    arrays and implements the List API?
    KajUnfortunately, many of the methods in the List
    interface depend on int indexes also. You would
    probably want these methods to use a long index
    instead.True. I should have said that he should mimic the behaviour of the List interface, but not implement it.
    Kaj

  • How to convert a baseband signal with bandwidth 20MHz to an RF signal with center frequency 2.4GHz and the same bandwidth 20MHz

    Hi,
            I was wondering how to convert a complex baseband signal with bandwidth 20MHz to an RF signal with center frequency 2.4GHz and the same bandwidth 20MHz in simulation. I tried 
        1. Multiplying the complex double type baseband signal (1-D array) by exp( j * 2 * pi * 2.4E+9 * T ) where T is the symbol period of baseband signal.
        2. Usage of MT upconvert baseband but doesnt keep the BW constant
    Looking forward to your help. 

    I should add that you can multiply your baseband signal with two carrier signals that are shifted by 90° and then add or subtract the result to obtain upper or lower sideband only. You can try to search about IQ moduilators/demodulators to learn more.
    Cheers
    Edgar

Maybe you are looking for

  • Using variables as filters in analyses launched by Guided Navigation links

    I'm trying to build a navigation link that will launch an analysis and have the filters in that analysis respect the values of either Presentation Variables or Session Variables. I'm having success with an ordinary column. I'm not having success with

  • Is there any way to pull in movies from an external HD if my internal is full

    Is there any way to pull in movies from an external HD if my internal is full?

  • Movement type for free of charge good issue

    Hi, Does anybody know what is the movement type for free of charge good issue?? I want to know the equivalent movement type of good receipt 511 (delivery w/o charge) but for good issue. Thanks.

  • Help with removing text from background

    Hi, I'm pretty new to this, but I'm trying to figure out how to remove text from a background.  My problem is that when I use tools to grab the text, it only selects part of it because the pixels of the text are actually different colors as it blends

  • Could not open key

    Every time I try to upgrade QuickTime, a box opens saying: Could not open key HKEYLOCALMACHINE\Software\Classes\QuickTimePlayerlib.QuickTimePlayerApp\CLSID. Verify that you have sufficient access to that key, or contact your support personal. PLEASE