Problem with Firefox 10.0.2, Flash Player 11.1.102.62 and allowedHTMLdomains.txt

Hi all,
I have a Flash Media Streaming Server 4.0 running for more than a year now.
I protect the access to my server through the "allowedHTMLdomains.txt and allowedSWFdomains.txt feature"  (amongst other things...).
We noticed that with Firefox 10.0.2 (last version) and Flash Player 11.1.102.62 (last version) our customers can't connect anymore.
In the admin console we can read things like :
     Authentication failed for pageurl: http://my.domain.com, rejecting connection from XXX.XXXXXX.XXX
If i try from the same computer with another browser, i get
  Accepted a connection from IP:XXX.XXX.XXX.XXX, referrer: http://my.domain.com/myPlayer.swf, pageurl: http://my.domain.com/myWebPage.php
In the logs i have lines like that :
     --> connection error :
connect
session
2012-03-01
12:51:17
CET
XXX.XXX.XXX.XXX
XXX.XXX.XXX.XXX
6629
2
19
_defaultRoot_
_defaultVHost_
vod
_definst_
0
401
XXX.XXX.XXX.XXX
rtmpte(HTTP-1.1)
2
rtmpte://my.streamer.com/vod
rtmpte://my.streamer.com/vod
http://my.domain.com/myPlayer.swf
WIN 11,1,102,62
4702112566065840495
3073
3106
normal
http://my.domain.com/myWebPage.php
     --> connection successful:
connect
session
2012-03-01
14:31:20
CET
XXX.XXX.XXX.XXX
XXX.XXX.XXX.XXX
6629
2
19
_defaultRoot_
_defaultVHost_
vod
_definst_
0
200
XXX.XXX.XXX.XXX
rtmpte(HTTP-1.1)
2
rtmpte://my.streamer.com/vod
rtmpte://my.streamer.com/vod
http://my.domain.com/myPlayer.swf
WIN 11,1,102,62
4702113665527136624
3073
3073
normal
http://my.domain.com/myWebPage.php
I can't find any significant difference...
I didn't change anything in my configuration since the beginning, and the application was working without probleme with every version of Browser/FlashPlayer untill now.
I suppose this is a bug, from Firefox or FlashPLayer or FlashMediaServer.
Is there anyone from Adobe that could help me to solve this or "workaround" this, knowing that i must use the security features.
Thank you very much for your help!
Sam

Ok for the timeline.
For your workaround : it was already the case : i had only domains in my allowedDomains.
I'll have to turn off this feature, and after the update of the flash player, hope that not too many people will stuck to the old flash player version...
Thx for your help anyway!

Similar Messages

  • I have problem with firefox , it wont loud , the dose not come up , and it frizzes ? i even re-install the program but it wont work:( any suggestion would be helpful , thanks

    i have problem with firefox , it wont loud , the dose not come up , and it frizzes ? i even re-install the program but it wont work:( any suggestion would be helpful , thanks
    i cant login anywhere as all my passwords are saved in firefox, i cant even access teh firefox preference to get my password, it's so sad

    You likley have a corrupted Firefox preference or other support file in your User/Library folder.
    Programs load these files from the user account to adjust to user specifications, instead of having multiple copies of the same program on the machine.
    So when you reinstalled Firefox, it reinstalled the progrma only and the user support files remained from before.
    To prove this point, use System Preferences to create another Admin account and log into it, Firefox should run like a charm.
    To remove the Firefox support files from the problem user account your going to need to locate these files and delete them one at a time and try FF again and again.
    The first one you shoull try is your FF .plist file located in your User/Library folder.
    Clicm on the Finder and use the Go > Go to Folder and paste this
    ~/Library/Preferences
    and press Go.
    Now scroll down until you see the Firefox or Mozilla .plist file and Trash it, quit and restart Firefox, it will recreate the preference file with default settings you will have to reset it.
    Next run through the list of fixes #1-13 here before proceeding.
    https://discussions.apple.com/docs/DOC-3353
    If you need help deleting other FF files, download the free Easy Find from MacUpdate.com and search for anything "Mozilla" or "Firefox" in your User account only and take your chances you hopefully won't delete your password file in the process.
    You should have site passwords written down someplace and locked up tightin case you need them, a computer isn't totally safe and reliable.

  • I downloaded Firefox 7 and when I click on the browser icon nothing happens, the browser does not load on desktop.I had no problems with Firefox 4 I had been using for several years and liked very much

    I downloaded Firefox 7 and when I click on the browser icon nothing happens, the browser does not load on desktop.I had no problems with Firefox 4 I had been using for several years and liked very much

    Most people have no problems with installing firefox as an upgrade, but there are quite a few things that can cause problems. Please have a look at the articles
    * [[software Update Failed]] <-- clickable link (blue ) --
    * [[firefox will not start]]
    * [[firefox does not work]]
    Post back after you read them and say what you tried. Have you ensured you used an admin account, possibly needing to check the UAC setting, and that security software is not blocking the changes. You should certainly try starting in firefox's [[safe mode]] either from a menu/icon option or by holding the shift key as you attempt to run firefox.
    Is the browser icon you see on the desktop, and a firefox icon ?

  • Problem with using swc files in Flash Player 10

    I have two Actionscript projects in Flex. One is using Flash Player 9 the other is using 10.  Both projects use the fl classes specifically FLVPlayback.
    In the Flash Player 10 project I am using the recently released version 2.5.  Both players use individual controls instead of a complete skin swf.  So the code goes something like video_player.playPauseButton = playPauseBtn.  All the swc files are imported through properties-ActionScript Build Path-Library path-add swc.  This all works great in both projects exept in the Flash Player 10 project the volumeBar swc does not load properly.  In the debug variables for a break point at the function below in FLVPlayback.as the variables handleLeftMargin, handleRightMargin, handleLinkageID and handleY are missing even though they are all in the original fla used to compile the swc.  I have tried compiling swc in both Flash CS3 and 4.  I have tried moving the Actionscript inside the fla files but nothing changes. This leads me to believe it is a bug in the Flash Player 10 or the version 10 playerglobal.swc since this part of FLVPlayback.as is identical in versions 2 and 2.5. The result is that only the volume bar renders but no handle. Debugging all through fl.video.UIManager.as handle_mc remains null?
           public function set volumeBar(s:Sprite):void {
                uiMgr.setControl(UIManager.VOLUME_BAR, s);
    In the Actionscript 9 project all the variables are accounted for so the volume bar and handle render and work fine.

    Further info for anyone who can help!
    I am opening a session from a server via the following sql
    statement:-
    http://servername/virtualdirectoryname?sql=SELECT
    * FROM table1 for XML auto&root=root"
    I only get the popup window when trying it out from our
    webserver?
    The server is MS SQLServer
    The virtualdirectory is created with access set as Windows,
    and always log on set as "myusername" + "mypassword"
    So I thought (hoped) I could pass the "myusername" +
    "mypassword"
    bits into the above sql statement (maybe appended at the
    end?)
    If I type the above sql statement into a browser it works
    perfectly with the xml returned in a web page,
    also as I state above, when I run it from within my flash
    prog on my local machine it runs OK and returns the results into
    the text area specified within the flash prog.
    BUT - When I upload my flash prog to the webserver and try it
    from there, I get a windows popup asking me for username + password
    + domainname.
    any ideas please?

  • Problems with downloading, installing, or using Flash Player

    For quicker resolution to your problems related to Flash Player, use the Flash Player forum (http://forums.adobe.com/community/flashplayer/installing_flashplayer?view=overview)

    Or http://forums.adobe.com/community/flashplayer/using_flashplayer?view=discussions

  • Do any one have problem with installation of the latest Flash player?

    After trying to install the latest version of the Adobe Flash player unsuccessfully, I would like to install any functional Flash player that could watch videos in the financial websites, such as in Yahoo! Finance.  Any assistance provided is very much appreciated.
    Danny

    http://forums.adobe.com/thread/1195540

  • I am trying to download a plug in called adobe flash player 10.1.102 and error shows up that says instalation encountered errors sign in under administraive privileges and try again and i dont understand what that is or what to do. help please!

    im tryin to down load this plugin like it keeps suggesting because none of the video clips or games of any sort is showing and it wont download. it keeps saying theres an error and i need to sign in under administrative privileges but it doesnt give me that option. i dont understand what to do> help please!!!

    Follow the instructions below. Note the part about "Windows 7 and Vista".
    #'''Check your plugin versions''': http://www.mozilla.com/en-US/plugincheck/
    #*'''Note: plugin check page does not have information on all plugin versions'''
    #'''Update the [[Managing the Flash plugin|Flash]] plugin''' to the latest version.
    #*Download and SAVE to your Desktop so you can find the installer later
    #*If you do not have the current version, click on the "Player Download Center" link on the "Download..." page below
    #*After download is complete, exit Firefox
    #*Click on the installer you just downloaded and install
    #**Windows 7 and Vista: may need to right-click the installer and choose "Run as Administrator"
    #*Start Firefox and check your version again or test the installation by going back to the download link below
    #*Download and information: http://www.adobe.com/software/flash/about/
    #**Use Firefox to go to the above site to update the Firefox plugin (will also install plugin for most other browsers; except IE)
    #**Use IE to go to the above site to update the IE ActiveX
    <br />
    The information submitted with your question indicates that you have out of date plugins with known security and stability issues that should be updated. To see the plugins submitted with your question, click "More system details..." to the right of your original question post.
    *Adobe Shockwave for Director Netscape plug-in, version 11.0
    *Adobe PDF Plug-In For Firefox and Netscape
    **New Adobe Reader X (version 10) with Protected Mode just released 2010-11-19
    **See: http://www.securityweek.com/adobe-releases-acrobat-reader-x-protected-mode
    #'''Check your plugin versions''': http://www.mozilla.com/en-US/plugincheck/
    #*'''Note: plugin check page does not have information on all plugin versions'''
    #'''Update Shockwave for Director'''
    #*NOTE: this is not the same as Shockwave Flash; this installs the Shockwave Player.
    #*Use Firefox to download and SAVE the installer to your hard drive from the link in the article below (Desktop is a good place so you can find it).
    #*When the download is complete, exit Firefox (File > Exit)
    #*locate and double-click in the installer you just downloaded, let the install complete.
    #*Restart Firefox and check your plugins again.
    #*'''<u>Download link and more information</u>''': http://support.mozilla.com/en-US/kb/Using+the+Shockwave+plugin+with+Firefox
    #'''Update Adobe Reader (PDF plugin):'''
    #*From within your existing Adobe Reader ('''<u>if you have it already installed</u>'''):
    #**Open the Adobe Reader program from your Programs list
    #**Click Help > Check for Updates
    #**Follow the prompts for updating
    #**If this method works for you, skip the "Download complete installer" section below and proceed to "After the installation" below
    #*Download complete installer ('''if you do <u>NOT</u> have Adobe Reader installed'''):
    #**Use the links below to avoid getting the troublesome "getplus" Adobe Download Manager and other "extras" you may not want
    #**Use Firefox to download and SAVE the installer to your hard drive from the appropriate link below
    #**Click "Save to File"; save to your Desktop (so you can find it)
    #**After download completes, close Firefox
    #**Click the installer you just downloaded and allow the install to continue
    #***Note: Vista and Win7 users may need to right-click the installer and choose "Run as Administrator"
    #**'''<u>Download link</u>''': ftp://ftp.adobe.com/pub/adobe/reader/
    #***Choose your OS
    #***Choose the latest #.x version (example 9.x, for version 9)
    #***Choose the highest number version listed
    #****NOTE: 10.x is the new Adobe Reader X (Windows and Mac only as of this posting)
    #***Choose your language
    #***Download the file
    #***Windows: choose the .exe file; Mac: choose the .dmg file
    #*Using either of the links below will force you to install the "getPlus" Adobe Download Manager. Also be sure to uncheck the McAfee Scanner if you do not want the link forcibly installed on your desktop
    #**''<u>Also see Download link</u>''': http://get.adobe.com/reader/otherversions/
    #**Also see: https://support.mozilla.com/en-US/kb/Using+the+Adobe+Reader+plugin+with+Firefox (do not use the link on this page for downloading; you may get the troublesome "getplus" Adobe Download Manager (Adobe DLM) and other "extras")
    #*After the installation, start Firefox and check your version again.

  • IDLE event problem with newer versions of the flash player

    Greetings,
    I have an issue that seems to be related to newer versions of the flashplayer in how they handle IDLE events. I have an IDLE event handler that works as expected with flashplayer version 10.0.45.2. With flashplayer 10.2.153.1, the IDLE event does not fire when my flex application is not in focus (browser minized, different browser tab in focus,etc...). Or when it fires, it's usually after a longer lag than normal. Has anyone experienced this issue? Thanks

    Thanks for the reply. Are there any fixes/workarounds for this issue? Say I have a need to create a timer that fires every 10 minutes regardless of whether the player is in focus or not, how do I implement such a timer? Same goes for the IDLE event, I want to be notified if the application has been idle for X minutes regardless of whether it's in focus or not.Prior to 10.2 (and per your reply, 10.1), this all worked fine in flex without needing to adjust for the player being in focus.

  • Problems with sound when using adobe flash player

    It seems that we have some issues with the sounds of the uploaded videos. I have uploaded some videos directly on our website http://yoananin.com/ but many people complained that  they can not hear the sound  Can anyone help?

    To give you any useful advice, I'm going to need to know more about your computer and browser:
    https://forums.adobe.com/thread/1195540

  • Problems with inlinegraphics in richeditabletext in flash player 10.1

    Hi,
    I've remarked a strange behaviour with fp 10.1 and TLF. If I create a TLF Textflow programmatically with an embedded inlinegraphicselement and set the richeditabletext so that i can select text (to copy it via a context menu), the image will disappear as soon as i click into the richeditable text.
    Here's A snippet:
    <?xml version="1.0" encoding="utf-8"?>
    <s:Application xmlns:fx="http://ns.adobe.com/mxml/2009"
                   xmlns:s="library://ns.adobe.com/flex/spark"
                   xmlns:mx="library://ns.adobe.com/flex/mx"
                   >
        <fx:Script>
            <![CDATA[
                import flashx.textLayout.elements.InlineGraphicElement;
                import flashx.textLayout.elements.ParagraphElement;
                import flashx.textLayout.elements.SpanElement;
                import flashx.textLayout.elements.TextFlow;
                [Embed(source="bullet.png")]
                [Bindable]
                public static var bigBulletCls:Class;
                private function createTLF():TextFlow{
                    var tf:TextFlow = new TextFlow();
                    var s:SpanElement;
                    var p:ParagraphElement;
                    var img:InlineGraphicElement;
                    img = new InlineGraphicElement();
                    img.source = bigBulletCls;
                    p = new ParagraphElement();
                    p.paragraphStartIndent = 15;
                    p.paragraphSpaceBefore = 15;
                    p.textIndent = -13;
                    p.addChild(img);
                    s=new SpanElement();
                    s.text='test';
                    p.addChild(s);
                    tf.addChild(p);
                    /*img = new InlineGraphicElement();
                    img.source = "bullet.png";
                    p = new ParagraphElement();
                    p.paragraphStartIndent = 15;
                    p.paragraphSpaceBefore = 15;
                    p.textIndent = -13;
                    p.addChild(img);
                    s=new SpanElement();
                    s.text='test';
                    p.addChild(s);
                    tf.addChild(p);*/                return tf;
            ]]>
        </fx:Script>
            <fx:Metadata>
        </fx:Metadata>
        <s:VGroup mouseEnabled="true">
                    <s:RichEditableText id="frontText"
                                        width="580" 
                                        lineBreak="toFit" left="0" right="0" top="0" bottom="0" 
                                        paddingRight="0"
                                        editable="false" mouseChildren="false" mouseEnabled="true"
                                        focusEnabled="false" textFlow="{createTLF()}"
                                        >
                    </s:RichEditableText>
        </s:VGroup>
    </s:Application>
    I've investigated a bit more, and have noticed that if only one inlinegraphicelement is included that loads a non-embedded graphics (i.e. assign a path-string to the source attribute), then no images disappear upon entering the richeditabletext... (see the commented part in the above example)
    Is that somehow a bug? I would like to have all my graphics included, so that nothing but the swf has to be deployed...

    This is a TLF bug.  It's fixed in our 2.0 code.  The bug in the original post reproduces in TLF 1.0 and TLF 1.1.
    I can workaround it like this (I tried this in 1.1 but not 1.0):
    <?xml version="1.0" encoding="utf-8"?>
    <s:Application xmlns:fx="http://ns.adobe.com/mxml/2009"
                   xmlns:s="library://ns.adobe.com/flex/spark"
                   xmlns:mx="library://ns.adobe.com/flex/mx"
                   >
        <fx:Script>
            <![CDATA[
                import flashx.textLayout.elements.InlineGraphicElement;
                import flashx.textLayout.elements.ParagraphElement;
                import flashx.textLayout.elements.SpanElement;
                import flashx.textLayout.elements.TextFlow;
                [Embed(source="../bin/smiling.png")]
                [Bindable]
                public static var bigBulletCls:Class;
                private function createTLF():TextFlow{
                    var tf:TextFlow = new TextFlow();
                    var s:SpanElement;
                    var p:ParagraphElement;
                    var img:InlineGraphicElement;
                    img = new InlineGraphicElement();
                    img.source = bigBulletCls;
                    p = new ParagraphElement();
                    p.paragraphStartIndent = 15;
                    p.paragraphSpaceBefore = 15;
                    p.textIndent = -13;
                    p.addChild(img);
                    s=new SpanElement();
                    s.text='test';
                    p.addChild(s);
                    tf.addChild(p);
                    /*img = new InlineGraphicElement();
                    img.source = bullet.png;
                    p = new ParagraphElement();
                    p.paragraphStartIndent = 15;
                    p.paragraphSpaceBefore = 15;
                    p.textIndent = -13;
                    p.addChild(img);
                    s=new SpanElement();
                    s.text='test';
                    p.addChild(s);
                    tf.addChild(p);*/
                    return tf;
                public function handlerCreationComplete(elem:RichEditableText):void
                    elem.textFlow = createTLF();
                    elem.selectRange(0,0);
                    elem.selectRange(-1,-1);
            ]]>
        </fx:Script>
        <fx:Metadata>
        </fx:Metadata>
        <s:VGroup mouseEnabled="true">
            <s:RichEditableText id="frontText"
                                width="580" 
                                lineBreak="toFit" left="0" right="0" top="0" bottom="0" 
                                paddingRight="0"
                                editable="false" mouseChildren="false" mouseEnabled="true"
                                focusEnabled="false" creationComplete="handlerCreationComplete(frontText)"
                                >
            </s:RichEditableText>
        </s:VGroup>
    </s:Application>
    Richard

  • No update for Adobe Flash Player 10.1.102.64 for MacG4 PPC Tiger,  ... hmmm

    Adobe has just tagged "Critical" vulnerability with NO UPDATE for its Flash Player 10.1.102.64, the latest and now apparently last version for PPC macs running Tiger:
    Adobe Flash Player Update
    What are our options?
    However, updates were announced for Adobe Reader 9.4.1 to 9.4.2 and for Adobe Shockwave 11.5.9r615 to 11./5.9r620. I've installed these updates.
    Thanks.
    Message was edited by: Raymon
    Message was edited by: Raymon

    What are our options?
    Don't use Flash.
    Don't worry about it since driving in a car is probably more dangerous.
    Buy a newer computer which is what we'll ultimately have to do in order to stay up to date.
    Not feel so bad about it when in a week or two they report security holes in the new version and one realizes there will always be bugs and holes.
    Not focus on it because we're so busy worrying about how we haven't been able to do any other security issue patching in the past year since Apple stopped doing Tiger security updates.
    I'm going with 2. If I suddenly see my computer speaking Russian and my keyboard bursts into flames when I try to override it, then I'll worry.
    However, updates were announced for Adobe Reader 9.4.1 to 9.4.2 and for Adobe Shockwave 11.5.9r615 to 11./5.9r620. I've installed these updates.
    Thanks for the information, I'll check those.

  • QuickTime/Flash problem with Firefox - Redux

    I know people are having problems getting Flash content to play on the latest version of Firefox (7) for Macs. I know it has something to do with QuickTime interceding on behalf of Flash Player and screwing with Firefox's mind. Following instructions on this forum, I downloaded the latest version of Flash Player 9, loaded it, and everything worked fine -- as long as I didn't quit Firefox. Opening Firefox again, the problem's back. Returning to your forum, you suggest I go into QuickTime's preference menu and turn off Flash in the Advanced section. Trouble was, it wasn't on. So, now what do I do?
    Also, I really don't want to turn off Flash in QuickTime. I will be making Flash movies again soon, and QuickTime is integral to that. I also like Firefox. I really don't want to stop using it. Has anyone told Mozilla they really screwed up and need to fix this problem?
    LAD
    Message was edited by: LAdolli

    You mean Firefox version 2.0.0.6. That's the latest version.
    In the preferences for Quicktime-->Enable Flash-->leave unchecked. That's to play .swf (flash) that is wrapped in a Quicktime container. And Quicktime only supports .swf (flash) version 5 and below... Really not a selling point... What are they up to version 8/9 now? To me not worth making any more. Unless your using flash to make sprites to use in Qt. And at that point you knew to know actionscript for version 5 of flash.
    If you come across a .swf/quicktime a popup window will ask you if you want to activate it. When you close out the browser window it will revert to being off again.
    Go to the MIME Settings that is just below that Enable Flash box. Scroll down to the bottom... Miscellaneous file Formats. Uncheck Flash media. This one really needs to be off!!!
    As far as I know Quicktime really doesn't play a part in Flash anymore. As a container.

  • I am sick and tired of Firefox crashing from Adobe Flash player. All support statements say to reinstall and that doesnt solve the problem!

    I am sick and tired of your Firefox not supporting Adobe Flash player. Windows explorer no problem it works fine. All of your support statements tell me to reinstall and I've tried that more than once and nothing improves! It is slowing up my computer, and I have a windows folder with 4.8Mb of auto generated crash messages!

    If you have problems with current Shockwave Flash plugin versions then check this:
    * see if there are updates for your graphics drive drivers
    '''https://support.mozilla.org/kb/upgrade-graphics-drivers-use-hardware-acceleration'''
    * disable protected mode in the Flash plugin (Flash 11.3+ on Windows Vista and later)
    '''https://forums.adobe.com/message/4468493#TemporaryWorkaround'''
    * disable hardware acceleration in the Flash plugin
    '''https://forums.adobe.com/thread/891337'''
    See also:
    * '''http://kb.mozillazine.org/Flash#Troubleshooting'''

  • Videos will no longer play with firefox but will still play with explorer. I reinstalled flash player. tried resetting nothing seems to help

    I have tried everything I know and nothing has worked. Yesterday everything was fine and today I can't get videos to play. I have tried Youtube and various news sites as well as Yahoo news. All I get is a blank screen. I tried it with Internet Explorer and all work. Anyone have any ideas?

    There are a number of active threads concerning the latest Flash player plugin (11.3) and the latest Firefox (13). Not all users are experiencing the same issues, but things to check include the following:
    - Conflict with Realplayer Browser Record plugin (to disable this, open Add-ons from the orange Firefox button or the classic Tools menu and look under the Extensions and Plugins categories)
    - Conflict with Flash 11.3 Protected Mode (see [http://forums.adobe.com/thread/1018071?tstart=0 Adobe Forums: How do I disable Flash Player's protected mode for Firefox?])
    Scanning down the front of the forums probably will yield additional suggestions: https://support.mozilla.org/en-US/questions
    Please post back with your results.

  • Problem with Firefox freezing/crashing

    Anyone having problems with Firefox. I have the latest installed on my MBP but it crashes frequently. Usually when trying to shut down, it'll just freeze. the computer is stable (26 days uptime and counting). The only issues I have are Firefox, Illustrator & Dreamweaver (rosetta apps)occasionally crashing and Firefox's frequent lock ups and crashes. I'm assuming when I can afford to cop the Adobe's latest, the Adobe/Macromedia apps will be fine. But I need help with this browser. Anyone figured out how to resolve this?
    I wish Camino worked as universally well as Firefox cuz I'd just hope over to it. Advise me please.

    this is really long and looks cryptic but here goes...
    Date/Time: 2007-04-06 19:33:36.250 -0400
    OS Version: 10.4.9 (Build 8P2137)
    Report Version: 4
    Command: firefox-bin
    Path: /Applications/Firefox.app/Contents/MacOS/firefox-bin
    Parent: WindowServer [54]
    Version: 2.0.0.3 (2.0.0.3)
    PID: 5876
    Thread: 19
    Exception: EXCBADACCESS (0x0001)
    Codes: KERNPROTECTIONFAILURE (0x0002) at 0x00000044
    Thread 0:
    0 libSystem.B.dylib 0x900247e7 semaphorewait_signaltrap + 7
    1 com.apple.QuickTime 0x94303b69 QTMLGrabMutex + 31
    2 com.apple.QuickTime 0x9433a983 CancelCallBack_priv + 28
    3 ...ickTimeComponents.component 0x97f33867 Base_CDFlush + 119
    4 ...ple.CoreServices.CarbonCore 0x90cd0d63 CallComponentFunctionCommon + 513
    5 ...ickTimeComponents.component 0x97f33029 Base_CDComponentDispatch + 125
    6 ...ple.CoreServices.CarbonCore 0x90cd0a48 CallComponentDispatch + 34
    7 com.apple.QuickTime 0x9438227a ImageCodecFlush + 37
    8 com.apple.QuickTime 0x9437e584 CDSequenceFlush + 318
    9 ...uickTimeStreaming.component 0x9909a490 SHVideo_FlushPendingFrames + 267
    10 ...uickTimeStreaming.component 0x9909d84a SHVideo_DerivedRenderIdle + 1834
    11 ...ple.CoreServices.CarbonCore 0x90cd0d63 CallComponentFunctionCommon + 513
    12 ...uickTimeStreaming.component 0x9909b36e SHVideo_ComponentDispatch + 170
    13 ...ple.CoreServices.CarbonCore 0x90cd0a48 CallComponentDispatch + 34
    14 com.apple.QuickTime 0x943e02b1 SHDerivedRenderIdle + 55
    15 ...uickTimeStreaming.component 0x99090b5f SHBase_RenderIdle + 130
    16 ...ple.CoreServices.CarbonCore 0x90cd0d63 CallComponentFunctionCommon + 513
    17 ...uickTimeStreaming.component 0x9908e894 SHBase_ComponentDispatch + 125
    18 ...ple.CoreServices.CarbonCore 0x90cd0a48 CallComponentDispatch + 34
    19 com.apple.QuickTime 0x943e0278 SHRenderIdle + 55
    20 ...uickTimeStreaming.component 0x9907aab2 BaseRcvConductor_Idle + 399
    21 ...ple.CoreServices.CarbonCore 0x90cd0f1f CallComponentFunctionCommon + 957
    22 ...uickTimeStreaming.component 0x9907a902 BaseRcvConductor_ComponentDispatch + 125
    23 ...ple.CoreServices.CarbonCore 0x90cd0a48 CallComponentDispatch + 34
    24 com.apple.QuickTime 0x943db81b QTSCondIdle + 61
    25 ...uickTimeStreaming.component 0x990ad90c RTPRcvConductor_Idle + 257
    26 ...ple.CoreServices.CarbonCore 0x90cd0f1f CallComponentFunctionCommon + 957
    27 ...uickTimeStreaming.component 0x990acc68 RTPRcvConductor_ComponentDispatch + 170
    28 ...ple.CoreServices.CarbonCore 0x90cd0a48 CallComponentDispatch + 34
    29 com.apple.QuickTime 0x943db81b QTSCondIdle + 61
    30 ...uickTimeStreaming.component 0x9907a9a5 BaseRcvConductor_Idle + 130
    31 ...ple.CoreServices.CarbonCore 0x90cd0f1f CallComponentFunctionCommon + 957
    32 ...uickTimeStreaming.component 0x9907a902 BaseRcvConductor_ComponentDispatch + 125
    33 ...ple.CoreServices.CarbonCore 0x90cd0a48 CallComponentDispatch + 34
    34 com.apple.QuickTime 0x943db81b QTSCondIdle + 61
    35 ...uickTimeStreaming.component 0x99081b69 QTSCondSessionMgr_Idle + 127
    36 ...ple.CoreServices.CarbonCore 0x90cd0f1f CallComponentFunctionCommon + 957
    37 ...uickTimeStreaming.component 0x9907c7bc RTSPConductor_ComponentDispatch + 170
    38 ...ple.CoreServices.CarbonCore 0x90cd0a48 CallComponentDispatch + 34
    39 com.apple.QuickTime 0x943db81b QTSCondIdle + 61
    40 com.apple.QuickTime 0x943db5df IdleThisPresentation + 142
    41 com.apple.QuickTime 0x943db4d1 QTSPresIdle + 63
    42 ...uickTimeStreaming.component 0x9905d630 StreamMedia_Idle + 826
    43 ...ple.CoreServices.CarbonCore 0x90cd0f1f CallComponentFunctionCommon + 957
    44 ...uickTimeStreaming.component 0x9905bd26 StreamMedia_ComponentDispatch + 170
    45 ...ple.CoreServices.CarbonCore 0x90cd0a48 CallComponentDispatch + 34
    46 ...ickTimeComponents.component 0x989708a2 MediaIdle + 61
    47 ...ickTimeComponents.component 0x97e7e9b0 doGenericIdle + 1389
    48 ...ickTimeComponents.component 0x97e803a7 GenericMoviesTask + 337
    49 ...ple.CoreServices.CarbonCore 0x90cd0f1f CallComponentFunctionCommon + 957
    50 ...ickTimeComponents.component 0x97e7fd23 GenericComponentDispatch + 170
    51 ...ple.CoreServices.CarbonCore 0x90cd0a48 CallComponentDispatch + 34
    52 com.apple.QuickTime 0x9435bf27 MediaMoviesTask + 61
    53 com.apple.QuickTime 0x9435ac04 TaskMovie_priv + 4552
    54 com.apple.QuickTime 0x94424326 frequentlyTaskMovies + 172
    55 com.apple.HIToolbox 0x92e21a8a TimerVector + 31
    56 com.apple.CoreFoundation 0x9082e7e2 CFRunLoopRunSpecific + 3341
    57 com.apple.CoreFoundation 0x9082dace CFRunLoopRunInMode + 61
    58 com.apple.HIToolbox 0x92de98d8 RunCurrentEventLoopInMode + 285
    59 com.apple.HIToolbox 0x92de8fe2 ReceiveNextEventCommon + 385
    60 com.apple.HIToolbox 0x92e31a74 _AcquireNextEvent + 58
    61 com.apple.HIToolbox 0x92e318bc RunApplicationEventLoop + 150
    62 org.mozilla.firefox 0x00240dc7 nsAppShell::Run() + 39
    63 org.mozilla.firefox 0x002d9502 nsAppStartup::Run() + 50
    64 org.mozilla.firefox 0x00005db9 XRE_main + 6305
    65 org.mozilla.firefox 0x00002818 main + 32
    66 org.mozilla.firefox 0x0000279e start + 270
    67 org.mozilla.firefox 0x000026b9 start + 41
    Thread 1:
    0 libSystem.B.dylib 0x9001a0ec select + 12
    1 libnspr4.dylib 0x00fcb9c8 PR_Poll + 134
    2 org.mozilla.firefox 0x00358b7f nsSocketTransportService::Poll(unsigned*) + 99
    3 org.mozilla.firefox 0x003591d0 nsSocketTransportService::Run() + 480
    4 libxpcom_core.dylib 0x01849f15 nsThread::Main(void*) + 41
    5 libnspr4.dylib 0x00fcd009 PR_Select + 813
    6 libSystem.B.dylib 0x90024147 pthreadbody + 84
    Thread 2:
    0 libSystem.B.dylib 0x90048e07 semaphoretimedwait_signaltrap + 7
    1 libnspr4.dylib 0x00fc86a0 PR_Lock + 246
    2 libnspr4.dylib 0x00fc89f7 PR_WaitCondVar + 75
    3 libxpcom_core.dylib 0x0184c22c TimerThread::Run() + 74
    4 libxpcom_core.dylib 0x01849f15 nsThread::Main(void*) + 41
    5 libnspr4.dylib 0x00fcd009 PR_Select + 813
    6 libSystem.B.dylib 0x90024147 pthreadbody + 84
    Thread 3:
    0 libSystem.B.dylib 0x90048e07 semaphoretimedwait_signaltrap + 7
    1 libnspr4.dylib 0x00fc86a0 PR_Lock + 246
    2 libnspr4.dylib 0x00fc89f7 PR_WaitCondVar + 75
    3 org.mozilla.firefox 0x0036d4b4 nsSSLThread::Run() + 166
    4 libnspr4.dylib 0x00fcd009 PR_Select + 813
    5 libSystem.B.dylib 0x90024147 pthreadbody + 84
    Thread 4:
    0 libSystem.B.dylib 0x90048e07 semaphoretimedwait_signaltrap + 7
    1 libnspr4.dylib 0x00fc86a0 PR_Lock + 246
    2 libnspr4.dylib 0x00fc89f7 PR_WaitCondVar + 75
    3 org.mozilla.firefox 0x0036a123 nsCertVerificationThread::Run() + 249
    4 libnspr4.dylib 0x00fcd009 PR_Select + 813
    5 libSystem.B.dylib 0x90024147 pthreadbody + 84
    Thread 5:
    0 libSystem.B.dylib 0x900247e7 semaphorewait_signaltrap + 7
    1 libnspr4.dylib 0x00fc8a81 PR_WaitCondVar + 213
    2 org.mozilla.firefox 0x0054b8f0 mozStorageService::FinishAsyncIO() + 784
    3 org.mozilla.firefox 0x0089c5f2 AsyncWriteThread::Run() + 14
    4 libxpcom_core.dylib 0x01849f15 nsThread::Main(void*) + 41
    5 libnspr4.dylib 0x00fcd009 PR_Select + 813
    6 libSystem.B.dylib 0x90024147 pthreadbody + 84
    Thread 6:
    0 libSystem.B.dylib 0x900247e7 semaphorewait_signaltrap + 7
    1 libnspr4.dylib 0x00fc8a81 PR_WaitCondVar + 213
    2 libnspr4.dylib 0x00fc8ce1 PR_Wait + 53
    3 libxpcom_core.dylib 0x01847682 PL_WaitForEvent + 62
    4 libxpcom_core.dylib 0x018488db nsEventQueueImpl::WaitForEvent(PLEvent**) + 47
    5 org.mozilla.firefox 0x00301465 nsUrlClassifierCallbackWrapper::QueryInterface(nsID const&, void**) + 301
    6 libnspr4.dylib 0x00fcd009 PR_Select + 813
    7 libSystem.B.dylib 0x90024147 pthreadbody + 84
    Thread 7:
    0 libSystem.B.dylib 0x90009bf7 machmsgtrap + 7
    1 ...romedia.Flash Player.plugin 0x10bf152d Flash_EnforceLocalSecurity + 360501
    2 libSystem.B.dylib 0x90024147 pthreadbody + 84
    Thread 8:
    0 libSystem.B.dylib 0x90009bf7 machmsgtrap + 7
    1 com.apple.CoreFoundation 0x9082e2b3 CFRunLoopRunSpecific + 2014
    2 com.apple.CoreFoundation 0x9082dace CFRunLoopRunInMode + 61
    3 com.apple.audio.CoreAudio 0x9146841e HALRunLoop::OwnThread(void*) + 158
    4 com.apple.audio.CoreAudio 0x91468239 CAPThread::Entry(CAPThread*) + 93
    5 libSystem.B.dylib 0x90024147 pthreadbody + 84
    Thread 9:
    0 libSystem.B.dylib 0x90048e07 semaphoretimedwait_signaltrap + 7
    1 com.apple.audio.CoreAudio 0x9147565c CAGuard::WaitFor(unsigned long long) + 212
    2 com.apple.audio.CoreAudio 0x9147557e CAGuard::WaitUntil(unsigned long long) + 66
    3 com.apple.audio.CoreAudio 0x91473efa HP_IOThread::WorkLoop() + 690
    4 com.apple.audio.CoreAudio 0x91473c43 HPIOThread::ThreadEntry(HPIOThread*) + 17
    5 com.apple.audio.CoreAudio 0x91468239 CAPThread::Entry(CAPThread*) + 93
    6 libSystem.B.dylib 0x90024147 pthreadbody + 84
    Thread 10:
    0 libSystem.B.dylib 0x90048e07 semaphoretimedwait_signaltrap + 7
    1 ...romedia.Flash Player.plugin 0x10b81130 0x10808000 + 3641648
    2 ...romedia.Flash Player.plugin 0x10a5870b 0x10808000 + 2426635
    3 ...romedia.Flash Player.plugin 0x10b814a8 0x10808000 + 3642536
    4 libSystem.B.dylib 0x90024147 pthreadbody + 84
    Thread 11:
    0 libSystem.B.dylib 0x90048e07 semaphoretimedwait_signaltrap + 7
    1 libnspr4.dylib 0x00fc86a0 PR_Lock + 246
    2 libnspr4.dylib 0x00fc89f7 PR_WaitCondVar + 75
    3 org.mozilla.firefox 0x0031ce8d nsIOThreadPool::ThreadFunc(void*) + 145
    4 libnspr4.dylib 0x00fcd009 PR_Select + 813
    5 libSystem.B.dylib 0x90024147 pthreadbody + 84
    Thread 12:
    0 libSystem.B.dylib 0x90048e07 semaphoretimedwait_signaltrap + 7
    1 libnspr4.dylib 0x00fc86a0 PR_Lock + 246
    2 libnspr4.dylib 0x00fc89f7 PR_WaitCondVar + 75
    3 org.mozilla.firefox 0x0031ce8d nsIOThreadPool::ThreadFunc(void*) + 145
    4 libnspr4.dylib 0x00fcd009 PR_Select + 813
    5 libSystem.B.dylib 0x90024147 pthreadbody + 84
    Thread 13:
    0 libSystem.B.dylib 0x90048e07 semaphoretimedwait_signaltrap + 7
    1 libnspr4.dylib 0x00fc86a0 PR_Lock + 246
    2 libnspr4.dylib 0x00fc89f7 PR_WaitCondVar + 75
    3 org.mozilla.firefox 0x005c85c6 nsHostResolver::GetHostToLookup(nsHostRecord**) + 212
    4 org.mozilla.firefox 0x005c8d73 nsHostResolver::ThreadFunc(void*) + 123
    5 libnspr4.dylib 0x00fcd009 PR_Select + 813
    6 libSystem.B.dylib 0x90024147 pthreadbody + 84
    Thread 14:
    0 libSystem.B.dylib 0x90009bf7 machmsgtrap + 7
    1 com.apple.CoreFoundation 0x9082e2b3 CFRunLoopRunSpecific + 2014
    2 com.apple.CoreFoundation 0x9083f188 CFRunLoopRun + 60
    3 com.apple.QuickTime 0x9439175e QTSNetworkThread_RunThread + 117
    4 libSystem.B.dylib 0x90024147 pthreadbody + 84
    Thread 15:
    0 libSystem.B.dylib 0x90009bf7 machmsgtrap + 7
    1 com.apple.CoreFoundation 0x9082e2b3 CFRunLoopRunSpecific + 2014
    2 com.apple.CoreFoundation 0x9082dace CFRunLoopRunInMode + 61
    3 com.apple.Foundation 0x92826a0f +[NSURLConnection(NSURLConnectionInternal) _resourceLoadLoop:] + 259
    4 com.apple.Foundation 0x927f12e0 forkThreadForFunction + 123
    5 libSystem.B.dylib 0x90024147 pthreadbody + 84
    Thread 16:
    0 libSystem.B.dylib 0x9001a0ec select + 12
    1 libSystem.B.dylib 0x90024147 pthreadbody + 84
    Thread 17:
    0 libSystem.B.dylib 0x90048e07 semaphoretimedwait_signaltrap + 7
    1 ...ple.CoreServices.CarbonCore 0x90ce20b7 TSWaitOnSemaphoreCommon + 163
    2 ...ple.CoreServices.CarbonCore 0x90ce909d TimerThread + 87
    3 libSystem.B.dylib 0x90024147 pthreadbody + 84
    Thread 18:
    0 libSystem.B.dylib 0x9002485f semaphorewaittrap + 7
    1 QuickTimeH264.scalar 0x98e79207 JVTLibDecoDispose + 1322753
    2 libSystem.B.dylib 0x90024147 pthreadbody + 84
    Thread 19 Crashed:
    0 QuickTimeH264.scalar 0x98d3d1d6 JVTLibDecoDispose + 28368
    1 QuickTimeH264.scalar 0x98d1e970 JVTDecoDecodeBand + 153
    2 ...ple.QuickTimeH264.component 0x98d18207 JVTDecoComponentDispatch + 1461
    3 ...ple.CoreServices.CarbonCore 0x90cd0d63 CallComponentFunctionCommon + 513
    4 ...ple.QuickTimeH264.component 0x98d17cfc JVTDecoComponentDispatch + 170
    5 ...ple.CoreServices.CarbonCore 0x90cd0a48 CallComponentDispatch + 34
    6 ...ickTimeComponents.component 0x9896d4af ImageCodecDecodeBand + 49
    7 ...ickTimeComponents.component 0x97f32d8e BaseCodec_ImageCodecDecodeBand + 61
    8 ...ickTimeComponents.component 0x97f34a4c BaseCodecDecompressCallBackCommon + 1793
    9 com.apple.QuickTime 0x9437f35d ExecuteCallBack_priv + 125
    10 ...ple.CoreServices.CarbonCore 0x90ce3ca3 InvokeDeferredTaskUPP + 15
    11 ...ple.CoreServices.CarbonCore 0x90cecbec DeferredTaskThread + 120
    12 libSystem.B.dylib 0x90024147 pthreadbody + 84
    Thread 19 crashed with X86 Thread State (32-bit):
    eax: 0x174c8000 ebx: 0x98d3cfe7 ecx: 0x00000000 edx: 0x00000000
    edi: 0x17891000 esi: 0x1795bcd8 ebp: 0xb0d74bb8 esp: 0xb0d74ad0
    ss: 0x0000001f efl: 0x00010287 eip: 0x98d3d1d6 cs: 0x00000017
    ds: 0x0000001f es: 0x0000001f fs: 0x00000000 gs: 0x00000037
    Binary Images Description:
    0x1000 - 0x9b6fff org.mozilla.firefox 2.0.0.3 /Applications/Firefox.app/Contents/MacOS/firefox-bin
    0xeec000 - 0xf7dfff libmozjs.dylib /Applications/Firefox.app/Contents/MacOS/libmozjs.dylib
    0xf98000 - 0xf98fff libxpcom.dylib /Applications/Firefox.app/Contents/MacOS/libxpcom.dylib
    0xf9c000 - 0xfa1fff libplds4.dylib /Applications/Firefox.app/Contents/MacOS/libplds4.dylib
    0xfa6000 - 0xfacfff libplc4.dylib /Applications/Firefox.app/Contents/MacOS/libplc4.dylib
    0xfb2000 - 0xfd7fff libnspr4.dylib /Applications/Firefox.app/Contents/MacOS/libnspr4.dylib
    0x1808000 - 0x1878fff libxpcom_core.dylib /Applications/Firefox.app/Contents/MacOS/libxpcom_core.dylib
    0x18da000 - 0x18f3fff libsmime3.dylib /Applications/Firefox.app/Contents/MacOS/libsmime3.dylib
    0x1a05000 - 0x1a25fff libssl3.dylib /Applications/Firefox.app/Contents/MacOS/libssl3.dylib
    0x1a2f000 - 0x1a85fff libnss3.dylib /Applications/Firefox.app/Contents/MacOS/libnss3.dylib
    0x1aa1000 - 0x1ae7fff libsoftokn3.dylib /Applications/Firefox.app/Contents/MacOS/libsoftokn3.dylib
    0x1af6000 - 0x1b05fff libxpcom_compat.dylib /Applications/Firefox.app/Contents/MacOS/libxpcom_compat.dylib
    0x1b92000 - 0x1b9afff libmyspell.dylib /Applications/Firefox.app/Contents/MacOS/components/libmyspell.dylib
    0x1fcc000 - 0x1fcdfff com.apple.textencoding.unicode 2.1 /System/Library/TextEncodings/Unicode Encodings.bundle/Contents/MacOS/Unicode Encodings
    0xcdb1000 - 0xcddffff libnssckbi.dylib /Applications/Firefox.app/Contents/MacOS/libnssckbi.dylib
    0xcdf1000 - 0xcdfbfff libspellchecker.dylib /Applications/Firefox.app/Contents/MacOS/components/libspellchecker.dylib
    0xd66a000 - 0xd6c7fff libfreebl3.dylib /Applications/Firefox.app/Contents/MacOS/libfreebl3.dylib
    0xe222000 - 0xe23bfff com.apple.AppleIntermediateCodec 1.1 (141) /Library/QuickTime/AppleIntermediateCodec.component/Contents/MacOS/AppleInterme diateCodec
    0xe2de000 - 0xe2f7fff com.apple.applepixletvideo 1.2.9 (1.2d9) /System/Library/QuickTime/ApplePixletVideo.component/Contents/MacOS/ApplePixlet Video
    0x10808000 - 0x10d2bfff com.macromedia.Flash Player.plugin 9.0.28 (1.0.4f22) /Library/Internet Plug-Ins/Flash Player.plugin/Contents/MacOS/Flash Player
    0x11ef4000 - 0x11ef9fff com.apple.audio.AppleHDAHALPlugIn 1.2.9 (1.2.9a4) /System/Library/Extensions/AppleHDA.kext/Contents/PlugIns/AppleHDAHALPlugIn.bun dle/Contents/MacOS/AppleHDAHALPlugIn
    0x14017000 - 0x1401afff com.apple.iokit.IOQTComponents 1.4 /System/Library/Components/IOQTComponents.component/Contents/MacOS/IOQTComponen ts
    0x15313000 - 0x1531efff com.apple.ATIRadeonX1000GA 1.4.52 (4.5.2) /System/Library/Extensions/ATIRadeonX1000GA.plugin/Contents/MacOS/ATIRadeonX100 0GA
    0x16bfd000 - 0x16c39fff com.apple.QuickTimeFireWireDV.component 7.1.5 /System/Library/QuickTime/QuickTimeFireWireDV.component/Contents/MacOS/QuickTim eFireWireDV
    0x16f2c000 - 0x1711ffff net.telestream.wmv.import 2.1.0.33 /Library/QuickTime/Flip4Mac WMV Import.component/Contents/MacOS/Flip4Mac WMV Import
    0x17687000 - 0x176b1fff com.apple.audio.SoundManager.Components 3.9.2 /System/Library/Components/SoundManagerComponents.component/Contents/MacOS/Soun dManagerComponents
    0x18ba4000 - 0x18c8cfff com.apple.audio.codecs.Components 1.4.8 /System/Library/Components/AudioCodecs.component/Contents/MacOS/AudioCodecs
    0x70000000 - 0x700fbfff com.apple.audio.units.Components 1.4.5 /System/Library/Components/CoreAudio.component/Contents/MacOS/CoreAudio
    0x8fe00000 - 0x8fe4afff dyld 46.12 /usr/lib/dyld
    0x90000000 - 0x90172fff libSystem.B.dylib /usr/lib/libSystem.B.dylib
    0x901c2000 - 0x901c4fff libmathCommon.A.dylib /usr/lib/system/libmathCommon.A.dylib
    0x901c6000 - 0x90203fff com.apple.CoreText 1.1.2 (???) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreText.framework/Versions/A/CoreText
    0x9022a000 - 0x90300fff ATS /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ATS.framework/Versions/A/ATS
    0x90320000 - 0x90775fff com.apple.CoreGraphics 1.258.61 (???) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/CoreGraphics
    0x9080c000 - 0x908d4fff com.apple.CoreFoundation 6.4.7 (368.28) /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
    0x90912000 - 0x90912fff com.apple.CoreServices 10.4 (???) /System/Library/Frameworks/CoreServices.framework/Versions/A/CoreServices
    0x90914000 - 0x90a07fff libicucore.A.dylib /usr/lib/libicucore.A.dylib
    0x90a57000 - 0x90ad6fff libobjc.A.dylib /usr/lib/libobjc.A.dylib
    0x90aff000 - 0x90b63fff libstdc++.6.dylib /usr/lib/libstdc++.6.dylib
    0x90bd2000 - 0x90bd9fff libgcc_s.1.dylib /usr/lib/libgcc_s.1.dylib
    0x90bde000 - 0x90c51fff com.apple.framework.IOKit 1.4.6 (???) /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit
    0x90c66000 - 0x90c78fff libauto.dylib /usr/lib/libauto.dylib
    0x90c7e000 - 0x90f24fff com.apple.CoreServices.CarbonCore 682.18 /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CarbonC ore.framework/Versions/A/CarbonCore
    0x90f67000 - 0x90fcffff com.apple.CoreServices.OSServices 4.1 /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/OSServi ces.framework/Versions/A/OSServices
    0x91008000 - 0x91046fff com.apple.CFNetwork 129.20 /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CFNetwo rk.framework/Versions/A/CFNetwork
    0x91059000 - 0x91069fff com.apple.WebServices 1.1.3 (1.1.0) /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/WebServ icesCore.framework/Versions/A/WebServicesCore
    0x91074000 - 0x910f3fff com.apple.SearchKit 1.0.5 /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SearchK it.framework/Versions/A/SearchKit
    0x9112d000 - 0x9114bfff com.apple.Metadata 10.4.4 (121.36) /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Metadat a.framework/Versions/A/Metadata
    0x91157000 - 0x91165fff libz.1.dylib /usr/lib/libz.1.dylib
    0x91168000 - 0x91307fff com.apple.security 4.5.2 (29774) /System/Library/Frameworks/Security.framework/Versions/A/Security
    0x91405000 - 0x9140dfff com.apple.DiskArbitration 2.1.1 /System/Library/Frameworks/DiskArbitration.framework/Versions/A/DiskArbitration
    0x91414000 - 0x9143afff com.apple.SystemConfiguration 1.8.6 /System/Library/Frameworks/SystemConfiguration.framework/Versions/A/SystemConfi guration
    0x9144c000 - 0x91453fff libbsm.dylib /usr/lib/libbsm.dylib
    0x91457000 - 0x914cdfff com.apple.audio.CoreAudio 3.0.4 /System/Library/Frameworks/CoreAudio.framework/Versions/A/CoreAudio
    0x9151e000 - 0x9151efff com.apple.ApplicationServices 10.4 (???) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Application Services
    0x91520000 - 0x9154cfff com.apple.AE 314 (313) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ AE.framework/Versions/A/AE
    0x9155f000 - 0x91633fff com.apple.ColorSync 4.4.9 /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ColorSync.framework/Versions/A/ColorSync
    0x9166e000 - 0x916e1fff com.apple.print.framework.PrintCore 4.6 (177.13) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ PrintCore.framework/Versions/A/PrintCore
    0x9170f000 - 0x917b8fff com.apple.QD 3.10.24 (???) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ QD.framework/Versions/A/QD
    0x917de000 - 0x91829fff com.apple.HIServices 1.5.2 (???) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ HIServices.framework/Versions/A/HIServices
    0x91848000 - 0x9185efff com.apple.LangAnalysis 1.6.3 /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ LangAnalysis.framework/Versions/A/LangAnalysis
    0x9186a000 - 0x91885fff com.apple.FindByContent 1.5 /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ FindByContent.framework/Versions/A/FindByContent
    0x91890000 - 0x918cdfff com.apple.LaunchServices 182 /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ LaunchServices.framework/Versions/A/LaunchServices
    0x918e1000 - 0x918edfff com.apple.speech.synthesis.framework 3.5 /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ SpeechSynthesis.framework/Versions/A/SpeechSynthesis
    0x918f4000 - 0x91933fff com.apple.ImageIO.framework 1.5.4 /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/ImageIO
    0x91946000 - 0x919f8fff libcrypto.0.9.7.dylib /usr/lib/libcrypto.0.9.7.dylib
    0x91a3e000 - 0x91a54fff libcups.2.dylib /usr/lib/libcups.2.dylib
    0x91a59000 - 0x91a77fff libJPEG.dylib /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libJPEG.dylib
    0x91a7c000 - 0x91adbfff libJP2.dylib /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libJP2.dylib
    0x91aed000 - 0x91af1fff libGIF.dylib /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libGIF.dylib
    0x91af3000 - 0x91b77fff libRaw.dylib /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libRaw.dylib
    0x91b7b000 - 0x91bb8fff libTIFF.dylib /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libTIFF.dylib
    0x91bbe000 - 0x91bd8fff libPng.dylib /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libPng.dylib
    0x91bdd000 - 0x91bdffff libRadiance.dylib /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libRadiance.dylib
    0x91be1000 - 0x91cbffff libxml2.2.dylib /usr/lib/libxml2.2.dylib
    0x91cdc000 - 0x91cdcfff com.apple.Accelerate 1.3.1 (Accelerate 1.3.1) /System/Library/Frameworks/Accelerate.framework/Versions/A/Accelerate
    0x91cde000 - 0x91d6cfff com.apple.vImage 2.5 /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vImage.fr amework/Versions/A/vImage
    0x91d73000 - 0x91d73fff com.apple.Accelerate.vecLib 3.3.1 (vecLib 3.3.1) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/vecLib
    0x91d75000 - 0x91dcefff libvMisc.dylib /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libvMisc.dylib
    0x91dd7000 - 0x91dfbfff libvDSP.dylib /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libvDSP.dylib
    0x91e03000 - 0x9220cfff libBLAS.dylib /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libBLAS.dylib
    0x92246000 - 0x925fafff libLAPACK.dylib /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libLAPACK.dylib
    0x92627000 - 0x92714fff libiconv.2.dylib /usr/lib/libiconv.2.dylib
    0x92716000 - 0x92793fff com.apple.DesktopServices 1.3.6 /System/Library/PrivateFrameworks/DesktopServicesPriv.framework/Versions/A/Desk topServicesPriv
    0x927d4000 - 0x92a04fff com.apple.Foundation 6.4.8 (567.29) /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation
    0x92b1e000 - 0x92b35fff libGL.dylib /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib
    0x92b40000 - 0x92b98fff libGLU.dylib /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLU.dylib
    0x92bac000 - 0x92bacfff com.apple.Carbon 10.4 (???) /System/Library/Frameworks/Carbon.framework/Versions/A/Carbon
    0x92bae000 - 0x92bbefff com.apple.ImageCapture 3.0.4 /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/ImageCapture. framework/Versions/A/ImageCapture
    0x92bcd000 - 0x92bd5fff com.apple.speech.recognition.framework 3.6 /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SpeechRecogni tion.framework/Versions/A/SpeechRecognition
    0x92bdb000 - 0x92be1fff com.apple.securityhi 2.0.1 (24742) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SecurityHI.fr amework/Versions/A/SecurityHI
    0x92be7000 - 0x92c78fff com.apple.ink.framework 101.2.1 (71) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Ink.framework /Versions/A/Ink
    0x92c8c000 - 0x92c90fff com.apple.help 1.0.3 (32.1) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Help.framewor k/Versions/A/Help
    0x92c93000 - 0x92cb1fff com.apple.openscripting 1.2.5 (???) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/OpenScripting .framework/Versions/A/OpenScripting
    0x92cc3000 - 0x92cc9fff com.apple.print.framework.Print 5.2 (192.4) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Print.framewo rk/Versions/A/Print
    0x92ccf000 - 0x92d32fff com.apple.htmlrendering 66.1 (1.1.3) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HTMLRendering .framework/Versions/A/HTMLRendering
    0x92d59000 - 0x92d9afff com.apple.NavigationServices 3.4.4 (3.4.3) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/NavigationSer vices.framework/Versions/A/NavigationServices
    0x92dc1000 - 0x92dcffff com.apple.audio.SoundManager 3.9.1 /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CarbonSound.f ramework/Versions/A/CarbonSound
    0x92dd6000 - 0x92ddbfff com.apple.CommonPanels 1.2.3 (73) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CommonPanels. framework/Versions/A/CommonPanels
    0x92de0000 - 0x930d5fff com.apple.HIToolbox 1.4.9 (???) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HIToolbox.fra mework/Versions/A/HIToolbox
    0x931db000 - 0x931e6fff com.apple.opengl 1.4.16 /System/Library/Frameworks/OpenGL.framework/Versions/A/OpenGL
    0x93256000 - 0x93256fff com.apple.Cocoa 6.4 (???) /System/Library/Frameworks/Cocoa.framework/Versions/A/Cocoa
    0x93258000 - 0x9390efff com.apple.AppKit 6.4.8 (824.42) /System/Library/Frameworks/AppKit.framework/Versions/C/AppKit
    0x93c8f000 - 0x93d0afff com.apple.CoreData 91 (92.1) /System/Library/Frameworks/CoreData.framework/Versions/A/CoreData
    0x93d43000 - 0x93dfdfff com.apple.audio.toolbox.AudioToolbox 1.4.5 /System/Library/Frameworks/AudioToolbox.framework/Versions/A/AudioToolbox
    0x93e40000 - 0x93e40fff com.apple.audio.units.AudioUnit 1.4.2 /System/Library/Frameworks/AudioUnit.framework/Versions/A/AudioUnit
    0x93e42000 - 0x94003fff com.apple.QuartzCore 1.4.12 /System/Library/Frameworks/QuartzCore.framework/Versions/A/QuartzCore
    0x94049000 - 0x9408afff libsqlite3.0.dylib /usr/lib/libsqlite3.0.dylib
    0x94092000 - 0x940ccfff libGLImage.dylib /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLImage.dyl ib
    0x940d1000 - 0x940e2fff com.apple.CoreVideo 1.4 /System/Library/Frameworks/CoreVideo.framework/Versions/A/CoreVideo
    0x94273000 - 0x94282fff libCGATS.A.dylib /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libCGATS.A.dylib
    0x94289000 - 0x94294fff libCSync.A.dylib /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libCSync.A.dylib
    0x942e0000 - 0x942fafff libRIP.A.dylib /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libRIP.A.dylib
    0x94300000 - 0x945befff com.apple.QuickTime 7.1.5 /System/Library/Frameworks/QuickTime.framework/Versions/A/QuickTime
    0x95a65000 - 0x95a7bfff libJapaneseConverter.dylib /System/Library/CoreServices/Encodings/libJapaneseConverter.dylib
    0x96476000 - 0x96476fff com.apple.vecLib 3.3.1 (vecLib 3.3.1) /System/Library/Frameworks/vecLib.framework/Versions/A/vecLib
    0x96ae5000 - 0x96aeafff com.apple.agl 2.5.9 (AGL-2.5.9) /System/Library/Frameworks/AGL.framework/Versions/A/AGL
    0x96e86000 - 0x96e9afff com.apple.audio.CoreAudioKit 1.0.1 /System/Library/Frameworks/CoreAudioKit.framework/Versions/A/CoreAudioKit
    0x97dfe000 - 0x98accfff com.apple.QuickTimeComponents.component 7.1.5 /System/Library/QuickTime/QuickTimeComponents.component/Contents/MacOS/QuickTim eComponents
    0x98d16000 - 0x98d18fff com.apple.QuickTimeH264.component 7.1.5 /System/Library/QuickTime/QuickTimeH264.component/Contents/MacOS/QuickTimeH264
    0x98d1a000 - 0x98ec5fff QuickTimeH264.scalar /System/Library/QuickTime/QuickTimeH264.component/Contents/Resources/QuickTimeH 264.scalar
    0x98f35000 - 0x98ff8fff com.apple.QuickTimeMPEG4.component 7.1.5 /System/Library/QuickTime/QuickTimeMPEG4.component/Contents/MacOS/QuickTimeMPEG 4
    0x99013000 - 0x9917ffff com.apple.QuickTimeStreaming.component 7.1.5 /System/Library/QuickTime/QuickTimeStreaming.component/Contents/MacOS/QuickTime Streaming
    0x996e4000 - 0x9970cfff com.apple.QuickTime Plugin.plugin 7.1.5 /Library/Internet Plug-Ins/QuickTime Plugin.plugin/Contents/MacOS/QuickTime Plugin

Maybe you are looking for