Mail indexing between two machines

problem: have N machines with identical versions of the /Users/me directory (enforced through rsync).
all mostly fine until a recent glitch: whenever I copy (rsync) to another machine and open Mail on that machine, all mails are re-indexed (which is very annoying as I have over 100,000 mails (in many different directories/mailboxes, the largest holds about 4,000 emails).
note 1: did not have any problem until recently, although I can unfortunately not define "recent", here.
note 2: usually, I do not keep attachments.
thanks!

rsync version 2.6.6 protocol version 29
I meant whether this is the version of rsync that comes with Tiger. I guess the answer is yes. You shouldn't use it, its broken -- Google for Tiger rsync or just search for rsync in either the Mac OS X Tiger or the Unix forums, e.g.:
http://discussions.apple.com/thread.jspa?threadID=404954
rsync -av
This is wrong.
For one thing, you're not telling rsync to take metadata into consideration. The Apple's version that comes with Tiger has an -E or --extended-attributes option for this, as do other alternative (better) implementations that try to fix it.
Second, you forgot to specify the --delete flag. This is necessary to (quoting rsync's man page) "delete any files on the receiving side that aren't on the sending side". In Tiger Mail, each message is stored as a separate file in the filesystem. If you tell Mail to delete a message, the corresponding file in the filesystem will be deleted as well. If this message was already present the last time you used Mail on another machine, it'll be there again after synching with that machine (because you're telling rsync to not propagate file deletions). Worse yet, the message will be there but any references to it in the HOME/Library/Mail/Envelope Index master index file and elsewhere would have been removed, and this is bad.
Another consequence of not using the --delete flag is that you're likely to have "orphaned" account folders in HOME/Library/Mail/ for any accounts you've deleted in Mail since you started to use rsync. For each mail account, Mail keeps a folder in HOME/Library/Mail/. The name of that folder begins with the account type, continues with the account user name, and ends with the incoming mail server, e.g. HOME/Library/Mail/[email protected]. When an account is removed in Mail > Preferences > Accounts, Mail removes the account from the preferences file HOME/Library/Preferences/com.apple.mail.plist and deletes the associated HOME/Library/Mail/[email protected] folder (and any mail within it). But if you later rsync HOME/Library/Mail/, without the --delete flag, against a backup that obviously still has the HOME/Library/Mail/[email protected] account folder, that folder won't be deleted in the backup, thus effectively leaving it there forever, just as if it had never been deleted, despite the account itself has indeed been removed from the preferences file.
So, to summarize, here's the least you should do to fix your problem:
1. Make a backup of your current Mail data to a safe place in case any of the following steps goes wrong.
2. Use a better implementation of rsync than the one provided by Apple. For your purposes, I recommend the one provided by Quinton Dolan. If you put it in /usr/bin, beware that it may be replaced by any future Apple Update; this may or may not be what you want. Alternatively, you may put it in /usr/local/bin, in which case you must ensure that the right version of rsync is called by your scripts.
3. Replace rsync -av with:
rsync -av --extended-attributes --delete
or just
rsync -avE --delete
in all your scripts.
Additionally, you may also want to clean up your existing Mail data:
1. Quit Mail.
2. Look for any "orphaned" account folders in HOME/Library/Mail/ and delete them. Do not delete anything you're not sure belongs to an already deleted mail account.
3. Read the article Some mailbox files used by Mac OS X 10.3 are not deleted after importing. This article applies not only to mailbox (.mbox) folders within HOME/Library/Mail/Mailboxes/, but also to any mailbox folders within each of the account specific folders (HOME/Library/Mail/[email protected]). Basically, you can remove any files (not folders) found within any .mbox folder except Messages and Info.plist (the article says you can also remove Info.plist files within .mbox folders, and in fact you can, but Tiger Mail does use them and will recreate them if deleted, so there is no point in doing so).
4. Move the HOME/Library/Mail/Envelope Index file to the Trash. This will cause Mail to recreate that file and reindex everything again the next time it's launched. I don't recommend doing this without having done step 3 first.
Note: As you can see, your problem is no walk in the park and I might very well have made a mistake in what I've written. Don't hesitate to ask if there is anything you don't understand or feel comfortable with.
ps: what ya doin' in barcelona?
Well, that's where I live (in Martorell, actually, a town 27 Km away).

Similar Messages

  • Using Lightroom Cloud to Sync Catalog Between Two Machines

    I have use of so many cloud services including the 20gb that Adobe gives me.  Is there a way i can sync my catalog on the cloud so that i can have all my metadata on both my laptop and desk top?  I also have 300gb of cloud storage though Copy.  I would just like some recomendations on how best to go about it. Thanks

    Hi Pat,
    Using Lightroom Cloud to Sync Catalog Between Two Machines
    If you’re running Lightroom on a laptop during your location shoots, you might want to take all the edits, keywords, metadata, and of course the photos themselves, and add them to the Lightroom catalog on your studio computer. It’s easier than it sounds: basically, you choose which catalog to export from your laptop, then you take the folder it creates over to your studio computer and import it.
    You need to decide whether you want to export a folder (all the imported photos from your shoot), or a collection (just your Picks from the shoot). In this case, we’ll go with a collection, so go to the Collections panel and click on the collection you want to merge with your main catalog back in your studio. (If you had chosen a folder, the only difference would be you’d go to the Folders panel and click on the folder from that shoot instead. Either way, all the metadata you added, and any edits you made in Lightroom, will still be transferred over to the other machine.)
    Please refer to http://www.peachpit.com/articles/article.aspx?p=1930499 for more details.
    Thanks!
    Eshant Jindal

  • Communication between two Machines

    I just want to know whether is there any way possible where I can enable communication between two machines.
    To be more clear , suppose if i click on a button then it send a pop up or a message box on another machine in the network.

    Look for "Distributed Notifications".

  • Back and forth between two machines

    I need to move PSE9 back and forth on a regular basis between two machines in two seperate locations.  This is not a licensing question. I own 2 copies of the product.
    I point everything to the external drive I use (in terms of edits and saving) and just wanted to be sure I would have no problem on second computer seeing it all open and looking the same.  I just want my data to stay mobile. It looks pretty cut and dried but I want to know about any "gothchas" before I get to second computer.
    Thanks

    So I can't have the catalog on the External drive as well and always
    reference everything from that location? I thought that is what I had done.
    Then, the only "discipline" would be plugging in the External Drive each
    place right?
    I am open to suggestions on this. I just want groupings in organizer and
    that sort of stuff to travel.  Maybe an edit area on the USB that I simply
    import and export back and forth as needed?
    I guess I'm just interested in best work flow for this scenario.
    Thanks

  • Communicating between two machine

    hi all
    how in oracle i can communicate between two machine via ip address.
    my oracle version is--->
    Oracle Database 10g Enterprise Edition Release 10.1.0.2.0 - Prod
    PL/SQL Release 10.1.0.2.0 - Production
    CORE 10.1.0.2.0 Production
    TNS for 32-bit Windows: Version 10.1.0.2.0 - Production
    NLSRTL Version 10.1.0.2.0 - Production
    Message was edited by:
    bp

    Hi,
    If you mean communicating between two database, you can create DATABASE LINK.
    http://download.oracle.com/docs/cd/B14117_01/server.101/b10759/statements_5005.htm
    Thanks

  • Migrate 8.1.6 to 8.1.7 between two machines

    on linux rh 7, I have installed 8.1.7. On another machine I have a database called chem on 8.1.6.
    How do I export the table structure from 8.1.6 in an sql file that can be used to recreate my structure in the new version?
    How do I EXPORT the data...will the file created by the export command in 8.1.6 be compatible with 8.1.7?
    Is there a better way to do this?

    I hate to answer my own question...
    Upgrades of lower versions of Oracle to higher versions can be handled directly by the export/import. I found by going to the usenet oracle group, they had many posts which covered this issue.
    If its not on the same machine, and you need to essentially copy you database from one to machine to the other, these are the steps:
    1. In the lower version machine, execute an export. You can do this from the sql*plus prompt, or on many os's just type exp blah-blah, and you will have exported your database. These can be quite large files, and enterprise data could be in the multi-gigabyte size. Obviously, this can be an os issue.
    2. On the other machine with the higher version, create the various empty tables and the same users for the database with the same name as the database on the older version.
    3. Use the import command on the sql*plus or imp blah blah in some operating systems, and this will import your data into the new version of the database. Go have a cup of copy, because this is going to take awhile.
    You can probably write a script to do this, but I couldn't find one anywhere...if anybody has one, please post it here.
    A faster alternative would be to use jdbc/java and use metadata to create the new tables in the new database, and then use selects on one database, and inserts on another database to insert the data. This only works if the two machines are networked together.
    The migration assistant seems to work only if the versions and databases are on the same machine.
    null

  • Sso configuration between two machines

    Hi all, I need to configure two machines having same j2e engine and EP for sso. I have been trying all possibilities but could get any thing.
    My process is:
    I have sample application. I have configured by ticket template on both machines.
    I have same user on both machines.
    I have exported verify.der from issuer to acceptor.
    I have created Iview in issuer which is taking me to acceptor’s application.
    But when I open acceptor’s application it popup login window even I am accessing this application through issuer’s portal.
    Looking for some help.

    HI,
       Since you have talked about issuer and acceptor, are you trying to configure federated portal?

  • How to keep mails synchronized between two systems?

    Hello,
    I have a home iMac and will soon need to have a portable for occasions when I'm away from home.
    I suppose it would be easy to ensure identical environments by booting the portable system on a clone of the system disk of the home iMac.
    However, the next question is: how to keep the two systems synchronized and, especially, how to keep the mails stored on the two systems synchronized? I'm looking for a solution for this problem. What are the options offered by Mountain Lion to do this?
    Thanks for any hints or tips,
    Denis.

    Although not free, perhaps this program might do what you want.
    Folder Synchronizer

  • Move index between two tablespaces

    My oracle806 database have two tablespaces,
    all indexes of my tables are in tablespace 'user_data',
    now I want to transfer the indexes into another tablespace.Who can show me one script to finish the task?
    tks in advanced.

    Hi,
    The below should help
    set pages 0
    set lines 120
    spool rebuild_index.sql
    select 'alter index '||index_name||' rebuild tablespace <new_ts_name>;'
    from user_indexes
    where tablespace_name = 'USER_DATA';
    spool off
    @rebuild_index.sql
    Regards,
    Sunil

  • Mail bounces between two accounts

    I have two email accounts on my macbook pro - Earthlink and Gmail. I have Earthlink set as the default account from which mail should be sent and this works fine. The problem is when someone replies to my original message and then I reply back, the message always comes from Gmail. How can I correct this?

    The easiest way to accomplish this is to *create a new admin account* in the System Preferences/Accounts Pref Pane. Once the new admin account *(make sure the Allow user to administer this computer is checked in the new account)* is set up and performing like it should (by logging into it and verifying that you can actually administer the computer), change your primary account (the account that owns your emails) to a standard account by un-checking the *Allow user to administer this computer* in the Accounts Pref Pane. You can still administer the computer with your standard account, you will have to provide your admin login and password in the Authentication dialog boxes.
    Hope this helps.
    D.
    Message was edited by: D. Fraser

  • How can I mirror two directories between two machines?

    Hi,
    I have two systems 192.168.1.2 and 192.168.1.20. How can mirror 192.168.1.2:/opt/feed/spuk directory with 192.168.1.20:/opt/feed/spuk directory.
    Could u please give required steps please?
    Regards,
    GanPan.

    The best way is via NFS. Have one of the hosts be an NFS server, which actually hosts (and exports) the directory of interest on the system. The second machine should mount that directory being exported by the server.
    The man page: mount_nfs(1M) is a good place to start.

  • Lan Transfer Speed Between Two Machines

    HI
    I mostly use to transfer my data between pc to pc or pc to laptop via Direct Lan or with router. Whichever windows don't mind and lan speed is 100mbps.
    Problem is that sometimes with some pc's or laptop's i get transfer speed upto 40-60mbps and sometime with other pc's or laptop's i get only 11-12mbps speed in wired connection and 3-2mbps if laptop is connected through wifi. And taskbar shows 99-100% utilization
    of lan in both machines.
    So please help me. What is the wrong with them and how can i get acctual speed in transfer.
    Thanks!

    Hi,
    Besides Arnav's suggestion, I would like to suggest you try the following:
    1. Try Update the NIC driver for the all Windows 7 computers.
    2. Update the router’s firmware. 
    3. Boot the computers to Safe Mode with networking and check how it works.
    And then run the following commands in an elevated command prompt in Windows 7:
    netsh interface tcp set global rss=disabled
    netsh interface tcp set global autotuninglevel=disabled
    netsh int ip set global taskoffload=disabled
    Please remember to mark the replies as answers if they help, and unmark the answers if they provide no help. If you have feedback for TechNet Support, contact [email protected]

  • Recommendations for switching between two machines and one monitor

    Hi,
    I have a MacMini and a MacBook Air, both with Thunderbolt Display ports but I have one monitor. I'd like to switch between the two without having to unplug and plug the monitor back in every time. Any recommendations for some sort of switch or Thunderbolt hub would be greatly appreciated.
    Best,
    Chris

    This should work if the display use display port/mini displayport inputs. A mini display port connectors plugs into the Mac's Thunderbolt port for video
    http://www.kanexlive.com/snapx

  • Mail crash on TWO machines

    Hi....What does it mean when MAIL program crashed and then it does the same on another computer.....
    Yet does not crash when turn AIPORT off....?
    I can pick up mail on web interface version.....I suppose it could be some rogie mail, but i do not see anything and it looks like I could still delete the junk mailbox when Airport was turned off.
    Get error message as follows in mail (sent to apple but who knows what they do with it)
    Thanks Paul
    Date/Time: 2006-03-26 01:37:34.076 +0900
    OS Version: 10.4.5 (Build 8H14)
    Report Version: 4
    Command: Mail
    Path: /Applications/Mail.app/Contents/MacOS/Mail
    Parent: WindowServer [58]
    Version: 2.0.7 (746.2)
    Build Version: 1
    Project Name: MailViewer
    Source Version: 7460200
    PID: 298
    Thread: 1
    Exception: EXCBADACCESS (0x0001)
    Codes: KERNINVALIDADDRESS (0x0001) at 0x05f38000
    Thread 0:
    0 libSystem.B.dylib 0x9000b1e8 machmsgtrap + 8
    1 libSystem.B.dylib 0x9000b13c mach_msg + 60
    2 com.apple.CoreFoundation 0x9075d114 __CFRunLoopRun + 832
    3 com.apple.CoreFoundation 0x9075ca18 CFRunLoopRunSpecific + 268
    4 com.apple.HIToolbox 0x9318f1e0 RunCurrentEventLoopInMode + 264
    5 com.apple.HIToolbox 0x9318e874 ReceiveNextEventCommon + 380
    6 com.apple.HIToolbox 0x9318e6e0 BlockUntilNextEventMatchingListInMode + 96
    7 com.apple.AppKit 0x9366c104 _DPSNextEvent + 384
    8 com.apple.AppKit 0x9366bdc8 -[NSApplication nextEventMatchingMask:untilDate:inMode:dequeue:] + 116
    9 com.apple.AppKit 0x9366830c -[NSApplication run] + 472
    10 com.apple.AppKit 0x93758e68 NSApplicationMain + 452
    11 com.apple.mail 0x00002428 0x1000 + 5160
    12 com.apple.mail 0x000a4940 0x1000 + 670016
    Thread 1 Crashed:
    0 com.apple.MessageFramework 0x98706eac -[NSDataMessageStore bodyDataForMessage:] + 176
    1 com.apple.MessageFramework 0x986acaa0 -[MimePart(MessageSupport) parseMimeBody] + 84
    2 com.apple.MessageFramework 0x986ac0d4 -[MessageStore(MessageFrameworkOnly) _fetchBodyForMessage:updateFlags:] + 264
    3 com.apple.MessageFramework 0x986abdb8 -[MessageStore bodyForMessage:fetchIfNotAvailable:updateFlags:] + 116
    4 com.apple.MessageFramework 0x986ff89c -[MimePart stringValueForJunkEvaluation:] + 2344
    5 com.apple.MessageFramework 0x986ff07c -[MimePart stringValueForJunkEvaluation:] + 264
    6 com.apple.MessageFramework 0x986fee10 -[Message stringForIndexingGettingHeadersIfAvailable:forJunk:updateBodyFlags:] + 64
    7 com.apple.MessageFramework 0x986b686c -[MessageCriterion _evaluateJunkMailCriterion:] + 964
    8 com.apple.MessageFramework 0x986b41fc -[MessageCriterion doesMessageSatisfyCriterion:] + 368
    9 com.apple.MessageFramework 0x986b3e78 -[MessageRule doesMessageSatisfyCriteria:] + 160
    10 com.apple.MessageFramework 0x986b3b90 +[MessageRouter putRulesThatWantsToHandleMessage:intoArray:colorRulesOnly:] + 380
    11 com.apple.MessageFramework 0x986fad50 -[MessageRouter routeMessages:fromStores:] + 1004
    12 com.apple.MessageFramework 0x986fa920 -[MessageStore routeMessages:isUserAction:] + 132
    13 com.apple.MessageFramework 0x986a4cc4 _unlockIfProcessedResponses + 968
    14 com.apple.MessageFramework 0x986a4440 -[IMAPMailboxSyncEngine(Internal) _go] + 364
    15 com.apple.MessageFramework 0x98694174 -[LibraryIMAPStore openSynchronouslyUpdatingMetadata:] + 268
    16 com.apple.MessageFramework 0x98776784 -[LibraryIMAPStore _fetchForCheckingNewMail:] + 44
    17 com.apple.MessageFramework 0x98692928 -[LibraryStore openSynchronouslyUpdatingMetadata:] + 412
    18 libobjc.A.dylib 0x909c4214 objc_msgSendv + 180
    19 com.apple.Foundation 0x928e2ea8 -[NSInvocation invoke] + 944
    20 com.apple.MessageFramework 0x98689200 -[MonitoredInvocation invoke] + 144
    21 com.apple.MessageFramework 0x98692718 -[InvocationQueue _drainQueue] + 416
    22 com.apple.Foundation 0x928e73b4 forkThreadForFunction + 108
    23 libSystem.B.dylib 0x9002b1e0 pthreadbody + 96
    Thread 2:
    0 libSystem.B.dylib 0x90053f48 semaphoretimedwait_signaltrap + 8
    1 libSystem.B.dylib 0x90053da8 pthreadcondtimedwait + 672
    2 com.apple.Foundation 0x929667d4 FCONDITION_WAITTIMEOUT + 144
    3 com.apple.Foundation 0x929666f0 -[NSConditionLock lockWhenCondition:beforeDate:] + 128
    4 com.apple.MessageFramework 0x98692628 -[InvocationQueue _drainQueue] + 176
    5 com.apple.Foundation 0x928e73b4 forkThreadForFunction + 108
    6 libSystem.B.dylib 0x9002b1e0 pthreadbody + 96
    Thread 3:
    0 libSystem.B.dylib 0x9000b1e8 machmsgtrap + 8
    1 libSystem.B.dylib 0x9000b13c mach_msg + 60
    2 com.apple.CoreFoundation 0x9075d114 __CFRunLoopRun + 832
    3 com.apple.CoreFoundation 0x9075ca18 CFRunLoopRunSpecific + 268
    4 com.apple.Foundation 0x928f6384 -[NSRunLoop runMode:beforeDate:] + 172
    5 com.apple.Foundation 0x928f62bc -[NSRunLoop run] + 76
    6 com.apple.MessageFramework 0x98696a0c +[_NSSocket _runIOThread] + 92
    7 com.apple.Foundation 0x928e73b4 forkThreadForFunction + 108
    8 libSystem.B.dylib 0x9002b1e0 pthreadbody + 96
    Thread 4:
    0 libSystem.B.dylib 0x90053f48 semaphoretimedwait_signaltrap + 8
    1 libSystem.B.dylib 0x90053da8 pthreadcondtimedwait + 672
    2 com.apple.Foundation 0x929667d4 FCONDITION_WAITTIMEOUT + 144
    3 com.apple.Foundation 0x929666f0 -[NSConditionLock lockWhenCondition:beforeDate:] + 128
    4 com.apple.MessageFramework 0x98692628 -[InvocationQueue _drainQueue] + 176
    5 com.apple.Foundation 0x928e73b4 forkThreadForFunction + 108
    6 libSystem.B.dylib 0x9002b1e0 pthreadbody + 96
    Thread 5:
    0 libSystem.B.dylib 0x9001f1ec select + 12
    1 com.apple.CoreFoundation 0x9076f9a8 __CFSocketManager + 472
    2 libSystem.B.dylib 0x9002b1e0 pthreadbody + 96
    Thread 6:
    0 libSystem.B.dylib 0x90031a8c wait4 + 12
    1 com.apple.Foundation 0x928d5668 _waitForTermination + 40
    2 libSystem.B.dylib 0x9002b1e0 pthreadbody + 96
    Thread 1 crashed with PPC Thread State 64:
    srr0: 0x0000000098706eac srr1: 0x100000000200f030 vrsave: 0x0000000000000000
    cr: 0x44002422 xer: 0x0000000000000000 lr: 0x0000000098706e38 ctr: 0x0000000000000086
    r0: 0x0000000000000000 r1: 0x00000000f0100010 r2: 0x0000000000000000 r3: 0x0000000000005e1e
    r4: 0x0000000090a1f35c r5: 0x00000000004c4120 r6: 0x00000000ffffffff r7: 0x000000000615f000
    r8: 0x000000000000781c r9: 0x00000000a1b1c1d3 r10: 0x0000000000007818 r11: 0x0000000000000001
    r12: 0x0000000092961694 r13: 0x0000000000000000 r14: 0x0000000000000000 r15: 0x0000000000000000
    r16: 0x0000000000000000 r17: 0x0000000000000000 r18: 0x00000000a8673a14 r19: 0x0000000000000000
    r20: 0x0000000000446ec0 r21: 0x00000000a868ca4c r22: 0x00000000004c4204 r23: 0x0000000000000000
    r24: 0x0000000006259a00 r25: 0x0000000000000000 r26: 0x00000000004c4120 r27: 0x0000000000005e1e
    r28: 0x00000000a8686dfc r29: 0x0000000006259a00 r30: 0x0000000005f38000 r31: 0x0000000098706dfc
    Binary Images Description:
    0x1000 - 0x198fff com.apple.mail 2.0.7 (746.2) /Applications/Mail.app/Contents/MacOS/Mail
    0x67b000 - 0x682fff com.unsanity.smartcrashreports Smart Crash Reports version 1.0.3 (1.0.3b1) /Users/paul/Library/InputManagers/Smart Crash Reports/Smart Crash Reports.bundle/Contents/MacOS/Smart Crash Reports
    0x5f99000 - 0x5facfff com.apple.Mail.Syncer 1.0.5 (746.2) /System/Library/Frameworks/Message.framework/Versions/B/Resources/Syncer.syncsc hema/Contents/MacOS/Syncer
    0x8fe00000 - 0x8fe54fff dyld 44.2 /usr/lib/dyld
    0x90000000 - 0x901b3fff libSystem.B.dylib /usr/lib/libSystem.B.dylib
    0x9020b000 - 0x9020ffff libmathCommon.A.dylib /usr/lib/system/libmathCommon.A.dylib
    0x90211000 - 0x90264fff com.apple.CoreText 1.0.1 (???) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreText.framework/Versions/A/CoreText
    0x90291000 - 0x90342fff ATS /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ATS.framework/Versions/A/ATS
    0x90371000 - 0x906aefff com.apple.CoreGraphics 1.256.33 (???) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/CoreGraphics
    0x9073a000 - 0x90813fff com.apple.CoreFoundation 6.4.4 (368.25) /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
    0x9085c000 - 0x9085cfff com.apple.CoreServices 10.4 (???) /System/Library/Frameworks/CoreServices.framework/Versions/A/CoreServices
    0x9085e000 - 0x90960fff libicucore.A.dylib /usr/lib/libicucore.A.dylib
    0x909ba000 - 0x90a3efff libobjc.A.dylib /usr/lib/libobjc.A.dylib
    0x90a68000 - 0x90ad6fff com.apple.framework.IOKit 1.4 (???) /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit
    0x90aed000 - 0x90afffff libauto.dylib /usr/lib/libauto.dylib
    0x90b06000 - 0x90ddefff com.apple.CoreServices.CarbonCore 681.3 (671.2) /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CarbonC ore.framework/Versions/A/CarbonCore
    0x90e44000 - 0x90ec4fff com.apple.CoreServices.OSServices 4.1 /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/OSServi ces.framework/Versions/A/OSServices
    0x90f0e000 - 0x90f4ffff com.apple.CFNetwork 4.0 (129.9) /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CFNetwo rk.framework/Versions/A/CFNetwork
    0x90f64000 - 0x90f7cfff com.apple.WebServices 1.1.2 (1.1.0) /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/WebServ icesCore.framework/Versions/A/WebServicesCore
    0x90f8c000 - 0x9100dfff com.apple.SearchKit 1.0.5 /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SearchK it.framework/Versions/A/SearchKit
    0x91053000 - 0x9107dfff com.apple.Metadata 10.4.4 (121.34) /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Metadat a.framework/Versions/A/Metadata
    0x9108e000 - 0x9109cfff libz.1.dylib /usr/lib/libz.1.dylib
    0x9109f000 - 0x91262fff com.apple.security 4.3 (25966) /System/Library/Frameworks/Security.framework/Versions/A/Security
    0x91365000 - 0x9136efff com.apple.DiskArbitration 2.1 /System/Library/Frameworks/DiskArbitration.framework/Versions/A/DiskArbitration
    0x91375000 - 0x9139cfff com.apple.SystemConfiguration 1.8.2 /System/Library/Frameworks/SystemConfiguration.framework/Versions/A/SystemConfi guration
    0x913af000 - 0x913b7fff libgcc_s.1.dylib /usr/lib/libgcc_s.1.dylib
    0x913bc000 - 0x913dcfff libmx.A.dylib /usr/lib/libmx.A.dylib
    0x913e2000 - 0x913eafff libbsm.dylib /usr/lib/libbsm.dylib
    0x913ee000 - 0x9146efff com.apple.audio.CoreAudio 3.0.2 /System/Library/Frameworks/CoreAudio.framework/Versions/A/CoreAudio
    0x914ad000 - 0x914adfff com.apple.ApplicationServices 10.4 (???) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Application Services
    0x914af000 - 0x914e7fff com.apple.AE 1.5 (297) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ AE.framework/Versions/A/AE
    0x91502000 - 0x915cffff com.apple.ColorSync 4.4.4 /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ColorSync.framework/Versions/A/ColorSync
    0x91624000 - 0x916b7fff com.apple.print.framework.PrintCore 4.3 (172.3) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ PrintCore.framework/Versions/A/PrintCore
    0x916fe000 - 0x917bbfff com.apple.QD 3.8.18 (???) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ QD.framework/Versions/A/QD
    0x917f9000 - 0x91857fff com.apple.HIServices 1.5.1 (???) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ HIServices.framework/Versions/A/HIServices
    0x91885000 - 0x918a9fff com.apple.LangAnalysis 1.6.1 /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ LangAnalysis.framework/Versions/A/LangAnalysis
    0x918bd000 - 0x918e2fff com.apple.FindByContent 1.5 /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ FindByContent.framework/Versions/A/FindByContent
    0x918f5000 - 0x91937fff com.apple.LaunchServices 168.10 /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ LaunchServices.framework/Versions/A/LaunchServices
    0x91953000 - 0x91967fff com.apple.speech.synthesis.framework 3.3 /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ SpeechSynthesis.framework/Versions/A/SpeechSynthesis
    0x91975000 - 0x919affff com.apple.ImageIO.framework 1.4.4 /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/ImageIO
    0x919c4000 - 0x91a8cfff libcrypto.0.9.7.dylib /usr/lib/libcrypto.0.9.7.dylib
    0x91ada000 - 0x91aeffff libcups.2.dylib /usr/lib/libcups.2.dylib
    0x91af4000 - 0x91b11fff libJPEG.dylib /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libJPEG.dylib
    0x91b16000 - 0x91b85fff libJP2.dylib /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libJP2.dylib
    0x91b9c000 - 0x91ba0fff libGIF.dylib /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libGIF.dylib
    0x91ba2000 - 0x91bd3fff libRaw.dylib /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libRaw.dylib
    0x91bd7000 - 0x91c1afff libTIFF.dylib /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libTIFF.dylib
    0x91c21000 - 0x91c3afff libPng.dylib /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libPng.dylib
    0x91c3f000 - 0x91c42fff libRadiance.dylib /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libRadiance.dylib
    0x91c44000 - 0x91c44fff com.apple.Accelerate 1.1.1 (Accelerate 1.1.1) /System/Library/Frameworks/Accelerate.framework/Versions/A/Accelerate
    0x91c46000 - 0x91d30fff com.apple.vImage 2.0 /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vImage.fr amework/Versions/A/vImage
    0x91d38000 - 0x91d57fff com.apple.Accelerate.vecLib 3.1.1 (vecLib 3.1.1) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/vecLib
    0x91dc3000 - 0x91e28fff libvMisc.dylib /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libvMisc.dylib
    0x91e32000 - 0x91ec4fff libvDSP.dylib /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libvDSP.dylib
    0x91ede000 - 0x9246efff libBLAS.dylib /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libBLAS.dylib
    0x924b6000 - 0x927c6fff libLAPACK.dylib /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libLAPACK.dylib
    0x927f3000 - 0x9287ffff com.apple.DesktopServices 1.3.1 /System/Library/PrivateFrameworks/DesktopServicesPriv.framework/Versions/A/Desk topServicesPriv
    0x928c1000 - 0x92aecfff com.apple.Foundation 6.4.4 (567.25) /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation
    0x92c0a000 - 0x92ce8fff libxml2.2.dylib /usr/lib/libxml2.2.dylib
    0x92d08000 - 0x92df6fff libiconv.2.dylib /usr/lib/libiconv.2.dylib
    0x92e08000 - 0x92e26fff libGL.dylib /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib
    0x92e31000 - 0x92e8bfff libGLU.dylib /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLU.dylib
    0x92ea9000 - 0x92ea9fff com.apple.Carbon 10.4 (???) /System/Library/Frameworks/Carbon.framework/Versions/A/Carbon
    0x92eab000 - 0x92ebffff com.apple.ImageCapture 3.0 /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/ImageCapture. framework/Versions/A/ImageCapture
    0x92ed7000 - 0x92ee7fff com.apple.speech.recognition.framework 3.4 /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SpeechRecogni tion.framework/Versions/A/SpeechRecognition
    0x92ef3000 - 0x92f08fff com.apple.securityhi 2.0 (203) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SecurityHI.fr amework/Versions/A/SecurityHI
    0x92f1a000 - 0x92fa1fff com.apple.ink.framework 101.2 (69) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Ink.framework /Versions/A/Ink
    0x92fb5000 - 0x92fc0fff com.apple.help 1.0.3 (32) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Help.framewor k/Versions/A/Help
    0x92fca000 - 0x92ff7fff com.apple.openscripting 1.2.4 (???) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/OpenScripting .framework/Versions/A/OpenScripting
    0x93011000 - 0x93021fff com.apple.print.framework.Print 5.0 (190.1) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Print.framewo rk/Versions/A/Print
    0x9302d000 - 0x93093fff com.apple.htmlrendering 1.1.2 /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HTMLRendering .framework/Versions/A/HTMLRendering
    0x930c4000 - 0x93116fff com.apple.NavigationServices 3.4.2 /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/NavigationSer vices.framework/Versions/A/NavigationServices
    0x93142000 - 0x9315ffff com.apple.audio.SoundManager 3.9 /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CarbonSound.f ramework/Versions/A/CarbonSound
    0x93171000 - 0x9317efff com.apple.CommonPanels 1.2.2 (73) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CommonPanels. framework/Versions/A/CommonPanels
    0x93187000 - 0x93499fff com.apple.HIToolbox 1.4.5 (???) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HIToolbox.fra mework/Versions/A/HIToolbox
    0x935e5000 - 0x935f1fff com.apple.opengl 1.4.7 /System/Library/Frameworks/OpenGL.framework/Versions/A/OpenGL
    0x935f6000 - 0x93617fff com.apple.DirectoryService.Framework 3.0 /System/Library/Frameworks/DirectoryService.framework/Versions/A/DirectoryServi ce
    0x93662000 - 0x93662fff com.apple.Cocoa 6.4 (???) /System/Library/Frameworks/Cocoa.framework/Versions/A/Cocoa
    0x93664000 - 0x93c97fff com.apple.AppKit 6.4.4 (824.33) /System/Library/Frameworks/AppKit.framework/Versions/C/AppKit
    0x94024000 - 0x94094fff com.apple.CoreData 80 /System/Library/Frameworks/CoreData.framework/Versions/A/CoreData
    0x940cd000 - 0x94197fff com.apple.audio.toolbox.AudioToolbox 1.4.1 /System/Library/Frameworks/AudioToolbox.framework/Versions/A/AudioToolbox
    0x941eb000 - 0x941ebfff com.apple.audio.units.AudioUnit 1.4 /System/Library/Frameworks/AudioUnit.framework/Versions/A/AudioUnit
    0x941ed000 - 0x94365fff com.apple.QuartzCore 1.4.5 /System/Library/Frameworks/QuartzCore.framework/Versions/A/QuartzCore
    0x943af000 - 0x943ecfff libsqlite3.0.dylib /usr/lib/libsqlite3.0.dylib
    0x943f4000 - 0x94444fff libGLImage.dylib /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLImage.dyl ib
    0x94484000 - 0x944c8fff com.apple.bom 8.2 (86) /System/Library/PrivateFrameworks/Bom.framework/Versions/A/Bom
    0x9454f000 - 0x9456bfff com.apple.securityfoundation 2.1 (24988) /System/Library/Frameworks/SecurityFoundation.framework/Versions/A/SecurityFoun dation
    0x9457f000 - 0x945c3fff com.apple.securityinterface 2.1 (24981) /System/Library/Frameworks/SecurityInterface.framework/Versions/A/SecurityInter face
    0x945e7000 - 0x945f6fff libCGATS.A.dylib /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libCGATS.A.dylib
    0x945fe000 - 0x9460afff libCSync.A.dylib /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libCSync.A.dylib
    0x94650000 - 0x94668fff libRIP.A.dylib /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libRIP.A.dylib
    0x94872000 - 0x949a0fff com.apple.AddressBook.framework 4.0.3 (483) /System/Library/Frameworks/AddressBook.framework/Versions/A/AddressBook
    0x94a32000 - 0x94a41fff com.apple.DSObjCWrappers.Framework 1.1 /System/Library/PrivateFrameworks/DSObjCWrappers.framework/Versions/A/DSObjCWra ppers
    0x94a49000 - 0x94a76fff com.apple.LDAPFramework 1.4.1 (69.0.1) /System/Library/Frameworks/LDAP.framework/Versions/A/LDAP
    0x94a7d000 - 0x94a8dfff libsasl2.2.dylib /usr/lib/libsasl2.2.dylib
    0x94a91000 - 0x94ac0fff libssl.0.9.7.dylib /usr/lib/libssl.0.9.7.dylib
    0x94ad0000 - 0x94aedfff libresolv.9.dylib /usr/lib/libresolv.9.dylib
    0x95204000 - 0x95290fff com.apple.WebKit 417.9 /System/Library/Frameworks/WebKit.framework/Versions/A/WebKit
    0x952eb000 - 0x953e0fff com.apple.JavaScriptCore 417.8.1 /System/Library/Frameworks/WebKit.framework/Versions/A/Frameworks/JavaScriptCor e.framework/Versions/A/JavaScriptCore
    0x9541c000 - 0x95726fff com.apple.WebCore 417.19.1 /System/Library/Frameworks/WebKit.framework/Versions/A/Frameworks/WebCore.frame work/Versions/A/WebCore
    0x958ad000 - 0x958d6fff libxslt.1.dylib /usr/lib/libxslt.1.dylib
    0x958de000 - 0x95957fff com.apple.syncservices 2.2 (182.2) /System/Library/Frameworks/SyncServices.framework/Versions/A/SyncServices
    0x95a9a000 - 0x95accfff com.apple.PDFKit 1.0.1 /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/PDFKit.framew ork/Versions/A/PDFKit
    0x96a74000 - 0x96a93fff com.apple.vecLib 3.1.1 (vecLib 3.1.1) /System/Library/Frameworks/vecLib.framework/Versions/A/vecLib
    0x97104000 - 0x97129fff com.apple.speech.LatentSemanticMappingFramework 2.2 /System/Library/PrivateFrameworks/LatentSemanticMapping.framework/Versions/A/La tentSemanticMapping
    0x97b2f000 - 0x97b3dfff com.apple.DMNotification 1.0.2 (29) /System/Library/PrivateFrameworks/DMNotification.framework/Versions/A/DMNotific ation
    0x97d34000 - 0x97e00fff com.apple.QuartzComposer 1.2.1 (32.10.1) /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuartzCompose r.framework/Versions/A/QuartzComposer
    0x97e7a000 - 0x97e7afff com.apple.quartzframework 1.0 /System/Library/Frameworks/Quartz.framework/Versions/A/Quartz
    0x97ff3000 - 0x9800bfff com.apple.slideshow 1.0.4 (1.0) /System/Library/PrivateFrameworks/Slideshow.framework/Versions/A/Slideshow
    0x983bb000 - 0x983fefff com.apple.ISSupport 1.0.3 (15) /System/Library/PrivateFrameworks/ISSupport.framework/Versions/A/ISSupport
    0x9843a000 - 0x98456fff com.apple.DotMacSyncManager 1.0.2 (47) /System/Library/PrivateFrameworks/DotMacSyncManager.framework/Versions/A/DotMac SyncManager
    0x9857a000 - 0x985bbfff com.apple.PAPICommon 2.3 (119) /System/Library/PrivateFrameworks/DotMacLegacy.framework/Versions/A/DotMacLegac y
    0x98662000 - 0x9866dfff com.apple.IMFramework 3.1.1 (427) /System/Library/Frameworks/InstantMessage.framework/Versions/A/InstantMessage
    0x98678000 - 0x987cefff com.apple.MessageFramework 2.0.7 (746.3) /System/Library/Frameworks/Message.framework/Versions/B/Message
    Model: PowerMac7,3, BootROM 5.2.4f1, 2 processors, PowerPC G5 (3.0), 2 GHz, 3 GB
    Graphics: ATI Radeon 9600, ATY,RV351, AGP, 128 MB
    Memory Module: DIMM0/J11, 1 GB, DDR SDRAM, PC3200U-30330
    Memory Module: DIMM1/J12, 1 GB, DDR SDRAM, PC3200U-30330
    Memory Module: DIMM2/J13, 512 MB, DDR SDRAM, PC3200U-30330
    Memory Module: DIMM3/J14, 512 MB, DDR SDRAM, PC3200U-30330
    AirPort: AirPort Extreme, 404.2 (3.90.34.0.p16)
    Network Service: AirPort, AirPort, en1
    Serial ATA Device: Maxtor 6B160M0, 152.67 GB
    Parallel ATA Device: PIONEER DVD-RW DVR-109, 1.21 GB
    USB Device: Hub in Apple Pro Keyboard, Mitsumi Electric, Up to 12 Mb/sec, 500 mA
    USB Device: Kensington 4 button mouse, Kensington, Up to 1.5 Mb/sec, 100 mA
    USB Device: Apple Pro Keyboard, Mitsumi Electric, Up to 12 Mb/sec, 250 mA
    FireWire Device: unknown_device, unknown_value, Up to 400 Mb/sec

    Hi....What does it mean when MAIL program crashed and then it does the same on another computer.....
    Yet does not crash when turn AIPORT off....?
    I can pick up mail on web interface version.....I suppose it could be some rogie mail, but i do not see anything and it looks like I could still delete the junk mailbox when Airport was turned off.
    Get error message as follows in mail (sent to apple but who knows what they do with it)
    Thanks Paul
    Date/Time: 2006-03-26 01:37:34.076 +0900
    OS Version: 10.4.5 (Build 8H14)
    Report Version: 4
    Command: Mail
    Path: /Applications/Mail.app/Contents/MacOS/Mail
    Parent: WindowServer [58]
    Version: 2.0.7 (746.2)
    Build Version: 1
    Project Name: MailViewer
    Source Version: 7460200
    PID: 298
    Thread: 1
    Exception: EXCBADACCESS (0x0001)
    Codes: KERNINVALIDADDRESS (0x0001) at 0x05f38000
    Thread 0:
    0 libSystem.B.dylib 0x9000b1e8 machmsgtrap + 8
    1 libSystem.B.dylib 0x9000b13c mach_msg + 60
    2 com.apple.CoreFoundation 0x9075d114 __CFRunLoopRun + 832
    3 com.apple.CoreFoundation 0x9075ca18 CFRunLoopRunSpecific + 268
    4 com.apple.HIToolbox 0x9318f1e0 RunCurrentEventLoopInMode + 264
    5 com.apple.HIToolbox 0x9318e874 ReceiveNextEventCommon + 380
    6 com.apple.HIToolbox 0x9318e6e0 BlockUntilNextEventMatchingListInMode + 96
    7 com.apple.AppKit 0x9366c104 _DPSNextEvent + 384
    8 com.apple.AppKit 0x9366bdc8 -[NSApplication nextEventMatchingMask:untilDate:inMode:dequeue:] + 116
    9 com.apple.AppKit 0x9366830c -[NSApplication run] + 472
    10 com.apple.AppKit 0x93758e68 NSApplicationMain + 452
    11 com.apple.mail 0x00002428 0x1000 + 5160
    12 com.apple.mail 0x000a4940 0x1000 + 670016
    Thread 1 Crashed:
    0 com.apple.MessageFramework 0x98706eac -[NSDataMessageStore bodyDataForMessage:] + 176
    1 com.apple.MessageFramework 0x986acaa0 -[MimePart(MessageSupport) parseMimeBody] + 84
    2 com.apple.MessageFramework 0x986ac0d4 -[MessageStore(MessageFrameworkOnly) _fetchBodyForMessage:updateFlags:] + 264
    3 com.apple.MessageFramework 0x986abdb8 -[MessageStore bodyForMessage:fetchIfNotAvailable:updateFlags:] + 116
    4 com.apple.MessageFramework 0x986ff89c -[MimePart stringValueForJunkEvaluation:] + 2344
    5 com.apple.MessageFramework 0x986ff07c -[MimePart stringValueForJunkEvaluation:] + 264
    6 com.apple.MessageFramework 0x986fee10 -[Message stringForIndexingGettingHeadersIfAvailable:forJunk:updateBodyFlags:] + 64
    7 com.apple.MessageFramework 0x986b686c -[MessageCriterion _evaluateJunkMailCriterion:] + 964
    8 com.apple.MessageFramework 0x986b41fc -[MessageCriterion doesMessageSatisfyCriterion:] + 368
    9 com.apple.MessageFramework 0x986b3e78 -[MessageRule doesMessageSatisfyCriteria:] + 160
    10 com.apple.MessageFramework 0x986b3b90 +[MessageRouter putRulesThatWantsToHandleMessage:intoArray:colorRulesOnly:] + 380
    11 com.apple.MessageFramework 0x986fad50 -[MessageRouter routeMessages:fromStores:] + 1004
    12 com.apple.MessageFramework 0x986fa920 -[MessageStore routeMessages:isUserAction:] + 132
    13 com.apple.MessageFramework 0x986a4cc4 _unlockIfProcessedResponses + 968
    14 com.apple.MessageFramework 0x986a4440 -[IMAPMailboxSyncEngine(Internal) _go] + 364
    15 com.apple.MessageFramework 0x98694174 -[LibraryIMAPStore openSynchronouslyUpdatingMetadata:] + 268
    16 com.apple.MessageFramework 0x98776784 -[LibraryIMAPStore _fetchForCheckingNewMail:] + 44
    17 com.apple.MessageFramework 0x98692928 -[LibraryStore openSynchronouslyUpdatingMetadata:] + 412
    18 libobjc.A.dylib 0x909c4214 objc_msgSendv + 180
    19 com.apple.Foundation 0x928e2ea8 -[NSInvocation invoke] + 944
    20 com.apple.MessageFramework 0x98689200 -[MonitoredInvocation invoke] + 144
    21 com.apple.MessageFramework 0x98692718 -[InvocationQueue _drainQueue] + 416
    22 com.apple.Foundation 0x928e73b4 forkThreadForFunction + 108
    23 libSystem.B.dylib 0x9002b1e0 pthreadbody + 96
    Thread 2:
    0 libSystem.B.dylib 0x90053f48 semaphoretimedwait_signaltrap + 8
    1 libSystem.B.dylib 0x90053da8 pthreadcondtimedwait + 672
    2 com.apple.Foundation 0x929667d4 FCONDITION_WAITTIMEOUT + 144
    3 com.apple.Foundation 0x929666f0 -[NSConditionLock lockWhenCondition:beforeDate:] + 128
    4 com.apple.MessageFramework 0x98692628 -[InvocationQueue _drainQueue] + 176
    5 com.apple.Foundation 0x928e73b4 forkThreadForFunction + 108
    6 libSystem.B.dylib 0x9002b1e0 pthreadbody + 96
    Thread 3:
    0 libSystem.B.dylib 0x9000b1e8 machmsgtrap + 8
    1 libSystem.B.dylib 0x9000b13c mach_msg + 60
    2 com.apple.CoreFoundation 0x9075d114 __CFRunLoopRun + 832
    3 com.apple.CoreFoundation 0x9075ca18 CFRunLoopRunSpecific + 268
    4 com.apple.Foundation 0x928f6384 -[NSRunLoop runMode:beforeDate:] + 172
    5 com.apple.Foundation 0x928f62bc -[NSRunLoop run] + 76
    6 com.apple.MessageFramework 0x98696a0c +[_NSSocket _runIOThread] + 92
    7 com.apple.Foundation 0x928e73b4 forkThreadForFunction + 108
    8 libSystem.B.dylib 0x9002b1e0 pthreadbody + 96
    Thread 4:
    0 libSystem.B.dylib 0x90053f48 semaphoretimedwait_signaltrap + 8
    1 libSystem.B.dylib 0x90053da8 pthreadcondtimedwait + 672
    2 com.apple.Foundation 0x929667d4 FCONDITION_WAITTIMEOUT + 144
    3 com.apple.Foundation 0x929666f0 -[NSConditionLock lockWhenCondition:beforeDate:] + 128
    4 com.apple.MessageFramework 0x98692628 -[InvocationQueue _drainQueue] + 176
    5 com.apple.Foundation 0x928e73b4 forkThreadForFunction + 108
    6 libSystem.B.dylib 0x9002b1e0 pthreadbody + 96
    Thread 5:
    0 libSystem.B.dylib 0x9001f1ec select + 12
    1 com.apple.CoreFoundation 0x9076f9a8 __CFSocketManager + 472
    2 libSystem.B.dylib 0x9002b1e0 pthreadbody + 96
    Thread 6:
    0 libSystem.B.dylib 0x90031a8c wait4 + 12
    1 com.apple.Foundation 0x928d5668 _waitForTermination + 40
    2 libSystem.B.dylib 0x9002b1e0 pthreadbody + 96
    Thread 1 crashed with PPC Thread State 64:
    srr0: 0x0000000098706eac srr1: 0x100000000200f030 vrsave: 0x0000000000000000
    cr: 0x44002422 xer: 0x0000000000000000 lr: 0x0000000098706e38 ctr: 0x0000000000000086
    r0: 0x0000000000000000 r1: 0x00000000f0100010 r2: 0x0000000000000000 r3: 0x0000000000005e1e
    r4: 0x0000000090a1f35c r5: 0x00000000004c4120 r6: 0x00000000ffffffff r7: 0x000000000615f000
    r8: 0x000000000000781c r9: 0x00000000a1b1c1d3 r10: 0x0000000000007818 r11: 0x0000000000000001
    r12: 0x0000000092961694 r13: 0x0000000000000000 r14: 0x0000000000000000 r15: 0x0000000000000000
    r16: 0x0000000000000000 r17: 0x0000000000000000 r18: 0x00000000a8673a14 r19: 0x0000000000000000
    r20: 0x0000000000446ec0 r21: 0x00000000a868ca4c r22: 0x00000000004c4204 r23: 0x0000000000000000
    r24: 0x0000000006259a00 r25: 0x0000000000000000 r26: 0x00000000004c4120 r27: 0x0000000000005e1e
    r28: 0x00000000a8686dfc r29: 0x0000000006259a00 r30: 0x0000000005f38000 r31: 0x0000000098706dfc
    Binary Images Description:
    0x1000 - 0x198fff com.apple.mail 2.0.7 (746.2) /Applications/Mail.app/Contents/MacOS/Mail
    0x67b000 - 0x682fff com.unsanity.smartcrashreports Smart Crash Reports version 1.0.3 (1.0.3b1) /Users/paul/Library/InputManagers/Smart Crash Reports/Smart Crash Reports.bundle/Contents/MacOS/Smart Crash Reports
    0x5f99000 - 0x5facfff com.apple.Mail.Syncer 1.0.5 (746.2) /System/Library/Frameworks/Message.framework/Versions/B/Resources/Syncer.syncsc hema/Contents/MacOS/Syncer
    0x8fe00000 - 0x8fe54fff dyld 44.2 /usr/lib/dyld
    0x90000000 - 0x901b3fff libSystem.B.dylib /usr/lib/libSystem.B.dylib
    0x9020b000 - 0x9020ffff libmathCommon.A.dylib /usr/lib/system/libmathCommon.A.dylib
    0x90211000 - 0x90264fff com.apple.CoreText 1.0.1 (???) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreText.framework/Versions/A/CoreText
    0x90291000 - 0x90342fff ATS /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ATS.framework/Versions/A/ATS
    0x90371000 - 0x906aefff com.apple.CoreGraphics 1.256.33 (???) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/CoreGraphics
    0x9073a000 - 0x90813fff com.apple.CoreFoundation 6.4.4 (368.25) /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
    0x9085c000 - 0x9085cfff com.apple.CoreServices 10.4 (???) /System/Library/Frameworks/CoreServices.framework/Versions/A/CoreServices
    0x9085e000 - 0x90960fff libicucore.A.dylib /usr/lib/libicucore.A.dylib
    0x909ba000 - 0x90a3efff libobjc.A.dylib /usr/lib/libobjc.A.dylib
    0x90a68000 - 0x90ad6fff com.apple.framework.IOKit 1.4 (???) /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit
    0x90aed000 - 0x90afffff libauto.dylib /usr/lib/libauto.dylib
    0x90b06000 - 0x90ddefff com.apple.CoreServices.CarbonCore 681.3 (671.2) /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CarbonC ore.framework/Versions/A/CarbonCore
    0x90e44000 - 0x90ec4fff com.apple.CoreServices.OSServices 4.1 /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/OSServi ces.framework/Versions/A/OSServices
    0x90f0e000 - 0x90f4ffff com.apple.CFNetwork 4.0 (129.9) /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CFNetwo rk.framework/Versions/A/CFNetwork
    0x90f64000 - 0x90f7cfff com.apple.WebServices 1.1.2 (1.1.0) /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/WebServ icesCore.framework/Versions/A/WebServicesCore
    0x90f8c000 - 0x9100dfff com.apple.SearchKit 1.0.5 /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SearchK it.framework/Versions/A/SearchKit
    0x91053000 - 0x9107dfff com.apple.Metadata 10.4.4 (121.34) /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Metadat a.framework/Versions/A/Metadata
    0x9108e000 - 0x9109cfff libz.1.dylib /usr/lib/libz.1.dylib
    0x9109f000 - 0x91262fff com.apple.security 4.3 (25966) /System/Library/Frameworks/Security.framework/Versions/A/Security
    0x91365000 - 0x9136efff com.apple.DiskArbitration 2.1 /System/Library/Frameworks/DiskArbitration.framework/Versions/A/DiskArbitration
    0x91375000 - 0x9139cfff com.apple.SystemConfiguration 1.8.2 /System/Library/Frameworks/SystemConfiguration.framework/Versions/A/SystemConfi guration
    0x913af000 - 0x913b7fff libgcc_s.1.dylib /usr/lib/libgcc_s.1.dylib
    0x913bc000 - 0x913dcfff libmx.A.dylib /usr/lib/libmx.A.dylib
    0x913e2000 - 0x913eafff libbsm.dylib /usr/lib/libbsm.dylib
    0x913ee000 - 0x9146efff com.apple.audio.CoreAudio 3.0.2 /System/Library/Frameworks/CoreAudio.framework/Versions/A/CoreAudio
    0x914ad000 - 0x914adfff com.apple.ApplicationServices 10.4 (???) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Application Services
    0x914af000 - 0x914e7fff com.apple.AE 1.5 (297) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ AE.framework/Versions/A/AE
    0x91502000 - 0x915cffff com.apple.ColorSync 4.4.4 /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ColorSync.framework/Versions/A/ColorSync
    0x91624000 - 0x916b7fff com.apple.print.framework.PrintCore 4.3 (172.3) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ PrintCore.framework/Versions/A/PrintCore
    0x916fe000 - 0x917bbfff com.apple.QD 3.8.18 (???) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ QD.framework/Versions/A/QD
    0x917f9000 - 0x91857fff com.apple.HIServices 1.5.1 (???) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ HIServices.framework/Versions/A/HIServices
    0x91885000 - 0x918a9fff com.apple.LangAnalysis 1.6.1 /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ LangAnalysis.framework/Versions/A/LangAnalysis
    0x918bd000 - 0x918e2fff com.apple.FindByContent 1.5 /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ FindByContent.framework/Versions/A/FindByContent
    0x918f5000 - 0x91937fff com.apple.LaunchServices 168.10 /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ LaunchServices.framework/Versions/A/LaunchServices
    0x91953000 - 0x91967fff com.apple.speech.synthesis.framework 3.3 /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ SpeechSynthesis.framework/Versions/A/SpeechSynthesis
    0x91975000 - 0x919affff com.apple.ImageIO.framework 1.4.4 /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/ImageIO
    0x919c4000 - 0x91a8cfff libcrypto.0.9.7.dylib /usr/lib/libcrypto.0.9.7.dylib
    0x91ada000 - 0x91aeffff libcups.2.dylib /usr/lib/libcups.2.dylib
    0x91af4000 - 0x91b11fff libJPEG.dylib /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libJPEG.dylib
    0x91b16000 - 0x91b85fff libJP2.dylib /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libJP2.dylib
    0x91b9c000 - 0x91ba0fff libGIF.dylib /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libGIF.dylib
    0x91ba2000 - 0x91bd3fff libRaw.dylib /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libRaw.dylib
    0x91bd7000 - 0x91c1afff libTIFF.dylib /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libTIFF.dylib
    0x91c21000 - 0x91c3afff libPng.dylib /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libPng.dylib
    0x91c3f000 - 0x91c42fff libRadiance.dylib /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libRadiance.dylib
    0x91c44000 - 0x91c44fff com.apple.Accelerate 1.1.1 (Accelerate 1.1.1) /System/Library/Frameworks/Accelerate.framework/Versions/A/Accelerate
    0x91c46000 - 0x91d30fff com.apple.vImage 2.0 /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vImage.fr amework/Versions/A/vImage
    0x91d38000 - 0x91d57fff com.apple.Accelerate.vecLib 3.1.1 (vecLib 3.1.1) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/vecLib
    0x91dc3000 - 0x91e28fff libvMisc.dylib /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libvMisc.dylib
    0x91e32000 - 0x91ec4fff libvDSP.dylib /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libvDSP.dylib
    0x91ede000 - 0x9246efff libBLAS.dylib /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libBLAS.dylib
    0x924b6000 - 0x927c6fff libLAPACK.dylib /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libLAPACK.dylib
    0x927f3000 - 0x9287ffff com.apple.DesktopServices 1.3.1 /System/Library/PrivateFrameworks/DesktopServicesPriv.framework/Versions/A/Desk topServicesPriv
    0x928c1000 - 0x92aecfff com.apple.Foundation 6.4.4 (567.25) /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation
    0x92c0a000 - 0x92ce8fff libxml2.2.dylib /usr/lib/libxml2.2.dylib
    0x92d08000 - 0x92df6fff libiconv.2.dylib /usr/lib/libiconv.2.dylib
    0x92e08000 - 0x92e26fff libGL.dylib /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib
    0x92e31000 - 0x92e8bfff libGLU.dylib /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLU.dylib
    0x92ea9000 - 0x92ea9fff com.apple.Carbon 10.4 (???) /System/Library/Frameworks/Carbon.framework/Versions/A/Carbon
    0x92eab000 - 0x92ebffff com.apple.ImageCapture 3.0 /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/ImageCapture. framework/Versions/A/ImageCapture
    0x92ed7000 - 0x92ee7fff com.apple.speech.recognition.framework 3.4 /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SpeechRecogni tion.framework/Versions/A/SpeechRecognition
    0x92ef3000 - 0x92f08fff com.apple.securityhi 2.0 (203) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SecurityHI.fr amework/Versions/A/SecurityHI
    0x92f1a000 - 0x92fa1fff com.apple.ink.framework 101.2 (69) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Ink.framework /Versions/A/Ink
    0x92fb5000 - 0x92fc0fff com.apple.help 1.0.3 (32) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Help.framewor k/Versions/A/Help
    0x92fca000 - 0x92ff7fff com.apple.openscripting 1.2.4 (???) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/OpenScripting .framework/Versions/A/OpenScripting
    0x93011000 - 0x93021fff com.apple.print.framework.Print 5.0 (190.1) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Print.framewo rk/Versions/A/Print
    0x9302d000 - 0x93093fff com.apple.htmlrendering 1.1.2 /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HTMLRendering .framework/Versions/A/HTMLRendering
    0x930c4000 - 0x93116fff com.apple.NavigationServices 3.4.2 /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/NavigationSer vices.framework/Versions/A/NavigationServices
    0x93142000 - 0x9315ffff com.apple.audio.SoundManager 3.9 /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CarbonSound.f ramework/Versions/A/CarbonSound
    0x93171000 - 0x9317efff com.apple.CommonPanels 1.2.2 (73) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CommonPanels. framework/Versions/A/CommonPanels
    0x93187000 - 0x93499fff com.apple.HIToolbox 1.4.5 (???) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HIToolbox.fra mework/Versions/A/HIToolbox
    0x935e5000 - 0x935f1fff com.apple.opengl 1.4.7 /System/Library/Frameworks/OpenGL.framework/Versions/A/OpenGL
    0x935f6000 - 0x93617fff com.apple.DirectoryService.Framework 3.0 /System/Library/Frameworks/DirectoryService.framework/Versions/A/DirectoryServi ce
    0x93662000 - 0x93662fff com.apple.Cocoa 6.4 (???) /System/Library/Frameworks/Cocoa.framework/Versions/A/Cocoa
    0x93664000 - 0x93c97fff com.apple.AppKit 6.4.4 (824.33) /System/Library/Frameworks/AppKit.framework/Versions/C/AppKit
    0x94024000 - 0x94094fff com.apple.CoreData 80 /System/Library/Frameworks/CoreData.framework/Versions/A/CoreData
    0x940cd000 - 0x94197fff com.apple.audio.toolbox.AudioToolbox 1.4.1 /System/Library/Frameworks/AudioToolbox.framework/Versions/A/AudioToolbox
    0x941eb000 - 0x941ebfff com.apple.audio.units.AudioUnit 1.4 /System/Library/Frameworks/AudioUnit.framework/Versions/A/AudioUnit
    0x941ed000 - 0x94365fff com.apple.QuartzCore 1.4.5 /System/Library/Frameworks/QuartzCore.framework/Versions/A/QuartzCore
    0x943af000 - 0x943ecfff libsqlite3.0.dylib /usr/lib/libsqlite3.0.dylib
    0x943f4000 - 0x94444fff libGLImage.dylib /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLImage.dyl ib
    0x94484000 - 0x944c8fff com.apple.bom 8.2 (86) /System/Library/PrivateFrameworks/Bom.framework/Versions/A/Bom
    0x9454f000 - 0x9456bfff com.apple.securityfoundation 2.1 (24988) /System/Library/Frameworks/SecurityFoundation.framework/Versions/A/SecurityFoun dation
    0x9457f000 - 0x945c3fff com.apple.securityinterface 2.1 (24981) /System/Library/Frameworks/SecurityInterface.framework/Versions/A/SecurityInter face
    0x945e7000 - 0x945f6fff libCGATS.A.dylib /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libCGATS.A.dylib
    0x945fe000 - 0x9460afff libCSync.A.dylib /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libCSync.A.dylib
    0x94650000 - 0x94668fff libRIP.A.dylib /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libRIP.A.dylib
    0x94872000 - 0x949a0fff com.apple.AddressBook.framework 4.0.3 (483) /System/Library/Frameworks/AddressBook.framework/Versions/A/AddressBook
    0x94a32000 - 0x94a41fff com.apple.DSObjCWrappers.Framework 1.1 /System/Library/PrivateFrameworks/DSObjCWrappers.framework/Versions/A/DSObjCWra ppers
    0x94a49000 - 0x94a76fff com.apple.LDAPFramework 1.4.1 (69.0.1) /System/Library/Frameworks/LDAP.framework/Versions/A/LDAP
    0x94a7d000 - 0x94a8dfff libsasl2.2.dylib /usr/lib/libsasl2.2.dylib
    0x94a91000 - 0x94ac0fff libssl.0.9.7.dylib /usr/lib/libssl.0.9.7.dylib
    0x94ad0000 - 0x94aedfff libresolv.9.dylib /usr/lib/libresolv.9.dylib
    0x95204000 - 0x95290fff com.apple.WebKit 417.9 /System/Library/Frameworks/WebKit.framework/Versions/A/WebKit
    0x952eb000 - 0x953e0fff com.apple.JavaScriptCore 417.8.1 /System/Library/Frameworks/WebKit.framework/Versions/A/Frameworks/JavaScriptCor e.framework/Versions/A/JavaScriptCore
    0x9541c000 - 0x95726fff com.apple.WebCore 417.19.1 /System/Library/Frameworks/WebKit.framework/Versions/A/Frameworks/WebCore.frame work/Versions/A/WebCore
    0x958ad000 - 0x958d6fff libxslt.1.dylib /usr/lib/libxslt.1.dylib
    0x958de000 - 0x95957fff com.apple.syncservices 2.2 (182.2) /System/Library/Frameworks/SyncServices.framework/Versions/A/SyncServices
    0x95a9a000 - 0x95accfff com.apple.PDFKit 1.0.1 /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/PDFKit.framew ork/Versions/A/PDFKit
    0x96a74000 - 0x96a93fff com.apple.vecLib 3.1.1 (vecLib 3.1.1) /System/Library/Frameworks/vecLib.framework/Versions/A/vecLib
    0x97104000 - 0x97129fff com.apple.speech.LatentSemanticMappingFramework 2.2 /System/Library/PrivateFrameworks/LatentSemanticMapping.framework/Versions/A/La tentSemanticMapping
    0x97b2f000 - 0x97b3dfff com.apple.DMNotification 1.0.2 (29) /System/Library/PrivateFrameworks/DMNotification.framework/Versions/A/DMNotific ation
    0x97d34000 - 0x97e00fff com.apple.QuartzComposer 1.2.1 (32.10.1) /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuartzCompose r.framework/Versions/A/QuartzComposer
    0x97e7a000 - 0x97e7afff com.apple.quartzframework 1.0 /System/Library/Frameworks/Quartz.framework/Versions/A/Quartz
    0x97ff3000 - 0x9800bfff com.apple.slideshow 1.0.4 (1.0) /System/Library/PrivateFrameworks/Slideshow.framework/Versions/A/Slideshow
    0x983bb000 - 0x983fefff com.apple.ISSupport 1.0.3 (15) /System/Library/PrivateFrameworks/ISSupport.framework/Versions/A/ISSupport
    0x9843a000 - 0x98456fff com.apple.DotMacSyncManager 1.0.2 (47) /System/Library/PrivateFrameworks/DotMacSyncManager.framework/Versions/A/DotMac SyncManager
    0x9857a000 - 0x985bbfff com.apple.PAPICommon 2.3 (119) /System/Library/PrivateFrameworks/DotMacLegacy.framework/Versions/A/DotMacLegac y
    0x98662000 - 0x9866dfff com.apple.IMFramework 3.1.1 (427) /System/Library/Frameworks/InstantMessage.framework/Versions/A/InstantMessage
    0x98678000 - 0x987cefff com.apple.MessageFramework 2.0.7 (746.3) /System/Library/Frameworks/Message.framework/Versions/B/Message
    Model: PowerMac7,3, BootROM 5.2.4f1, 2 processors, PowerPC G5 (3.0), 2 GHz, 3 GB
    Graphics: ATI Radeon 9600, ATY,RV351, AGP, 128 MB
    Memory Module: DIMM0/J11, 1 GB, DDR SDRAM, PC3200U-30330
    Memory Module: DIMM1/J12, 1 GB, DDR SDRAM, PC3200U-30330
    Memory Module: DIMM2/J13, 512 MB, DDR SDRAM, PC3200U-30330
    Memory Module: DIMM3/J14, 512 MB, DDR SDRAM, PC3200U-30330
    AirPort: AirPort Extreme, 404.2 (3.90.34.0.p16)
    Network Service: AirPort, AirPort, en1
    Serial ATA Device: Maxtor 6B160M0, 152.67 GB
    Parallel ATA Device: PIONEER DVD-RW DVR-109, 1.21 GB
    USB Device: Hub in Apple Pro Keyboard, Mitsumi Electric, Up to 12 Mb/sec, 500 mA
    USB Device: Kensington 4 button mouse, Kensington, Up to 1.5 Mb/sec, 100 mA
    USB Device: Apple Pro Keyboard, Mitsumi Electric, Up to 12 Mb/sec, 250 mA
    FireWire Device: unknown_device, unknown_value, Up to 400 Mb/sec

  • Screen sharing suddenly broken between two machines

    I have three machines on a LAN. Screen sharing works just fine in every direction except one: From my mac book pro to one of the minis, no matter what password I try, I get a dialog that the password is wrong. Now I know **** well the password is right, because it's the same one I use to screen share from the other machines, and with SSH.
    What's happened?!

    Turns out that AFP (disk sharing) is broken in this same direction. Both screen and disk sharing work in all other directions including from that mini back to my laptop.
    Chicken of the VNC can connect to the VNC server on the target machine using the generic VNC password.

Maybe you are looking for

  • Declare @StartDate/@EndDate in SQL View; cannot save (for use w/ ODBC)

    I have searched all over to find out how, in proper syntax, to code a date range-specific query that works just fine in SAP, but cannot be saved in a SQL view (to in turn be linked to an Excel spreadsheet).  An answer that links me to the proper thre

  • Costing run activation

    Dear gurus, I have not taken costing run for the last two month, but I have not faced any error during MIRO transaction & during billing document release to account. Last year we faced error such as Perform planned price change for the material & MIR

  • Any iTunes newer than 7.0 won't install; iPod Service won't start

    I've been tryin gto get a new iTunes installed on here but every time i try to install anything over 7.0 the installation halts at starting services and says it can't start the iPod service. I've tried manually shutting down the iPod service before r

  • Clone Stamp Tool Align Function

    I am using Elements 4.0 on a PC with XP Pro and I can't seem to get the Align option to turn off when I use the Clone Stamp Tool. Deselecting the "Aligned" option on the options toolbar has no effect: the pesky plus sign still follows the cursor ever

  • PO Hierarchy Setup

    Hi, We are Oracle 11.0.3. Would like to know if anyone has setup the hierarchy such that individual personal assistant can make the changes to hierarchy? As an example, Dept A has sub-depts A1, A2. Each dept and sub-depts has their own personal assis