.flv movie quits when viewing in web browser

I'm still having problems with my flash movies. I'm using the
.flv playback component in flash and when I preview my movie (an
.flv file) in flash it plays all the way through, but when I view
through a web browser the movie quits after 25 seconds (it's 30
seconds long). At 25 seconds in, the movie freezes (like when a DVD
movie freezes/messes up and the jumbled up boxes appear) and then
the movie quits even though it didn't have any problems loading.
I've encoded using Adobe Media Encoder 5 different times and
rerendered the movie from After Effects but am still having a
problem. Anyone have any idea what the problem is?

The jquery is there to animate the marquee, so even without the JS file the div container should still be showing up right? Part of the video tutorial said to switch to "live view" to make sure one of the div containers was positioning correctly, and when I do this nothing happens. It works for the guy on the tutorial so I am not sure what I am doing differently. Since it is not working at this point I have not added the jQuery, should I just assume it is a JQuery problem and continue on? I just don't understand why it is showing up in design view but just a blank white page in live view.

Similar Messages

  • IPhoto library not updated when viewing through web browser, why?

    I post a lot of pics to my blog on Tumblr. When I do I go to Tumblr, choose "Photo" and it brings up the screen with the options. I click the universal "browse" button and it brings up the finder. I click on the "Photos" icon under the "Media" section and it brings up my iPhoto library. The problem is it will be missing the newest photos I've imported. I could have imported photos days earlier or just a few minutes ago they just aren't there to choose.
    Of course on some days they are available and I can't figure out where the disconnect is. Anyone have a clue? This is not tied to any particular browser either, I've tried them all. I feel like the meta data file iPhoto keeps (is it an xml file or something?) is not being updated? I have no idea. Any help is appreciated. TIA!

    Have you tried clearing your browser's cache? I find that sometimes (particularly with Safari) it is inclined to retrieve old pages from its cache rather than from the web.

  • Safari (3.0.4) on Mac OS 10.4.11 has started quitting when viewing news and weather sites - not all sites, not the same sites every time.

    Safari (3.0.4) on Mac OS 10.4.11 has started quitting when viewing news and weather sites - not all sites, not the same sites every day. Help?

    Hi Gary...
    I see you are running v10.4.11 and you have updated Safari but make certain all the system software is up to date by clicking your Apple menu / Software Update.
    If everything is up to date, try resetting Safari from the menu bar.
    Select the top 7 buttons, click Reset.
    Restart your Mac. Launch Safari. Try several of the sites you mentioned.
    has started quitting
    If resetting didn't help, post a crash report.
    If Safari has just crashed, press the Report button on the CrashReporter dialog box to view the crash  information.
    Copy/paste the entire contents of the Crash Reporter window into your reply. If the crash report dialog does not appear or the crash is hard to reproduce, crash logs can be retrieved from the ~/Library/Logs/CrashReporter> folder.

  • How can I remove the thin black border of Flash movie when viewed in a browser?

    There is a thin border at the top and left margins of my Flash movie when the .html is viewed in a browser. How can it be removed?
    Here's the movie.
    One solution suggests replacing some code, but the code they suggest replacing doesn't even exist in my html file.
    I have found questions similar to mine being asked all over different forums, but their solutions either don't work, or like the above, don't really apply. For such a common problem, finding the solution is getting a little frustrating.
    I'm using Flash CS3 on a Windows PC rrunning XP professional.

    Okay, I found the answer. It turns out that when I made the buttons in Flash (so the movie would have clickable links), the default stroke color was set to black. Change it to white and the outline is gone.
    As for appearing only on the top and left of the movie - for some reason the bottom and right is being cropped a bit when it's placed in to the html page. But that's a topic for a different discussion.

  • Text box moves position when viewing

    When doing some testing on a new home page I'm developing, one of the text boxes adjusts its position depending upon which browser I'm using. It's driving me nuts! When viewing it through Internet Explorer, the gray text box in the middle column (for now says advertise here) shifts up. I'm unsure why this is only happening to this one particular text box or what I can do to resolve the issue. I attempted to move the box down a little ways, but then when I viewed it through Firefox it looked odd being pretty far down.
    Normally I'd say it's because of IE, but it's odd this is only happening to this one text box. Any thoughts?
    (Yes, I realize there are other itemes that need to be cleaned up on the page.)
    http://www.goaheadtakethewheel.com/Test.html

    Assuming that you have used web-safe fonts and have done a Command A in iWeb to make sure there are no box overlaps, you could try deleting the box, save, quit, reboot your Mac and then relaunch iWeb, add the box back, save and republish.
    The restart will dump the redundant files out into the trash and hopefully eliminate any chance that the box is corrupted in iWeb.

  • Pb with timeline-integrated MP3 when viewing from a browser

    Hi,
    I have an anim called interface.swf which is loading an intro
    called intro.swf.
    That intro is infact a compositing anim whose timeline
    wontains some MP3 sounds overlapping one another and beginning at
    different times.
    All is working fine when I run my interface.swf file in a
    standalone flash player or directly from flash, BUT when launching
    it in a web browser (Firefox or IE), one and only one MP3 sound
    (each time the same sound), is beginning at the beginning of my
    intro anim instead of the frame it is assigned to in my timeline.
    It looks as if that very MP3 sound doesn't care about the frame at
    which it begins.
    It is really strange and it occurs only when viewing it in a
    browser (on a server or in local).
    Has such a problem already been noticed? It is very strange
    Is there any explananation?
    Thanks

    hi Ned,
    I currently downloading the tutorial link you posted.
    Do you have any idea what is really happening? Because I really wanted to have a loading text only before the whole site is loaded. The SIMULATED DOWNLOAD in Flash CS4 is working great but whenever copy it in my hosting server and view it in my browser the preloader is not working.
    Thank you for your immediate response.
    Regards,
    YSONG

  • Preloader not working in AS3 when viewing in a browser

    Hi there, It's me again Ysong.
    I have a problem regarding PRELOADING.
    MY TIMELINE:
    • First frame -- dynamic text which is my preloader with AS3 in it. NO MORE OBJECT in the frame only text which is dynamic.
         stop();
         loaderInfo.addEventListener(ProgressEvent.PROGRESS, updatePreloader);
         function updatePreloader(evtObj:ProgressEvent):void
              var percent:Number = Math.floor((evtObj.bytesLoaded*100)/evtObj.bytesTotal);
              myLoadText.text = "Loading..." + percent+"%";
              if (percent==100){
                        nextFrame();
    • Second frame -- the whole site in MOVIE CLIP which will be loaded after the preloading ends.
    ***The whole SWF file is only 600KB when publishing.
    ***When simulating download the preloader is working.
    MY PROBLEM:
    Whenever I uploaded these two files: (1) index.swf and (2) index.html, the preloader doesn't work. When viewed in browser it apprears to be white screen. After a couple of minutes, the index.swf appears and the preloader is not appearing as it should be. With (2), I didn't change anything on Dreamweaver just upload the file published by Flash Professional CS4.
    WHAT IS THE PROBLEM? Can anyone help me with this. I've uploaded (PUT) the files through Dreamweaver with a testing server configured.
    Thank you & Regards,
    YSONG

    hi Ned,
    I currently downloading the tutorial link you posted.
    Do you have any idea what is really happening? Because I really wanted to have a loading text only before the whole site is loaded. The SIMULATED DOWNLOAD in Flash CS4 is working great but whenever copy it in my hosting server and view it in my browser the preloader is not working.
    Thank you for your immediate response.
    Regards,
    YSONG

  • Tables move postion when viewed with Safari

    help, creating .asp pages in Dreamweaver and when viewed on a
    PC using IE everything is fine, look at the pages on a MAC using
    Safari and the tables shift position, been struggling with this for
    some time... some elements are fine while others move, the tables
    are in layers... anyone, thanks
    steve

    Get the gendarmes.
    Murray --- ICQ 71997575
    Adobe Community Expert
    (If you *MUST* email me, don't LAUGH when you do so!)
    ==================
    http://www.dreamweavermx-templates.com
    - Template Triage!
    http://www.projectseven.com/go
    - DW FAQs, Tutorials & Resources
    http://www.dwfaq.com - DW FAQs,
    Tutorials & Resources
    http://www.macromedia.com/support/search/
    - Macromedia (MM) Technotes
    ==================
    "Pablo" <[email protected]> wrote in message
    news:[email protected]...
    > He is using tables and should be shot :)
    >
    > Cheers
    >
    > Pablo
    >
    >
    > "Murray *ACE*" <[email protected]>
    wrote in message
    > news:[email protected]...
    >> While I agree with you, Shane, I also think I
    understand. Many new users
    >> of DW have not yet grasped the concept that
    everything that happens on
    >> the page is due to the underlying code. In fact,
    they don't even think
    >> of the code at all. It springs from a strictly
    Design-view approach, and
    >> I believe they are convinced that by describing the
    "WYSIWYG" symptoms,
    >> someone can channel the answers.
    >>
    >> Our role is to gently prod them to look at, and
    become familiar with the
    >> underlying code.... 8)
    >>
    >> I think....
    >>
    >> --
    >> Murray --- ICQ 71997575
    >> Adobe Community Expert
    >> (If you *MUST* email me, don't LAUGH when you do
    so!)
    >> ==================
    >>
    http://www.dreamweavermx-templates.com
    - Template Triage!
    >>
    http://www.projectseven.com/go
    - DW FAQs, Tutorials & Resources
    >>
    http://www.dwfaq.com - DW FAQs,
    Tutorials & Resources
    >>
    http://www.macromedia.com/support/search/
    - Macromedia (MM) Technotes
    >> ==================
    >>
    >>
    >> "Shane H" <[email protected]>
    wrote in message
    >> news:[email protected]...
    >>>I don't mean to take this out on you, but why is
    it that every new person
    >>>whom posts on this forum, doesn't use any common
    sense?
    >>>
    >>> How are we supposed to help you without a URL or
    seeing your code?
    >>>
    >>> That's like me saying to you, "My computer makes
    a sound. What's wrong
    >>> with it?"
    >>>
    >>> --
    >>> Shane H
    >>> [email protected]
    >>>
    http://www.avenuedesigners.com
    >>>
    >>> =============================================
    >>> Proud GAWDS Member
    >>>
    http://www.gawds.org/showmember.php?memberid=1495
    >>>
    >>> Delivering accessible websites to all ...
    >>> =============================================
    >>>
    >>>
    >>> "hulbert" <[email protected]>
    wrote in message
    >>> news:[email protected]...
    >>>> help, creating .asp pages in Dreamweaver and
    when viewed on a PC using
    >>>> IE
    >>>> everything is fine, look at the pages on a
    MAC using Safari and the
    >>>> tables
    >>>> shift position, been struggling with this
    for some time... some
    >>>> elements are
    >>>> fine while others move, the tables are in
    layers... anyone, thanks
    >>>>
    >>>> steve
    >>>>
    >>>
    >>>
    >>
    >>
    >
    >

  • Mail unexpectedly quitting when view certain certain senders messages

    Ok...
    so i'm send this question in for my boss in our print shop. He made me aware of a mail problem that has been reoccuring this morning.
    1. when viewing just a few sender's emails (Alabama Power, Heidelberg, and a sign co. we use) from any box...whether it be the trash or inbox, when moving the preview panel pane up to preview over a long list of emails, as soon as "The movable Bar" hits a certain point between the list and preview it automatically or unexpectedly quits? This also happens on just a certain few websites, that arent realted to the emailers that are causing the crash. WEIRD STUFF *Sory for run-on sentences..lol*
    My first thought was the images that are on the actual body of the email, but, when double clicking into a new window instead of using the preview pane it works fine, and even sometimes when it crashes, there arent any images to load on the email
    His computers specs
    OSX.5.6, White-Macbook, Intel Core Duo processor(2.) and 2 gigs of ram
    He has been having to just deal with the issue (because he hasnt voiced the issue till today), and does a work around by fowarding the emails to his iMac running the same OS to be able to get preview these emails
    Any help would be greatly appreciated!
    thanks
    Drew (disregard my specs at bottom)

    Ok...ive found out a little bit more about the emails that are causing the crashing!
    1. Heildelberg (email) - Its an advertisement email, and dont really know how to label it, but if you click anywhere on the body of the email it re-directs you to their homepage, using the default browser (FIREFOX), but the embedded picture for the graphics is a JPG.
    NOTE: THIS REDIRECT DOES NOT CAUSE MAIL TO QUIT, UNLIKE THE NEXT EMAIL DOES??
    2. ABCsigns (email) - This sign company we use sends us quotes, so when i go to their emails (which are currently in the trash), as soon as i click on the email preview pane...Mail auto-quits...They are sending us .PDF attachments as our quotes
    so it may be a problem with their attachment (ABCsigns) that is causing the crash in Mail, but the Heildeberg emails cause Firefox to crash once re-directed
    WEIRD STUFF
    Thanks for any help that can be given
    Im, gonna change the default browser to Safari, but know from past experiences that it crashes Safari too
    Thanks,
    Drew

  • FB has changed colours, but only when viewed in Firefox Browser. Why and how to fix?

    There appears to be something going on between the FB webpage and Firefox web browser. On my page it comes up with a pink background instead of the usual grey. Also posts that are linked to outside FB sometimes end up turning various shades - green, yellow and red. I have also reported this to FB. It only occurs in Firefox and FB appears normal in all other browsers. I have not manipulated the screen shots in anyway. It goes away for a bit when I refresh. Any link I share that has this odd colouring remains that colour once shared. Here's hoping you can find out what is going on. And for some reason the images won't attach to this report/question. The files aren't that big either.

    hello Sharon_Knits, please go through the steps covered in [[Websites look wrong or appear differently than they should]] - they should contain the most common solutions for the issue you've described...

  • Prompting SaveAs when Form in Web Browser is closed.

    Hi All,
    I'm configuring with LiveCycle Designer 7.1 on LiveCycle Forms 7.1 server.
    If a saved form is opened and changed in Adobe Reader 7 with Reader Extensions enabled, Reader prompts users to save their PDF form when they close their form (i.e. with the standard x on the top right hand corner of a window).
    We would like the same prompt to appear for a freshly-rendered form the user sees within a web browser session when the form is about to close. It would be good if we can avoid two Save prompts from appearing in a saved PDF, as Adobe Reader has its own in-built save alert.
    To firstly trigger the prompt, I have tried using the following in the docClose event at the xfa.form.MyForm level:
    var saveResponse = xfa.host.messageBox(Save form?, windowname, 2, 2);
    If (saveResponse == 4)
    app.execMenuItem(SaveAs);
    But I observed that the message box appears only after the form disappears. When the Yes button is selected, no SaveAs window comes up. It seems as if the script executes only after the document is closed.
    Has success with implementing something like this?
    Thanks,
    Xiao

    Hi there
    Assuming you were Publishing in version 3 and choosing the HTML option, the standard.js file was likely there. I'd be totally shocked to find it wasn't part of the equation. This calls into question what your perception of Publishing is.
    I ask, because if you are coming at this from a Web Developer perspective, Publishing likely means something totally different to you than it does in the Captivate realm. In Captivate, you Publish to take the source .CP file and create output files from that source.
    In the Web Development realm, the act of Publishing is performing a process that transfers copies of the content on your hard drive to the Web Server.
    I'm wondering if somehow you have your Windows setup configured such that it doesn't show you files with a .JS file extension. That's the only other possibility I can fathom as to why you wouldn't be seeing it.
    Cheers... Rick
    Helpful and Handy Links
    Captivate Wish Form/Bug Reporting Form
    Adobe Certified Captivate Training
    SorcerStone Blog
    Captivate eBooks

  • Photoshop "unexpectantly quits" when I go to browse

    Photoshop "unexpectantly quits" when I go to browse

    Do you mean it crashes?
    And what do you mean by "go browse"?

  • Ea6300 causing network issues when connecting to web browser on my Mac

    I have had my ea6300 for two months and its causing major issues when connecting to my web broweser before I throw it out the window can someone give me some help.

    Hi bigtimer30, what do you mean by “it’s causing major issues when connecting to my web browser”? Do you mean that the MAC computer is no longer able to access the internet? If yes, is it with both wired and wireless connections? Is this happening to all of your devices? Or just that specific MAC computer? If all the other devices are still able to connect except the MAC, I suggest that you do a power cycle on the computer (if you haven’t done it yet). And you’re having difficulties with the wireless part, try to hard wire the computer straight to your router, and check if you experience the same thing. If the wired connection is okay, you may try playing with the router’s wireless channel. Better if you could give more details for us to give you more suggestions. 

  • Hide doc when opening a web browser?

    Is there a way to set the dock to show when no windows are up, but when I click on a web browser, like Firefox, it hides itself? Thanks!
    -Py

    What version of the Mac OS are you using with your computer? There is something like this available in 10.8 (Mountain Lion) - Full Screen. This feature is not available in previous versions.
    Best of luck.

  • Safari quits when viewing webcams

    I have several webcams which I view from WAN. Safari is very bad at handling these, and lately quits when I try to change webcam views: that is, if I am viewing one webcam, and select the URL for another, Safari will usually quit. I have gone over all the suggested remedies: creating a new user, removing files one by one, and even reinstalling Safari. Nothing helps.
    Does anyone know what the problem is?

    [I read that the crash report is helpful. It's rather long, but here it goes.]
    Date/Time: 2007-11-04 19:24:33.383 -0500
    OS Version: 10.4.10 (Build 8R218)
    Report Version: 4
    Command: Safari
    Path: /Applications/Safari.app/Contents/MacOS/Safari
    Parent: WindowServer [82]
    Version: 3.0.3 (522.12.1)
    Build Version: 2
    Project Name: WebBrowser
    Source Version: 45221201
    PID: 1229
    Thread: 16
    Exception: EXCBADACCESS (0x0001)
    Codes: KERNINVALIDADDRESS (0x0001) at 0x88900814
    Thread 0:
    0 libSystem.B.dylib 0x9000b348 machmsgtrap + 8
    1 libSystem.B.dylib 0x9000b29c mach_msg + 60
    2 libjvm.dylib 0x9c6c56f0 jio_snprintf + 392592
    3 libjvm.dylib 0x9c65e6f8 JNICreateJavaVMImpl + 46616
    4 libjvm.dylib 0x9c7a1da0 JVM_Send + 3344
    5 libjvm.dylib 0x9c73b83c JVM_FindLoadedClass + 2188
    6 libawt.jnilib 0x9fe4f820 setBusy + 788
    7 com.apple.CoreFoundation 0x907dd76c __CFRunLoopDoObservers + 352
    8 com.apple.CoreFoundation 0x907ddd2c __CFRunLoopRun + 1220
    9 com.apple.CoreFoundation 0x907dd4ac CFRunLoopRunSpecific + 268
    10 com.apple.HIToolbox 0x93298b20 RunCurrentEventLoopInMode + 264
    11 com.apple.HIToolbox 0x932981b4 ReceiveNextEventCommon + 380
    12 com.apple.HIToolbox 0x93298020 BlockUntilNextEventMatchingListInMode + 96
    13 com.apple.AppKit 0x9377dae4 _DPSNextEvent + 384
    14 com.apple.AppKit 0x9377d7a8 -[NSApplication nextEventMatchingMask:untilDate:inMode:dequeue:] + 116
    15 com.apple.Safari 0x00006770 0x1000 + 22384
    16 com.apple.AppKit 0x93779cec -[NSApplication run] + 472
    17 com.apple.AppKit 0x9386a87c NSApplicationMain + 452
    18 com.apple.Safari 0x0000246c 0x1000 + 5228
    19 com.apple.Safari 0x0004f1b0 0x1000 + 319920
    Thread 1:
    0 libSystem.B.dylib 0x9000b348 machmsgtrap + 8
    1 libSystem.B.dylib 0x9000b29c mach_msg + 60
    2 com.unsanity.ape 0xc0001bf4 _apeagent + 296
    3 libSystem.B.dylib 0x9002bd08 pthreadbody + 96
    Thread 2:
    0 libSystem.B.dylib 0x9000b348 machmsgtrap + 8
    1 libSystem.B.dylib 0x9000b29c mach_msg + 60
    2 ...lagutin.audio_hijack.server 0x00336190 ahservloop + 80
    3 libSystem.B.dylib 0x9002bd08 pthreadbody + 96
    Thread 3:
    0 libSystem.B.dylib 0x9001f88c select + 12
    1 com.apple.CoreFoundation 0x907f0434 __CFSocketManager + 472
    2 libSystem.B.dylib 0x9002bd08 pthreadbody + 96
    Thread 4:
    0 libSystem.B.dylib 0x9000b348 machmsgtrap + 8
    1 libSystem.B.dylib 0x9000b29c mach_msg + 60
    2 com.apple.CoreFoundation 0x907ddba8 __CFRunLoopRun + 832
    3 com.apple.CoreFoundation 0x907dd4ac CFRunLoopRunSpecific + 268
    4 com.apple.Foundation 0x92c086a8 +[NSURLConnection(NSURLConnectionInternal) _resourceLoadLoop:] + 264
    5 com.apple.Foundation 0x92be11a0 forkThreadForFunction + 108
    6 libSystem.B.dylib 0x9002bd08 pthreadbody + 96
    Thread 5:
    0 libSystem.B.dylib 0x9000b348 machmsgtrap + 8
    1 libSystem.B.dylib 0x9000b29c mach_msg + 60
    2 com.apple.CoreFoundation 0x907ddba8 __CFRunLoopRun + 832
    3 com.apple.CoreFoundation 0x907dd4ac CFRunLoopRunSpecific + 268
    4 com.apple.Foundation 0x92c097e8 +[NSURLCache _diskCacheSyncLoop:] + 152
    5 com.apple.Foundation 0x92be11a0 forkThreadForFunction + 108
    6 libSystem.B.dylib 0x9002bd08 pthreadbody + 96
    Thread 6:
    0 libSystem.B.dylib 0x9002c3c8 semaphorewait_signaltrap + 8
    1 libSystem.B.dylib 0x90030eac pthreadcondwait + 480
    2 com.apple.Foundation 0x92be830c -[NSConditionLock lockWhenCondition:] + 68
    3 com.apple.Syndication 0x9acaa42c -[AsyncDB _run:] + 192
    4 com.apple.Foundation 0x92be11a0 forkThreadForFunction + 108
    5 libSystem.B.dylib 0x9002bd08 pthreadbody + 96
    Thread 7:
    0 libSystem.B.dylib 0x9000b348 machmsgtrap + 8
    1 libSystem.B.dylib 0x9000b29c mach_msg + 60
    2 libjvm.dylib 0x9c65f11c JNICreateJavaVMImpl + 49212
    3 libjvm.dylib 0x9c65f0b4 JNICreateJavaVMImpl + 49108
    4 libjvm.dylib 0x9c65efac JNICreateJavaVMImpl + 48844
    5 libSystem.B.dylib 0x9002bd08 pthreadbody + 96
    Thread 8:
    0 libjvm.dylib 0x9c7a95c4 JVM_Send + 34100
    1 libjvm.dylib 0x9c7a8e00 JVM_Send + 32112
    2 libjvm.dylib 0x9c7a3da0 JVM_Send + 11536
    3 libjvm.dylib 0x9c7a3c1c JVM_Send + 11148
    4 libjvm.dylib 0x9c7736dc JVM_GetCPFieldSignatureUTF + 6844
    5 libjvm.dylib 0x9c773130 JVM_GetCPFieldSignatureUTF + 5392
    6 libjvm.dylib 0x9c772dbc JVM_GetCPFieldSignatureUTF + 4508
    7 libjvm.dylib 0x9c772ce8 JVM_GetCPFieldSignatureUTF + 4296
    8 libjvm.dylib 0x9c772b18 JVM_GetCPFieldSignatureUTF + 3832
    9 libjvm.dylib 0x9c6c5ce0 jio_snprintf + 394112
    10 libjvm.dylib 0x9c6c5278 jio_snprintf + 391448
    11 libjvm.dylib 0x9c65efac JNICreateJavaVMImpl + 48844
    12 libSystem.B.dylib 0x9002bd08 pthreadbody + 96
    Thread 9:
    0 libSystem.B.dylib 0x9000b348 machmsgtrap + 8
    1 libSystem.B.dylib 0x9000b29c mach_msg + 60
    2 libjvm.dylib 0x9c6c56f0 jio_snprintf + 392592
    3 libjvm.dylib 0x9c6d5304 JVM_MonitorWait + 3028
    4 libjvm.dylib 0x9c6d49cc JVM_MonitorWait + 668
    5 <<00000000>> 0x0a4e6284 0 + 172909188
    6 <<00000000>> 0x0a4dfab0 0 + 172882608
    7 <<00000000>> 0x0a4dfab0 0 + 172882608
    8 <<00000000>> 0x0a4dd164 0 + 172872036
    9 libjvm.dylib 0x9c6c6fc8 jio_snprintf + 398952
    10 libjvm.dylib 0x9c6d4564 JVM_StartThread + 2612
    11 libjvm.dylib 0x9c6d4450 JVM_StartThread + 2336
    12 libjvm.dylib 0x9c6d43e0 JVM_StartThread + 2224
    13 libjvm.dylib 0x9c6d429c JVM_StartThread + 1900
    14 libjvm.dylib 0x9c65efac JNICreateJavaVMImpl + 48844
    15 libSystem.B.dylib 0x9002bd08 pthreadbody + 96
    Thread 10:
    0 libSystem.B.dylib 0x9000b348 machmsgtrap + 8
    1 libSystem.B.dylib 0x9000b29c mach_msg + 60
    2 libjvm.dylib 0x9c6c56f0 jio_snprintf + 392592
    3 libjvm.dylib 0x9c6d5304 JVM_MonitorWait + 3028
    4 libjvm.dylib 0x9c6d49cc JVM_MonitorWait + 668
    5 <<00000000>> 0x0a4e6284 0 + 172909188
    6 <<00000000>> 0x0a4dfab0 0 + 172882608
    7 <<00000000>> 0x0a4df9c0 0 + 172882368
    8 <<00000000>> 0x0a4df9c0 0 + 172882368
    9 <<00000000>> 0x0a4dd164 0 + 172872036
    10 libjvm.dylib 0x9c6c6fc8 jio_snprintf + 398952
    11 libjvm.dylib 0x9c6d4564 JVM_StartThread + 2612
    12 libjvm.dylib 0x9c6d4450 JVM_StartThread + 2336
    13 libjvm.dylib 0x9c6d43e0 JVM_StartThread + 2224
    14 libjvm.dylib 0x9c6d429c JVM_StartThread + 1900
    15 libjvm.dylib 0x9c65efac JNICreateJavaVMImpl + 48844
    16 libSystem.B.dylib 0x9002bd08 pthreadbody + 96
    Thread 11:
    0 libSystem.B.dylib 0x9002c4b8 semaphorewaittrap + 8
    1 libjvm.dylib 0x9c6e9d58 JVM_RegisterSignal + 10024
    2 libjvm.dylib 0x9c6e9a84 JVM_RegisterSignal + 9300
    3 libjvm.dylib 0x9c6d429c JVM_StartThread + 1900
    4 libjvm.dylib 0x9c65efac JNICreateJavaVMImpl + 48844
    5 libSystem.B.dylib 0x9002bd08 pthreadbody + 96
    Thread 12:
    0 libSystem.B.dylib 0x9000b348 machmsgtrap + 8
    1 libSystem.B.dylib 0x9000b29c mach_msg + 60
    2 libjvm.dylib 0x9c6c56f0 jio_snprintf + 392592
    3 libjvm.dylib 0x9c6c5514 jio_snprintf + 392116
    4 libjvm.dylib 0x9c6eaf50 JVM_RegisterSignal + 14624
    5 libjvm.dylib 0x9c6eac08 JVM_RegisterSignal + 13784
    6 libjvm.dylib 0x9c6d429c JVM_StartThread + 1900
    7 libjvm.dylib 0x9c65efac JNICreateJavaVMImpl + 48844
    8 libSystem.B.dylib 0x9002bd08 pthreadbody + 96
    Thread 13:
    0 libSystem.B.dylib 0x9000b348 machmsgtrap + 8
    1 libSystem.B.dylib 0x9000b29c mach_msg + 60
    2 libjvm.dylib 0x9c6c56f0 jio_snprintf + 392592
    3 libjvm.dylib 0x9c6c5434 jio_snprintf + 391892
    4 libjvm.dylib 0x9c6eb5d4 JVM_RegisterSignal + 16292
    5 libjvm.dylib 0x9c6d429c JVM_StartThread + 1900
    6 libjvm.dylib 0x9c65efac JNICreateJavaVMImpl + 48844
    7 libSystem.B.dylib 0x9002bd08 pthreadbody + 96
    Thread 14:
    0 libSystem.B.dylib 0x9000b348 machmsgtrap + 8
    1 libSystem.B.dylib 0x9000b29c mach_msg + 60
    2 libjvm.dylib 0x9c6c5830 jio_snprintf + 392912
    3 libjvm.dylib 0x9c700a14 JVM_RegisterSignal + 103396
    4 libjvm.dylib 0x9c700638 JVM_RegisterSignal + 102408
    5 libjvm.dylib 0x9c65efac JNICreateJavaVMImpl + 48844
    6 libSystem.B.dylib 0x9002bd08 pthreadbody + 96
    Thread 15:
    0 libSystem.B.dylib 0x9000b348 machmsgtrap + 8
    1 libSystem.B.dylib 0x9000b29c mach_msg + 60
    2 libjvm.dylib 0x9c6c56f0 jio_snprintf + 392592
    3 libjvm.dylib 0x9c6d5304 JVM_MonitorWait + 3028
    4 libjvm.dylib 0x9c6d49cc JVM_MonitorWait + 668
    5 <<00000000>> 0x0a4e6284 0 + 172909188
    6 <<00000000>> 0x0a4dfab0 0 + 172882608
    7 <<00000000>> 0x0a4dfab0 0 + 172882608
    8 <<00000000>> 0x0a4dfe10 0 + 172883472
    9 <<00000000>> 0x0a4dd164 0 + 172872036
    10 libjvm.dylib 0x9c6c6fc8 jio_snprintf + 398952
    11 libjvm.dylib 0x9c6d4564 JVM_StartThread + 2612
    12 libjvm.dylib 0x9c6d4450 JVM_StartThread + 2336
    13 libjvm.dylib 0x9c6d43e0 JVM_StartThread + 2224
    14 libjvm.dylib 0x9c6d429c JVM_StartThread + 1900
    15 libjvm.dylib 0x9c65efac JNICreateJavaVMImpl + 48844
    16 libSystem.B.dylib 0x9002bd08 pthreadbody + 96
    Thread 16 Crashed:
    0 <<00000000>> 0xfffeff30 objcmsgSendrtp + 48
    1 com.apple.AppKit 0x938b6814 -[NSFocusStack dealloc] + 40
    2 libawt.jnilib 0x9fe552e4 -[BufImgContext dealloc] + 52
    3 libawt.jnilib 0x9fe754f0 ImageSD_dispose + 496
    4 libawt.jnilib 0x9fe752b8 SurfaceData_DisposeOps + 64
    5 <<00000000>> 0x0a4e6284 0 + 172909188
    6 <<00000000>> 0x0a4dfab0 0 + 172882608
    7 <<00000000>> 0x0a4dfab0 0 + 172882608
    8 <<00000000>> 0x0a4dfe10 0 + 172883472
    9 <<00000000>> 0x0a4dd164 0 + 172872036
    10 libjvm.dylib 0x9c6c6fc8 jio_snprintf + 398952
    11 libjvm.dylib 0x9c6d4564 JVM_StartThread + 2612
    12 libjvm.dylib 0x9c6d4450 JVM_StartThread + 2336
    13 libjvm.dylib 0x9c6d43e0 JVM_StartThread + 2224
    14 libjvm.dylib 0x9c6d429c JVM_StartThread + 1900
    15 libjvm.dylib 0x9c65efac JNICreateJavaVMImpl + 48844
    16 libSystem.B.dylib 0x9002bd08 pthreadbody + 96
    Thread 17:
    0 libSystem.B.dylib 0x9000b348 machmsgtrap + 8
    1 libSystem.B.dylib 0x9000b29c mach_msg + 60
    2 libjvm.dylib 0x9c6c56f0 jio_snprintf + 392592
    3 libjvm.dylib 0x9c6d5304 JVM_MonitorWait + 3028
    4 libjvm.dylib 0x9c6d49cc JVM_MonitorWait + 668
    5 <<00000000>> 0x0a4e6284 0 + 172909188
    6 <<00000000>> 0x0a4dfab0 0 + 172882608
    7 <<00000000>> 0x0a4dfab0 0 + 172882608
    8 <<00000000>> 0x0a4dfe10 0 + 172883472
    9 <<00000000>> 0x0a4dd164 0 + 172872036
    10 libjvm.dylib 0x9c6c6fc8 jio_snprintf + 398952
    11 libjvm.dylib 0x9c6d4564 JVM_StartThread + 2612
    12 libjvm.dylib 0x9c6d4450 JVM_StartThread + 2336
    13 libjvm.dylib 0x9c6d43e0 JVM_StartThread + 2224
    14 libjvm.dylib 0x9c6d429c JVM_StartThread + 1900
    15 libjvm.dylib 0x9c65efac JNICreateJavaVMImpl + 48844
    16 libSystem.B.dylib 0x9002bd08 pthreadbody + 96
    Thread 18:
    0 libSystem.B.dylib 0x9000b348 machmsgtrap + 8
    1 libSystem.B.dylib 0x9000b29c mach_msg + 60
    2 libjvm.dylib 0x9c6c56f0 jio_snprintf + 392592
    3 libjvm.dylib 0x9c6d5304 JVM_MonitorWait + 3028
    4 libjvm.dylib 0x9c6d49cc JVM_MonitorWait + 668
    5 <<00000000>> 0x0a4e6284 0 + 172909188
    6 <<00000000>> 0x0a4dfab0 0 + 172882608
    7 <<00000000>> 0x0a4dfab0 0 + 172882608
    8 <<00000000>> 0x0a4df9c0 0 + 172882368
    9 <<00000000>> 0x0a4df930 0 + 172882224
    10 <<00000000>> 0x0a4dfab0 0 + 172882608
    11 <<00000000>> 0x0a4dfab0 0 + 172882608
    12 <<00000000>> 0x0a4dfab0 0 + 172882608
    13 <<00000000>> 0x0a4dd164 0 + 172872036
    14 libjvm.dylib 0x9c6c6fc8 jio_snprintf + 398952
    15 libjvm.dylib 0x9c6d4564 JVM_StartThread + 2612
    16 libjvm.dylib 0x9c6d4450 JVM_StartThread + 2336
    17 libjvm.dylib 0x9c6d43e0 JVM_StartThread + 2224
    18 libjvm.dylib 0x9c6d429c JVM_StartThread + 1900
    19 libjvm.dylib 0x9c65efac JNICreateJavaVMImpl + 48844
    20 libSystem.B.dylib 0x9002bd08 pthreadbody + 96
    Thread 19:
    0 libSystem.B.dylib 0x9000b348 machmsgtrap + 8
    1 libSystem.B.dylib 0x9000b29c mach_msg + 60
    2 libjvm.dylib 0x9c6c56f0 jio_snprintf + 392592
    3 libjvm.dylib 0x9c6d5304 JVM_MonitorWait + 3028
    4 libjvm.dylib 0x9c6d49cc JVM_MonitorWait + 668
    5 <<00000000>> 0x0a4e6284 0 + 172909188
    6 <<00000000>> 0x0a4dfab0 0 + 172882608
    7 <<00000000>> 0x0a4dfab0 0 + 172882608
    8 <<00000000>> 0x0a4df9c0 0 + 172882368
    9 <<00000000>> 0x0a4dfe10 0 + 172883472
    10 <<00000000>> 0x0a4dd164 0 + 172872036
    11 libjvm.dylib 0x9c6c6fc8 jio_snprintf + 398952
    12 libjvm.dylib 0x9c6d4564 JVM_StartThread + 2612
    13 libjvm.dylib 0x9c6d4450 JVM_StartThread + 2336
    14 libjvm.dylib 0x9c6d43e0 JVM_StartThread + 2224
    15 libjvm.dylib 0x9c6d429c JVM_StartThread + 1900
    16 libjvm.dylib 0x9c65efac JNICreateJavaVMImpl + 48844
    17 libSystem.B.dylib 0x9002bd08 pthreadbody + 96
    Thread 20:
    0 libSystem.B.dylib 0x9000b348 machmsgtrap + 8
    1 libSystem.B.dylib 0x9000b29c mach_msg + 60
    2 libjvm.dylib 0x9c6c56f0 jio_snprintf + 392592
    3 libjvm.dylib 0x9c6d5304 JVM_MonitorWait + 3028
    4 libjvm.dylib 0x9c6d49cc JVM_MonitorWait + 668
    5 <<00000000>> 0x0a4e6284 0 + 172909188
    6 <<00000000>> 0x0a4dfab0 0 + 172882608
    7 <<00000000>> 0x0a4dfab0 0 + 172882608
    8 <<00000000>> 0x0a4df9c0 0 + 172882368
    9 <<00000000>> 0x0a4df930 0 + 172882224
    10 <<00000000>> 0x0a4dfab0 0 + 172882608
    11 <<00000000>> 0x0a4dfab0 0 + 172882608
    12 <<00000000>> 0x0a4dfab0 0 + 172882608
    13 <<00000000>> 0x0a4dd164 0 + 172872036
    14 libjvm.dylib 0x9c6c6fc8 jio_snprintf + 398952
    15 libjvm.dylib 0x9c6d4564 JVM_StartThread + 2612
    16 libjvm.dylib 0x9c6d4450 JVM_StartThread + 2336
    17 libjvm.dylib 0x9c6d43e0 JVM_StartThread + 2224
    18 libjvm.dylib 0x9c6d429c JVM_StartThread + 1900
    19 libjvm.dylib 0x9c65efac JNICreateJavaVMImpl + 48844
    20 libSystem.B.dylib 0x9002bd08 pthreadbody + 96
    Thread 21:
    0 libSystem.B.dylib 0x9000b348 machmsgtrap + 8
    1 libSystem.B.dylib 0x9000b29c mach_msg + 60
    2 libjvm.dylib 0x9c6c56f0 jio_snprintf + 392592
    3 libjvm.dylib 0x9c6d5304 JVM_MonitorWait + 3028
    4 libjvm.dylib 0x9c6d49cc JVM_MonitorWait + 668
    5 <<00000000>> 0x0a4e6284 0 + 172909188
    6 <<00000000>> 0x0a4dfab0 0 + 172882608
    7 <<00000000>> 0x0a4dfe10 0 + 172883472
    8 <<00000000>> 0x0a4dd164 0 + 172872036
    9 libjvm.dylib 0x9c6c6fc8 jio_snprintf + 398952
    10 libjvm.dylib 0x9c6d4564 JVM_StartThread + 2612
    11 libjvm.dylib 0x9c6d4450 JVM_StartThread + 2336
    12 libjvm.dylib 0x9c6d43e0 JVM_StartThread + 2224
    13 libjvm.dylib 0x9c6d429c JVM_StartThread + 1900
    14 libjvm.dylib 0x9c65efac JNICreateJavaVMImpl + 48844
    15 libSystem.B.dylib 0x9002bd08 pthreadbody + 96
    Thread 22:
    0 libSystem.B.dylib 0x9000b348 machmsgtrap + 8
    1 libSystem.B.dylib 0x9000b29c mach_msg + 60
    2 libjvm.dylib 0x9c6c56f0 jio_snprintf + 392592
    3 libjvm.dylib 0x9c6d5304 JVM_MonitorWait + 3028
    4 libjvm.dylib 0x9c6d49cc JVM_MonitorWait + 668
    5 <<00000000>> 0x0a4e6284 0 + 172909188
    6 <<00000000>> 0x0a4dfab0 0 + 172882608
    7 <<00000000>> 0x0a4dfab0 0 + 172882608
    8 <<00000000>> 0x0a4dfe10 0 + 172883472
    9 <<00000000>> 0x0a4dd164 0 + 172872036
    10 libjvm.dylib 0x9c6c6fc8 jio_snprintf + 398952
    11 libjvm.dylib 0x9c6d4564 JVM_StartThread + 2612
    12 libjvm.dylib 0x9c6d4450 JVM_StartThread + 2336
    13 libjvm.dylib 0x9c6d43e0 JVM_StartThread + 2224
    14 libjvm.dylib 0x9c6d429c JVM_StartThread + 1900
    15 libjvm.dylib 0x9c65efac JNICreateJavaVMImpl + 48844
    16 libSystem.B.dylib 0x9002bd08 pthreadbody + 96
    Thread 23:
    0 libSystem.B.dylib 0x9000b348 machmsgtrap + 8
    1 libSystem.B.dylib 0x9000b29c mach_msg + 60
    2 libjvm.dylib 0x9c6c56f0 jio_snprintf + 392592
    3 libjvm.dylib 0x9c65e6f8 JNICreateJavaVMImpl + 46616
    4 libjvm.dylib 0x9c7a1da0 JVM_Send + 3344
    5 libjvm.dylib 0x9c6c54e0 jio_snprintf + 392064
    6 libjvm.dylib 0x9c772360 JVM_GetCPFieldSignatureUTF + 1856
    7 libjvm.dylib 0x9c6bc7e4 jio_snprintf + 355972
    8 libjvm.dylib 0x9c6bd544 jio_snprintf + 359396
    9 libjvm.dylib 0x9c6d2194 JVM_CurrentThread + 516
    10 <<00000000>> 0x0a4ee814 0 + 172943380
    11 <<00000000>> 0x0a4dfab0 0 + 172882608
    12 <<00000000>> 0x0a4df9c0 0 + 172882368
    13 <<00000000>> 0x0a4df9c0 0 + 172882368
    14 <<00000000>> 0x0a5c6324 0 + 173826852
    15 <<00000000>> 0x0a5c5d80 0 + 173825408
    16 <<00000000>> 0x0a5bfa14 0 + 173799956
    17 <<00000000>> 0x0a5c831c 0 + 173835036
    18 <<00000000>> 0x0a4dd164 0 + 172872036
    19 libjvm.dylib 0x9c6c6fc8 jio_snprintf + 398952
    20 libjvm.dylib 0x9c6c6d38 jio_snprintf + 398296
    21 libjvm.dylib 0x9c6d812c JVM_MonitorWait + 14844
    22 libjvm.dylib 0x9c7b382c JVM_Halt + 2828
    23 libjpeg.jnilib 0x9cabf1a0 Javasun_awt_image_JPEGImageDecoderreadImage + 1188
    24 <<00000000>> 0x0a4e6284 0 + 172909188
    25 <<00000000>> 0x0a4dfab0 0 + 172882608
    26 <<00000000>> 0x0a4dfab0 0 + 172882608
    27 <<00000000>> 0x0a4dfe10 0 + 172883472
    28 <<00000000>> 0x0a4dfab0 0 + 172882608
    29 <<00000000>> 0x0a4dd164 0 + 172872036
    30 libjvm.dylib 0x9c6c6fc8 jio_snprintf + 398952
    31 libjvm.dylib 0x9c6d4564 JVM_StartThread + 2612
    32 libjvm.dylib 0x9c6d4450 JVM_StartThread + 2336
    33 libjvm.dylib 0x9c6d43e0 JVM_StartThread + 2224
    34 libjvm.dylib 0x9c6d429c JVM_StartThread + 1900
    35 libjvm.dylib 0x9c65efac JNICreateJavaVMImpl + 48844
    36 libSystem.B.dylib 0x9002bd08 pthreadbody + 96
    Thread 16 crashed with PPC Thread State 64:
    srr0: 0x00000000fffeff30 srr1: 0x000000000000f030 vrsave: 0x0000000000000000
    cr: 0x44200244 xer: 0x0000000000000000 lr: 0x00000000938b6814 ctr: 0x00000000938b67ec
    r0: 0x0000000008080810 r1: 0x00000000f08a0620 r2: 0x0000000008080808 r3: 0x00000000004bb170
    r4: 0x0000000090aa9904 r5: 0x00000000000003e8 r6: 0x00000000ffffffff r7: 0x0000000001194000
    r8: 0x000000005e4e3e2c r9: 0x0000000080880004 r10: 0x0000000000001444 r11: 0x00000000cbd90284
    r12: 0x00000000006f0073 r13: 0x000000000890f1c0 r14: 0x000000000a561378 r15: 0x000000009fe75250
    r16: 0x00000000f08a0810 r17: 0x0000000012a9acf0 r18: 0x00000000f08a0864 r19: 0x00000000f08a07f8
    r20: 0x0000000012a9aec0 r21: 0x0000000012a9acf0 r22: 0x00000000000000b8 r23: 0x000000000000000a
    r24: 0x00000000f08a0d1c r25: 0x00000000f08a0b30 r26: 0x00000000afe75310 r27: 0x00000000afe752b0
    r28: 0x0000000000000000 r29: 0x00000000013c07b0 r30: 0x0000000001b05200 r31: 0x00000000938b67ec
    Binary Images Description:
    0x1000 - 0x123fff com.apple.Safari 3.0.3 (522.12.1) /Applications/Safari.app/Contents/MacOS/Safari
    0x333000 - 0x33efff alexlagutin.audiohijack.server 1.4.0 /Library/Application Enhancers/Instant Hijack Server.ape/Contents/MacOS/Instant Hijack Server
    0x56ab000 - 0x56acfff com.apple.JavaPluginCocoa 11.5.0 /Library/Internet Plug-Ins/JavaPluginCocoa.bundle/Contents/MacOS/JavaPluginCocoa
    0x59b9000 - 0x5a21fff com.DivXInc.DivXDecoder 6.4.0 /Library/QuickTime/DivX Decoder.component/Contents/MacOS/DivX Decoder
    0x5a2e000 - 0x5aa7fff com.DivXInc.DivXDecoder 6.0.5 /Library/QuickTime/DivX 6 Decoder.component/Contents/MacOS/DivX 6 Decoder
    0x5ab8000 - 0x5c22fff com.elgato.mpegsupport EyeTV MPEG Support 1.0.7 (build 43) (1.0.7) /Library/QuickTime/EyeTV MPEG Support.component/Contents/MacOS/EyeTV MPEG Support
    0x64fc000 - 0x6810fff com.macromedia.Flash Player.plugin 9.0.28.0 (1.0.1f22) /Library/Internet Plug-Ins/Flash Player.plugin/Contents/MacOS/Flash Player
    0x7cb6000 - 0x7cc4fff com.apple.JavaPluginCocoa15 11.5.0 /System/Library/Frameworks/JavaVM.framework/Versions/1.5.0/Resources/JavaPlugin Cocoa.bundle/Contents/MacOS/JavaPluginCocoa
    0x41410000 - 0x414affff com.apple.QuickTimeImporters.component 7.2 /System/Library/QuickTime/QuickTimeImporters.component/Contents/MacOS/QuickTime Importers
    0x8fe00000 - 0x8fe52fff dyld 46.12 /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.3 (???) /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 - 0x9072efff com.apple.CoreGraphics 1.258.75 (???) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/CoreGraphics
    0x907bb000 - 0x90894fff com.apple.CoreFoundation 6.4.7 (368.28) /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
    0x908dd000 - 0x908ddfff com.apple.CoreServices 10.4 (???) /System/Library/Frameworks/CoreServices.framework/Versions/A/CoreServices
    0x908df000 - 0x909e1fff libicucore.A.dylib /usr/lib/libicucore.A.dylib
    0x90a3b000 - 0x90abffff libobjc.A.dylib /usr/lib/libobjc.A.dylib
    0x90ae9000 - 0x90b5bfff IOKit /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit
    0x90b71000 - 0x90b83fff libauto.dylib /usr/lib/libauto.dylib
    0x90b8a000 - 0x90e61fff com.apple.CoreServices.CarbonCore 681.15 /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CarbonC ore.framework/Versions/A/CarbonCore
    0x90ec7000 - 0x90f47fff com.apple.CoreServices.OSServices 4.1 /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/OSServi ces.framework/Versions/A/OSServices
    0x90f91000 - 0x90fd3fff com.apple.CFNetwork 129.21 /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CFNetwo rk.framework/Versions/A/CFNetwork
    0x90fe8000 - 0x91000fff com.apple.WebServices 1.1.2 (1.1.0) /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/WebServ icesCore.framework/Versions/A/WebServicesCore
    0x91010000 - 0x91091fff com.apple.SearchKit 1.0.5 /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SearchK it.framework/Versions/A/SearchKit
    0x910d7000 - 0x91100fff com.apple.Metadata 10.4.4 (121.36) /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Metadat a.framework/Versions/A/Metadata
    0x91111000 - 0x9111ffff libz.1.dylib /usr/lib/libz.1.dylib
    0x91122000 - 0x912ddfff com.apple.security 4.6 (29770) /System/Library/Frameworks/Security.framework/Versions/A/Security
    0x913dc000 - 0x913e5fff com.apple.DiskArbitration 2.1 /System/Library/Frameworks/DiskArbitration.framework/Versions/A/DiskArbitration
    0x913ec000 - 0x913f4fff libbsm.dylib /usr/lib/libbsm.dylib
    0x913f8000 - 0x91420fff com.apple.SystemConfiguration 1.8.3 /System/Library/Frameworks/SystemConfiguration.framework/Versions/A/SystemConfi guration
    0x91433000 - 0x9143efff libgcc_s.1.dylib /usr/lib/libgcc_s.1.dylib
    0x91443000 - 0x914befff com.apple.audio.CoreAudio 3.0.4 /System/Library/Frameworks/CoreAudio.framework/Versions/A/CoreAudio
    0x914fb000 - 0x914fbfff com.apple.ApplicationServices 10.4 (???) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Application Services
    0x914fd000 - 0x91535fff com.apple.AE 1.5 (297) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ AE.framework/Versions/A/AE
    0x91550000 - 0x91622fff com.apple.ColorSync 4.4.9 /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ColorSync.framework/Versions/A/ColorSync
    0x91675000 - 0x91706fff com.apple.print.framework.PrintCore 4.6 (177.13) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ PrintCore.framework/Versions/A/PrintCore
    0x9174d000 - 0x91804fff com.apple.QD 3.10.24 (???) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ QD.framework/Versions/A/QD
    0x91841000 - 0x9189ffff com.apple.HIServices 1.5.3 (???) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ HIServices.framework/Versions/A/HIServices
    0x918ce000 - 0x918effff com.apple.LangAnalysis 1.6.1 /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ LangAnalysis.framework/Versions/A/LangAnalysis
    0x91903000 - 0x91928fff com.apple.FindByContent 1.5 /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ FindByContent.framework/Versions/A/FindByContent
    0x9193b000 - 0x9197dfff com.apple.LaunchServices 182 /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ LaunchServices.framework/Versions/A/LaunchServices
    0x91999000 - 0x919adfff com.apple.speech.synthesis.framework 3.3 /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ SpeechSynthesis.framework/Versions/A/SpeechSynthesis
    0x919bb000 - 0x91a01fff com.apple.ImageIO.framework 1.5.5 /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/ImageIO
    0x91a18000 - 0x91adffff libcrypto.0.9.7.dylib /usr/lib/libcrypto.0.9.7.dylib
    0x91b2d000 - 0x91b42fff libcups.2.dylib /usr/lib/libcups.2.dylib
    0x91b47000 - 0x91b65fff libJPEG.dylib /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libJPEG.dylib
    0x91b6b000 - 0x91c22fff libJP2.dylib /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libJP2.dylib
    0x91c71000 - 0x91c75fff libGIF.dylib /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libGIF.dylib
    0x91c77000 - 0x91cdffff libRaw.dylib /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libRaw.dylib
    0x91ce4000 - 0x91d21fff libTIFF.dylib /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libTIFF.dylib
    0x91d28000 - 0x91d41fff libPng.dylib /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libPng.dylib
    0x91d46000 - 0x91d49fff libRadiance.dylib /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libRadiance.dylib
    0x91d4b000 - 0x91e29fff libxml2.2.dylib /usr/lib/libxml2.2.dylib
    0x91e49000 - 0x91e49fff com.apple.Accelerate 1.2.2 (Accelerate 1.2.2) /System/Library/Frameworks/Accelerate.framework/Versions/A/Accelerate
    0x91e4b000 - 0x91f30fff com.apple.vImage 2.4 /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vImage.fr amework/Versions/A/vImage
    0x91f38000 - 0x91f57fff 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
    0x91fc3000 - 0x92031fff libvMisc.dylib /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libvMisc.dylib
    0x9203c000 - 0x920d1fff libvDSP.dylib /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libvDSP.dylib
    0x920eb000 - 0x92673fff libBLAS.dylib /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libBLAS.dylib
    0x926a6000 - 0x929d1fff libLAPACK.dylib /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libLAPACK.dylib
    0x92a01000 - 0x92aeffff libiconv.2.dylib /usr/lib/libiconv.2.dylib
    0x92af2000 - 0x92b7afff com.apple.DesktopServices 1.3.6 /System/Library/PrivateFrameworks/DesktopServicesPriv.framework/Versions/A/Desk topServicesPriv
    0x92bbb000 - 0x92de6fff com.apple.Foundation 6.4.8 (567.29) /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation
    0x92f13000 - 0x92f31fff libGL.dylib /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib
    0x92f3c000 - 0x92f96fff libGLU.dylib /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLU.dylib
    0x92fb4000 - 0x92fb4fff com.apple.Carbon 10.4 (???) /System/Library/Frameworks/Carbon.framework/Versions/A/Carbon
    0x92fb6000 - 0x92fcafff com.apple.ImageCapture 3.0 /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/ImageCapture. framework/Versions/A/ImageCapture
    0x92fe2000 - 0x92ff2fff com.apple.speech.recognition.framework 3.4 /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SpeechRecogni tion.framework/Versions/A/SpeechRecognition
    0x92ffe000 - 0x93013fff com.apple.securityhi 2.0 (203) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SecurityHI.fr amework/Versions/A/SecurityHI
    0x93025000 - 0x930acfff com.apple.ink.framework 101.2 (69) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Ink.framework /Versions/A/Ink
    0x930c0000 - 0x930cbfff com.apple.help 1.0.3 (32) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Help.framewor k/Versions/A/Help
    0x930d5000 - 0x93102fff com.apple.openscripting 1.2.5 (???) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/OpenScripting .framework/Versions/A/OpenScripting
    0x9311c000 - 0x9312bfff com.apple.print.framework.Print 5.2 (192.4) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Print.framewo rk/Versions/A/Print
    0x93137000 - 0x9319dfff com.apple.htmlrendering 1.1.2 /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HTMLRendering .framework/Versions/A/HTMLRendering
    0x931ce000 - 0x9321dfff com.apple.NavigationServices 3.4.4 (3.4.3) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/NavigationSer vices.framework/Versions/A/NavigationServices
    0x9324b000 - 0x93268fff com.apple.audio.SoundManager 3.9 /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CarbonSound.f ramework/Versions/A/CarbonSound
    0x9327a000 - 0x93287fff com.apple.CommonPanels 1.2.2 (73) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CommonPanels. framework/Versions/A/CommonPanels
    0x93290000 - 0x9359efff com.apple.HIToolbox 1.4.9 (???) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HIToolbox.fra mework/Versions/A/HIToolbox
    0x936ee000 - 0x936fafff com.apple.opengl 1.4.7 /System/Library/Frameworks/OpenGL.framework/Versions/A/OpenGL
    0x936ff000 - 0x9371ffff com.apple.DirectoryService.Framework 3.3 /System/Library/Frameworks/DirectoryService.framework/Versions/A/DirectoryServi ce
    0x9372c000 - 0x93731fff com.apple.JavaVM 11.5.0 /System/Library/Frameworks/JavaVM.framework/Versions/A/JavaVM
    0x93773000 - 0x93773fff com.apple.Cocoa 6.4 (???) /System/Library/Frameworks/Cocoa.framework/Versions/A/Cocoa
    0x93775000 - 0x93da8fff com.apple.AppKit 6.4.7 (824.41) /System/Library/Frameworks/AppKit.framework/Versions/C/AppKit
    0x94135000 - 0x941a7fff com.apple.CoreData 91 (92.1) /System/Library/Frameworks/CoreData.framework/Versions/A/CoreData
    0x941e0000 - 0x942a4fff com.apple.audio.toolbox.AudioToolbox 1.4.5 /System/Library/Frameworks/AudioToolbox.framework/Versions/A/AudioToolbox
    0x942f6000 - 0x942f6fff com.apple.audio.units.AudioUnit 1.4 /System/Library/Frameworks/AudioUnit.framework/Versions/A/AudioUnit
    0x942f8000 - 0x944b8fff com.apple.QuartzCore 1.4.12 /System/Library/Frameworks/QuartzCore.framework/Versions/A/QuartzCore
    0x94502000 - 0x9453ffff libsqlite3.0.dylib /usr/lib/libsqlite3.0.dylib
    0x94547000 - 0x94597fff libGLImage.dylib /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLImage.dyl ib
    0x945a0000 - 0x945bafff com.apple.CoreVideo 1.4.1 /System/Library/Frameworks/CoreVideo.framework/Versions/A/CoreVideo
    0x945ca000 - 0x945ecfff libmx.A.dylib /usr/lib/libmx.A.dylib
    0x9467a000 - 0x946b2fff com.apple.vmutils 4.0.0 (85) /System/Library/PrivateFrameworks/vmutils.framework/Versions/A/vmutils
    0x946f5000 - 0x94711fff com.apple.securityfoundation 2.2 (27710) /System/Library/Frameworks/SecurityFoundation.framework/Versions/A/SecurityFoun dation
    0x94725000 - 0x94769fff com.apple.securityinterface 2.2 (27692) /System/Library/Frameworks/SecurityInterface.framework/Versions/A/SecurityInter face
    0x9478d000 - 0x9479cfff libCGATS.A.dylib /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libCGATS.A.dylib
    0x947a4000 - 0x947b1fff libCSync.A.dylib /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libCSync.A.dylib
    0x947f7000 - 0x94810fff libRIP.A.dylib /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libRIP.A.dylib
    0x94817000 - 0x94b36fff com.apple.QuickTime 7.2.0 /System/Library/Frameworks/QuickTime.framework/Versions/A/QuickTime
    0x94c1a000 - 0x94c8bfff libstdc++.6.dylib /usr/lib/libstdc++.6.dylib
    0x94e00000 - 0x94f30fff com.apple.AddressBook.framework 4.0.5 (487) /System/Library/Frameworks/AddressBook.framework/Versions/A/AddressBook
    0x94fc2000 - 0x94fd1fff com.apple.DSObjCWrappers.Framework 1.1 /System/Library/PrivateFrameworks/DSObjCWrappers.framework/Versions/A/DSObjCWra ppers
    0x94fd9000 - 0x95006fff com.apple.LDAPFramework 1.4.1 (69.0.1) /System/Library/Frameworks/LDAP.framework/Versions/A/LDAP
    0x9500d000 - 0x9501dfff libsasl2.2.dylib /usr/lib/libsasl2.2.dylib
    0x95021000 - 0x95050fff libssl.0.9.7.dylib /usr/lib/libssl.0.9.7.dylib
    0x95060000 - 0x9507dfff libresolv.9.dylib /usr/lib/libresolv.9.dylib
    0x95324000 - 0x95335fff com.apple.JavaApplicationLauncher 11.5.0 /System/Library/PrivateFrameworks/JavaApplicationLauncher.framework/Versions/A/ JavaApplicationLauncher
    0x95796000 - 0x95847fff com.apple.WebKit 522.11.1 /System/Library/Frameworks/WebKit.framework/Versions/A/WebKit
    0x958ab000 - 0x9595afff com.apple.JavaScriptCore 522.10.1 /System/Library/Frameworks/JavaScriptCore.framework/Versions/A/JavaScriptCore
    0x95981000 - 0x95ec2fff com.apple.WebCore 522.12.1 /System/Library/Frameworks/WebKit.framework/Versions/A/Frameworks/WebCore.frame work/Versions/A/WebCore
    0x96122000 - 0x9612ffff com.apple.agl 2.5.6 (AGL-2.5.6) /System/Library/Frameworks/AGL.framework/Versions/A/AGL
    0x96147000 - 0x96170fff libxslt.1.dylib /usr/lib/libxslt.1.dylib
    0x963fc000 - 0x9642efff com.apple.PDFKit 1.0.4 /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/PDFKit.framew ork/Versions/A/PDFKit
    0x973a2000 - 0x973c1fff com.apple.vecLib 3.2.2 (vecLib 3.2.2) /System/Library/Frameworks/vecLib.framework/Versions/A/vecLib
    0x986d5000 - 0x987a6fff com.apple.QuartzComposer 1.2.6 (32.25) /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuartzCompose r.framework/Versions/A/QuartzComposer
    0x98823000 - 0x98823fff com.apple.quartzframework 1.0 /System/Library/Frameworks/Quartz.framework/Versions/A/Quartz
    0x99064000 - 0x99c2afff com.apple.QuickTimeComponents.component 7.2 /System/Library/QuickTime/QuickTimeComponents.component/Contents/MacOS/QuickTim eComponents
    0x9aca7000 - 0x9acddfff com.apple.Syndication 1.0.6 (54) /System/Library/PrivateFrameworks/Syndication.framework/Versions/A/Syndication
    0x9acfa000 - 0x9ad0cfff com.apple.SyndicationUI 1.0.6 (54) /System/Library/PrivateFrameworks/SyndicationUI.framework/Versions/A/Syndicatio nUI
    0x9c652000 - 0x9c9c1fff libjvm.dylib /System/Library/Frameworks/JavaVM.framework/Versions/1.5.0/Libraries/libjvm.dyl ib
    0x9c9ef000 - 0x9c9effff libcmm.jnilib /System/Library/Frameworks/JavaVM.framework/Versions/1.5.0/Libraries/libcmm.jni lib
    0x9ca2c000 - 0x9ca4afff libjava.jnilib /System/Library/Frameworks/JavaVM.framework/Versions/1.5.0/Libraries/libjava.jn ilib
    0x9ca55000 - 0x9ca5dfff libverify.dylib /System/Library/Frameworks/JavaVM.framework/Versions/1.5.0/Libraries/libverify. dylib
    0x9cabe000 - 0x9cae4fff libjpeg.jnilib /System/Library/Frameworks/JavaVM.framework/Versions/1.5.0/Libraries/libjpeg.jn ilib
    0x9cb26000 - 0x9cb32fff libnet.jnilib /System/Library/Frameworks/JavaVM.framework/Versions/1.5.0/Libraries/libnet.jni lib
    0x9cb36000 - 0x9cb3bfff libnio.jnilib /System/Library/Frameworks/JavaVM.framework/Versions/1.5.0/Libraries/libnio.jni lib
    0x9cb41000 - 0x9cb89fff libsuncmm.jnilib /System/Library/Frameworks/JavaVM.framework/Versions/1.5.0/Libraries/libsuncmm. jnilib
    0x9cb92000 - 0x9cb9ffff libzip.jnilib /System/Library/Frameworks/JavaVM.framework/Versions/1.5.0/Libraries/libzip.jni lib
    0x9fdce000 - 0x9fddcfff liblaf.jnilib /System/Library/Frameworks/JavaVM.framework/Versions/1.5.0/Libraries/liblaf.jni lib
    0x9fde1000 - 0x9fe30fff libfontmanager.jnilib /System/Library/Frameworks/JavaVM.framework/Versions/1.5.0/Libraries/libfontman ager.jnilib
    0x9fe45000 - 0x9fe49fff libdeploy.jnilib /System/Library/Frameworks/JavaVM.framework/Versions/1.5.0/Libraries/libdeploy. jnilib
    0x9fe4d000 - 0x9ffa7fff libawt.jnilib /System/Library/Frameworks/JavaVM.framework/Versions/1.5.0/Libraries/libawt.jni lib
    0xc0000000 - 0xc000ffff com.unsanity.ape 2.0.3 /Library/Frameworks/ApplicationEnhancer.framework/Versions/A/ApplicationEnhance r
    Model: PowerMac3,5, BootROM 4.2.5f1, 2 processors, PowerPC G4 (2.1), 800 MHz, 1.25 GB
    Graphics: NVIDIA GeForce2 MX with TwinView, GeForce2 TwinView, AGP, 64 MB
    Memory Module: DIMM0/J21, 256 MB, SDRAM, PC133-333
    Memory Module: DIMM1/J22, 512 MB, SDRAM, PC133-333
    Memory Module: DIMM2/J23, 512 MB, SDRAM, PC133-333
    AirPort: AirPort, 9.52
    Modem: Spring, UCJ, V.90, 7.0F, APPLE VERSION 0007, 7/31/2000
    Bluetooth: Version 1.7.14f14, 2 service, 1 devices, 1 incoming serial ports
    Network Service: Built-in Ethernet, Ethernet, en0
    PCI Card: pci9004,7850, sppciscsibus, SLOT-3
    PCI Card: firewire, ieee1394, SLOT-4
    PCI Card: usb, usb, SLOT-5
    PCI Card: usb, usb, SLOT-5
    PCI Card: usb, usb, SLOT-5
    PCI Card: pci2020,8888, SLOT-5
    PCI Card: ACARD,6280M, scsi, SLOT-2
    Parallel ATA Device: WDC WD800BB-22JHC0, 74.53 GB
    Parallel ATA Device: WDC WD800BB-00JHC0, 74.53 GB
    Parallel ATA Device: PIONEER DVD-RW DVR-108
    SCSI Device: SCSI Target Device @ 0
    USB Device: Hub, Up to 12 Mb/sec, 500 mA
    USB Device: iMic USB audio system, Griffin Technology, Inc, Up to 12 Mb/sec, 500 mA
    USB Device: Bluetooth HCI, Up to 12 Mb/sec, 500 mA
    USB Device: USB Keyboard and Mouse, SILITEK, Up to 1.5 Mb/sec, 500 mA
    USB Device: Hub, Up to 12 Mb/sec, 500 mA
    USB Device: Zephir, studioZee, Up to 1.5 Mb/sec, 500 mA
    USB Device: Hub in Apple Pro Keyboard, Mitsumi Electric, Up to 12 Mb/sec, 500 mA
    USB Device: Apple Optical USB Mouse, Mitsumi Electric, Up to 1.5 Mb/sec, 100 mA
    USB Device: Apple Pro Keyboard, Mitsumi Electric, Up to 12 Mb/sec, 250 mA
    USB Device: Studio Display, Up to 1.5 Mb/sec, 500 mA
    FireWire Device: S1, Up to 800 Mb/sec
    FireWire Device: FireWire/USB2.0, WDC, Up to 800 Mb/sec
    FireWire Device: eyetv 200, 0xC6C, Up to 800 Mb/sec
    FireWire Device: (Rev 1.00), Tri-Select, Unknown
    FireWire Device: iLINK DRIVE, SONY, Unknown
    FireWire Device: unknown_device, unknown_value, Unknown

Maybe you are looking for

  • Report Version 4 since Leopard Update...I can not use Ichat anymore

    Hi, It seems that there is many pb with Ichat since Leopard, does anybody know what is wrong, I think I tried everything - turn off sharing internet - change the ports - change the bandwith - add Ichat into the security etc... Any help will be apprec

  • Using StartsWith for String Comparision in Business rules

    hi, I need to compare whether a particular string starts with some pre-defined prefixes. These are bound to change from time to time and hence we wanted to use the business rule engine for this. We declared prefixes using "list of values" vocab and d

  • Reading Excel files in Java --

    Hi, I am trying to read an excel file from Java. It only reads the column, but I want to print the rows, which intersect with the SQL query. The following source displays only values of a column. No problem, but I would like to see the corresponding

  • Export projects in order to work on another computer

    I'm working on an application that contains a shell and 5 (at the moment) modules. The shell and the modules are all projects (I mean, the shell is one flex project, the first module is another flex project, etc). The shell has a class package and th

  • How to launch adobe illustrator 6 after updating to yosemite os

    After updating my Mini (mid 2011) OS to Yosemite, Adobe Illustrator CS6 has launch error: To open Adobe Illustrator cs6.app you need to install the legacy java SE6 runtime. I attempted to install but each time Java SE6 runtime is downloaded it shows