Can anyone help on Validations

Hi SDNers,
I am facing a problem with validations.
Here is my requirement.
I had a field (Phone Number). In that business will enter either Lanline Number ot Mobile Number.
Ex - 0444 12345678 or 044 12345678 These are land line numbers.
ex:- Mobile numbers : 1234567891.
Here I need a validatin in this way.
1) First we need to check is NUL or not.
2) Then the phone shold not start with other than 0 or 1.
3) If its starts with 1 then there should not be a Space between those numbers.
4) If Landline number starts with 0 we need to check area code first 4 digits or 3 digits and space than phone number.
    Ex -  0444 12345678 or 044 12345678. (We need to check phone number is in this format or not)
Any Help?
Thanks
Kiran

Hi,
This is working. Just paste this
IS_NOT_NULL(Phone Number) AND LEFT(Phone Number,1)<=1 AND IF(LEFT(Phone Number,1)=1,ABS(Phone Number)=Phone Number) AND (IF(LEFT(Phone Number,1)=0,LEN(ABS(Phone Number))=2 OR IF(LEFT(Phone Number,1)=0,LEN(ABS(Phone Number))=3))
And If you want to avoid more than one space between the number( Example: 044 123 45678)
Paste this:
IS_NOT_NULL(Phone Number) AND LEFT(Phone Number,1)<=1 AND IF(LEFT(Phone Number,1)=1,ABS(Phone Number)=Phone Number) AND (IF(LEFT(Phone Number,1)=0,LEN(ABS(Phone Number))=2 OR IF(LEFT(Phone Number,1)=0,LEN(ABS(Phone Number))=3)) AND IF(LEFT(Phone Number,1)=0,ABS(RIGHT(Phone Number,LEN(Phone Number)-LEN(ABS(Phone Number))-2)) = RIGHT(Phone Number,LEN(Phone Number)-LEN(ABS(Phone Number))-2)))
Regards
Goutham Kanithi
Reward Points if helpful

Similar Messages

  • Can't log in with valid password, can't boot from disk, can't access disk utility, in single user mode can't reset password as appears locked in caps mode with '?' for forward slash, can anyone help?

    Can't log in with valid password, can't boot from disk, can't access disk utility, in single user mode can't reset password as appears locked in caps mode with '?' for forward slash, can anyone help?

    Which keyboard layout you were using? German, French ... I suppose your layout is reset to the default: US and you are unable to find the "?" or "/" ...
    Please have a look into the keyboard viewer, to see how the layout of your keyboard is actually.
    marek

  • HT4539 When i try to update/download any app i get a message saying your account is not valid on the indian store go to usa store, can anyone help fix this prob of switching stores. Thnx

    When i try to update/download any app i get a message saying your account is not valid on the indian store go to usa store, can anyone help fix this prob of switching stores. Thnx

    Change to UK App Store
    1. Tap "Settings"
    2. Tap "iTunes & App Stores"
    3.Tap "View Apple ID"
    4. Enter your user name and password.
    5. Tap "Country/Region."
    6. Tap "Change Country/Region"
    7. Select the region where you are located.
    8. Tap "Done".

  • HT1977 When I try and download an app, I get a message "MZCommerce.CreditBalanceMismatch.Mobile_message". This is even for free apps, and I do have plenty of credit. Can anyone help please?

    When I try and download an app, I get a message "MZCommerce.CreditBalanceMismatch.Mobile_message". This is even for free apps, and I do have plenty of credit. Can anyone help please?

    With a standard account you need a valid payment method even for free apps.
    From the message it sound like there is something wrong with your account or some of the information you entered in the account is not correct.. Verify that the information is correct and then if still problem contact iTunes.
    Contact iTunes

  • I just bought a new iMac and am having troubles downloading creative cloud installer.  Its coming up with error 214 - I can't find any solutions for this.  Can anyone help me?  Im on mac OS 10.9.4

    I just bought a new iMac and am having troubles downloading creative cloud installer.  Its coming up with error 214 - I can't find any solutions for this.  Can anyone help me?  Im on mac OS 10.9.4

    Meg81 error 214 indicates a download data validation error.  This means that the update you downloaded became corrupted likely during the download process.  I would recommend utilizing the suggestions listed in Error downloading Creative Cloud applications - http://helpx.adobe.com/creative-cloud/kb/error-downloading-cc-apps.html to attempt to improve the stability of your Internet connection.
    You can also find information on how to review your download logs which may provide additional information regarding the failure of the download.

  • Can Anyone help to explain why character \ is used in Route pattern.

    Can Anyone help to explain why character \ is used in Route pattern. also if you could explain *11\+1.289201XXXX ?

    Well, I think the proper characterization would be that the design is based on a loose interpretation of RegEx. For instance, the asterisk "*" is typically used as the directive for zero or more occurrences of the preceding character. In the UCM dial plan, the * is a valid digit and someone decided to avoid the nastiness of escaping asterisk every time it is needed. On a related point, in standard regex build the "?" is used for a 0 or 1 match. In UCM, the "?" is 0 or more (so, it is like the asterisk in that way).
    That said, I get your point. Someone says "hey, we need wild cards" and the likely place to start pulling examples is RegEx.
    HTH
    -Bill
    (b) http://ucguerrilla.com
    (t) @ucguerrilla
    Please remember to rate helpful responses and identify helpful or correct answers.

  • Can anyone help me silent installation of Adobe Robohelp 9?

    I want to deploy Adobe Robohelp 9 across my organization. So, i want to deploy it silently. Please can anyone help me with the silent switches or the procedure to install Adobe Robohelp 9 silently. In adobe site Adobe Robohelp 8 silent install document is available, but it is not working for Adobe Robohelp 9. 

    This does not work for me, as I expected. I am on Windows 7 enterprise 64 bit.
    I get :
    UI mode : Silent.
    Some error occurred during installation. Installation cannot continue.
    Exiting Installer with Code: 19
    This is the log from PDApp.txt in %appdata%\local\temp:
    5/31/2012 17:23:28 [INFO] Setup - Build Version - 2.2.41.0
    5/31/2012 17:23:28 [INFO] Setup - Logging Level verbosity Set  to 4
    5/31/2012 17:23:28 [INFO] Setup - Start Adobe Setup
    5/31/2012 17:23:28 [INFO] Setup - TimeLog: Bootstrapper Start
    5/31/2012 17:23:28 [INFO] Setup - TimeLog: Start initial checks
    5/31/2012 17:23:28 [ERROR] Setup - Error parsing command line arguments at - "--acton=install".
    Expected arguments are -
    --mode=silent
    --overrideFile="<FilePath>"
    5/31/2012 17:23:29 [INFO] PIM - Trying to access xml at path:C:\RoboHelp9\resources\setup.xml
    5/31/2012 17:23:29 [INFO] PIM - XML is valid
    5/31/2012 17:23:29 [WARN] PIM - Failed to find Node
    5/31/2012 17:23:29 [INFO] Setup - Found 3 packages in setup manifest
    5/31/2012 17:23:29 [INFO] Utilities - Semaphore is not locked
    5/31/2012 17:23:29 [INFO] PIM - Build Version - 2.2.41.0
    5/31/2012 17:23:29 [INFO] PIM - Logging Level verbosity Set  to 4
    5/31/2012 17:23:29 [INFO] Utilities - File does not exist
    5/31/2012 17:23:29 [INFO] PIM - Build Version - 2.2.41.0
    5/31/2012 17:23:29 [INFO] PIM - Logging Level verbosity Set  to 4
    5/31/2012 17:23:29 [INFO] PIM - CREATE PIM Instance ...
    5/31/2012 17:23:29 [INFO] Utilities - File does not exist
    5/31/2012 17:23:29 [INFO] PIM - trying to createOrUpdatePIMDbSchema.
    5/31/2012 17:23:29 [INFO] PIM - Current db schema version on machine 1.
    5/31/2012 17:23:29 [INFO] PIM - Current db schema version to install 1.
    5/31/2012 17:23:29 [INFO] PIM - PIM DB Schema is up to date. Current schema version is 1.
    5/31/2012 17:23:29 [INFO] PIM - PIM Database is Up To Date.
    5/31/2012 17:23:29 [INFO] PIM - Updater Inventory location:C:\RoboHelp9\resources\updaterinventory.dll
    5/31/2012 17:23:29 [INFO] PIM - Acquired System level ACF lock ...
    5/31/2012 17:23:29 [INFO] PIM - Trying to access xml at path:C:\RoboHelp9\packages\core\PDApp.pimx
    5/31/2012 17:23:29 [INFO] PIM - XML is valid
    5/31/2012 17:23:29 [WARN] PIM - Failed to find Node
    5/31/2012 17:23:29 [INFO] PIM - Package id 46DB720D-70A9-49B8-8904-875CF6D9827A is already installed
    5/31/2012 17:23:29 [INFO] PIM - Trying to access xml at path:C:\RoboHelp9\packages\UWA\UWA.pimx
    5/31/2012 17:23:29 [INFO] PIM - XML is valid
    5/31/2012 17:23:29 [WARN] PIM - Failed to find Node
    5/31/2012 17:23:29 [INFO] PIM - Package id 4B1B5F88-7767-4A42-AE69-10945059D31C is already installed
    5/31/2012 17:23:29 [INFO] PIM - Trying to access xml at path:C:\RoboHelp9\packages\DWA\DWA.pimx
    5/31/2012 17:23:29 [INFO] PIM - XML is valid
    5/31/2012 17:23:29 [WARN] PIM - Failed to find Node
    5/31/2012 17:23:29 [INFO] PIM - Package id F3809CA1-F2E8-4E68-819A-AF1079AA9735 is already installed
    5/31/2012 17:23:29 [INFO] PIM - Trying to access xml at path:C:\RoboHelp9\packages\LWA\LWA.pimx
    5/31/2012 17:23:29 [INFO] PIM - XML is valid
    5/31/2012 17:23:29 [WARN] PIM - Failed to find Node
    5/31/2012 17:23:29 [INFO] PIM - Package id 288AEB6F-C67B-4244-8B68-392A279BC618 is already installed
    5/31/2012 17:23:29 [INFO] PIM - pim_haveEnoughDiskSpaceToInstallPackages reqSize ... 21989306
    5/31/2012 17:23:29 [INFO] Setup - TimeLog: End initial checks
    5/31/2012 17:23:29 [INFO] Setup - TimeLog: Begin Installing
    5/31/2012 17:23:29 [INFO] Setup - Start Installing core package - C:\RoboHelp9\packages\core\PDApp.pimx
    5/31/2012 17:23:29 [INFO] PIM - START installPackage at file C:\RoboHelp9\packages\core\PDApp.pimx
    5/31/2012 17:23:29 [INFO] PIM - Trying to access xml at path:C:\RoboHelp9\packages\core\PDApp.pimx
    5/31/2012 17:23:29 [INFO] PIM - XML is valid
    5/31/2012 17:23:29 [WARN] PIM - Failed to find Node
    5/31/2012 17:23:29 [INFO] PIM - Package id 46DB720D-70A9-49B8-8904-875CF6D9827A is already installed
    5/31/2012 17:23:29 [INFO] PIM - SUCCESS deleteAppletRegInfoRecords.
    5/31/2012 17:23:29 [INFO] PIM - SUCCESS deletePackageUpgradeInfoRecords.
    5/31/2012 17:23:29 [INFO] PIM - SUCCESS deletePackageInstallationInfoRecords.
    5/31/2012 17:23:29 [INFO] PIM - SUCCESS insertPackageUpdateList.
    5/31/2012 17:23:29 [WARN] PIM - Failed to find Node
    5/31/2012 17:23:29 [INFO] PIM - SUCCESS insertAppletRegInfoList.
    5/31/2012 17:23:29 [INFO] PIM - Backup Folder Created
    5/31/2012 17:23:34 [INFO] Utilities - File does not exist
    5/31/2012 17:23:35 [INFO] PIM - SUCCESS installPackage at file C:\RoboHelp9\packages\core\PDApp.pimx.
    5/31/2012 17:23:35 [INFO] Setup - Finished Installing core package - C:\RoboHelp9\packages\core\PDApp.pimx, Return status: 0
    5/31/2012 17:23:35 [INFO] Setup - Start Installing package - C:\RoboHelp9\packages\UWA\UWA.pimx
    5/31/2012 17:23:35 [INFO] PIM - START installPackage at file C:\RoboHelp9\packages\UWA\UWA.pimx
    5/31/2012 17:23:35 [INFO] PIM - Trying to access xml at path:C:\RoboHelp9\packages\UWA\UWA.pimx
    5/31/2012 17:23:35 [INFO] PIM - XML is valid
    5/31/2012 17:23:35 [WARN] PIM - Failed to find Node
    5/31/2012 17:23:35 [INFO] PIM - Package id 4B1B5F88-7767-4A42-AE69-10945059D31C is already installed
    5/31/2012 17:23:35 [INFO] PIM - SUCCESS deleteAppletRegInfoRecords.
    5/31/2012 17:23:35 [INFO] PIM - SUCCESS deletePackageUpgradeInfoRecords.
    5/31/2012 17:23:35 [INFO] PIM - SUCCESS deletePackageInstallationInfoRecords.
    5/31/2012 17:23:35 [INFO] PIM - SUCCESS insertPackageUpdateList.
    5/31/2012 17:23:35 [INFO] PIM - SUCCESS insertAppletRegInfoList.
    5/31/2012 17:23:35 [INFO] PIM - Backup Folder Created
    5/31/2012 17:23:39 [INFO] Utilities - File does not exist
    5/31/2012 17:23:40 [INFO] PIM - SUCCESS installPackage at file C:\RoboHelp9\packages\UWA\UWA.pimx.
    5/31/2012 17:23:40 [INFO] Setup - Finished Installing package - C:\RoboHelp9\packages\UWA\UWA.pimx
    5/31/2012 17:23:40 [INFO] Setup - Start Installing package - C:\RoboHelp9\packages\DWA\DWA.pimx
    5/31/2012 17:23:40 [INFO] PIM - START installPackage at file C:\RoboHelp9\packages\DWA\DWA.pimx
    5/31/2012 17:23:40 [INFO] PIM - Trying to access xml at path:C:\RoboHelp9\packages\DWA\DWA.pimx
    5/31/2012 17:23:40 [INFO] PIM - XML is valid
    5/31/2012 17:23:40 [WARN] PIM - Failed to find Node
    5/31/2012 17:23:40 [INFO] PIM - Package id F3809CA1-F2E8-4E68-819A-AF1079AA9735 is already installed
    5/31/2012 17:23:40 [INFO] PIM - SUCCESS deleteAppletRegInfoRecords.
    5/31/2012 17:23:40 [INFO] PIM - SUCCESS deletePackageUpgradeInfoRecords.
    5/31/2012 17:23:40 [INFO] PIM - SUCCESS deletePackageInstallationInfoRecords.
    5/31/2012 17:23:40 [INFO] PIM - SUCCESS insertPackageUpdateList.
    5/31/2012 17:23:40 [INFO] PIM - SUCCESS insertAppletRegInfoList.
    5/31/2012 17:23:40 [INFO] PIM - Backup Folder Created
    5/31/2012 17:23:44 [INFO] Utilities - File does not exist
    5/31/2012 17:23:45 [INFO] PIM - SUCCESS installPackage at file C:\RoboHelp9\packages\DWA\DWA.pimx.
    5/31/2012 17:23:45 [INFO] Setup - Finished Installing package - C:\RoboHelp9\packages\DWA\DWA.pimx
    5/31/2012 17:23:45 [INFO] Setup - Start Installing package - C:\RoboHelp9\packages\LWA\LWA.pimx
    5/31/2012 17:23:45 [INFO] PIM - START installPackage at file C:\RoboHelp9\packages\LWA\LWA.pimx
    5/31/2012 17:23:45 [INFO] PIM - Trying to access xml at path:C:\RoboHelp9\packages\LWA\LWA.pimx
    5/31/2012 17:23:45 [INFO] PIM - XML is valid
    5/31/2012 17:23:45 [WARN] PIM - Failed to find Node
    5/31/2012 17:23:45 [INFO] PIM - Package id 288AEB6F-C67B-4244-8B68-392A279BC618 is already installed
    5/31/2012 17:23:45 [INFO] PIM - SUCCESS deleteAppletRegInfoRecords.
    5/31/2012 17:23:45 [INFO] PIM - SUCCESS deletePackageUpgradeInfoRecords.
    5/31/2012 17:23:45 [INFO] PIM - SUCCESS deletePackageInstallationInfoRecords.
    5/31/2012 17:23:45 [INFO] PIM - SUCCESS insertPackageUpdateList.
    5/31/2012 17:23:45 [INFO] PIM - SUCCESS insertAppletRegInfoList.
    5/31/2012 17:23:45 [INFO] PIM - Backup Folder Created
    5/31/2012 17:23:58 [INFO] Utilities - File does not exist
    5/31/2012 17:23:59 [INFO] PIM - SUCCESS installPackage at file C:\RoboHelp9\packages\LWA\LWA.pimx.
    5/31/2012 17:23:59 [INFO] Setup - Finished Installing package - C:\RoboHelp9\packages\LWA\LWA.pimx
    5/31/2012 17:23:59 [INFO] PIM - Processing ... _pimCreateOrUpdateAAMInventory
    5/31/2012 17:23:59 [INFO] PIM - Inventory Already present on the machine...
    5/31/2012 17:23:59 [INFO] Setup - TimeLog: End Installing. Now launching PDApp
    5/31/2012 17:24:00 [WARN] Setup - Install Source Path not specified. Searching for payloads at the launch path.
    5/31/2012 17:24:00 [INFO] Setup - Deployment Engine launched with command : "C:\Program Files (x86)\Common Files\Adobe\OOBE\PDApp\DWA\Setup.exe" --deploymentFile="C:\RoboHelp9\deploy\AdobeRobohelp9.0.1en_US.install.xml" --overrideFile="C:\RoboHelp9\application.xml.override" --installSourcePath="C:\RoboHelp9"
    5/31/2012 17:24:04 [FATAL] Setup - End Adobe Setup. Exit code: 19
    5/31/2012 17:24:04 [INFO] PIM - PIMSqlite closeDB status 0
    5/31/2012 17:24:04 [INFO] PIM - FREE PIM Instance ...

  • Can anyone help me with how to install itunes on windows 8.  The apple techs suggestions did not work

    Can anyone help me with how to install itunes on windows 8.  The apple techs suggestions didn't work.  Spent most of today installing and uninstalling itunes according to their instructions.  They will charge me again if I call again.

    When I run the iTunes64setup.exe it says: "The thingy is not a valid win32 application."
    That generally indicates that the installer has been getting damaged on the download.
    What web browser have you been using for downloading the iTunes64Setup.exe? Does it make any difference if you use Firefox instead of IE for the download (or vice versa)?

  • Have WIFI connection but can't access Safari or App store, nothing.  Can anyone help??

    I have just bought a iPad 2 WI-FI 16G today.  I have a full WI-FI connection but can't access the App store or Safari for any webpages, can anyone help?
    Thanks!!!!

    Despite what you call, "a full WiFi connection", you may not really be connected to your WiFi network.
    Your router may not have given your iPad a valid local network IP address. Go to Settings > Wifi > your network name and touch the ">" to the right to see the network details. If the IP address starts with 169 or is blank then your router didn't provide an IP address and you won't be able to access the Internet.
    Sometimes the fix can be as simple as restarting your router (remove power to the router for 30 seconds and then  restart). Next, reset network settings on your iPad (Settings > General > Reset > Reset network settings) and then attempt to connect. In other cases it might be necessary to update the router's firmware with the latest from the manufacturer's support web pages.
    If you need more help please give more details on your network, i.e., your router make, model and version, the wifi security being used (WEP, WPA, WPA2), etc.

  • I've just added payment information and it instantly took double times 1,98 euros from my account doing nothing. I understand if it's cost money but double times?? Can anyone help? I also bought a cd but with that everything is fine.

    Hey, can anyone help?
    My bank account is not in euros but the two times 1,98 euros happened before I purchased anything from the store so I really don't understand! Thanks in advance!

    Each time that you add or change the credit card details on your account a small temporary store holding charge may be applied to check that the card details are correct and valid and that it's registered to exactly the same name and address as on your iTunes account - it should disappear off your account within a few days or so.
    Store holding charge : http://support.apple.com/kb/HT3702

  • My FaceTime won't send the verify address email.    Can anyone help

    I need help.   When I first set my account it worked.   I had to change apple I'd password and now I can't face time     I log in it goes to validating email address.    Takes awhile.     Then it says it can't.      It says it's sending a email to validate but the email never shows up.       Can anyone help

    I had a similar problem with an old apple ID (using a gmail addy)  - I could log into itunes etc.. all fine on my macbook but facetime had a similar issue to THuffDaddy's with verifying email address. It looked like it had verified, but then hung... and eventually came back with could not verify. It had worked previously but just started having issues for some reason.
    I used rayminsters idea around logging in with my old apple id (and password) into the support section and found I could change the apple ID (which was my email) (with all other info unchanged).
    Put in a secondary email address and when thru the verification process, then changed the primary address/apple ID and logged into facetime (with the same pwd but diff email id) with it and it worked.
    So I logged back out of facetime and changed my email address back to what it (so people could get hold of me) was and logged back into facetime with no issues.
    While it worked for me it might not work for everyone.. and might be a little late for the above ppl.. but might help someone...
    Good luck

  • I need help - My illustrator CS2 just quit working.  Can anyone help?

    I went to open a file yesterday and illustrator just freezes on me.  won't open.  I have uninstalled and reinstalled but no luck.  My photo shop is working fine but Indesign now asks for serial number and then tells me it is not valid. Panic here as Adobe states they will not support/help me even if I pay.  They say illustrator CS2 is to old.  It does what I need for my business and must have it up and running again.  Short of buying the update - does anyone out there know of something I can try to resolve this?  HELP ME PLEASE????  Karen

    You are a life saver!!!!  It worked!  Thank You  so much - Why couldn't
    Adobe just sent this to me in the first place.  It would have made my life
    soooooo much easier.  Back in business again - just in time to get a rush
    order handled for one of our customers.   THANK YOU THANK YOU THANK YOU
    Karen
    From: cruisedesigner <[email protected]>
    Reply-To: <[email protected]>
    Date: Fri, 22 Jan 2010 08:38:58 -0700
    To: Karen Caisse <[email protected]>
    Subject: I need help - My illustrator CS2 just quit
    working.  Can anyone help?
    Hi Karen
    I just found this link whilst looking on the forum
    http://go.adobe.com/kb/ts_cpsid_53468_en-us
    go to this link it worked for me
    hope it helps
    >

  • When i login to my mac, it opens iTunes, Skype and AIM. I've tried deleting these from the login items, but they are not on the list.  Can anyone help?

    When i login to my mac, it opens iTunes, Skype and AIM. I've tried deleting these from the login items, but they are not on the list.  Can anyone help?

    babowa wrote:
    If you do not lock that folder immediately after deleting all the contents, it will simply populate again (Resume - a "feature" in Lion). You do that by doing a Get Info (highlight folder and press Command + I keys), unlock the lock at the bottom, enter your admin password, then check the box to lock the folder. lock the lock and you're done.
    Yes, that is correct. The alternative is to quit all applications prior to logging out. Lion will then have a chance to remove the saved states.
    babowa also wrote:
    And, for the OP:
    It has also been a regular feature of Mac OS to automatically open any window that was open at shutdown. To avoit that behavior, simply close any Finder windows and  properly quit applications by closing their window and using Command + Q (or File >Quit).
    This was true only for the Finder. Prior to Lion, no other apps would launch unless they were included in the Login Items for the account. And the OS would not restore windows for other apps.
    A very small number of apps (TextWrangler is an example) implemented this capability prior to Lion. They could restore previously opened windows. But that is an application feature, and can be controlled by the application's preferences. Lion implements it at the system level, and users have virtually no control on a per application basis.

  • Safari and other web browsers quit. Can anyone help with a crash report?

    Can anyone help point me in some direction to why Safari keeps crashing on me. Sometimes it's watching video, but sometimes it's just in the middle of reading a webpage.
    I've tried repairing permissions, deleting the cache and history, deleting the preferences (even some quicktime and flash preferences), troubleshooting duplicate fonts, ran Disk Warrior and Tech Tool. I'm up to date on everything, I think.
    Here's the crash report:
    Date/Time: 2007-01-28 17:33:29.366 -0500
    OS Version: 10.4.8 (Build 8L127)
    Report Version: 4
    Command: Safari
    Path: /Applications/Safari.app/Contents/MacOS/Safari
    Parent: WindowServer [59]
    Version: 2.0.4 (419.3)
    Build Version: 1
    Project Name: WebBrowser
    Source Version: 4190300
    PID: 328
    Thread: 0
    Exception: EXCBADACCESS (0x0001)
    Codes: KERNINVALIDADDRESS (0x0001) at 0xc00061fc
    Thread 0 Crashed:
    0 ...romedia.Flash Player.plugin 0x062b02f4 Flash_EnforceLocalSecurity + 532696
    1 <<00000000>> 0x00000000 0 + 0
    2 ...romedia.Flash Player.plugin 0x0631a6a4 Flash_EnforceLocalSecurity + 967816
    3 ...romedia.Flash Player.plugin 0x0623af74 Flash_EnforceLocalSecurity + 52568
    4 ...romedia.Flash Player.plugin 0x0630b718 Flash_EnforceLocalSecurity + 906492
    5 ...romedia.Flash Player.plugin 0x06237a6c Flash_EnforceLocalSecurity + 38992
    6 ...romedia.Flash Player.plugin 0x062300e4 Flash_EnforceLocalSecurity + 7880
    7 com.apple.WebKit 0x956b1fd4 -[WebBaseNetscapePluginView sendEvent:] + 280
    8 com.apple.WebKit 0x956b3e54 -[WebBaseNetscapePluginView sendNullEvent] + 144
    9 com.apple.Foundation 0x92961f5c __NSFireTimer + 116
    10 com.apple.CoreFoundation 0x907f0550 __CFRunLoopDoTimer + 184
    11 com.apple.CoreFoundation 0x907dcec8 __CFRunLoopRun + 1680
    12 com.apple.CoreFoundation 0x907dc47c CFRunLoopRunSpecific + 268
    13 com.apple.HIToolbox 0x93205740 RunCurrentEventLoopInMode + 264
    14 com.apple.HIToolbox 0x93204dd4 ReceiveNextEventCommon + 380
    15 com.apple.HIToolbox 0x93204c40 BlockUntilNextEventMatchingListInMode + 96
    16 com.apple.AppKit 0x936e7ae4 _DPSNextEvent + 384
    17 com.apple.AppKit 0x936e77a8 -[NSApplication nextEventMatchingMask:untilDate:inMode:dequeue:] + 116
    18 com.apple.Safari 0x00006740 0x1000 + 22336
    19 com.apple.AppKit 0x936e3cec -[NSApplication run] + 472
    20 com.apple.AppKit 0x937d487c NSApplicationMain + 452
    21 com.apple.Safari 0x0005c77c 0x1000 + 374652
    22 com.apple.Safari 0x0005c624 0x1000 + 374308
    Thread 1:
    0 libSystem.B.dylib 0x9000ab48 machmsgtrap + 8
    1 libSystem.B.dylib 0x9000aa9c mach_msg + 60
    2 com.apple.CoreFoundation 0x907dcb78 __CFRunLoopRun + 832
    3 com.apple.CoreFoundation 0x907dc47c CFRunLoopRunSpecific + 268
    4 com.apple.Foundation 0x9296e164 -[NSRunLoop runMode:beforeDate:] + 172
    5 com.apple.Foundation 0x9296e09c -[NSRunLoop run] + 76
    6 com.apple.WebKit 0x9568aef0 +[WebFileDatabase _syncLoop:] + 176
    7 com.apple.Foundation 0x9295f194 forkThreadForFunction + 108
    8 libSystem.B.dylib 0x9002b508 pthreadbody + 96
    Thread 2:
    0 libSystem.B.dylib 0x9000ab48 machmsgtrap + 8
    1 libSystem.B.dylib 0x9000aa9c mach_msg + 60
    2 com.apple.CoreFoundation 0x907dcb78 __CFRunLoopRun + 832
    3 com.apple.CoreFoundation 0x907dc47c CFRunLoopRunSpecific + 268
    4 com.apple.Foundation 0x9298669c +[NSURLConnection(NSURLConnectionInternal) _resourceLoadLoop:] + 264
    5 com.apple.Foundation 0x9295f194 forkThreadForFunction + 108
    6 libSystem.B.dylib 0x9002b508 pthreadbody + 96
    Thread 3:
    0 libSystem.B.dylib 0x9000ab48 machmsgtrap + 8
    1 libSystem.B.dylib 0x9000aa9c mach_msg + 60
    2 com.apple.CoreFoundation 0x907dcb78 __CFRunLoopRun + 832
    3 com.apple.CoreFoundation 0x907dc47c CFRunLoopRunSpecific + 268
    4 com.apple.Foundation 0x929877dc +[NSURLCache _diskCacheSyncLoop:] + 152
    5 com.apple.Foundation 0x9295f194 forkThreadForFunction + 108
    6 libSystem.B.dylib 0x9002b508 pthreadbody + 96
    Thread 4:
    0 libSystem.B.dylib 0x9001f08c select + 12
    1 com.apple.CoreFoundation 0x907ef40c __CFSocketManager + 472
    2 libSystem.B.dylib 0x9002b508 pthreadbody + 96
    Thread 5:
    0 libSystem.B.dylib 0x9002bbc8 semaphorewait_signaltrap + 8
    1 libSystem.B.dylib 0x900306ac pthreadcondwait + 480
    2 com.apple.Foundation 0x92966300 -[NSConditionLock lockWhenCondition:] + 68
    3 com.apple.Syndication 0x9a57642c -[AsyncDB _run:] + 192
    4 com.apple.Foundation 0x9295f194 forkThreadForFunction + 108
    5 libSystem.B.dylib 0x9002b508 pthreadbody + 96
    Thread 6:
    0 libSystem.B.dylib 0x9002bbc8 semaphorewait_signaltrap + 8
    1 libSystem.B.dylib 0x900306ac pthreadcondwait + 480
    2 com.apple.Foundation 0x92966300 -[NSConditionLock lockWhenCondition:] + 68
    3 com.apple.AppKit 0x93784708 -[NSUIHeartBeat _heartBeatThread:] + 324
    4 com.apple.Foundation 0x9295f194 forkThreadForFunction + 108
    5 libSystem.B.dylib 0x9002b508 pthreadbody + 96
    Thread 7:
    0 libSystem.B.dylib 0x9000ab48 machmsgtrap + 8
    1 libSystem.B.dylib 0x9000aa9c mach_msg + 60
    2 com.apple.CoreFoundation 0x907dcb78 __CFRunLoopRun + 832
    3 com.apple.CoreFoundation 0x907dc47c CFRunLoopRunSpecific + 268
    4 com.apple.audio.CoreAudio 0x9145663c HALRunLoop::OwnThread(void*) + 264
    5 com.apple.audio.CoreAudio 0x914563dc CAPThread::Entry(CAPThread*) + 96
    6 libSystem.B.dylib 0x9002b508 pthreadbody + 96
    Thread 8:
    0 libSystem.B.dylib 0x9000ab48 machmsgtrap + 8
    1 libSystem.B.dylib 0x9000aa9c mach_msg + 60
    2 ...romedia.Flash Player.plugin 0x064d6f3c nativeShockwaveFlashTCallFrame + 1345280
    3 libSystem.B.dylib 0x9002b508 pthreadbody + 96
    Thread 9:
    0 libSystem.B.dylib 0x90054ae8 semaphoretimedwait_signaltrap + 8
    1 libSystem.B.dylib 0x90071168 pthreadcond_timedwait_relativenp + 556
    2 ...ple.CoreServices.CarbonCore 0x90c025bc MPWaitOnSemaphore + 184
    3 ...romedia.Flash Player.plugin 0x06344c10 Flash_EnforceLocalSecurity + 1141236
    4 ...romedia.Flash Player.plugin 0x063321b4 Flash_EnforceLocalSecurity + 1064856
    5 ...romedia.Flash Player.plugin 0x063449bc Flash_EnforceLocalSecurity + 1140640
    6 ...romedia.Flash Player.plugin 0x06344984 Flash_EnforceLocalSecurity + 1140584
    7 ...ple.CoreServices.CarbonCore 0x90bc48b0 PrivateMPEntryPoint + 76
    8 libSystem.B.dylib 0x9002b508 pthreadbody + 96
    Thread 10:
    0 libSystem.B.dylib 0x90054ae8 semaphoretimedwait_signaltrap + 8
    1 libSystem.B.dylib 0x90071168 pthreadcond_timedwait_relativenp + 556
    2 com.apple.audio.CoreAudio 0x91467794 CAGuard::WaitFor(unsigned long long) + 204
    3 com.apple.audio.CoreAudio 0x914676a4 CAGuard::WaitUntil(unsigned long long) + 304
    4 com.apple.audio.CoreAudio 0x914658e8 HP_IOThread::WorkLoop() + 852
    5 com.apple.audio.CoreAudio 0x91465580 HPIOThread::ThreadEntry(HPIOThread*) + 16
    6 com.apple.audio.CoreAudio 0x914563dc CAPThread::Entry(CAPThread*) + 96
    7 libSystem.B.dylib 0x9002b508 pthreadbody + 96
    Thread 0 crashed with PPC Thread State 64:
    srr0: 0x00000000062b02f4 srr1: 0x000000000200f030 vrsave: 0x00000000fff00000
    cr: 0x24022244 xer: 0x0000000000000004 lr: 0x00000000062b0470 ctr: 0x000000000623af30
    r0: 0x00000000062b0470 r1: 0x00000000bfffe200 r2: 0x0000000000000001 r3: 0x0000000006a89028
    r4: 0x00000000bfffe2a0 r5: 0x00000000ffffffff r6: 0x0000000000000000 r7: 0x0000000000000000
    r8: 0x0000000000000004 r9: 0x0000000006a9e200 r10: 0x0000000033362eff r11: 0x000000000657d294
    r12: 0x000000000623af30 r13: 0x0000000000000000 r14: 0x0000000000000001 r15: 0x0000000000000001
    r16: 0x0000000000000000 r17: 0x0000000000000000 r18: 0x00000000000037df r19: 0x0000000000000000
    r20: 0x0000000000000000 r21: 0x00000000e4e0d7c5 r22: 0x0000000000000000 r23: 0x0000000000000000
    r24: 0x00000000064fac80 r25: 0x0000000000000000 r26: 0x0000000000000002 r27: 0x0000000000000000
    r28: 0x0000000006a89028 r29: 0x00000000bfffe2a0 r30: 0x0000000006a89000 r31: 0x0000000006a89000
    Binary Images Description:
    0x1000 - 0xdcfff com.apple.Safari 2.0.4 (419.3) /Applications/Safari.app/Contents/MacOS/Safari
    0x17ca000 - 0x17ccfff com.apple.textencoding.unicode 2.0 /System/Library/TextEncodings/Unicode Encodings.bundle/Contents/MacOS/Unicode Encodings
    0x4df5000 - 0x4df6fff com.apple.aoa.halplugin 2.5.6 (2.5.6b5) /System/Library/Extensions/IOAudioFamily.kext/Contents/PlugIns/AOAHALPlugin.bun dle/Contents/MacOS/AOAHALPlugin
    0x622a000 - 0x6533fff com.macromedia.Flash Player.plugin 9.0.0 (1.0.4f20) /Library/Internet Plug-Ins/Flash Player.plugin/Contents/MacOS/Flash Player
    0x766f000 - 0x7747fff com.divxnetworks.DivXCodec 5.1b /Library/QuickTime/DivX 5.component/Contents/MacOS/DivX 5
    0x908f000 - 0x90c8fff com.apple.audio.SoundManager.Components 3.9.1 /System/Library/Components/SoundManagerComponents.component/Contents/MacOS/Soun dManagerComponents
    0x9100000 - 0x913ffff com.apple.QuickTimeFireWireDV.component 7.1.3 /System/Library/QuickTime/QuickTimeFireWireDV.component/Contents/MacOS/QuickTim eFireWireDV
    0x8fe00000 - 0x8fe51fff dyld 45.3 /usr/lib/dyld
    0x90000000 - 0x901bcfff libSystem.B.dylib /usr/lib/libSystem.B.dylib
    0x90214000 - 0x90219fff libmathCommon.A.dylib /usr/lib/system/libmathCommon.A.dylib
    0x9021b000 - 0x90268fff com.apple.CoreText 1.0.2 (???) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreText.framework/Versions/A/CoreText
    0x90293000 - 0x90344fff ATS /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ATS.framework/Versions/A/ATS
    0x90373000 - 0x9072dfff com.apple.CoreGraphics 1.258.38 (???) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/CoreGraphics
    0x907ba000 - 0x90893fff com.apple.CoreFoundation 6.4.6 (368.27) /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
    0x908dc000 - 0x908dcfff com.apple.CoreServices 10.4 (???) /System/Library/Frameworks/CoreServices.framework/Versions/A/CoreServices
    0x908de000 - 0x909e0fff libicucore.A.dylib /usr/lib/libicucore.A.dylib
    0x90a3a000 - 0x90abefff libobjc.A.dylib /usr/lib/libobjc.A.dylib
    0x90ae8000 - 0x90b5afff IOKit /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit
    0x90b70000 - 0x90b82fff libauto.dylib /usr/lib/libauto.dylib
    0x90b89000 - 0x90e60fff com.apple.CoreServices.CarbonCore 681.7 /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CarbonC ore.framework/Versions/A/CarbonCore
    0x90ec6000 - 0x90f46fff com.apple.CoreServices.OSServices 4.1 /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/OSServi ces.framework/Versions/A/OSServices
    0x90f90000 - 0x90fd1fff com.apple.CFNetwork 129.19 /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CFNetwo rk.framework/Versions/A/CFNetwork
    0x90fe6000 - 0x90ffefff com.apple.WebServices 1.1.2 (1.1.0) /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/WebServ icesCore.framework/Versions/A/WebServicesCore
    0x9100e000 - 0x9108ffff com.apple.SearchKit 1.0.5 /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SearchK it.framework/Versions/A/SearchKit
    0x910d5000 - 0x910fefff com.apple.Metadata 10.4.4 (121.36) /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Metadat a.framework/Versions/A/Metadata
    0x9110f000 - 0x9111dfff libz.1.dylib /usr/lib/libz.1.dylib
    0x91120000 - 0x912dbfff com.apple.security 4.6 (29770) /System/Library/Frameworks/Security.framework/Versions/A/Security
    0x913da000 - 0x913e3fff com.apple.DiskArbitration 2.1 /System/Library/Frameworks/DiskArbitration.framework/Versions/A/DiskArbitration
    0x913ea000 - 0x91412fff com.apple.SystemConfiguration 1.8.3 /System/Library/Frameworks/SystemConfiguration.framework/Versions/A/SystemConfi guration
    0x91425000 - 0x91430fff libgcc_s.1.dylib /usr/lib/libgcc_s.1.dylib
    0x91435000 - 0x9143dfff libbsm.dylib /usr/lib/libbsm.dylib
    0x91441000 - 0x914bcfff com.apple.audio.CoreAudio 3.0.4 /System/Library/Frameworks/CoreAudio.framework/Versions/A/CoreAudio
    0x914f9000 - 0x914f9fff com.apple.ApplicationServices 10.4 (???) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Application Services
    0x914fb000 - 0x91533fff com.apple.AE 1.5 (297) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ AE.framework/Versions/A/AE
    0x9154e000 - 0x9161bfff com.apple.ColorSync 4.4.4 /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ColorSync.framework/Versions/A/ColorSync
    0x91670000 - 0x91701fff com.apple.print.framework.PrintCore 4.6 (177.13) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ PrintCore.framework/Versions/A/PrintCore
    0x91748000 - 0x917fffff com.apple.QD 3.10.21 (???) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ QD.framework/Versions/A/QD
    0x9183c000 - 0x9189afff com.apple.HIServices 1.5.3 (???) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ HIServices.framework/Versions/A/HIServices
    0x918c9000 - 0x918eafff com.apple.LangAnalysis 1.6.1 /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ LangAnalysis.framework/Versions/A/LangAnalysis
    0x918fe000 - 0x91923fff com.apple.FindByContent 1.5 /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ FindByContent.framework/Versions/A/FindByContent
    0x91936000 - 0x91978fff com.apple.LaunchServices 181 /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ LaunchServices.framework/Versions/A/LaunchServices
    0x91994000 - 0x919a8fff com.apple.speech.synthesis.framework 3.3 /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ SpeechSynthesis.framework/Versions/A/SpeechSynthesis
    0x919b6000 - 0x919f8fff com.apple.ImageIO.framework 1.5.0 /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/ImageIO
    0x91a0e000 - 0x91ad5fff libcrypto.0.9.7.dylib /usr/lib/libcrypto.0.9.7.dylib
    0x91b23000 - 0x91b38fff libcups.2.dylib /usr/lib/libcups.2.dylib
    0x91b3d000 - 0x91b5bfff libJPEG.dylib /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libJPEG.dylib
    0x91b61000 - 0x91bd0fff libJP2.dylib /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libJP2.dylib
    0x91be7000 - 0x91bebfff libGIF.dylib /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libGIF.dylib
    0x91bed000 - 0x91c4cfff libRaw.dylib /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libRaw.dylib
    0x91c51000 - 0x91c8efff libTIFF.dylib /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libTIFF.dylib
    0x91c95000 - 0x91caefff libPng.dylib /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libPng.dylib
    0x91cb3000 - 0x91cb6fff libRadiance.dylib /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libRadiance.dylib
    0x91cb8000 - 0x91cb8fff com.apple.Accelerate 1.2.2 (Accelerate 1.2.2) /System/Library/Frameworks/Accelerate.framework/Versions/A/Accelerate
    0x91cba000 - 0x91d9ffff com.apple.vImage 2.4 /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vImage.fr amework/Versions/A/vImage
    0x91da7000 - 0x91dc6fff 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
    0x91e32000 - 0x91ea0fff libvMisc.dylib /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libvMisc.dylib
    0x91eab000 - 0x91f40fff libvDSP.dylib /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libvDSP.dylib
    0x91f5a000 - 0x924e2fff libBLAS.dylib /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libBLAS.dylib
    0x92515000 - 0x92840fff libLAPACK.dylib /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libLAPACK.dylib
    0x92870000 - 0x928f8fff com.apple.DesktopServices 1.3.5 /System/Library/PrivateFrameworks/DesktopServicesPriv.framework/Versions/A/Desk topServicesPriv
    0x92939000 - 0x92b64fff com.apple.Foundation 6.4.6 (567.27) /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation
    0x92c82000 - 0x92d60fff libxml2.2.dylib /usr/lib/libxml2.2.dylib
    0x92d80000 - 0x92e6efff libiconv.2.dylib /usr/lib/libiconv.2.dylib
    0x92e80000 - 0x92e9efff libGL.dylib /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib
    0x92ea9000 - 0x92f03fff libGLU.dylib /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLU.dylib
    0x92f21000 - 0x92f21fff com.apple.Carbon 10.4 (???) /System/Library/Frameworks/Carbon.framework/Versions/A/Carbon
    0x92f23000 - 0x92f37fff com.apple.ImageCapture 3.0 /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/ImageCapture. framework/Versions/A/ImageCapture
    0x92f4f000 - 0x92f5ffff com.apple.speech.recognition.framework 3.4 /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SpeechRecogni tion.framework/Versions/A/SpeechRecognition
    0x92f6b000 - 0x92f80fff com.apple.securityhi 2.0 (203) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SecurityHI.fr amework/Versions/A/SecurityHI
    0x92f92000 - 0x93019fff com.apple.ink.framework 101.2 (69) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Ink.framework /Versions/A/Ink
    0x9302d000 - 0x93038fff com.apple.help 1.0.3 (32) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Help.framewor k/Versions/A/Help
    0x93042000 - 0x9306ffff com.apple.openscripting 1.2.5 (???) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/OpenScripting .framework/Versions/A/OpenScripting
    0x93089000 - 0x93098fff com.apple.print.framework.Print 5.2 (192.4) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Print.framewo rk/Versions/A/Print
    0x930a4000 - 0x9310afff com.apple.htmlrendering 1.1.2 /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HTMLRendering .framework/Versions/A/HTMLRendering
    0x9313b000 - 0x9318afff com.apple.NavigationServices 3.4.4 (3.4.3) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/NavigationSer vices.framework/Versions/A/NavigationServices
    0x931b8000 - 0x931d5fff com.apple.audio.SoundManager 3.9 /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CarbonSound.f ramework/Versions/A/CarbonSound
    0x931e7000 - 0x931f4fff com.apple.CommonPanels 1.2.2 (73) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CommonPanels. framework/Versions/A/CommonPanels
    0x931fd000 - 0x9350afff com.apple.HIToolbox 1.4.8 (???) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HIToolbox.fra mework/Versions/A/HIToolbox
    0x93659000 - 0x93665fff com.apple.opengl 1.4.7 /System/Library/Frameworks/OpenGL.framework/Versions/A/OpenGL
    0x9366a000 - 0x9368afff com.apple.DirectoryService.Framework 3.1 /System/Library/Frameworks/DirectoryService.framework/Versions/A/DirectoryServi ce
    0x936dd000 - 0x936ddfff com.apple.Cocoa 6.4 (???) /System/Library/Frameworks/Cocoa.framework/Versions/A/Cocoa
    0x936df000 - 0x93d12fff com.apple.AppKit 6.4.7 (824.41) /System/Library/Frameworks/AppKit.framework/Versions/C/AppKit
    0x9409f000 - 0x9410ffff com.apple.CoreData 80 /System/Library/Frameworks/CoreData.framework/Versions/A/CoreData
    0x94148000 - 0x9420bfff com.apple.audio.toolbox.AudioToolbox 1.4.3 /System/Library/Frameworks/AudioToolbox.framework/Versions/A/AudioToolbox
    0x9425d000 - 0x9425dfff com.apple.audio.units.AudioUnit 1.4 /System/Library/Frameworks/AudioUnit.framework/Versions/A/AudioUnit
    0x9425f000 - 0x94432fff com.apple.QuartzCore 1.4.9 /System/Library/Frameworks/QuartzCore.framework/Versions/A/QuartzCore
    0x94488000 - 0x944c5fff libsqlite3.0.dylib /usr/lib/libsqlite3.0.dylib
    0x944cd000 - 0x9451dfff libGLImage.dylib /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLImage.dyl ib
    0x945ae000 - 0x945e6fff com.apple.vmutils 4.0.0 (85) /System/Library/PrivateFrameworks/vmutils.framework/Versions/A/vmutils
    0x94629000 - 0x94645fff com.apple.securityfoundation 2.2 (27710) /System/Library/Frameworks/SecurityFoundation.framework/Versions/A/SecurityFoun dation
    0x94659000 - 0x9469dfff com.apple.securityinterface 2.2 (27692) /System/Library/Frameworks/SecurityInterface.framework/Versions/A/SecurityInter face
    0x946c1000 - 0x946d0fff libCGATS.A.dylib /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libCGATS.A.dylib
    0x946d8000 - 0x946e5fff libCSync.A.dylib /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libCSync.A.dylib
    0x9472b000 - 0x94744fff libRIP.A.dylib /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libRIP.A.dylib
    0x9474b000 - 0x94a1afff com.apple.QuickTime 7.1.3 /System/Library/Frameworks/QuickTime.framework/Versions/A/QuickTime
    0x94add000 - 0x94b4efff libstdc++.6.dylib /usr/lib/libstdc++.6.dylib
    0x94bc1000 - 0x94be3fff libmx.A.dylib /usr/lib/libmx.A.dylib
    0x94ceb000 - 0x94e1bfff com.apple.AddressBook.framework 4.0.4 (485.1) /System/Library/Frameworks/AddressBook.framework/Versions/A/AddressBook
    0x94ead000 - 0x94ebcfff com.apple.DSObjCWrappers.Framework 1.1 /System/Library/PrivateFrameworks/DSObjCWrappers.framework/Versions/A/DSObjCWra ppers
    0x94ec4000 - 0x94ef1fff com.apple.LDAPFramework 1.4.1 (69.0.1) /System/Library/Frameworks/LDAP.framework/Versions/A/LDAP
    0x94ef8000 - 0x94f08fff libsasl2.2.dylib /usr/lib/libsasl2.2.dylib
    0x94f0c000 - 0x94f3bfff libssl.0.9.7.dylib /usr/lib/libssl.0.9.7.dylib
    0x94f4b000 - 0x94f68fff libresolv.9.dylib /usr/lib/libresolv.9.dylib
    0x95688000 - 0x95716fff com.apple.WebKit 418.9.1 /System/Library/Frameworks/WebKit.framework/Versions/A/WebKit
    0x95772000 - 0x95808fff com.apple.JavaScriptCore 418.3 /System/Library/Frameworks/WebKit.framework/Versions/A/Frameworks/JavaScriptCor e.framework/Versions/A/JavaScriptCore
    0x95845000 - 0x95b51fff com.apple.WebCore 418.21 /System/Library/Frameworks/WebKit.framework/Versions/A/Frameworks/WebCore.frame work/Versions/A/WebCore
    0x95cda000 - 0x95d03fff libxslt.1.dylib /usr/lib/libxslt.1.dylib
    0x96482000 - 0x96483fff libCyrillicConverter.dylib /System/Library/CoreServices/Encodings/libCyrillicConverter.dylib
    0x96485000 - 0x96486fff libGreekConverter.dylib /System/Library/CoreServices/Encodings/libGreekConverter.dylib
    0x9648b000 - 0x964a1fff libJapaneseConverter.dylib /System/Library/CoreServices/Encodings/libJapaneseConverter.dylib
    0x964a3000 - 0x964c3fff libKoreanConverter.dylib /System/Library/CoreServices/Encodings/libKoreanConverter.dylib
    0x964d1000 - 0x964dffff libSimplifiedChineseConverter.dylib /System/Library/CoreServices/Encodings/libSimplifiedChineseConverter.dylib
    0x964e4000 - 0x964e5fff libThaiConverter.dylib /System/Library/CoreServices/Encodings/libThaiConverter.dylib
    0x964e7000 - 0x964fafff libTraditionalChineseConverter.dylib /System/Library/CoreServices/Encodings/libTraditionalChineseConverter.dylib
    0x96f07000 - 0x96f26fff com.apple.vecLib 3.2.2 (vecLib 3.2.2) /System/Library/Frameworks/vecLib.framework/Versions/A/vecLib
    0x9772c000 - 0x97739fff com.apple.agl 2.5.6 (AGL-2.5.6) /System/Library/Frameworks/AGL.framework/Versions/A/AGL
    0x98bdf000 - 0x99596fff com.apple.QuickTimeComponents.component 7.1.3 /System/Library/QuickTime/QuickTimeComponents.component/Contents/MacOS/QuickTim eComponents
    0x9a573000 - 0x9a5a9fff com.apple.Syndication 1.0.6 (54) /System/Library/PrivateFrameworks/Syndication.framework/Versions/A/Syndication
    0x9a5c6000 - 0x9a5d8fff com.apple.SyndicationUI 1.0.6 (54) /System/Library/PrivateFrameworks/SyndicationUI.framework/Versions/A/Syndicatio nUI
    Model: PowerMac3,6, BootROM 4.4.8f2, 1 processors, PowerPC G4 (3.3), 1.25 GHz, 1.25 GB
    Graphics: ATI Radeon 9000 Pro, ATY,RV250, AGP, 64 MB
    Memory Module: DIMM0/J21, 256 MB, DDR SDRAM, PC2600U-25330
    Memory Module: DIMM1/J22, 512 MB, DDR SDRAM, PC2600U-25330
    Memory Module: DIMM2/J23, 512 MB, DDR SDRAM, PC2600U-25330
    Modem: Dash2, UCJ, V.92, 1.0F, APPLE VERSION 2.6.6
    Network Service: Built-in Ethernet, Ethernet, en0
    Parallel ATA Device: HL-DT-ST RW/DVD GCC-4480B
    Parallel ATA Device: ST380011A, 74.53 GB
    USB Device: Hub, Up to 12 Mb/sec, 500 mA
    USB Device: Hub in Apple Pro Keyboard, Mitsumi Electric, Up to 12 Mb/sec, 500 mA
    USB Device: Apple Pro Keyboard, Mitsumi Electric, Up to 12 Mb/sec, 250 mA
    USB Device: Hub, Up to 12 Mb/sec, 500 mA
    USB Device: ET-0405A-UV2.0-3, WACOM, Up to 1.5 Mb/sec, 500 mA
    Power PC G-4   Mac OS X (10.4.8)   1.25 Ghz

    Sorry, lost my mind for a minute. Here is my most recent crash report:
    Host Name: dee-holmes-power-mac-g4
    Date/Time: 2007-02-17 17:45:26.200 -0500
    OS Version: 10.4.8 (Build 8L127)
    Report Version: 4
    Command: Safari
    Path: /Applications/Safari.app/Contents/MacOS/Safari
    Parent: WindowServer [88]
    Version: 2.0.4 (419.3)
    Build Version: 1
    Project Name: WebBrowser
    Source Version: 4190300
    PID: 305
    Thread: 0
    Exception: EXCBADINSTRUCTION (0x0002)
    Code[0]: 0x00000002
    Code[1]: 0x05db3740
    Thread 0 Crashed:
    0 <<00000000>> 0x05db3740 0 + 98252608
    1 ...romedia.Flash Player.plugin 0x05e37f74 Flash_EnforceLocalSecurity + 466264
    2 ...romedia.Flash Player.plugin 0x05e482b0 Flash_EnforceLocalSecurity + 532628
    3 ...romedia.Flash Player.plugin 0x05e483f4 Flash_EnforceLocalSecurity + 532952
    4 ...romedia.Flash Player.plugin 0x05eb2850 Flash_EnforceLocalSecurity + 968244
    5 ...romedia.Flash Player.plugin 0x05eb15a8 Flash_EnforceLocalSecurity + 963468
    6 ...romedia.Flash Player.plugin 0x05eb26c8 Flash_EnforceLocalSecurity + 967852
    7 ...romedia.Flash Player.plugin 0x05dd2f74 Flash_EnforceLocalSecurity + 52568
    8 ...romedia.Flash Player.plugin 0x05ea3718 Flash_EnforceLocalSecurity + 906492
    9 ...romedia.Flash Player.plugin 0x05dcfa6c Flash_EnforceLocalSecurity + 38992
    10 ...romedia.Flash Player.plugin 0x05dc80e4 Flash_EnforceLocalSecurity + 7880
    11 com.apple.WebKit 0x956b2054 -[WebBaseNetscapePluginView sendEvent:] + 280
    12 com.apple.WebKit 0x956b3ed4 -[WebBaseNetscapePluginView sendNullEvent] + 144
    13 com.apple.Foundation 0x92961f5c __NSFireTimer + 116
    14 com.apple.CoreFoundation 0x907f0550 __CFRunLoopDoTimer + 184
    15 com.apple.CoreFoundation 0x907dcec8 __CFRunLoopRun + 1680
    16 com.apple.CoreFoundation 0x907dc47c CFRunLoopRunSpecific + 268
    17 com.apple.HIToolbox 0x93205740 RunCurrentEventLoopInMode + 264
    18 com.apple.HIToolbox 0x93204dd4 ReceiveNextEventCommon + 380
    19 com.apple.HIToolbox 0x93204c40 BlockUntilNextEventMatchingListInMode + 96
    20 com.apple.AppKit 0x936e7ae4 _DPSNextEvent + 384
    21 com.apple.AppKit 0x936e77a8 -[NSApplication nextEventMatchingMask:untilDate:inMode:dequeue:] + 116
    22 com.apple.Safari 0x00006740 0x1000 + 22336
    23 com.apple.AppKit 0x936e3cec -[NSApplication run] + 472
    24 com.apple.AppKit 0x937d487c NSApplicationMain + 452
    25 com.apple.Safari 0x0005c77c 0x1000 + 374652
    26 com.apple.Safari 0x0005c624 0x1000 + 374308
    Thread 1:
    0 libSystem.B.dylib 0x9000ab48 machmsgtrap + 8
    1 libSystem.B.dylib 0x9000aa9c mach_msg + 60
    2 com.apple.CoreFoundation 0x907dcb78 __CFRunLoopRun + 832
    3 com.apple.CoreFoundation 0x907dc47c CFRunLoopRunSpecific + 268
    4 com.apple.Foundation 0x9296e164 -[NSRunLoop runMode:beforeDate:] + 172
    5 com.apple.Foundation 0x9296e09c -[NSRunLoop run] + 76
    6 com.apple.WebKit 0x9568af70 +[WebFileDatabase _syncLoop:] + 176
    7 com.apple.Foundation 0x9295f194 forkThreadForFunction + 108
    8 libSystem.B.dylib 0x9002b508 pthreadbody + 96
    Thread 2:
    0 libSystem.B.dylib 0x9000ab48 machmsgtrap + 8
    1 libSystem.B.dylib 0x9000aa9c mach_msg + 60
    2 com.apple.CoreFoundation 0x907dcb78 __CFRunLoopRun + 832
    3 com.apple.CoreFoundation 0x907dc47c CFRunLoopRunSpecific + 268
    4 com.apple.Foundation 0x9298669c +[NSURLConnection(NSURLConnectionInternal) _resourceLoadLoop:] + 264
    5 com.apple.Foundation 0x9295f194 forkThreadForFunction + 108
    6 libSystem.B.dylib 0x9002b508 pthreadbody + 96
    Thread 3:
    0 libSystem.B.dylib 0x9000ab48 machmsgtrap + 8
    1 libSystem.B.dylib 0x9000aa9c mach_msg + 60
    2 com.apple.CoreFoundation 0x907dcb78 __CFRunLoopRun + 832
    3 com.apple.CoreFoundation 0x907dc47c CFRunLoopRunSpecific + 268
    4 com.apple.Foundation 0x929877dc +[NSURLCache _diskCacheSyncLoop:] + 152
    5 com.apple.Foundation 0x9295f194 forkThreadForFunction + 108
    6 libSystem.B.dylib 0x9002b508 pthreadbody + 96
    Thread 4:
    0 libSystem.B.dylib 0x9001f08c select + 12
    1 com.apple.CoreFoundation 0x907ef40c __CFSocketManager + 472
    2 libSystem.B.dylib 0x9002b508 pthreadbody + 96
    Thread 5:
    0 libSystem.B.dylib 0x9002bbc8 semaphorewait_signaltrap + 8
    1 libSystem.B.dylib 0x900306ac pthreadcondwait + 480
    2 com.apple.Foundation 0x92966300 -[NSConditionLock lockWhenCondition:] + 68
    3 com.apple.Syndication 0x9a57642c -[AsyncDB _run:] + 192
    4 com.apple.Foundation 0x9295f194 forkThreadForFunction + 108
    5 libSystem.B.dylib 0x9002b508 pthreadbody + 96
    Thread 6:
    0 libSystem.B.dylib 0x9000ab48 machmsgtrap + 8
    1 libSystem.B.dylib 0x9000aa9c mach_msg + 60
    2 com.apple.CoreFoundation 0x907dcb78 __CFRunLoopRun + 832
    3 com.apple.CoreFoundation 0x907dc47c CFRunLoopRunSpecific + 268
    4 com.apple.audio.CoreAudio 0x9145563c HALRunLoop::OwnThread(void*) + 264
    5 com.apple.audio.CoreAudio 0x914553dc CAPThread::Entry(CAPThread*) + 96
    6 libSystem.B.dylib 0x9002b508 pthreadbody + 96
    Thread 7:
    0 libSystem.B.dylib 0x9002bbc8 semaphorewait_signaltrap + 8
    1 libSystem.B.dylib 0x900306ac pthreadcondwait + 480
    2 com.apple.Foundation 0x92966300 -[NSConditionLock lockWhenCondition:] + 68
    3 com.apple.AppKit 0x93784708 -[NSUIHeartBeat _heartBeatThread:] + 324
    4 com.apple.Foundation 0x9295f194 forkThreadForFunction + 108
    5 libSystem.B.dylib 0x9002b508 pthreadbody + 96
    Thread 8:
    0 libSystem.B.dylib 0x9000ab48 machmsgtrap + 8
    1 libSystem.B.dylib 0x9000aa9c mach_msg + 60
    2 ...romedia.Flash Player.plugin 0x0606ef3c nativeShockwaveFlashTCallFrame + 1345280
    3 libSystem.B.dylib 0x9002b508 pthreadbody + 96
    Thread 9:
    0 libSystem.B.dylib 0x90054ae8 semaphoretimedwait_signaltrap + 8
    1 libSystem.B.dylib 0x90071168 pthreadcond_timedwait_relativenp + 556
    2 ...ple.CoreServices.CarbonCore 0x90c025bc MPWaitOnSemaphore + 184
    3 ...romedia.Flash Player.plugin 0x05edcc10 Flash_EnforceLocalSecurity + 1141236
    4 ...romedia.Flash Player.plugin 0x05eca1b4 Flash_EnforceLocalSecurity + 1064856
    5 ...romedia.Flash Player.plugin 0x05edc9bc Flash_EnforceLocalSecurity + 1140640
    6 ...romedia.Flash Player.plugin 0x05edc984 Flash_EnforceLocalSecurity + 1140584
    7 ...ple.CoreServices.CarbonCore 0x90bc48b0 PrivateMPEntryPoint + 76
    8 libSystem.B.dylib 0x9002b508 pthreadbody + 96
    Thread 10:
    0 libSystem.B.dylib 0x90054ae8 semaphoretimedwait_signaltrap + 8
    1 libSystem.B.dylib 0x90071168 pthreadcond_timedwait_relativenp + 556
    2 com.apple.audio.CoreAudio 0x91466794 CAGuard::WaitFor(unsigned long long) + 204
    3 com.apple.audio.CoreAudio 0x914666a4 CAGuard::WaitUntil(unsigned long long) + 304
    4 com.apple.audio.CoreAudio 0x914648e8 HP_IOThread::WorkLoop() + 852
    5 com.apple.audio.CoreAudio 0x91464580 HPIOThread::ThreadEntry(HPIOThread*) + 16
    6 com.apple.audio.CoreAudio 0x914553dc CAPThread::Entry(CAPThread*) + 96
    7 libSystem.B.dylib 0x9002b508 pthreadbody + 96
    Thread 0 crashed with PPC Thread State 64:
    srr0: 0x0000000005db3740 srr1: 0x000000000208f030 vrsave: 0x00000000fff00000
    cr: 0x44022224 xer: 0x0000000020000004 lr: 0x0000000005e35684 ctr: 0x000000009012dc6c
    r0: 0x00000000063e2064 r1: 0x00000000bfffdfc0 r2: 0x0000000000000001 r3: 0x00000000063e2020
    r4: 0x00000000062ee044 r5: 0x0000000000000000 r6: 0x0000000000000000 r7: 0x0000000000000001
    r8: 0x0000000000000001 r9: 0x00000000a0001fac r10: 0x0000000000000003 r11: 0x0000000006115288
    r12: 0x000000009012dc6c r13: 0x0000000000000000 r14: 0x0000000000000001 r15: 0x0000000000000001
    r16: 0x0000000000000000 r17: 0x0000000000000000 r18: 0x0000000000013b17 r19: 0x0000000000000000
    r20: 0x0000000000000000 r21: 0x00000000df3e43eb r22: 0x0000000000000000 r23: 0x0000000000000000
    r24: 0x0000000006092c80 r25: 0x0000000000000000 r26: 0x0000000000000002 r27: 0x000000000640e030
    r28: 0x00000000062ee044 r29: 0x0000000000000000 r30: 0x0000000000000000 r31: 0x00000000063e2020
    Binary Images Description:
    0x1000 - 0xdcfff com.apple.Safari 2.0.4 (419.3) /Applications/Safari.app/Contents/MacOS/Safari
    0x5559000 - 0x555bfff com.apple.textencoding.unicode 2.0 /System/Library/TextEncodings/Unicode Encodings.bundle/Contents/MacOS/Unicode Encodings
    0x5996000 - 0x5997fff com.apple.aoa.halplugin 2.5.6 (2.5.6b5) /System/Library/Extensions/IOAudioFamily.kext/Contents/PlugIns/AOAHALPlugin.bun dle/Contents/MacOS/AOAHALPlugin
    0x5dc2000 - 0x60cbfff com.macromedia.Flash Player.plugin 9.0.0 (1.0.4f20) /Library/Internet Plug-Ins/Flash Player.plugin/Contents/MacOS/Flash Player
    0x78a3000 - 0x78dcfff com.apple.audio.SoundManager.Components 3.9.1 /System/Library/Components/SoundManagerComponents.component/Contents/MacOS/Soun dManagerComponents
    0x792a000 - 0x7969fff com.apple.QuickTimeFireWireDV.component 7.1.3 /System/Library/QuickTime/QuickTimeFireWireDV.component/Contents/MacOS/QuickTim eFireWireDV
    0x8fe00000 - 0x8fe51fff dyld 45.3 /usr/lib/dyld
    0x90000000 - 0x901bcfff libSystem.B.dylib /usr/lib/libSystem.B.dylib
    0x90214000 - 0x90219fff libmathCommon.A.dylib /usr/lib/system/libmathCommon.A.dylib
    0x9021b000 - 0x90268fff com.apple.CoreText 1.0.2 (???) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreText.framework/Versions/A/CoreText
    0x90293000 - 0x90344fff ATS /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ATS.framework/Versions/A/ATS
    0x90373000 - 0x9072dfff com.apple.CoreGraphics 1.258.38 (???) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/CoreGraphics
    0x907ba000 - 0x90893fff com.apple.CoreFoundation 6.4.6 (368.27) /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
    0x908dc000 - 0x908dcfff com.apple.CoreServices 10.4 (???) /System/Library/Frameworks/CoreServices.framework/Versions/A/CoreServices
    0x908de000 - 0x909e0fff libicucore.A.dylib /usr/lib/libicucore.A.dylib
    0x90a3a000 - 0x90abefff libobjc.A.dylib /usr/lib/libobjc.A.dylib
    0x90ae8000 - 0x90b5afff IOKit /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit
    0x90b70000 - 0x90b82fff libauto.dylib /usr/lib/libauto.dylib
    0x90b89000 - 0x90e60fff com.apple.CoreServices.CarbonCore 681.7 /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CarbonC ore.framework/Versions/A/CarbonCore
    0x90ec6000 - 0x90f46fff com.apple.CoreServices.OSServices 4.1 /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/OSServi ces.framework/Versions/A/OSServices
    0x90f90000 - 0x90fd1fff com.apple.CFNetwork 129.18 /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CFNetwo rk.framework/Versions/A/CFNetwork
    0x90fe6000 - 0x90ffefff com.apple.WebServices 1.1.2 (1.1.0) /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/WebServ icesCore.framework/Versions/A/WebServicesCore
    0x9100e000 - 0x9108ffff com.apple.SearchKit 1.0.5 /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SearchK it.framework/Versions/A/SearchKit
    0x910d5000 - 0x910fefff com.apple.Metadata 10.4.4 (121.36) /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Metadat a.framework/Versions/A/Metadata
    0x9110f000 - 0x9111dfff libz.1.dylib /usr/lib/libz.1.dylib
    0x91120000 - 0x912dbfff com.apple.security 4.5 (28992) /System/Library/Frameworks/Security.framework/Versions/A/Security
    0x913d9000 - 0x913e2fff com.apple.DiskArbitration 2.1 /System/Library/Frameworks/DiskArbitration.framework/Versions/A/DiskArbitration
    0x913e9000 - 0x91411fff com.apple.SystemConfiguration 1.8.3 /System/Library/Frameworks/SystemConfiguration.framework/Versions/A/SystemConfi guration
    0x91424000 - 0x9142ffff libgcc_s.1.dylib /usr/lib/libgcc_s.1.dylib
    0x91434000 - 0x9143cfff libbsm.dylib /usr/lib/libbsm.dylib
    0x91440000 - 0x914bbfff com.apple.audio.CoreAudio 3.0.4 /System/Library/Frameworks/CoreAudio.framework/Versions/A/CoreAudio
    0x914f8000 - 0x914f8fff com.apple.ApplicationServices 10.4 (???) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Application Services
    0x914fa000 - 0x91532fff com.apple.AE 1.5 (297) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ AE.framework/Versions/A/AE
    0x9154d000 - 0x9161afff com.apple.ColorSync 4.4.4 /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ColorSync.framework/Versions/A/ColorSync
    0x9166f000 - 0x91700fff com.apple.print.framework.PrintCore 4.6 (177.13) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ PrintCore.framework/Versions/A/PrintCore
    0x91747000 - 0x917fefff com.apple.QD 3.10.21 (???) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ QD.framework/Versions/A/QD
    0x9183b000 - 0x91899fff com.apple.HIServices 1.5.3 (???) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ HIServices.framework/Versions/A/HIServices
    0x918c8000 - 0x918e9fff com.apple.LangAnalysis 1.6.1 /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ LangAnalysis.framework/Versions/A/LangAnalysis
    0x918fd000 - 0x91922fff com.apple.FindByContent 1.5 /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ FindByContent.framework/Versions/A/FindByContent
    0x91935000 - 0x91977fff com.apple.LaunchServices 181 /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ LaunchServices.framework/Versions/A/LaunchServices
    0x91993000 - 0x919a7fff com.apple.speech.synthesis.framework 3.3 /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ SpeechSynthesis.framework/Versions/A/SpeechSynthesis
    0x919b5000 - 0x919f7fff com.apple.ImageIO.framework 1.5.0 /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/ImageIO
    0x91a0d000 - 0x91ad5fff libcrypto.0.9.7.dylib /usr/lib/libcrypto.0.9.7.dylib
    0x91b23000 - 0x91b38fff libcups.2.dylib /usr/lib/libcups.2.dylib
    0x91b3d000 - 0x91b5bfff libJPEG.dylib /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libJPEG.dylib
    0x91b61000 - 0x91bd0fff libJP2.dylib /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libJP2.dylib
    0x91be7000 - 0x91bebfff libGIF.dylib /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libGIF.dylib
    0x91bed000 - 0x91c4cfff libRaw.dylib /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libRaw.dylib
    0x91c51000 - 0x91c8efff libTIFF.dylib /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libTIFF.dylib
    0x91c95000 - 0x91caefff libPng.dylib /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libPng.dylib
    0x91cb3000 - 0x91cb6fff libRadiance.dylib /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libRadiance.dylib
    0x91cb8000 - 0x91cb8fff com.apple.Accelerate 1.2.2 (Accelerate 1.2.2) /System/Library/Frameworks/Accelerate.framework/Versions/A/Accelerate
    0x91cba000 - 0x91d9ffff com.apple.vImage 2.4 /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vImage.fr amework/Versions/A/vImage
    0x91da7000 - 0x91dc6fff 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
    0x91e32000 - 0x91ea0fff libvMisc.dylib /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libvMisc.dylib
    0x91eab000 - 0x91f40fff libvDSP.dylib /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libvDSP.dylib
    0x91f5a000 - 0x924e2fff libBLAS.dylib /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libBLAS.dylib
    0x92515000 - 0x92840fff libLAPACK.dylib /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libLAPACK.dylib
    0x92870000 - 0x928f8fff com.apple.DesktopServices 1.3.4 /System/Library/PrivateFrameworks/DesktopServicesPriv.framework/Versions/A/Desk topServicesPriv
    0x92939000 - 0x92b64fff com.apple.Foundation 6.4.6 (567.27) /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation
    0x92c82000 - 0x92d60fff libxml2.2.dylib /usr/lib/libxml2.2.dylib
    0x92d80000 - 0x92e6efff libiconv.2.dylib /usr/lib/libiconv.2.dylib
    0x92e80000 - 0x92e9efff libGL.dylib /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib
    0x92ea9000 - 0x92f03fff libGLU.dylib /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLU.dylib
    0x92f21000 - 0x92f21fff com.apple.Carbon 10.4 (???) /System/Library/Frameworks/Carbon.framework/Versions/A/Carbon
    0x92f23000 - 0x92f37fff com.apple.ImageCapture 3.0 /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/ImageCapture. framework/Versions/A/ImageCapture
    0x92f4f000 - 0x92f5ffff com.apple.speech.recognition.framework 3.4 /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SpeechRecogni tion.framework/Versions/A/SpeechRecognition
    0x92f6b000 - 0x92f80fff com.apple.securityhi 2.0 (203) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SecurityHI.fr amework/Versions/A/SecurityHI
    0x92f92000 - 0x93019fff com.apple.ink.framework 101.2 (69) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Ink.framework /Versions/A/Ink
    0x9302d000 - 0x93038fff com.apple.help 1.0.3 (32) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Help.framewor k/Versions/A/Help
    0x93042000 - 0x9306ffff com.apple.openscripting 1.2.5 (???) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/OpenScripting .framework/Versions/A/OpenScripting
    0x93089000 - 0x93098fff com.apple.print.framework.Print 5.2 (192.4) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Print.framewo rk/Versions/A/Print
    0x930a4000 - 0x9310afff com.apple.htmlrendering 1.1.2 /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HTMLRendering .framework/Versions/A/HTMLRendering
    0x9313b000 - 0x9318afff com.apple.NavigationServices 3.4.4 (3.4.3) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/NavigationSer vices.framework/Versions/A/NavigationServices
    0x931b8000 - 0x931d5fff com.apple.audio.SoundManager 3.9 /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CarbonSound.f ramework/Versions/A/CarbonSound
    0x931e7000 - 0x931f4fff com.apple.CommonPanels 1.2.2 (73) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CommonPanels. framework/Versions/A/CommonPanels
    0x931fd000 - 0x9350afff com.apple.HIToolbox 1.4.8 (???) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HIToolbox.fra mework/Versions/A/HIToolbox
    0x93659000 - 0x93665fff com.apple.opengl 1.4.7 /System/Library/Frameworks/OpenGL.framework/Versions/A/OpenGL
    0x9366a000 - 0x9368afff com.apple.DirectoryService.Framework 3.1 /System/Library/Frameworks/DirectoryService.framework/Versions/A/DirectoryServi ce
    0x936dd000 - 0x936ddfff com.apple.Cocoa 6.4 (???) /System/Library/Frameworks/Cocoa.framework/Versions/A/Cocoa
    0x936df000 - 0x93d12fff com.apple.AppKit 6.4.7 (824.41) /System/Library/Frameworks/AppKit.framework/Versions/C/AppKit
    0x9409f000 - 0x9410ffff com.apple.CoreData 80 /System/Library/Frameworks/CoreData.framework/Versions/A/CoreData
    0x94148000 - 0x9420bfff com.apple.audio.toolbox.AudioToolbox 1.4.3 /System/Library/Frameworks/AudioToolbox.framework/Versions/A/AudioToolbox
    0x9425d000 - 0x9425dfff com.apple.audio.units.AudioUnit 1.4 /System/Library/Frameworks/AudioUnit.framework/Versions/A/AudioUnit
    0x9425f000 - 0x94432fff com.apple.QuartzCore 1.4.9 /System/Library/Frameworks/QuartzCore.framework/Versions/A/QuartzCore
    0x94488000 - 0x944c5fff libsqlite3.0.dylib /usr/lib/libsqlite3.0.dylib
    0x944cd000 - 0x9451dfff libGLImage.dylib /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLImage.dyl ib
    0x945ae000 - 0x945e6fff com.apple.vmutils 4.0.0 (85) /System/Library/PrivateFrameworks/vmutils.framework/Versions/A/vmutils
    0x94629000 - 0x94645fff com.apple.securityfoundation 2.2 (27710) /System/Library/Frameworks/SecurityFoundation.framework/Versions/A/SecurityFoun dation
    0x94659000 - 0x9469dfff com.apple.securityinterface 2.2 (27692) /System/Library/Frameworks/SecurityInterface.framework/Versions/A/SecurityInter face
    0x946c1000 - 0x946d0fff libCGATS.A.dylib /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libCGATS.A.dylib
    0x946d8000 - 0x946e5fff libCSync.A.dylib /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libCSync.A.dylib
    0x9472b000 - 0x94744fff libRIP.A.dylib /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libRIP.A.dylib
    0x9474b000 - 0x94a1afff com.apple.QuickTime 7.1.3 /System/Library/Frameworks/QuickTime.framework/Versions/A/QuickTime
    0x94add000 - 0x94b4efff libstdc++.6.dylib /usr/lib/libstdc++.6.dylib
    0x94bc1000 - 0x94be3fff libmx.A.dylib /usr/lib/libmx.A.dylib
    0x94ceb000 - 0x94e1bfff com.apple.AddressBook.framework 4.0.4 (485.1) /System/Library/Frameworks/AddressBook.framework/Versions/A/AddressBook
    0x94ead000 - 0x94ebcfff com.apple.DSObjCWrappers.Framework 1.1 /System/Library/PrivateFrameworks/DSObjCWrappers.framework/Versions/A/DSObjCWra ppers
    0x94ec4000 - 0x94ef1fff com.apple.LDAPFramework 1.4.1 (69.0.1) /System/Library/Frameworks/LDAP.framework/Versions/A/LDAP
    0x94ef8000 - 0x94f08fff libsasl2.2.dylib /usr/lib/libsasl2.2.dylib
    0x94f0c000 - 0x94f3bfff libssl.0.9.7.dylib /usr/lib/libssl.0.9.7.dylib
    0x94f4b000 - 0x94f68fff libresolv.9.dylib /usr/lib/libresolv.9.dylib
    0x95688000 - 0x95716fff com.apple.WebKit 418.9 /System/Library/Frameworks/WebKit.framework/Versions/A/WebKit
    0x95772000 - 0x95808fff com.apple.JavaScriptCore 418.3 /System/Library/Frameworks/WebKit.framework/Versions/A/Frameworks/JavaScriptCor e.framework/Versions/A/JavaScriptCore
    0x95845000 - 0x95b51fff com.apple.WebCore 418.21 /System/Library/Frameworks/WebKit.framework/Versions/A/Frameworks/WebCore.frame work/Versions/A/WebCore
    0x95cda000 - 0x95d03fff libxslt.1.dylib /usr/lib/libxslt.1.dylib
    0x9772c000 - 0x97739fff com.apple.agl 2.5.6 (AGL-2.5.6) /System/Library/Frameworks/AGL.framework/Versions/A/AGL
    0x9a573000 - 0x9a5a9fff com.apple.Syndication 1.0.6 (54) /System/Library/PrivateFrameworks/Syndication.framework/Versions/A/Syndication
    0x9a5c6000 - 0x9a5d8fff com.apple.SyndicationUI 1.0.6 (54) /System/Library/PrivateFrameworks/SyndicationUI.framework/Versions/A/Syndicatio nUI
    Host Name: dee-holmes-power-mac-g4
    Date/Time: 2007-02-17 18:07:36.804 -0500
    OS Version: 10.4.8 (Build 8L127)
    Report Version: 4
    Command: Safari
    Path: /Applications/Safari.app/Contents/MacOS/Safari
    Parent: WindowServer [88]
    Version: 2.0.4 (419.3)
    Build Version: 1
    Project Name: WebBrowser
    Source Version: 4190300
    PID: 374
    Thread: 0
    Exception: EXCBADACCESS (0x0001)
    Codes: KERNINVALIDADDRESS (0x0001) at 0x656c3ab2
    Thread 0 Crashed:
    0 ...romedia.Flash Player.plugin 0x05ee0348 Flash_EnforceLocalSecurity + 979244
    1 <<00000000>> 0x062ef678 0 + 103741048
    2 ...romedia.Flash Player.plugin 0x05eb4bfc Flash_EnforceLocalSecurity + 801248
    3 ...romedia.Flash Player.plugin 0x05eb5dd4 Flash_EnforceLocalSecurity + 805816
    4 ...romedia.Flash Player.plugin 0x05dff948 Flash_EnforceLocalSecurity + 59180
    5 ...romedia.Flash Player.plugin 0x05e44f70 Flash_EnforceLocalSecurity + 343380
    6 ...romedia.Flash Player.plugin 0x05eaff6c Flash_EnforceLocalSecurity + 781648
    7 ...romedia.Flash Player.plugin 0x05ea0630 Flash_EnforceLocalSecurity + 717844
    8 ...romedia.Flash Player.plugin 0x05e29210 Flash_EnforceLocalSecurity + 229364
    9 ...romedia.Flash Player.plugin 0x05e30a48 Flash_EnforceLocalSecurity + 260140
    10 ...romedia.Flash Player.plugin 0x05e3046c Flash_EnforceLocalSecurity + 258640
    11 ...romedia.Flash Player.plugin 0x05e2e640 Flash_EnforceLocalSecurity + 250916
    12 ...romedia.Flash Player.plugin 0x05f3e74c Flash_EnforceLocalSecurity + 1365296
    13 ...romedia.Flash Player.plugin 0x05ed3db0 Flash_EnforceLocalSecurity + 928660
    14 ...romedia.Flash Player.plugin 0x05ed36d8 Flash_EnforceLocalSecurity + 926908
    15 ...romedia.Flash Player.plugin 0x05eb5574 Flash_EnforceLocalSecurity + 803672
    16 ...romedia.Flash Player.plugin 0x05f60508 nativeShockwaveFlashTCallFrame + 60620
    17 ...romedia.Flash Player.plugin 0x05f64d94 nativeShockwaveFlashTCallFrame + 79192
    18 ...romedia.Flash Player.plugin 0x05ed36f4 Flash_EnforceLocalSecurity + 926936
    19 ...romedia.Flash Player.plugin 0x05f616f8 nativeShockwaveFlashTCallFrame + 65212
    20 ...romedia.Flash Player.plugin 0x05ece544 Flash_EnforceLocalSecurity + 906024
    21 ...romedia.Flash Player.plugin 0x05dfaa6c Flash_EnforceLocalSecurity + 38992
    22 ...romedia.Flash Player.plugin 0x05df30e4 Flash_EnforceLocalSecurity + 7880
    23 com.apple.WebKit 0x956b2054 -[WebBaseNetscapePluginView sendEvent:] + 280
    24 com.apple.WebKit 0x956b3ed4 -[WebBaseNetscapePluginView sendNullEvent] + 144
    25 com.apple.Foundation 0x92961f5c __NSFireTimer + 116
    26 com.apple.CoreFoundation 0x907f0550 __CFRunLoopDoTimer + 184
    27 com.apple.CoreFoundation 0x907dcec8 __CFRunLoopRun + 1680
    28 com.apple.CoreFoundation 0x907dc47c CFRunLoopRunSpecific + 268
    29 com.apple.HIToolbox 0x93205740 RunCurrentEventLoopInMode + 264
    30 com.apple.HIToolbox 0x93204dd4 ReceiveNextEventCommon + 380
    31 com.apple.HIToolbox 0x93204c40 BlockUntilNextEventMatchingListInMode + 96
    32 com.apple.AppKit 0x936e7ae4 _DPSNextEvent + 384
    33 com.apple.AppKit 0x936e77a8 -[NSApplication nextEventMatchingMask:untilDate:inMode:dequeue:] + 116
    34 com.apple.Safari 0x00006740 0x1000 + 22336
    35 com.apple.AppKit 0x936e3cec -[NSApplication run] + 472
    36 com.apple.AppKit 0x937d487c NSApplicationMain + 452
    37 com.apple.Safari 0x0005c77c 0x1000 + 374652
    38 com.apple.Safari 0x0005c624 0x1000 + 374308
    Thread 1:
    0 libSystem.B.dylib 0x9000ab48 machmsgtrap + 8
    1 libSystem.B.dylib 0x9000aa9c mach_msg + 60
    2 com.apple.CoreFoundation 0x907dcb78 __CFRunLoopRun + 832
    3 com.apple.CoreFoundation 0x907dc47c CFRunLoopRunSpecific + 268
    4 com.apple.Foundation 0x9296e164 -[NSRunLoop runMode:beforeDate:] + 172
    5 com.apple.Foundation 0x9296e09c -[NSRunLoop run] + 76
    6 com.apple.WebKit 0x9568af70 +[WebFileDatabase _syncLoop:] + 176
    7 com.apple.Foundation 0x9295f194 forkThreadForFunction + 108
    8 libSystem.B.dylib 0x9002b508 pthreadbody + 96
    Thread 2:
    0 libSystem.B.dylib 0x9000ab48 machmsgtrap + 8
    1 libSystem.B.dylib 0x9000aa9c mach_msg + 60
    2 com.apple.CoreFoundation 0x907dcb78 __CFRunLoopRun + 832
    3 com.apple.CoreFoundation 0x907dc47c CFRunLoopRunSpecific + 268
    4 com.apple.Foundation 0x9298669c +[NSURLConnection(NSURLConnectionInternal) _resourceLoadLoop:] + 264
    5 com.apple.Foundation 0x9295f194 forkThreadForFunction + 108
    6 libSystem.B.dylib 0x9002b508 pthreadbody + 96
    Thread 3:
    0 libSystem.B.dylib 0x9000ab48 machmsgtrap + 8
    1 libSystem.B.dylib 0x9000aa9c mach_msg + 60
    2 com.apple.CoreFoundation 0x907dcb78 __CFRunLoopRun + 832
    3 com.apple.CoreFoundation 0x907dc47c CFRunLoopRunSpecific + 268
    4 com.apple.Foundation 0x929877dc +[NSURLCache _diskCacheSyncLoop:] + 152
    5 com.apple.Foundation 0x9295f194 forkThreadForFunction + 108
    6 libSystem.B.dylib 0x9002b508 pthreadbody + 96
    Thread 4:
    0 libSystem.B.dylib 0x9001f08c select + 12
    1 com.apple.CoreFoundation 0x907ef40c __CFSocketManager + 472
    2 libSystem.B.dylib 0x9002b508 pthreadbody + 96
    Thread 5:
    0 libSystem.B.dylib 0x9002bbc8 semaphorewait_signaltrap + 8
    1 libSystem.B.dylib 0x900306ac pthreadcondwait + 480
    2 com.apple.Foundation 0x92966300 -[NSConditionLock lockWhenCondition:] + 68
    3 com.apple.Syndication 0x9a57642c -[AsyncDB _run:] + 192
    4 com.apple.Foundation 0x9295f194 forkThreadForFunction + 108
    5 libSystem.B.dylib 0x9002b508 pthreadbody + 96
    Thread 6:
    0 libSystem.B.dylib 0x9002bbc8 semaphorewait_signaltrap + 8
    1 libSystem.B.dylib 0x900306ac pthreadcondwait + 480
    2 com.apple.Foundation 0x92966300 -[NSConditionLock lockWhenCondition:] + 68
    3 com.apple.AppKit 0x93784708 -[NSUIHeartBeat _heartBeatThread:] + 324
    4 com.apple.Foundation 0x9295f194 forkThreadForFunction + 108
    5 libSystem.B.dylib 0x9002b508 pthreadbody + 96
    Thread 7:
    0 libSystem.B.dylib 0x9000ab48 machmsgtrap + 8
    1 libSystem.B.dylib 0x9000aa9c mach_msg + 60
    2 ...romedia.Flash Player.plugin 0x06099f3c nativeShockwaveFlashTCallFrame + 1345280
    3 libSystem.B.dylib 0x9002b508 pthreadbody + 96
    Thread 0 crashed with PPC Thread State 64:
    srr0: 0x0000000005ee0348 srr1: 0x000000000200f030 vrsave: 0x0000000000000000
    cr: 0x44022226 xer: 0x0000000000000004 lr: 0x0000000005eb4bfc ctr: 0x0000000005e451e4
    r0: 0x0000000005eb4bfc r1: 0x00000000bfffcd60 r2: 0x00000000063792d8 r3: 0x00000000bfffcdf0
    r4: 0x00000000656c302e r5: 0x00000000063788b0 r6: 0x0000000000000000 r7: 0x0000000000000000
    r8: 0x0000000000000000 r9: 0x0000000000000000 r10: 0x00000000ff360fe7 r11: 0x00000000803310ae
    r12: 0x0000000005e451e4 r13: 0x0000000006329498 r14: 0x0000000006329398 r15: 0x0000000000000005
    r16: 0x0000000000000004 r17: 0x0000000000000000 r18: 0x00000000062ef478 r19: 0x0000000000000000
    r20: 0x0000000000000001 r21: 0x00000000063784a0 r22: 0x0000000000000000 r23: 0x0000000000000000
    r24: 0x0000000000000000 r25: 0x0000000000000007 r26: 0x00000000063788b0 r27: 0x000000000632a340
    r28: 0x000000000628d530 r29: 0x00000000bfffcdf0 r30: 0x00000000656c302e r31: 0x00000000063788b0
    Binary Images Description:
    0x1000 - 0xdcfff com.apple.Safari 2.0.4 (419.3) /Applications/Safari.app/Contents/MacOS/Safari
    0x574e000 - 0x5750fff com.apple.textencoding.unicode 2.0 /System/Library/TextEncodings/Unicode Encodings.bundle/Contents/MacOS/Unicode Encodings
    0x5ded000 - 0x60f6fff com.macromedia.Flash Player.plugin 9.0.0 (1.0.4f20) /Library/Internet Plug-Ins/Flash Player.plugin/Contents/MacOS/Flash Player
    0x8fe00000 - 0x8fe51fff dyld 45.3 /usr/lib/dyld
    0x90000000 - 0x901bcfff libSystem.B.dylib /usr/lib/libSystem.B.dylib
    0x90214000 - 0x90219fff libmathCommon.A.dylib /usr/lib/system/libmathCommon.A.dylib
    0x9021b000 - 0x90268fff com.apple.CoreText 1.0.2 (???) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreText.framework/Versions/A/CoreText
    0x90293000 - 0x90344fff ATS /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ATS.framework/Versions/A/ATS
    0x90373000 - 0x9072dfff com.apple.CoreGraphics 1.258.38 (???) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/CoreGraphics
    0x907ba000 - 0x90893fff com.apple.CoreFoundation 6.4.6 (368.27) /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
    0x908dc000 - 0x908dcfff com.apple.CoreServices 10.4 (???) /System/Library/Frameworks/CoreServices.framework/Versions/A/CoreServices
    0x908de000 - 0x909e0fff libicucore.A.dylib /usr/lib/libicucore.A.dylib
    0x90a3a000 - 0x90abefff libobjc.A.dylib /usr/lib/libobjc.A.dylib
    0x90ae8000 - 0x90b5afff IOKit /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit
    0x90b70000 - 0x90b82fff libauto.dylib /usr/lib/libauto.dylib
    0x90b89000 - 0x90e60fff com.apple.CoreServices.CarbonCore 681.7 /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CarbonC ore.framework/Versions/A/CarbonCore
    0x90ec6000 - 0x90f46fff com.apple.CoreServices.OSServices 4.1 /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/OSServi ces.framework/Versions/A/OSServices
    0x90f90000 - 0x90fd1fff com.apple.CFNetwork 129.18 /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CFNetwo rk.framework/Versions/A/CFNetwork
    0x90fe6000 - 0x90ffefff com.apple.WebServices 1.1.2 (1.1.0) /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/WebServ icesCore.framework/Versions/A/WebServicesCore
    0x9100e000 - 0x9108ffff com.apple.SearchKit 1.0.5 /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SearchK it.framework/Versions/A/SearchKit
    0x910d5000 - 0x910fefff com.apple.Metadata 10.4.4 (121.36) /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Metadat a.framework/Versions/A/Metadata
    0x9110f000 - 0x9111dfff libz.1.dylib /usr/lib/libz.1.dylib
    0x91120000 - 0x912dbfff com.apple.security 4.5 (28992) /System/Library/Frameworks/Security.framework/Versions/A/Security
    0x913d9000 - 0x913e2fff com.apple.DiskArbitration 2.1 /System/Library/Frameworks/DiskArbitration.framework/Versions/A/DiskArbitration
    0x913e9000 - 0x91411fff com.apple.SystemConfiguration 1.8.3 /System/Library/Frameworks/SystemConfiguration.framework/Versions/A/SystemConfi guration
    0x91424000 - 0x9142ffff libgcc_s.1.dylib /usr/lib/libgcc_s.1.dylib
    0x91434000 - 0x9143cfff libbsm.dylib /usr/lib/libbsm.dylib
    0x91440000 - 0x914bbfff com.apple.audio.CoreAudio 3.0.4 /System/Library/Frameworks/CoreAudio.framework/Versions/A/CoreAudio
    0x914f8000 - 0x914f8fff com.apple.ApplicationServices 10.4 (???) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Application Services
    0x914fa000 - 0x91532fff com.apple.AE 1.5 (297) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ AE.framework/Versions/A/AE
    0x9154d000 - 0x9161afff com.apple.ColorSync 4.4.4 /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ColorSync.framework/Versions/A/ColorSync
    0x9166f000 - 0x91700fff com.apple.print.framework.PrintCore 4.6 (177.13) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ PrintCore.framework/Versions/A/PrintCore
    0x91747000 - 0x917fefff com.apple.QD 3.10.21 (???) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ QD.framework/Versions/A/QD
    0x9183b000 - 0x91899fff com.apple.HIServices 1.5.3 (???) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ HIServices.framework/Versions/A/HIServices
    0x918c8000 - 0x918e9fff com.apple.LangAnalysis 1.6.1 /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ LangAnalysis.framework/Versions/A/LangAnalysis
    0x918fd000 - 0x91922fff com.apple.FindByContent 1.5 /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ FindByContent.framework/Versions/A/FindByContent
    0x91935000 - 0x91977fff com.apple.LaunchServices 181 /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ LaunchServices.framework/Versions/A/LaunchServices
    0x91993000 - 0x919a7fff com.apple.speech.synthesis.framework 3.3 /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ SpeechSynthesis.framework/Versions/A/SpeechSynthesis
    0x919b5000 - 0x919f7fff com.apple.ImageIO.framework 1.5.0 /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/ImageIO
    0x91a0d000 - 0x91ad5fff libcrypto.0.9.7.dylib /usr/lib/libcrypto.0.9.7.dylib
    0x91b23000 - 0x91b38fff libcups.2.dylib /usr/lib/libcups.2.dylib
    0x91b3d000 - 0x91b5bfff libJPEG.dylib /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libJPEG.dylib
    0x91b61000 - 0x91bd0fff libJP2.dylib /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libJP2.dylib
    0x91be7000 - 0x91bebfff libGIF.dylib /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libGIF.dylib
    0x91bed000 - 0x91c4cfff libRaw.dylib /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libRaw.dylib
    0x91c51000 - 0x91c8efff libTIFF.dylib /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libTIFF.dylib
    0x91c95000 - 0x91caefff libPng.dylib /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libPng.dylib
    0x91cb3000 - 0x91cb6fff libRadiance.dylib /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libRadiance.dylib
    0x91cb8000 - 0x91cb8fff com.apple.Accelerate 1.2.2 (Accelerate 1.2.2) /System/Library/Frameworks/Accelerate.framework/Versions/A/Accelerate
    0x91cba000 - 0x91d9ffff com.apple.vImage 2.4 /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vImage.fr amework/Versions/A/vImage
    0x91da7000 - 0x91dc6fff 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
    0x91e32000 - 0x91ea0fff libvMisc.dylib /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libvMisc.dylib
    0x91eab000 - 0x91f40fff libvDSP.dylib /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libvDSP.dylib
    0x91f5a000 - 0x924e2fff libBLAS.dylib /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libBLAS.dylib
    0x92515000 - 0x92840fff libLAPACK.dylib /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libLAPACK.dylib
    0x92870000 - 0x928f8fff com.apple.DesktopServices 1.3.4 /System/Library/PrivateFrameworks/DesktopServicesPriv.framework/Versions/A/Desk topServicesPriv
    0x92939000 - 0x92b64fff com.apple.Foundation 6.4.6 (567.27) /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation
    0x92c82000 - 0x92d60fff libxml2.2.dylib /usr/lib/libxml2.2.dylib
    0x92d80000 - 0x92e6efff libiconv.2.dylib /usr/lib/libiconv.2.dylib
    0x92e80000 - 0x92e9efff libGL.dylib /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib
    0x92ea9000 - 0x92f03fff libGLU.dylib /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLU.dylib
    0x92f21000 - 0x92f21fff com.apple.Carbon 10.4 (???) /System/Library/Frameworks/Carbon.framework/Versions/A/Carbon
    0x92f23000 - 0x92f37fff com.apple.ImageCapture 3.0 /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/ImageCapture. framework/Versions/A/ImageCapture
    0x92f4f000 - 0x92f5ffff com.apple.speech.recognition.framework 3.4 /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SpeechRecogni tion.framework/Versions/A/SpeechRecognition
    0x92f6b000 - 0x92f80fff com.apple.securityhi 2.0 (203) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SecurityHI.fr amework/Versions/A/SecurityHI
    0x92f92000 - 0x93019fff com.apple.ink.framework 101.2 (69) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Ink.framework /Versions/A/Ink
    0x9302d000 - 0x93038fff com.apple.help 1.0.3 (32) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Help.framewor k/Versions/A/Help
    0x93042000 - 0x9306ffff com.apple.openscripting 1.2.5 (???) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/OpenScripting .framework/Versions/A/OpenScripting
    0x93089000 - 0x93098fff com.apple.print.framework.Print 5.2 (192.4) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Print.framewo rk/Versions/A/Print
    0x930a4000 - 0x9310afff com.apple.htmlrendering 1.1.2 /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HTMLRendering .framework/Versions/A/HTMLRendering
    0x9313b000 - 0x9318afff com.apple.NavigationServices 3.4.4 (3.4.3) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/NavigationSer vices.framework/Versions/A/NavigationServices
    0x931b8000 - 0x931d5fff com.apple.audio.SoundManager 3.9 /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CarbonSound.f ramework/Versions/A/CarbonSound
    0x931e7000 - 0x931f4fff com.apple.CommonPanels 1.2.2 (73) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CommonPanels. framework/Versions/A/CommonPanels
    0x931fd000 - 0x9350afff com.apple.HIToolbox 1.4.8 (???) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HIToolbox.fra mework/Versions/A/HIToolbox
    0x93659000 - 0x93665fff com.apple.opengl 1.4.7 /System/Library/Frameworks/OpenGL.framework/Versions/A/OpenGL
    0x9366a000 - 0x9368afff com.apple.DirectoryService.Framework 3.1 /System/Library/Frameworks/DirectoryService.framework/Versions/A/DirectoryServi ce
    0x936dd000 - 0x936ddfff com.apple.Cocoa 6.4 (???) /System/Library/Frameworks/Cocoa.framework/Versions/A/Cocoa
    0x936df000 - 0x93d12fff com.apple.AppKit 6.4.7 (824.41) /System/Library/Frameworks/AppKit.framework/Versions/C/AppKit
    0x9409f000 - 0x9410ffff com.apple.CoreData 80 /System/Library/Frameworks/CoreData.framework/Versions/A/CoreData
    0x94148000 - 0x9420bfff com.apple.audio.toolbox.AudioToolbox 1.4.3 /System/Library/Frameworks/AudioToolbox.framework/Versions/A/AudioToolbox
    0x9425d000 - 0x9425dfff com.apple.audio.units.AudioUnit 1.4 /System/Library/Frameworks/AudioUnit.framework/Versions/A/AudioUnit
    0x9425f000 - 0x94432fff com.apple.QuartzCore 1.4.9 /System/Library/Frameworks/QuartzCore.framework/Versions/A/QuartzCore
    0x94488000 - 0x944c5fff libsqlite3.0.dylib /usr/lib/libsqlite3.0.dylib
    0x944cd000 - 0x9451dfff libGLImage.dylib /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLImage.dyl ib
    0x945ae000 - 0x945e6fff com.apple.vmutils 4.0.0 (85) /System/Library/PrivateFrameworks/vmutils.framework/Versions/A/vmutils
    0x94629000 - 0x94645fff com.apple.securityfoundation 2.2 (27710) /System/Library/Frameworks/SecurityFoundation.framework/Versions/A/SecurityFoun dation
    0x94659000 - 0x9469dfff com.apple.securityinterface 2.2 (27692) /System/Library/Frameworks/SecurityInterface.framework/Versions/A/SecurityInter face
    0x946c1000 - 0x946d0fff libCGATS.A.dylib /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libCGATS.A.dylib
    0x946d8000 - 0x946e5fff libCSync.A.dylib /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libCSync.A.dylib
    0x9472b000 - 0x94744fff libRIP.A.dylib /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libRIP.A.dylib
    0x9474b000 - 0x94a1afff com.apple.QuickTime 7.1.3 /System/Library/Frameworks/QuickTime.framework/Versions/A/QuickTime
    0x94add000 - 0x94b4efff libstdc++.6.dylib /usr/lib/libstdc++.6.dylib
    0x94bc1000 - 0x94be3fff libmx.A.dylib /usr/lib/libmx.A.dylib
    0x94ceb000 - 0x94e1bfff com.apple.AddressBook.framework 4.0.4 (485.1) /System/Library/Frameworks/AddressBook.framework/Versions/A/AddressBook
    0x94ead000 - 0x94ebcfff com.apple.DSObjCWrappers.Framework 1.1 /System/Library/PrivateFrameworks/DSObjCWrappers.framework/Versions/A/DSObjCWra ppers
    0x94ec4000 - 0x94ef1fff com.apple.LDAPFramework 1.4.1 (69.0.1) /System/Library/Frameworks/LDAP.framework/Versions/A/LDAP
    0x94ef8000 - 0x94f08fff libsasl2.2.dylib /usr/lib/libsasl2.2.dylib
    0x94f0c000 - 0x94f3bfff libssl.0.9.7.dylib /usr/lib/libssl.0.9.7.dylib
    0x94f4b000 - 0x94f68fff libresolv.9.dylib /usr/lib/libresolv.9.dylib
    0x95688000 - 0x95716fff com.apple.WebKit 418.9 /System/Library/Frameworks/WebKit.framework/Versions/A/WebKit
    0x95772000 - 0x95808fff com.apple.JavaScriptCore 418.3 /System/Library/Frameworks/WebKit.framework/Versions/A/Frameworks/JavaScriptCor e.framework/Versions/A/JavaScriptCore
    0x95845000 - 0x95b51fff com.apple.WebCore 418.21 /System/Library/Frameworks/WebKit.framework/Versions/A/Frameworks/WebCore.frame work/Versions/A/WebCore
    0x95cda000 - 0x95d03fff libxslt.1.dylib /usr/lib/libxslt.1.dylib
    0x9772c000 - 0x97739fff com.apple.agl 2.5.6 (AGL-2.5.6) /System/Library/Frameworks/AGL.framework/Versions/A/AGL
    0x9a573000 - 0x9a5a9fff com.apple.Syndication 1.0.6 (54) /System/Library/PrivateFrameworks/Syndication.framework/Versions/A/Syndication
    0x9a5c6000 - 0x9a5d8fff com.apple.SyndicationUI 1.0.6 (54) /System/Library/PrivateFrameworks/SyndicationUI.framework/Versions/A/Syndicatio nUI

  • When I click on any of my movie or TV shows in Itunes I immediately get an error message that says Itunes has stopped working and closes the program. I can sync the movies and shows to my phone okay but I can't watch on Itunes. Can anyone help?

    When I click on any of my movie or TV shows in Itunes I immediately get an error message that says Itunes has stopped working and closes the program. I can sync the movies and shows to my phone okay but I can't watch on Itunes. Can anyone help?

    Let's try the following user tip with that one:
    iTunes for Windows 10.7.0.21: "iTunes has stopped working" error messages when playing videos, video podcasts, movies and TV shows

Maybe you are looking for

  • Can't get MAC MINI HDMI to consistently display on TV monitor

    My new MAC mini is connected to a new HD Samsung TV. Initially had problem showing HD movies because I had Mini connected via VGA. Purchased appropriate connection for HDMI and HD movies show great, for a while. Appears that sometimes zhen the mini s

  • HP Laserjet 3015; Win 7; no duplex printing

    I just upgraded to a new computer with Windows 7 using my old Laserjet 3015 (3-in-1) printer. Old setup with XP I could print duplex (printing on both sides). Now I cannot with Win 7.. I checked both printer-properties and printer-preferences for dup

  • Strange System Log Entry

    The following sequence keeps repeating every few seconds in the System Log. Does anyone have any ideas as to what it is all about? It appears to be referring to a Python script, but we have not "knowingly" executed any. Dec 13 13:15:06 host1 com.appl

  • Why are my RAW images imported in to Lightroom 5 being de-saturated?

    Lately, in LR 5.3 and 5.5, every time I import RAW images they show up de-saturated.  In the thumbnail they look right, but in both the library and develop mode main screens they show up very flat and de-saturated. This is the first time I have had t

  • Enquiry and quotation for MTO material

    Friends, can we create IN & QT for MTO material? If yes, what is item category in this case for Enquiry and Quotation? How it is determined? As we know item category for MTO is TAK in the order. What abouyt Enquiry and Quotation? Thanks Shiv