Linking to a relative path in FLASH CS6

I am making a site for a school project.  I am worried once I move onto the next project, someone will move my files and screw up my FLV links.  How do I go about linking my videos with a relative path so the FLVs actually play?

that url is malformed.
but assuming that should be http://www.sitename.com/MoralityPlay/introVideoWithInfographic.flv
and assuming your html and swf are int http://www.sitename.com/MoralityPlay
the relative path to your video is introVideoWithInfographic.flv
if your html and swf are in the root folder of http://www.sitename.com
the relative path to your video is  MoralityPlay/introVideoWithInfographic.flv

Similar Messages

  • How to create a relative path for Flash video on a CDROM

    Hello - I need to distribute a web site to a client on a
    cross-platform Hybrid CDROM so that they can edit and make
    adjustments. This website also includes 2 flash videos that need to
    be included on the CDROM.
    My problem is this: I encoded the video in the Flash Encoder
    app and brought them into the main Flash app for conversion into
    swf files. I also used the media controller parameter to add a
    control skin to the movies. I now have 2 swf files associated with
    the flv video file, and I understand that all 3 of these must stay
    together for the video to work properly. The video plays correctly
    along with the controller skin on my Mac however only the
    controller shows up but no video on the CDROM. I believe that this
    has something to do with absolute vs. relative file paths for the
    video flv file to the swf controller file.
    I do not know how to change this path - I know "where" to
    change it within the controller parameter options box but do not
    know what syntax exactly to place here. How do you specify a
    relative path here? When I try to do it I get an error saying that
    the flv file cannot be found.
    I am trying to use the following syntax: /video/welding.flv
    where video is the name of the folder and welding is the name of
    the file. I have done numerous Google searches on this subject and
    stil cannot find an answer, so any help is appreciated.

    OK - I assigned the FLVPlayback component the instance name
    of videoPlayer to keep it simple. And I copied the above code into
    an Actions - Frame on Frame 1. FYI - The name of the video has been
    changed from welding to Timet Sponge.
    Now I get the following error messages:
    **Error** Scene 1, Layer 'Layer 1', Frame 1, Line 1: 1119:
    Access of possibly undefined property contentPath through a
    reference with static type fl.video:FLVPlayback.
    videoPlayer.contentPath = "";
    **Error** Scene 1, Layer 'Layer 1', Frame 1, Line 2: 1120:
    Access of undefined property _global.
    _global.videoURI = "video/Timet Sponge.flv";
    **Error** Scene 1, Layer 'Layer 1', Frame 1, Line 3: 1120:
    Access of undefined property _global.
    videoPlayer.contentPath = _global.videoURI;
    **Error** Scene 1, Layer 'Layer 1', Frame 1, Line 3: 1119:
    Access of possibly undefined property contentPath through a
    reference with static type fl.video:FLVPlayback.
    videoPlayer.contentPath = _global.videoURI;
    **Error** Scene 1, Layer 'Layer 1', Frame 1, Line 1: 1119:
    Access of possibly undefined property contentPath through a
    reference with static type fl.video:FLVPlayback.
    videoPlayer.contentPath = "";
    **Error** Scene 1, Layer 'Layer 1', Frame 1, Line 2: 1120:
    Access of undefined property _global.
    _global.videoURI = "video/Timet Sponge.flv";
    **Error** Scene 1, Layer 'Layer 1', Frame 1, Line 3: 1120:
    Access of undefined property _global.
    videoPlayer.contentPath = _global.videoURI;
    **Error** Scene 1, Layer 'Layer 1', Frame 1, Line 3: 1119:
    Access of possibly undefined property contentPath through a
    reference with static type fl.video:FLVPlayback.
    videoPlayer.contentPath = _global.videoURI;
    Total ActionScript Errors: 4, Reported Errors: 4

  • Link to files via relative path?

    It seems that Captivate is only capable of linking to
    external files via absolute links. In other words, when I create a
    click box that opens a file and select a file located on my
    development machine, the project will still look for that file on
    my local hard drive, even after it is posted on the Web. This is
    extremely frustrating, and I have not found a workaround.
    Please help me identify a way to link using a relative path.
    In other words, the project will resolve it's current location and
    look for content in the directory it is located in or in specified
    directories under that location. That is is the only way you can
    create a project that will run correctly when posted. Captivate
    already does this when you create a click box that opens another
    project, so there MUST be a way to do this when opening non-project
    files!
    Please Help!
    Thanks,
    Dan Roberts

    Hi Dan,
    Are you publishing the file as a standalone executable? If
    so, others have experienced problems and have reported this as a
    bug... a link to a recent post.
    http://www.adobe.com/cfusion/webforums/forum/messageview.cfm?catid=464&threadid=1247575
    I have had no problems using standard conventions for
    relative links in published swfs. For instance - assume I have a
    course with lessons separated in 8 different folders. I have
    resources in a common folder that is in the same folder as all of
    the lessons. To get one of my swfs to link to a resource in the
    common folder, I would set the URL to something like
    "../common/managing_workflows_job_aid.pdf" - this causes the
    browser to look up one folder level, then to common, then to the
    specified file.
    Does that answer your question?

  • Flash CS6 does not publish for iOS with ANE included

    Hi,
    I'm creating a game to run on iOS devices and one of the game requirement is for the device to vibrate on some action.
    I added the Vibration.ane file (http://www.adobe.com/devnet/air/native-extensions-for-air/extensions/vibration.html) into the library path in Flash CS6 and also added the extension ID to the XML file. However when I publish the Flash file to check on device, I only keep seeing the "Publishing" loader bar. I've even waited for over 15 mins for it to complete. I get no error, nor does the PC hang, but I can't seem to publish my .app file for device testing.
    Also I assume we can't test Vibration functionality with the Simulator that opens during desktop testing. I get the error "The content cannot be loaded because there was a problem loading an extension: Error: Requested extension com.adobe.Vibration is not supported for Windows-x86."
    Would appreciate help.
    Thanks,
    Mariam

    IPA is ok at the CS6 flash' standard 3.2 export, just tried the new AIR 3.3 also - no problems. I just included the Gyro ANE file, not the SWC
    However, because the adl still does not want to preview this thing, development/testing the Gyro stuff is difficult...
    I discovered the accelerometer is something different however. Adobe's little remote control thingy on which you can simulate phone position and multitouch emulates the accelerometer, not the Gyro. The Gyro extension taps in to a piece of hardware which really displays the position of the device, not the movement it's been receiving.
    Maybe obvious but I thought I'd post this little find, after a day of testing and exporting, syncing, ... this was a tiresome experience...
    After all this I can advise to sync the .ipa's with xcode though, instead of iTunes. This works MUCH faster (if you're on mac). Just run xcode, pull up the 'organizer window', select your device and go to the subbranch ' applications'. There you can add the .ipa by clicking on the '+' button

  • Adobe Flash CS5 - Using Relative Paths

    Hiya Guys, I'm relatively new to Adobe Flash CS5, bu have managed to create an index.swf to link together all my work for this project I've just completed. However, the index.swf, along with all my other files will be relocated, as in burnt onto a CD or moved onto a USB. When the file directories change, the links obviouly break, so I needed some help setting up some relative paths for my files so that they don't break. All my files are stored under a PROJECT file, this then consists of five other folders, consisting of subfolders and each of these subfolders have their own documents. So for example, PROJECT\PARTONE\DATABASES\Database.accdb
    I have used absolute file paths, but they keep on breaking when moving directories. Can someone PLEASE help?!

    Well I did use actionscript for creating the actual index and effects, but AS3 was used no further for the index. I created an index which had links Part 1, Part 2 ,3,4,5 and clicking on each of them lead to different frames (using the mouseclick, goto and stop at frame (x) function.) Clicking on part one for example would lead to list of documents in that part. Sorry I can't be of any help, I'm totally new to this

  • Flash CS6/JSFL: Relative fileURI's

    Hi,
    Back in Flash CS5 and earlier I could use relative paths in fileURI's passed to fl.OpenDocument(). E.g fl.openDocument( 'file:///myfile.fla' ); would locate myfile.fla in the same folder that the current script resides.
    However, when I do this in Flash CS6 I get an error saying "Cannot find file myfile.fla". Using absolute paths works, but that doens't solve the problem...
    Any clues, anyone?

    Hi,
    It seems broken starting with CS5.5.
    (I'm on Windows).
    The problem seems resulting from current directory (folder) not being set when you open a script or FLA. So, relative paths still work but they are always relative to the root of C drive (in our tests) which of course defeats its purpose.
    Best,
    Burak KALAYCI
    @asvguy

  • Links to PDF files with relative paths from a Captivate 4 project

    I'm creating a presentation in Captivate 4 (I'm making an exe file) with some links to PDF files; the links are buttons with the 'open URL or file' set. The presentation will be distributed in CDs and obviously the links will not work for they point to an absolute path in my PC. Is there another way to display external files? thanks

    "file:\file folder\filename" is not a relative path.  It's still an absolute path because you're specifying the path all the way from the root drive, whether you used a drive letter or not.
    A relative path shows where to find the other file in relation to the file that is calling it.
    Relative paths look like this:
    myDoc.doc (if the file is in the same directory as the file calling it)
    folderName/myDoc.doc (if the file is inside a folder in the same directory as the file calling it)
    ../myDoc.doc (if the file is located in the parent directory above the file that is calling it)
    ../../myDoc.doc (if the file is located two levels above the file that is calling it)
    etc
    Here's a tutorial that explains it better: http://www.communitymx.com/content/article.cfm?cid=230ad

  • Why some linked smart objects doesn't have relative path in new Photoshop cc feature?

    Some linked objects have relative and others have absolute links after the Place Linked comand.
    Anyone had this problem before??

    I'm not sure what you mean by "Inside Photoshop". I always see a path like the one below for all files I place as "linked".

  • Flash CS5 - document class relative path & package location

    It seems I have no trouble pointing an FLA's document class to my project's class package when the FLA is at the same root level as the package's top-level directory. However, if the FLA is nested in a sub-directory, then relative paths to a class nested in the package will not work.
    example package & class location : com.company.project.ClassName
    Case1 :
    Package location : \MyProject
    FLA location : \MyProject
    where document class path is : "./com/company/project"
    Case 2 ( does not work ) :
    Package location : \MyProject
    FLA location : \MyProject\MySubFolder
    where document class path is : "../com/company/project"
    If someone can provide an explanation as to why nested FLAs can't point to custom packages in parent-level directories, OR demonstrate how this can be done, it would be much appreciated.
    Now that I think on, both paths are relative, which makes this more confusing.
    Thank you.

    You are correct.
    I'm setting the "Document class" of an FLA file to a custom Class.
    The class is embedded/nested in the package directories of my project.
    The FLA is nest not at the same level as the root of the package, but in a sub-directory.
    Therefore, I need a relative path to point to the parent directory, then to the package.
    The occurs in both Win and Mac.
    I'm almost expecting someone to say FLAs can only point to packages in the same directory, but does not seem correct. Application-level classpaths can reference anywhere on your system, but are global. Document-level classpaths should be able to point to relative paths since a project needs to be portable, right? See attached image for example.

  • Open Other Project - Relative Path

    I hate to keep asking this question ... but has anyone come up with a workable solution for opening another project in Captivate 4 using a relative path? I see this discussion starting and stopping in various places ... but there never seems to be an answer that works. I can't quite understand why Adobe took this functionality out of this version ... as it has made the product almost useless to me. I need to be able to link from one project to another somehow, and I don't know what the absolute path is going to be when I am creating the training.
    I don't know where else to turn for help on this. Anyone?
    Thanks.
    Marge

    Hi there
    There could be many factors at play here.
    Are you certain Flash Security isn't hindering you?
    Click here for help with adjusting security
    Cheers... Rick
    Click here for Adobe Authorized Captivate and RoboHelp HTML Training
    Click here for the SorcerStone Blog
    Click here for RoboHelp and Captivate eBooks

  • Menu using relative paths

    Hi, I have flash menu all using relative paths to the html
    files. I also have some files in a separate folder for
    organization. I add the folder paths to get to the html files
    within the folder, but when I get into that folders file, i cant
    get back out. If I add ../ to the other files, it of course brings
    me out, but cant get to the other files. I hope that makes sense,
    Should I just use absolute paths?
    file.html
    /folder/file.html
    otherfile.html
    thanks,
    Josh

    absolute would probably work best.
    When a link brings you into a folder (/folder/file.html), if
    the same set of links is there and you click a link that is
    supposed to bring you to home (index.html), it tries to open
    (/folder/index.html), not index.html. Make sense?
    Thanks,
    Josh

  • Query with relative paths

    I have a client who is fairly au fait with Dreamweaver but has run into some difficulties so they have asked me to take over.
    The problem files' (downloaded from the net into Dreamweaver using the 'get' function), relative paths were 'out' by an extra hierarchical level and hence didn't display or work correctly locally on my laptop. I haven't yet looked into why this was the case but was able to fix it without too much hassle by using the find and replace feature.
    However I am confused as to why these html pages display correctly online as their paths have an extra ../ in them.
    One of the pages that has the extra level is this http://www.wildlifeartgallery.com/exhibitions/harry_becker2/harry_becker2_page1.html
    The hierachy of the files in the website is as below with the scripts and styles folders on the same level as the index.html page. The problematic pages are located 'exhibitions/harry_becker2/harry_becker2_page1.html' to page7 (page 10 is me testing).
    Surely the relative links to the styles folder should be ../../ as they are with all the other artists' exhibition pages rather than ../../../ ??
    I would be most grateful if someone could take a look for me and give me an expIanation as to how the CSS and scripts display and work without issue when they seem to be linked incorrectly or is it me going mad!!
    Thanking you in anticipation.
    Lisa
    FYI I use Dreamweaver CS5.5 on OSx 10.6 and my clients use Dreamweaver CS6 on Mountain Lion.

    First thing I will tell you at the outset is that before you downloaded the site from the remote server, you should have defined a site on your laptop by creating the necessary folders for the site name, css, scripts, images, downloads, etc etc.  this would have put you in a better position and you would have avoided doing find & replace work.
    Now coming to your main question, the links in a website are either document relative or site relative.  The difference is that with site relative, you need to provide the full http:// address but with document relative, DW will put the links like this:
    <link href="css/main.css" rel="stylesheet" type="text/css">
    </head>
    As your site is now working, you will be better off keeping it as it is otherwise, you can read the first part of David's tutorial that teaches how to setup the basic site.  It doesn't go into creating folders for images, css, scripts etc but you get the idea after you have worked on his tutorial.
    <http://www.adobe.com/devnet/dreamweaver/articles/first_website_pt1_cs6.html>
    Good luck.

  • Why is Adobe Flash CS6 crashing sporadically when resizing MC's or shapes?

    Why is Adobe Flash CS6 crashing sporadically when resizing MC's or shapes?
    It doesn't happen all the time but when Flash crashes, it happens when i'm resizing a symbol or a shape.
    I'm using Flash CS6 v 12.0.0.481
    Processor  2.7 GHz Intel Core i7
    Memory  8 GB 1333 MHz DDR3
    Graphics  AMD Radeon HD 6630M 256 MB
    Software  OS X 10.8.1 (12B19)
    -Line

    I'm going to add my voice to this bug report. Adobe Flash CS6 crashes sporadically for me (numerous times per day), and it's almost always when I am editing a vector shape control point using the subselection tool. If I select a control point and nudge it with the keyboard arrow keys, I haven't encountered a problem. But if I select a control point, then click and drag it to reposition it, I often get the spinning wheel followed by a crash. Is this really a bug or a problem related to my own hardware/software configuration?
    I am working on a Mac Pro with 2 x 2.66 GHz 6-Core Intel Xeon processors, 24GB RAM running OS X 10.7.5. Here is the crash report from the most recent crash (about 10 minutes before I posted this):
    Process:         Adobe Flash CS6 [1424]
    Path:            /Applications/Adobe Flash CS6/Adobe Flash CS6.app/Contents/MacOS/Adobe Flash CS6
    Identifier:      com.adobe.flash
    Version:         12.0.2.529 (12.0.2)
    Code Type:       X86 (Native)
    Parent Process:  launchd [153]
    Date/Time:       2013-03-18 16:10:30.795 -0400
    OS Version:      Mac OS X 10.7.5 (11G63)
    Report Version:  9
    Crashed Thread:  0  Dispatch queue: com.apple.main-thread
    Exception Type:  EXC_BAD_ACCESS (SIGBUS)
    Exception Codes: KERN_PROTECTION_FAILURE at 0x0000000000000014
    VM Regions Near 0x14:
    --> __PAGEZERO             0000000000000000-0000000000001000 [    4K] ---/--- SM=NUL  /Applications/Adobe Flash CS6/Adobe Flash CS6.app/Contents/MacOS/Adobe Flash CS6
        __TEXT                 0000000000001000-0000000001b83000 [ 27.5M] r-x/rwx SM=COW  /Applications/Adobe Flash CS6/Adobe Flash CS6.app/Contents/MacOS/Adobe Flash CS6
    Application Specific Information:
    objc[1424]: garbage collection is OFF
    Java information:
    Exception type: Bus Error (0xa) at pc=000000009c28de16
    Java VM: Java HotSpot(TM) Client VM (20.14-b01-445 mixed mode macosx-x86)
    Current thread (000000002b04fc00):  JavaThread "main" [_thread_in_native, id=-1407053120, stack(00000000bf800000,00000000c0000000)]
    Stack: [00000000bf800000,00000000c0000000]
    Java Threads: ( => current thread )
      00000000638b6000 JavaThread "Code Model Worker" daemon [_thread_blocked, id=-1283768320, stack(00000000b36b4000,00000000b37b4000)]
      00000000638b5800 JavaThread "Code Model Worker" daemon [_thread_blocked, id=-1284825088, stack(00000000b35b2000,00000000b36b2000)]
      000000006605d000 JavaThread "FelixPackageAdmin" daemon [_thread_blocked, id=-1285881856, stack(00000000b34b0000,00000000b35b0000)]
      000000006605c800 JavaThread "FelixStartLevel" daemon [_thread_blocked, id=-1286938624, stack(00000000b33ae000,00000000b34ae000)]
      000000002b44e400 JavaThread "FelixDispatchQueue" [_thread_blocked, id=-1287995392, stack(00000000b32ac000,00000000b33ac000)]
      000000002b405000 JavaThread "Low Memory Detector" daemon [_thread_blocked, id=-1290108928, stack(00000000b30a8000,00000000b31a8000)]
      000000002b404000 JavaThread "C1 CompilerThread0" daemon [_thread_blocked, id=-1291165696, stack(00000000b2fa6000,00000000b30a6000)]
      000000002b403000 JavaThread "Signal Dispatcher" daemon [_thread_blocked, id=-1292222464, stack(00000000b2ea4000,00000000b2fa4000)]
      000000002b402000 JavaThread "Surrogate Locker Thread (Concurrent GC)" daemon [_thread_blocked, id=-1293279232, stack(00000000b2da2000,00000000b2ea2000)]
      000000002b3fa000 JavaThread "Finalizer" daemon [_thread_blocked, id=-1294336000, stack(00000000b2ca0000,00000000b2da0000)]
      000000002b3f9000 JavaThread "Reference Handler" daemon [_thread_blocked, id=-1295392768, stack(00000000b2b9e000,00000000b2c9e000)]
    =>000000002b04fc00 JavaThread "main" [_thread_in_native, id=-1407053120, stack(00000000bf800000,00000000c0000000)]
    Other Threads:
      000000002b3f6400 VMThread [stack: 00000000b2a9c000,00000000b2b9c000] [id=-1296449536]
      000000002b406800 WatcherThread [stack: 00000000b31aa000,00000000b32aa000] [id=-1289052160]
    VM state:not at safepoint (normal execution)
    VM Mutex/Monitor currently owned by a thread: None
    Heap
    par new generation   total 14784K, used 6310K [00000000569d0000, 00000000579d0000, 00000000579d0000)
      eden space 13184K,  42% used [00000000569d0000, 0000000056f42ab0, 00000000576b0000)
      from space 1600K,  45% used [0000000057840000, 00000000578f7088, 00000000579d0000)
      to   space 1600K,   0% used [00000000576b0000, 00000000576b0000, 0000000057840000)
    concurrent mark-sweep generation total 49152K, used 0K [00000000579d0000, 000000005a9d0000, 000000005e9d0000)
    concurrent-mark-sweep perm gen total 12288K, used 6704K [000000005e9d0000, 000000005f5d0000, 00000000629d0000)
    Code Cache  [00000000549cf000, 0000000054a80000, 00000000569cf000)
    total_blobs=279 nmethods=150 adapters=73 free_code_cache=32844480 largest_free_block=0
    Virtual Machine Arguments:
    JVM Args: -Djava.awt.headless=true -Xmx128m
    Java Command: Launcher Type: generic
    Physical Memory: Page Size = 4k, Total = 24576M, Free = 17592186043894M
    Thread 0 Crashed:: Dispatch queue: com.apple.main-thread
    0   com.apple.CoreFoundation           0x9c28de16 blockForLocation + 6
    1   com.apple.CoreFoundation           0x9c28ddeb CFRunArrayGetValueAtIndex + 27
    2   com.apple.CoreFoundation           0x9c28ddc6 CFAttributedStringGetAttributes + 182
    3   com.apple.CoreText                 0x98c9fdc9 TTypesetterAttrString::Initialize(__CFAttributedString const*) + 217
    4   com.apple.CoreText                 0x98c9f9d9 CTLineCreateWithAttributedString + 47
    5   com.apple.HIToolbox                0x92854029 TCoreTextEngine::LayoutSingleLine(THIThemeTextInfo*, float) + 23
    6   com.apple.HIToolbox                0x92853f96 TCoreTextEngine::Layout(THIThemeTextInfo*, float, float, TextLayoutType) + 64
    7   com.apple.HIToolbox                0x9282e761 TCoreTextEngine::VerifyLayout(THIThemeTextInfo*, float, float, LayoutIntent) + 309
    8   com.apple.HIToolbox                0x928920e2 TCoreTextEngine::GetThemeTextDimensions(float, THIThemeTextInfo*, float*, float*, float*) + 54
    9   com.apple.HIToolbox                0x92892dfc TCoreTextEngine::TruncateThemeText(short, unsigned long, __CFString const**, unsigned char*) + 140
    10  com.apple.HIToolbox                0x92890f53 DataEngine::TruncateText(__CFString const*, HIThemeTextInfo*, short, __CFString const**, unsigned char*) + 145
    11  com.apple.HIToolbox                0x9287ba82 TruncateThemeText + 232
    12  com.adobe.flash                    0x00f8fb4e CDialogViewImpl::SetWindowText(unsigned short const*) + 40722
    13  com.adobe.flash                    0x00f906ef CDialogViewImpl::SetWindowText(unsigned short const*) + 43699
    14  com.adobe.flash                    0x00f91cf8 CDialogViewImpl::SetWindowText(unsigned short const*) + 49340
    15  com.adobe.flash                    0x00f9338f CDialogViewImpl::SetWindowText(unsigned short const*) + 55123
    16  com.apple.HIToolbox                0x92942a14 TBrowser::Draw(unsigned long, unsigned long, unsigned long, Rect const&, short, bool, TDeviceRenderer::Context const&) const + 620
    17  com.apple.HIToolbox                0x929427a3 non-virtual thunk to TBrowser::Draw(unsigned long, unsigned long, unsigned long, Rect const&, short, bool, TDeviceRenderer::Context const&) const + 71
    18  com.apple.HIToolbox                0x9295f7f3 TTableCell::Draw(unsigned long, TDeviceRenderer::Context const&) const + 1307
    19  com.apple.HIToolbox                0x9295a373 TTableView::DrawCell(TTableCell const&, unsigned long, TDeviceRenderer::Context const&) const + 95
    20  com.apple.HIToolbox                0x92962862 TListView::DrawCell(TTableCell const&, unsigned long, TDeviceRenderer::Context const&) const + 74
    21  com.apple.HIToolbox                0x9295a217 TTableView::DrawCellSelf(Cell32 const&, Rect const&, TDeviceRenderer::Context const&, DBDrawFlags) const + 101
    22  com.apple.HIToolbox                0x9295a3c4 non-virtual thunk to TTableView::DrawCellSelf(Cell32 const&, Rect const&, TDeviceRenderer::Context const&, DBDrawFlags) const + 48
    23  com.apple.HIToolbox                0x9296f0dc TTableLayout::Draw(Rect const&, UPoint32 const&, TDeviceRenderer::Context const&, DBDrawFlags) const + 318
    24  com.apple.HIToolbox                0x92957764 TTableView::DrawView(unsigned short, TDeviceRenderer::Context const&) const + 164
    25  com.apple.HIToolbox                0x92965ccf TListView::DrawView(unsigned short, TDeviceRenderer::Context const&) const + 241
    26  com.apple.HIToolbox                0x92949c2a TBrowserView::Draw(CGContext*, unsigned short, OpaqueRgnHandle*) const + 390
    27  com.apple.HIToolbox                0x9294363d TBrowser::Draw(CGContext*, OpaqueRgnHandle*) const + 431
    28  com.apple.HIToolbox                0x92946051 TBrowser::EventHandlerProc(OpaqueEventHandlerCallRef*, OpaqueEventRef*, void*) + 3941
    29  com.apple.HIToolbox                0x92990c0c _InvokeEventHandlerUPP(OpaqueEventHandlerCallRef*, OpaqueEventRef*, void*, long (*)(OpaqueEventHandlerCallRef*, OpaqueEventRef*, void*)) + 36
    30  com.apple.HIToolbox                0x9280c313 _ZL23DispatchEventToHandlersP14EventTargetRecP14OpaqueEventRefP14HandlerCallRec + 1602
    31  com.apple.HIToolbox                0x9280b790 _ZL30SendEventToEventTargetInternalP14OpaqueEventRefP20OpaqueEventTargetRefP14HandlerCallRec + 482
    32  com.apple.HIToolbox                0x9284f420 CallNextEventHandler + 79
    33  com.adobe.flash                    0x00f89e73 CDialogViewImpl::SetWindowText(unsigned short const*) + 16951
    34  com.apple.HIToolbox                0x92990c0c _InvokeEventHandlerUPP(OpaqueEventHandlerCallRef*, OpaqueEventRef*, void*, long (*)(OpaqueEventHandlerCallRef*, OpaqueEventRef*, void*)) + 36
    35  com.apple.HIToolbox                0x9280c313 _ZL23DispatchEventToHandlersP14EventTargetRecP14OpaqueEventRefP14HandlerCallRec + 1602
    36  com.apple.HIToolbox                0x9280b790 _ZL30SendEventToEventTargetInternalP14OpaqueEventRefP20OpaqueEventTargetRefP14HandlerCallRec + 482
    37  com.apple.HIToolbox                0x9280b5a8 SendEventToEventTargetWithOptions + 75
    38  com.apple.HIToolbox                0x9282c040 HIView::SendDraw(short, OpaqueGrafPtr*, __HIShape const*, CGContext*) + 478
    39  com.apple.HIToolbox                0x928bb30e HIView::RecursiveDrawNonComposited(short, OpaqueGrafPtr*, OpaqueRgnHandle*, unsigned char, unsigned char, unsigned char) + 558
    40  com.apple.HIToolbox                0x928bb5ac HIView::DrawNonComposited(short, OpaqueGrafPtr*, OpaqueRgnHandle*, unsigned long) + 340
    41  com.apple.HIToolbox                0x928bbfcf HIView::Draw(short, OpaqueGrafPtr*, unsigned long) + 149
    42  com.apple.HIToolbox                0x9284809e HIView::Show(unsigned char) + 304
    43  com.apple.HIToolbox                0x928acc99 ShowControl + 37
    44  com.adobe.flash                    0x00f89a7b CDialogViewImpl::SetWindowText(unsigned short const*) + 15935
    45  com.adobe.flash                    0x002bbfd6 CActionThrowDlg::~CActionThrowDlg() + 16920
    46  com.adobe.flash                    0x002bc0ce CActionThrowDlg::~CActionThrowDlg() + 17168
    47  com.adobe.flash                    0x00fa5b39 CMultiDocTemplate::GetRuntimeClass() const + 195
    48  com.adobe.flash                    0x00ff9639 TArray::~TArray() + 157
    49  com.adobe.flash                    0x00ff9af5 TTimerTask::DoTask() + 51
    50  com.adobe.flash                    0x01062cc9 LCollapsableTree::~LCollapsableTree() + 3915
    51  com.apple.HIToolbox                0x92821cfd TimerVector + 22
    52  com.apple.CoreFoundation           0x9c2562a6 __CFRUNLOOP_IS_CALLING_OUT_TO_A_TIMER_CALLBACK_FUNCTION__ + 22
    53  com.apple.CoreFoundation           0x9c255c37 __CFRunLoopDoTimer + 743
    54  com.apple.CoreFoundation           0x9c234cd0 __CFRunLoopRun + 1888
    55  com.apple.CoreFoundation           0x9c2341dc CFRunLoopRunSpecific + 332
    56  com.apple.CoreFoundation           0x9c234088 CFRunLoopRunInMode + 120
    57  com.apple.HIToolbox                0x92806543 RunCurrentEventLoopInMode + 318
    58  com.apple.HIToolbox                0x9280d8ab ReceiveNextEventCommon + 381
    59  com.apple.HIToolbox                0x9285bd93 AcquireNextEventInMode + 67
    60  com.apple.HIToolbox                0x929a395b _AcquireNextEvent + 58
    61  com.apple.HIToolbox                0x92990b78 RunApplicationEventLoop + 221
    62  com.adobe.flash                    0x00fcd77b CArray::SetSize(int, int) + 5271
    63  com.adobe.flash                    0x00fa619d CTimerImpl::~CTimerImpl() + 1293
    64  com.adobe.flash                    0x00fa6380 CTimerImpl::~CTimerImpl() + 1776
    65  com.adobe.flash                    0x0020f46d std::vector >::vector(std::allocator const&) + 6295
    Thread 1:: Dispatch queue: com.apple.libdispatch-manager
    0   libsystem_kernel.dylib             0x934c390a kevent + 10
    1   libdispatch.dylib                  0x9265fe04 _dispatch_mgr_invoke + 969
    2   libdispatch.dylib                  0x9265e853 _dispatch_mgr_thread + 53
    Thread 2:
    0   libsystem_kernel.dylib             0x934c0c22 mach_msg_trap + 10
    1   libsystem_kernel.dylib             0x934c01f6 mach_msg + 70
    2   com.apple.CoreFoundation           0x9c22b9da __CFRunLoopServiceMachPort + 170
    3   com.apple.CoreFoundation           0x9c234b04 __CFRunLoopRun + 1428
    4   com.apple.CoreFoundation           0x9c2341dc CFRunLoopRunSpecific + 332
    5   com.apple.CoreFoundation           0x9c244f01 CFRunLoopRun + 129
    6   com.apple.DVCPROHDMuxer            0x14f6a98f AVS::DestroyAVCDeviceController(AVS::AVCDeviceController*) + 317
    7   libsystem_c.dylib                  0x9278ced9 _pthread_start + 335
    8   libsystem_c.dylib                  0x927906de thread_start + 34
    Thread 3:
    0   libsystem_kernel.dylib             0x934c283e __psynch_cvwait + 10
    1   libsystem_c.dylib                  0x92790e21 _pthread_cond_wait + 827
    2   libsystem_c.dylib                  0x9274142c pthread_cond_wait$UNIX2003 + 71
    3   com.apple.CoreServices.CarbonCore     0x96d60e62 TSWaitOnCondition + 124
    4   com.apple.CoreServices.CarbonCore     0x96cd237d TSWaitOnConditionTimedRelative + 136
    5   com.apple.CoreServices.CarbonCore     0x96d3467f MPWaitOnQueue + 200
    6   com.adobe.ACE                      0x069b1a69 0x6972000 + 260713
    7   com.adobe.ACE                      0x069b0d99 0x6972000 + 257433
    8   com.apple.CoreServices.CarbonCore     0x96d355e0 PrivateMPEntryPoint + 68
    9   libsystem_c.dylib                  0x9278ced9 _pthread_start + 335
    10  libsystem_c.dylib                  0x927906de thread_start + 34
    Thread 4:
    0   libsystem_kernel.dylib             0x934c283e __psynch_cvwait + 10
    1   libsystem_c.dylib                  0x92790e21 _pthread_cond_wait + 827
    2   libsystem_c.dylib                  0x9274142c pthread_cond_wait$UNIX2003 + 71
    3   com.apple.CoreServices.CarbonCore     0x96d60e62 TSWaitOnCondition + 124
    4   com.apple.CoreServices.CarbonCore     0x96cd237d TSWaitOnConditionTimedRelative + 136
    5   com.apple.CoreServices.CarbonCore     0x96d3467f MPWaitOnQueue + 200
    6   com.adobe.ACE                      0x069b1a69 0x6972000 + 260713
    7   com.adobe.ACE                      0x069b0d99 0x6972000 + 257433
    8   com.apple.CoreServices.CarbonCore     0x96d355e0 PrivateMPEntryPoint + 68
    9   libsystem_c.dylib                  0x9278ced9 _pthread_start + 335
    10  libsystem_c.dylib                  0x927906de thread_start + 34
    Thread 5:
    0   libsystem_kernel.dylib             0x934c283e __psynch_cvwait + 10
    1   libsystem_c.dylib                  0x92790e21 _pthread_cond_wait + 827
    2   libsystem_c.dylib                  0x9274142c pthread_cond_wait$UNIX2003 + 71
    3   com.apple.CoreServices.CarbonCore     0x96d60e62 TSWaitOnCondition + 124
    4   com.apple.CoreServices.CarbonCore     0x96cd237d TSWaitOnConditionTimedRelative + 136
    5   com.apple.CoreServices.CarbonCore     0x96d3467f MPWaitOnQueue + 200
    6   com.adobe.ACE                      0x069b1a69 0x6972000 + 260713
    7   com.adobe.ACE                      0x069b0d99 0x6972000 + 257433
    8   com.apple.CoreServices.CarbonCore     0x96d355e0 PrivateMPEntryPoint + 68
    9   libsystem_c.dylib                  0x9278ced9 _pthread_start + 335
    10  libsystem_c.dylib                  0x927906de thread_start + 34
    Thread 6:
    0   libsystem_kernel.dylib             0x934c283e __psynch_cvwait + 10
    1   libsystem_c.dylib                  0x92790e21 _pthread_cond_wait + 827
    2   libsystem_c.dylib                  0x9274142c pthread_cond_wait$UNIX2003 + 71
    3   com.apple.CoreServices.CarbonCore     0x96d60e62 TSWaitOnCondition + 124
    4   com.apple.CoreServices.CarbonCore     0x96cd237d TSWaitOnConditionTimedRelative + 136
    5   com.apple.CoreServices.CarbonCore     0x96d3467f MPWaitOnQueue + 200
    6   com.adobe.ACE                      0x069b1a69 0x6972000 + 260713
    7   com.adobe.ACE                      0x069b0d99 0x6972000 + 257433
    8   com.apple.CoreServices.CarbonCore     0x96d355e0 PrivateMPEntryPoint + 68
    9   libsystem_c.dylib                  0x9278ced9 _pthread_start + 335
    10  libsystem_c.dylib                  0x927906de thread_start + 34
    Thread 7:
    0   libsystem_kernel.dylib             0x934c283e __psynch_cvwait + 10
    1   libsystem_c.dylib                  0x92790e21 _pthread_cond_wait + 827
    2   libsystem_c.dylib                  0x9274142c pthread_cond_wait$UNIX2003 + 71
    3   com.apple.CoreServices.CarbonCore     0x96d60e62 TSWaitOnCondition + 124
    4   com.apple.CoreServices.CarbonCore     0x96cd237d TSWaitOnConditionTimedRelative + 136
    5   com.apple.CoreServices.CarbonCore     0x96d3467f MPWaitOnQueue + 200
    6   com.adobe.ACE                      0x069b1a69 0x6972000 + 260713
    7   com.adobe.ACE                      0x069b0d99 0x6972000 + 257433
    8   com.apple.CoreServices.CarbonCore     0x96d355e0 PrivateMPEntryPoint + 68
    9   libsystem_c.dylib                  0x9278ced9 _pthread_start + 335
    10  libsystem_c.dylib                  0x927906de thread_start + 34
    Thread 8:
    0   libsystem_kernel.dylib             0x934c283e __psynch_cvwait + 10
    1   libsystem_c.dylib                  0x92790e21 _pthread_cond_wait + 827
    2   libsystem_c.dylib                  0x9274142c pthread_cond_wait$UNIX2003 + 71
    3   com.apple.CoreServices.CarbonCore     0x96d60e62 TSWaitOnCondition + 124
    4   com.apple.CoreServices.CarbonCore     0x96cd237d TSWaitOnConditionTimedRelative + 136
    5   com.apple.CoreServices.CarbonCore     0x96d3467f MPWaitOnQueue + 200
    6   com.adobe.ACE                      0x069b1a69 0x6972000 + 260713
    7   com.adobe.ACE                      0x069b0d99 0x6972000 + 257433
    8   com.apple.CoreServices.CarbonCore     0x96d355e0 PrivateMPEntryPoint + 68
    9   libsystem_c.dylib                  0x9278ced9 _pthread_start + 335
    10  libsystem_c.dylib                  0x927906de thread_start + 34
    Thread 9:
    0   libsystem_kernel.dylib             0x934c283e __psynch_cvwait + 10
    1   libsystem_c.dylib                  0x92790e21 _pthread_cond_wait + 827
    2   libsystem_c.dylib                  0x9274142c pthread_cond_wait$UNIX2003 + 71
    3   com.apple.CoreServices.CarbonCore     0x96d60e62 TSWaitOnCondition + 124
    4   com.apple.CoreServices.CarbonCore     0x96cd237d TSWaitOnConditionTimedRelative + 136
    5   com.apple.CoreServices.CarbonCore     0x96d3467f MPWaitOnQueue + 200
    6   com.adobe.ACE                      0x069b1a69 0x6972000 + 260713
    7   com.adobe.ACE                      0x069b0d99 0x6972000 + 257433
    8   com.apple.CoreServices.CarbonCore     0x96d355e0 PrivateMPEntryPoint + 68
    9   libsystem_c.dylib                  0x9278ced9 _pthread_start + 335
    10  libsystem_c.dylib                  0x927906de thread_start + 34
    Thread 10:
    0   libsystem_kernel.dylib             0x934c283e __psynch_cvwait + 10
    1   libsystem_c.dylib                  0x92790e21 _pthread_cond_wait + 827
    2   libsystem_c.dylib                  0x9274142c pthread_cond_wait$UNIX2003 + 71
    3   com.apple.CoreServices.CarbonCore     0x96d60e62 TSWaitOnCondition + 124
    4   com.apple.CoreServices.CarbonCore     0x96cd237d TSWaitOnConditionTimedRelative + 136
    5   com.apple.CoreServices.CarbonCore     0x96d3467f MPWaitOnQueue + 200
    6   com.adobe.ACE                      0x069b1a69 0x6972000 + 260713
    7   com.adobe.ACE                      0x069b0d99 0x6972000 + 257433
    8   com.apple.CoreServices.CarbonCore     0x96d355e0 PrivateMPEntryPoint + 68
    9   libsystem_c.dylib                  0x9278ced9 _pthread_start + 335
    10  libsystem_c.dylib                  0x927906de thread_start + 34
    Thread 11:
    0   libsystem_kernel.dylib             0x934c283e __psynch_cvwait + 10
    1   libsystem_c.dylib                  0x92790e21 _pthread_cond_wait + 827
    2   libsystem_c.dylib                  0x9274142c pthread_cond_wait$UNIX2003 + 71
    3   com.apple.CoreServices.CarbonCore     0x96d60e62 TSWaitOnCondition + 124
    4   com.apple.CoreServices.CarbonCore     0x96cd237d TSWaitOnConditionTimedRelative + 136
    5   com.apple.CoreServices.CarbonCore     0x96d3467f MPWaitOnQueue + 200
    6   com.adobe.ACE                      0x069b1a69 0x6972000 + 260713
    7   com.adobe.ACE                      0x069b0d99 0x6972000 + 257433
    8   com.apple.CoreServices.CarbonCore     0x96d355e0 PrivateMPEntryPoint + 68
    9   libsystem_c.dylib                  0x9278ced9 _pthread_start + 335
    10  libsystem_c.dylib                  0x927906de thread_start + 34
    Thread 12:
    0   libsystem_kernel.dylib             0x934c283e __psynch_cvwait + 10
    1   libsystem_c.dylib                  0x92790e21 _pthread_cond_wait + 827
    2   libsystem_c.dylib                  0x9274142c pthread_cond_wait$UNIX2003 + 71
    3   com.apple.CoreServices.CarbonCore     0x96d60e62 TSWaitOnCondition + 124
    4   com.apple.CoreServices.CarbonCore     0x96cd237d TSWaitOnConditionTimedRelative + 136
    5   com.apple.CoreServices.CarbonCore     0x96d3467f MPWaitOnQueue + 200
    6   com.adobe.ACE                      0x069b1a69 0x6972000 + 260713
    7   com.adobe.ACE                      0x069b0d99 0x6972000 + 257433
    8   com.apple.CoreServices.CarbonCore     0x96d355e0 PrivateMPEntryPoint + 68
    9   libsystem_c.dylib                  0x9278ced9 _pthread_start + 335
    10  libsystem_c.dylib                  0x927906de thread_start + 34
    Thread 13:
    0   libsystem_kernel.dylib             0x934c283e __psynch_cvwait + 10
    1   libsystem_c.dylib                  0x92790e21 _pthread_cond_wait + 827
    2   libsystem_c.dylib                  0x9274142c pthread_cond_wait$UNIX2003 + 71
    3   com.apple.CoreServices.CarbonCore     0x96d60e62 TSWaitOnCondition + 124
    4   com.apple.CoreServices.CarbonCore     0x96cd237d TSWaitOnConditionTimedRelative + 136
    5   com.apple.CoreServices.CarbonCore     0x96d3467f MPWaitOnQueue + 200
    6   com.adobe.ACE                      0x069b1a69 0x6972000 + 260713
    7   com.adobe.ACE                      0x069b0d99 0x6972000 + 257433
    8   com.apple.CoreServices.CarbonCore     0x96d355e0 PrivateMPEntryPoint + 68
    9   libsystem_c.dylib                  0x9278ced9 _pthread_start + 335
    10  libsystem_c.dylib                  0x927906de thread_start + 34
    Thread 14:
    0   libsystem_kernel.dylib             0x934c283e __psynch_cvwait + 10
    1   libsystem_c.dylib                  0x92790e21 _pthread_cond_wait + 827
    2   libsystem_c.dylib                  0x9274142c pthread_cond_wait$UNIX2003 + 71
    3   com.apple.CoreServices.CarbonCore     0x96d60e62 TSWaitOnCondition + 124
    4   com.apple.CoreServices.CarbonCore     0x96cd237d TSWaitOnConditionTimedRelative + 136
    5   com.apple.CoreServices.CarbonCore     0x96d3467f MPWaitOnQueue + 200
    6   com.adobe.ACE                      0x069b1a69 0x6972000 + 260713
    7   com.adobe.ACE                      0x069b0d99 0x6972000 + 257433
    8   com.apple.CoreServices.CarbonCore     0x96d355e0 PrivateMPEntryPoint + 68
    9   libsystem_c.dylib                  0x9278ced9 _pthread_start + 335
    10  libsystem_c.dylib                  0x927906de thread_start + 34
    Thread 15:
    0   libsystem_kernel.dylib             0x934c283e __psynch_cvwait + 10
    1   libsystem_c.dylib                  0x92790e21 _pthread_cond_wait + 827
    2   libsystem_c.dylib                  0x9274142c pthread_cond_wait$UNIX2003 + 71
    3   com.apple.CoreServices.CarbonCore     0x96d60e62 TSWaitOnCondition + 124
    4   com.apple.CoreServices.CarbonCore     0x96cd237d TSWaitOnConditionTimedRelative + 136
    5   com.apple.CoreServices.CarbonCore     0x96d3467f MPWaitOnQueue + 200
    6   com.adobe.ACE                      0x069b1a69 0x6972000 + 260713
    7   com.adobe.ACE                      0x069b0d99 0x6972000 + 257433
    8   com.apple.CoreServices.CarbonCore     0x96d355e0 PrivateMPEntryPoint + 68
    9   libsystem_c.dylib                  0x9278ced9 _pthread_start + 335
    10  libsystem_c.dylib                  0x927906de thread_start + 34
    Thread 16:
    0   libsystem_kernel.dylib             0x934c283e __psynch_cvwait + 10
    1   libsystem_c.dylib                  0x92790e21 _pthread_cond_wait + 827
    2   libsystem_c.dylib                  0x9274142c pthread_cond_wait$UNIX2003 + 71
    3   com.apple.CoreServices.CarbonCore     0x96d60e62 TSWaitOnCondition + 124
    4   com.apple.CoreServices.CarbonCore     0x96cd237d TSWaitOnConditionTimedRelative + 136
    5   com.apple.CoreServices.CarbonCore     0x96d3467f MPWaitOnQueue + 200
    6   com.adobe.ACE                      0x069b1a69 0x6972000 + 260713
    7   com.adobe.ACE                      0x069b0d99 0x6972000 + 257433
    8   com.apple.CoreServices.CarbonCore     0x96d355e0 PrivateMPEntryPoint + 68
    9   libsystem_c.dylib                  0x9278ced9 _pthread_start + 335
    10  libsystem_c.dylib                  0x927906de thread_start + 34
    Thread 17:
    0   libsystem_kernel.dylib             0x934c283e __psynch_cvwait + 10
    1   libsystem_c.dylib                  0x92790e21 _pthread_cond_wait + 827
    2   libsystem_c.dylib                  0x9274142c pthread_cond_wait$UNIX2003 + 71
    3   com.apple.CoreServices.CarbonCore     0x96d60e62 TSWaitOnCondition + 124
    4   com.apple.CoreServices.CarbonCore     0x96cd237d TSWaitOnConditionTimedRelative + 136
    5   com.apple.CoreServices.CarbonCore     0x96d3467f MPWaitOnQueue + 200
    6   com.adobe.ACE                      0x069b1a69 0x6972000 + 260713
    7   com.adobe.ACE                      0x069b0d99 0x6972000 + 257433
    8   com.apple.CoreServices.CarbonCore     0x96d355e0 PrivateMPEntryPoint + 68
    9   libsystem_c.dylib                  0x9278ced9 _pthread_start + 335
    10  libsystem_c.dylib                  0x927906de thread_start + 34
    Thread 18:
    0   libsystem_kernel.dylib             0x934c283e __psynch_cvwait + 10
    1   libsystem_c.dylib                  0x92790e21 _pthread_cond_wait + 827
    2   libsystem_c.dylib                  0x9274142c pthread_cond_wait$UNIX2003 + 71
    3   com.adobe.AFlame                   0x0bb91439 Flame_Terminate + 1281926
    4   com.adobe.AFlame                   0x0bbdb950 Flame_Terminate + 1586333
    5   com.adobe.AFlame                   0x0bb8fa35 Flame_Terminate + 1275266
    6   libsystem_c.dylib                  0x9278ced9 _pthread_start + 335
    7   libsystem_c.dylib                  0x927906de thread_start + 34
    Thread 19:
    0   libsystem_kernel.dylib             0x934c2a9a __recvfrom + 10
    1   libsystem_c.dylib                  0x927414a2 recv$UNIX2003 + 54
    2   ServiceManager-Launcher.dylib      0x1ba7c733 Invoke + 47867
    3   ServiceManager-Launcher.dylib      0x1ba7b846 Invoke + 44046
    4   ServiceManager-Launcher.dylib      0x1ba7a988 Invoke + 40272
    5   ServiceManager-Launcher.dylib      0x1ba7aa0f Invoke + 40407
    6   ServiceManager-Launcher.dylib      0x1ba75baf Invoke + 20343
    7   ServiceManager-Launcher.dylib      0x1ba75ea7 Invoke + 21103
    8   ServiceManager-Launcher.dylib      0x1ba76685 Invoke + 23117
    9   ServiceManager-Launcher.dylib      0x1ba768f9 Invoke + 23745
    10  ServiceManager-Launcher.dylib      0x1ba792a0 Invoke + 34408
    11  ServiceManager-Launcher.dylib      0x1ba793fd Invoke + 34757
    12  ServiceManager-Launcher.dylib      0x1ba79c91 Invoke + 36953
    13  ServiceManager-Launcher.dylib      0x1ba79db2 Invoke + 37242
    14  ServiceManager-Launcher.dylib      0x1ba6c656 Login + 461
    15  ServiceManager-Launcher.dylib      0x1ba7009a Login + 15377
    16  ServiceManager-Launcher.dylib      0x1ba7a165 Invoke + 38189
    17  ServiceManager-Launcher.dylib      0x1ba7c2eb Invoke + 46771
    18  libsystem_c.dylib                  0x9278ced9 _pthread_start + 335
    19  libsystem_c.dylib                  0x927906de thread_start + 34
    Thread 20:: Java: Exception Handler Thread
    0   libsystem_kernel.dylib             0x934c0c22 mach_msg_trap + 10
    1   libsystem_kernel.dylib             0x934c01f6 mach_msg + 70
    2   libsystem_kernel.dylib             0x934c0835 mach_msg_server + 699
    3   libjvm.dylib                       0x2484505a 0x2482f000 + 90202
    4   libjvm.dylib                       0x24844ee3 0x2482f000 + 89827
    5   libjvm.dylib                       0x2484396c 0x2482f000 + 84332
    6   libsystem_c.dylib                  0x9278ced9 _pthread_start + 335
    7   libsystem_c.dylib                  0x927906de thread_start + 34
    Thread 21:: Java: Gang worker#0 (Parallel GC Threads)
    0   libsystem_kernel.dylib             0x934c0c22 mach_msg_trap + 10
    1   libsystem_kernel.dylib             0x934c01f6 mach_msg + 70
    2   libjvm.dylib                       0x248440c6 0x2482f000 + 86214
    3   libjvm.dylib                       0x24844002 0x2482f000 + 86018
    4   libjvm.dylib                       0x24843ec8 0x2482f000 + 85704
    5   libjvm.dylib                       0x24843a0d 0x2482f000 + 84493
    6   libjvm.dylib                       0x24843897 0x2482f000 + 84119
    7   libjvm.dylib                       0x2485b3f1 0x2482f000 + 181233
    8   libjvm.dylib                       0x2485b2db 0x2482f000 + 180955
    9   libjvm.dylib                       0x2484396c 0x2482f000 + 84332
    10  libsystem_c.dylib                  0x9278ced9 _pthread_start + 335
    11  libsystem_c.dylib                  0x927906de thread_start + 34
    Thread 22:: Java: Gang worker#1 (Parallel GC Threads)
    0   libsystem_kernel.dylib             0x934c0c22 mach_msg_trap + 10
    1   libsystem_kernel.dylib             0x934c01f6 mach_msg + 70
    2   libjvm.dylib                       0x248440c6 0x2482f000 + 86214
    3   libjvm.dylib                       0x24844002 0x2482f000 + 86018
    4   libjvm.dylib                       0x24843ec8 0x2482f000 + 85704
    5   libjvm.dylib                       0x24843a0d 0x2482f000 + 84493
    6   libjvm.dylib                       0x24843897 0x2482f000 + 84119
    7   libjvm.dylib                       0x2485b3f1 0x2482f000 + 181233
    8   libjvm.dylib                       0x2485b2db 0x2482f000 + 180955
    9   libjvm.dylib                       0x2484396c 0x2482f000 + 84332
    10  libsystem_c.dylib                  0x9278ced9 _pthread_start + 335
    11  libsystem_c.dylib                  0x927906de thread_start + 34
    Thread 23:: Java: Gang worker#2 (Parallel GC Threads)
    0   libsystem_kernel.dylib             0x934c0c22 mach_msg_trap + 10
    1   libsystem_kernel.dylib             0x934c01f6 mach_msg + 70
    2   libjvm.dylib                       0x248440c6 0x2482f000 + 86214
    3   libjvm.dylib                       0x24844002 0x2482f000 + 86018
    4   libjvm.dylib                       0x24843ec8 0x2482f000 + 85704
    5   libjvm.dylib                       0x24843a0d 0x2482f000 + 84493
    6   libjvm.dylib                       0x24843897 0x2482f000 + 84119
    7   libjvm.dylib                       0x2485b3f1 0x2482f000 + 181233
    8   libjvm.dylib                       0x2485b2db 0x2482f000 + 180955
    9   libjvm.dylib                       0x2484396c 0x2482f000 + 84332
    10  libsystem_c.dylib                  0x9278ced9 _pthread_start + 335
    11  libsystem_c.dylib                  0x927906de thread_start + 34
    Thread 24:: Java: Gang worker#3 (Parallel GC Threads)
    0   libsystem_kernel.dylib             0x934c0c22 mach_msg_trap + 10
    1   libsystem_kernel.dylib             0x934c01f6 mach_msg + 70
    2   libjvm.dylib                       0x248440c6 0x2482f000 + 86214
    3   libjvm.dylib                       0x24844002 0x2482f000 + 86018
    4   libjvm.dylib                       0x24843ec8 0x2482f000 + 85704
    5   libjvm.dylib                       0x24843a0d 0x2482f000 + 84493
    6   libjvm.dylib                       0x24843897 0x2482f000 + 84119
    7   libjvm.dylib                       0x2485b3f1 0x2482f000 + 181233
    8   libjvm.dylib                       0x2485b2db 0x2482f000 + 180955
    9   libjvm.dylib                       0x2484396c 0x2482f000 + 84332
    10  libsystem_c.dylib                  0x9278ced9 _pthread_start + 335
    11  libsystem_c.dylib                  0x927906de thread_start + 34
    Thread 25:: Java: Gang worker#4 (Parallel GC Threads)
    0   libsystem_kernel.dylib             0x934c0c22 mach_msg_trap + 10
    1   libsystem_kernel.dylib             0x934c01f6 mach_msg + 70
    2   libjvm.dylib                       0x248440c6 0x2482f000 + 86214
    3   libjvm.dylib                       0x24844002 0x2482f000 + 86018
    4   libjvm.dylib                       0x24843ec8 0x2482f000 + 85704
    5   libjvm.dylib                       0x24843a0d 0x2482f000 + 84493
    6   libjvm.dylib                       0x24843897 0x2482f000 + 84119
    7   libjvm.dylib                       0x2485b3f1 0x2482f000 + 181233
    8   libjvm.dylib                       0x2485b2db 0x2482f000 + 180955
    9   libjvm.dylib                       0x2484396c 0x2482f000 + 84332
    10  libsystem_c.dylib                  0x9278ced9 _pthread_start + 335
    11  libsystem_c.dylib                  0x927906de thread_start + 34
    Thread 26:: Java: Gang worker#5 (Parallel GC Threads)
    0   libsystem_kernel.dylib             0x934c0c22 mach_msg_trap + 10
    1   libsystem_kernel.dylib             0x934c01f6 mach_msg + 70
    2   libjvm.dylib                       0x248440c6 0x2482f000 + 86214
    3   libjvm.dylib                       0x24844002 0x2482f000 + 86018
    4   libjvm.dylib                       0x24843ec8 0x2482f000 + 85704
    5   libjvm.dylib                       0x24843a0d 0x2482f000 + 84493
    6   libjvm.dylib                       0x24843897 0x2482f000 + 84119
    7   libjvm.dylib                       0x2485b3f1 0x2482f000 + 181233
    8   libjvm.dylib                       0x2485b2db 0x2482f000 + 180955
    9   libjvm.dylib                       0x2484396c 0x2482f000 + 84332
    10  libsystem_c.dylib                  0x9278ced9 _pthread_start + 335
    11  libsystem_c.dylib                  0x927906de thread_start + 34
    Thread 27:: Java: Gang worker#6 (Parallel GC Threads)
    0   libsystem_kernel.dylib             0x934c0c22 mach_msg_trap + 10
    1   libsystem_kernel.dylib             0x934c01f6 mach_msg + 70
    2   libjvm.dylib                       0x248440c6 0x2482f000 + 86214
    3   libjvm.dylib                       0x24844002 0x2482f000 + 86018
    4   libjvm.dylib                       0x24843ec8 0x2482f000 + 85704
    5   libjvm.dylib                       0x24843a0d 0x2482f000 + 84493
    6   libjvm.dylib                       0x24843897 0x2482f000 + 84119
    7   libjvm.dylib                       0x2485b3f1 0x2482f000 + 181233
    8   libjvm.dylib                       0x2485b2db 0x2482f000 + 180955
    9   libjvm.dylib                       0x2484396c 0x2482f000 + 84332
    10  libsystem_c.dylib                  0x9278ced9 _pthread_start + 335
    11  libsystem_c.dylib                  0x927906de thread_start + 34
    Thread 28:: Java: Gang worker#7 (Parallel GC Threads)
    0   libsystem_kernel.dylib             0x934c0c22 mach_msg_trap + 10
    1   libsystem_kernel.dylib             0x934c01f6 mach_msg + 70
    2   libjvm.dylib                       0x248440c6 0x2482f000 + 86214
    3   libjvm.dylib                       0x24844002 0x2482f000 + 86018
    4   libjvm.dylib                       0x24843ec8 0x2482f000 + 85704
    5   libjvm.dylib                       0x24843a0d 0x2482f000 + 84493
    6   libjvm.dylib                       0x24843897 0x2482f000 + 84119
    7   libjvm.dylib                       0x2485b3f1 0x2482f000 + 181233
    8   libjvm.dylib                       0x2485b2db 0x2482f000 + 180955
    9   libjvm.dylib                       0x2484396c 0x2482f000 + 84332
    10  libsystem_c.dylib                  0x9278ced9 _pthread_start + 335
    11  libsystem_c.dylib                  0x927906de thread_start + 34
    Thread 29:: Java: Gang worker#8 (Parallel GC Threads)
    0   libsystem_kernel.dylib             0x934c0c22 mach_msg_trap + 10
    1   libsystem_kernel.dylib             0x934c01f6 mach_msg + 70
    2   libjvm.dylib                       0x248440c6 0x2482f000 + 86214
    3   libjvm.dylib                       0x24844002 0x2482f000 + 86018
    4   libjvm.dylib                       0x24843ec8 0x2482f000 + 85704
    5   libjvm.dylib                       0x24843a0d 0x2482f000 + 84493
    6   libjvm.dylib                       0x24843897 0x2482f000 + 84119
    7   libjvm.dylib                       0x2485b3f1 0x2482f000 + 181233
    8   libjvm.dylib                       0x2485b2db 0x2482f000 + 180955
    9   libjvm.dylib                       0x2484396c 0x2482f000 + 84332
    10  libsystem_c.dylib                  0x9278ced9 _pthread_start + 335
    11  libsystem_c.dylib                  0x927906de thread_start + 34
    Thread 30:: Java: Gang worker#9 (Parallel GC Threads)
    0   libsystem_kernel.dylib             0x934c0c22 mach_msg_trap + 10
    1   libsystem_kernel.dylib             0x934c01f6 mach_msg + 70
    2   libjvm.dylib                       0x248440c6 0x2482f000 + 86214
    3   libjvm.dylib                       0x24844002 0x2482f000 + 86018
    4   libjvm.dylib                       0x24843ec8 0x2482f000 + 85704
    5   libjvm.dylib                       0x24843a0d 0x2482f000 + 84493
    6   libjvm.dylib                       0x24843897 0x2482f000 + 84119
    7   libjvm.dylib                       0x2485b3f1 0x2482f000 + 181233
    8   libjvm.dylib                       0x2485b2db 0x2482f000 + 180955
    9   libjvm.dylib                       0x2484396c 0x2482f000 + 84332
    10  libsystem_c.dylib                  0x9278ced9 _pthread_start + 335
    11  libsystem_c.dylib                  0x927906de thread_start + 34
    Thread 31:: Java: Gang worker#10 (Parallel GC Threads)
    0   libsystem_kernel.dylib             0x934c0c22 mach_msg_trap + 10
    1   libsystem_kernel.dylib             0x934c01f6 mach_msg + 70
    2   libjvm.dylib                       0x248440c6 0x2482f000 + 86214
    3   libjvm.dylib                       0x24844002 0x2482f000 + 86018
    4   libjvm.dylib                       0x24843ec8 0x2482f000 + 85704
    5   libjvm.dylib                       0x24843a0d 0x2482f000 + 84493
    6   libjvm.dylib                       0x24843897 0x2482f000 + 84119
    7   libjvm.dylib                       0x2485b3f1 0x2482f000 + 181233
    8   libjvm.dylib                       0x2485b2db 0x2482f000 + 180955
    9   libjvm.dylib                       0x2484396c 0x2482f000 + 84332
    10  libsystem_c.dylib                  0x9278ced9 _pthread_start + 335
    11  libsystem_c.dylib                  0x927906de thread_start + 34
    Thread 32:: Java: Gang worker#11 (Parallel GC Threads)
    0   libsystem_kernel.dylib             0x934c0c22 mach_msg_trap + 10
    1   libsystem_kernel.dylib             0x934c01f6 mach_msg + 70
    2   libjvm.dylib                       0x248440c6 0x2482f000 + 86214
    3   libjvm.dylib                       0x24844002 0x2482f000 + 86018
    4   libjvm.dylib                       0x24843ec8 0x2482f000 + 85704
    5   libjvm.dylib                       0x24843a0d 0x2482f000 + 84493
    6   libjvm.dylib                       0x24843897 0x2482f000 + 84119
    7   libjvm.dylib                       0x2485b3f1 0x2482f000 + 181233
    8   libjvm.dylib                       0x2485b2db 0x2482f000 + 180955
    9   libjvm.dylib                       0x2484396c 0x2482f000 + 84332
    10  libsystem_c.dylib                  0x9278ced9 _pthread_start + 335
    11  libsystem_c.dylib                  0x927906de thread_start + 34
    Thread 33:: Java: Gang worker#12 (Parallel GC Threads)
    0   libsystem_kernel.dylib             0x934c0c22 mach_msg_trap + 10
    1   libsystem_kernel.dylib             0x934c01f6 mach_msg + 70
    2   libjvm.dylib                       0x248440c6 0x2482f000 + 86214
    3   libjvm.dylib                       0x24844002 0x2482f000 + 86018
    4   libjvm.dylib                       0x24843ec8 0x2482f000 + 85704
    5   libjvm.dylib                       0x24843a0d 0x2482f000 + 84493
    6   libjvm.dylib                       0x24843897 0x2482f000 + 84119
    7   libjvm.dylib                       0x2485b3f1 0x2482f000 + 181233
    8   libjvm.dylib                       0x2485b2db 0x2482f000 + 180955
    9   libjvm.dylib                       0x2484396c 0x2482f000 + 84332
    10  libsystem_c.dylib                  0x9278ced9 _pthread_start + 335
    11  libsystem_c.dylib                  0x927906de thread_start + 34
    Thread 34:: Java: Gang worker#13 (Parallel GC Threads)
    0   libsystem_kernel.dylib             0x934c0c22 mach_msg_trap + 10
    1   libsystem_kernel.dylib             0x934c01f6 mach_msg + 70
    2   libjvm.dylib                       0x248440c6 0x2482f000 + 86214
    3   libjvm.dylib                       0x24844002 0x2482f000 + 86018
    4   libjvm.dylib                       0x24843ec8 0x2482f000 + 85704
    5   libjvm.dylib                       0x24843a0d 0x2482f000 + 84493
    6   libjvm.dylib                       0x24843897 0x2482f000 + 84119
    7   libjvm.dylib                       0x2485b3f1 0x2482f000 + 181233
    8   libjvm.dylib                       0x2485b2db 0x2482f000 + 180955
    9   libjvm.dylib                       0x2484396c 0x2482f000 + 84332
    10  libsystem_c.dylib                  0x9278ced9 _pthread_start + 335
    11  libsystem_c.dylib                  0x927906de thread_start + 34
    Thread 35:: Java: Gang worker#14 (Parallel GC Threads)
    0   libsystem_kernel.dylib             0x934c0c22 mach_msg_trap + 10
    1   libsystem_kernel.dylib             0x934c01f6 mach_msg + 70
    2   libjvm.dylib                       0x248440c6 0x2482f000 + 86214
    3   libjvm.dylib                       0x24844002 0x2482f000 + 86018
    4   libjvm.dylib                       0x24843ec8 0x2482f000 + 85704
    5   libjvm.dylib                       0x24843a0d 0x2482f000 + 84493
    6   libjvm.dylib                       0x24843897 0x2482f000 + 84119
    7   libjvm.dylib                       0x2485b3f1 0x2482f000 + 181233
    8   libjvm.dylib                       0x2485b2db 0x2482f000 + 180955
    9   libjvm.dylib                       0x2484396c 0x2482f000 + 84332
    10  libsystem_c.dylib                  0x9278ced9 _pthread_start + 335
    11  libsystem_c.dylib                  0x927906de thread_start + 34
    Thread 36:: Java: Gang worker#15 (Parallel GC Threads)
    0   libsystem_kernel.dylib             0x934c0c22 mach_msg_trap + 10
    1   libsystem_kernel.dylib             0x934c01f6 mach_msg + 70
    2   libjvm.dylib                       0x248440c6 0x2482f000 + 86214
    3   libjvm.dylib                       0x24844002 0x2482f000 + 86018
    4   libjvm.dylib                       0x24843ec8 0x2482f000 + 85704
    5   libjvm.dylib                       0x24843a0d 0x2482f000 + 84493
    6   libjvm.dylib                       0x24843897 0x2482f000 + 84119
    7   libjvm.dylib                       0x2485b3f1 0x2482f000 + 181233
    8   libjvm.dylib                       0x2485b2db 0x2482f000 + 180955
    9   libjvm.dylib                       0x2484396c 0x2482f000 + 84332
    10  libsystem_c.dylib                  0x9278ced9 _pthread_start + 335
    11  libsystem_c.dylib                  0x927906de thread_start + 34
    Thread 37:: Java: Gang worker#16 (Parallel GC Threads)
    0   libsystem_kernel.dylib             0x934c0c22 mach_msg_trap + 10
    1   libsystem_kernel.dylib             0x934c01f6 mach_msg + 70
    2   libjvm.dylib                       0x248440c6 0x2482f000 + 86214
    3   libjvm.dylib                       0x24844002 0x2482f000 + 86018
    4   libjvm.dylib                       0x24843ec8 0x2482f000 + 85704
    5   libjvm.dylib                       0x24843a0d 0x2482f000 + 84493
    6   libjvm.dylib                       0x24843897 0x2482f000 + 84119
    7   libjvm.dylib                       0x2485b3f1 0x2482f000 + 181233
    8   libjvm.dylib                       0x2485b2db 0x2482f000 + 180955
    9   libjvm.dylib                       0x2484396c 0x2482f000 + 84332
    10  libsystem_c.dylib                  0x9278ced9 _pthread_start + 335
    11  libsystem_c.dylib                  0x927906de thread_start + 34
    Thread 38:: Java: Gang worker#17 (Parallel GC Threads)
    0   libsystem_kernel.dylib             0x934c0c22 mach_msg_trap + 10
    1   libsystem_kernel.dylib             0x934c01f6 mach_msg + 70
    2   libjvm.dylib                       0x248440c6 0x2482f000 + 86214
    3   libjvm.dylib                       0x24844002 0x2482f000 + 86018
    4   libjvm.dylib                       0x24843ec8 0x2482f000 + 85704
    5   libjvm.dylib                       0x24843a0d 0x2482f000 + 84493
    6   libjvm.dylib                       0x24843897 0x2482f000 + 84119
    7   libjvm.dylib                       0x2485b3f1 0x2482f000 + 181233
    8   libjvm.dylib                       0x2485b2db 0x2482f000 + 180955
    9   libjvm.dylib                       0x2484396c 0x2482f000 + 84332
    10  libsystem_c.dylib                  0x9278ced9 _pthread_start + 335
    11  libsystem_c.dylib                  0x927906de thread_start + 34
    Thread 39:: Java: Gang worker#0 (Parallel CMS Threads)
    0   libsystem_kernel.dylib             0x934c0c22 mach_msg_trap + 10
    1   libsystem_kernel.dylib             0x934c01f6 mach_msg + 70
    2   libjvm.dylib                       0x248440c6 0x2482f000 + 86214
    3   libjvm.dylib                       0x24844002 0x2482f000 + 86018
    4   libjvm.dylib                       0x24843ec8 0x2482f000 + 85704
    5   libjvm.dylib                       0x24843a0d 0x2482f000 + 84493
    6   libjvm.dylib                       0x24843897 0x2482f000 + 84119
    7   libjvm.dylib                       0x24b3cf0e 0x2482f000 + 3202830
    8   libjvm.dylib                       0x2485b2db 0x2482f000 + 180955
    9   libjvm.dylib                       0x2484396c 0x2482f000 + 84332
    10  libsystem_c.dylib                  0x9278ced9 _pthread_start + 335
    11  libsystem_c.dylib                  0x927906de thread_start + 34
    Thread 40:: Java: Gang worker#1 (Parallel CMS Threads)
    0   libsystem_kernel.dylib             0x934c0c22 mach_msg_trap + 10
    1   libsystem_kernel.dylib             0x934c01f6 mach_msg + 70
    2   libjvm.dylib                       0x248440c6 0x2482f000 + 86214
    3   libjvm.dylib                       0x24844002 0x2482f000 + 86018
    4   libjvm.dylib                       0x24843ec8 0x2482f000 + 85704
    5   libjvm.dylib                       0x24843a0d 0x2482f000 + 84493
    6   libjvm.dylib                       0x24843897 0x2482f000 + 84119
    7   libjvm.dylib                       0x24b3cf0e 0x2482f000 + 3202830
    8   libjvm.dylib                       0x2485b2db 0x2482f000 + 180955
    9   libjvm.dylib                       0x2484396c 0x2482f000 + 84332
    10  libsystem_c.dylib                  0x9278ced9 _pthread_start + 335
    11  libsystem_c.dylib                  0x927906de thread_start + 34
    Thread 41:: Java: Gang worker#2 (Parallel CMS Threads)
    0   libsystem_kernel.dylib             0x934c0c22 mach_msg_trap + 10
    1   libsystem_kernel.dylib             0x934c01f6 mach_msg + 70
    2   libjvm.dylib                       0x248440c6 0x2482f000 + 86214
    3   libjvm.dylib                       0x24844002 0x2482f000 + 86018
    4   libjvm.dylib                       0x24843ec8 0x2482f000 + 85704
    5   libjvm.dylib                       0x24843a0d 0x2482f000 + 84493
    6   libjvm.dylib                       0x24843897 0x2482f000 + 84119
    7   libjvm.dylib                       0x24b3cf0e 0x2482f000 + 3202830
    8   libjvm.dylib                       0x2485b2db 0x2482f000 + 180955
    9   libjvm.dylib                       0x2484396c 0x2482f000 + 84332
    10  libsystem_c.dylib                  0x9278ced9 _pthread_start + 335
    11  libsystem_c.dylib                  0x927906de thread_start + 34
    Thread 42:: Java: Gang worker#3 (Parallel CMS Threads)
    0   libsystem_kernel.dylib             0x934c0c22 mach_msg_trap + 10
    1   libsystem_kernel.dylib             0x934c01f6 mach_msg + 70
    2   libjvm.dylib                       0x248440c6 0x2482f000 + 86214
    3   libjvm.dylib                       0x24844002 0x2482f000 + 86018
    4   libjvm.dylib                       0x24843ec8 0x2482f000 + 85704
    5   libjvm.dylib                       0x24843a0d 0x2482f000 + 84493
    6   libjvm.dylib                       0x24843897 0x2482f000 + 84119
    7   libjvm.dylib                       0x24b3cf0e 0x2482f000 + 3202830
    8   libjvm.dylib                       0x2485b2db 0x2482f000 + 180955
    9   libjvm.dylib                       0x2484396c 0x2482f000 + 84332
    10  libsystem_c.dylib                  0x9278ced9 _pthread_start + 335
    11  libsystem_c.dylib                  0x927906de thread_start + 34
    Thread 43:: Java: Gang worker#4 (Parallel CMS Threads)
    0   libsystem_kernel.dylib             0x934c0c22 mach_msg_trap + 10
    1   libsystem_kernel.dylib             0x934c01f6 mach_msg + 70
    2   libjvm.dylib                       0x248440c6 0x2482f000 + 86214
    3   libjvm.dylib                       0x24844002 0x2482f000 + 86018
    4   libjvm.dylib                       0x24843ec8 0x2482f000 + 85704
    5   libjvm.dylib                       0x24843a0d 0x2482f000 + 84493
    6   libjvm.dylib                       0x24843897 0x2482f000 + 84119
    7   libjvm.dylib                       0x24b3cf0e 0x2482f000 + 3202830
    8   libjvm.dylib                       0x2485b2db 0x2482f000 + 180955
    9   libjvm.dylib                       0x2484396c 0x2482f000 + 84332
    10  libsystem_c.dylib                  0x9278ced9 _pthread_start + 335
    11  libsystem_c.dylib                  0x927906de thread_start + 34
    Thread 44:: Java: Concurrent Mark-Sweep GC Thread
    0   libsystem_kernel.dylib             0x934c0c22 mach_msg_trap + 10
    1   libsystem_kernel.dylib             0x934c01f6 mach_msg + 70
    2   libjvm.dylib                       0x24844196 0x2482f000 + 86422
    3   libjvm.dylib                       0x24861d56 0x2482f000 + 208214
    4   libjvm.dylib                       0x24843ee4 0x2482f000 + 85732
    5   libjvm.dylib                       0x24843a0d 0x2482f000 + 84493
    6   libjvm.dylib                       0x24843897 0x2482f000 + 84119
    7   libjvm.dylib                       0x2496cca5 0x2482f000 + 1301669
    8   libjvm.dylib                       0x2496cc13 0x2482f000 + 1301523
    9   libjvm.dylib                       0x24861b71 0x2482f000 + 207729
    10  libjvm.dylib                       0x2484396c 0x2482f000 + 84332
    11  libsystem_c.dylib                  0x9278ced9 _pthread_start + 335
    12  libsystem_c.dylib                  0x927906de thread_start + 34
    Thread 45:: Java: VM Thread
    0   libsystem_kernel.dylib             0x934c0c22 mach_msg_trap + 10
    1   libsystem_kernel.dylib             0x934c01f6 mach_msg + 70
    2   libjvm.dylib                       0x24844196 0x2482f000 + 86422
    3   libjvm.dylib                       0x24861d56 0x2482f000 + 208214
    4   libjvm.dylib                       0x24843ee4 0x2482f000 + 85732
    5   libjvm.dylib                       0x24843a0d 0x2482f000 + 84493
    6   libjvm.dylib                       0x24843897 0x2482f000 + 84119
    7   libjvm.dylib                       0x248dc246 0x2482f000 + 709190
    8   libjvm.dylib                       0x248dbeef 0x2482f000 + 708335
    9   libjvm.dylib                       0x2484396c 0x2482f000 + 84332
    10  libsystem_c.dylib                  0x9278ced9 _pthread_start + 335
    11  libsystem_c.dylib                  0x927906de thread_start + 34
    Thread 46:: Java: Reference Handler
    0   libsystem_kernel.dylib             0x934c0c22 mach_msg_trap + 10
    1   libsystem_kernel.dylib             0x934c01f6 mach_msg + 70
    2   libjvm.dylib                       0x248440c6 0x2482f000 + 86214
    3   libjvm.dylib                       0x24844002 0x2482f000 + 86018
    4   libjvm.dylib                       0x248eae28 0x2482f000 + 769576
    5   libjvm.dylib                       0x248ea32a 0x2482f000 + 766762
    6   libjvm.dylib                       0x248ea01c JVM_MonitorWait + 203
    7   libjvmlinkage.dylib                0x1c3e2dd5 JVM_MonitorWait + 69
    8   ???                                0x549d99d9 0 + 1419614681
    9   ???                                0x549d1e31 0 + 1419583025
    10  ???                                0x549d1e31 0 + 1419583025
    11  ???                                0x549cf374 0 + 1419572084
    12  libjvm.dylib                       0x248dd583 0x2482f000 + 714115
    13  libjvm.dylib                       0x248dd2f5 0x2482f000 + 713461
    14  libjvm.dylib                       0x248e9ccd 0x2482f000 + 765133
    15  libjvm.dylib                       0x248e9b5d 0x2482f000 + 764765
    16  libjvm.dylib                       0x248e9adb 0x2482f000 + 764635
    17  libjvm.dylib                       0x248e9935 0x2482f000 + 764213
    18  libjvm.dylib                       0x248e9773 0x2482f000 + 763763
    19  libjvm.dylib                       0x2484396c 0x2482f000 + 84332
    20  libsystem_c.dylib                  0x9278ced9 _pthread_start + 335
    21  libsystem_c.dylib                  0x927906de thread_start + 34
    Thread 47:: Java: Finalizer
    0   libsystem_kernel.dylib             0x934c0c22 mach_msg_trap + 10
    1   libsystem_kernel.dylib             0x934c01f6 mach_msg + 70
    2   libjvm.dylib                       0x248440c6 0x2482f000 + 86214
    3   libjvm.dylib                       0x24844002 0x2482f000 + 86018
    4   libjvm.dylib                       0x248eae28 0x2482f000 + 769576
    5   libjvm.dylib                       0x248ea32a 0x2482f000 + 766762
    6   libjvm.dylib                       0x248ea01c JVM_MonitorWait + 203
    7   libjvmlinkage.dylib                0x1c3e2dd5 JVM_MonitorWait + 69
    8   ???                                0x549d99d9 0 + 1419614681
    9   ???                                0x549d1e31 0 + 1419583025
    10  ???                                0x549d1f97 0 + 1419583383
    11  ???                                0x549d1f97 0 + 1419583383
    12  ???                                0x549cf374 0 + 1419572084
    13  libjvm.dylib                       0x248dd583 0x2482f000 + 714115
    14  libjvm.dylib                       0x248dd2f5 0x2482f000 + 713461
    15  libjvm.dylib                       0x248e9ccd 0x2482f000 + 765133
    16  libjvm.dylib                       0x248e9b5d 0x2482f000 + 764765
    17  libjvm.dylib                       0x248e9adb 0x2482f000 + 764635
    18  libjvm.dylib                       0x248e9935 0x2482f000 + 764213
    19  libjvm.dylib                       0x248e9773 0x2482f000 + 763763
    20  libjvm.dylib                       0x2484396c 0x2482f00

  • BUG: Unable to Import MP3 Files in Flash CS6

    I am unable to import mp3 files of any kind in Flash CS6. Tried import to stage, import to library, Drag and Drop... no dice. Receiving a generic error message. Tried closing out and restarting,etc. - still not working.
    Anyone else having this issue?

    Yep that worked!
    The "update" in the library would not update the content but the drag and drop worked fine.
    Note: The path in the update dialog shows a relative path and after the drag and drop it shows an absolute path to the file
    I also had an issue with the audio being changed from stream to event.

  • Css/js relative path for embedded server

    We have recently begun using relative paths for css and js files in our deployed applications:
    <link href="../../resources/css/global3.css" rel="stylesheet" type="text/css" />
    <script language="JavaScript" src="../../resources/script/globalScript.js" type="text/JavaScript"></script>
    I cannot figure out where to put the resources folder on my local machine so the pages will link correctly when running a project on my embedded server in JDev. Can anyone please help?

    Hi,
    the embedded OC4J has its configuration files at
    \jdeveloper_installdir\jdev\system\oracle.j2ee.<version>\embedded-oc4j
    However, if you use relative addressing then web applications try to find them relative to the public_html directory of the Viewlayer project
    Frank

Maybe you are looking for

  • Extraction of Business Partner data from CRM to MDM

    Does MDM provide standard extractors that can be installed in CRM so that BP data can be extracted and sent to XI via IDOC. If it does where can I find this information ?

  • Unable to trace out the Reference Document number in commitment line item.

    Dear All,       Kindly help me in bellow problem When I click the reference document no. in the line item wise display the commitment in t-code S_ALR_87013558 at that time the system open the display PR screen and the massage is displayed in the belo

  • Is the iPhone5 as slippery as it was for me?

    This is a strange question to ask I know, but bear with me please. I had a go on the iPhone5 in an Apple store at the weekend.  I was with someone who has the 4S, and she tried it too. When we both held one of these lovely looking phones in our left

  • How to change ipaddress in Solaris 2.6, 7, and 8?

    Hello, Does anyone know what need's to be done before and during the ipaddress change on an E250 running Solaris 2.6,2.7.and 8? Thanks

  • Moving websites - what about my podcast?

    Hi Guys... I made my website www.bradclark.co.uk in iweb and added a podcast.... a few questions. 1)? I want to make a new site........if I make a new site is there a way of preserving the podcast from my old one and putting it into my new website. 2