Urgent:  rename folder in forms 6i

Could someone please tell me -- In forms 6i ,how we can rename a folder which is on a server
TIA,

declare
instruccion VARCHAR2(2000);
begin
instruccion := 'cmd.exe /c RENAME C:\NOMBRE_A.TXT NOMBRE_B.SQL' ;
/*OR instruccion := 'cmd.exe /c RENAME C:\'||:BLOCK.ITEM_1 :BLOCK.ITEM_2 ;*/
host (instruccion );
end;

Similar Messages

  • Urgent-Renamed Folder in Shared Folders and now Error for all Users?

    Hello,
    Well I was asked to shorten a name in Shared Folders and so I changed it. Now I get an error if I click on Dashboards or Shared Folders (which is empty now btw ???) or Manage Catalog, its displaying:
    Target Path Not Found (/Shared/Customer Operations) Error Code: GZ8VXQ96.
    Are we not supposed to create a folder in Shared Folders and then Change the Name?
    Please Help. The BI Server Administrator is telling me that everyone else's reports are not available now.
    Neally

    Kishore, Thank you for your response! I have forwarded it off.
    Thing is, there was nothing inside the folder yet...I hadn't moved any reports over so there was nothing referencing it yet.
    How can a name of a folder that is for our dept. affect HR, Finance..when they login? Their dashboard preferences were not set to mine. Confused. And to add to this, when I click on Manage Catalog is when I receive the error. So I imagine this is something admin will have to do in Oracle on bi server?
    Edited by: Neally on Oct 4, 2010 1:17 PM

  • When i go to 'New Folder' the name box only opens for a second so I dont have time to name it correctly. Rename Folder does the same thing - any thoughts??

    when i go to 'New Folder' in outlook the name box only opens for a second so I don't have time to name it correctly. Rename Folder does the same thing. Any thoughts? Many thanks.

    Hi Clint,
    Did you get a reply from anyone for this problem?  I'm having the same problem and wondering what the resolution might be.
    Thanks

  • Creating a Folder Within Form or Document Library & Display the name not in the name column.

    I have created a form library that will used to create folders within that. The folder creation is done using an InfoPath Form that has been uploaded to the Form Library. When the new folder was created the name will be displayed at the Name column within
    the Form Library. I want to change that to another column like documents or suchlike.
    Can it be done using InfoPath 2010 VSTA C# or not? If their are other options available please could you try to inform me!
    Thank You,
    Chiranthaka

    Hi,     
    If you want to show the name of folder in another column, a workaround is that you can create an extra column, then create a SharePoint Designer workflow to set the value of
    this column with the name of folder.
    Here is a link about Create Workflow using SharePoint Designer and set field value for your reference:
    http://www.codeproject.com/Tips/419037/Create-Workflow-using-SharePoint-Designer
    I have seen a similar post from you in the link below:
    http://social.technet.microsoft.com/Forums/en-US/c3ff3f17-dbe2-40f9-86c5-ff7d4b663f09/creating-a-folder-within-form-or-document-library-display-the-name-not-in-the-name-column?forum=sharepointcustomizationprevious
    It's recommended that you post a single question in a single thread which will make it easier to be discussed by others.
    Best regards
    Patrick Liang
    TechNet Community Support

  • How to search for a flle in specific folder from forms 6i

    Hi all,
    I am using oracle forms 6i version.Now I have some pdf files in a specific folder.How can i search for a specific file in that folder from forms.Any help would be appreciated.Thanks in advance
    Regards
    Ranganath

    Hello,
    <p>Have a look at the d2kwutil library, tou can download on OTN.</p>
    Francois

  • How to rename folder in Final Cut Pro X project library?

    How to rename folder in Final Cut Pro X project library? I can't double click on folder, when I right click it just gives options to erase. Can someone help?

    I think you may have misunderstood - the question is regarding renaming a project "folder", not a project name.
    Still, the accepted answer here makes no sense to me at all - it's about renaming an event. So we're all confused ;-)
    BTW as of 10.0.5, I still cannot rename a project folder while background tasks are running - no clue is given that this is what's going on, second-clicking on the folder just (frustratingly) does nothing. When background tasks finish, it works again.

  • Questions from a beg.  CF,HTML,  Renaming folder/path and adding main page.

    Questions from a beg. CF,HTML, Renaming folder/path and
    adding main page.
    Hello I have inherited this new job and I am trying to
    understand it asap. I am a complete beginner to html,CF and web
    development overall
    Yes I grabbed some books, but if you can help me. I really
    appreciate is.
    I have this file structure
    Z:\ToExport\RepDocs\MyReport
    Pointing to it
    http://myserver/Myreport/
    Here you find a MyReport folder
    And find 2 .cfm
    1. Index
    2. version.cfm
    I have 2 BIG questions, ok 3
    HOW DO YOU MAKE A PAGE THAT WILL CONTAIN
    The link of this MyReport.
    A main page. In other words.
    Main page that has a text Main report
    For name of the division_
    Then a link called My reports. And Your report
    Prefereably sorted
    · My reports.
    · Your report
    HOW DO I CHANGE THE FOLDER
    FROM
    Z:\ToExport\RepDocs\MyReport
    Pointing to it
    http://myserver/Myreport/
    TO
    Z:\NewExport\repmining\myreport
    Then point to it
    http://myserver/ repmining\myreport
    WHY IS THE REPDOCS NOT TYPED IN THE BROWSER WHEN VIEWING THE
    MYREPORT.( i dont have to type (repdocs)to view the report?)
    in other words:
    Z:\ToExport\RepDocs\MyReport
    Is typed
    http://myserver/Myreport/
    without repdocs.
    Please excuse me.
    I am a real beginner.
    Thanks .
    Hope someone replies soon.
    Take care.

    OK, I think I understand your questions, so here goes:
    quote:
    HOW DO YOU MAKE A PAGE THAT WILL CONTAIN
    The link of this MyReport.
    Simply have a link on a page, ex:
    <a href ="LINK URL">LINK TEXT</a>,
    As for your question on your reports, I do not understand
    what you are asking
    quote:
    HOW DO I CHANGE THE FOLDER
    FROM
    Z:\ToExport\RepDocs\MyReport
    Pointing to it
    http://myserver/Myreport/
    TO
    Z:\NewExport\repmining\myreport
    Then point to it
    http://myserver/ repmining\myreport
    If you are directly connected to the server, just create a
    folder in (from what it looks like) Z:\ToExport\RepDocs\ that is
    the new folwer name, ex:
    Z:\ToExport\RepDocs\NEW_folder and put files into it. If you
    are now directly connected to the server, use a program like FTP
    server to connect via FTP and do the same.
    quote:
    WHY IS THE REPDOCS NOT TYPED IN THE BROWSER WHEN VIEWING THE
    MYREPORT.( i dont have to type (repdocs)to view the report?)
    in other words:
    Z:\ToExport\RepDocs\MyReport
    Is typed
    http://myserver/Myreport/
    this is simply because
    http://myserver/Myreport/ is
    set to point at the folder Z:\ToExport\RepDocs\MyReport therefore
    it looks like
    http://myserver is set to the folder
    Z:\ToExport\RepDocs\ anything you add into a folder after that will
    be included.
    I hop eI answered some of your questions

  • Page properties and logo missing after renaming folder

    When renaming one of my folders I got the message that the
    application is updating all links. The renamed pages look normal on
    my desktop when viewed in a browser. I uploaded the renamed folder
    to my website and found to my chagrin that the page logo and page
    properties are missing. I had changed nothing else in the website
    files or folders. Can anyone tell what went wrong?

    You renamed a folder and didn't upload your images into the
    renamed folder.
    For example, you say your logo would be here -
    http://www.onejackdaw.com/My_NA_Birds_Gallery/content/logo.png
    but it's actually still here -
    http://www.onejackdaw.com/My%20NA%20Birds%20Gallery/content/logo.png
    Murray --- ICQ 71997575
    Adobe Community Expert
    (If you *MUST* email me, don't LAUGH when you do so!)
    ==================
    http://www.dreamweavermx-templates.com
    - Template Triage!
    http://www.projectseven.com/go
    - DW FAQs, Tutorials & Resources
    http://www.dwfaq.com - DW FAQs,
    Tutorials & Resources
    http://www.macromedia.com/support/search/
    - Macromedia (MM) Technotes
    ==================
    "Ian370" <[email protected]> wrote in
    message
    news:g1a5u1$nhb$[email protected]..
    > This was the old link:
    >
    >
    >
    http://www.onejackdaw.com/My%20NA%20Birds%20Gallery/Yellow_Warbler_Common_Grackl
    > e.html
    >
    > and this the new one:
    >
    >
    >
    http://www.onejackdaw.com/My_NA_Birds_Gallery/Yellow_Warbler_Common_Grackle.html
    >

  • I can't name/rename folder tracks

    This is just a quickie — I can't seem to name/rename folder tracks as I can instrument, bus, aux etc. tracks by clicking on its name in the respective Object boxes. This doesn't seem to be set-up specific as the same problem occurs on both my PowerBook and my MacBook. Is this a known bug? Is there a work around?
    Note that I have aaaaaaaaaall the updates.
    Thanks fellahs

    Hello d. reamonn
    You can name/rename folders exactly like you can tracks.
    There are two possibilities: Hold down OPTION key and click on the word Folder. A box will appear and you type in the name you want.
    Or for a second naming of the folder do the same operation with COMMAND and click

  • Rename a Sapscript Form

    Hi experts,
    is it posible to rename a sapscript form? if so how?
    Thanks

    Hi,
    For copying ..
    Go to SE71..
    Give the form name..
    press the change button..
    in the menu..choose..Form -> copy from.
    Thanks,
    Naren

  • Urgent: Enabling Folder functionality in Custom Form

    Hi!
    I want to enable the folder functionality in my custom form. I'm copying STANDARD_FOLDER object group from standard oracle form and attaching APPFLDR library.
    But when I try to open any folder in my form all the fields get disabled.
    Any help on this will be appreciated.
    Thanks

    Post your question in OA forum:
    http://forums.oracle.com/forums/forum.jspa?forumID=40, this is the forms forum, you'll get more help there.
    Message was edited by:
    Rosario Vigilante

  • Could not attach library file after renaming folder

    Hi all,
    I am using forms 10g r2. recently i renamed the folder where i had all my forms and libraries now when i open forms builder it throws errors that library could not be opened.
    Now please if any one could suggest that what information or configuration i will have to change in order to make it working with renamed directory.
    The other problem is i am hard coding the path of forms when i am calling one form from another like open_form('D:\folder1\folder2\frm_abc.fmx'). What configuration needs to be done or as it possible that i just provide the the name of form module and AS pick it from that folder.
    Your replies are much appreciated.

    Hello,
    I am using forms 10g r2. recently i renamed the folder where i had all my forms and libraries now when i open forms builder it throws errors that library could not be opened.
    The path reference of forms and libraries might be broken, ensure FORMS_PATH variable is correctly set and fix the path pointing to the libraries and forms, look for it in regedit or default.env file.
    default.env file resides in ORACLE_HOME\forms\server
    The other problem is i am hard coding the path of forms when i am calling one form from another like open_form('D:\folder1\folder2\frm_abc.fmx'). What configuration needs to be done or as it possible that i just provide the the name of form module and AS pick it from that folder.
    Add the path where you have your fmx files in FORMS_PATH variable, something like:
    FORMS_PATH=D:\folder1\folder2;C:\Devsuit_home1\forms
    After that you can do this: open_form('frm_abc.fmx')
    Finally restart OC4J instance and try
    Hope this helps you :)
    Regards
    Carlos

  • Can't open or rename folder... but not a permission issue

    This one has me puzzled, and I can't figure it.
    I have a fair background in unix and command line interfaces, so I've tried all of the usual fixes with chmod, chown, chgrp and everything else I can throw at it without luck.  It's not a locked/hidden file, and it doesn't have any extended attributes.  Tried repairing permissions.  No luck.  Drive verifies OK.
    The problem folder (one of many) came from an Active Directory mount via my network at my office.  On the server (and on the folder when I copy to my desktop), the folder is a pale, light-blue colour and can't be opened or modified from the finder.
    I can use a terminal window to get into the folder and access it via command line (works fine).  Can move and rename it via terminal (again, no problem), but always light-blue and can't do anything with it from the Finder.  Opening with "Get Info" shows that I own the file, and that I have read/write permission (and not locked).
    Even if I copy the folder to a FAT32 USB stick, it exhibits the same behaviour where I can't open or modify it.  There is no problem accessing the folder on a PC.  If I duplicate the folder on a PC, the duplicated folder works fine in the finder, and is normal (however the original is light blue and can't be changed).
    Totally stumped.  Anyone have ideas?

    What version of the software is this? Did you update it?

  • Renaming Folder Crashes Finder

    Greets. I've been experiencing Finder crashes ever since installing the latest Security Update (from last week). Finder crashes when I try to rename a folder. If I persist, it usually gets around to accepting it after the third or fourth try. I have two Macs--my main workhorse, the iBook, and my backup and general media playback device the Pismo. I get the problem on both computers.
    What I've done so far (a lot of overlap between all of these things, I know):
    (1) Rebooted with DiskWarrior and run all available checks, etc.
    (2) Rebooted with the Tiger install disk and run Disk Utility's FirstAid
    (3) Run all of the rebuilds/maintenance checks/etc. available through MainMenu
    (4) Ran part of a Memtest, umm, test on my iBook. However, I abandoned that part way through since (a) it became clear that it was going to tie up my iBook for a lot longer than I can afford right now and anyway (b) I checked and the Pismo is having the exact same Finder problem. I rather doubt that the memory on both computers has suddenly failed, though just to be safe I plan to let my iBook chew on Memtest overnight tonight.
    (5) Tried creating a new account to see if the problem still exists. It does not. Great, so now if I want to rename a folder, I have to log out, rename, and then log back in to my main account
    (6) More to the point, clearly there's some app that I'm running on both computers that disagrees with the security update (or possibly Safari 3.2.1 . . . though I had already been running Safari 3.2.1 for a week or so but don't recall this problem coming up). The question is, which app? A.P.E. would seem to be a likely candidate, but I tried uninstalling it and rebooting, but the problem persisted nonetheless.
    Here's my Finder crash log. Anybody have any suggestions?
    Host Name: Carls-iBook
    Date/Time: 2008-12-17 17:05:58.905 +0900
    OS Version: 10.4.11 (Build 8S165)
    Report Version: 4
    Command: Finder
    Path: /System/Library/CoreServices/Finder.app/Contents/MacOS/Finder
    Parent: WindowServer [60]
    Version: 10.4.7 (10.4.7)
    Build Version: 1
    Project Name: Finder_FE
    Source Version: 5292900
    PID: 89
    Thread: 0
    Exception: EXCBADACCESS (0x0001)
    Codes: KERNPROTECTIONFAILURE (0x0002) at 0x000009db
    Thread 0 Crashed:
    0 com.apple.CoreGraphics 0x9f9016f4 RGBAfmarkconstantmask + 16552
    1 <<00000000>> 0x05f5e1ec 0 + 100000236
    2 com.apple.DesktopServices 0x90a520f4 LockRenameUnicode(FSRef const&, unsigned long, unsigned short const*, unsigned long, FSRef*) + 84
    3 com.apple.DesktopServices 0x90a4d890 THFSPlusRef::SetName(unsigned long, unsigned short const*, bool) + 200
    4 com.apple.DesktopServices 0x90a3bb28 THFSPlusStore::SetName(TPropertyReference const&, bool) + 244
    5 com.apple.DesktopServices 0x90a0e664 THFSPlusStore::SetProperty(unsigned long, TPropertyReference const&, bool) + 140
    6 com.apple.DesktopServices 0x90a42768 TNode::SetName(TPropertyReference const&) const + 60
    7 com.apple.DesktopServices 0x90a19468 TNode::SetProperty(unsigned long, TPropertyReference const&) const + 56
    8 com.apple.DesktopServices 0x90a193b0 SetNodeProperty(OpaqueNodeRef const*, unsigned long, TPropertyReference const&) + 148
    9 com.apple.DesktopServices 0x90a48550 SetNodePropertyAsStringNew + 52
    10 com.apple.finder 0x000aa4b0 0x1000 + 693424
    11 com.apple.finder 0x00094cdc 0x1000 + 605404
    12 com.apple.finder 0x0015707c 0x1000 + 1400956
    13 com.apple.finder 0x001579c0 0x1000 + 1403328
    14 com.apple.finder 0x0000ecac 0x1000 + 56492
    15 com.apple.finder 0x0000eba8 0x1000 + 56232
    16 com.apple.HIToolbox 0x932ac934 DispatchEventToHandlers(EventTargetRec*, OpaqueEventRef*, HandlerCallRec*) + 692
    17 com.apple.HIToolbox 0x932ac08c SendEventToEventTargetInternal(OpaqueEventRef*, OpaqueEventTargetRef*, HandlerCallRec*) + 372
    18 com.apple.HIToolbox 0x932b2e90 SendEventToEventTarget + 40
    19 com.apple.finder 0x001574a0 0x1000 + 1402016
    20 com.apple.finder 0x00058388 0x1000 + 357256
    21 com.apple.finder 0x00087d20 0x1000 + 552224
    22 com.apple.finder 0x0006f4fc 0x1000 + 451836
    23 com.apple.HIToolbox 0x933a694c TBrowser::GetClientData(unsigned long, unsigned long, void*, bool) const + 176
    24 com.apple.HIToolbox 0x93488324 TTableCell::PrepEditText(bool) const + 2988
    25 com.apple.HIToolbox 0x9339fc38 TTableView::CancelEditSession(bool) + 120
    26 com.apple.HIToolbox 0x9347b4f0 TBrowser::KeyFilterProc(OpaqueControlRef*, short*, short*, unsigned short*) + 160
    27 com.apple.HIToolbox 0x933e1e58 InvokeControlKeyFilterUPP + 24
    28 com.apple.HIToolbox 0x9346fe00 TextInputFilter(ShrinkToFitEditFieldGlobals*, OpaqueEventRef*) + 148
    29 com.apple.HIToolbox 0x93470200 TextInputHandler(OpaqueEventHandlerCallRef*, OpaqueEventRef*, void*) + 404
    30 com.apple.HIToolbox 0x932ac934 DispatchEventToHandlers(EventTargetRec*, OpaqueEventRef*, HandlerCallRec*) + 692
    31 com.apple.HIToolbox 0x932ac08c SendEventToEventTargetInternal(OpaqueEventRef*, OpaqueEventTargetRef*, HandlerCallRec*) + 372
    32 com.apple.HIToolbox 0x932b2e90 SendEventToEventTarget + 40
    33 com.apple.HIToolbox 0x933c1224 HandleTextInputEvent(OpaqueEventRef*) + 56
    34 com.apple.HIToolbox 0x932b3218 ToolboxEventDispatcherHandler(OpaqueEventHandlerCallRef*, OpaqueEventRef*, void*) + 524
    35 com.apple.HIToolbox 0x932acb84 DispatchEventToHandlers(EventTargetRec*, OpaqueEventRef*, HandlerCallRec*) + 1284
    36 com.apple.HIToolbox 0x932ac08c SendEventToEventTargetInternal(OpaqueEventRef*, OpaqueEventTargetRef*, HandlerCallRec*) + 372
    37 com.apple.HIToolbox 0x932b2e90 SendEventToEventTarget + 40
    38 com.apple.HIToolbox 0x933c1120 SendTSMEvent + 228
    39 com.apple.HIToolbox 0x933c0870 SendUnicodeTextAEToUnicodeDoc + 928
    40 com.apple.HIToolbox 0x933c029c utDeliverTSMEvent + 1024
    41 com.apple.HIToolbox 0x933bfe80 TSMKeyEvent + 88
    42 com.apple.HIToolbox 0x93376b34 TSMProcessRawKeyEvent + 920
    43 com.apple.HIToolbox 0x933765fc HandleCompatibilityKeyEvent(OpaqueEventRef*) + 308
    44 com.apple.HIToolbox 0x932a96a4 HIApplication::EventHandler(OpaqueEventHandlerCallRef*, OpaqueEventRef*, void*) + 788
    45 com.apple.HIToolbox 0x932ac934 DispatchEventToHandlers(EventTargetRec*, OpaqueEventRef*, HandlerCallRec*) + 692
    46 com.apple.HIToolbox 0x932ac08c SendEventToEventTargetInternal(OpaqueEventRef*, OpaqueEventTargetRef*, HandlerCallRec*) + 372
    47 com.apple.HIToolbox 0x932abf08 SendEventToEventTargetWithOptions + 40
    48 com.apple.HIToolbox 0x933762a4 HandleKeyboardEvent(OpaqueEventRef*, unsigned long) + 352
    49 com.apple.HIToolbox 0x932b320c ToolboxEventDispatcherHandler(OpaqueEventHandlerCallRef*, OpaqueEventRef*, void*) + 512
    50 com.apple.HIToolbox 0x932acb84 DispatchEventToHandlers(EventTargetRec*, OpaqueEventRef*, HandlerCallRec*) + 1284
    51 com.apple.HIToolbox 0x932ac08c SendEventToEventTargetInternal(OpaqueEventRef*, OpaqueEventTargetRef*, HandlerCallRec*) + 372
    52 com.apple.HIToolbox 0x932b2e90 SendEventToEventTarget + 40
    53 com.apple.HIToolbox 0x932f3c04 ToolboxEventDispatcher + 92
    54 com.apple.HIToolbox 0x932f3b90 HLTBEventDispatcher + 16
    55 com.apple.HIToolbox 0x932f2148 RunApplicationEventLoop + 148
    56 com.apple.finder 0x00008960 0x1000 + 31072
    57 com.apple.finder 0x00004f18 0x1000 + 16152
    58 com.apple.finder 0x00069ff0 0x1000 + 430064
    59 com.apple.finder 0x00069e98 0x1000 + 429720
    Thread 1:
    0 libSystem.B.dylib 0x9002ec8c kevent + 12
    1 com.apple.DesktopServices 0x909fbe50 TFSNotificationTask::FSNotificationTaskProc(void*) + 56
    2 ...ple.CoreServices.CarbonCore 0x903ed740 PrivateMPEntryPoint + 76
    3 libSystem.B.dylib 0x9002b908 pthreadbody + 96
    Thread 2:
    0 libSystem.B.dylib 0x9002bfc8 semaphorewait_signaltrap + 8
    1 libSystem.B.dylib 0x90030aac pthreadcondwait + 480
    2 ...ple.CoreServices.CarbonCore 0x903ed930 MPWaitOnQueue + 224
    3 com.apple.DesktopServices 0x909fc4cc TNodeSyncTask::SyncTaskProc(void*) + 116
    4 ...ple.CoreServices.CarbonCore 0x903ed740 PrivateMPEntryPoint + 76
    5 libSystem.B.dylib 0x9002b908 pthreadbody + 96
    Thread 3:
    0 libSystem.B.dylib 0x9000af48 machmsgtrap + 8
    1 libSystem.B.dylib 0x9000ae9c mach_msg + 60
    2 com.unsanity.ape 0xc0001f30 _apeagent + 300
    3 libSystem.B.dylib 0x9002b908 pthreadbody + 96
    Thread 4:
    0 libSystem.B.dylib 0x9000af48 machmsgtrap + 8
    1 libSystem.B.dylib 0x9000ae9c mach_msg + 60
    2 libSystem.B.dylib 0x90073c64 thread_suspend + 88
    Thread 5:
    0 libSystem.B.dylib 0x90053f88 semaphoretimedwait_signaltrap + 8
    1 libSystem.B.dylib 0x90053de4 pthreadcondtimedwait + 676
    2 com.apple.finder 0x00052850 0x1000 + 333904
    3 com.apple.finder 0x0025fab0 dyldstubOpenADefaultComponent + 423872
    4 com.apple.finder 0x0004fbf8 0x1000 + 322552
    5 libSystem.B.dylib 0x9002b908 pthreadbody + 96
    Thread 0 crashed with PPC Thread State 64:
    srr0: 0x000000009f9016f4 srr1: 0x000000000000d030 vrsave: 0x0000000000000000
    cr: 0x24242442 xer: 0x0000000020000004 lr: 0x0000000005f5e5d0 ctr: 0x000000009f9016ec
    r0: 0x0000000005f5e5d0 r1: 0x00000000bfffd540 r2: 0x0000000009db7000 r3: 0x000000003c9f0007
    r4: 0x00000000bfffd5d2 r5: 0x000000000000000f r6: 0x00000000fa000000 r7: 0x00000000000009db
    r8: 0x0000000000000000 r9: 0x000000009f9d4078 r10: 0x0000000000000a18 r11: 0x0000000005f60098
    r12: 0x000000009f9016ec r13: 0x0000000000000003 r14: 0x0000000000000000 r15: 0x0000000001107b74
    r16: 0x0000000000000000 r17: 0x0000000000000000 r18: 0x0000000000000001 r19: 0x00000000bfffe120
    r20: 0x00000000bfffe240 r21: 0x00000000bfffe0f0 r22: 0x0000000000000001 r23: 0x0000000000000000
    r24: 0x00000000bfffdac0 r25: 0x000000000000ffff r26: 0x00000000bfffd5d2 r27: 0x00000000bfffd8b2
    r28: 0x0000000000000006 r29: 0x00000000bfffd8b2 r30: 0x00000000bfffdb10 r31: 0x0000000005f5e5ac
    Binary Images Description:
    0x1000 - 0x31dfff com.apple.finder 10.4.7 /System/Library/CoreServices/Finder.app/Contents/MacOS/Finder
    0x505000 - 0x5f3fff libxml2.2.dylib /usr/lib/libxml2.2.dylib
    0x719000 - 0x71bfff com.apple.textencoding.unicode 2.0 /System/Library/TextEncodings/Unicode Encodings.bundle/Contents/MacOS/Unicode Encodings
    0x765000 - 0x784fff com.unsanity.windowshadex 4.2 (20080923) /Library/Application Enhancers/WindowShade X.ape/Contents/MacOS/WindowShade X
    0x7a9000 - 0x7c7fff com.unsanity.windowshadex.cocoa 4.2 (???) /Library/Application Enhancers/WindowShade X.ape/Contents/PlugIns/WindowShade X Cocoa.ape/Contents/MacOS/WindowShade X Cocoa
    0x1008000 - 0x1035fff com.unsanity.fruitmenu 3.7.1 (20080827) /Library/Application Enhancers/FruitMenu.ape/Contents/MacOS/FruitMenu
    0x10fa000 - 0x10fcfff com.apple.AutomatorCMM 1.0.1 (88.2) /System/Library/Contextual Menu Items/AutomatorCMM.plugin/Contents/MacOS/AutomatorCMM
    0x119e020 - 0x119e0d2 CFMPriv_CoreFoundation PEF binary: CFMPriv_CoreFoundation
    0x119e6a0 - 0x119e717 CFMPriv_System PEF binary: CFMPriv_System
    0x119e990 - 0x119ea60 CFMPriv_CarbonSound PEF binary: CFMPriv_CarbonSound
    0x119ead0 - 0x119eba3 CFMPriv_CommonPanels PEF binary: CFMPriv_CommonPanels
    0x119ec70 - 0x119ed2b CFMPriv_Help PEF binary: CFMPriv_Help
    0x119ed30 - 0x119edfa CFMPriv_HIToolbox PEF binary: CFMPriv_HIToolbox
    0x119ee80 - 0x119ef56 CFMPriv_HTMLRendering PEF binary: CFMPriv_HTMLRendering
    0x119efd0 - 0x119f0a3 CFMPriv_ImageCapture PEF binary: CFMPriv_ImageCapture
    0x119f130 - 0x119f215 CFMPriv_NavigationServices PEF binary: CFMPriv_NavigationServices
    0x119f290 - 0x119f366 CFMPriv_OpenScriptingMacBLib PEF binary: CFMPriv_OpenScriptingMacBLib
    0x119f440 - 0x119f4fe CFMPriv_Print PEF binary: CFMPriv_Print
    0x119f520 - 0x119f5ed CFMPriv_SecurityHI PEF binary: CFMPriv_SecurityHI
    0x119f670 - 0x119f752 CFMPriv_SpeechRecognition PEF binary: CFMPriv_SpeechRecognition
    0x119f7d0 - 0x119f8a3 CFMPriv_CarbonCore PEF binary: CFMPriv_CarbonCore
    0x119f920 - 0x119f9f3 CFMPriv_OSServices PEF binary: CFMPriv_OSServices
    0x119fad0 - 0x119fb92 CFMPriv_AE PEF binary: CFMPriv_AE
    0x119fba0 - 0x119fc65 CFMPriv_ATS PEF binary: CFMPriv_ATS
    0x119fce0 - 0x119fdb7 CFMPriv_ColorSync PEF binary: CFMPriv_ColorSync
    0x119fe40 - 0x119ff23 CFMPriv_FindByContent PEF binary: CFMPriv_FindByContent
    0x119ffa0 - 0x11a007a CFMPriv_HIServices PEF binary: CFMPriv_HIServices
    0x11a00f0 - 0x11a01d0 CFMPriv_LangAnalysis PEF binary: CFMPriv_LangAnalysis
    0x11a0260 - 0x11a0346 CFMPriv_LaunchServices PEF binary: CFMPriv_LaunchServices
    0x11a0420 - 0x11a04f7 CFMPriv_PrintCore PEF binary: CFMPriv_PrintCore
    0x11a0500 - 0x11a05c2 CFMPriv_QD PEF binary: CFMPriv_QD
    0x11a06c0 - 0x11a07a9 CFMPriv_SpeechSynthesis PEF binary: CFMPriv_SpeechSynthesis
    0x12d7000 - 0x12dbfff com.apple.FolderActionsMenu 1.3.1 /System/Library/Contextual Menu Items/FolderActionsMenu.plugin/Contents/MacOS/FolderActionsMenu
    0x12df000 - 0x12dffff com.apple.SpotLightCM 1.0 (121.36) /System/Library/Contextual Menu Items/SpotlightCM.plugin/Contents/MacOS/SpotlightCM
    0x12e2000 - 0x12ea7cb MacLinkPlusCM PEF binary: MacLinkPlusCM
    0x12fd000 - 0x12fefff com.symantec.NAVCMPlugIn 10.1 (003) /Library/Contextual Menu Items/NAVCMPlugIn.plugin/Contents/MacOS/NAVCMPlugIn
    0x1301000 - 0x132dc3b StuffItCM PEF binary: StuffItCM
    0x139f000 - 0x139ffff com.apple.osax.digihub 1.0 /System/Library/ScriptingAdditions/Digital Hub Scripting.osax/Contents/MacOS/Digital Hub Scripting
    0x13a2000 - 0x13aafff com.Logitech.Control Center.Scroll Enhancer OSAX Loader 2.6.0 /Library/ScriptingAdditions/LCC Scroll Enhancer Loader.osax/Contents/MacOS/LCC Scroll Enhancer Loader
    0x13b8000 - 0x13c1fff com.Logitech.Control Center.Scroll Enhancer 2.6.0 /Library/Application Support/Logitech/LCC Scroll Enhancer.bundle/Contents/MacOS/LCC Scroll Enhancer
    0x13d8000 - 0x13dafff QXPScriptingAdditions /Library/ScriptingAdditions/QXPScriptingAdditions.osax/Contents/MacOS/QXPScript ingAdditions
    0x13dd000 - 0x13e2fff com.stclairsoft.DefaultFolderX.osax Default Folder X Addition version 1.0 (kBundleVersion) /Users/carlfreire/Library/ScriptingAdditions/Default Folder X Addition.osax/Contents/MacOS/Default Folder X Addition
    0x177f000 - 0x17ce3c7 CarbonLibpwpc PEF binary: CarbonLibpwpc
    0x17f7000 - 0x17f8fff com.skytag.FileBuddy.CM 8.0.5 (08000500) /Users/carlfreire/Library/Contextual Menu Items/File Buddy CM.plugin/Contents/MacOS/File Buddy CM
    0x4ea8000 - 0x4f468d0 StuffItEngineSDKLib PEF binary: StuffItEngineSDKLib
    0x4f4d060 - 0x4f7d2a6 SupportLib PEF binary: SupportLib
    0x4f7d2b0 - 0x500827e StuffItCore PEF binary: StuffItCore
    0x5059000 - 0x505cfff com.url-manager.AddBookmarkCMPlugIn 1.3.1 /Users/carlfreire/Library/Contextual Menu Items/AddBookmark.plugin/Contents/MacOS/AddBookmark
    0x5067000 - 0x5125fff com.apple.WebKit 4525.27 (4525.27.1) /System/Library/Frameworks/WebKit.framework/Versions/A/WebKit
    0x51b3000 - 0x529cfff com.apple.JavaScriptCore 4525.26 (4525.26.2) /System/Library/Frameworks/JavaScriptCore.framework/Versions/A/JavaScriptCore
    0x52f2000 - 0x59c5fff com.apple.WebCore 4525.26 (4525.26.6) /System/Library/Frameworks/WebKit.framework/Versions/A/Frameworks/WebCore.frame work/Versions/A/WebCore
    0x5d5f000 - 0x5d61fff com.lemkesoft.GraphicConverterCMI 1.5 (1.6) /Users/carlfreire/Library/Contextual Menu Items/GraphicConverterCMI.plugin/Contents/MacOS/GraphicConverterCMI
    0x5d6b000 - 0x5d7db21 JEDictCMPlugIn PEF binary: JEDictCMPlugIn
    0x5d7e000 - 0x5d86fff com.roxio.ToastItPlugin ToastIt 1.1.2 (build 17) (1.1.2) /Users/carlfreire/Library/Contextual Menu Items/ToastIt.plugin/Contents/MacOS/ToastIt
    0x5db7000 - 0x5e1bfff com.DivXInc.DivXDecoder 6.6.0 /Library/QuickTime/DivX Decoder.component/Contents/MacOS/DivX Decoder
    0x5eb6000 - 0x5ef3fff com.apple.osax.standardadditions 1.10.7 (???) /System/Library/ScriptingAdditions/StandardAdditions.osax/Contents/MacOS/Standa rdAdditions
    0x5f01000 - 0x5f24fff com.stclairsoft.DefaultFolderX.CarbonPatcher kBundleVersion /Library/PreferencePanes/Default Folder X.prefPane/Contents/Resources/Default Folder X.bundle/Contents/Resources/Carbon Patcher.bundle/Contents/MacOS/Carbon Patcher
    0x5f32000 - 0x5f51fff Cocoa Patcher /Library/PreferencePanes/Default Folder X.prefPane/Contents/Resources/Default Folder X.bundle/Contents/Resources/Cocoa Patcher.bundle/Contents/MacOS/Cocoa Patcher
    0x600d000 - 0x6092fff net.sourceforge.webcam-osx.common 0.9.1 /Library/QuickTime/macam.component/Contents/MacOS/macam
    0x8fe00000 - 0x8fe52fff dyld 46.16 /usr/lib/dyld
    0x90000000 - 0x901bcfff libSystem.B.dylib /usr/lib/libSystem.B.dylib
    0x90214000 - 0x90219fff libmathCommon.A.dylib /usr/lib/system/libmathCommon.A.dylib
    0x9028e000 - 0x90368fff com.apple.CoreFoundation 6.4.11 (368.35) /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
    0x903b2000 - 0x90689fff com.apple.CoreServices.CarbonCore 681.18 /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CarbonC ore.framework/Versions/A/CarbonCore
    0x908de000 - 0x908defff com.apple.CoreServices 10.4 (???) /System/Library/Frameworks/CoreServices.framework/Versions/A/CoreServices
    0x909f9000 - 0x90a81fff com.apple.DesktopServices 1.3.7 /System/Library/PrivateFrameworks/DesktopServicesPriv.framework/Versions/A/Desk topServicesPriv
    0x90aea000 - 0x90b5cfff IOKit /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit
    0x90b72000 - 0x90b84fff libauto.dylib /usr/lib/libauto.dylib
    0x90ec8000 - 0x90f48fff com.apple.CoreServices.OSServices 4.1 /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/OSServi ces.framework/Versions/A/OSServices
    0x90fe9000 - 0x91001fff com.apple.WebServices 1.1.2 (1.1.0) /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/WebServ icesCore.framework/Versions/A/WebServicesCore
    0x910b0000 - 0x910f5fff com.apple.bom 8.5.1 (86.3) /System/Library/PrivateFrameworks/Bom.framework/Versions/A/Bom
    0x91112000 - 0x91120fff libz.1.dylib /usr/lib/libz.1.dylib
    0x91123000 - 0x912defff com.apple.security 4.6 (29770) /System/Library/Frameworks/Security.framework/Versions/A/Security
    0x913dd000 - 0x913e6fff com.apple.DiskArbitration 2.1.2 /System/Library/Frameworks/DiskArbitration.framework/Versions/A/DiskArbitration
    0x913ed000 - 0x913f5fff libbsm.dylib /usr/lib/libbsm.dylib
    0x913f9000 - 0x91421fff com.apple.SystemConfiguration 1.8.3 /System/Library/Frameworks/SystemConfiguration.framework/Versions/A/SystemConfi guration
    0x91434000 - 0x9143ffff libgcc_s.1.dylib /usr/lib/libgcc_s.1.dylib
    0x91453000 - 0x91481fff com.apple.openscripting 1.2.7 (???) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/OpenScripting .framework/Versions/A/OpenScripting
    0x914fc000 - 0x914fcfff com.apple.ApplicationServices 10.4 (???) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Application Services
    0x914fe000 - 0x91536fff com.apple.AE 1.5 (297) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ AE.framework/Versions/A/AE
    0x915c1000 - 0x915d0fff libCGATS.A.dylib /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libCGATS.A.dylib
    0x915d9000 - 0x915e6fff libCSync.A.dylib /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libCSync.A.dylib
    0x91630000 - 0x91649fff libRIP.A.dylib /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libRIP.A.dylib
    0x91676000 - 0x91707fff com.apple.print.framework.PrintCore 4.6 (177.13) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ PrintCore.framework/Versions/A/PrintCore
    0x91842000 - 0x918a0fff com.apple.HIServices 1.5.3 (???) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ HIServices.framework/Versions/A/HIServices
    0x918cf000 - 0x918f0fff com.apple.LangAnalysis 1.6.1 /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ LangAnalysis.framework/Versions/A/LangAnalysis
    0x91904000 - 0x91929fff com.apple.FindByContent 1.5 /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ FindByContent.framework/Versions/A/FindByContent
    0x9199a000 - 0x919aefff com.apple.speech.synthesis.framework 3.3 /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ SpeechSynthesis.framework/Versions/A/SpeechSynthesis
    0x91b48000 - 0x91b66fff libJPEG.dylib /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libJPEG.dylib
    0x91c72000 - 0x91c76fff libGIF.dylib /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libGIF.dylib
    0x91c78000 - 0x91ce2fff libRaw.dylib /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libRaw.dylib
    0x91d06000 - 0x91d09fff libRadiance.dylib /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libRadiance.dylib
    0x91e10000 - 0x91e52fff com.apple.LaunchServices 183 /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ LaunchServices.framework/Versions/A/LaunchServices
    0x91f4c000 - 0x91f6bfff com.apple.Accelerate.vecLib 3.2.2 (vecLib 3.2.2) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/vecLib
    0x91fd7000 - 0x92045fff libvMisc.dylib /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libvMisc.dylib
    0x92050000 - 0x920e5fff libvDSP.dylib /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libvDSP.dylib
    0x920ff000 - 0x92687fff libBLAS.dylib /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libBLAS.dylib
    0x926ba000 - 0x929e5fff libLAPACK.dylib /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libLAPACK.dylib
    0x92a15000 - 0x92b03fff libiconv.2.dylib /usr/lib/libiconv.2.dylib
    0x92f18000 - 0x92f22fff com.apple.framework.AppleTalk 1.2.0 (???) /System/Library/Frameworks/AppleTalk.framework/Versions/A/AppleTalk
    0x92f27000 - 0x92f45fff libGL.dylib /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib
    0x92f50000 - 0x92faafff libGLU.dylib /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLU.dylib
    0x92fc8000 - 0x92fc8fff com.apple.Carbon 10.4 (???) /System/Library/Frameworks/Carbon.framework/Versions/A/Carbon
    0x92fca000 - 0x92fdefff com.apple.ImageCapture 3.0 /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/ImageCapture. framework/Versions/A/ImageCapture
    0x92ff6000 - 0x93006fff com.apple.speech.recognition.framework 3.4 /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SpeechRecogni tion.framework/Versions/A/SpeechRecognition
    0x93012000 - 0x93027fff com.apple.securityhi 2.0 (203) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SecurityHI.fr amework/Versions/A/SecurityHI
    0x93039000 - 0x930c0fff com.apple.ink.framework 101.2 (69) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Ink.framework /Versions/A/Ink
    0x930d4000 - 0x930dffff com.apple.help 1.0.3 (32) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Help.framewor k/Versions/A/Help
    0x93131000 - 0x93140fff com.apple.print.framework.Print 5.2 (192.4) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Print.framewo rk/Versions/A/Print
    0x9314c000 - 0x931b2fff com.apple.htmlrendering 1.1.2 /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HTMLRendering .framework/Versions/A/HTMLRendering
    0x931e3000 - 0x93232fff com.apple.NavigationServices 3.4.4 (3.4.3) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/NavigationSer vices.framework/Versions/A/NavigationServices
    0x93260000 - 0x9327dfff com.apple.audio.SoundManager 3.9 /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CarbonSound.f ramework/Versions/A/CarbonSound
    0x9328f000 - 0x9329cfff com.apple.CommonPanels 1.2.2 (73) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CommonPanels. framework/Versions/A/CommonPanels
    0x932a5000 - 0x935b3fff com.apple.HIToolbox 1.4.10 (???) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HIToolbox.fra mework/Versions/A/HIToolbox
    0x93703000 - 0x9370ffff com.apple.opengl 1.4.7 /System/Library/Frameworks/OpenGL.framework/Versions/A/OpenGL
    0x93788000 - 0x93788fff com.apple.Cocoa 6.4 (???) /System/Library/Frameworks/Cocoa.framework/Versions/A/Cocoa
    0x93842000 - 0x93970fff edu.mit.Kerberos 5.5.26 /System/Library/Frameworks/Kerberos.framework/Versions/A/Kerberos
    0x93a4e000 - 0x93a6bfff libresolv.9.dylib /usr/lib/libresolv.9.dylib
    0x93a74000 - 0x93af5fff com.apple.SearchKit 1.0.8 /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SearchK it.framework/Versions/A/SearchKit
    0x9414a000 - 0x941bcfff com.apple.CoreData 91 (92.1) /System/Library/Frameworks/CoreData.framework/Versions/A/CoreData
    0x941f5000 - 0x942bafff com.apple.audio.toolbox.AudioToolbox 1.4.7 /System/Library/Frameworks/AudioToolbox.framework/Versions/A/AudioToolbox
    0x9430d000 - 0x9430dfff com.apple.audio.units.AudioUnit 1.4 /System/Library/Frameworks/AudioUnit.framework/Versions/A/AudioUnit
    0x9430f000 - 0x944cffff com.apple.QuartzCore 1.4.12 /System/Library/Frameworks/QuartzCore.framework/Versions/A/QuartzCore
    0x94519000 - 0x94556fff libsqlite3.0.dylib /usr/lib/libsqlite3.0.dylib
    0x9455e000 - 0x945aefff libGLImage.dylib /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLImage.dyl ib
    0x945b7000 - 0x945d0fff com.apple.CoreVideo 1.4.2 /System/Library/Frameworks/CoreVideo.framework/Versions/A/CoreVideo
    0x94808000 - 0x94b37fff com.apple.QuickTime 7.5.5 (990.7) /System/Library/Frameworks/QuickTime.framework/Versions/A/QuickTime
    0x94c1e000 - 0x94c8ffff libstdc++.6.dylib /usr/lib/libstdc++.6.dylib
    0x94fbe000 - 0x94fc4fff com.apple.filesync 3.1 (99.9.0) /System/Library/PrivateFrameworks/FileSync.framework/Versions/A/FileSync
    0x9572e000 - 0x95830fff libicucore.A.dylib /usr/lib/libicucore.A.dylib
    0x9588b000 - 0x95952fff libcrypto.0.9.7.dylib /usr/lib/libcrypto.0.9.7.dylib
    0x96326000 - 0x963f8fff com.apple.ColorSync 4.4.11 /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ColorSync.framework/Versions/A/ColorSync
    0x96500000 - 0x96542fff com.apple.CFNetwork 129.24 /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CFNetwo rk.framework/Versions/A/CFNetwork
    0x9675a000 - 0x9680bfff ATS /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ATS.framework/Versions/A/ATS
    0x96cf5000 - 0x96d0bfff libJapaneseConverter.dylib /System/Library/CoreServices/Encodings/libJapaneseConverter.dylib
    0x972d0000 - 0x972e6fff com.apple.AppleShareClient 1.5.4 /System/Library/Frameworks/AppleShareClient.framework/Versions/A/AppleShareClie nt
    0x972f1000 - 0x9732ffff com.apple.AppleShareClientCore 1.5.4 /System/Library/Frameworks/AppleShareClientCore.framework/Versions/A/AppleShare ClientCore
    0x97704000 - 0x97723fff com.apple.vecLib 3.2.2 (vecLib 3.2.2) /System/Library/Frameworks/vecLib.framework/Versions/A/vecLib
    0x97b40000 - 0x97b86fff com.apple.ImageIO.framework 1.5.8 /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/ImageIO
    0x97ba8000 - 0x97c5ffff libJP2.dylib /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libJP2.dylib
    0x97e75000 - 0x97e8ffff libPng.dylib /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libPng.dylib
    0x97f0b000 - 0x97f49fff libTIFF.dylib /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libTIFF.dylib
    0x993ba000 - 0x9a03afff com.apple.QuickTimeComponents.component 7.5.5 (990.7) /System/Library/QuickTime/QuickTimeComponents.component/Contents/MacOS/QuickTim eComponents
    0x9c7ba000 - 0x9c7dcfff libmx.A.dylib /usr/lib/libmx.A.dylib
    0x9e9a0000 - 0x9e9a5fff com.apple.URLMount 2.1.7 /System/Library/PrivateFrameworks/URLMount.framework/Versions/A/URLMount
    0x9e9a9000 - 0x9e9b6fff com.apple.agl 2.5.6 (AGL-2.5.6) /System/Library/Frameworks/AGL.framework/Versions/A/AGL
    0x9e9ce000 - 0x9ea6ffff com.apple.QuickTimeImporters.component 7.5.5 (990.7) /System/Library/QuickTime/QuickTimeImporters.component/Contents/MacOS/QuickTime Importers
    0x9ea8c000 - 0x9f0bffff com.apple.AppKit 6.4.10 (824.48) /System/Library/Frameworks/AppKit.framework/Versions/C/AppKit
    0x9f44c000 - 0x9f531fff com.apple.vImage 2.4 /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vImage.fr amework/Versions/A/vImage
    0x9f539000 - 0x9f539fff com.apple.Accelerate 1.2.2 (Accelerate 1.2.2) /System/Library/Frameworks/Accelerate.framework/Versions/A/Accelerate
    0x9f53b000 - 0x9f550fff libcups.2.dylib /usr/lib/libcups.2.dylib
    0x9f555000 - 0x9f60cfff com.apple.QD 3.10.27 (???) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ QD.framework/Versions/A/QD
    0x9f649000 - 0x9f696fff com.apple.CoreText 1.0.4 (???) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreText.framework/Versions/A/CoreText
    0x9f6c1000 - 0x9fa7cfff com.apple.CoreGraphics 1.258.82 (???) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/CoreGraphics
    0x9fb09000 - 0x9fb32fff com.apple.Metadata 10.4.4 (121.36) /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Metadat a.framework/Versions/A/Metadata
    0x9fb43000 - 0x9fbbefff com.apple.audio.CoreAudio 3.0.5 /System/Library/Frameworks/CoreAudio.framework/Versions/A/CoreAudio
    0x9fbfb000 - 0x9fe2efff com.apple.Foundation 6.4.11 (567.40) /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation
    0x9ff52000 - 0x9ffd6fff libobjc.A.dylib /usr/lib/libobjc.A.dylib
    0xc0000000 - 0xc0012fff com.unsanity.ape 2.5 /Library/Frameworks/ApplicationEnhancer.framework/Versions/A/ApplicationEnhance r

    Thanks for both replies so far. Unfortunately, no dice.
    To K Shaffer: I had already taken all the steps you recommended (permissions have been rebuilt with MainMenu, DiskWarrior, and DiskUtility; I launched from DiskWarrior and DiskUtility disks and rebuilt permissions that way, too; additionally, various bindings have been rebound, caches emptied, maintenance scripts run, etc. through MainMenu, which for all intents and purposes is the same thing as Onyx--I've yet to hear or see anything that convinces me one is better than the other and I find MainMenu to be more user friendly, but YMMV). The one thing I haven't done yet is run fsck. I'm rather inclined to believe it won't help, alas--I'll explain why in a second--though I plan to get around it anyway after I post this messaged.
    To Klaus: As I said in my original note, I did uninstall APE. However, I didn't try wiping all traces of those Unsanity apps from my computer. I've now done that, but unfortunately the problem persists. Incidentally, I use Firefox as my browser, and in any event Safari crashes are not the problem.
    To repeat one point that is a little buried in my original note. I am having this problem on BOTH of my Macs, on both my iBook and my Pismo, both of which are running 10.4.11, both of which were recently updated with Security Update 2008-008, and both of which began experiencing this problem after that update was applied. That's why I'm a little inclined to believe fsck isn't going to resolve my issue--this isn't a problem with just one computer (but who knows, I'll give it a spin anyway) I'm using my Pismo as a bit of a testbed right now. The Unsanity APEs are uninstalled. I've also uninstalled Default Folder X, which was recently updated. All pref files have been cleared out and I rebuilt permissions again after all that just for grins. The problem persists.
    As I said, I rather doubt RAM is an issue, since the same problem appeared at the same time on two different computers whose RAM has heretofore worked without a problem for two years and four years, respectively. It seems like too big a coincidence for both to fail at the same time.
    For further pondering, here's my Pismo's most recent Finder crash log, after all those uninstalls. Oh, and a minor tweak about the problem itself--Finder crashes when (1) I try to rename an existing folder OR file and when (2) I create a new folder AND THEN try to name it. After Finder reboots, it's allowing me to rename the folders and/or files in question.
    Sigh. Any other thoughts?
    Host Name: Carls-Pismo
    Date/Time: 2008-12-17 20:57:03.887 +0900
    OS Version: 10.4.11 (Build 8S165)
    Report Version: 4
    Command: Finder
    Path: /System/Library/CoreServices/Finder.app/Contents/MacOS/Finder
    Parent: WindowServer [57]
    Version: 10.4.7 (10.4.7)
    Build Version: 1
    Project Name: Finder_FE
    Source Version: 5292900
    PID: 93
    Thread: 0
    Exception: EXCBADACCESS (0x0001)
    Codes: KERNPROTECTIONFAILURE (0x0002) at 0x00000a16
    Thread 0 Crashed:
    0 com.apple.CoreGraphics 0x9f9016f4 RGBAfmarkconstantmask + 16552
    1 <<00000000>> 0x0124b1ec 0 + 19182060
    2 com.apple.DesktopServices 0x90a520f4 LockRenameUnicode(FSRef const&, unsigned long, unsigned short const*, unsigned long, FSRef*) + 84
    3 com.apple.DesktopServices 0x90a4d890 THFSPlusRef::SetName(unsigned long, unsigned short const*, bool) + 200
    4 com.apple.DesktopServices 0x90a3bb28 THFSPlusStore::SetName(TPropertyReference const&, bool) + 244
    5 com.apple.DesktopServices 0x90a0e664 THFSPlusStore::SetProperty(unsigned long, TPropertyReference const&, bool) + 140
    6 com.apple.DesktopServices 0x90a42768 TNode::SetName(TPropertyReference const&) const + 60
    7 com.apple.DesktopServices 0x90a19468 TNode::SetProperty(unsigned long, TPropertyReference const&) const + 56
    8 com.apple.DesktopServices 0x90a193b0 SetNodeProperty(OpaqueNodeRef const*, unsigned long, TPropertyReference const&) + 148
    9 com.apple.DesktopServices 0x90a48550 SetNodePropertyAsStringNew + 52
    10 com.apple.finder 0x000aa4b0 0x1000 + 693424
    11 com.apple.finder 0x00094cdc 0x1000 + 605404
    12 com.apple.finder 0x0015707c 0x1000 + 1400956
    13 com.apple.finder 0x001579c0 0x1000 + 1403328
    14 com.apple.finder 0x0000ecac 0x1000 + 56492
    15 com.apple.finder 0x0000eba8 0x1000 + 56232
    16 com.apple.HIToolbox 0x932ac934 DispatchEventToHandlers(EventTargetRec*, OpaqueEventRef*, HandlerCallRec*) + 692
    17 com.apple.HIToolbox 0x932ac08c SendEventToEventTargetInternal(OpaqueEventRef*, OpaqueEventTargetRef*, HandlerCallRec*) + 372
    18 com.apple.HIToolbox 0x932b2e90 SendEventToEventTarget + 40
    19 com.apple.finder 0x001574a0 0x1000 + 1402016
    20 com.apple.finder 0x00058388 0x1000 + 357256
    21 com.apple.finder 0x0004e944 0x1000 + 317764
    22 com.apple.finder 0x0007fc04 0x1000 + 519172
    23 com.apple.finder 0x00080524 0x1000 + 521508
    24 com.apple.finder 0x00155bd0 0x1000 + 1395664
    25 com.apple.finder 0x00156498 0x1000 + 1397912
    26 com.apple.finder 0x000138d4 0x1000 + 75988
    27 com.apple.finder 0x0000ec6c 0x1000 + 56428
    28 com.apple.finder 0x0000eba8 0x1000 + 56232
    29 com.apple.HIToolbox 0x932ac934 DispatchEventToHandlers(EventTargetRec*, OpaqueEventRef*, HandlerCallRec*) + 692
    30 com.apple.HIToolbox 0x932ac08c SendEventToEventTargetInternal(OpaqueEventRef*, OpaqueEventTargetRef*, HandlerCallRec*) + 372
    31 com.apple.HIToolbox 0x932b2e90 SendEventToEventTarget + 40
    32 com.apple.HIToolbox 0x933c1224 HandleTextInputEvent(OpaqueEventRef*) + 56
    33 com.apple.HIToolbox 0x932b3218 ToolboxEventDispatcherHandler(OpaqueEventHandlerCallRef*, OpaqueEventRef*, void*) + 524
    34 com.apple.HIToolbox 0x932acb84 DispatchEventToHandlers(EventTargetRec*, OpaqueEventRef*, HandlerCallRec*) + 1284
    35 com.apple.HIToolbox 0x932ac08c SendEventToEventTargetInternal(OpaqueEventRef*, OpaqueEventTargetRef*, HandlerCallRec*) + 372
    36 com.apple.HIToolbox 0x932b2e90 SendEventToEventTarget + 40
    37 com.apple.HIToolbox 0x933c1120 SendTSMEvent + 228
    38 com.apple.HIToolbox 0x933c0870 SendUnicodeTextAEToUnicodeDoc + 928
    39 com.apple.HIToolbox 0x933c029c utDeliverTSMEvent + 1024
    40 com.apple.HIToolbox 0x933bfe80 TSMKeyEvent + 88
    41 com.apple.HIToolbox 0x93376b34 TSMProcessRawKeyEvent + 920
    42 com.apple.HIToolbox 0x933765fc HandleCompatibilityKeyEvent(OpaqueEventRef*) + 308
    43 com.apple.HIToolbox 0x932a96a4 HIApplication::EventHandler(OpaqueEventHandlerCallRef*, OpaqueEventRef*, void*) + 788
    44 com.apple.HIToolbox 0x932ac934 DispatchEventToHandlers(EventTargetRec*, OpaqueEventRef*, HandlerCallRec*) + 692
    45 com.apple.HIToolbox 0x932ac08c SendEventToEventTargetInternal(OpaqueEventRef*, OpaqueEventTargetRef*, HandlerCallRec*) + 372
    46 com.apple.HIToolbox 0x932abf08 SendEventToEventTargetWithOptions + 40
    47 com.apple.HIToolbox 0x933762a4 HandleKeyboardEvent(OpaqueEventRef*, unsigned long) + 352
    48 com.apple.HIToolbox 0x932b320c ToolboxEventDispatcherHandler(OpaqueEventHandlerCallRef*, OpaqueEventRef*, void*) + 512
    49 com.apple.HIToolbox 0x932acb84 DispatchEventToHandlers(EventTargetRec*, OpaqueEventRef*, HandlerCallRec*) + 1284
    50 com.apple.HIToolbox 0x932ac08c SendEventToEventTargetInternal(OpaqueEventRef*, OpaqueEventTargetRef*, HandlerCallRec*) + 372
    51 com.apple.HIToolbox 0x932b2e90 SendEventToEventTarget + 40
    52 com.apple.HIToolbox 0x932f3c04 ToolboxEventDispatcher + 92
    53 com.apple.HIToolbox 0x932f3b90 HLTBEventDispatcher + 16
    54 com.apple.HIToolbox 0x932f2148 RunApplicationEventLoop + 148
    55 com.apple.finder 0x00008960 0x1000 + 31072
    56 com.apple.finder 0x00004f18 0x1000 + 16152
    57 com.apple.finder 0x00069ff0 0x1000 + 430064
    58 com.apple.finder 0x00069e98 0x1000 + 429720
    Thread 1:
    0 libSystem.B.dylib 0x9002ec8c kevent + 12
    1 com.apple.DesktopServices 0x909fbe50 TFSNotificationTask::FSNotificationTaskProc(void*) + 56
    2 ...ple.CoreServices.CarbonCore 0x903ed740 PrivateMPEntryPoint + 76
    3 libSystem.B.dylib 0x9002b908 pthreadbody + 96
    Thread 2:
    0 libSystem.B.dylib 0x9002bfc8 semaphorewait_signaltrap + 8
    1 libSystem.B.dylib 0x90030aac pthreadcondwait + 480
    2 ...ple.CoreServices.CarbonCore 0x903ed930 MPWaitOnQueue + 224
    3 com.apple.DesktopServices 0x909fc4cc TNodeSyncTask::SyncTaskProc(void*) + 116
    4 ...ple.CoreServices.CarbonCore 0x903ed740 PrivateMPEntryPoint + 76
    5 libSystem.B.dylib 0x9002b908 pthreadbody + 96
    Thread 3:
    0 libSystem.B.dylib 0x9000af48 machmsgtrap + 8
    1 libSystem.B.dylib 0x9000ae9c mach_msg + 60
    2 libSystem.B.dylib 0x90073c64 thread_suspend + 88
    Thread 0 crashed with PPC Thread State 64:
    srr0: 0x000000009f9016f4 srr1: 0x000000000000d030 vrsave: 0x0000000000000000
    cr: 0x24242242 xer: 0x0000000020000004 lr: 0x000000000124b5d0 ctr: 0x000000009f9016ec
    r0: 0x000000000124b5d0 r1: 0x00000000bfffd670 r2: 0x000000000a160800 r3: 0x000000003c9f0007
    r4: 0x00000000bfffd702 r5: 0x000000000000000f r6: 0x00000000fa000000 r7: 0x0000000000000a16
    r8: 0x0000000000000000 r9: 0x000000009f9d4078 r10: 0x0000000000000a54 r11: 0x000000000124d098
    r12: 0x000000009f9016ec r13: 0x0000000000000003 r14: 0x0000000000000000 r15: 0x00000000011d8ae4
    r16: 0x0000000000000000 r17: 0x0000000000000000 r18: 0x0000000000000001 r19: 0x00000000bfffe250
    r20: 0x00000000bfffe370 r21: 0x00000000bfffe220 r22: 0x0000000000000001 r23: 0x0000000000000000
    r24: 0x00000000bfffdbf0 r25: 0x000000000000ffff r26: 0x00000000bfffd702 r27: 0x00000000bfffd9e2
    r28: 0x0000000000000004 r29: 0x00000000bfffd9e2 r30: 0x00000000bfffdc40 r31: 0x000000000124b5ac
    Binary Images Description:
    0x1000 - 0x31dfff com.apple.finder 10.4.7 /System/Library/CoreServices/Finder.app/Contents/MacOS/Finder
    0x505000 - 0x5f3fff libxml2.2.dylib /usr/lib/libxml2.2.dylib
    0x70e000 - 0x710fff com.apple.textencoding.unicode 2.0 /System/Library/TextEncodings/Unicode Encodings.bundle/Contents/MacOS/Unicode Encodings
    0x5015000 - 0x5079fff com.DivXInc.DivXDecoder 6.6.0 /Library/QuickTime/DivX Decoder.component/Contents/MacOS/DivX Decoder
    0x8fe00000 - 0x8fe52fff dyld 46.16 /usr/lib/dyld
    0x90000000 - 0x901bcfff libSystem.B.dylib /usr/lib/libSystem.B.dylib
    0x90214000 - 0x90219fff libmathCommon.A.dylib /usr/lib/system/libmathCommon.A.dylib
    0x9028e000 - 0x90368fff com.apple.CoreFoundation 6.4.11 (368.35) /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
    0x903b2000 - 0x90689fff com.apple.CoreServices.CarbonCore 681.18 /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CarbonC ore.framework/Versions/A/CarbonCore
    0x908de000 - 0x908defff com.apple.CoreServices 10.4 (???) /System/Library/Frameworks/CoreServices.framework/Versions/A/CoreServices
    0x909f9000 - 0x90a81fff com.apple.DesktopServices 1.3.7 /System/Library/PrivateFrameworks/DesktopServicesPriv.framework/Versions/A/Desk topServicesPriv
    0x90aea000 - 0x90b5cfff IOKit /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit
    0x90b72000 - 0x90b84fff libauto.dylib /usr/lib/libauto.dylib
    0x90ec8000 - 0x90f48fff com.apple.CoreServices.OSServices 4.1 /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/OSServi ces.framework/Versions/A/OSServices
    0x90fe9000 - 0x91001fff com.apple.WebServices 1.1.2 (1.1.0) /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/WebServ icesCore.framework/Versions/A/WebServicesCore
    0x910b0000 - 0x910f5fff com.apple.bom 8.5.1 (86.3) /System/Library/PrivateFrameworks/Bom.framework/Versions/A/Bom
    0x91112000 - 0x91120fff libz.1.dylib /usr/lib/libz.1.dylib
    0x91123000 - 0x912defff com.apple.security 4.6 (29770) /System/Library/Frameworks/Security.framework/Versions/A/Security
    0x913dd000 - 0x913e6fff com.apple.DiskArbitration 2.1.2 /System/Library/Frameworks/DiskArbitration.framework/Versions/A/DiskArbitration
    0x913ed000 - 0x913f5fff libbsm.dylib /usr/lib/libbsm.dylib
    0x913f9000 - 0x91421fff com.apple.SystemConfiguration 1.8.3 /System/Library/Frameworks/SystemConfiguration.framework/Versions/A/SystemConfi guration
    0x91434000 - 0x9143ffff libgcc_s.1.dylib /usr/lib/libgcc_s.1.dylib
    0x91453000 - 0x91481fff com.apple.openscripting 1.2.7 (???) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/OpenScripting .framework/Versions/A/OpenScripting
    0x914fc000 - 0x914fcfff com.apple.ApplicationServices 10.4 (???) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Application Services
    0x914fe000 - 0x91536fff com.apple.AE 1.5 (297) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ AE.framework/Versions/A/AE
    0x915c1000 - 0x915d0fff libCGATS.A.dylib /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libCGATS.A.dylib
    0x915d9000 - 0x915e6fff libCSync.A.dylib /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libCSync.A.dylib
    0x91630000 - 0x91649fff libRIP.A.dylib /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libRIP.A.dylib
    0x91676000 - 0x91707fff com.apple.print.framework.PrintCore 4.6 (177.13) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ PrintCore.framework/Versions/A/PrintCore
    0x91842000 - 0x918a0fff com.apple.HIServices 1.5.3 (???) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ HIServices.framework/Versions/A/HIServices
    0x918cf000 - 0x918f0fff com.apple.LangAnalysis 1.6.1 /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ LangAnalysis.framework/Versions/A/LangAnalysis
    0x91904000 - 0x91929fff com.apple.FindByContent 1.5 /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ FindByContent.framework/Versions/A/FindByContent
    0x9199a000 - 0x919aefff com.apple.speech.synthesis.framework 3.3 /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ SpeechSynthesis.framework/Versions/A/SpeechSynthesis
    0x91b48000 - 0x91b66fff libJPEG.dylib /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libJPEG.dylib
    0x91c72000 - 0x91c76fff libGIF.dylib /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libGIF.dylib
    0x91c78000 - 0x91ce2fff libRaw.dylib /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libRaw.dylib
    0x91d06000 - 0x91d09fff libRadiance.dylib /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libRadiance.dylib
    0x91e10000 - 0x91e52fff com.apple.LaunchServices 183 /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ LaunchServices.framework/Versions/A/LaunchServices
    0x91f4c000 - 0x91f6bfff com.apple.Accelerate.vecLib 3.2.2 (vecLib 3.2.2) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/vecLib
    0x91fd7000 - 0x92045fff libvMisc.dylib /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libvMisc.dylib
    0x92050000 - 0x920e5fff libvDSP.dylib /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libvDSP.dylib
    0x920ff000 - 0x92687fff libBLAS.dylib /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libBLAS.dylib
    0x926ba000 - 0x929e5fff libLAPACK.dylib /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libLAPACK.dylib
    0x92a15000 - 0x92b03fff libiconv.2.dylib /usr/lib/libiconv.2.dylib
    0x92f27000 - 0x92f45fff libGL.dylib /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib
    0x92f50000 - 0x92faafff libGLU.dylib /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLU.dylib
    0x92fc8000 - 0x92fc8fff com.apple.Carbon 10.4 (???) /System/Library/Frameworks/Carbon.framework/Versions/A/Carbon
    0x92fca000 - 0x92fdefff com.apple.ImageCapture 3.0 /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/ImageCapture. framework/Versions/A/ImageCapture
    0x92ff6000 - 0x93006fff com.apple.speech.recognition.framework 3.4 /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SpeechRecogni tion.framework/Versions/A/SpeechRecognition
    0x93012000 - 0x93027fff com.apple.securityhi 2.0 (203) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SecurityHI.fr amework/Versions/A/SecurityHI
    0x93039000 - 0x930c0fff com.apple.ink.framework 101.2 (69) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Ink.framework /Versions/A/Ink
    0x930d4000 - 0x930dffff com.apple.help 1.0.3 (32) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Help.framewor k/Versions/A/Help
    0x93131000 - 0x93140fff com.apple.print.framework.Print 5.2 (192.4) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Print.framewo rk/Versions/A/Print
    0x9314c000 - 0x931b2fff com.apple.htmlrendering 1.1.2 /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HTMLRendering .framework/Versions/A/HTMLRendering
    0x931e3000 - 0x93232fff com.apple.NavigationServices 3.4.4 (3.4.3) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/NavigationSer vices.framework/Versions/A/NavigationServices
    0x93260000 - 0x9327dfff com.apple.audio.SoundManager 3.9 /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CarbonSound.f ramework/Versions/A/CarbonSound
    0x9328f000 - 0x9329cfff com.apple.CommonPanels 1.2.2 (73) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CommonPanels. framework/Versions/A/CommonPanels
    0x932a5000 - 0x935b3fff com.apple.HIToolbox 1.4.10 (???) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HIToolbox.fra mework/Versions/A/HIToolbox
    0x93703000 - 0x9370ffff com.apple.opengl 1.4.7 /System/Library/Frameworks/OpenGL.framework/Versions/A/OpenGL
    0x93a74000 - 0x93af5fff com.apple.SearchKit 1.0.8 /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SearchK it.framework/Versions/A/SearchKit
    0x941f5000 - 0x942bafff com.apple.audio.toolbox.AudioToolbox 1.4.7 /System/Library/Frameworks/AudioToolbox.framework/Versions/A/AudioToolbox
    0x9430d000 - 0x9430dfff com.apple.audio.units.AudioUnit 1.4 /System/Library/Frameworks/AudioUnit.framework/Versions/A/AudioUnit
    0x9430f000 - 0x944cffff com.apple.QuartzCore 1.4.12 /System/Library/Frameworks/QuartzCore.framework/Versions/A/QuartzCore
    0x9455e000 - 0x945aefff libGLImage.dylib /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLImage.dyl ib
    0x945b7000 - 0x945d0fff com.apple.CoreVideo 1.4.2 /System/Library/Frameworks/CoreVideo.framework/Versions/A/CoreVideo
    0x94808000 - 0x94b37fff com.apple.QuickTime 7.5.5 (990.7) /System/Library/Frameworks/QuickTime.framework/Versions/A/QuickTime
    0x94c1e000 - 0x94c8ffff libstdc++.6.dylib /usr/lib/libstdc++.6.dylib
    0x94fbe000 - 0x94fc4fff com.apple.filesync 3.1 (99.9.0) /System/Library/PrivateFrameworks/FileSync.framework/Versions/A/FileSync
    0x9572e000 - 0x95830fff libicucore.A.dylib /usr/lib/libicucore.A.dylib
    0x9588b000 - 0x95952fff libcrypto.0.9.7.dylib /usr/lib/libcrypto.0.9.7.dylib
    0x96326000 - 0x963f8fff com.apple.ColorSync 4.4.11 /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ColorSync.framework/Versions/A/ColorSync
    0x96500000 - 0x96542fff com.apple.CFNetwork 129.24 /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CFNetwo rk.framework/Versions/A/CFNetwork
    0x9675a000 - 0x9680bfff ATS /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ATS.framework/Versions/A/ATS
    0x96cfe000 - 0x96d14fff libJapaneseConverter.dylib /System/Library/CoreServices/Encodings/libJapaneseConverter.dylib
    0x9770d000 - 0x9772cfff com.apple.vecLib 3.2.2 (vecLib 3.2.2) /System/Library/Frameworks/vecLib.framework/Versions/A/vecLib
    0x97b40000 - 0x97b86fff com.apple.ImageIO.framework 1.5.8 /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/ImageIO
    0x97ba8000 - 0x97c5ffff libJP2.dylib /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libJP2.dylib
    0x97e75000 - 0x97e8ffff libPng.dylib /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libPng.dylib
    0x97f0b000 - 0x97f49fff libTIFF.dylib /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libTIFF.dylib
    0x993c3000 - 0x9a043fff com.apple.QuickTimeComponents.component 7.5.5 (990.7) /System/Library/QuickTime/QuickTimeComponents.component/Contents/MacOS/QuickTim eComponents
    0x9f369000 - 0x9f376fff com.apple.agl 2.5.6 (AGL-2.5.6) /System/Library/Frameworks/AGL.framework/Versions/A/AGL
    0x9f38e000 - 0x9f42ffff com.apple.QuickTimeImporters.component 7.5.5 (990.7) /System/Library/QuickTime/QuickTimeImporters.component/Contents/MacOS/QuickTime Importers
    0x9f44c000 - 0x9f531fff com.apple.vImage 2.4 /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vImage.fr amework/Versions/A/vImage
    0x9f539000 - 0x9f539fff com.apple.Accelerate 1.2.2 (Accelerate 1.2.2) /System/Library/Frameworks/Accelerate.framework/Versions/A/Accelerate
    0x9f53b000 - 0x9f550fff libcups.2.dylib /usr/lib/libcups.2.dylib
    0x9f555000 - 0x9f60cfff com.apple.QD 3.10.27 (???) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ QD.framework/Versions/A/QD
    0x9f649000 - 0x9f696fff com.apple.CoreText 1.0.4 (???) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreText.framework/Versions/A/CoreText
    0x9f6c1000 - 0x9fa7cfff com.apple.CoreGraphics 1.258.82 (???) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/CoreGraphics
    0x9fb09000 - 0x9fb32fff com.apple.Metadata 10.4.4 (121.36) /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Metadat a.framework/Versions/A/Metadata
    0x9fb43000 - 0x9fbbefff com.apple.audio.CoreAudio 3.0.5 /System/Library/Frameworks/CoreAudio.framework/Versions/A/CoreAudio
    0x9fbfb000 - 0x9fe2efff com.apple.Foundation 6.4.11 (567.40) /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation
    0x9ff52000 - 0x9ffd6fff libobjc.A.dylib /usr/lib/libobjc.A.dylib

  • How does Time Machine handle renamed folder

    I am trying to free up some space on my external hard drive that I back up to via Time Machine. I am browsing the backups via the TM "Star Wars" UI deleting some backups I don't need anymore. I notice I have on directory in particular that is around 50 GB, but has been renamed several times, from "Motion Pictures" to "Films" to "My Movies". If I select "delete all backups" of, say, "Motion Pictures, will it delete ALL of these backups even though their name was changed, or only the backups that correspond to the name "Motion Pictures"? (The path of the directory has never changed it has always been in my "movies" folder i.e. ~/Movies/Films or ~/Movies/Motion Pictures". Please only respond if you are 100% sure of this, not an educated guess, as I do not want to lose all of this data.
    Thanks for your help!

    It should work fine. All of my machines have multiple users. What problems are you having?

Maybe you are looking for

  • Good diagnostics freeware

    I'm looking for some good diagnostics freeware that could possibly tell me what's wrong with my mac pro. I redid my system with 10.6 but it is still rebooting alot maybe even more then it was with 10.5 which leads me to believe that it's a hard ware

  • Problems installing SAP Netweaver 2004s Preview JAVA

    Hi all, I have successfully installed the Preview Version of SAP NW2004s SP12 for ABAP. Now I want to install the WAS JAVA in addition. According to abap on java stack. this should be possible. I ran into several errors (wrong JAVA runtime, SAPLOC no

  • Merging of two Roles

    Hi I have created two roles under each role i have created one folder and under each role. and i have added to pages under each folder. X Role --> New_Folder ---> Page1,Page2. Y Role --> New_Folder ---> Page3,Page4. How to merge with both roles from

  • Why OBIEE always joins all dimensions to the fact?

    We have a fact table, which joins 10 dimensions. I have a report that gets data from the fact and only one dimension. However, when i see the physical sql, i see that OBIEE joins all dimensions to the fact, even if I am not selecting any information

  • 10gAS migartion

    hi I have a 10gAS server on windows and I want to migrate it to another windows machine how can this be done can someone provide me with link to some useful documents Regards