Uncompress folder

Hi there!
I am playing with the uncompress function of air and
javascript.
I have done the "ByteArray example: Reading a .zip file"
training (
link)
and everythings works fine.
Now i am trying to uncompress a zip file including folders.
The Reading a .zip file example finds the correct files but
after finding a folder it gets a problem, i think its becoause it
is reading the wrong bytes.
Anyone got an idea of how to uncompress folders? Google didnt
help at all.
Here is a sample code where i think the error occures:
quote:
while (zStream.position < zfile.size) {
// read fixed metadata portion of local file header
zStream.readBytes(bytes, 0, 30);
bytes.position = 0;
signature = bytes.readInt();
// if no longer reading data files, quit
if (signature != 0x04034b50) {
break;
bytes.position = 8;
compMethod = bytes.readByte(); // store compression method
(8 == Deflate)
offset = 0; // stores length of variable portion of metadata
bytes.position = 26; // offset to file name length
flNameLength = bytes.readShort(); // store file name
offset += flNameLength; // add length of file name
bytes.position = 28; // offset to extra field length
xfldLength = bytes.readShort();
offset += xfldLength; // add length of extra field
// if a folder is found offset seems to have the size of all
files inside the folder
// read variable length bytes between fixed-length header
and compressed file data
zStream.readBytes(bytes, 30, offset);
bytes.position = 30;
fileName = bytes.readUTFBytes(flNameLength); // read file
name
output += fileName + "<br />"; // write file name to
text area
bytes.position = 18;
compSize = bytes.readUnsignedInt(); // store size of
compressed portion
output += "\tCompressed size is: " + compSize + '<br
/>';
bytes.position = 22; // offset to uncompressed size
uncompSize = bytes.readUnsignedInt(); // store uncompressed
size
output += "\tUncompressed size is: " + uncompSize + '<br
/>';
// read compressed file to offset 0 of bytes; for
uncompressed files
// the compressed and uncompressed size is the same
// if a folder is found the compSize is 0
zStream.readBytes(bytes, 0, compSize);
if (compMethod == 8) {// if file is compressed, uncompress
bytes.uncompress(air.CompressionAlgorithm.DEFLATE);
thx!

No ideas?!

Similar Messages

  • Audio file missing from MOV when exported as a quicktime movie.

    Using Keynote 9, I imported video into presentation that was edited in iMovie 9.  When I export the presentation to quicktime movie the audio is missing from the video file.  The audio file plays fine in the standard keynote presentation mode. 

    This is STRICTLY a work around!  Official fix will come from Apple as an update more than likely.
    Duplicate item first (File > Duplicate). On newly duplicated project change file association type (File > get info). Under name and extension section take out .key). Close Get Info and save with removing .key.  Double click to open the file (now a compression).  Open uncompressed folder (same name as original file, now shows as a folder).  Now in the Data folder find a .mov file named "Recording" with randomly generated letters and numbers behind it.  Drag .mov file to desktop or any other directory. Open extracted .mov file with QuickTime to verify integrity. Save as audio file only.  Get Info on file again and place .key value at end of file/extension for project. Open project. Under Play menu option delete the recording.   Under Audio inspector drag the .mov of audio only to recording back in. Test play project to see if its accurate.  Export to QuickTime and see if issue is resolved.
    If issue persists:
    Export with corrupted audio as QuickTime.  Separate the audio from video track.  Delete audio.  Import the extracted .mov audio file.  Share > File. Enjoy.

  • Audio driver doesn't work for my compaq presario r4000 notebook XP system

    Hello,
    I just reinstall Window XP on my compaq presario r4000 notebook, and I download
    all the drivers from HpCompaq offical website. But the audio driver
    does't work for my "Conexant AC-Link Audio
    (PCI\VEN_1002&DEV_4370&SUBSYS_3085103C&REV_01\3&13C0B0C5&0&A5)".
    Please help me to figure it out.
    Thanks!!
    This question was solved.
    View Solution.

    OK...
    Now we have to get creative! 
    Download and install the free 7-Zip utility.
    http://7-zip.en.softonic.com/
    Download this driver:
    http://h20000.www2.hp.com/bizsupport/TechSupport/S​oftwareDescription.jsp?lang=en&cc=US&swItem=ob-317​...
    Decompress driver audio Conexant CX20468-31 AC97 and Equalizer with the 7-Zip software.
    Once installed, do a right click on the file sp30578.exe, select 7-Zip/extract the files and then click OK.
    Force the installation of the driver manually:
    In the device manager, right click on the audio controller, and select Update driver.
    Select install from a list or specific location Do not search. I will choose the driver to install.
    Click on next, Have Disk, and browse.
    Select the cpl3085a.inf file in the uncompressed folder sp30578, and then click Open.
    Click on OK, next and finish.
    Restart the computer.
    Paul

  • Audio for my Compaq Presario CQ42-263tu

    How can I benefit the features of Dolby for my Compaq Presario CQ42-263tu? Is it possible to have it installed in my PC. If not, are there any softwares that improves the audio quality of my PC (aside from the audio driver in my laptop)? 

    OK...
    Now we have to get creative! 
    Download and install the free 7-Zip utility.
    http://7-zip.en.softonic.com/
    Download this driver:
    http://h20000.www2.hp.com/bizsupport/TechSupport/S​oftwareDescription.jsp?lang=en&cc=US&swItem=ob-317​...
    Decompress driver audio Conexant CX20468-31 AC97 and Equalizer with the 7-Zip software.
    Once installed, do a right click on the file sp30578.exe, select 7-Zip/extract the files and then click OK.
    Force the installation of the driver manually:
    In the device manager, right click on the audio controller, and select Update driver.
    Select install from a list or specific location Do not search. I will choose the driver to install.
    Click on next, Have Disk, and browse.
    Select the cpl3085a.inf file in the uncompressed folder sp30578, and then click Open.
    Click on OK, next and finish.
    Restart the computer.
    Paul

  • How do I open .exe files on my mac?

    How do I open .exe files on my mac? I've downloaded a bunch of programs but they are all in .exe format. Do I need a program to extract these files?
    Thanks,

    nps0045 wrote:
    Ok thanks. So how do you install programs that you download from the internet? I've downloaded some programs and when I try to install them it doesn't work.
    First of all, you need to download things that are built to run on OS X - there is no way to install any Windows program in OS X.  You need windows to run Windows programs.
    Most downloadable programs for OS X will be distributed in a Disc Image file - *.dmg  You would double click one to open it.  Then, often it is as simple as drag the uncompressed folder to your Applications Folder.  Sometimes there may be an installer to run.  Once installed, you can eject the mounted dmg (drag it to the trash) and either keep is in case you ever need to reinstall, or delete it.

  • The HTML Sample Panel (and PSCS6)

    hi,
    I'm hoping someone from Adobe can take a look at this post.
    There are two sample Photoshop Extensions available directly from Configurator 3.1.1 (see the File menu).
    One operates properly for me (in 64 bit CS6) - it is shown below:
    As is shown there, I tried to simply reproduce the HTML widget which is described in the Panel (I renamed my panel to be Test Panel), exported it as a CS Extension, and it does not function correctly. (It seems to me that it would have been best to have included an actual .gpc format file in the Adobe download here ...)
    I also tried to reproduce one of the other example cases included - Open Image from URL. This is shown below:
    In this case there should be script files in the HTML/utils folder, but they are not there.
    Then there is a second sample Extension which can be downloaded - PSCS6. It can be installed from Extension Manager:
    but it does not show up in the Window > Extensions menu:
    Any insights or help would be appreciated.
    John Stevenson

    For the first problem, I think you set something wrongly, such as file path or somehting else. I can help you have a look if you send your .gpc file and .asset folder (maybe Test Panel.gpc and Test Panel.asset) to [email protected]
    For the second problem, that is because the zxp included in zip archive only supports Photoshop 13 and your Photoshop is updated to 13.0.1 or later. Thare are two methods to use this sample:
    1. Goto https://www.adobeexchange.com/ to download the extension "Adobe Exchange" https://www.adobeexchange.com/api/AdobeExchange.zxp
    After install this extension, you can open it from Window->Extensions->Adobe Exchange. Then, you can search "Photoshop Features" and install "Photoshop Features" extension within Adobe Exchange.
    Adobe Exchange is a new way to discover and install plug-ins, extensions, and other content for Creative Suite products.
    2. If your Configurator is updated to Configurator 3.1.1, open the gpc file from uncompressed folder, and export it again as CS Extension to intall the exported extension.

  • Expand/rename archive

    Hello. I've been trying to create an Automator workflow to copy the name of an archive to the expanded folder, replacing a generic folder name from what I suppose is an improperly zipped archive --i.e., archive is named "ADescriptiveName.zip" but the expanded archive is a folder simply named "Folder--I want to copy the archive name to the folder".
    I don't see a usable action except for the "Expand Archive" action from StuffIt Deluxe 12 (which I own), and, the Stuffit action only seems to give the option to designate specific locations for expansion--i.e., the Desktop or some other directory. Is there any way to get it to expand to the same location as the archive (as is allowed in the Expander preferences), or is there a way to use the OS X's Archive Utility to do this (I see OS X actions to create archives, but not expand them).
    Or is there another way to do this?

    Yes, you can expand it with Automator. The trick to figuring this out was realizing Finder is the default app for opening (uncompressing) them, as well as creates ZIP archives.
    Simply add the action "Open Finder Items" after the action supplying your archive (such as "Get Selected Finder Items"). You can leave the setting to "Default Application" and the Finder will automatically uncompress it, and within the the same folder (just as you want, right?).
    The tricky part is renaming the folder that has been uncompressed. Unfortunately and correctly (in order to be consistent), the file that is passed into "Open Finder Items" is the same one that comes out of it. I think it's expected that once you've opened a document with an application, the application isn't going to give anything back. Yet, this is one of those rare circumstances when you want the results of the application opening the document, instead of the original file.
    However, since you said that the archive contains one folder named "Folder", you could try obtaining it with the action "Find Finder Items". Specify the folder containing the archive, then set the "Name" to "is equal to" and "Folder". Use the "Results" button at the bottom of the action to view what files the action finds. There are problems with this, such as accidently matching a folder insider the newly uncompressed "Folder".
    Instead, I think after getting Automator to uncompress the file with "Open Finder Items", you would add the action "Run AppleScript". The AppleScript you'd need would process the alias that comes out of the previous action (Open Finder Items) by getting the folder the archive is in (easy), getting the name of just the archive (easy) and reformatting it the way you like (tricky), and then renaming the newly uncompressed folder named "Folder" to the new name (easy). Lastly, you'd pass the alias of the renamed "Folder" on to the next action "Create Archive". Sorry, I don't have such a script.
    In "Create Archive", leave the name blank to keep the same name (the new name you've given it with the AppleScript), and then select the path by choosing "Same Folder as Input".
    Hmm, now if only I had time to fiddle with a script for that renaming part...

  • Uploading and attaching files problem

    Dear all,
    Since a couple of weeks,  I can not attach anything to a mail nor upload any image or file on any website (facebook, fileshare etc.).
    The finder always freezes (no matter if it's Mail, Safari, Chrome or etc.) and I have to start the app again. I don't know where the issue comes from and I would appreciate any help on this matter.
    I'm under OS X 10.9.2. (Macbook air 13")
    Thanks for your help!
    Ross

    Historically, if you wanted to send a UNIX folder via email, you would compress it into a foo.zip file. Apple understood this with Pages ’09 v4.n, when it took a Package (folder), compressed it, and renamed the .zip extension to .pages. All automatically, with general email and filesharing compatibility.
    Along comes Pages v5+, with a totally new document architecture that is incompatible with prior Pages versions. To the Finder, it too looks like a file due to Package magic — and yet, in its natural state, is an uncompressed folder. To get this to play nice with Gmail webmail, and non-Apple filesharing services, you have to compress this document (folder) yourself before mail attachment, or placing on your preferred filesharing service. This is achieved by right-clicking the document icon, and choosing compress, which produces foo.pages.zip.
    The other work-around is to simply not use Pages v5+, and resume using Pages ’09 v4.3. If you had Pages ’09 v4.3 previously installed, the new Pages installation moved it into /Applications/iWorks ’09. The trick here is that you cannot double-click on a document to open it as Pages v5+ will try to open it. You wil need the right-click contextual menu and Open With... Pages (4.3).
    Yes, it is a PITA.

  • Restore cache w/o object file or thumbnails.cpth file

    This morning I recorded a demo session, approx 40min long, and after the initial render was complete I went to save.  During the save, Captivate crashed and created no project file.  I have the cache files, but there is no file in the object folder, and no thumbnails.cpth file.  I do have the .cp files in the uncompressed folder, but the standard cache restore procedure doesn't seem to be working for me.
    Is there any way to restore the recording?

    I have almost the same problem...
    I just modified and saved changes by accident in a captivate project. Now I lost the right version of it and I wonder if I could recover the alst version of the project within the cache files. I have the cache files of that project , but within them I dont have the "thumbnails.cpth" file...Is there a way to recover it even without that file? If not, can I at least recover the audio that I edited within that project?
    Thank you very much,
    Marta

  • Archiving/zipping to different folder

    Hello
    Normally the Finder Archive function (accessible e.g. from contextual menu in Finder) archives to a .zip archive in the same folder as the original object being archived.
    The Finder Archive function use BOMArchiveHelper, which is in:
    /System/Library/CoreServices/BOMArchiveHelper.app/Contents/MacOS/BOMArchiveHelpe r
    So the same archiving can be achieved in an AppleScript by the following statement:
    do shell script "/System/Library/CoreServices/BOMArchiveHelper.app/Contents/MacOS/BOMArchiveHel per" "theUnixname"
    where theUnixname is the Unix name of the file or folder being zipped. This works.
    My question is the following: Is there any option to BOMArchiveHelper that permits the resulting file to be in a different folder than the original file or folder? This would permit archiving directly to another disk, e.g. an external hard disk, without first copying the uncompressed files or without using disk utility to make a compressed disk image.
    (The reason I would like to use the zip files is that they are more universal than the compressed disk images. And I want to use BOMArchiveHelper rather than another ZIP program such as ZipIT because the Macintosh structure with resource forks is preserved by BOMArchiveHelper in a way that still permits the ZIP archive to be opened on e.g. a Windows or Linux machine, which is not the case for the MacBinary implementation in ZipIt).
    Thanks in advance

    I think you can use a shell-like command in an AppleScript.
    In this command you could use gzip "sourcefile" > "targetfile"

  • Finder crash when opening home folder

    when opening my home folder, which is set to 'show as icons' the Finder crashes every time. any other setting, such as 'list' or 'column' is fine, but when I select 'show as icons' it crashes.
    I've already done such things as repair permissions, clean caches etc, I even deleted my finder.plist, but nothing works. As I can't read crash report I've attached one here, hoping someone can help me and point me to a possible solution.
    thanks in advance!
    Process: Finder [3816]
    Path: /System/Library/CoreServices/Finder.app/Contents/MacOS/Finder
    Identifier: com.apple.finder
    Version: 10.5.8 (10.5.8)
    Build Info: Finder_FE-6072200~19
    Code Type: X86 (Native)
    Parent Process: launchd [201]
    Date/Time: 2009-01-11 14:10:25.847 +0100
    OS Version: Mac OS X 10.5.6 (9G55)
    Report Version: 6
    Exception Type: EXCBADACCESS (SIGBUS)
    Exception Codes: KERNPROTECTIONFAILURE at 0x0000000000000016
    Crashed Thread: 16
    Thread 0:
    0 libSystem.B.dylib 0x9005a1c6 machmsgtrap + 10
    1 libSystem.B.dylib 0x900619bc mach_msg + 72
    2 ...ple.CoreServices.OSServices 0x960a4427 FillAlphaChannels_rpc + 157
    3 ...ple.CoreServices.OSServices 0x960a276e CLocalRefToSharedStorageEntry::FillAlphaChannels() + 82
    4 ...ple.CoreServices.OSServices 0x960a260f CIconStorageEntry::Load(CIconFamilyLoader*, unsigned long) + 2069
    5 ...ple.CoreServices.OSServices 0x960a28a0 CLocalRefToSharedStorageEntry::Load(CIconFamilyLoader*, unsigned long) + 134
    6 ...ple.CoreServices.OSServices 0x9604a9fd CIconStorageEntry::GetData(long) + 103
    7 ...ple.CoreServices.OSServices 0x9604aecf CIconStorageEntry::GetDataInfo(long, unsigned long, _ISStorageDataInfo*) + 65
    8 ...ple.CoreServices.OSServices 0x9604ae86 _ISGetStorageDataInfo + 56
    9 com.apple.HIServices 0x96b12062 _ISStorageRefDataInfoGetter(void*, long, unsigned char, _ISIconInfo*) + 48
    10 com.apple.HIServices 0x96b10a92 _ISGetBestCGImageForIndexedStorageData(void*, CGSize, _ISIconStorageCallbacks const*, unsigned char, unsigned char, _ISBitmapImageInfo*, CGImage**) + 1480
    11 com.apple.HIServices 0x96b111da _ISGetCGImageRefForISImageRef(void*, CGSize, short, RGBColor const*, unsigned long, _ISImageRefCallbacks const*, CGRect*, unsigned char*) + 736
    12 com.apple.HIServices 0x96aee3c6 PlotISImageRefInContext(void*, CGContext*, CGRect, short, short, RGBColor const*, unsigned long, _ISImageRefCallbacks const*) + 1124
    13 com.apple.HIServices 0x96aedf40 PlotIconRefInContext + 206
    14 com.apple.finder 0x0004a573 0x1000 + 300403
    15 com.apple.finder 0x0004a50c 0x1000 + 300300
    16 com.apple.finder 0x0007a4b9 0x1000 + 496825
    17 com.apple.finder 0x00087809 0x1000 + 550921
    18 com.apple.finder 0x0004686f 0x1000 + 284783
    19 com.apple.finder 0x00045dbc 0x1000 + 282044
    20 com.apple.finder 0x0002ae20 0x1000 + 171552
    21 com.apple.finder 0x000312fb 0x1000 + 197371
    22 com.apple.finder 0x0002612a 0x1000 + 151850
    23 com.apple.finder 0x00025faa 0x1000 + 151466
    24 com.apple.finder 0x00025f6e 0x1000 + 151406
    25 com.apple.HIToolbox 0x93184143 DispatchEventToHandlers(EventTargetRec*, OpaqueEventRef*, HandlerCallRec*) + 1181
    26 com.apple.HIToolbox 0x9318357d SendEventToEventTargetInternal(OpaqueEventRef*, OpaqueEventTargetRef*, HandlerCallRec*) + 405
    27 com.apple.HIToolbox 0x931833e2 SendEventToEventTargetWithOptions + 58
    28 com.apple.HIToolbox 0x931a6e01 HIView::SendDraw(short, OpaqueGrafPtr*, __HIShape const*, CGContext*) + 475
    29 com.apple.HIToolbox 0x931a68ee HIView::RecursiveDrawComposited(__HIShape const*, unsigned long, HIView*, CGContext*, unsigned char, float) + 734
    30 com.apple.HIToolbox 0x931a6a52 HIView::RecursiveDrawComposited(__HIShape const*, unsigned long, HIView*, CGContext*, unsigned char, float) + 1090
    31 com.apple.HIToolbox 0x931a6a52 HIView::RecursiveDrawComposited(__HIShape const*, unsigned long, HIView*, CGContext*, unsigned char, float) + 1090
    32 com.apple.HIToolbox 0x931a6a52 HIView::RecursiveDrawComposited(__HIShape const*, unsigned long, HIView*, CGContext*, unsigned char, float) + 1090
    33 com.apple.HIToolbox 0x931a6a52 HIView::RecursiveDrawComposited(__HIShape const*, unsigned long, HIView*, CGContext*, unsigned char, float) + 1090
    34 com.apple.HIToolbox 0x931a6a52 HIView::RecursiveDrawComposited(__HIShape const*, unsigned long, HIView*, CGContext*, unsigned char, float) + 1090
    35 com.apple.HIToolbox 0x931a5cec HIView::DrawComposited(short, OpaqueGrafPtr*, __HIShape const*, unsigned long, HIView*, CGContext*) + 668
    36 com.apple.HIToolbox 0x931a59ff HIView::Draw(short, OpaqueGrafPtr*, unsigned long) + 83
    37 com.apple.HIToolbox 0x931a594f HIView::Render(unsigned long, CGContext*) + 45
    38 com.apple.HIToolbox 0x931a5275 WindowData::PrepareForVisibility() + 145
    39 com.apple.HIToolbox 0x931a49fd _ShowHideWindows + 289
    40 com.apple.HIToolbox 0x93206665 ShowWindow + 75
    41 com.apple.finder 0x00078b6e 0x1000 + 490350
    42 com.apple.finder 0x0012ac95 0x1000 + 1219733
    43 com.apple.finder 0x000d55c1 0x1000 + 869825
    44 com.apple.finder 0x00082f35 0x1000 + 532277
    45 com.apple.finder 0x0012bf06 0x1000 + 1224454
    46 com.apple.finder 0x000f1cfe 0x1000 + 986366
    47 com.apple.finder 0x000f3f9d 0x1000 + 995229
    48 com.apple.finder 0x0002699c 0x1000 + 154012
    49 com.apple.finder 0x00026911 0x1000 + 153873
    50 com.apple.finder 0x000260be 0x1000 + 151742
    51 com.apple.finder 0x00025faa 0x1000 + 151466
    52 com.apple.finder 0x00025f6e 0x1000 + 151406
    53 com.apple.HIToolbox 0x93184143 DispatchEventToHandlers(EventTargetRec*, OpaqueEventRef*, HandlerCallRec*) + 1181
    54 com.apple.HIToolbox 0x9318357d SendEventToEventTargetInternal(OpaqueEventRef*, OpaqueEventTargetRef*, HandlerCallRec*) + 405
    55 com.apple.HIToolbox 0x9319fed2 SendEventToEventTarget + 52
    56 com.apple.HIToolbox 0x931d423d SendHICommandEvent(unsigned long, HICommand const*, unsigned long, unsigned long, unsigned char, OpaqueEventTargetRef*, OpaqueEventTargetRef*, OpaqueEventRef**) + 411
    57 com.apple.HIToolbox 0x931faa8f SendMenuCommandWithContextAndModifiers + 59
    58 com.apple.HIToolbox 0x931faa4c SendMenuItemSelectedEvent + 134
    59 com.apple.HIToolbox 0x9327ec1f HIMenuBar::HandleKeyboardEvent(OpaqueEventRef*) + 409
    60 com.apple.HIToolbox 0x93184651 HIObject::EventHook(OpaqueEventHandlerCallRef*, OpaqueEventRef*, void*) + 173
    61 com.apple.HIToolbox 0x93184143 DispatchEventToHandlers(EventTargetRec*, OpaqueEventRef*, HandlerCallRec*) + 1181
    62 com.apple.HIToolbox 0x9318357d SendEventToEventTargetInternal(OpaqueEventRef*, OpaqueEventTargetRef*, HandlerCallRec*) + 405
    63 com.apple.HIToolbox 0x931833e2 SendEventToEventTargetWithOptions + 58
    64 com.apple.HIToolbox 0x931b2307 ToolboxEventDispatcherHandler(OpaqueEventHandlerCallRef*, OpaqueEventRef*, void*) + 1815
    65 com.apple.HIToolbox 0x931844fc DispatchEventToHandlers(EventTargetRec*, OpaqueEventRef*, HandlerCallRec*) + 2134
    66 com.apple.HIToolbox 0x9318357d SendEventToEventTargetInternal(OpaqueEventRef*, OpaqueEventTargetRef*, HandlerCallRec*) + 405
    67 com.apple.HIToolbox 0x9319fed2 SendEventToEventTarget + 52
    68 com.apple.HIToolbox 0x9320cb80 ToolboxEventDispatcher + 86
    69 com.apple.HIToolbox 0x932093da RunApplicationEventLoop + 222
    70 com.apple.finder 0x000233b9 0x1000 + 140217
    71 com.apple.finder 0x000f3275 0x1000 + 991861
    72 com.apple.finder 0x00009376 0x1000 + 33654
    Thread 1:
    0 libSystem.B.dylib 0x9005a1c6 machmsgtrap + 10
    1 libSystem.B.dylib 0x900619bc mach_msg + 72
    2 com.apple.CoreFoundation 0x93d150ae CFRunLoopRunSpecific + 1790
    3 com.apple.CoreFoundation 0x93d15d34 CFRunLoopRun + 84
    4 com.apple.DesktopServices 0x95fbeef3 TSystemNotificationTask::SystemNotificationTaskProc(void*) + 123
    5 ...ple.CoreServices.CarbonCore 0x96d7410b PrivateMPEntryPoint + 56
    6 libSystem.B.dylib 0x9008b095 pthreadstart + 321
    7 libSystem.B.dylib 0x9008af52 thread_start + 34
    Thread 2:
    0 libSystem.B.dylib 0x9005a1c6 machmsgtrap + 10
    1 libSystem.B.dylib 0x900619bc mach_msg + 72
    2 com.apple.CoreFoundation 0x93d150ae CFRunLoopRunSpecific + 1790
    3 com.apple.CoreFoundation 0x93d15d34 CFRunLoopRun + 84
    4 com.apple.DesktopServices 0x95fbf06c TFSEventsNotificationTask::FSEventsNotificationTaskProc(void*) + 216
    5 ...ple.CoreServices.CarbonCore 0x96d7410b PrivateMPEntryPoint + 56
    6 libSystem.B.dylib 0x9008b095 pthreadstart + 321
    7 libSystem.B.dylib 0x9008af52 thread_start + 34
    Thread 3:
    0 libSystem.B.dylib 0x900613ae _semwaitsignal + 10
    1 libSystem.B.dylib 0x9008bd0d pthreadcondwait$UNIX2003 + 73
    2 ...ple.CoreServices.CarbonCore 0x96d75ef7 TSWaitOnCondition + 126
    3 ...ple.CoreServices.CarbonCore 0x96d54e36 TSWaitOnConditionTimedRelative + 202
    4 ...ple.CoreServices.CarbonCore 0x96d75b74 MPWaitOnQueue + 208
    5 com.apple.DesktopServices 0x95fca02a TNodeSyncTask::SyncTaskProc(void*) + 84
    6 ...ple.CoreServices.CarbonCore 0x96d7410b PrivateMPEntryPoint + 56
    7 libSystem.B.dylib 0x9008b095 pthreadstart + 321
    8 libSystem.B.dylib 0x9008af52 thread_start + 34
    Thread 4:
    0 libSystem.B.dylib 0x9008a906 kevent + 10
    1 libSystem.B.dylib 0x9008b095 pthreadstart + 321
    2 libSystem.B.dylib 0x9008af52 thread_start + 34
    Thread 5:
    0 libSystem.B.dylib 0x900a96f2 select$DARWIN_EXTSN + 10
    1 libSystem.B.dylib 0x9008b095 pthreadstart + 321
    2 libSystem.B.dylib 0x9008af52 thread_start + 34
    Thread 6:
    0 libSystem.B.dylib 0x900613ae _semwaitsignal + 10
    1 libSystem.B.dylib 0x9008bd0d pthreadcondwait$UNIX2003 + 73
    2 libGLProgrammability.dylib 0x937f7b32 glvmDoWork + 162
    3 libSystem.B.dylib 0x9008b095 pthreadstart + 321
    4 libSystem.B.dylib 0x9008af52 thread_start + 34
    Thread 7:
    0 libSystem.B.dylib 0x9005a226 semaphoretimedwait_signaltrap + 10
    1 libSystem.B.dylib 0x9008c1ef pthread_condwait + 1244
    2 libSystem.B.dylib 0x9008da73 pthreadcond_timedwait_relativenp + 47
    3 ...ple.CoreServices.CarbonCore 0x96d54e62 TSWaitOnConditionTimedRelative + 246
    4 ...ple.CoreServices.CarbonCore 0x96d54c42 TSWaitOnSemaphoreCommon + 422
    5 ...ickTimeComponents.component 0x90a74592 ReadSchedulerThreadEntryPoint + 4724
    6 libSystem.B.dylib 0x9008b095 pthreadstart + 321
    7 libSystem.B.dylib 0x9008af52 thread_start + 34
    Thread 8:
    0 libSystem.B.dylib 0x9005a1c6 machmsgtrap + 10
    1 libSystem.B.dylib 0x900619bc mach_msg + 72
    2 com.apple.CoreFoundation 0x93d150ae CFRunLoopRunSpecific + 1790
    3 com.apple.CoreFoundation 0x93d15cd8 CFRunLoopRunInMode + 88
    4 com.apple.audio.CoreAudio 0x949735dc HALRunLoop::OwnThread(void*) + 160
    5 com.apple.audio.CoreAudio 0x94973464 CAPThread::Entry(CAPThread*) + 96
    6 libSystem.B.dylib 0x9008b095 pthreadstart + 321
    7 libSystem.B.dylib 0x9008af52 thread_start + 34
    Thread 9:
    0 libSystem.B.dylib 0x9005a226 semaphoretimedwait_signaltrap + 10
    1 libSystem.B.dylib 0x9008c1ef pthread_condwait + 1244
    2 libSystem.B.dylib 0x9008da73 pthreadcond_timedwait_relativenp + 47
    3 ...ple.CoreServices.CarbonCore 0x96d54e62 TSWaitOnConditionTimedRelative + 246
    4 ...ple.CoreServices.CarbonCore 0x96d75b74 MPWaitOnQueue + 208
    5 com.apple.DesktopServices 0x95fcbf74 TFolderSizeTask::FolderSizeTaskProc(void*) + 104
    6 ...ple.CoreServices.CarbonCore 0x96d7410b PrivateMPEntryPoint + 56
    7 libSystem.B.dylib 0x9008b095 pthreadstart + 321
    8 libSystem.B.dylib 0x9008af52 thread_start + 34
    Thread 10:
    0 libSystem.B.dylib 0x9005a1c6 machmsgtrap + 10
    1 libSystem.B.dylib 0x900619bc mach_msg + 72
    2 com.apple.CoreFoundation 0x93d150ae CFRunLoopRunSpecific + 1790
    3 com.apple.CoreFoundation 0x93d15cd8 CFRunLoopRunInMode + 88
    4 com.apple.CFNetwork 0x9299b052 CFURLCacheWorkerThread(void*) + 396
    5 libSystem.B.dylib 0x9008b095 pthreadstart + 321
    6 libSystem.B.dylib 0x9008af52 thread_start + 34
    Thread 11:
    0 libSystem.B.dylib 0x9005a1c6 machmsgtrap + 10
    1 libSystem.B.dylib 0x900619bc mach_msg + 72
    2 com.apple.CoreFoundation 0x93d150ae CFRunLoopRunSpecific + 1790
    3 com.apple.CoreFoundation 0x93d15cd8 CFRunLoopRunInMode + 88
    4 com.apple.Foundation 0x93573d40 +[NSURLConnection(NSURLConnectionReallyInternal) _resourceLoadLoop:] + 320
    5 com.apple.Foundation 0x935107ed -[NSThread main] + 45
    6 com.apple.Foundation 0x93510394 _NSThread__main_ + 308
    7 libSystem.B.dylib 0x9008b095 pthreadstart + 321
    8 libSystem.B.dylib 0x9008af52 thread_start + 34
    Thread 12:
    0 libSystem.B.dylib 0x900613ae _semwaitsignal + 10
    1 libSystem.B.dylib 0x9008bd0d pthreadcondwait$UNIX2003 + 73
    2 com.apple.ColorSync 0x9143445c pthreadSemaphoreWait(t_pthreadSemaphore*) + 42
    3 com.apple.ColorSync 0x91446d8e CMMConvTask(void*) + 54
    4 libSystem.B.dylib 0x9008b095 pthreadstart + 321
    5 libSystem.B.dylib 0x9008af52 thread_start + 34
    Thread 13:
    0 libSystem.B.dylib 0x9005a226 semaphoretimedwait_signaltrap + 10
    1 libSystem.B.dylib 0x9008c1ef pthread_condwait + 1244
    2 libSystem.B.dylib 0x9008da73 pthreadcond_timedwait_relativenp + 47
    3 ...ple.CoreServices.CarbonCore 0x96d54e62 TSWaitOnConditionTimedRelative + 246
    4 ...ple.CoreServices.CarbonCore 0x96d75b74 MPWaitOnQueue + 208
    5 com.apple.DesktopServices 0x95fd1951 TPropertyTask::PropertyTaskProc(void*) + 105
    6 ...ple.CoreServices.CarbonCore 0x96d7410b PrivateMPEntryPoint + 56
    7 libSystem.B.dylib 0x9008b095 pthreadstart + 321
    8 libSystem.B.dylib 0x9008af52 thread_start + 34
    Thread 14:
    0 libSystem.B.dylib 0x9005a226 semaphoretimedwait_signaltrap + 10
    1 libSystem.B.dylib 0x9008c1ef pthread_condwait + 1244
    2 libSystem.B.dylib 0x9008da73 pthreadcond_timedwait_relativenp + 47
    3 com.apple.finder 0x00049d05 0x1000 + 298245
    4 com.apple.finder 0x00090596 0x1000 + 587158
    5 com.apple.finder 0x00009bb2 0x1000 + 35762
    6 libSystem.B.dylib 0x9008b095 pthreadstart + 321
    7 libSystem.B.dylib 0x9008af52 thread_start + 34
    Thread 15:
    0 libSystem.B.dylib 0x9005a226 semaphoretimedwait_signaltrap + 10
    1 libSystem.B.dylib 0x9008c1ef pthread_condwait + 1244
    2 libSystem.B.dylib 0x9008da73 pthreadcond_timedwait_relativenp + 47
    3 com.apple.finder 0x00049d05 0x1000 + 298245
    4 com.apple.finder 0x00049c6d 0x1000 + 298093
    5 com.apple.finder 0x00048aac 0x1000 + 293548
    6 com.apple.finder 0x00009bb2 0x1000 + 35762
    7 libSystem.B.dylib 0x9008b095 pthreadstart + 321
    8 libSystem.B.dylib 0x9008af52 thread_start + 34
    Thread 16 Crashed:
    0 ...ple.CoreServices.CarbonCore 0x96d60f0b IsMapReadOnly + 13
    1 ...ple.CoreServices.CarbonCore 0x96d60a9c UpdateTheFile + 26
    2 ...ple.CoreServices.CarbonCore 0x96d6b96f RMUpdateResourceFileByFileRef + 25
    3 ...ple.CoreServices.CarbonCore 0x96d6b89c RMCloseResourceFileByFileRef + 24
    4 ...ple.CoreServices.OSServices 0x960a32c2 CResourceLoaderDataController::~CResourceLoaderDataController() + 66
    5 ...ple.CoreServices.OSServices 0x9604e433 CFileBasedIconLoader::OpenStorage() + 179
    6 ...ple.CoreServices.OSServices 0x960a1e17 CIconStorageEntry::Load(CIconFamilyLoader*, unsigned long) + 29
    7 ...ple.CoreServices.OSServices 0x960a28a0 CLocalRefToSharedStorageEntry::Load(CIconFamilyLoader*, unsigned long) + 134
    8 ...ple.CoreServices.OSServices 0x9605a0be _ISGetClonedStorageInternal(unsigned long, unsigned long, unsigned long*) + 240
    9 ...ple.CoreServices.OSServices 0x96059fb4 _ISGetClonedStorage + 60
    10 ...ple.CoreServices.OSServices 0x96059f11 _ISGetUpdatedImageInternal(OpaqueISImageRef*, OpaqueISImageRef**) + 99
    11 ...ple.CoreServices.OSServices 0x96059e93 _ISGetUpdatedImage + 53
    12 com.apple.LaunchServices 0x9703021a CIconRefEntry::Update() + 40
    13 com.apple.LaunchServices 0x970301ee UpdateIconRefInternal(OpaqueIconRef*) + 34
    14 com.apple.LaunchServices 0x9703019e UpdateIconRef + 50
    15 com.apple.DesktopServices 0x95fd739c TNode::ResetIconRef() const + 40
    16 com.apple.DesktopServices 0x95fda60a TNode::SetIsStationery(TPropertyReference const&, bool, OpaqueNodeRequest* const&) + 178
    17 com.apple.DesktopServices 0x95fd9e74 TNode::SetProperty(unsigned long, TPropertyReference const&, bool, OpaqueNodeRequest* const&) + 128
    18 com.apple.DesktopServices 0x95fda49d TNode::ReconcileIsStationery(TNodePtr const&) + 117
    19 com.apple.DesktopServices 0x95fd8886 TNode::ReconcileSelf(TNodePtr const&) + 102
    20 com.apple.DesktopServices 0x95fd8403 TNode::HandleSync(bool, bool, bool, bool) + 409
    21 com.apple.DesktopServices 0x95fd249e TNode::PopulateChildren(OpaqueNodeRequest* const&) const + 102
    22 com.apple.DesktopServices 0x95fd432b TNode::NewNodeIterator(TNodeIterator*&, short (*)(unsigned long, unsigned short const*, unsigned long, unsigned short const*), short (*)(long long, long long), unsigned long, OpaqueNodeRequest* const&, unsigned long) const + 397
    23 com.apple.DesktopServices 0x95fd416f NodeNewSortedIterator(OpaqueNodeRef*, short (*)(unsigned long, unsigned short const*, unsigned long, unsigned short const*), short (*)(long long, long long), unsigned long, OpaqueNodeIterator**, OpaqueNodeRequest*, unsigned long) + 119
    24 com.apple.DesktopServices 0x95fd40f6 NodeNewIterator + 62
    25 com.apple.finder 0x0001f64f 0x1000 + 124495
    26 com.apple.finder 0x0013ac8c 0x1000 + 1285260
    27 com.apple.finder 0x000dde37 0x1000 + 904759
    28 com.apple.finder 0x000ddb5a 0x1000 + 904026
    29 com.apple.finder 0x000dd24c 0x1000 + 901708
    30 com.apple.finder 0x00009bb2 0x1000 + 35762
    31 libSystem.B.dylib 0x9008b095 pthreadstart + 321
    32 libSystem.B.dylib 0x9008af52 thread_start + 34
    Thread 16 crashed with X86 Thread State (32-bit):
    eax: 0x00000001 ebx: 0x96d60a8d ecx: 0x00000000 edx: 0xffffffff
    edi: 0x0094ad08 esi: 0x1b032ce0 ebp: 0xb12b6088 esp: 0xb12b6088
    ss: 0x0000001f efl: 0x00010286 eip: 0x96d60f0b cs: 0x00000017
    ds: 0x0000001f es: 0x0000001f fs: 0x0000001f gs: 0x00000037
    cr2: 0x00000016
    Binary Images:
    0x1000 - 0x40dffb com.apple.finder 10.5.8 (10.5.8) <6e5a477e66b4f58416b6f37eeb88033d> /System/Library/CoreServices/Finder.app/Contents/MacOS/Finder
    0x4e5000 - 0x4f0fff com.apple.Collaboration 26 (26) /System/Library/Frameworks/Collaboration.framework/Versions/A/Collaboration
    0x4fe000 - 0x50ffe7 com.apple.MultitouchSupport.framework 189.29.1 (189.29.1) <da34950cf0da1fcdfa5c4cae036c68c5> /System/Library/PrivateFrameworks/MultitouchSupport.framework/Versions/A/Multit ouchSupport
    0x527000 - 0x528fe1 com.apple.textencoding.unicode 2.2 (2.2) <09ac11c81bf4e673a30cc364868fdc11> /System/Library/TextEncodings/Unicode Encodings.bundle/Contents/MacOS/Unicode Encodings
    0x53f000 - 0x53fffe com.apple.JavaPluginCocoa 12.2.0 (12.2.0) <b08d1285182ffcbaedd747d17fdaeefd> /Library/Internet Plug-Ins/JavaPluginCocoa.bundle/Contents/MacOS/JavaPluginCocoa
    0x5ed000 - 0x5eeffe +com.zeroonetwenty.BlueHarvestCM ??? (2.0.1) /Users/rudy/Library/Contextual Menu Items/BlueHarvestCM.plugin/Contents/MacOS/BlueHarvestCM
    0x1304b000 - 0x13050fff com.apple.qldisplay.Movie 1.3.1 (170.9) /System/Library/PrivateFrameworks/QuickLookUI.framework/Versions/A/Resources/Di splayBundles/Movie.qldisplay/Contents/MacOS/Movie
    0x13065000 - 0x13068fff com.apple.audio.AudioIPCPlugIn 1.0.5 (1.0.5) <e7424df9b53076d04045fb2e0132b2d0> /System/Library/Extensions/AudioIPCDriver.kext/Contents/Resources/AudioIPCPlugI n.bundle/Contents/MacOS/AudioIPCPlugIn
    0x1306e000 - 0x13073fff com.apple.audio.AppleHDAHALPlugIn 1.6.2 (1.6.2a37) /System/Library/Extensions/AppleHDA.kext/Contents/PlugIns/AppleHDAHALPlugIn.bun dle/Contents/MacOS/AppleHDAHALPlugIn
    0x13093000 - 0x1309bfff com.apple.qldisplay.Web 1.3.1 (170.9) /System/Library/PrivateFrameworks/QuickLookUI.framework/Versions/A/Resources/Di splayBundles/Web.qldisplay/Contents/MacOS/Web
    0x130f4000 - 0x130f5ffd com.apple.BluetoothMenu 2.1.3 (2.1.3f8) /System/Library/Contextual Menu Items/BluetoothContextualMenu.plugin/Contents/MacOS/BluetoothContextualMenu
    0x13117000 - 0x1311dffd com.apple.JavaVM 12.2.0 (12.2.0) <9ad39149cc7ecc91da3e93df7f61d315> /System/Library/Frameworks/JavaVM.framework/Versions/A/JavaVM
    0x13126000 - 0x13127fff +com.vmware.FusionVMDKPlugIn ??? (0.0.1d2) /Library/Contextual Menu Items/FusionVMDKPlugIn.plugin/Contents/MacOS/FusionVMDKPlugIn
    0x13149000 - 0x1314bffe com.apple.AutomatorCMM 1.1 (160) <486fc9906e74a1578eecf2f84ddfed06> /System/Library/Contextual Menu Items/AutomatorCMM.plugin/Contents/MacOS/AutomatorCMM
    0x13151000 - 0x13153fff com.apple.BezelServicesFW 1.4.925 (1.4.925) /System/Library/PrivateFrameworks/BezelServices.framework/Versions/A/BezelServi ces
    0x1315a000 - 0x1315ffff com.apple.FolderActionsMenu 1.3.2 (1.3.2) <9305ccde37dcf5329fd9faea1db1f153> /System/Library/Contextual Menu Items/FolderActionsMenu.plugin/Contents/MacOS/FolderActionsMenu
    0x13166000 - 0x13167ffc +YSIFinderPlugin ??? (1.0) <d8c5277c0f0a180633d93b9063be8c3f> /Library/Contextual Menu Items/YSIFinderPlugin.plugin/Contents/MacOS/YSIFinderPlugin
    0x13175000 - 0x1317fffc com.apple.framework.AppleTalk 1.2.0 (???) <e8d0dc99744c2eb3aafefe463d3daf43> /System/Library/Frameworks/AppleTalk.framework/Versions/A/AppleTalk
    0x13186000 - 0x13187ff3 ATSHI.dylib ??? (???) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ATS.framework/Versions/A/Resources/ATSHI.dylib
    0x131f7000 - 0x1320afff com.apple.AppleShareClient 1.6.2 (1.6.2) <b7d26280b7297fc82ed991461be36af0> /System/Library/Frameworks/AppleShareClient.framework/Versions/A/AppleShareClie nt
    0x132e9000 - 0x132ebffa +Adobe Unit Types a2.0.0 (2.0.0) /Library/ScriptingAdditions/Adobe Unit Types.osax/Contents/MacOS/Adobe Unit Types
    0x1331d000 - 0x1331efff +com.1passwd.InputManager 2.5.10 (6103) <8ad8ff06b6d1a04968f4005516f1d76d> /Library/InputManagers/1PasswdIM/1PasswdIM.bundle/Contents/MacOS/1PasswdIM
    0x13361000 - 0x13364fff com.apple.qldisplay.PDF 1.3.1 (170.9) /System/Library/PrivateFrameworks/QuickLookUI.framework/Versions/A/Resources/Di splayBundles/PDF.qldisplay/Contents/MacOS/PDF
    0x135d8000 - 0x135dafff +net.culater.SIMBL 0.8.2 (8) /Library/InputManagers/SIMBL/SIMBL.bundle/Contents/MacOS/SIMBL
    0x135e0000 - 0x135e2fff +org.ianhenderson.megazoomer ??? (0.4.1) /Library/Application Support/SIMBL/Plugins/megazoomer.bundle/Contents/MacOS/megazoomer
    0x1592c000 - 0x15931ff3 libCGXCoreImage.A.dylib ??? (???) <375e0cdb64b043378dbf637992bbfeb0> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libCGXCoreImage.A.dylib
    0x15946000 - 0x15947fdb +com.quark.QXPScriptingAdditions.Bundle 7.0 (7.0) <7b71b69060c34f0eac74b6477af3080b> /Library/ScriptingAdditions/QXPScriptingAdditions.osax/Contents/MacOS/QXPScript ingAdditions
    0x1594b000 - 0x1594efff +com.stclairsoft.DefaultFolderX.osax Default Folder X Addition version 1.0 (kBundleVersion) <162048ed3b209c4014b2bb4a1dca9c4b> /Users/rudy/Library/ScriptingAdditions/Default Folder X Addition.osax/Contents/MacOS/Default Folder X Addition
    0x15972000 - 0x1597cffe com.apple.URLMount 3.1.1 (3.1.1) <529901878c2849bede5ee2536293c9d3> /System/Library/PrivateFrameworks/URLMount.framework/URLMount
    0x160f1000 - 0x162d9fff com.apple.RawCamera.bundle 2.0.11 (410) <7704cc57f7daceb81672bfdc4434da40> /System/Library/CoreServices/RawCamera.bundle/Contents/MacOS/RawCamera
    0x163ae000 - 0x163b3fff libFontStreams.A.dylib ??? (???) <ddb5c7893e2b29f1bd64e399225c145a> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libFontStreams.A.dylib
    0x163ba000 - 0x163dbfff +com.stclairsoft.DefaultFolderX.CarbonPatcher kBundleVersion (kBundleVersion) <6e31d9d241e8cb66529727625d1117d2> /Users/rudy/Library/PreferencePanes/Default Folder X.prefPane/Contents/Resources/Default Folder X.bundle/Contents/Resources/Carbon Patcher.bundle/Contents/MacOS/Carbon Patcher
    0x163e8000 - 0x16406ff7 +Cocoa Patcher ??? (???) <90b606879847c00f221e07c8a5e9e593> /Users/rudy/Library/PreferencePanes/Default Folder X.prefPane/Contents/Resources/Default Folder X.bundle/Contents/Resources/Cocoa Patcher.bundle/Contents/MacOS/Cocoa Patcher
    0x16f14000 - 0x16f15fff com.apple.qldisplay.QC 1.3.1 (170.9) /System/Library/PrivateFrameworks/QuickLookUI.framework/Versions/A/Resources/Di splayBundles/QC.qldisplay/Contents/MacOS/QC
    0x1723e000 - 0x1723effd libmx.A.dylib ??? (???) /usr/lib/libmx.A.dylib
    0x1724f000 - 0x17277ff4 com.apple.osax.standardadditions 2.0 (???) <1f2c065bf277665584ba0d5207edb333> /System/Library/ScriptingAdditions/StandardAdditions.osax/Contents/MacOS/Standa rdAdditions
    0x172fb000 - 0x1747efe3 GLEngine ??? (???) <bfbd7ce69ea896a6b38d6232b01cdeda> /System/Library/Frameworks/OpenGL.framework/Resources/GLEngine.bundle/GLEngine
    0x174f8000 - 0x17514ff7 GLRendererFloat ??? (???) <dcdc2e0de7fb9a52d99e529c3688f26d> /System/Library/Frameworks/OpenGL.framework/Versions/A/Resources/GLRendererFloa t.bundle/GLRendererFloat
    0x176d3000 - 0x17712fff com.apple.AppleShareClientCore 1.6.2 (1.6.2) <fd00593321701e12c8e8cd503a2a77f6> /System/Library/Frameworks/AppleShareClientCore.framework/Versions/A/AppleShare ClientCore
    0x17f6b000 - 0x18128fe3 com.apple.audio.codecs.Components 1.6.4 (1.6.4) /System/Library/Components/AudioCodecs.component/Contents/MacOS/AudioCodecs
    0x18257000 - 0x182caff7 com.apple.Bluetooth 2.1.3 (2.1.3f8) <1e2732edbd0f2c1db1ce5ecf06aa8192> /System/Library/Frameworks/IOBluetooth.framework/Versions/A/IOBluetooth
    0x18318000 - 0x1832afff libTraditionalChineseConverter.dylib ??? (???) <35982309fdf5ddada718fd6fc36dbe96> /System/Library/CoreServices/Encodings/libTraditionalChineseConverter.dylib
    0x18764000 - 0x18772feb libSimplifiedChineseConverter.dylib ??? (???) <baa9dea57e3b49ca537934ab76645bea> /System/Library/CoreServices/Encodings/libSimplifiedChineseConverter.dylib
    0x1879f000 - 0x18b07fe8 com.apple.GeForce8xxxGLDriver 1.5.36 (5.3.6) <e5d9fd7873a13fc3acc278b534337527> /System/Library/Extensions/GeForce8xxxGLDriver.bundle/Contents/MacOS/GeForce8xx xGLDriver
    0x1a187000 - 0x1a19bfff +com.noiseindustries.Units ??? (1.1.6) <7fa44dc6a6e8a5d148449dd30698c8da> /Library/Graphics/Image Units/Noise Industries Units.plugin/Contents/MacOS/Noise Industries Units
    0x1a1a8000 - 0x1a1c4fe7 com.apple.QuartzComposer.ExtraPatches 2.1 (106.13) /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuartzCompose r.framework/Versions/A/Resources/ExtraPatches.plugin/Contents/MacOS/ExtraPatches
    0x1a1d6000 - 0x1a1f4fe3 libexpat.1.dylib ??? (???) <caa6d7f83f7e0a3fe26aa5904c6f98a9> /usr/lib/libexpat.1.dylib
    0x1a530000 - 0x1a54dff7 com.apple.audio.midi.CoreMIDI 1.6.1 (42) /System/Library/Frameworks/CoreMIDI.framework/Versions/A/CoreMIDI
    0x1a5a3000 - 0x1a5a5ffd +net.kineme.StructureTools 0.1 (20080606) <91f0a7360ab0a444eed9e5792a36783b> /Library/Graphics/Quartz Composer Patches/StructureTools.plugin/Contents/MacOS/StructureTools
    0x1a684000 - 0x1a687fef com.apple.LiveType.component 2.1.3 (2.1.3) /Library/QuickTime/LiveType.component/Contents/MacOS/LiveType
    0x1a68c000 - 0x1a6f1fde com.apple.LiveType.framework 2.1.3 (2.1.3) /System/Library/PrivateFrameworks/LiveType.framework/Versions/A/LiveType
    0x1a711000 - 0x1a757fc3 com.apple.motion.component 1.0 (1.0) <77973a134e79426f853f2318e52a2207> /Library/QuickTime/Motion.component/Contents/MacOS/Motion
    0x1a75d000 - 0x1a76002f +Motion ??? (???) <b5e862eee0ff4f86a78998e3e601a18c> /Library/Frameworks/Motion.framework/Versions/A/Motion
    0x1c21e000 - 0x1c4bcff0 +org.perian.Perian 1.1.3 (1.1.3) <7baeef0d5eeb1d10d9b0c9293effe582> /Users/rudy/Library/QuickTime/Perian.component/Contents/MacOS/Perian
    0x1c84e000 - 0x1c860fd9 com.apple.FCP Uncompressed 422.component 1.5 (1.5) /Library/QuickTime/FCP Uncompressed 422.component/Contents/MacOS/FCP Uncompressed 422
    0x1c866000 - 0x1c8a0fff com.apple.AppleProRes422 1.0.2 (46) /Library/QuickTime/AppleProRes422.component/Contents/MacOS/AppleProRes422
    0x1c8ec000 - 0x1c906fe3 com.apple.AppleIntermediateCodec 1.2 (145) /Library/QuickTime/AppleIntermediateCodec.component/Contents/MacOS/AppleInterme diateCodec
    0x1c90b000 - 0x1c910ffb com.apple.AppleMPEG2Codec 1.0.1 (220) /Library/QuickTime/AppleMPEG2Codec.component/Contents/MacOS/AppleMPEG2Codec
    0x1c924000 - 0x1cb64fd2 +net.telestream.wmv.import 2.2.0.49 (2.2.0.49) /Library/QuickTime/Flip4Mac WMV Import.component/Contents/MacOS/Flip4Mac WMV Import
    0x1cb9c000 - 0x1cd5efea +net.telestream.wmv.advanced 2.2.0.49 (2.2.0.49) /Library/QuickTime/Flip4Mac WMV Advanced.component/Contents/MacOS/Flip4Mac WMV Advanced
    0x1cda2000 - 0x1ce04fef com.apple.AppleVAH264HW.component 1.0 (1.0) <916c2b0cb1a98dfb530d5926c1541b8b> /System/Library/QuickTime/AppleVAH264HW.component/Contents/MacOS/AppleVAH264HW
    0x1cebf000 - 0x1cefafff com.apple.QuickTimeFireWireDV.component 7.5.7 (995.26.2) /System/Library/QuickTime/QuickTimeFireWireDV.component/Contents/MacOS/QuickTim eFireWireDV
    0x1cf07000 - 0x1cf4bfe7 com.apple.DVCPROHDCodec 1.4 (231) /Library/QuickTime/DVCPROHDCodec.component/Contents/MacOS/DVCPROHDCodec
    0x1cf60000 - 0x1d003fd3 com.apple.AppleHDVCodec 1.4.1 (222) <68abd695e9904f5f9074d2c4ae440637> /Library/QuickTime/AppleHDVCodec.component/Contents/MacOS/AppleHDVCodec
    0x1d021000 - 0x1d06dfe3 com.apple.AppleVAFramework 4.1.14 (4.1.14) /System/Library/PrivateFrameworks/AppleVA.framework/Versions/A/AppleVA
    0x1d076000 - 0x1d096ff3 com.apple.IMXCodec 1.3.1 (147) /Library/QuickTime/IMXCodec.component/Contents/MacOS/IMXCodec
    0x1d0ae000 - 0x1d0c8fe3 com.apple.applepixletvideo 1.2.16 (1.2d16) <798930d46fb63202d054bbabf6e8c0e6> /System/Library/QuickTime/ApplePixletVideo.component/Contents/MacOS/ApplePixlet Video
    0x1d0cd000 - 0x1d4e1fe9 QuickTimeH264.scalar ??? (???) <58d9d55e375c3fa0e27c31a70da5d994> /System/Library/QuickTime/QuickTimeH264.component/Contents/Resources/QuickTimeH 264.scalar
    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 (???) <100d362e03410f181a34e04e94189ae5> /usr/lib/dyld
    0x90003000 - 0x90014ffe com.apple.CFOpenDirectory 10.5 (10.5) <4f1fe76bbb063b97eb78057f6be30d66> /System/Library/PrivateFrameworks/OpenDirectory.framework/Versions/A/Frameworks /CFOpenDirectory.framework/Versions/A/CFOpenDirectory
    0x90015000 - 0x90024ffe com.apple.DSObjCWrappers.Framework 1.3 (1.3) <98f7b46a9f1a099f77e1092ef8e29c63> /System/Library/PrivateFrameworks/DSObjCWrappers.framework/Versions/A/DSObjCWra ppers
    0x90025000 - 0x9002afff com.apple.DisplayServicesFW 2.0.2 (2.0.2) <97878a73074e7da4fe31ea010a5d5ae1> /System/Library/PrivateFrameworks/DisplayServices.framework/Versions/A/DisplayS ervices
    0x9002b000 - 0x9004affa libJPEG.dylib ??? (???) <e7eb56555109e23144924cd64aa8daec> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libJPEG.dylib
    0x9004b000 - 0x90057ffe libGL.dylib ??? (???) /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib
    0x90058000 - 0x90058ffb com.apple.installserver.framework 1.0 (8) /System/Library/PrivateFrameworks/InstallServer.framework/Versions/A/InstallSer ver
    0x90059000 - 0x901c0ff3 libSystem.B.dylib ??? (???) <d68880dfb1f8becdbdac6928db1510fb> /usr/lib/libSystem.B.dylib
    0x901c1000 - 0x901c5fff libmathCommon.A.dylib ??? (???) /usr/lib/system/libmathCommon.A.dylib
    0x90269000 - 0x9026efff com.apple.CommonPanels 1.2.4 (85) <c135f02edd6b2e2864311e0b9d08a98d> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CommonPanels. framework/Versions/A/CommonPanels
    0x9026f000 - 0x902b9fe1 com.apple.securityinterface 3.0.1 (35183) <f855cb06d2541ce544d9bcdf998b991c> /System/Library/Frameworks/SecurityInterface.framework/Versions/A/SecurityInter face
    0x902ba000 - 0x902f4fe7 com.apple.coreui 1.2 (62) /System/Library/PrivateFrameworks/CoreUI.framework/Versions/A/CoreUI
    0x902f5000 - 0x902f5ffd com.apple.vecLib 3.4.2 (vecLib 3.4.2) /System/Library/Frameworks/vecLib.framework/Versions/A/vecLib
    0x902f6000 - 0x9139cffe com.apple.QuickTimeComponents.component 7.5.7 (995.26.2) /System/Library/QuickTime/QuickTimeComponents.component/Contents/MacOS/QuickTim eComponents
    0x9139d000 - 0x913d7ffe com.apple.securityfoundation 3.0 (32989) <ef1baca4880788750c38461222b60cae> /System/Library/Frameworks/SecurityFoundation.framework/Versions/A/SecurityFoun dation
    0x913d8000 - 0x91400ff7 com.apple.shortcut 1 (1.0) <35cd17d0179ca839c5fb08694f3dc5ef> /System/Library/PrivateFrameworks/Shortcut.framework/Versions/A/Shortcut
    0x91401000 - 0x914ccfff com.apple.ColorSync 4.5.1 (4.5.1) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ColorSync.framework/Versions/A/ColorSync
    0x914cd000 - 0x91533ffb com.apple.ISSupport 1.7 (38.2) /System/Library/PrivateFrameworks/ISSupport.framework/Versions/A/ISSupport
    0x91534000 - 0x9153ffff com.apple.dotMacLegacy 3.1 (246) <d335114af509bf38a7ead5274a93dfb1> /System/Library/PrivateFrameworks/DotMacLegacy.framework/Versions/A/DotMacLegac y
    0x91540000 - 0x9155eff3 com.apple.DirectoryService.Framework 3.5.5 (3.5.5) <f8931f64103c8a86b82e9714352f4323> /System/Library/Frameworks/DirectoryService.framework/Versions/A/DirectoryServi ce
    0x9155f000 - 0x915aefff com.apple.QuickLookUIFramework 1.3.1 (170.9) /System/Library/PrivateFrameworks/QuickLookUI.framework/Versions/A/QuickLookUI
    0x915af000 - 0x915b3ffd com.apple.AOSNotification 1.0.0 (68.10) <38239776860eed3c5265d4ae3c21dd73> /System/Library/PrivateFrameworks/AOSNotification.framework/Versions/A/AOSNotif ication
    0x915b4000 - 0x915bdfff com.apple.speech.recognition.framework 3.7.24 (3.7.24) <da2d8411921a3fd8bc898dc753b7f3ee> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SpeechRecogni tion.framework/Versions/A/SpeechRecognition
    0x915be000 - 0x9163bfef libvMisc.dylib ??? (???) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libvMisc.dylib
    0x9163c000 - 0x9163cffa com.apple.CoreServices 32 (32) <373d6a888f9204641f313bc6070ae065> /System/Library/Frameworks/CoreServices.framework/Versions/A/CoreServices
    0x91640000 - 0x9164dfe7 com.apple.opengl 1.5.9 (1.5.9) <7e5048a2677b41098c84045305f42f7f> /System/Library/Frameworks/OpenGL.framework/Versions/A/OpenGL
    0x9164e000 - 0x9165aff9 com.apple.helpdata 1.0.1 (14.2) /System/Library/PrivateFrameworks/HelpData.framework/Versions/A/HelpData
    0x9165b000 - 0x917dafff com.apple.AddressBook.framework 4.1.1 (699) <60ddae72a1df8ddbc5c53df92f372b76> /System/Library/Frameworks/AddressBook.framework/Versions/A/AddressBook
    0x917db000 - 0x917e6fe7 libCSync.A.dylib ??? (???) <e6aceed359bd228f42bc1246af5919c9> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libCSync.A.dylib
    0x917e7000 - 0x91ba5fea libLAPACK.dylib ??? (???) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libLAPACK.dylib
    0x91ba6000 - 0x91bc1ffb libPng.dylib ??? (???) <4780e979d35aa5ec2cea22678836cea5> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libPng.dylib
    0x91c11000 - 0x922b1fff com.apple.CoreGraphics 1.407.2 (???) <3a91d1037afde01d1d8acdf9cd1caa14> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/CoreGraphics
    0x922b2000 - 0x922c8fff com.apple.DictionaryServices 1.0.0 (1.0.0) <7d20b8d1fb238c3e71d0fa6fda18c4f7> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Diction aryServices.framework/Versions/A/DictionaryServices
    0x922ce000 - 0x926defef libBLAS.dylib ??? (???) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libBLAS.dylib
    0x926df000 - 0x9271efff com.apple.CoreMediaIOServicesPrivate 13.0 (13.0) /System/Library/PrivateFrameworks/CoreMediaIOServicesPrivate.framework/Versions /A/CoreMediaIOServicesPrivate
    0x9271f000 - 0x927fffff libobjc.A.dylib ??? (???) <7b92613fdf804fd9a0a3733a0674c30b> /usr/lib/libobjc.A.dylib
    0x92800000 - 0x92802fff com.apple.securityhi 3.0 (30817) <40562b85d99118354c974e76c32fa6fb> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SecurityHI.fr amework/Versions/A/SecurityHI
    0x92803000 - 0x92832fe3 com.apple.AE 402.2 (402.2) <e01596187e91af5d48653920017b8c8e> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/AE.fram ework/Versions/A/AE
    0x92833000 - 0x9283ffff libbz2.1.0.dylib ??? (???) <2cb0ddb158412de1b659b531bd895a11> /usr/lib/libbz2.1.0.dylib
    0x92840000 - 0x92845ffc com.apple.KerberosHelper 1.1 (1.0) <d789cb3b793a05879bde688c19f60afe> /System/Library/PrivateFrameworks/KerberosHelper.framework/Versions/A/KerberosH elper
    0x92846000 - 0x928f6fff edu.mit.Kerberos 6.0.12 (6.0.12) <685cc018c133668d0d3ac6a1cb63cff9> /System/Library/Frameworks/Kerberos.framework/Versions/A/Kerberos
    0x928f7000 - 0x92935ff7 libGLImage.dylib ??? (???) <1123b8a48bcbe9cc7aa8dd8e1a214a66> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLImage.dyl ib
    0x92936000 - 0x92936ff8 com.apple.ApplicationServices 34 (34) <ee7bdf593da050bb30c7a1fc446eb8a6> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Application Services
    0x92937000 - 0x9294ffff com.apple.openscripting 1.2.8 (???) <572c7452d7e740e8948a5ad07a99602b> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/OpenScripting .framework/Versions/A/OpenScripting
    0x92950000 - 0x92986fef libtidy.A.dylib ??? (???) <468dcda829b0307ea64cb1967605af0c> /usr/lib/libtidy.A.dylib
    0x92987000 - 0x92997ffc com.apple.LangAnalysis 1.6.4 (1.6.4) <8b7831b5f74a950a56cf2d22a2d436f6> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ LangAnalysis.framework/Versions/A/LangAnalysis
    0x92998000 - 0x92a35ffc com.apple.CFNetwork 422.11 (422.11) <2780dfc3d2186195fccb3634bfb0944b> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CFNetwo rk.framework/Versions/A/CFNetwork
    0x92a36000 - 0x92ac1fff com.apple.framework.IOKit 1.5.1 (???) <f9f5f0d070e197a832d86751e1d44545> /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit
    0x92ac2000 - 0x92ac9ff7 libCGATS.A.dylib ??? (???) <386dce4b28448fb86e33e06ac466f4d8> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libCGATS.A.dylib
    0x92aca000 - 0x92c10ff7 com.apple.ImageIO.framework 2.0.4 (2.0.4) <6a6623d3d1a7292b5c3763dcd108b55f> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/ImageIO
    0x92c11000 - 0x92c17fff com.apple.print.framework.Print 218.0.2 (220.1) <8bf7ef71216376d12fcd5ec17e43742c> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Print.framewo rk/Versions/A/Print
    0x92c18000 - 0x92ccaffb libcrypto.0.9.7.dylib ??? (???) <69bc2457aa23f12fa7d052601d48fa29> /usr/lib/libcrypto.0.9.7.dylib
    0x92ccb000 - 0x92d3dfff com.apple.PDFKit 2.1.2 (2.1.2) /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/PDFKit.framew ork/Versions/A/PDFKit
    0x92d3e000 - 0x92d47fff com.apple.FileSync.framework 4.0.1 (277.18) <1399bbeaac9868030b0a6b222b720964> /System/Library/PrivateFrameworks/FileSync.framework/Versions/A/FileSync
    0x92d48000 - 0x92e3cff4 libiconv.2.dylib ??? (???) <96ff4c6f84c4a1623cb78287371cdd3f> /usr/lib/libiconv.2.dylib
    0x92e3d000 - 0x92ed0fff com.apple.ink.framework 101.3 (86) <d4c85b5cafa8027fff042b84a8be71dc> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Ink.framework /Versions/A/Ink
    0x92ed1000 - 0x92edfffd libz.1.dylib ??? (???) <a98b3b221a72b54faf73ded3dd7000e5> /usr/lib/libz.1.dylib
    0x92faa000 - 0x92facff1 com.apple.QuickTimeH264.component 7.5.7 (995.26.2) /System/Library/QuickTime/QuickTimeH264.component/Contents/MacOS/QuickTimeH264
    0x92fad000 - 0x9317bff3 com.apple.security 5.0.4 (34102) <55dda7486df4e8e1d61505be16f83a1c> /System/Library/Frameworks/Security.framework/Versions/A/Security
    0x9317c000 - 0x93484fff com.apple.HIToolbox 1.5.4 (???) <3747086ba21ee419708a5cab946c8ba6> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HIToolbox.fra mework/Versions/A/HIToolbox
    0x93485000 - 0x9348dfff com.apple.DiskArbitration 2.2.1 (2.2.1) <75b0c8d8940a8a27816961dddcac8e0f> /System/Library/Frameworks/DiskArbitration.framework/Versions/A/DiskArbitration
    0x9348e000 - 0x934d0fef com.apple.NavigationServices 3.5.2 (163) <d3a7c9720479eed8ea35703125303871> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/NavigationSer vices.framework/Versions/A/NavigationServices
    0x934d1000 - 0x93505fef com.apple.bom 9.0.1 (136.1.1) <e1f64b0dae30d560a1204c69c14751a0> /System/Library/PrivateFrameworks/Bom.framework/Versions/A/Bom
    0x93506000 - 0x93781fe7 com.apple.Foundation 6.5.7 (677.22) <8fe77b5d15ecdae1240b4cb604fc6d0b> /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation
    0x93782000 - 0x9378cfeb com.apple.audio.SoundManager 3.9.2 (3.9.2) <df077a8048afc3075c6f2d9e7780e78e> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CarbonSound.f ramework/Versions/A/CarbonSound
    0x9378d000 - 0x9378fff5 libRadiance.dylib ??? (???) <8a844202fcd65662bb9ab25f08c45a62> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libRadiance.dylib
    0x93790000 - 0x937cffef libTIFF.dylib ??? (???) <3589442575ac77746ae99ecf724f5f87> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libTIFF.dylib
    0x937d0000 - 0x93ca1f3e libGLProgrammability.dylib ??? (???) <5d283543ac844e7c6fa3440ac56cd265> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLProgramma bility.dylib
    0x93ca2000 - 0x93dd5fff com.apple.CoreFoundation 6.5.5 (476.17) <4a70c8dbb582118e31412c53dc1f407f> /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
    0x93dd6000 - 0x93dfafeb libssl.0.9.7.dylib ??? (???) <c7359b7ab32b5f8574520746e10a41cc> /usr/lib/libssl.0.9.7.dylib
    0x93dfb000 - 0x93dfffff com.apple.OpenDirectory 10.5 (10.5) <46ccc9f47cedee69d1c65838c8e4f642> /System/Library/PrivateFrameworks/OpenDirectory.framework/Versions/A/OpenDirect ory
    0x93e00000 - 0x93e2bfe7 libauto.dylib ??? (???) <42d8422dc23a18071869fdf7b5d8fab5> /usr/lib/libauto.dylib
    0x93e2c000 - 0x93e85ff7 libGLU.dylib ??? (???) /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLU.dylib
    0x93e86000 - 0x93e89fff com.apple.help 1.1 (36) <1a25a8fbb49a830efb31d5c0a52939cd> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Help.framewor k/Versions/A/Help
    0x93e8a000 - 0x93f39ffb com.apple.QTKit 7.5.7 (995.26.2) /System/Library/Frameworks/QTKit.framework/Versions/A/QTKit
    0x93f3a000 - 0x93f5efff libxslt.1.dylib ??? (???) <0a9778d6368ae668826f446878deb99b> /usr/lib/libxslt.1.dylib
    0x93f5f000 - 0x93f5fff8 com.apple.Cocoa 6.5 (???) <a1bc9247cf65c20f1a44d0973cbe649c> /System/Library/Frameworks/Cocoa.framework/Versions/A/Cocoa
    0x93f60000 - 0x93f65fff com.apple.backup.framework 1.0 (1.0) /System/Library/PrivateFrameworks/Backup.framework/Versions/A/Backup
    0x93f66000 - 0x94303fef com.apple.QuartzCore 1.5.7 (1.5.7) <2fed2dd7565c84a0f0c608d41d4d172c> /System/Library/Frameworks/QuartzCore.framework/Versions/A/QuartzCore
    0x94304000 - 0x94955fff com.apple.WebCore 5525.26 (5525.26.6) <8676962ab93f003cf9b10748725c1bc2> /System/Library/Frameworks/WebKit.framework/Versions/A/Frameworks/WebCore.frame work/Versions/A/WebCore
    0x94956000 - 0x949d3feb com.apple.audio.CoreAudio 3.1.1 (3.1.1) <f35477a5e23db0fa43233c37da01ae1c> /System/Library/Frameworks/CoreAudio.framework/Versions/A/CoreAudio
    0x949d4000 - 0x949d4ffe com.apple.quartzframework 1.5 (1.5) <6865aa0aeaa584b5a54d43f2f21d6c08> /System/Library/Frameworks/Quartz.framework/Versions/A/Quartz
    0x949d5000 - 0x94a19feb com.apple.DirectoryService.PasswordServerFramework 3.0.3 (3.0.3) <29109fed9f54cbe3d3faea0603362719> /System/Library/PrivateFrameworks/PasswordServer.framework/Versions/A/PasswordS erver
    0x94a1a000 - 0x94a1affd com.apple.Accelerate.vecLib 3.4.2 (vecLib 3.4.2) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/vecLib
    0x94a1b000 - 0x94a1bffe com.apple.MonitorPanelFramework 1.2.0 (1.2.0) <1f4c10fcc17187a6f106e0a0be8236b0> /System/Library/PrivateFrameworks/MonitorPanel.framework/Versions/A/MonitorPane l
    0x94a1c000 - 0x94a65fef com.apple.Metadata 10.5.2 (398.25) <e0572f20350523116f23000676122a8d> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Metadat a.framework/Versions/A/Metadata
    0x94a66000 - 0x94a98ff7 com.apple.DotMacSyncManager 1.2.3 (305) <76f2a03fbb91d701cd8c1d1dde21b531> /System/Library/PrivateFrameworks/DotMacSyncManager.framework/Versions/A/DotMac SyncManager
    0x94a99000 - 0x94aaeffb com.apple.ImageCapture 5.0.1 (5.0.1) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/ImageCapture. framework/Versions/A/ImageCapture
    0x94aaf000 - 0x952adfef com.apple.AppKit 6.5.6 (949.43) <a3a300499bbe4f1dfebf71d752d01916> /System/Library/Frameworks/AppKit.framework/Versions/C/AppKit
    0x952ae000 - 0x9540fff2 com.apple.CalendarStore 3.0.6 (847) /System/Library/Frameworks/CalendarStore.framework/Versions/A/CalendarStore
    0x95440000 - 0x95477fff com.apple.SystemConfiguration 1.9.2 (1.9.2) <01426a38ba44efa5d448daef8b3e9941> /System/Library/Frameworks/SystemConfiguration.framework/Versions/A/SystemConfi guration
    0x95478000 - 0x95488fff com.apple.speech.synthesis.framework 3.7.1 (3.7.1) <5171726062da2bd3c6b8b58486c7777a> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ SpeechSynthesis.framework/Versions/A/SpeechSynthesis
    0x95489000 - 0x954b6feb libvDSP.dylib ??? (???) <b232c018ddd040ec4e2c2af632dd497f> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libvDSP.dylib
    0x954b7000 - 0x954befff com.apple.agl 3.0.9 (AGL-3.0.9) <2f39c480cfcee9358a23d61b20a6aa56> /System/Library/Frameworks/AGL.framework/Versions/A/AGL
    0x954bf000 - 0x954e7fff libcups.2.dylib ??? (???) <81abd305142ad1b771024eb4a1309e2e> /usr/lib/libcups.2.dylib
    0x954e8000 - 0x95544ff7 com.apple.htmlrendering 68 (1.1.3) <1c5c0c417891b920dfe139385fc6c155> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HTMLRendering .framework/Versions/A/HTMLRendering
    0x95545000 - 0x95549fff libGIF.dylib ??? (???) <572a32e46e33be1ec041c5ef5b0341ae> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libGIF.dylib
    0x9554a000 - 0x955f1feb com.apple.QD 3.11.54 (???) <b743398c24c38e581a86e91744a2ba6e> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ QD.framework/Versions/A/QD
    0x95606000 - 0x95638fff com.apple.LDAPFramework 1.4.5 (110) <648b3ee893db8af0a5bbbe857ec0bb7d> /System/Library/Frameworks/LDAP.framework/Versions/A/LDAP
    0x95639000 - 0x9571eff3 com.apple.CoreData 100.1 (186) <8e28162ef2288692615b52acc01f8b54> /System/Library/Frameworks/CoreData.framework/Versions/A/CoreData
    0x9571f000 - 0x95800ff7 libxml2.2.dylib ??? (???) <c65c902ca6afc1b4cf68b90cff921cc5> /usr/lib/libxml2.2.dylib
    0x95801000 - 0x95953ff3 com.apple.audio.toolbox.AudioToolbox 1.5.2 (1.5.2) /System/Library/Frameworks/AudioToolbox.framework/Versions/A/AudioToolbox
    0x95954000 - 0x959d3ff5 com.apple.SearchKit 1.2.1 (1.2.1) <3140a605db2abf56b237fa156a08b28b> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SearchK it.framework/Versions/A/SearchKit
    0x95a47000 - 0x95b15ff3 com.apple.JavaScriptCore 5525.26 (5525.26.2) <69e219e81bc886a94c4d4b310d393ab9> /System/Library/Frameworks/JavaScriptCore.framework/Versions/A/JavaScriptCore
    0x95b16000 - 0x95b3ffff com.apple.CoreMediaPrivate 13.0 (13.0) /System/Library/PrivateFrameworks/CoreMediaPrivate.framework/Versions/A/CoreMed iaPrivate
    0x95b40000 - 0x95b47fe9 libgcc_s.1.dylib ??? (???) <e280ddf3f5fb3049e674edcb109f389a> /usr/lib/libgcc_s.1.dylib
    0x95b48000 - 0x95b48ffc com.apple.audio.units.AudioUnit 1.5 (1.5) /System/Library/Frameworks/AudioUnit.framework/Versions/A/AudioUnit
    0x95b49000 - 0x95c81fe7 com.apple.imageKit 1.0.2 (1.0) <2e354566521df8b1e3a78e9aeab5e6b4> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/ImageKit.fram ework/Versions/A/ImageKit
    0x95c82000 - 0x95d83fef com.apple.PubSub 1.0.3 (65.1.1) /System/Library/Frameworks/PubSub.framework/Versions/A/PubSub
    0x95d84000 - 0x95dc5fe7 libRIP.A.dylib ??? (???) <5d0b5af7992e14de017f9a9c7cb05960> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libRIP.A.dylib
    0x95dc6000 - 0x95e20ff7 com.apple.CoreText 2.0.3 (???) <1f1a97273753e6cfea86c810d6277680> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreText.framework/Versions/A/CoreText
    0x95e21000 - 0x95e7effb libstdc++.6.dylib ??? (???) <f75e5133d72769de5ce6c06153fc65f6> /usr/lib/libstdc++.6.dylib
    0x95e7f000 - 0x95eecffb com.apple.WhitePagesFramework 1.2 (122.0) /System/Library/PrivateFrameworks/WhitePages.framework/Versions/A/WhitePages
    0x95eed000 - 0x95f80ff3 com.apple.ApplicationServices.ATS 3.4 (???) <8c51de0ec3deaef416578cd59df38754> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ATS.framework/Versions/A/ATS
    0x95f81000 - 0x95f9ffff libresolv.9.dylib ??? (???) <b5b1527c2d99495ad5d507ab0a4ea872> /usr/lib/libresolv.9.dylib
    0x95fbd000 - 0x96047fef com.apple.DesktopServices 1.4.7 (1.4.7) <7898a0f2a46fc7d8887b041bc23e3811> /System/Library/PrivateFrameworks/DesktopServicesPriv.framework/Versions/A/Desk topServicesPriv
    0x96048000 - 0x96102fe3 com.apple.CoreServices.OSServices 226.5 (226.5) <25243fd02dc5d4f4cc5780f6b2f6fe26> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/OSServi ces.framework/Versions/A/OSServices
    0x96103000 - 0x96425fe2 com.apple.QuickTime 7.5.7 (995.26.2) <80df41132b10cbf82dc70e10ff556d24> /System/Library/Frameworks/QuickTime.framework/Versions/A/QuickTime
    0x96426000 - 0x964edff2 com.apple.vImage 3.0 (3.0) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vImage.fr amework/Versions/A/vImage
    0x964ee000 - 0x96575ff7 libsqlite3.0.dylib ??? (???) <6978bbcca4277d6ae9f042beff643f7d> /usr/lib/libsqlite3.0.dylib
    0x96576000 - 0x96577ffc libffi.dylib ??? (???) <eaf10b99a3fbc4920b175809407466c0> /usr/lib/libffi.dylib
    0x96578000 - 0x96636fff com.apple.WebKit 5525.27 (5525.27.1) <a15e548666c9a463d61be1f114b2fa27> /System/Library/Frameworks/WebKit.framework/Versions/A/WebKit
    0x96637000 - 0x966b1ff8 com.apple.print.framework.PrintCore 5.5.3 (245.3) <222dade7b33b99708b8c09d1303f93fc> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ PrintCore.framework/Versions/A/PrintCore
    0x96933000 - 0x9696ffff com.apple.DAVKit 3.0.6 (653) /System/Library/PrivateFrameworks/DAVKit.framework/Versions/A/DAVKit
    0x96970000 - 0x96986fe7 com.apple.CoreVideo 1.5.1 (1.5.1) <53c27ea35ea3ad0bd6b1a876cedeb0a4> /System/Library/Frameworks/CoreVideo.framework/Versions/A/CoreVideo
    0x96987000 - 0x96996fff libsasl2.2.dylib ??? (???) <bb7971ca2f609c070f87786a93d1041e> /usr/lib/libsasl2.2.dylib
    0x96997000 - 0x969b4ff7 com.apple.QuickLookFramework 1.3.1 (170.9) /System/Library/Frameworks/QuickLook.framework/Versions/A/QuickLook
    0x969b5000 - 0x96a96fff com.apple.syncservices 3.1 (389.12) <e0c2241379300f52b12b479e53797016> /System/Library/Frameworks/SyncServices.framework/Versions/A/SyncServices
    0x96ae9000 - 0x96b3aff7 com.apple.HIServices 1.7.0 (???) <01b690d1f376e400ac873105533e39eb> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ HIServices.framework/Versions/A/HIServices
    0x96b3b000 - 0x96cf7ff3 com.apple.QuartzComposer 2.1 (106.13) <40f034e8c8fd31c9081f5283dcf22b78> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuartzCompose r.framework/Versions/A/QuartzComposer
    0x96cf8000 - 0x96d29ffb com.apple.quartzfilters 1.5.0 (1.5.0) <92b4f39479fdcabae0d8f53febd22fad> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuartzFilters .framework/Versions/A/QuartzFilters
    0x96d2a000 - 0x96d2affd com.apple.Accelerate 1.4.2 (Accelerate 1.4.2) /System/Library/Frameworks/Accelerate.framework/Versions/A/Accelerate
    0x96d2b000 - 0x97005ff3 com.apple.CoreServices.CarbonCore 786.10 (786.10) <ec35bb05f67fe0e828d49dda88bbf6d7> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CarbonC ore.framework/Versions/A/CarbonCore
    0x97006000 - 0x97092ff7 com.apple.LaunchServices 290.3 (290.3) <6f9629f4ed1ba3bb313548e6838b2888> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/LaunchS ervices.framework/Versions/A/LaunchServices
    0x97093000 - 0x97093fff com.apple.Carbon 136 (136) <4177916bbf70e0ddc446f94001d54c95> /System/Library/Frameworks/Carbon.framework/Versions/A/Carbon
    0x97094000 - 0x971ccff7 libicucore.A.dylib ??? (???) <18098dcf431603fe47ee027a60006c85> /usr/lib/libicucore.A.dylib
    0x971cd000 - 0x971d4ffe libbsm.dylib ??? (???) <fa7ae5f1a621d9b69e7e18747c9405fb> /usr/lib/libbsm.dylib
    0xba900000 - 0xba916fff libJapaneseConverter.dylib ??? (???) <8467dfa15de3658db2bd72670166ca93> /System/Library/CoreServices/Encodings/libJapaneseConverter.dylib
    0xbab00000 - 0xbab21fe2 libKoreanConverter.dylib ??? (???) <1de8124131adeee8e96c4d92413024e1> /System/Library/CoreServices/Encodings/libKoreanConverter.dylib
    0xfffe8000 - 0xfffebfff libobjc.A.dylib ??? (???) /usr/lib/libobjc.A.dylib
    0xffff0000 - 0xffff1780 libSystem.B.dylib ??? (???) /usr/lib/libSystem.B.dylib
    ---------------------------

    I would have also tried the Finder plist and I like to include com.apple.sidebarlists.plist too. Did you log out and back, or restart immediately after trashing the plist? That's necessary with Finder.
    If that doesn't help you might try /Users/yourname/Library/Preferences/com.apple.systemuiserver.plist
    Let us know.
    -mj

  • What can I do about "LabVIEW load error code 38: Failed to uncompress part of the VI."

    While attempting to load an executable LabVIEW application for LabVIEW 2009 SP1 on a Windows-XP machine when the following pop-up message occurs. "LabVIEW: Memory or data structure corrupt. An error occurs in loading VI 'NI_Gmath.lblib: Backward Bracket Search.VI'. LabVIEW load error code 38: Failed to uncompress part of the VI. The VI is most likely corrupt." What seems odd is that the same LabVIEW application loads fine when logged on as a privileged user account, but fails to load on a private user account.
    Attachments:
    2012-07-18 LabVIEW Load error code 38.jpg ‏1314 KB

    Here's a thought:
    So when something is decompressed, a temp folder is often used. 
    I have no idea why LabVIEW would be decompressing anything, but I suspect it is trying to put the decompressed file into a temp folder where the user does not have write permissions.
    In the .ini file for your executable, you can add a line that specified the location of the temp folder to use:
    tmpdir=C:\Temp
    On my Win7 machine, the location is:
    C:\Users\MyUserName\AppData\Local\Temp
    On WinXP, it is probably:
    C:\Documents And Settings\YourUserName\local settings\temp
     Try changing the tmpdir key in your ini file to something to C:\Temp and see if that helps.
    - john

  • Excel and PDF Files disappearing in a DFS Replicated folder

    Hi everyone,
    We are currently facing an issue in our environment and we can't figure out why this is happening. We have two scenarios under which files are disappearing in one of the DFS Replicated folders that we have in our environment. Here is a breakdown of our environnment:
    We have 4 File Servers Windows Server 2008 R2 Almost Fully Patched (2 Weeks Ago) in Four Different Sites
    The servers will be named as follow in the thread: MTL, AMX, PLT, 155
    All our sites are linked by site-to-site VPN
    We have several DFS Replicated folders but the folder we are currently having problem with is called "Public"
    The "Public" folder in all of our server is published in the DFS Namespace as \\domain.com\Public
    The data is replicating almost instantly on all of our servers
    Our DFS Replication topology is "Hub and Spoke" Our MTL server is the Hub and AMX, PLT and 155 are the spokes
    The site where MTL resides have a 100Mbps/100Mbps Fiber Optic WAN Connection
    The site where PLT resides have a 10Mbps/10Mbps Fiber Optic WAN Connection
    The site where AMX resides have a 10Mbps/10Mbps Fiber Optic WAN Connection
    The site where 155 resides have a 230Mbps/30Mbps Cable WAN Connection
    The maximum latency between our sites is maximum 100 ms
    Our DFS Replication Schedule is from 5AM to 10PM with 8 Mbps Bandwidth Limit
    We also have a file locking mechanism that is present on all the servers called peerlock.
    We have an Anti-Virus installed on the server MTL but the exceptions were added as per the following article: http://support.microsoft.com/kb/822158/
    At the moment, we have several issues where file are disappearing. Those are mostly Excel Shared Workbook that are being modified on several servers at the same time. This seems to be cause by having a DFS conflict on multiple servers at the same time (Error
    4412) which is causing the file being dropped on the ConflictAndDeleted folder.
    Now, since I know I cannot stop the DFSR to put that file in the conflict and deleted folder following a conflict, I would like to know how we can prevent that file disappearing to happen or what are the other alternatives in being able to be able to modify
    this file multiple users at once.
    Here is the Shared Excel file opening process as I understand it:
    Users open the file using Excel (This creates an Open Handle on the file server and locks the file on all DFS Servers. This being done, no other users can open, save, edit the file)
    After the file is fully opened on the user's computer, the lock is being removed by Peerlock (Which makes the file available again for opening, editing, saving.
    When saving the file, an Open handle is created on the server, which makes the file locked for other users (If the file was not locked in the first place).
    This process to me seems to be fairly simple and since we have the locking system, we should not have any problems of the file being different on several servers at once. Also, we saw that the error was mostly happening when one of the following was true:
    The file was unshared, modified, then reshared by a user.
    The file contained Links.
    We have today disabled the Preview Pane as we saw it might have been the cause of some wrong file locking and file opening.
    Thank you very much for your time and for your answers.
    Regards,

    Hi Shaon,
    Here are the logs of a replicated non-peerlocked folder in our DFS infrastructure where files have been put into the ConflictAndDeleted. The file name is "Weekly Report did-mm-yyyy.pdf". The 155 and PLT logs are pretty big. I have shared them through
    OneDrive. Please let me know if you need anything else and thank you again for taking the time to answer my question.
    Here are a couple of things I noticed:
    I saw some error messages "The download is redundant" in the PLT log file
    I saw some "The process cannot access the file because it is being used by another process." on the logs, even though the user was accessing the Weekly Report form the MTL server.
    Correct me if I am wrong, but it looks like when there is a conflict, every server determine that their "Local version dominates" with the "LocalDominate" attribute. Though, this I am not sure.
    Log 155
    Log PLT
    Log AMX
    20140917 19:08:38.416 4192 OUTC 1237 OutConnection::TransportUpdateCancel Received cancellation gvsn:{1D84942E-6424-4697-8B3A-D2FAF9D33993}-v2497179 connId:{272241BC-DC42-4DCB-BF71-7518E40F5BFF} rgName:Public
    20140917 19:08:38.416 4192 OUTC 3678 OutConnectionContentSetContext::TransportUpdateCancel Received cancellation gvsn:{1D84942E-6424-4697-8B3A-D2FAF9D33993}-v2497179csId:{C953FEF0-89AB-479F-9AFF-67406EBAB1EA} csName:Public connId:{272241BC-DC42-4DCB-BF71-7518E40F5BFF} rgName:Public ptr:0000000002B442F0
    20140917 19:08:38.416 4192 SRTR 1288 SERVER_UpdateCancel Registered canceled update. connId:{272241BC-DC42-4DCB-BF71-7518E40F5BFF} csId:{C953FEF0-89AB-479F-9AFF-67406EBAB1EA}
    Log MTL
    20140917 19:08:13.261 4144 ASYN 508 AsyncUnbufferedFileWriter::Close Async WRITE Statistics:
    + Total I/O Bytes 1027842 (1 buffers)
    + Number of Async Buffers 2
    + Size of Async Buffers 1028096
    + Number of Async I/Os 1
    + Number of Sync I/Os 0
    + Number of Pending Calls 0
    + Number of Queue Depth Empty 0
    + Number of Buffers Used 1
    +
    20140917 19:08:13.261 4144 RDCX 1919 Rdc::SyncClientState::Flush Rdc Need Assembler Statistics: uid:{AF1B96C1-DC0D-4BB8-BA7B-FC44F2C6B599}-v5642763 gvsn:{302BA58D-A838-4D89-B333-DED90904B28C}-v749314 fileName:Weekly Report 2014-09-19.pdf connId:{8383D76C-19F3-44C7-870F-3CE8A987C0FD} csId:{C953FEF0-89AB-479F-9AFF-67406EBAB1EA}
    + TOTAL
    + Compression Ratio 6
    + Target Uncompress Size 1082087
    + Target Compress Size 1026242
    + Bytes Received 9582 Signatures: 9582 Data: 0
    + Signature Bytes Received 9582 9582
    + Number of remote calls 1 Signatures: 1 Needs: 0 Data: 0
    + SEED
    + Rdc Need Size 0 0 0
    + Xpress Blocks 133 133 0
    + Uncompressed Xpress Blocks 0 0 0
    + Blocks copied to target 132 132 0
    + SOURCE
    + Rdc Need Size 0 0
    + Xpress Blocks 0 0
    + Uncompressed Xpress Blocks 0 0
    + Blocks copied to target 0 0
    20140917 19:08:13.261 4144 ASYN 1397 AsyncUnbufferedFileReader::Close Async READ Statistics:
    + Total I/O Bytes 1027838 (1 buffers)
    + Number of Async Buffers 2
    + Size of Async Buffers 1030144
    + Number of Async I/Os 1
    + Number of Sync I/Os 0
    + Number of Pending Calls 0
    + Number of Queue Depth Empty 0
    + Number of Buffers Used 1
    +
    20140917 19:08:13.272 4144 INCO 6593 InConnection::LogTransferActivity Received RAWGET uid:{AF1B96C1-DC0D-4BB8-BA7B-FC44F2C6B599}-v5642763 gvsn:{302BA58D-A838-4D89-B333-DED90904B28C}-v749314 fileName:Weekly Report 2014-09-19.pdf connId:{8383D76C-19F3-44C7-870F-3CE8A987C0FD} csId:{C953FEF0-89AB-479F-9AFF-67406EBAB1EA} stagedSize:1027842
    20140917 19:08:13.272 4144 ASYN 1397 AsyncUnbufferedFileReader::Close Async READ Statistics:
    20140917 19:08:13.283 3812 STAG 108 StagingCleanupTask::Run Start to cleanup private staging directory. csId:{C953FEF0-89AB-479F-9AFF-67406EBAB1EA}
    20140917 19:08:13.288 4144 STAG 798 StageWriter::CompleteDownloadStage Completed download or stage file 749314-{AF1B96C1-DC0D-4BB8-BA7B-FC44F2C6B599}-v5642763-{302BA58D-A838-4D89-B333-DED90904B28C}-v749314-Downloaded.frx
    20140917 19:08:13.294 4144 MRSH 3960 MarshalContext::Initialize Create file:[Weekly Report 2014-0-{302BA58D-A838-4D89-B333-DED90904B28C}-v749314.pdf] with attributes:0x20
    20140917 19:08:13.294 4144 MEET 2807 Meet::TransferToInstalling Transferring content from staging area into Installing updateName:Weekly Report 2014-09-19.pdf uid:{AF1B96C1-DC0D-4BB8-BA7B-FC44F2C6B599}-v5642763 gvsn:{302BA58D-A838-4D89-B333-DED90904B28C}-v749314 connId:{8383D76C-19F3-44C7-870F-3CE8A987C0FD} csName:Public
    20140917 19:08:13.395 612 USNC 2450 UsnConsumer::UpdateIdRecord LDB Updating ID Record:
    + fid 0x44000000070427
    + usn 0x84188ce00
    + uidVisible 1
    + filtered 0
    + journalWrapped 0
    + slowRecoverCheck 0
    + pendingTombstone 0
    + internalUpdate 0
    + dirtyShutdownMismatch 0
    + meetInstallUpdate 0
    + meetReanimated 0
    + recUpdateTime 20140917 23:08:09.650 GMT
    + present 1
    + nameConflict 0
    + attributes 0x20
    + ghostedHeader 0
    + data 0
    + gvsn {AF1B96C1-DC0D-4BB8-BA7B-FC44F2C6B599}-v5642776
    + uid {AF1B96C1-DC0D-4BB8-BA7B-FC44F2C6B599}-v5642772
    + parent {AF1B96C1-DC0D-4BB8-BA7B-FC44F2C6B599}-v5024216
    + fence Default (3)
    + clockDecrementedInDirtyShutdown 0
    + clock 20140917 23:08:13.395 GMT (0x1cfd2cc41ab8bd1)
    + createTime 20140917 23:08:08.533 GMT
    + csId {C953FEF0-89AB-479F-9AFF-67406EBAB1EA}
    + hash 24CB5232-55542861-8B251BC6-ACBFCB07
    + similarity 0F343A23-1D12290A-192F1D24-37293B08
    + name Weekly Report 2014-09-19.pdf
    +
    20140917 19:08:13.395 612 USNC 2453 UsnConsumer::UpdateIdRecord ID record updated from USN_RECORD:
    + USN_RECORD:
    + RecordLength: 120
    + MajorVersion: 2
    + MinorVersion: 0
    + FileRefNumber: 0x44000000070427
    + ParentFileRefNumber: 0x190000000CEE06
    + USN: 0x84188ce00
    + TimeStamp: 20140917 19:08:13.395 Eastern Standard Time
    + Reason: Close Rename New Name
    + SourceInfo: 0x0
    + SecurityId: 0x0
    + FileAttributes: 0x20
    + FileNameLength: 56
    + FileNameOffset: 60
    + FileName: Weekly Report 2014-09-19.pdf
    +
    20140917 19:08:13.407 5836 OUTC 2885 OutConnectionContentSetContext::TransportRequestVvUp Received request for VvUp csId:{C953FEF0-89AB-479F-9AFF-67406EBAB1EA} csName:Public connId:{78677734-03E7-49A8-BB0C-29C13705E2C6} rgName:Public ptr:000000000FBC3EE0
    20140917 19:08:13.407 5836 SRTR 2242 SERVER_RequestVersionVector Sent requested version vector. connId:{78677734-03E7-49A8-BB0C-29C13705E2C6} csId:{C953FEF0-89AB-479F-9AFF-67406EBAB1EA} seqNumber:580 requestType:REQUEST_NORMAL_SYNC changeType:all
    20140917 19:08:13.409 5836 SRTR 2331 SERVER_AsyncPoll Processing AsyncPoll call. connId:{78677734-03E7-49A8-BB0C-29C13705E2C6}
    20140917 19:08:13.419 5836 SRTR 1099 SERVER_RequestUpdates Processing RequestUpdates call. connId:{78677734-03E7-49A8-BB0C-29C13705E2C6} csId:{C953FEF0-89AB-479F-9AFF-67406EBAB1EA} credits:32 requestType:all
    20140917 19:08:13.419 5836 OUTC 2817 OutConnectionContentSetContext::TransportRequestUpdates Received request for updates csId:{C953FEF0-89AB-479F-9AFF-67406EBAB1EA} csName:Public connId:{78677734-03E7-49A8-BB0C-29C13705E2C6} rgName:Public ptr:000000000FBC3EE0
    20140917 19:08:13.419 5836 SRTR 2331 SERVER_AsyncPoll Processing AsyncPoll call. connId:{78677734-03E7-49A8-BB0C-29C13705E2C6}
    20140917 19:08:13.419 3812 JOIN 1201 Join::SubmitUpdate LDB Updating ID Record:
    + fid 0x44000000070427
    + usn 0x84188ce00
    + uidVisible 1
    + filtered 0
    + journalWrapped 0
    + slowRecoverCheck 0
    + pendingTombstone 0
    + internalUpdate 0
    + dirtyShutdownMismatch 0
    + meetInstallUpdate 0
    + meetReanimated 0
    + recUpdateTime 20140917 23:08:13.395 GMT
    + present 1
    + nameConflict 0
    + attributes 0x20
    + ghostedHeader 0
    + data 0
    + gvsn {AF1B96C1-DC0D-4BB8-BA7B-FC44F2C6B599}-v5642776
    + uid {AF1B96C1-DC0D-4BB8-BA7B-FC44F2C6B599}-v5642772
    + parent {AF1B96C1-DC0D-4BB8-BA7B-FC44F2C6B599}-v5024216
    + fence Default (3)
    + clockDecrementedInDirtyShutdown 0
    + clock 20140917 23:08:13.395 GMT (0x1cfd2cc41ab8bd1)
    + createTime 20140917 23:08:08.533 GMT
    + csId {C953FEF0-89AB-479F-9AFF-67406EBAB1EA}
    + hash 24CB5232-55542861-8B251BC6-ACBFCB07
    + similarity 0F343A23-1D12290A-192F1D24-37293B08
    + name Weekly Report 2014-09-19.pdf
    +
    20140917 19:08:13.422 3812 JOIN 1246 Join::SubmitUpdate Sent: uid:{AF1B96C1-DC0D-4BB8-BA7B-FC44F2C6B599}-v5642772 gvsn:{AF1B96C1-DC0D-4BB8-BA7B-FC44F2C6B599}-v5642776 name:Weekly Report 2014-09-19.pdf connId:{78677734-03E7-49A8-BB0C-29C13705E2C6} csId:{C953FEF0-89AB-479F-9AFF-67406EBAB1EA} csName:Public
    20140917 19:08:13.433 5836 OUTC 2885 OutConnectionContentSetContext::TransportRequestVvUp Received request for VvUp csId:{C953FEF0-89AB-479F-9AFF-67406EBAB1EA} csName:Public connId:{78677734-03E7-49A8-BB0C-29C13705E2C6} rgName:Public ptr:000000000FBC3EE0
    20140917 19:08:13.433 5836 SRTR 2242 SERVER_RequestVersionVector Sent requested version vector. connId:{78677734-03E7-49A8-BB0C-29C13705E2C6} csId:{C953FEF0-89AB-479F-9AFF-67406EBAB1EA} seqNumber:581 requestType:REQUEST_NORMAL_SYNC changeType:notify
    20140917 19:08:13.487 5836 SRTR 2331 SERVER_AsyncPoll Processing AsyncPoll call. connId:{2BBAB34B-81BF-4059-A1D5-FE335153C0E9}
    20140917 19:08:13.578 5836 OUTC 2885 OutConnectionContentSetContext::TransportRequestVvUp Received request for VvUp csId:{C953FEF0-89AB-479F-9AFF-67406EBAB1EA} csName:Public connId:{2BBAB34B-81BF-4059-A1D5-FE335153C0E9} rgName:Public ptr:000000001033D330
    20140917 19:08:13.578 5836 SRTR 2242 SERVER_RequestVersionVector Sent requested version vector. connId:{2BBAB34B-81BF-4059-A1D5-FE335153C0E9} csId:{C953FEF0-89AB-479F-9AFF-67406EBAB1EA} seqNumber:10 requestType:REQUEST_NORMAL_SYNC changeType:all
    20140917 19:08:13.604 4144 ASYN 508 AsyncUnbufferedFileWriter::Close Async WRITE Statistics:
    + Total I/O Bytes 1081711 (2 buffers)
    + Number of Async Buffers 2
    + Size of Async Buffers 1048576
    + Number of Async I/Os 2
    + Number of Sync I/Os 0
    + Number of Pending Calls 0
    + Number of Queue Depth Empty 0
    + Number of Buffers Used 2
    +
    20140917 19:08:13.605 4144 ASYN 1397 AsyncUnbufferedFileReader::Close Async READ Statistics:
    20140917 19:08:13.605 4144 MEET 2261 Meet::Download Download Succeeded : true updateName:Weekly Report 2014-09-19.pdf uid:{AF1B96C1-DC0D-4BB8-BA7B-FC44F2C6B599}-v5642763 gvsn:{302BA58D-A838-4D89-B333-DED90904B28C}-v749314 connId:{8383D76C-19F3-44C7-870F-3CE8A987C0FD} csName:Public csId:{C953FEF0-89AB-479F-9AFF-67406EBAB1EA}
    20140917 19:08:13.605 4144 MEET 4274 Meet::ProcessUid Uid related found uidRelatedGvsn:{AF1B96C1-DC0D-4BB8-BA7B-FC44F2C6B599}-v5642775 updateName:Weekly Report 2014-09-19.pdf uid:{AF1B96C1-DC0D-4BB8-BA7B-FC44F2C6B599}-v5642763 gvsn:{302BA58D-A838-4D89-B333-DED90904B28C}-v749314 connId:{8383D76C-19F3-44C7-870F-3CE8A987C0FD} csName:Public
    20140917 19:08:13.605 4144 MEET 6264 Meet::LocalDominates Conflicting gvsn:{AF1B96C1-DC0D-4BB8-BA7B-FC44F2C6B599}-v5642775 updateName:Weekly Report 2014-09-19.pdf uid:{AF1B96C1-DC0D-4BB8-BA7B-FC44F2C6B599}-v5642763 gvsn:{302BA58D-A838-4D89-B333-DED90904B28C}-v749314 connId:{8383D76C-19F3-44C7-870F-3CE8A987C0FD} csName:Public
    20140917 19:08:13.605 4144 MEET 6284 Meet::LocalDominates Remote version dominates localgvsn:{AF1B96C1-DC0D-4BB8-BA7B-FC44F2C6B599}-v5642775 updateName:Weekly Report 2014-09-19.pdf uid:{AF1B96C1-DC0D-4BB8-BA7B-FC44F2C6B599}-v5642763 gvsn:{302BA58D-A838-4D89-B333-DED90904B28C}-v749314 connId:{8383D76C-19F3-44C7-870F-3CE8A987C0FD} csName:Public
    20140917 19:08:13.605 4144 MEET 4699 Meet::GetNameRelated Name related found nameRelatedUid:{AF1B96C1-DC0D-4BB8-BA7B-FC44F2C6B599}-v5642772 nameRelatedGvsn:{AF1B96C1-DC0D-4BB8-BA7B-FC44F2C6B599}-v5642776 updateName:Weekly Report 2014-09-19.pdf uid:{AF1B96C1-DC0D-4BB8-BA7B-FC44F2C6B599}-v5642763 gvsn:{302BA58D-A838-4D89-B333-DED90904B28C}-v749314 connId:{8383D76C-19F3-44C7-870F-3CE8A987C0FD} csName:Public
    20140917 19:08:13.605 4144 MEET 6264 Meet::LocalDominates Conflicting gvsn:{AF1B96C1-DC0D-4BB8-BA7B-FC44F2C6B599}-v5642776 updateName:Weekly Report 2014-09-19.pdf uid:{AF1B96C1-DC0D-4BB8-BA7B-FC44F2C6B599}-v5642763 gvsn:{302BA58D-A838-4D89-B333-DED90904B28C}-v749314 connId:{8383D76C-19F3-44C7-870F-3CE8A987C0FD} csName:Public
    20140917 19:08:13.605 4144 MEET 6284 Meet::LocalDominates Remote version dominates localgvsn:{AF1B96C1-DC0D-4BB8-BA7B-FC44F2C6B599}-v5642776 updateName:Weekly Report 2014-09-19.pdf uid:{AF1B96C1-DC0D-4BB8-BA7B-FC44F2C6B599}-v5642763 gvsn:{302BA58D-A838-4D89-B333-DED90904B28C}-v749314 connId:{8383D76C-19F3-44C7-870F-3CE8A987C0FD} csName:Public
    20140917 19:08:13.605 4144 MEET 2976 Meet::InstallRename Moving out name conflicting file updateName:Weekly Report 2014-09-19.pdf uid:{AF1B96C1-DC0D-4BB8-BA7B-FC44F2C6B599}-v5642763 gvsn:{302BA58D-A838-4D89-B333-DED90904B28C}-v749314 connId:{8383D76C-19F3-44C7-870F-3CE8A987C0FD} csName:Public
    20140917 19:08:13.605 4144 MEET 5431 Meet::MoveOut Moving contents and children out of replica. newName:Weekly Report 2014-0-{AF1B96C1-DC0D-4BB8-BA7B-FC44F2C6B599}-v5642776.pdf updateName:Weekly Report 2014-09-19.pdf uid:{AF1B96C1-DC0D-4BB8-BA7B-FC44F2C6B599}-v5642763 gvsn:{302BA58D-A838-4D89-B333-DED90904B28C}-v749314 connId:{8383D76C-19F3-44C7-870F-3CE8A987C0FD} csName:Public record:
    + fid 0x44000000070427
    + usn 0x84188ce00
    + uidVisible 1
    + filtered 0
    + journalWrapped 0
    + slowRecoverCheck 0
    + pendingTombstone 0
    + internalUpdate 0
    + dirtyShutdownMismatch 0
    + meetInstallUpdate 0
    + meetReanimated 0
    + recUpdateTime 20140917 23:08:13.395 GMT
    + present 1
    + nameConflict 0
    + attributes 0x20
    + ghostedHeader 0
    + data 0
    + gvsn {AF1B96C1-DC0D-4BB8-BA7B-FC44F2C6B599}-v5642776
    + uid {AF1B96C1-DC0D-4BB8-BA7B-FC44F2C6B599}-v5642772
    + parent {AF1B96C1-DC0D-4BB8-BA7B-FC44F2C6B599}-v5024216
    + fence Default (3)
    + clockDecrementedInDirtyShutdown 0
    + clock 20140917 23:08:13.395 GMT (0x1cfd2cc41ab8bd1)
    + createTime 20140917 23:08:08.533 GMT
    + csId {C953FEF0-89AB-479F-9AFF-67406EBAB1EA}
    + hash 24CB5232-55542861-8B251BC6-ACBFCB07
    + similarity 0F343A23-1D12290A-192F1D24-37293B08
    + name Weekly Report 2014-09-19.pdf
    +
    20140917 19:08:13.605 4144 MEET 5607 Meet::MoveOut Moving to conflict/deleted:0x3000000025163 updateName:Weekly Report 2014-09-19.pdf uid:{AF1B96C1-DC0D-4BB8-BA7B-FC44F2C6B599}-v5642763 gvsn:{302BA58D-A838-4D89-B333-DED90904B28C}-v749314 connId:{8383D76C-19F3-44C7-870F-3CE8A987C0FD} csName:Public
    20140917 19:08:13.606 4144 EVNT 1185 EventLog::Report Logging eventId:4412 parameterCount:9
    20140917 19:08:13.606 4144 EVNT 1205 EventLog::Report eventId:4412 parameter1:C953FEF0-89AB-479F-9AFF-67406EBAB1EA
    20140917 19:08:13.606 4144 EVNT 1205 EventLog::Report eventId:4412 parameter2:C:\xxx\Weekly Report 2014-09-19.pdf
    20140917 19:08:13.606 4144 EVNT 1205 EventLog::Report eventId:4412 parameter3:C:\xxx
    20140917 19:08:13.606 4144 EVNT 1205 EventLog::Report eventId:4412 parameter4:{AF1B96C1-DC0D-4BB8-BA7B-FC44F2C6B599}-v5642772
    20140917 19:08:13.606 4144 EVNT 1205 EventLog::Report eventId:4412 parameter5:Public
    20140917 19:08:13.606 4144 EVNT 1205 EventLog::Report eventId:4412 parameter6:Public
    20140917 19:08:13.606 4144 EVNT 1205 EventLog::Report eventId:4412 parameter7:3871891E-A182-4014-9E0A-F0F182B9B6C3
    20140917 19:08:13.606 4144 EVNT 1205 EventLog::Report eventId:4412 parameter8:7BFDD484-878D-492A-967E-94A706EE426E
    20140917 19:08:13.606 4144 EVNT 1205 EventLog::Report eventId:4412 parameter9:Weekly Report 2014-0-{AF1B96C1-DC0D-4BB8-BA7B-FC44F2C6B599}-v5642776.pdf
    20140917 19:08:13.607 4144 CSMG 606 ContentSetManager::DeleteChildren LDB Updating ID Record:
    + fid 0x44000000070427
    + usn 0x84188d2e8
    + uidVisible 1
    + filtered 0
    + journalWrapped 0
    + slowRecoverCheck 0
    + pendingTombstone 0
    + internalUpdate 0
    + dirtyShutdownMismatch 0
    + meetInstallUpdate 0
    + meetReanimated 0
    + recUpdateTime 20140917 23:08:13.395 GMT
    + present 0
    + nameConflict 1
    + attributes 0x20
    + ghostedHeader 0
    + data 0
    + gvsn {AF1B96C1-DC0D-4BB8-BA7B-FC44F2C6B599}-v5642777
    + uid {AF1B96C1-DC0D-4BB8-BA7B-FC44F2C6B599}-v5642772
    + parent {AF1B96C1-DC0D-4BB8-BA7B-FC44F2C6B599}-v5024216
    + fence Default (3)
    + clockDecrementedInDirtyShutdown 0
    + clock 20140917 23:08:13.395 GMT (0x1cfd2cc41ab8bd2)
    + createTime 20140917 23:08:08.533 GMT
    + csId {C953FEF0-89AB-479F-9AFF-67406EBAB1EA}
    + hash 24CB5232-55542861-8B251BC6-ACBFCB07
    + similarity 0F343A23-1D12290A-192F1D24-37293B08
    + name Weekly Report 2014-09-19.pdf
    +
    20140917 19:08:13.608 4144 MEET 3075 Meet::InstallRename File moved. rootVolume:{ECD6443A-0D12-11E2-95C8-806E6F6E6963} parentFid:0x190000000CEE06 fidInInstalling:0x560000000699ED usn:0x84188d9e8 updateName:Weekly Report 2014-09-19.pdf uid:{AF1B96C1-DC0D-4BB8-BA7B-FC44F2C6B599}-v5642763 gvsn:{302BA58D-A838-4D89-B333-DED90904B28C}-v749314 connId:{8383D76C-19F3-44C7-870F-3CE8A987C0FD} csName:Public
    20140917 19:08:13.608 4144 MEET 3266 Meet::InstallRename Updating database. updateName:Weekly Report 2014-09-19.pdf uid:{AF1B96C1-DC0D-4BB8-BA7B-FC44F2C6B599}-v5642763 gvsn:{302BA58D-A838-4D89-B333-DED90904B28C}-v749314 connId:{8383D76C-19F3-44C7-870F-3CE8A987C0FD} csName:Public
    20140917 19:08:13.608 4144 MEET 7369 Meet::UpdateIdRecord LDB Updating ID Record:
    + fid 0x560000000699ED
    + usn 0x84188d9e8
    + uidVisible 1
    + filtered 0
    + journalWrapped 0
    + slowRecoverCheck 0
    + pendingTombstone 0
    + internalUpdate 0
    + dirtyShutdownMismatch 0
    + meetInstallUpdate 1
    + meetReanimated 0
    + recUpdateTime 16010101 00:00:00.000 GMT
    + present 1
    + nameConflict 0
    + attributes 0x20
    + ghostedHeader 0
    + data 0
    + gvsn {302BA58D-A838-4D89-B333-DED90904B28C}-v749314
    + uid {AF1B96C1-DC0D-4BB8-BA7B-FC44F2C6B599}-v5642763
    + parent {AF1B96C1-DC0D-4BB8-BA7B-FC44F2C6B599}-v5024216
    + fence Default (3)
    + clockDecrementedInDirtyShutdown 0
    + clock 20140917 23:08:09.663 GMT (0x1cfd2cc3f71ff31)
    + createTime 20140917 23:01:19.815 GMT
    + csId {C953FEF0-89AB-479F-9AFF-67406EBAB1EA}
    + hash 93A41679-5F63ABFF-8C4D3BD9-297FBB61
    + similarity 11343423-1D122931-362F1D24-2D293B22
    + name Weekly Report 2014-09-19.pdf
    +
    20140917 19:08:13.608 4144 MEET 3276 Meet::InstallRename -> DONE Install-rename completed updateName:Weekly Report 2014-09-19.pdf uid:{AF1B96C1-DC0D-4BB8-BA7B-FC44F2C6B599}-v5642763 gvsn:{302BA58D-A838-4D89-B333-DED90904B28C}-v749314 connId:{8383D76C-19F3-44C7-870F-3CE8A987C0FD} csName:Public csId:{C953FEF0-89AB-479F-9AFF-67406EBAB1EA}
    20140917 19:08:13.608 4144 INCO 4825 InConnection::UpdateProcessed Received Update. updates+ present 1
    + nameConflict 0
    + attributes 0x20
    + ghostedHeader 0
    + data 0
    + gvsn {302BA58D-A838-4D89-B333-DED90904B28C}-v749314
    + uid {AF1B96C1-DC0D-4BB8-BA7B-FC44F2C6B599}-v5642763
    + parent {AF1B96C1-DC0D-4BB8-BA7B-FC44F2C6B599}-v5024216
    + fence Default (3)
    + clockDecrementedInDirtyShutdown 0
    + clock 20140917 23:08:09.663 GMT (0x1cfd2cc3f71ff31)
    + createTime 20140917 23:01:19.815 GMT
    + csId {C953FEF0-89AB-479F-9AFF-67406EBAB1EA}
    + hash 93A41679-5F63ABFF-8C4D3BD9-297FBB61
    + similarity 11343423-1D122931-362F1D24-2D293B22
    + name Weekly Report 2014-09-19.pdf
    +
    20140917 19:08:13.609 4144 INCO 5551 InConnection::CommitSession Connection in sync connId:{8383D76C-19F3-44C7-870F-3CE8A987C0FD} csId:{C953FEF0-89AB-479F-9AFF-67406EBAB1EA} csName:Public commitedSessionsWithUpdateFailures:0
    20140917 19:08:13.609 4144 IINC 392 IInConnectionCreditManager::ReturnCredits [CREDIT] Credits have been returned. creditsToReturn:1 totalConnectionCreditsGranted:32 totalGlobalCreditsGranted:32 csId:{C953FEF0-89AB-479F-9AFF-67406EBAB1EA} csName:Public connId:{8383D76C-19F3-44C7-870F-3CE8A987C0FD} sessionTaskPtr:000000000FC0FE10
    20140917 19:08:13.609 5092 INCO 8561 InConnection::InConnectionContentSetContext::Hibernate Hibernating: connId:{8383D76C-19F3-44C7-870F-3CE8A987C0FD} csId:{C953FEF0-89AB-479F-9AFF-67406EBAB1EA}
    20140917 19:08:13.609 5092 UPMG 580 UpdateManager::FinalizeUpdateManager Finalizing UpdateManager connId:{8383D76C-19F3-44C7-870F-3CE8A987C0FD} csName:Public csId:{C953FEF0-89AB-479F-9AFF-67406EBAB1EA}
    20140917 19:08:13.609 5092 IINC 392 IInConnectionCreditManager::ReturnCredits [CREDIT] Credits have been returned. creditsToReturn:32 totalConnectionCreditsGranted:0 totalGlobalCreditsGranted:0 csId:{C953FEF0-89AB-479F-9AFF-67406EBAB1EA} csName:Public connId:{8383D76C-19F3-44C7-870F-3CE8A987C0FD} sessionTaskPtr:000000000FC0FE10
    20140917 19:08:13.609 5092 INCO 7343 InConnection::RequestVvUp Requested upstream version vector. requestState:0000000002775770 connId:{8383D76C-19F3-44C7-870F-3CE8A987C0FD} csId:{C953FEF0-89AB-479F-9AFF-67406EBAB1EA} csName:Public changeType:notify
    20140917 19:08:13.622 5836 OUTC 2885 OutConnectionContentSetContext::TransportRequestVvUp Received request for VvUp csId:{C953FEF0-89AB-479F-9AFF-67406EBAB1EA} csName:Public connId:{78677734-03E7-49A8-BB0C-29C13705E2C6} rgName:Public ptr:000000000FBC3EE0
    20140917 19:08:13.622 5836 SRTR 2242 SERVER_RequestVersionVector Sent requested version vector. connId:{78677734-03E7-49A8-BB0C-29C13705E2C6} csId:{C953FEF0-89AB-479F-9AFF-67406EBAB1EA} seqNumber:582 requestType:REQUEST_NORMAL_SYNC changeType:all
    20140917 19:08:13.622 5836 SRTR 2331 SERVER_AsyncPoll Processing AsyncPoll call. connId:{78677734-03E7-49A8-BB0C-29C13705E2C6}
    20140917 19:08:13.635 5836 SRTR 1099 SERVER_RequestUpdates Processing RequestUpdates call. connId:{78677734-03E7-49A8-BB0C-29C13705E2C6} csId:{C953FEF0-89AB-479F-9AFF-67406EBAB1EA} credits:32 requestType:all
    20140917 19:08:13.635 5836 OUTC 2817 OutConnectionContentSetContext::TransportRequestUpdates Received request for updates csId:{C953FEF0-89AB-479F-9AFF-67406EBAB1EA} csName:Public connId:{78677734-03E7-49A8-BB0C-29C13705E2C6} rgName:Public ptr:000000000FBC3EE0
    20140917 19:08:13.636 3812 JOIN 1201 Join::SubmitUpdate LDB Updating ID Record:
    + fid 0x44000000070427
    + usn 0x84188d2e8
    + uidVisible 1
    + filtered 0
    + journalWrapped 0
    + slowRecoverCheck 0
    + pendingTombstone 0
    + internalUpdate 0
    + dirtyShutdownMismatch 0
    + meetInstallUpdate 0
    + meetReanimated 0
    + recUpdateTime 20140917 23:08:13.607 GMT
    + present 0
    + nameConflict 1
    + attributes 0x20
    + ghostedHeader 0
    + data 0
    + gvsn {AF1B96C1-DC0D-4BB8-BA7B-FC44F2C6B599}-v5642777
    + uid {AF1B96C1-DC0D-4BB8-BA7B-FC44F2C6B599}-v5642772
    + parent {AF1B96C1-DC0D-4BB8-BA7B-FC44F2C6B599}-v5024216
    + fence Default (3)
    + clockDecrementedInDirtyShutdown 0
    + clock 20140917 23:08:13.395 GMT (0x1cfd2cc41ab8bd2)
    + createTime 20140917 23:08:08.533 GMT
    + csId {C953FEF0-89AB-479F-9AFF-67406EBAB1EA}
    + hash 24CB5232-55542861-8B251BC6-ACBFCB07
    + similarity 0F343A23-1D12290A-192F1D24-37293B08
    + name Weekly Report 2014-09-19.pdf
    +
    20140917 19:08:13.636 3812 JOIN 1246 Join::SubmitUpdate Sent: uid:{AF1B96C1-DC0D-4BB8-BA7B-FC44F2C6B599}-v5642772 gvsn:{AF1B96C1-DC0D-4BB8-BA7B-FC44F2C6B599}-v5642777 name:Weekly Report 2014-09-19.pdf connId:{78677734-03E7-49A8-BB0C-29C13705E2C6} csId:{C953FEF0-89AB-479F-9AFF-67406EBAB1EA} csName:Public
    20140917 19:08:13.636 3812 JOIN 1201 Join::SubmitUpdate LDB Updating ID Record:
    + fid 0x560000000699ED
    + usn 0x84188d9e8
    + uidVisible 1
    + filtered 0
    + journalWrapped 0
    + slowRecoverCheck 0
    + pendingTombstone 0
    + internalUpdate 0
    + dirtyShutdownMismatch 0
    + meetInstallUpdate 1
    + meetReanimated 0
    + recUpdateTime 20140917 23:08:13.608 GMT
    + present 1
    + nameConflict 0
    + attributes 0x20
    + ghostedHeader 0
    + data 0
    + gvsn {302BA58D-A838-4D89-B333-DED90904B28C}-v749314
    + uid {AF1B96C1-DC0D-4BB8-BA7B-FC44F2C6B599}-v5642763
    + parent {AF1B96C1-DC0D-4BB8-BA7B-FC44F2C6B599}-v5024216
    + fence Default (3)
    + clockDecrementedInDirtyShutdown 0
    + clock 20140917 23:08:09.663 GMT (0x1cfd2cc3f71ff31)
    + createTime 20140917 23:01:19.815 GMT
    + csId {C953FEF0-89AB-479F-9AFF-67406EBAB1EA}
    + hash 93A41679-5F63ABFF-8C4D3BD9-297FBB61
    + similarity 11343423-1D122931-362F1D24-2D293B22
    + name Weekly Report 2014-09-19.pdf
    Olivier Toutant-Paradis | Team Leader http://www.legroupeti.com

  • Unzip a folder using pl/sql

    Hi All,
    I am creating zip folder using oracle pl/sql. Now i want to unzip the same folder for taking out the compressed file.
    Is it possible to unzip the folder in oracle pl/sql.
    Thanks in Advance.
    Cheers,
    Shan

    Here's the code
    Anton
    CREATE OR REPLACE package as_zip
    is
      type file_list is table of clob;
      function get_file_list(
        p_dir in varchar2
      , p_zip_file in varchar2
      , p_encoding in varchar2 := null
        return file_list;
      function get_file_list(
        p_zipped_blob in blob
      , p_encoding in varchar2 := null /* Use CP850 for zip files created with a German Winzip to see umlauts, etc */
        return file_list;
      function get_file(
        p_dir in varchar2
      , p_zip_file in varchar2
      , p_file_name in varchar2
      , p_encoding in varchar2 := null
        return blob;
      function get_file(
        p_zipped_blob in blob
      , p_file_name in varchar2
      , p_encoding in varchar2 := null
        return blob;
      procedure add1file(
        p_zipped_blob in out blob
      , p_name in varchar2
      , p_content in blob
      procedure finish_zip(
        p_zipped_blob in out blob
      procedure save_zip(
        p_zipped_blob in blob
      , p_dir in varchar2 := 'MY_DIR'
      , p_filename in varchar2 := 'my.zip'
    declare
      g_zipped_blob blob;
    begin
      as_zip.add1file( g_zipped_blob, 'test1.txt', utl_raw.cast_to_raw( 'Dit is de laatste test! Waarom wordt dit dan niet gecomprimeerd?' ) );
      as_zip.add1file( g_zipped_blob, 'test1234.txt', utl_raw.cast_to_raw( 'En hier staat wat anders' ) );
      as_zip.finish_zip( g_zipped_blob );
      as_zip.save_zip( g_zipped_blob, 'MY_DIR', 'my.zip' );
    end;
    declare
      t_dir varchar2(100) := 'MY_DIR';
      t_zip varchar2(100) := 'my.zip';
      zip_files as_zip.file_list;
    begin
      zip_files  := as_zip.get_file_list( t_dir, t_zip );
      for i in zip_files.first() .. zip_files.last
      loop
        dbms_output.put_line( zip_files( i ) );
        dbms_output.put_line( utl_raw.cast_to_varchar2( as_zip.get_file( t_dir, t_zip, zip_files( i ) ) ) );
      end loop;
    end;
    end;
    CREATE OR REPLACE package body as_zip
    is
      function raw2num(
        p_value in raw
        return number
      is
      begin                                               -- note: FFFFFFFF => -1
        return utl_raw.cast_to_binary_integer( p_value
                                             , utl_raw.little_endian
      end;
      function file2blob(
        p_dir in varchar2
      , p_file_name in varchar2
        return blob
      is
        file_lob bfile;
        file_blob blob;
      begin
        file_lob := bfilename( p_dir
                             , p_file_name
        dbms_lob.open( file_lob
                     , dbms_lob.file_readonly
        dbms_lob.createtemporary( file_blob
                                , true
        dbms_lob.loadfromfile( file_blob
                             , file_lob
                             , dbms_lob.lobmaxsize
        dbms_lob.close( file_lob );
        return file_blob;
      exception
        when others
        then
          if dbms_lob.isopen( file_lob ) = 1
          then
            dbms_lob.close( file_lob );
          end if;
          if dbms_lob.istemporary( file_blob ) = 1
          then
            dbms_lob.freetemporary( file_blob );
          end if;
          raise;
      end;
      function raw2varchar2(
        p_raw in raw
      , p_encoding in varchar2
        return varchar2
      is
      begin
        return nvl
                ( utl_i18n.raw_to_char( p_raw
                                      , p_encoding
                , utl_i18n.raw_to_char
                                ( p_raw
                                , utl_i18n.map_charset( p_encoding
                                                      , utl_i18n.generic_context
                                                      , utl_i18n.iana_to_oracle
      end;
      function get_file_list(
        p_dir in varchar2
      , p_zip_file in varchar2
      , p_encoding in varchar2 := null
        return file_list
      is
      begin
        return get_file_list( file2blob( p_dir
                                       , p_zip_file
                            , p_encoding
      end;
      function get_file_list(
        p_zipped_blob in blob
      , p_encoding in varchar2 := null
        return file_list
      is
        t_ind integer;
        t_hd_ind integer;
        t_rv file_list;
      begin
        t_ind := dbms_lob.getlength( p_zipped_blob ) - 21;
        loop
          exit when dbms_lob.substr( p_zipped_blob
                                   , 4
                                   , t_ind
                                   ) = hextoraw( '504B0506' )
                or t_ind < 1;
          t_ind := t_ind - 1;
        end loop;
        if t_ind <= 0
        then
          return null;
        end if;
        t_hd_ind := raw2num( dbms_lob.substr( p_zipped_blob
                                            , 4
                                            , t_ind + 16
                                            ) ) + 1;
        t_rv := file_list( );
        t_rv.extend( raw2num( dbms_lob.substr( p_zipped_blob
                                             , 2
                                             , t_ind + 10
        for i in 1 .. raw2num( dbms_lob.substr( p_zipped_blob
                                              , 2
                                              , t_ind + 8
        loop
          t_rv( i ) :=
            raw2varchar2
                 ( dbms_lob.substr( p_zipped_blob
                                  , raw2num( dbms_lob.substr( p_zipped_blob
                                                            , 2
                                                            , t_hd_ind + 28
                                  , t_hd_ind + 46
                 , p_encoding
          t_hd_ind :=
              t_hd_ind
            + 46
            + raw2num( dbms_lob.substr( p_zipped_blob
                                      , 2
                                      , t_hd_ind + 28
            + raw2num( dbms_lob.substr( p_zipped_blob
                                      , 2
                                      , t_hd_ind + 30
            + raw2num( dbms_lob.substr( p_zipped_blob
                                      , 2
                                      , t_hd_ind + 32
        end loop;
        return t_rv;
      end;
      function get_file(
        p_dir in varchar2
      , p_zip_file in varchar2
      , p_file_name in varchar2
      , p_encoding in varchar2 := null
        return blob
      is
      begin
        return get_file( file2blob( p_dir
                                  , p_zip_file
                       , p_file_name
                       , p_encoding
      end;
      function get_file(
        p_zipped_blob in blob
      , p_file_name in varchar2
      , p_encoding in varchar2 := null
        return blob
      is
        t_tmp blob;
        t_ind integer;
        t_hd_ind integer;
        t_fl_ind integer;
      begin
        t_ind := dbms_lob.getlength( p_zipped_blob ) - 21;
        loop
          exit when dbms_lob.substr( p_zipped_blob
                                   , 4
                                   , t_ind
                                   ) = hextoraw( '504B0506' )
                or t_ind < 1;
          t_ind := t_ind - 1;
        end loop;
        if t_ind <= 0
        then
          return null;
        end if;
        t_hd_ind := raw2num( dbms_lob.substr( p_zipped_blob
                                            , 4
                                            , t_ind + 16
                                            ) ) + 1;
        for i in 1 .. raw2num( dbms_lob.substr( p_zipped_blob
                                              , 2
                                              , t_ind + 8
        loop
          if p_file_name =
               raw2varchar2
                 ( dbms_lob.substr( p_zipped_blob
                                  , raw2num( dbms_lob.substr( p_zipped_blob
                                                            , 2
                                                            , t_hd_ind + 28
                                  , t_hd_ind + 46
                 , p_encoding
          then
            if dbms_lob.substr( p_zipped_blob
                              , 2
                              , t_hd_ind + 10
                              ) = hextoraw( '0800' )                -- deflate
            then
              t_fl_ind :=
                    raw2num( dbms_lob.substr( p_zipped_blob
                                            , 4
                                            , t_hd_ind + 42
              t_tmp := hextoraw( '1F8B0800000000000003' );          -- gzip header
              dbms_lob.copy( t_tmp
                           , p_zipped_blob
                           , raw2num( dbms_lob.substr( p_zipped_blob
                                                     , 4
                                                     , t_fl_ind + 19
                           , 11
                           ,   t_fl_ind
                             + 31
                             + raw2num( dbms_lob.substr( p_zipped_blob
                                                       , 2
                                                       , t_fl_ind + 27
                             + raw2num( dbms_lob.substr( p_zipped_blob
                                                       , 2
                                                       , t_fl_ind + 29
              dbms_lob.append( t_tmp
                             , dbms_lob.substr( p_zipped_blob
                                              , 4
                                              , t_fl_ind + 15
              dbms_lob.append( t_tmp
                             , dbms_lob.substr( p_zipped_blob, 4, t_fl_ind + 23 )
              return utl_compress.lz_uncompress( t_tmp );
            end if;
            if dbms_lob.substr( p_zipped_blob
                              , 2
                              , t_hd_ind + 10
                              ) =
                          hextoraw( '0000' )
                                            -- The file is stored (no compression)
            then
              t_fl_ind :=
                    raw2num( dbms_lob.substr( p_zipped_blob
                                            , 4
                                            , t_hd_ind + 42
              return dbms_lob.substr( p_zipped_blob
                                    , raw2num( dbms_lob.substr( p_zipped_blob
                                                              , 4
                                                              , t_fl_ind + 19
                                    ,   t_fl_ind
                                      + 31
                                      + raw2num( dbms_lob.substr( p_zipped_blob
                                                                , 2
                                                                , t_fl_ind + 27
                                      + raw2num( dbms_lob.substr( p_zipped_blob
                                                                , 2
                                                                , t_fl_ind + 29
            end if;
          end if;
          t_hd_ind :=
              t_hd_ind
            + 46
            + raw2num( dbms_lob.substr( p_zipped_blob
                                      , 2
                                      , t_hd_ind + 28
            + raw2num( dbms_lob.substr( p_zipped_blob
                                      , 2
                                      , t_hd_ind + 30
            + raw2num( dbms_lob.substr( p_zipped_blob
                                      , 2
                                      , t_hd_ind + 32
        end loop;
        return null;
      end;
      function little_endian(
        p_big in number
      , p_bytes in pls_integer := 4
        return raw
      is
      begin
        return utl_raw.substr
                      ( utl_raw.cast_from_binary_integer( p_big
                                                        , utl_raw.little_endian
                      , 1
                      , p_bytes
      end;
      procedure add1file(
        p_zipped_blob in out blob
      , p_name in varchar2
      , p_content in blob
      is
        t_now date;
        t_blob blob;
        t_clen integer;
      begin
        t_now := sysdate;
        t_blob := utl_compress.lz_compress( p_content );
        t_clen := dbms_lob.getlength( t_blob );
        if p_zipped_blob is null
        then
          dbms_lob.createtemporary( p_zipped_blob
                                  , true
        end if;
        dbms_lob.append
          ( p_zipped_blob
          , utl_raw.concat
              ( hextoraw( '504B0304' )              -- Local file header signature
              , hextoraw( '1400' )                  -- version 2.0
              , hextoraw( '0000' )                  -- no General purpose bits
              , hextoraw( '0800' )                  -- deflate
              , little_endian
                  (   to_number( to_char( t_now
                                        , 'ss'
                                        ) ) / 2
                    + to_number( to_char( t_now
                                        , 'mi'
                                        ) ) * 32
                    + to_number( to_char( t_now
                                        , 'hh24'
                                        ) ) * 2048
                  , 2
                  )                                 -- File last modification time
              , little_endian
                  (   to_number( to_char( t_now
                                        , 'dd'
                    + to_number( to_char( t_now
                                        , 'mm'
                                        ) ) * 32
                    + ( to_number( to_char( t_now
                                          , 'yyyy'
                                          ) ) - 1980 ) * 512
                  , 2
                  )                                 -- File last modification date
              , dbms_lob.substr( t_blob
                               , 4
                               , t_clen - 7
                               )                                         -- CRC-32
              , little_endian( t_clen - 18 )                    -- compressed size
              , little_endian( dbms_lob.getlength( p_content ) )
                                                              -- uncompressed size
              , little_endian( length( p_name )
                             , 2
                             )                                 -- File name length
              , hextoraw( '0000' )                           -- Extra field length
              , utl_raw.cast_to_raw( p_name )                         -- File name
        dbms_lob.copy( p_zipped_blob
                     , t_blob
                     , t_clen - 18
                     , dbms_lob.getlength( p_zipped_blob ) + 1
                     , 11
                     );                                      -- compressed content
        dbms_lob.freetemporary( t_blob );
      end;
      procedure finish_zip(
        p_zipped_blob in out blob
      is
        t_cnt pls_integer := 0;
        t_offs integer;
        t_offs_dir_header integer;
        t_offs_end_header integer;
        t_comment raw( 32767 )
                     := utl_raw.cast_to_raw( 'Implementation by Anton Scheffer' );
      begin
        t_offs_dir_header := dbms_lob.getlength( p_zipped_blob );
        t_offs := dbms_lob.instr( p_zipped_blob
                                , hextoraw( '504B0304' )
                                , 1
        while t_offs > 0
        loop
          t_cnt := t_cnt + 1;
          dbms_lob.append
            ( p_zipped_blob
            , utl_raw.concat
                ( hextoraw( '504B0102' )
                                        -- Central directory file header signature
                , hextoraw( '1400' )                                -- version 2.0
                , dbms_lob.substr( p_zipped_blob
                                 , 26
                                 , t_offs + 4
                , hextoraw( '0000' )                        -- File comment length
                , hextoraw( '0000' )              -- Disk number where file starts
                , hextoraw( '0100' )                   -- Internal file attributes
                , hextoraw( '2000B681' )               -- External file attributes
                , little_endian( t_offs - 1 )
                                           -- Relative offset of local file header
                , dbms_lob.substr
                    ( p_zipped_blob
                    , utl_raw.cast_to_binary_integer
                                               ( dbms_lob.substr( p_zipped_blob
                                                                , 2
                                                                , t_offs + 26
                                               , utl_raw.little_endian
                    , t_offs + 30
                    )                                                 -- File name
          t_offs :=
              dbms_lob.instr( p_zipped_blob
                            , hextoraw( '504B0304' )
                            , t_offs + 32
        end loop;
        t_offs_end_header := dbms_lob.getlength( p_zipped_blob );
        dbms_lob.append
          ( p_zipped_blob
          , utl_raw.concat
              ( hextoraw( '504B0506' )       -- End of central directory signature
              , hextoraw( '0000' )                          -- Number of this disk
              , hextoraw( '0000' )          -- Disk where central directory starts
              , little_endian
                       ( t_cnt
                       , 2
                       )       -- Number of central directory records on this disk
              , little_endian( t_cnt
                             , 2
                             )        -- Total number of central directory records
              , little_endian( t_offs_end_header - t_offs_dir_header )
                                                      -- Size of central directory
              , little_endian
                        ( t_offs_dir_header )
                                           -- Relative offset of local file header
              , little_endian
                    ( nvl( utl_raw.length( t_comment )
                         , 0
                    , 2
                    )                                   -- ZIP file comment length
              , t_comment
      end;
      procedure save_zip(
        p_zipped_blob in blob
      , p_dir in varchar2 := 'MY_DIR'
      , p_filename in varchar2 := 'my.zip'
      is
        t_fh utl_file.file_type;
        t_len pls_integer := 32767;
      begin
        t_fh := utl_file.fopen( p_dir
                              , p_filename
                              , 'wb'
        for i in 0 .. trunc(  ( dbms_lob.getlength( p_zipped_blob ) - 1 ) / t_len )
        loop
          utl_file.put_raw( t_fh
                          , dbms_lob.substr( p_zipped_blob
                                           , t_len
                                           , i * t_len + 1
        end loop;
        utl_file.fclose( t_fh );
      end;
    end;
    /

  • Corrupted file in the applications folder and i cant get in

    I have a half uncompress file in the applications folder and it wont let me in to that folder, not even as a root user, it just closes the folder and opens desktop instead, everything else is working fine now, i hope i just need to delete that file. (all this is happening in my imac 27" late 2011 mountain lion)
    the file is a game that does work in my other machine (macbook pro early 2011 mountain lion)

    iOS: How to change the language when it's set to one you don't understand
    http://support.apple.com/kb/HT2371
     Cheers, Tom

Maybe you are looking for

  • How do I use the back-up discs I created before restoring, to recover my personal files, etc.??

    I own a Compaq Presario CQ56 109WM Notebook PC that I recently ran System Recovery on to restore it to the "Out-Of-Box State," due to a virus or crash or something that would no longer allow the computer to boot to Windows. Beforehand I backed up my

  • How do I stop unwanted contacts on facetime

    how do I stop unwanted contact on facetime this party keeps sending me messages and I have asked them to stop but they wont.

  • Can t download files from internet to my Ally

    i ve had my Ally less than week.......when i try to download files from internet i get error msg that download failed.....i tried to click link and hold link and choose save and still download fails........help me.......please

  • IPad connects and shows a black screen

    I have an iPad 2 and when it connects to the Apple TV using Airplay shows a Black screen. The Apple TV and the iPad are connected to the same WiFi. I can successfully connect from another iPad. I suspect I have a setting wrong somewhere.

  • CPU upgrades for 466 G4 PowerMac?

    I have a 466 G4 PowerMac & was wondering about CPU upgrades. I have seen sites which offer dual core upgrades for these machines but have also been advise that they can be more trouble than worth + cost may not justify. Can anyone provide info or alt