Bug editing report attributes in Firefox

Has anybody logged this problem before?
It occurs in Apex 2.2 and 3.0 and FireFox 2.2, but I cannot reproduce it using IE6.
Open a page with a report region and go to the report attributes.
Look at the Headings Type and remember the setting.
Edit one of the columns using the "pencil icon".
Go back to the report attributes using the back button in the browser.
The Headings Type has changed!
This can cause you to lose your custom headings.
Rob

from someone who clearly knew HTMLDB/Apex inside and out I'd say 'clearly not' if they said it wouldn't work on other browsers than IE ;)
Unless you're misquoting or mis-remembering what they actually said then that statement you heard was in direct conflict with the "Supported Browsers" section of the documentation -
http://download-uk.oracle.com/docs/cd/B32472_01/doc/relnotes.300/b32465/toc.htm#BGBCEGBI
which quotes -
To view or develop Oracle Application Express applications, Web browsers
must support JavaScript and the HTML 4.0 and CSS 1.0 standards. The
following browsers meet this requirement:
Microsoft Internet Explorer 6.0 or higher (Windows only)
Firefox 1.0 or higherI'll also add that 'officially supported' and 'will work' are actually two different things. I use a Mac and my browser of choice is usually Safari or Firefox and whilst Safari is not 'officially supported' the APEX Application Builder works absolutely fine (the SQL Workshop does not work though). However pretty much every application that I develop with APEX will also work in Safari quite happily.
not like those fly by night trainers who just go on the course themselves to teach it the next >week straight from the notes as I've seen on a few of the coursesI'm not sure who you're referring to specifically, but as with any course the best people (I have found) to teach are those people who do use the product day in and day out and have a passion for it, so perhaps it's another good opportunity to point out the following link -
European APEX Training
http://eurotraining.apex-evangelists.com/
(end of shameless self-advertising ;)
There are also many other great teaching courses around, including the event at ODTUG -
http://www.odtugapextraining.com/
and trust me...you won't hear anyone saying things like "APEX doesn't work in anything else but IE" at any of these training events ;)

Similar Messages

  • Re: BUG? APEX 4.0: ORA-20503 error editing report with 400+ columns

    Hello Everyone.
    I've run into something quite strange and am hoping you can help me.
    I am using Apex 4.0.1 and Oracle version 10.2.0.5. I've created a "classical" report in which the underlying SQL is a very simple:
    select * from pvtabThe Oracle table pvtab consists of 419 columns, all of which are varchar2(88) and number type. That's it.
    When I run the report, al of the columns show up as expected.
    However, when I go into the "Report Attributes" tab and click on one of the fields (any of them, it doesn't matter which one), I immediately get the following error:
    ORA-20503: Current version of data in database has changed since user initiated update process. current checksum = "598CAA7B68746A66F4B99E1512C36DED" application checksum = "0"If if replace the "*" with a few actual column names, then I am able to access any of these columns without problem.
    If I put back the "*", I then encounter this error again.
    I have never seen this error with other SQL SELECT statements in which I use the "*" qualifier to retrieve all columns from the table.
    And so, I am wondering if the error is caused because of the large number of columns (419) in my table.
    I've seen this same error mentioned in connection with forms but never with a report.
    So, is there some limit to the number of columns one can have in a "classic" or interactive report?
    Any idea why I would be getting this error?
    Here is the DDL for my table pvtab:
    CREATE TABLE  "PVTAB"
       (     "MICRO" VARCHAR2(4),
         "PRIM" VARCHAR2(4),
         "UNIT" NUMBER,
         "SEC_REF_1" NUMBER,
         "SECN_1" VARCHAR2(88),
         "SEC_REF_2" NUMBER,
         "SECN_2" VARCHAR2(88),
         "SEC_REF_3" NUMBER,
         "SECN_3" VARCHAR2(88),
         "SEC_REF_4" NUMBER,
         "SECN_4" VARCHAR2(88),
         "SEC_REF_5" NUMBER,
         "SECN_5" VARCHAR2(88),
         "SEC_REF_6" NUMBER,
         "SECN_6" VARCHAR2(88),
         "SEC_REF_7" NUMBER,
         "SECN_7" VARCHAR2(88),
         "SEC_REF_8" NUMBER,
         "SECN_8" VARCHAR2(88),
         "SEC_REF_9" NUMBER,
         "SECN_9" VARCHAR2(88),
         "SEC_REF_10" NUMBER,
         "SECN_10" VARCHAR2(88),
         "SEC_REF_11" NUMBER,
         "SECN_11" VARCHAR2(88),
         "SEC_REF_12" NUMBER,
         "SECN_12" VARCHAR2(88),
         "SEC_REF_13" NUMBER,
         "SECN_13" VARCHAR2(88),
         "SEC_REF_14" NUMBER,
         "SECN_14" VARCHAR2(88),
         "SEC_REF_15" NUMBER,
         "SECN_15" VARCHAR2(88),
         "SEC_REF_16" NUMBER,
         "SECN_16" VARCHAR2(88),
         "SEC_REF_17" NUMBER,
         "SECN_17" VARCHAR2(88),
         "SEC_REF_18" NUMBER,
         "SECN_18" VARCHAR2(88),
         "SEC_REF_19" NUMBER,
         "SECN_19" VARCHAR2(88),
         "SEC_REF_20" NUMBER,
         "SECN_20" VARCHAR2(88),
         "SEC_REF_21" NUMBER,
         "SECN_21" VARCHAR2(88),
         "SEC_REF_22" NUMBER,
         "SECN_22" VARCHAR2(88),
         "SEC_REF_23" NUMBER,
         "SECN_23" VARCHAR2(88),
         "SEC_REF_24" NUMBER,
         "SECN_24" VARCHAR2(88),
         "SEC_REF_25" NUMBER,
         "SECN_25" VARCHAR2(88),
         "SEC_REF_26" NUMBER,
         "SECN_26" VARCHAR2(88),
         "SEC_REF_27" NUMBER,
         "SECN_27" VARCHAR2(88),
         "SEC_REF_28" NUMBER,
         "SECN_28" VARCHAR2(88),
         "SEC_REF_29" NUMBER,
         "SECN_29" VARCHAR2(88),
         "SEC_REF_30" NUMBER,
         "SECN_30" VARCHAR2(88),
         "SEC_REF_31" NUMBER,
         "SECN_31" VARCHAR2(88),
         "SEC_REF_32" NUMBER,
         "SECN_32" VARCHAR2(88),
         "SEC_REF_33" NUMBER,
         "SECN_33" VARCHAR2(88),
         "SEC_REF_34" NUMBER,
         "SECN_34" VARCHAR2(88),
         "SEC_REF_35" NUMBER,
         "SECN_35" VARCHAR2(88),
         "SEC_REF_36" NUMBER,
         "SECN_36" VARCHAR2(88),
         "SEC_REF_37" NUMBER,
         "SECN_37" VARCHAR2(88),
         "SEC_REF_38" NUMBER,
         "SECN_38" VARCHAR2(88),
         "SEC_REF_39" NUMBER,
         "SECN_39" VARCHAR2(88),
         "SEC_REF_40" NUMBER,
         "SECN_40" VARCHAR2(88),
         "SEC_REF_41" NUMBER,
         "SECN_41" VARCHAR2(88),
         "SEC_REF_42" NUMBER,
         "SECN_42" VARCHAR2(88),
         "SEC_REF_43" NUMBER,
         "SECN_43" VARCHAR2(88),
         "SEC_REF_44" NUMBER,
         "SECN_44" VARCHAR2(88),
         "SEC_REF_45" NUMBER,
         "SECN_45" VARCHAR2(88),
         "SEC_REF_46" NUMBER,
         "SECN_46" VARCHAR2(88),
         "SEC_REF_47" NUMBER,
         "SECN_47" VARCHAR2(88),
         "SEC_REF_48" NUMBER,
         "SECN_48" VARCHAR2(88),
         "SEC_REF_49" NUMBER,
         "SECN_49" VARCHAR2(88),
         "SEC_REF_50" NUMBER,
         "SECN_50" VARCHAR2(88),
         "SEC_REF_51" NUMBER,
         "SECN_51" VARCHAR2(88),
         "SEC_REF_52" NUMBER,
         "SECN_52" VARCHAR2(88),
         "SEC_REF_53" NUMBER,
         "SECN_53" VARCHAR2(88),
         "SEC_REF_54" NUMBER,
         "SECN_54" VARCHAR2(88),
         "SEC_REF_55" NUMBER,
         "SECN_55" VARCHAR2(88),
         "SEC_REF_56" NUMBER,
         "SECN_56" VARCHAR2(88),
         "SEC_REF_57" NUMBER,
         "SECN_57" VARCHAR2(88),
         "SEC_REF_58" NUMBER,
         "SECN_58" VARCHAR2(88),
         "SEC_REF_59" NUMBER,
         "SECN_59" VARCHAR2(88),
         "SEC_REF_60" NUMBER,
         "SECN_60" VARCHAR2(88),
         "SEC_REF_61" NUMBER,
         "SECN_61" VARCHAR2(88),
         "SEC_REF_62" NUMBER,
         "SECN_62" VARCHAR2(88),
         "SEC_REF_63" NUMBER,
         "SECN_63" VARCHAR2(88),
         "SEC_REF_64" NUMBER,
         "SECN_64" VARCHAR2(88),
         "SEC_REF_65" NUMBER,
         "SECN_65" VARCHAR2(88),
         "SEC_REF_66" NUMBER,
         "SECN_66" VARCHAR2(88),
         "SEC_REF_67" NUMBER,
         "SECN_67" VARCHAR2(88),
         "SEC_REF_68" NUMBER,
         "SECN_68" VARCHAR2(88),
         "SEC_REF_69" NUMBER,
         "SECN_69" VARCHAR2(88),
         "SEC_REF_70" NUMBER,
         "SECN_70" VARCHAR2(88),
         "SEC_REF_71" NUMBER,
         "SECN_71" VARCHAR2(88),
         "SEC_REF_72" NUMBER,
         "SECN_72" VARCHAR2(88),
         "SEC_REF_73" NUMBER,
         "SECN_73" VARCHAR2(88),
         "SEC_REF_74" NUMBER,
         "SECN_74" VARCHAR2(88),
         "SEC_REF_75" NUMBER,
         "SECN_75" VARCHAR2(88),
         "SEC_REF_76" NUMBER,
         "SECN_76" VARCHAR2(88),
         "SEC_REF_77" NUMBER,
         "SECN_77" VARCHAR2(88),
         "SEC_REF_78" NUMBER,
         "SECN_78" VARCHAR2(88),
         "SEC_REF_79" NUMBER,
         "SECN_79" VARCHAR2(88),
         "SEC_REF_80" NUMBER,
         "SECN_80" VARCHAR2(88),
         "SEC_REF_81" NUMBER,
         "SECN_81" VARCHAR2(88),
         "SEC_REF_82" NUMBER,
         "SECN_82" VARCHAR2(88),
         "SEC_REF_83" NUMBER,
         "SECN_83" VARCHAR2(88),
         "SEC_REF_84" NUMBER,
         "SECN_84" VARCHAR2(88),
         "SEC_REF_85" NUMBER,
         "SECN_85" VARCHAR2(88),
         "SEC_REF_86" NUMBER,
         "SECN_86" VARCHAR2(88),
         "SEC_REF_87" NUMBER,
         "SECN_87" VARCHAR2(88),
         "SEC_REF_88" NUMBER,
         "SECN_88" VARCHAR2(88),
         "SEC_REF_89" NUMBER,
         "SECN_89" VARCHAR2(88),
         "SEC_REF_90" NUMBER,
         "SECN_90" VARCHAR2(88),
         "SEC_REF_91" NUMBER,
         "SECN_91" VARCHAR2(88),
         "SEC_REF_92" NUMBER,
         "SECN_92" VARCHAR2(88),
         "SEC_REF_93" NUMBER,
         "SECN_93" VARCHAR2(88),
         "SEC_REF_94" NUMBER,
         "SECN_94" VARCHAR2(88),
         "SEC_REF_95" NUMBER,
         "SECN_95" VARCHAR2(88),
         "SEC_REF_96" NUMBER,
         "SECN_96" VARCHAR2(88),
         "SEC_REF_97" NUMBER,
         "SECN_97" VARCHAR2(88),
         "SEC_REF_98" NUMBER,
         "SECN_98" VARCHAR2(88),
         "SEC_REF_99" NUMBER,
         "SECN_99" VARCHAR2(88),
         "SEC_REF_100" NUMBER,
         "SECN_100" VARCHAR2(88),
         "SEC_REF_101" NUMBER,
         "SECN_101" VARCHAR2(88),
         "SEC_REF_102" NUMBER,
         "SECN_102" VARCHAR2(88),
         "SEC_REF_103" NUMBER,
         "SECN_103" VARCHAR2(88),
         "SEC_REF_104" NUMBER,
         "SECN_104" VARCHAR2(88),
         "SEC_REF_105" NUMBER,
         "SECN_105" VARCHAR2(88),
         "SEC_REF_106" NUMBER,
         "SECN_106" VARCHAR2(88),
         "SEC_REF_107" NUMBER,
         "SECN_107" VARCHAR2(88),
         "SEC_REF_108" NUMBER,
         "SECN_108" VARCHAR2(88),
         "SEC_REF_109" NUMBER,
         "SECN_109" VARCHAR2(88),
         "SEC_REF_110" NUMBER,
         "SECN_110" VARCHAR2(88),
         "SEC_REF_111" NUMBER,
         "SECN_111" VARCHAR2(88),
         "SEC_REF_112" NUMBER,
         "SECN_112" VARCHAR2(88),
         "SEC_REF_113" NUMBER,
         "SECN_113" VARCHAR2(88),
         "SEC_REF_114" NUMBER,
         "SECN_114" VARCHAR2(88),
         "SEC_REF_115" NUMBER,
         "SECN_115" VARCHAR2(88),
         "SEC_REF_116" NUMBER,
         "SECN_116" VARCHAR2(88),
         "SEC_REF_117" NUMBER,
         "SECN_117" VARCHAR2(88),
         "SEC_REF_118" NUMBER,
         "SECN_118" VARCHAR2(88),
         "SEC_REF_119" NUMBER,
         "SECN_119" VARCHAR2(88),
         "SEC_REF_120" NUMBER,
         "SECN_120" VARCHAR2(88),
         "SEC_REF_121" NUMBER,
         "SECN_121" VARCHAR2(88),
         "SEC_REF_122" NUMBER,
         "SECN_122" VARCHAR2(88),
         "SEC_REF_123" NUMBER,
         "SECN_123" VARCHAR2(88),
         "SEC_REF_124" NUMBER,
         "SECN_124" VARCHAR2(88),
         "SEC_REF_125" NUMBER,
         "SECN_125" VARCHAR2(88),
         "SEC_REF_126" NUMBER,
         "SECN_126" VARCHAR2(88),
         "SEC_REF_127" NUMBER,
         "SECN_127" VARCHAR2(88),
         "SEC_REF_128" NUMBER,
         "SECN_128" VARCHAR2(88),
         "SEC_REF_129" NUMBER,
         "SECN_129" VARCHAR2(88),
         "SEC_REF_130" NUMBER,
         "SECN_130" VARCHAR2(88),
         "SEC_REF_131" NUMBER,
         "SECN_131" VARCHAR2(88),
         "SEC_REF_132" NUMBER,
         "SECN_132" VARCHAR2(88),
         "SEC_REF_133" NUMBER,
         "SECN_133" VARCHAR2(88),
         "SEC_REF_134" NUMBER,
         "SECN_134" VARCHAR2(88),
         "SEC_REF_135" NUMBER,
         "SECN_135" VARCHAR2(88),
         "SEC_REF_136" NUMBER,
         "SECN_136" VARCHAR2(88),
         "SEC_REF_137" NUMBER,
         "SECN_137" VARCHAR2(88),
         "SEC_REF_138" NUMBER,
         "SECN_138" VARCHAR2(88),
         "SEC_REF_139" NUMBER,
         "SECN_139" VARCHAR2(88),
         "SEC_REF_140" NUMBER,
         "SECN_140" VARCHAR2(88),
         "SEC_REF_141" NUMBER,
         "SECN_141" VARCHAR2(88),
         "SEC_REF_142" NUMBER,
         "SECN_142" VARCHAR2(88),
         "SEC_REF_143" NUMBER,
         "SECN_143" VARCHAR2(88),
         "SEC_REF_144" NUMBER,
         "SECN_144" VARCHAR2(88),
         "SEC_REF_145" NUMBER,
         "SECN_145" VARCHAR2(88),
         "SEC_REF_146" NUMBER,
         "SECN_146" VARCHAR2(88),
         "SEC_REF_147" NUMBER,
         "SECN_147" VARCHAR2(88),
         "SEC_REF_148" NUMBER,
         "SECN_148" VARCHAR2(88),
         "SEC_REF_149" NUMBER,
         "SECN_149" VARCHAR2(88),
         "SEC_REF_150" NUMBER,
         "SECN_150" VARCHAR2(88),
         "SEC_REF_151" NUMBER,
         "SECN_151" VARCHAR2(88),
         "SEC_REF_152" NUMBER,
         "SECN_152" VARCHAR2(88),
         "SEC_REF_153" NUMBER,
         "SECN_153" VARCHAR2(88),
         "SEC_REF_154" NUMBER,
         "SECN_154" VARCHAR2(88),
         "SEC_REF_155" NUMBER,
         "SECN_155" VARCHAR2(88),
         "SEC_REF_156" NUMBER,
         "SECN_156" VARCHAR2(88),
         "SEC_REF_157" NUMBER,
         "SECN_157" VARCHAR2(88),
         "SEC_REF_158" NUMBER,
         "SECN_158" VARCHAR2(88),
         "SEC_REF_159" NUMBER,
         "SECN_159" VARCHAR2(88),
         "SEC_REF_160" NUMBER,
         "SECN_160" VARCHAR2(88),
         "SEC_REF_161" NUMBER,
         "SECN_161" VARCHAR2(88),
         "SEC_REF_162" NUMBER,
         "SECN_162" VARCHAR2(88),
         "SEC_REF_163" NUMBER,
         "SECN_163" VARCHAR2(88),
         "SEC_REF_164" NUMBER,
         "SECN_164" VARCHAR2(88),
         "SEC_REF_165" NUMBER,
         "SECN_165" VARCHAR2(88),
         "SEC_REF_166" NUMBER,
         "SECN_166" VARCHAR2(88),
         "SEC_REF_167" NUMBER,
         "SECN_167" VARCHAR2(88),
         "SEC_REF_168" NUMBER,
         "SECN_168" VARCHAR2(88),
         "SEC_REF_169" NUMBER,
         "SECN_169" VARCHAR2(88),
         "SEC_REF_170" NUMBER,
         "SECN_170" VARCHAR2(88),
         "SEC_REF_171" NUMBER,
         "SECN_171" VARCHAR2(88),
         "SEC_REF_172" NUMBER,
         "SECN_172" VARCHAR2(88),
         "SEC_REF_173" NUMBER,
         "SECN_173" VARCHAR2(88),
         "SEC_REF_174" NUMBER,
         "SECN_174" VARCHAR2(88),
         "SEC_REF_175" NUMBER,
         "SECN_175" VARCHAR2(88),
         "SEC_REF_176" NUMBER,
         "SECN_176" VARCHAR2(88),
         "SEC_REF_177" NUMBER,
         "SECN_177" VARCHAR2(88),
         "SEC_REF_178" NUMBER,
         "SECN_178" VARCHAR2(88),
         "SEC_REF_179" NUMBER,
         "SECN_179" VARCHAR2(88),
         "SEC_REF_180" NUMBER,
         "SECN_180" VARCHAR2(88),
         "SEC_REF_181" NUMBER,
         "SECN_181" VARCHAR2(88),
         "SEC_REF_182" NUMBER,
         "SECN_182" VARCHAR2(88),
         "SEC_REF_183" NUMBER,
         "SECN_183" VARCHAR2(88),
         "SEC_REF_184" NUMBER,
         "SECN_184" VARCHAR2(88),
         "SEC_REF_185" NUMBER,
         "SECN_185" VARCHAR2(88),
         "SEC_REF_186" NUMBER,
         "SECN_186" VARCHAR2(88),
         "SEC_REF_187" NUMBER,
         "SECN_187" VARCHAR2(88),
         "SEC_REF_188" NUMBER,
         "SECN_188" VARCHAR2(88),
         "SEC_REF_189" NUMBER,
         "SECN_189" VARCHAR2(88),
         "SEC_REF_190" NUMBER,
         "SECN_190" VARCHAR2(88),
         "SEC_REF_191" NUMBER,
         "SECN_191" VARCHAR2(88),
         "SEC_REF_192" NUMBER,
         "SECN_192" VARCHAR2(88),
         "SEC_REF_193" NUMBER,
         "SECN_193" VARCHAR2(88),
         "SEC_REF_194" NUMBER,
         "SECN_194" VARCHAR2(88),
         "SEC_REF_195" NUMBER,
         "SECN_195" VARCHAR2(88),
         "SEC_REF_196" NUMBER,
         "SECN_196" VARCHAR2(88),
         "SEC_REF_197" NUMBER,
         "SECN_197" VARCHAR2(88),
         "SEC_REF_198" NUMBER,
         "SECN_198" VARCHAR2(88),
         "SEC_REF_199" NUMBER,
         "SECN_199" VARCHAR2(88),
         "SEC_REF_200" NUMBER,
         "SECN_200" VARCHAR2(88),
         "SEC_REF_201" NUMBER,
         "SECN_201" VARCHAR2(88),
         "SEC_REF_202" NUMBER,
         "SECN_202" VARCHAR2(88),
         "SEC_REF_203" NUMBER,
         "SECN_203" VARCHAR2(88),
         "SEC_REF_204" NUMBER,
         "SECN_204" VARCHAR2(88),
         "SEC_REF_205" NUMBER,
         "SECN_205" VARCHAR2(88),
         "SEC_REF_206" NUMBER,
         "SECN_206" VARCHAR2(88),
         "SEC_REF_207" NUMBER,
         "SECN_207" VARCHAR2(88),
         "SEC_REF_208" NUMBER,
         "SECN_208" VARCHAR2(88)
       );Thank you for any help/advice.
    Elie
    Edited by: EEG on Jun 12, 2011 2:09 PM

    So, is there some limit to the number of columns one can have in a "classic" or interactive report?Yes. See Oracle® Application Express Application Builder User's Guide Release 4.0, Appendix B: Oracle Application Express Limits.
    Any idea why I would be getting this error?No, but I've replicated it in APEX 4.0.2.00.07 on 11.2.0.1.0 EE using a table of 420 <tt>varchar2(88)</tt> columns:
    >
    ORA-20503: Current version of data in database has changed since user initiated update process. current checksum = "50C9BDC0AA1AEF0EB272E9158B2117B4" application checksum = "0"
    >
    Happens whether using <tt>select *</tt> or including all column names in the query. (I know you don't want to type all the column names, but I'd never use <tt>select *</tt> in a production application: always use a proper column list. You can get one without typing by drag-and-drop of a table in most IDEs, or a query from <tt>user_tab_columns</tt>.)
    I hit the problem at 274 columns. Such an arbitrary number leads me to think that the problem is not one of the number of columns per se, but is due to some other limit (possibly a 32K VARCHAR2/RAW buffer somewhere).
    Workaround:
    Updates to the report column attributes are actually being saved, and you can navigate them using the Page Definition tree view as described in Appendix B.
    Getting More Help:
    This is probably a bug. If you have a support agreement with Oracle raise an SR with Oracle Support.
    Also:
    <li>Search the forum using the "ORA-20503" code and other possible terms to see if there's anything relevant. I had a quick look but the only thread in this context recommended an upgrade on an Oracle 9 DB version that's not compatible with APEX 4.0.
    <li>To get the attention of the Oracle APEX team or anyone else who may know more about this problem than we do, edit your original post and change the Subject to be more specific about the actual nature of the problem: <em>BUG? APEX 4.0: ORA-20503 error editing report with 400+ columns</em>, and include your database version/edition and the definition of the <tt>PVTAB</tt> table.
    Finally:
    Somebody's bound to ask, so we might as well get started:
    <li>Why so many columns?
    <li>What requirement is this trying to fulfil?

  • Cannot access report attributes for editing

    I have a report/form combination. It's been working fine (both editing and running). I have made some changes to the report region definition source, successfully applied them, and they work as expected. However, I cannot (since yesterday, though it was fine before) access the report attributes. In the page definition, if I click on the 'report' to edit the report columns, I get an Internet Explorer error that the page cannot be found. Same thing if I try to access the report attributes by editing the region (the region definition and print attributes are fine, only the report attributes are inaccessible).
    I thought I'd start over, just to see if that helped. I created a new report/form combination on the same table, and on this new report I still cannot access the report columns.
    Has anyone seen this problem before?
    thanks,
    Carol

    Please ignore this; the issue was needing a patch to handle a bug.

  • Bug Report : Upgraded to Firefox v10. Holding CTRL+ [F4] too long after all tabs are closed causes error. "Exc in ev handl: TypeError: this.oPlg.onTabClosed is not a function"

    Bug Report :
    Upgraded to Firefox v10. Holding CTRL+ [F4] too long after all tabs are closed causes error.
    "Exc in ev handl: TypeError: this.oPlg.onTabClosed is not a function"

    What extensions do you have? (Go to Firefox > Customize > Add-ons to see or Help > Troubleshooting info for a copy-pasteable list)

  • Now that I have upgraded to Firefox 3.6.7 when I use Business Objects XI R3 I can no longer edit reports.....the window just goes black and nothing happens

    Now that I have upgraded to firefox 3.6.7 I am unable to edit reports in Business Objects XI (release 3) software. This was previously working fine on firefox before I upgraded.
    == This happened ==
    Every time Firefox opened
    == Today

    Now that I have upgraded to firefox 3.6.7 I am unable to edit reports in Business Objects XI (release 3) software. This was previously working fine on firefox before I upgraded.
    == This happened ==
    Every time Firefox opened
    == Today

  • A Bug in "Print Attributes" tab in IR?

    Project Environment:
    Database: Oracle Database 11g Enterprise Edition Release 11.1.0.6.0 - Production
    Apex : Application Express 3.1.1.00.09
    Also....: apex.oracle.com
    Problem scenario:
    I created an Interactive Reports (IR) in my project and tried to configure the "Download" PDF. It worked fine on "Classic Report". But for IR, it never worked. I'm facing multiple problems. They are:
    A. PDF report is blank.
    B. Sometime Acrobat Reader says "could not open <file name> because it is either not a supported file type or because the file has been damaged...)"
    When open the same file in a text editor, I can see the following:
    ORA-06502: PL/SQL: numeric or value error
    ORA-06512: at "FLOWS_030100.WWV_FLOW_RENDER_QUERY", line 636
    ORA-06503: PL/SQL: Function returned without value
    I then thought I could be missing something in the config. So wanted to create a sample IR in apex.oracle.com and see what happens. The following is the result:
    Notes:
    A. Please use IE to test this. Also untick "Disable script debugging (Internet Explorer)" from "Tools->Internet Options->Advanced". It works ok in Firefox, I believe.
    B. You can simulate this in apex.oracle.com (at least I was able to!!)
    Steps:
    1. Create an IR as normal. Say, App ID=46305, Page ID=6 and Region Name=Sample Interactive Report. Dont configure the "Print" settings yet.
    2. Once done and tested to see if it works ok.
    3. Now open Page (6) where you have the IR and click on the name, i.e. "Sample Interactive Report".
    4. We get "Edit Region" page with three tabs:
    a. Region Definition (current tab)
    b. Report Attributes
    c. Print Attributes
    5. Click "Print Attributes" tab
    6. Because the "Disable" flag is unticked (as per the note above), this will pop-up an error message:
    A Runtime Error has occurred.
    Do you wish to Debug?
    Line: 1
    Error: Object required.
    7. You can choose "No" to ignore it. But I tried "Yes" to see what the error is. The error is in the line:
    document.getElementById('P774_PRINT_FORMAT').value!='%null%'
    Clearly it is going to P774 and doesn't find P774_PRINT_FORMAT field and so the error. Is there a fix? How come it is not giving error in Firefox? Or should I enable / disable something in Firefox o get this error? And the most importantly how to avoid this error?
    8. Further on... if you go into "Report Attributes" and click the edit button on one of columns and then click "Print Attributes" tab, it goes to P960 and no errors!!
    9. Why does "Print Attributes" links from the main tabs (Report Definition and Report Attributes) go to P774 and from "Dynamic Query Attributes" goes to P960?
    10. Also, In P960, the "Report Columns" section says "Report returned no rows.". Is this normal in IR?
    Ultimately, although I can configure my Apex to use "BI Publisher" installation to create my PDF outputs from "Classic Reports", I couldn't do from IR.
    Seeking Answers For:
    1. Why PDF output of the IR report produces 0k file (and so blank report) when the screen displays records? This is common in my project as well as in apex.oracle.com. What am I missing?
    2. How to get rid of "ORA-06512: at "FLOWS_030100.WWV_FLOW_RENDER_QUERY", line 636"?
    3. Is there patch for this conflict between links accessing the "Print Attributes" pages (P774 and P960) as explained in the "Steps" above.

    Hello,
    The error
    2. How to get rid of "ORA-06512: at"FLOWS_030100.WWV_FLOW_RENDER_QUERY", line 636"?you can also find in the new features application. I wrote a post about that some days ago:
    Bug in New Features Application?
    Had some trouble to get the PDF print working, too. Printing works fine for standard reports, but for interactive report I am not able to get it working. Sometimes I am getting only blank pages (and no file) and sometimes I am getting PDF's which just contain an internal 500 error. Some details are in this thread: Print Interactive Reports does not work
    Maybe that's related to the error of kkkannan74.
    Regards, Tine.

  • Bug 769476 - sync from Mobile Firefox (smartphone or tablet) will disorganize the order of bookmarks on desktop

    Hello,
    Normally, I've been using Firefox sync on desktops (home and at work, all running on Arch Linux and one Windows desktop) until now only, without any bigger problems.
    I've bought an tablet last week (Nexus 7, with Android 4.2 after update).
    After I installed the Mobile Firefox (version 18 was just fresh) onto the tablet, have linked via my account to the sync.
    After initial sync finished, I noticed first disorder of my bookmarks on my desktop, without knowing more about the source of the problem at first.
    Have been observing and performing various tests the last days, and have come to an conclusion, that the source of this is the Mobile Firefox on my tablet.
    Every time I had to restore (fortunatelly I'm performing backups of these) my bookmarks on my desktop to regain the order I want.
    I have to disable the sync on the Mobile Firefox in order to stop this bookmarks disorganization.
    Afterwards, the problem of bookmarks disorder on my desktops is gone, just until I reenable the sync on Mobile Firefox, then it gets broken again.
    By disorder/disorganization of bookmarks I mean this:
    1. normal working status as desired when Mobile Firefox ain't synchronizing:
    A
    B
    C
    D
    E
    F
    2. broken status after Mobile Firefox sync. enabled (the order may change randomly):
    A
    C
    E
    F
    D
    B
    -- but on the tablet's Mobile Firefox, the bookmarks order is being held as far as I've noticed.
    I've already tried to clear my entire Mobile Firefox profile, in order to get rid of all Mobile Firefox settings and bookmars, to start on the tablet with a clean shield. Haven't helped, it always breaks the bookmarks order on the desktops again once newly reconnected via sync.
    Unfortunatelly, I don't have no other tablet device at hand to test in elsewhere, thus to confirm or deny, whether this is lonely problem on my table only, or a globale Mobile Firefox problem.
    Is this some sort of Mobile Firefox bug?
    Any other ideas about what to check/change in order to fix this problem?
    Thanks in advance for any help.
    ---- update 20130115 ---
    Have just tried to enable the sync even on my smartphone (HTC Desire S, Android 2.3.6), where I used the Mobile Firefox sync before, but have disabled the sync few weeks ago (that time using ver. 17), as the Mobile Firefox started to trigger the sync very often with these new versions, and with one core CPU smarphone, it always took quite long to finish.
    Since then, I was forced to perform Factory Reset due to some another unrelated problem.
    Afterwards, new version 18 was released, I still wansn't using the sync on the smartphone.
    But after I opened this question, just to test it I've reenabled the sync on the smartphone (having already ver.18 installed), waited for the sync to finish on both, smartphone first, following on the desktop, and what a surprise, the bookmarks order did screw up again.
    Thus, it's not just my tablet affected, but smartphone is as well.
    Now just to differentiate, whether perhaps my sync account with my data is broken somehow, or if the Mobile Firefox sync is indeed the the reason even globaly, not just with me?
    But how to differentiate it?
    Shall I perhaps open an bug at the bugzilla.mozilla.org ?
    have just discovered, that bug already reported https://bugzilla.mozilla.org/show_bug.cgi?id=769476

    Windows 7, Linux, and Android each sort Alpha-Numeric strings differently.
    Linux ignores beginning spaces and symbols.

  • Interactive Report Attributes: Missing a column?

    This is for Application Express 3.2.1.00.12
    I'm working on a report with the columns pulled in a SQL statement in the Region Definition section of the Interactive Report Attributes screen. We want to alter the column names so they are more user friendly, so on the Report Attributes tab, I'm looking for the column name we wish to alter, but it is not showing up. Now, in the final report, the column is visible with the header from the name of the column from the database, so the system is aware of the column and can display it, but for some reason we can't see it in the Report Attributes tab.
    Why would a column be invisible or inaccessible in the Report Attributes tab? There are 100 columns displayed in the Report Attributes: Column Attributes section. Is that the reason I'm missing some columns; 100 is a hard column limit on that page?
    Thanks in advance for all help you can provide.
    Matthew Nagler
    Edited by: user13579247 on Jul 20, 2011 10:45 AM
    Edited by: user13579247 on Jul 20, 2011 12:20 PM

    Hi,
    You are almost right place. You need click icon before 100th column name, order to go screen where you can edit column attributes.
    In that screen right top is buttons (Cancle, Apply, < and >)
    Regards,
    Jari
    Edited by: jarola on Jul 21, 2011 5:43 PM
    It might documentation guides you to right screen
    http://download.oracle.com/docs/cd/E14373_01/appdev.32/e11838/app_comp.htm#sthref978
    >
    To access Column Attributes:
    1. On the Workspace home page, click the Application Builder icon.
    2. Select the application.
    3. Select a page. The Page Definition appears.
    4. Under Regions, click Interactive Report next to the name of the report region you want to edit.
    The Interactive Report Attributes page appears with the Column Attributes section at the top of the page.
    5. To access the Column Attributes page, click the Edit icon next to the appropriate column Alias.
    >
    Edited by: jarola on Jul 21, 2011 5:44 PM

  • Error while updating report attributes

    Hi,
    Iam getting following error "ORA-20001: Error in DML: p_rowid=181637527721463144, p_alt_rowid=ID, p_rowid2=, p_alt_rowid2=. ORA-20001: Current version of data in database has changed since user initiated update process. current checksum = "1D70D6D762BFFA5EC9EC5245BE450B5B" application checksum = "0"".
    when iam trying to change maximum row count in report attributes and click apply changes .Not understanding whatz the problem .Please help.

    What is your version of Application Express and what is the Edition of your database and what is your database version? Three questions.
    When you try this on apex.oracle.com does it fail?
    Scott

  • Sorting images mislabeled in Report Attributes?

    I added some custom images in the Sorting section of the Report Attributes. When I ran the report the images displayed were opposite of what I expected (i.e. the descending image displayed for an ascending sort and vice versa.) Upon further investigation it appears that the labels in the Sorting section are indeed reversed. The descending image is displayed when the sort order is ascending and vice versa. Is this a bug?

    Erik,
    Thanks, this explains it. By specifying the request as part of your URL you run into the recently uncovered issue. The request you're setting is REMFROMLIST and ADD2LIST. You probably either have links that include those requests or you have branches where you specify them. Either way, in order to get reports sorting to work, you'll have to make sure that the request strings are not part of your URL. This is a work-around and the upcoming HTML DB patch release will solve this issue.
    One way of avoiding this is to have computations on the previous pages that set a napplication level or page level item to the REMFROMLIST and ADD2LIST values and then you can use those items for your conditions that are currently evaluating those strings.
    Hope this helps and sorry for the inconvenience,
    Marc

  • Download in Interactive Report Attributes

    Hi, all --
    I am using APEX 3.1. In the Interactive Report Attributes, I added the filename: status.csv. I apply the change, but I don't see any change on the page. I was expecting a link at the bottom of the report to invoke the download. If my expectation is wrong, how do I invoke the download?
    Thanks,
    Yivon

    The Gear Icon is the Actions Menu. To see the Download function, you need to have it enabled. Edit your page, click on Interactive Report, scroll down to the Search Bar region and make sure that 'Download' is checked. For more information about how to develop IRRs, check out this OBE - http://www.oracle.com/technology/obe/apex/apex31nf/apex31irr.htm I would also suggest that you run your IRR and select Help from the Actions Menu - that will explain about what each option does.
    -- Sharon

  • SQL Report Display Error when change LOVs In Report Attribute.

    Dear Friend,
    i have created SQL Report .Now In Agent Name Column ,Agent_code is Display .
    i want to display Agemt Name In to Agent_CODE Column so i have change in Report Attribute-->edit column AGENT_CODE-->Tabular Form Element-->Display As text (Based on LOV,Does not save state) -->List of Values -->Agent_name
    Apply Changes .
    Then it show me Below Error in Report
    report error:
    ORA-20001: Error fetching column value: ORA-06502: PL/SQL: numeric or value error: character string buffer too smallHow to resolve it?
    Thanks
    Edited by: Vedant on Sep 5, 2011 10:06 PM

    Dear Jari,
    yes i am not using Named LOV ,
    i am follow
    Report Attribute-->Tabular Form Element-->Display As text (Based on LOV,Does not save state) -->List of Values -->Agent_nameThen Show me Error.
    thanks
    Edited by: Vedant on Sep 6, 2011 1:37 AM

  • Mapping Report Attributes to Substitution Variables

    Is there somewhere in the documentation that defines what fields on the Report Attributes tab map to which Substitution Variables in the Report Template?

    Hi,
    Copying from the documentation:
    Report column templates provide you with control over the results of a row from a SQL query. This type of template defines a cell, not an entire row.
    Each report template identifies column names using the syntax #1#, #2#, #3#, and so on. You can also name columns using column name substitution syntax such as #ENAME# or #EMPNO#. You can reference any item from your application within your template. For example, to reference an item called ABC. in your template, you could include the exact substitution string &ABC.. The actual value of ABC. would be provided by an end user editing an item in your application named ABC.
    You can read more here: 13.2 Customizing Templates.
    Thank you,
    Erick

  • Bug: Print to pdf from Firefox 5 and Chrome 12 results in crash. What to do?

    Bug: Print to pdf from Firefox 5 and Chrome 12 results in crash. What to do?
    After installing Lion, my usual repeated work task involves saving pdf copies of work documents via print/save to pdf. This now causes both Firefox 5 and Chrome to crash resulting in starting the process over from scratch! Have yet to experiment with Safari.
    Anyone having this problem? I had a few other general and unusual browser crashes, but do not remember the circumstances.

    Process:         Safari [4336]
    Path:            /Applications/Safari.app/Contents/MacOS/Safari
    Identifier:      com.apple.Safari
    Version:         5.1 (7534.48.3)
    Build Info:      WebBrowser-7534048003000000~1
    Code Type:       X86-64 (Native)
    Parent Process:  launchd [181]
    Date/Time:       2011-08-03 04:33:26.254 -0700
    OS Version:      Mac OS X 10.7 (11A511)
    Report Version:  9
    Interval Since Last Report:          445902 sec
    Crashes Since Last Report:           11
    Per-App Interval Since Last Report:  852863 sec
    Per-App Crashes Since Last Report:   4
    Anonymous UUID:                      19696FB2-9A65-41B7-9035-29145829CC7B
    Crashed Thread:  0  Dispatch queue: com.apple.main-thread
    Exception Type:  EXC_BAD_ACCESS (SIGSEGV)
    Exception Codes: KERN_INVALID_ADDRESS at 0x00000000686838ef
    VM Regions Near 0x686838ef:
    -->
        __TEXT                 0000000108a7e000-0000000108a7f000 [    4K] r-x/rwx SM=COW  /Applications/Safari.app/Contents/MacOS/Safari
    Application Specific Information:
    objc[4336]: garbage collection is OFF
    Performing @selector(doSaveAsPDF:) from sender NSMenuItem 0x7fc065be37d0
    Thread 0 Crashed:: Dispatch queue: com.apple.main-thread
    0   com.apple.DesktopServices               0x00007fff9266a4c6 TNodePtr::operator=(TNodePtr const&) + 32
    1   com.apple.DesktopServices               0x00007fff9266d242 TNode::FindChild(TUString const&) const + 824
    2   com.apple.DesktopServices               0x00007fff9269aa07 TNode::GetNodeFromPathName(TPathName const&, TNodePtr&, unsigned int) + 209
    3   com.apple.DesktopServices               0x00007fff92679324 TNode::GetNodeFromURL(__CFURL const* const&, TNodePtr&, unsigned int) + 1738
    4   com.apple.DesktopServices               0x00007fff92678b58 NodeCopyFromURL + 72
    5   com.apple.FinderKit                     0x00007fff8a81c205 TFENode::TFENode(TString const&, long, unsigned int) + 109
    6   com.apple.FinderKit                     0x00007fff8a8296fd TFENodeFactory::TFENodeFactory() + 617
    7   com.apple.FinderKit                     0x00007fff8a82939c TFENodeFactory::Initialize() + 28
    8   com.apple.FinderKit                     0x00007fff8a961ed1 +[FIFinderViewGutsController initializeCounted] + 71
    9   com.apple.FinderKit                     0x00007fff8a96b070 -[FIFinderView _commonFinderViewInit] + 31
    10  com.apple.FinderKit                     0x00007fff8a96b1e7 -[FIFinderView initWithFrame:] + 111
    11  com.apple.AppKit                        0x00007fff93c2b787 -[NSNavFinderViewFileBrowser initWithFrame:] + 189
    12  com.apple.AppKit                        0x00007fff93c223d7 _NSNavFileBrowserWithFinderKit + 130
    13  com.apple.AppKit                        0x00007fff9391282c -[NSSavePanel(NSSavePanelLayout) _makeFileBrowserView] + 79
    14  com.apple.AppKit                        0x00007fff93910f03 -[NSSavePanel(NSSavePanelLayout) _setupFileBrowserView] + 155
    15  com.apple.AppKit                        0x00007fff93912dfe -[NSSavePanel(NSSavePanelLayout) _initContentView] + 1282
    16  com.apple.AppKit                        0x00007fff9390f7e5 -[NSSavePanel initWithContentRect:styleMask:backing:defer:] + 320
    17  com.apple.AppKit                        0x00007fff93909793 +[NSSavePanel _crunchyRawUnbonedPanel] + 207
    18  com.apple.AppKit                        0x00007fff939096c2 +[NSSavePanel savePanel] + 18
    19  com.apple.print.framework.Print.Private          0x000000010d1813c9 AskUserForFile + 152
    20  com.apple.print.framework.Print.Private          0x000000010d18ad27 0x10d171000 + 105767
    21  com.apple.print.framework.Print.Private          0x000000010d18f598 0x10d171000 + 124312
    22  com.apple.CoreFoundation                0x00007fff94aa411d -[NSObject performSelector:withObject:] + 61
    23  com.apple.AppKit                        0x00007fff934da852 -[NSApplication sendAction:to:from:] + 139
    24  com.apple.Safari.framework              0x00007fff8e1d84d7 -[BrowserApplication sendAction:to:from:] + 80
    25  com.apple.AppKit                        0x00007fff935c734f -[NSMenuItem _corePerformAction] + 399
    26  com.apple.AppKit                        0x00007fff935c7086 -[NSCarbonMenuImpl performActionWithHighlightingForItemAtIndex:] + 125
    27  com.apple.AppKit                        0x00007fff93862e9c -[NSMenu _internalPerformActionForItemAtIndex:] + 38
    28  com.apple.AppKit                        0x00007fff936f53f1 -[NSCarbonMenuImpl _carbonCommandProcessEvent:handlerCallRef:] + 138
    29  com.apple.AppKit                        0x00007fff935410bf NSSLMMenuEventHandler + 339
    30  com.apple.HIToolbox                     0x00007fff88dbb8ec _ZL23DispatchEventToHandlersP14EventTargetRecP14OpaqueEventRefP14HandlerCallRec + 1263
    31  com.apple.HIToolbox                     0x00007fff88dbaef8 _ZL30SendEventToEventTargetInternalP14OpaqueEventRefP20OpaqueEventTargetRefP14H andlerCallRec + 446
    32  com.apple.HIToolbox                     0x00007fff88dd1d03 SendEventToEventTarget + 76
    33  com.apple.HIToolbox                     0x00007fff88e18249 _ZL18SendHICommandEventjPK9HICommandjjhPKvP20OpaqueEventTargetRefS5_PP14OpaqueE ventRef + 398
    34  com.apple.HIToolbox                     0x00007fff88eff0f1 SendMenuCommandWithContextAndModifiers + 56
    35  com.apple.HIToolbox                     0x00007fff88f455e1 SendMenuItemSelectedEvent + 253
    36  com.apple.HIToolbox                     0x00007fff88e1132d _ZL19FinishMenuSelectionP13SelectionDataP10MenuResultS2_ + 101
    37  com.apple.HIToolbox                     0x00007fff88f3dfed _ZL19PopUpMenuSelectCoreP8MenuData5PointdS1_tjPK4RecttjS4_S4_PK10__CFStringPP13 OpaqueMenuRefPt + 1660
    38  com.apple.HIToolbox                     0x00007fff88f3e2ac _HandlePopUpMenuSelection7 + 621
    39  com.apple.AppKit                        0x00007fff936f80bd _NSSLMPopUpCarbonMenu3 + 3860
    40  com.apple.AppKit                        0x00007fff93a9f02e _NSPopUpCarbonMenu3 + 39
    41  com.apple.AppKit                        0x00007fff936f6222 -[NSCarbonMenuImpl popUpMenu:atLocation:width:forView:withSelectedItem:withFont:withFlags:withOpti ons:] + 322
    42  com.apple.AppKit                        0x00007fff938d3b41 -[NSPopUpButtonCell trackMouse:inRect:ofView:untilMouseUp:] + 564
    43  com.apple.AppKit                        0x00007fff934d8786 -[NSControl mouseDown:] + 786
    44  com.apple.AppKit                        0x00007fff934a366e -[NSWindow sendEvent:] + 6280
    45  com.apple.AppKit                        0x00007fff9343bf19 -[NSApplication sendEvent:] + 5665
    46  com.apple.Safari.framework              0x00007fff8e1d847a -[BrowserApplication sendEvent:] + 822
    47  com.apple.AppKit                        0x00007fff933d242b -[NSApplication run] + 548
    48  com.apple.AppKit                        0x00007fff9365052a NSApplicationMain + 867
    49  com.apple.Safari.framework              0x00007fff8e38a725 SafariMain + 197
    50  com.apple.Safari                        0x0000000108a7ef24 0x108a7e000 + 3876
    Thread 1:: Dispatch queue: com.apple.libdispatch-manager
    0   libsystem_kernel.dylib                  0x00007fff8abcf7e6 kevent + 10
    1   libdispatch.dylib                       0x00007fff910d760e _dispatch_mgr_invoke + 923
    2   libdispatch.dylib                       0x00007fff910d619e _dispatch_mgr_thread + 54
    Thread 2:: Dispatch queue: Query work queue
    0   libsystem_kernel.dylib                  0x00007fff8abcebca __psynch_cvwait + 10
    1   libsystem_c.dylib                       0x00007fff8e6c1274 _pthread_cond_wait + 840
    2   com.apple.Metadata                      0x00007fff94c058c6 _pushNotification + 464
    3   com.apple.Metadata                      0x00007fff94c05c24 processUpdatesLocked + 111
    4   com.apple.Metadata                      0x00007fff94c0841b tryProcessUpdates + 250
    5   com.apple.Metadata                      0x00007fff94c0830d __deferProcessUpdates_block_invoke_2 + 54
    6   libdispatch.dylib                       0x00007fff910da2f1 _dispatch_source_invoke + 614
    7   libdispatch.dylib                       0x00007fff910d6fc7 _dispatch_queue_invoke + 71
    8   libdispatch.dylib                       0x00007fff910d7124 _dispatch_queue_drain + 210
    9   libdispatch.dylib                       0x00007fff910d6fb6 _dispatch_queue_invoke + 54
    10  libdispatch.dylib                       0x00007fff910d67b0 _dispatch_worker_thread2 + 198
    11  libsystem_c.dylib                       0x00007fff8e6bf3da _pthread_wqthread + 316
    12  libsystem_c.dylib                       0x00007fff8e6c0b85 start_wqthread + 13
    Thread 3:: WebCore: IconDatabase
    0   libsystem_kernel.dylib                  0x00007fff8abcebca __psynch_cvwait + 10
    1   libsystem_c.dylib                       0x00007fff8e6c1274 _pthread_cond_wait + 840
    2   com.apple.WebCore                       0x00007fff8c91bda5 WebCore::IconDatabase::syncThreadMainLoop() + 375
    3   com.apple.WebCore                       0x00007fff8c91971d WebCore::IconDatabase::iconDatabaseSyncThread() + 489
    4   com.apple.WebCore                       0x00007fff8c91952b WebCore::IconDatabase::iconDatabaseSyncThreadStart(void*) + 9
    5   libsystem_c.dylib                       0x00007fff8e6bd8bf _pthread_start + 335
    6   libsystem_c.dylib                       0x00007fff8e6c0b75 thread_start + 13
    Thread 4:: CoreAnimation render server
    0   libsystem_kernel.dylib                  0x00007fff8abcd67a mach_msg_trap + 10
    1   libsystem_kernel.dylib                  0x00007fff8abccd71 mach_msg + 73
    2   com.apple.QuartzCore                    0x00007fff910e5ce9 CA::Render::Server::server_thread(void*) + 184
    3   com.apple.QuartzCore                    0x00007fff910e5c29 thread_fun + 24
    4   libsystem_c.dylib                       0x00007fff8e6bd8bf _pthread_start + 335
    5   libsystem_c.dylib                       0x00007fff8e6c0b75 thread_start + 13
    Thread 5:: Dispatch queue: TFSVolumeInfo::GetSyncGCDQueue
    0   libsystem_kernel.dylib                  0x00007fff8abceafa __open_nocancel + 10
    1   libsystem_c.dylib                       0x00007fff8e681f7a fopen + 80
    2   com.apple.DesktopServices               0x00007fff926d2cd3 TFSVolumeInfo::GetHiddenList() + 175
    3   com.apple.DesktopServices               0x00007fff926d2549 TFSVolumeInfo::Initialize(TCountedPtr<TVolumeSyncThread> const&, short, unsigned char, bool&) + 1459
    4   com.apple.DesktopServices               0x00007fff926d3c75 TFSVolumeInfo::AddVolume(TCountedPtr<TVolumeSyncThread> const&, short, unsigned char, TCountedPtr<TFSVolumeInfo>&, bool&) + 129
    5   com.apple.DesktopServices               0x00007fff926a3078 TNode::AddVolume(TCountedPtr<TVolumeSyncThread> const&, short, unsigned char, TNodePtr&) + 126
    6   com.apple.DesktopServices               0x00007fff926abf6c TNode::SynchronizeVolumes(bool, TCountedPtr<TVolumeSyncThread> const&) + 502
    7   com.apple.DesktopServices               0x00007fff926ac83e TNode::HandleNodeRequest(TCountedPtr<TNodeTask> const&, TCountedPtr<TVolumeSyncThread> const&) + 894
    8   com.apple.DesktopServices               0x00007fff926d195a __PostNodeTaskRequest_block_invoke_08 + 82
    9   com.apple.DesktopServices               0x00007fff926e51b8 ExceptionSafeBlock(void ( block_pointer)()) + 15
    10  com.apple.DesktopServices               0x00007fff926d1902 __PostNodeTaskRequest_block_invoke_0 + 88
    11  libdispatch.dylib                       0x00007fff910d590a _dispatch_call_block_and_release + 18
    12  libdispatch.dylib                       0x00007fff910d715a _dispatch_queue_drain + 264
    13  libdispatch.dylib                       0x00007fff910d6fb6 _dispatch_queue_invoke + 54
    14  libdispatch.dylib                       0x00007fff910d67b0 _dispatch_worker_thread2 + 198
    15  libsystem_c.dylib                       0x00007fff8e6bf3da _pthread_wqthread + 316
    16  libsystem_c.dylib                       0x00007fff8e6c0b85 start_wqthread + 13
    Thread 6:
    0   libsystem_kernel.dylib                  0x00007fff8abcf192 __workq_kernreturn + 10
    1   libsystem_c.dylib                       0x00007fff8e6bf594 _pthread_wqthread + 758
    2   libsystem_c.dylib                       0x00007fff8e6c0b85 start_wqthread + 13
    Thread 7:: Safari: SafeBrowsingManager
    0   libsystem_kernel.dylib                  0x00007fff8abcd67a mach_msg_trap + 10
    1   libsystem_kernel.dylib                  0x00007fff8abccd71 mach_msg + 73
    2   com.apple.CoreFoundation                0x00007fff94a4129c __CFRunLoopServiceMachPort + 188
    3   com.apple.CoreFoundation                0x00007fff94a49a04 __CFRunLoopRun + 1204
    4   com.apple.CoreFoundation                0x00007fff94a49216 CFRunLoopRunSpecific + 230
    5   com.apple.Safari.framework              0x00007fff8e345147 Safari::MessageRunLoop::threadBody() + 163
    6   com.apple.Safari.framework              0x00007fff8e34509f Safari::MessageRunLoop::threadCallback(void*) + 9
    7   libsystem_c.dylib                       0x00007fff8e6bd8bf _pthread_start + 335
    8   libsystem_c.dylib                       0x00007fff8e6c0b75 thread_start + 13
    Thread 8:: Safari: SnapshotStore
    0   libsystem_kernel.dylib                  0x00007fff8abcebca __psynch_cvwait + 10
    1   libsystem_c.dylib                       0x00007fff8e6c1274 _pthread_cond_wait + 840
    2   com.apple.JavaScriptCore                0x00007fff8ae1cba0 ***::ThreadCondition::timedWait(***::Mutex&, double) + 64
    3   com.apple.Safari.framework              0x00007fff8e3bc03f Safari::MessageQueue<***::RefPtr<Safari::SnapshotStore::DiskAccessMessage> >::waitForMessage(***::RefPtr<Safari::SnapshotStore::DiskAccessMessage>&) + 125
    4   com.apple.Safari.framework              0x00007fff8e3b97bb Safari::SnapshotStore::diskAccessThreadBody() + 305
    5   com.apple.Safari.framework              0x00007fff8e3b918b Safari::SnapshotStore::diskAccessThreadCallback(void*) + 9
    6   libsystem_c.dylib                       0x00007fff8e6bd8bf _pthread_start + 335
    7   libsystem_c.dylib                       0x00007fff8e6c0b75 thread_start + 13
    Thread 9:
    0   libsystem_kernel.dylib                  0x00007fff8abcf192 __workq_kernreturn + 10
    1   libsystem_c.dylib                       0x00007fff8e6bf594 _pthread_wqthread + 758
    2   libsystem_c.dylib                       0x00007fff8e6c0b85 start_wqthread + 13
    Thread 10:: com.apple.appkit-heartbeat
    0   libsystem_kernel.dylib                  0x00007fff8abcee42 __semwait_signal + 10
    1   libsystem_c.dylib                       0x00007fff8e673dea nanosleep + 164
    2   libsystem_c.dylib                       0x00007fff8e673bb5 usleep + 53
    3   com.apple.AppKit                        0x00007fff9360c0b8 -[NSUIHeartBeat _heartBeatThread:] + 1727
    4   com.apple.Foundation                    0x00007fff8edd51ea -[NSThread main] + 68
    5   com.apple.Foundation                    0x00007fff8edd5162 __NSThread__main__ + 1575
    6   libsystem_c.dylib                       0x00007fff8e6bd8bf _pthread_start + 335
    7   libsystem_c.dylib                       0x00007fff8e6c0b75 thread_start + 13
    Thread 11:
    0   libsystem_kernel.dylib                  0x00007fff8abcee06 __select_nocancel + 10
    1   libsystem_info.dylib                    0x00007fff927f2e59 res_send + 3704
    2   libsystem_info.dylib                    0x00007fff927f1544 res_query + 318
    3   com.xerox.opb.print.pde.cocoa.XeroxJobType          0x000000010ceb4a72 mDNS_res_query + 243
    4   com.xerox.opb.print.pde.cocoa.XeroxJobType          0x000000010ceb40be GetPrinterURL + 283
    5   com.xerox.opb.print.pde.cocoa.XeroxJobType          0x000000010ceb01bf -[PrintJobInfo checkPrinterReachability] + 61
    6   com.xerox.opb.print.pde.cocoa.XeroxJobType          0x000000010ceb0126 -[PrintJobInfo queryPrinterThread:] + 39
    7   com.xerox.opb.print.pde.cocoa.XeroxJobType          0x000000010ceb026d -[PrintJobInfo updatePrintJobInfo:] + 140
    8   com.apple.Foundation                    0x00007fff8edd51ea -[NSThread main] + 68
    9   com.apple.Foundation                    0x00007fff8edd5162 __NSThread__main__ + 1575
    10  libsystem_c.dylib                       0x00007fff8e6bd8bf _pthread_start + 335
    11  libsystem_c.dylib                       0x00007fff8e6c0b75 thread_start + 13
    Thread 12:
    0   libsystem_kernel.dylib                  0x00007fff8abcf192 __workq_kernreturn + 10
    1   libsystem_c.dylib                       0x00007fff8e6bf594 _pthread_wqthread + 758
    2   libsystem_c.dylib                       0x00007fff8e6c0b85 start_wqthread + 13
    Thread 0 crashed with X86 Thread State (64-bit):
      rax: 0x0000000000000000  rbx: 0x00007fff6867b7f0  rcx: 0x0000000000000800  rdx: 0x00007fc065407f78
      rdi: 0x00007fff6867b8a8  rsi: 0x00007fff6867b7f0  rbp: 0x00007fff6867b790  rsp: 0x00007fff6867b770
       r8: 0x00007fff6867b6fc   r9: 0x00007fff6867b6f8  r10: 0x0000000000000481  r11: 0x00000000fff7ffff
      r12: 0x00007fff79f4add8  r13: 0x0000000000000100  r14: 0x00000000686838ef  r15: 0x00007fff6867b8a8
      rip: 0x00007fff9266a4c6  rfl: 0x0000000000010202  cr2: 0x00000000686838ef
    Logical CPU: 0
    Binary Images:
           0x108a7e000 -        0x108a7efff  com.apple.Safari (5.1 - 7534.48.3) <C23CF439-A7C3-3A27-A80B-DE92FAF9ADE8> /Applications/Safari.app/Contents/MacOS/Safari
           0x10a283000 -        0x10a286ff7  libCoreFSCache.dylib (??? - ???) <783C2402-CA3F-3D9B-B909-0F251145CF1D> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCoreFSCache .dylib
           0x10c87b000 -        0x10c881fef  libcldcpuengine.dylib (1.50.61 - compatibility 1.0.0) <EAC03E33-595E-3829-8199-479FA5CD9987> /System/Library/Frameworks/OpenCL.framework/Libraries/libcldcpuengine.dylib
           0x10c892000 -        0x10c892ffd +cl_kernels (??? - ???) <04DAF10B-FF2C-4FA2-BE6C-694B5F614D14> cl_kernels
           0x10c894000 -        0x10c927ff7  unorm8_bgra.dylib (1.50.61 - compatibility 1.0.0) <3ED8B0D5-4A55-3E39-8490-B7BC1780F67B> /System/Library/Frameworks/OpenCL.framework/Libraries/ImageFormats/unorm8_bgra. dylib
           0x10c9cc000 -        0x10c9cdff3 +cl_kernels (??? - ???) <152A7299-4135-47F7-81DC-F33DE670168D> cl_kernels
           0x10c9dc000 -        0x10c9ddff3 +cl_kernels (??? - ???) <BF04B153-D3BC-4CCD-BBB5-0E0C3BC83A6E> cl_kernels
           0x10ca38000 -        0x10ca3ffff +com.xerox.opb.print.pde.cocoa.XeroxPaperOptions (2.0.2 - 1.0) <49C7C961-9C73-DEBD-B835-343CB2F08DAA> /Library/Printers/Xerox/PDEs/XeroxPaperOptions.plugin/Contents/MacOS/XeroxPaper Options
           0x10ca49000 -        0x10ca53fff +com.xerox.opb.print.pde.cocoa.XeroxFinishing (2.0.2 - 1.0) <76A94DAE-6CB7-571A-6C11-D53FC6D3A9AF> /Library/Printers/Xerox/PDEs/XeroxFinishing.plugin/Contents/MacOS/XeroxFinishin g
           0x10ca61000 -        0x10ca61ff5 +cl_kernels (??? - ???) <4374DC18-615A-49AD-9604-B17CE339B1BA> cl_kernels
           0x10ca68000 -        0x10ca69ffc +cl_kernels (??? - ???) <C6983950-DA59-45C2-936D-E9E7AE86F8AE> cl_kernels
           0x10cba9000 -        0x10cba9fff +com.symantec.webkitutils.scradditionSL (1.1 - 22) <036410B7-D57D-648F-8527-B177206FECBE> /Library/ScriptingAdditions/SymWebKitUtilsSL.osax/Contents/MacOS/SymWebKitUtils SL
           0x10cbad000 -        0x10cbb6ff5 +com.symantec.webkitutils (1.1.3 - 30) <B3632311-7B6F-7911-6D4C-C310A7985CEF> /Library/PrivateFrameworks/SymWebKitUtils.framework/SymWebKitUtils
           0x10cbc3000 -        0x10cca6fff  libcrypto.0.9.7.dylib (0.9.7 - compatibility 0.9.7) <358B5B40-43B2-3F92-9FD3-DAA68806E1FF> /usr/lib/libcrypto.0.9.7.dylib
           0x10ccfc000 -        0x10cd08fef +com.symantec.webfraud.webkit2 (1.4.4 - 3) <5DF285E9-7C95-1EBB-7F51-589551CF1D6C> /Library/Application Support/Symantec/*/WebFraud.plugin/Contents/MacOS/WebFraud
           0x10cd15000 -        0x10cd43fef +com.symantec.symbase (2.3 - 15) <D426F45C-18B7-EFF4-A392-D64CB90A65C2> /Library/PrivateFrameworks/SymBase.framework/Versions/B/SymBase
           0x10cd63000 -        0x10cd79fea +com.symantec.framework.confidential (1.4 - 4) /Library/PrivateFrameworks/SymConfidential.framework/Versions/A/SymConfidential
           0x10cd86000 -        0x10cda7ffb +com.symantec.sharedsettings.framework (1.3 - 6) /Library/PrivateFrameworks/SymSharedSettings.framework/Versions/A/SymSharedSett ings
           0x10cdba000 -        0x10cdd3ff7 +com.symantec.internetSecurity.framework (1.3.2 - 5) <8F2D8646-E51E-6301-8731-EF0EB6F2A17F> /Library/PrivateFrameworks/SymInternetSecurity.framework/Versions/A/SymInternet Security
           0x10cde4000 -        0x10cdfbfff +com.symantec.SymAppKitAdditions (2.3 - 15) <19FC3229-A1B6-816D-B22E-F43D1EE7185A> /Library/PrivateFrameworks/SymAppKitAdditions.framework/Versions/B/SymAppKitAdd itions
           0x10ceae000 -        0x10cecbfff +com.xerox.opb.print.pde.cocoa.XeroxJobType (2.0.2 - 1.0) <20CCC8AB-9B5C-F97A-D90E-5F4C12E57D5B> /Library/Printers/Xerox/PDEs/XeroxJobType.plugin/Contents/MacOS/XeroxJobType
           0x10d11a000 -        0x10d14eff7  com.apple.printingprivate.framework.PrintingPrivate (7.0 - 68) <7AA400A0-15A9-3991-B9C3-4BBCE2579798> /System/Library/PrivateFrameworks/PrintingPrivate.framework/Versions/A/Printing Private
           0x10d171000 -        0x10d1a8fff  com.apple.print.framework.Print.Private (7.0 - 378) <9EECB9C5-32C3-3CBE-8D9A-82E929A7D69A> /System/Library/PrivateFrameworks/PrintingPrivate.framework/Versions/Current/Pl ugins/PrintCocoaUI.bundle/Contents/MacOS/PrintCocoaUI
           0x10d1c5000 -        0x10d1daff7 +com.xerox.opb.print.pde.cocoa.XeroxImaging (2.0.2 - 1.0) <C2D8C612-D10B-DE08-D264-99D091B4E202> /Library/Printers/Xerox/PDEs/XeroxImaging.plugin/Contents/MacOS/XeroxImaging
           0x10d365000 -        0x10d3a8ff7  com.apple.print.PrintingCocoaPDEs (7.0 - 378) <1F74062E-9981-3A7C-B018-6053AF0C4F42> /System/Library/PrivateFrameworks/PrintingPrivate.framework/Versions/A/Plugins/ PrintingCocoaPDEs.bundle/Contents/MacOS/PrintingCocoaPDEs
        0x7fff6867e000 -     0x7fff686b2ac7  dyld (195.5 - ???) <4A6E2B28-C7A2-3528-ADB7-4076B9836041> /usr/lib/dyld
        0x7fff889b0000 -     0x7fff88a94def  libobjc.A.dylib (228.0.0 - compatibility 1.0.0) <C5F2392D-B481-3A9D-91BE-3D039FFF4DEC> /usr/lib/libobjc.A.dylib
        0x7fff88ad4000 -     0x7fff88ad8ff7  com.apple.CommonPanels (1.2.5 - 94) <0BB2C436-C9D5-380B-86B5-E355A7711259> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CommonPanels. framework/Versions/A/CommonPanels
        0x7fff88b05000 -     0x7fff88c3efef  com.apple.vImage (5.0 - 5.0) <C45D2CBE-FA15-3D13-9E9D-A3BF57B84BBE> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vImage.fr amework/Versions/A/vImage
        0x7fff88c3f000 -     0x7fff88d34fff  libiconv.2.dylib (7.0.0 - compatibility 7.0.0) <5C40E880-0706-378F-B864-3C2BD922D926> /usr/lib/libiconv.2.dylib
        0x7fff88d8a000 -     0x7fff88daeff7  com.apple.Kerberos (1.0 - 1) <2FF2569B-F59A-371E-AF33-66297F512CB3> /System/Library/Frameworks/Kerberos.framework/Versions/A/Kerberos
        0x7fff88daf000 -     0x7fff88db2fff  libCoreVMClient.dylib (??? - ???) <9E9F7B24-567C-3102-909C-219CF2B191FD> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCoreVMClien t.dylib
        0x7fff88db3000 -     0x7fff890d6fff  com.apple.HIToolbox (1.7 - ???) <10FA3432-6638-39D9-8681-9E95298D239E> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HIToolbox.fra mework/Versions/A/HIToolbox
        0x7fff890d7000 -     0x7fff89131fff  com.apple.HIServices (1.9 - ???) <8791E8AA-C034-330D-B2BA-5141154C21CD> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ HIServices.framework/Versions/A/HIServices
        0x7fff89132000 -     0x7fff89237ff7  libFontParser.dylib (??? - ???) <22AADE96-E54D-3918-9DFA-1967F8B21E54> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ATS.framework/Versions/A/Resources/libFontParser.dylib
        0x7fff89238000 -     0x7fff89246ff7  libkxld.dylib (??? - ???) <65BE345D-6618-3D1A-9E2B-255E629646AA> /usr/lib/system/libkxld.dylib
        0x7fff89247000 -     0x7fff89286ff7  libcups.2.dylib (2.9.0 - compatibility 2.0.0) <DE681910-3F7F-3502-9937-AB8008CD281A> /usr/lib/libcups.2.dylib
        0x7fff89287000 -     0x7fff89293fff  com.apple.DirectoryService.Framework (10.7 - 144) <067ACB41-E9B7-3177-9EDE-C188D9B352DC> /System/Library/Frameworks/DirectoryService.framework/Versions/A/DirectoryServi ce
        0x7fff89294000 -     0x7fff89299fff  libGIF.dylib (??? - ???) <21851808-BFD2-3141-8354-A419479726BF> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libGIF.dylib
        0x7fff8929a000 -     0x7fff892d9ff7  libGLImage.dylib (??? - ???) <29F82AD9-45F0-3AC5-A4A4-B767EC555D82> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLImage.dyl ib
        0x7fff89a1e000 -     0x7fff89a4bff7  com.apple.opencl (1.50.62 - 1.50.62) <616ADE61-11D1-3816-A255-3F0F80F2EAC8> /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL
        0x7fff89a9e000 -     0x7fff89b13ff7  libc++.1.dylib (19.0.0 - compatibility 1.0.0) <C0EFFF1B-0FEB-3F99-BE54-506B35B555A9> /usr/lib/libc++.1.dylib
        0x7fff89b14000 -     0x7fff89cbcfff  com.apple.WebKit2 (7534 - 7534.48.3) <9F8CD6D9-3123-3F53-BAC3-D770B0812C25> /System/Library/PrivateFrameworks/WebKit2.framework/Versions/A/WebKit2
        0x7fff89d26000 -     0x7fff89dcafef  com.apple.ink.framework (1.3.2 - 110) <F69DBD44-FEC8-3C14-8131-CC0245DBBD42> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Ink.framework /Versions/A/Ink
        0x7fff89dcb000 -     0x7fff89dd6fff  com.apple.CommonAuth (2.1 - 2.0) <49949286-61FB-3A7F-BF49-0EBA45E2664E> /System/Library/PrivateFrameworks/CommonAuth.framework/Versions/A/CommonAuth
        0x7fff89ddd000 -     0x7fff89e08ff7  libxslt.1.dylib (3.24.0 - compatibility 3.0.0) <8051A3FC-7385-3EA9-9634-78FC616C3E94> /usr/lib/libxslt.1.dylib
        0x7fff89e09000 -     0x7fff89e14ff7  libc++abi.dylib (14.0.0 - compatibility 1.0.0) <8FF3D766-D678-36F6-84AC-423C878E6D14> /usr/lib/libc++abi.dylib
        0x7fff89e15000 -     0x7fff8a3f9faf  libBLAS.dylib (??? - ???) <D62D6A48-5C7A-3ED6-875D-AA3C2C5BF791> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libBLAS.dylib
        0x7fff8a3fa000 -     0x7fff8a411fff  com.apple.CFOpenDirectory (10.7 - 144) <9709423E-8484-3B26-AAE8-EF58D1B8FB3F> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/Frameworks/CFOpen Directory.framework/Versions/A/CFOpenDirectory
        0x7fff8a412000 -     0x7fff8a42fff7  libxpc.dylib (77.16.0 - compatibility 1.0.0) <0A4B4775-29A9-30D6-956B-3BE1DBF98090> /usr/lib/system/libxpc.dylib
        0x7fff8a430000 -     0x7fff8a492ff7  com.apple.coreui (0.3 - 162) <A752F9D0-1CAE-340F-B2D2-95EEF242B301> /System/Library/PrivateFrameworks/CoreUI.framework/Versions/A/CoreUI
        0x7fff8a4bb000 -     0x7fff8a4bbfff  com.apple.Accelerate.vecLib (3.7 - vecLib 3.7) <4CC14F7C-BCA7-3CAC-BEC9-B06576E5A15B> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/vecLib
        0x7fff8a4bc000 -     0x7fff8a4d9ff7  com.apple.openscripting (1.3.3 - ???) <A64205E6-D3C5-3E12-B1A0-72243151AF7D> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/OpenScripting .framework/Versions/A/OpenScripting
        0x7fff8a4da000 -     0x7fff8a4dbfff  libDiagnosticMessagesClient.dylib (??? - ???) <3DCF577B-F126-302B-BCE2-4DB9A95B8598> /usr/lib/libDiagnosticMessagesClient.dylib
        0x7fff8a4ec000 -     0x7fff8a534fff  com.apple.framework.CoreWLAN (2.0 - 200.46) <04AFD988-DDFB-330D-B042-C1EB2826A0CC> /System/Library/Frameworks/CoreWLAN.framework/Versions/A/CoreWLAN
        0x7fff8a535000 -     0x7fff8a637ff7  com.apple.PubSub (1.0.5 - 65.28) <D971543B-C9BE-3C58-8453-B3C69E2D2A6F> /System/Library/Frameworks/PubSub.framework/Versions/A/PubSub
        0x7fff8a638000 -     0x7fff8a71ffff  com.apple.backup.framework (1.3 - 1.3) <C7F0B3B6-EAC1-3445-A705-E9F18A45D01D> /System/Library/PrivateFrameworks/Backup.framework/Versions/A/Backup
        0x7fff8a720000 -     0x7fff8a72aff7  liblaunch.dylib (392.18.0 - compatibility 1.0.0) <39EF04F2-7F0C-3435-B785-BF283727FFBD> /usr/lib/system/liblaunch.dylib
        0x7fff8a72b000 -     0x7fff8a734fff  libnotify.dylib (80.0.0 - compatibility 1.0.0) <BD08553D-8088-38A8-8007-CF5C0B8F0404> /usr/lib/system/libnotify.dylib
        0x7fff8a735000 -     0x7fff8a73bfff  com.apple.DiskArbitration (2.4 - 2.4) <5185FEA6-92CA-3CAA-8442-BD71DBC64AFD> /System/Library/Frameworks/DiskArbitration.framework/Versions/A/DiskArbitration
        0x7fff8a73c000 -     0x7fff8a73dfff  libsystem_sandbox.dylib (??? - ???) <8D14139B-B671-35F4-9E5A-023B4C523C38> /usr/lib/system/libsystem_sandbox.dylib
        0x7fff8a73e000 -     0x7fff8a73efff  com.apple.ApplicationServices (41 - 41) <03F3FA8F-8D2A-3AB6-A8E3-40B001116339> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Application Services
        0x7fff8a73f000 -     0x7fff8a742fff  com.apple.AppleSystemInfo (1.0 - 1) <598ADC13-C994-3579-A885-0D6658DDD564> /System/Library/PrivateFrameworks/AppleSystemInfo.framework/Versions/A/AppleSys temInfo
        0x7fff8a775000 -     0x7fff8a77afff  libcompiler_rt.dylib (6.0.0 - compatibility 1.0.0) <98ECD5F6-E85C-32A5-98CD-8911230CB66A> /usr/lib/system/libcompiler_rt.dylib
        0x7fff8a77b000 -     0x7fff8a7c6fff  com.apple.SystemConfiguration (1.11 - 1.11) <0B02FEC4-C36E-32CB-8004-2214B6793AE8> /System/Library/Frameworks/SystemConfiguration.framework/Versions/A/SystemConfi guration
        0x7fff8a7c7000 -     0x7fff8ab14ff7  com.apple.FinderKit (1.0 - 1) <906BCBF7-CBE6-36D2-A183-4980E73CA5EF> /System/Library/PrivateFrameworks/FinderKit.framework/Versions/A/FinderKit
        0x7fff8ab15000 -     0x7fff8ab19fff  libCGXType.A.dylib (600.0.0 - compatibility 64.0.0) <5EEAD17D-006C-3855-8093-C7A4A97EE0D0> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libCGXType.A.dylib
        0x7fff8ab1a000 -     0x7fff8ab2ffff  com.apple.FileSync.framework (6.0 - 432) <7DF40003-7A8A-3C42-AC26-FCA0A0DFEE17> /System/Library/PrivateFrameworks/FileSync.framework/Versions/A/FileSync
        0x7fff8ab30000 -     0x7fff8ab38fff  libsystem_dnssd.dylib (??? - ???) <7749128E-D0C5-3832-861C-BC9913F774FA> /usr/lib/system/libsystem_dnssd.dylib
        0x7fff8ab39000 -     0x7fff8ab78fff  com.apple.AE (527.6 - 527.6) <6F8DF9EF-3250-3B7F-8841-FCAD8E323954> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/AE.fram ework/Versions/A/AE
        0x7fff8ab79000 -     0x7fff8ab7bfff  libCVMSPluginSupport.dylib (??? - ???) <2D21E6BE-CB20-3F76-8DCC-1CB0660A8A5B> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCVMSPluginS upport.dylib
        0x7fff8ab7c000 -     0x7fff8abb7fff  com.apple.LDAPFramework (3.0 - 120.1) <0C23534F-A8E7-3144-B2B2-50F9875101E2> /System/Library/Frameworks/LDAP.framework/Versions/A/LDAP
        0x7fff8abb8000 -     0x7fff8abd8fff  libsystem_kernel.dylib (1699.22.73 - compatibility 1.0.0) <69F2F501-72D8-3B3B-8357-F4418B3E1348> /usr/lib/system/libsystem_kernel.dylib
        0x7fff8abd9000 -     0x7fff8ac1afff  com.apple.QD (3.12 - ???) <4F3C5629-97C7-3E55-AF3C-ACC524929DA2> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ QD.framework/Versions/A/QD
        0x7fff8ac1b000 -     0x7fff8ad74ff7  com.apple.audio.toolbox.AudioToolbox (1.7 - 1.7) <296F10D0-A871-39C1-B8B2-9200AB12B5AF> /System/Library/Frameworks/AudioToolbox.framework/Versions/A/AudioToolbox
        0x7fff8ad75000 -     0x7fff8ada2fe7  libSystem.B.dylib (159.0.0 - compatibility 1.0.0) <7B4D685D-939C-3ABE-8780-77A1889E0DE9> /usr/lib/libSystem.B.dylib
        0x7fff8add2000 -     0x7fff8ade0fff  com.apple.NetAuth (1.0 - 3.0) <F384FFFD-70F6-3B1C-A886-F5B446E456E7> /System/Library/PrivateFrameworks/NetAuth.framework/Versions/A/NetAuth
        0x7fff8ae12000 -     0x7fff8b01ffff  com.apple.JavaScriptCore (7534 - 7534.48) <99B60407-592A-3DDC-A3D0-86578B92B3F8> /System/Library/Frameworks/JavaScriptCore.framework/Versions/A/JavaScriptCore
        0x7fff8b02c000 -     0x7fff8b039fff  libCSync.A.dylib (600.0.0 - compatibility 64.0.0) <931F40EB-CA75-3A90-AC97-4DB8E210BC76> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libCSync.A.dylib
        0x7fff8b040000 -     0x7fff8b092ff7  libGLU.dylib (??? - ???) <C3CE8BA0-470F-3BCE-B17C-A31E70E035F2> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLU.dylib
        0x7fff8b093000 -     0x7fff8b097fff  libmathCommon.A.dylib (2026.0.0 - compatibility 1.0.0) <FF83AFF7-42B2-306E-90AF-D539C51A4542> /usr/lib/system/libmathCommon.A.dylib
        0x7fff8b098000 -     0x7fff8b09aff7  com.apple.print.framework.Print (7.0 - 247) <579D7E49-A7F4-3C41-9434-3114B8A9B96C> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Print.framewo rk/Versions/A/Print
        0x7fff8b0e8000 -     0x7fff8b0f4fff  com.apple.CrashReporterSupport (10.7 - 343) <89EFF4A7-D064-3CAE-9BFC-285EE9033197> /System/Library/PrivateFrameworks/CrashReporterSupport.framework/Versions/A/Cra shReporterSupport
        0x7fff8b0f5000 -     0x7fff8b0f6ff7  libremovefile.dylib (21.0.0 - compatibility 1.0.0) <C6C49FB7-1892-32E4-86B5-25AD165131AA> /usr/lib/system/libremovefile.dylib
        0x7fff8b0f7000 -     0x7fff8b14bff7  com.apple.ImageCaptureCore (3.0 - 3.0) <C829E6A3-3EB6-3E1C-B9B8-759F56E34D3A> /System/Library/Frameworks/ImageCaptureCore.framework/Versions/A/ImageCaptureCo re
        0x7fff8b14c000 -     0x7fff8b19aff7  libauto.dylib (??? - ???) <F0004B88-CA01-37D0-A77F-6651C4EC7D8E> /usr/lib/libauto.dylib
        0x7fff8b19b000 -     0x7fff8b19cfff  com.apple.MonitorPanelFramework (1.4.0 - 1.4.0) <0F55CD76-DB24-309B-BD12-62B00C1AAB9F> /System/Library/PrivateFrameworks/MonitorPanel.framework/Versions/A/MonitorPane l
        0x7fff8b19d000 -     0x7fff8b1d7fff  com.apple.DebugSymbols (2.1 - 85) <AEF473A5-25BF-3FB7-9A07-320D9CB85959> /System/Library/PrivateFrameworks/DebugSymbols.framework/Versions/A/DebugSymbol s
        0x7fff8b1f1000 -     0x7fff8b275ff7  com.apple.ApplicationServices.ATS (5.0 - ???) <F10B1918-A06E-3ECF-85EF-05F0CF27187E> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ATS.framework/Versions/A/ATS
        0x7fff8b276000 -     0x7fff8b2affe7  libssl.0.9.8.dylib (0.9.8 - compatibility 0.9.8) <D634E4B6-672F-3F68-8B6F-C5028151A5B4> /usr/lib/libssl.0.9.8.dylib
        0x7fff8b2b0000 -     0x7fff8b326fff  com.apple.ISSupport (1.9.8 - 56) <2CEE7E6B-D841-36D8-BC9F-081B33F6E501> /System/Library/PrivateFrameworks/ISSupport.framework/Versions/A/ISSupport
        0x7fff8b327000 -     0x7fff8b33cfff  com.apple.speech.synthesis.framework (4.0.74 - 4.0.74) <C061ECBB-7061-3A43-8A18-90633F943295> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ SpeechSynthesis.framework/Versions/A/SpeechSynthesis
        0x7fff8b33d000 -     0x7fff8b348fff  com.apple.DisplayServicesFW (2.5.0 - 302.1.2) <36377733-C737-3F36-A601-85D6188A2AAA> /System/Library/PrivateFrameworks/DisplayServices.framework/Versions/A/DisplayS ervices
        0x7fff8b349000 -     0x7fff8b350fff  libCGXCoreImage.A.dylib (600.0.0 - compatibility 64.0.0) <40374018-2832-3144-8114-CED417321C76> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libCGXCoreImage.A.dylib
        0x7fff8b35a000 -     0x7fff8b35afff  com.apple.Cocoa (6.6 - ???) <021D4214-9C23-3CD8-AFB2-F331697A4508> /System/Library/Frameworks/Cocoa.framework/Versions/A/Cocoa
        0x7fff8b35f000 -     0x7fff8b806ff7  FaceCoreLight (1.4.2 - compatibility 1.0.0) <6F89E9A9-DEB6-32B5-8B50-3B97F5DB597D> /System/Library/PrivateFrameworks/FaceCoreLight.framework/Versions/A/FaceCoreLi ght
        0x7fff8b807000 -     0x7fff8b81dff7  com.apple.ImageCapture (7.0 - 7.0) <69E6E2E1-777E-332E-8BCF-4F0611517DD0> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/ImageCapture. framework/Versions/A/ImageCapture
        0x7fff8b81e000 -     0x7fff8b9dffe7  com.apple.CoreData (103 - 358.4) <8D8ABA2E-0161-334D-A7C9-79E5297E188B> /System/Library/Frameworks/CoreData.framework/Versions/A/CoreData
        0x7fff8b9e0000 -     0x7fff8ba34ff7  com.apple.ScalableUserInterface (1.0 - 1) <1873D7BE-2272-31A1-8F85-F70C4D706B3B> /System/Library/Frameworks/QuartzCore.framework/Versions/A/Frameworks/ScalableU serInterface.framework/Versions/A/ScalableUserInterface
        0x7fff8ba35000 -     0x7fff8bad7ff7  com.apple.securityfoundation (5.0 - 55005) <0D59908C-A61B-389E-AF37-741ACBBA6A94> /System/Library/Frameworks/SecurityFoundation.framework/Versions/A/SecurityFoun dation
        0x7fff8bb1e000 -     0x7fff8bf39fff  com.apple.SceneKit (2.0 - 124) <9E331DDE-BDF4-34C5-A8F9-E7F12ADBB785> /System/Library/PrivateFrameworks/SceneKit.framework/Versions/A/SceneKit
        0x7fff8bfc8000 -     0x7fff8c3e3ff7  com.apple.RawCamera.bundle (3.7.2 - 573) <FF8D349E-E8DF-3D12-91E9-BA00C13D5359> /System/Library/CoreServices/RawCamera.bundle/Contents/MacOS/RawCamera
        0x7fff8c3e4000 -     0x7fff8c424fff  libtidy.A.dylib (??? - ???) <E500CDB9-C010-3B1A-B995-774EE64F39BE> /usr/lib/libtidy.A.dylib
        0x7fff8c425000 -     0x7fff8c48ffff  com.apple.framework.IOKit (2.0 - ???) <F79E7690-EF97-3D04-BA22-177E256803AF> /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit
        0x7fff8c49e000 -     0x7fff8c4a4fff  libGFXShared.dylib (??? - ???) <DE6987C5-81AC-3AE6-84F0-138C9636D412> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGFXShared.d ylib
        0x7fff8c4a5000 -     0x7fff8c5b1fef  libcrypto.0.9.8.dylib (0.9.8 - compatibility 0.9.8) <3AD29F8D-E3BC-3F49-A438-2C8AAB71DC99> /usr/lib/libcrypto.0.9.8.dylib
        0x7fff8c5fb000 -     0x7fff8c914ff7  com.apple.AddressBook.framework (6.0 - 1043) <A6302279-FD1B-3BB7-8419-362425FC5568> /System/Library/Frameworks/AddressBook.framework/Versions/A/AddressBook
        0x7fff8c915000 -     0x7fff8d60efef  com.apple.WebCore (7534 - 7534.48.3) <7C5A681C-3749-382C-9551-C197EF878C22> /System/Library/Frameworks/WebKit.framework/Versions/A/Frameworks/WebCore.frame work/Versions/A/WebCore
        0x7fff8d60f000 -     0x7fff8d612ff7  com.apple.securityhi (4.0 - 1) <B37B8946-BBD4-36C1-ABC6-18EDBC573F03> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SecurityHI.fr amework/Versions/A/SecurityHI
        0x7fff8d628000 -     0x7fff8d706ff7  com.apple.ImageIO.framework (3.1.0 - 3.1.0) <70228E69-063C-32FF-BBE7-FCCD9C5C0864> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/ImageIO
        0x7fff8d707000 -     0x7fff8d9defff  com.apple.security (7.0 - 55010) <2418B583-D3BD-3BC5-8B07-8289C8A5B43B> /System/Library/Frameworks/Security.framework/Versions/A/Security
        0x7fff8d9df000 -     0x7fff8da71fff  com.apple.PDFKit (2.6 - 2.6) <F838E95F-DEE9-354A-A34A-F5335D0AF1E1> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/PDFKit.framew ork/Versions/A/PDFKit
        0x7fff8da72000 -     0x7fff8da72fff  com.apple.CoreServices (53 - 53) <5946A0A6-393D-3087-86A0-4FFF6A305CC0> /System/Library/Frameworks/CoreServices.framework/Versions/A/CoreServices
        0x7fff8da7f000 -     0x7fff8db7bff7  com.apple.avfoundation (2.0 - 180.23) <C4383696-561D-33F3-AD7C-51E672F580B2> /System/Library/Frameworks/AVFoundation.framework/Versions/A/AVFoundation
        0x7fff8db7c000 -     0x7fff8db7dfff  libunc.dylib (24.0.0 - compatibility 1.0.0) <C67B3B14-866C-314F-87FF-8025BEC2CAAC> /usr/lib/system/libunc.dylib
        0x7fff8db7e000 -     0x7fff8dbecfff  com.apple.CoreSymbolication (2.1 - 66) <E1582596-4157-3535-BF1F-3BAE92A0B09F> /System/Library/PrivateFrameworks/CoreSymbolication.framework/Versions/A/CoreSy mbolication
        0x7fff8dbed000 -     0x7fff8dc51fff  com.apple.Symbolication (1.2 - 83.1) <0C6F8907-6829-3409-99AC-ACC62923DE98> /System/Library/PrivateFrameworks/Symbolication.framework/Versions/A/Symbolicat ion
        0x7fff8de29000 -     0x7fff8de5efff  com.apple.securityinterface (5.0 - 55004) <790DDF7E-6BA9-36DD-B818-2322A712E1F5> /System/Library/Frameworks/SecurityInterface.framework/Versions/A/SecurityInter face
        0x7fff8de5f000 -     0x7fff8de65fff  IOSurface (??? - ???) <06FA3FDD-E6D5-391F-B60D-E98B169DAB1B> /System/Library/Frameworks/IOSurface.framework/Versions/A/IOSurface
        0x7fff8deb0000 -     0x7fff8debdff7  libbz2.1.0.dylib (1.0.5 - compatibility 1.0.0) <8EDE3492-D916-37B2-A066-3E0F054411FD> /usr/lib/libbz2.1.0.dylib
        0x7fff8debe000 -     0x7fff8ded8fff  com.apple.CoreMediaAuthoring (2.0 - 889) <99D8E4C6-DDD3-3B0C-BBFB-A513877F10F6> /System/Library/PrivateFrameworks/CoreMediaAuthoring.framework/Versions/A/CoreM ediaAuthoring
        0x7fff8ded9000 -     0x7fff8deddfff  libdyld.dylib (195.5.0 - compatibility 1.0.0) <F1903B7A-D3FF-3390-909A-B24E09BAD1A5> /usr/lib/system/libdyld.dylib
        0x7fff8dede000 -     0x7fff8df06ff7  com.apple.CoreVideo (1.7 - 70.0) <59D5B407-CCB6-3406-8C55-C1B0168D7DC2> /System/Library/Frameworks/CoreVideo.framework/Versions/A/CoreVideo
        0x7fff8df07000 -     0x7fff8df5efff  libTIFF.dylib (??? - ???) <9E32B490-4C5B-3D96-AF27-9C085C606403> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libTIFF.dylib
        0x7fff8dfbc000 -     0x7fff8e083ff7  com.apple.ColorSync (4.7.0 - 4.7.0) <A29897D7-4B63-3BBB-B66C-710BE9CC01D8> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ColorSync.framework/Versions/A/ColorSync
        0x7fff8e12c000 -     0x7fff8e12efff  com.apple.TrustEvaluationAgent (2.0 - 1) <80AFB5D8-5CC4-3A38-83B9-A7DF5820031A> /System/Library/PrivateFrameworks/TrustEvaluationAgent.framework/Versions/A/Tru stEvaluationAgent
        0x7fff8e12f000 -     0x7fff8e140ff7  SyndicationUI (??? - ???) <2611F56F-81A9-3457-8C87-2700BFD9D4CB> /System/Library/PrivateFrameworks/SyndicationUI.framework/Versions/A/Syndicatio nUI
        0x7fff8e141000 -     0x7fff8e17ffff  com.apple.bom (11.0 - 183) <841FA160-A37A-368D-B14E-27AA9DD1AEDA> /System/Library/PrivateFrameworks/Bom.framework/Versions/A/Bom
        0x7fff8e180000 -     0x7fff8e60afff  com.apple.Safari.framework (7534 - 7534.48.3) <287305A0-D3A2-3D28-8B46-41548687741B> /System/Library/PrivateFrameworks/Safari.framework/Versions/A/Safari
        0x7fff8e60b000 -     0x7fff8e62afff  libresolv.9.dylib (46.0.0 - compatibility 1.0.0) <33263568-E6F3-359C-A4FA-66AD1300F7D4> /usr/lib/libresolv.9.dylib
        0x7fff8e62b000 -     0x7fff8e62bfff  com.apple.Accelerate (1.7 - Accelerate 1.7) <3E4582EB-CFEF-34EA-9DA8-8421F1C3C77D> /System/Library/Frameworks/Accelerate.framework/Versions/A/Accelerate
        0x7fff8e62c000 -     0x7fff8e633fff  com.apple.NetFS (4.0 - 4.0) <B9F41443-679A-31AD-B0EB-36557DAF782B> /System/Library/Frameworks/NetFS.framework/Versions/A/NetFS
        0x7fff8e634000 -     0x7fff8e639ff7  libsystem_network.dylib (??? - ???) <4ABCEEF3-A3F9-3E06-9682-CE00F17138B7> /usr/lib/system/libsystem_network.dylib
        0x7fff8e63a000 -     0x7fff8e667fff  com.apple.quartzfilters (1.7.0 - 1.7.0) <ED846829-EBF1-3E2F-9EA6-D8743E5A4784> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuartzFilters .framework/Versions/A/QuartzFilters
        0x7fff8e668000 -     0x7fff8e66afff  libquarantine.dylib (36.0.0 - compatibility 1.0.0) <4C3BFBC7-E592-3939-B376-1C2E2D7C5389> /usr/lib/system/libquarantine.dylib
        0x7fff8e66f000 -     0x7fff8e74cfef  libsystem_c.dylib (763.11.0 - compatibility 1.0.0) <1D61CA57-3C6D-30F7-89CB-CC6F0787B1DC> /usr/lib/system/libsystem_c.dylib
        0x7fff8e74d000 -     0x7fff8e760ff7  libCRFSuite.dylib (??? - ???) <034D4DAA-63F0-35E4-BCEF-338DD7A453DD> /usr/lib/libCRFSuite.dylib
        0x7fff8ea18000 -     0x7fff8ea18fff  libkeymgr.dylib (23.0.0 - compatibility 1.0.0) <61EFED6A-A407-301E-B454-CD18314F0075> /usr/lib/system/libkeymgr.dylib
        0x7fff8ea9b000 -     0x7fff8eaa9ff7  com.apple.AppleFSCompression (37 - 1.0) <88C436E8-38AE-3D96-A8C8-2D1805CC47B7> /System/Library/PrivateFrameworks/AppleFSCompression.framework/Versions/A/Apple FSCompression
        0x7fff8eae0000 -     0x7fff8eae0fff  com.apple.audio.units.AudioUnit (1.7 - 1.7) <D75971EE-0D74-365A-8E52-46558EA49E87> /System/Library/Frameworks/AudioUnit.framework/Versions/A/AudioUnit
        0x7fff8eae1000 -     0x7fff8eb28ff7  com.apple.CoreMedia (1.0 - 705.35) <6BEC7E0A-BC2E-30DA-8E18-7AF6E8A7821F> /System/Library/Frameworks/CoreMedia.framework/Versions/A/CoreMedia
        0x7fff8eb29000 -     0x7fff8eb52ff7  com.apple.framework.Apple80211 (7.0 - 700.57) <0D7D7E08-377B-32F0-AD91-673F992B5CFF> /System/Library/PrivateFrameworks/Apple80211.framework/Versions/A/Apple80211
        0x7fff8eb53000 -     0x7fff8eb56fff  libRadiance.dylib (??? - ???) <DCDA308D-4856-3631-B6D7-7A8B94169BC0> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libRadiance.dylib
        0x7fff8ebe8000 -     0x7fff8ebedfff  libcache.dylib (47.0.0 - compatibility 1.0.0) <B7757E2E-5A7D-362E-AB71-785FE79E1527> /usr/lib/system/libcache.dylib
        0x7fff8ebee000 -     0x7fff8ec21fff  com.apple.GSS (2.1 - 2.0) <A150154E-40D3-345B-A92D-3A023A55AC52> /System/Library/Frameworks/GSS.framework/Versions/A/GSS
        0x7fff8ec22000 -     0x7fff8ec52fff  com.apple.shortcut (2.0 - 2.0) <6E6C9F01-5DAC-35F4-876D-082D915EE782> /System/Library/PrivateFrameworks/Shortcut.framework/Versions/A/Shortcut
        0x7fff8ec53000 -     0x7fff8ec6afff  com.apple.MultitouchSupport.framework (220.62 - 220.62) <7EF58A7E-CB97-335F-A025-4A0F00AEF896> /System/Library/PrivateFrameworks/MultitouchSupport.framework/Versions/A/Multit ouchSupport
        0x7fff8ec6b000 -     0x7fff8ecfdfff  com.apple.CorePDF (3.0 - 3.0) <6056B710-155A-3543-9373-B9F3E5FC99CE> /System/Library/PrivateFrameworks/CorePDF.framework/Versions/A/CorePDF
        0x7fff8ed7b000 -     0x7fff8f08dfff  com.apple.Foundation (6.7 - 833.1) <618D7923-3519-3C53-9CBD-CF3C7130CB32> /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation
        0x7fff8f0f0000 -     0x7fff8f160fff  com.apple.datadetectorscore (3.0 - 179.3) <AFFBD606-91DE-3F91-8E38-C037D9FBFA8B> /System/Library/PrivateFrameworks/DataDetectorsCore.framework/Versions/A/DataDe tectorsCore
        0x7fff8f1a5000 -     0x7fff8f2b2fff  libJP2.dylib (??? - ???) <D8257CEE-A1C3-394A-8193-6DB7C29A15A8> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libJP2.dylib
        0x7fff8f2d2000 -     0x7fff8f2f5ff7  com.apple.RemoteViewServices (1.0 - 1) <EB549657-8EDC-312A-B8BE-DEC3E160AC3D> /System/Library/PrivateFrameworks/RemoteViewServices.framework/Versions/A/Remot eViewServices
        0x7fff8f2f6000 -     0x7fff8f60ffff  com.apple.CoreServices.CarbonCore (960.13 - 960.13) <398ABDD7-BB95-3C05-96D2-B54243FC4745> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CarbonC ore.framework/Versions/A/CarbonCore
        0x7fff8f610000 -     0x7fff8fda4fff  com.apple.CoreAUC (6.11.03 - 6.11.03) <5A56B2DC-A0A6-357B-ADF2-5714AFEBD926> /System/Library/PrivateFrameworks/CoreAUC.framework/Versions/A/CoreAUC
        0x7fff8fda5000 -     0x7fff8fde7ff7  libcommonCrypto.dylib (55010.0.0 - compatibility 1.0.0) <A5B9778E-11C3-3F61-B740-1F2114E967FB> /usr/lib/system/libcommonCrypto.dylib
        0x7fff8fe45000 -     0x7fff8fec0ff7  com.apple.print.framework.PrintCore (7.0 - 366) <E663DF78-6729-332D-B763-ABB63A6BBB55> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ PrintCore.framework/Versions/A/PrintCore
        0x7fff8fec1000 -     0x7fff90132fff  com.apple.CoreImage (7.77 - 1.0.1) <AB6ECCF3-4B04-3363-9158-08F305BF15FA> /System/Library/Frameworks/QuartzCore.framework/Versions/A/Frameworks/CoreImage .framework/Versions/A/CoreImage
        0x7fff90133000 -     0x7fff90139ff7  com.apple.phonenumbers (1.0 - 47) <8CE13253-C65B-392F-B87F-D85A15D500D3> /System/Library/PrivateFrameworks/PhoneNumbers.framework/Versions/A/PhoneNumber s
        0x7fff9013a000 -     0x7fff90148fff  com.apple.HelpData (2.1.0 - 68) <A2C4DDC9-2ECB-37C0-A2E3-D01168EE31F7> /System/Library/PrivateFrameworks/HelpData.framework/Versions/A/HelpData
        0x7fff901fb000 -     0x7fff90280ff7  com.apple.Heimdal (2.1 - 2.0) <E4CD970F-8DE8-31E4-9FC0-BDC97EB924D5> /System/Library/PrivateFrameworks/Heimdal.framework/Versions/A/Heimdal
        0x7fff90281000 -     0x7fff90295ff7  com.apple.LangAnalysis (1.7.0 - 1.7.0) <04C31EF0-912A-3004-A08F-CEC27030E0B2> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ LangAnalysis.framework/Versions/A/LangAnalysis
        0x7fff90296000 -     0x7fff902b3fff  com.apple.frameworks.preferencepanes (15.0 - 15.0) <CC86755A-6CF1-3DDF-A1B0-6F7F5BD7BB39> /System/Library/Frameworks/PreferencePanes.framework/Versions/A/PreferencePanes
        0x7fff902b4000 -     0x7fff902dffff  libpcre.0.dylib (1.1.0 - compatibility 1.0.0) <7D3CDB0A-840F-3856-8F84-B4A50E66431B> /usr/lib/libpcre.0.dylib
        0x7fff902e0000 -     0x7fff902fcfff  com.apple.ScriptingBridge (1.2.1 - ???) <7DCC43F7-9F5A-388D-A00D-70E2618731BA> /System/Library/Frameworks/ScriptingBridge.framework/Versions/A/ScriptingBridge
        0x7fff902fd000 -     0x7fff902fdfff  com.apple.vecLib (3.7 - vecLib 3.7) <29927F20-262F-379C-9108-68A6C69A03D0> /System/Library/Frameworks/vecLib.framework/Versions/A/vecLib
        0x7fff902fe000 -     0x7fff90365ff7  com.apple.audio.CoreAudio (4.0.0 - 4.0.0) <0B715012-C8E8-386D-9C6C-90F72AE62A2F> /System/Library/Frameworks/CoreAudio.framework/Versions/A/CoreAudio
        0x7fff90366000 -     0x7fff90a349df  com.apple.CoreGraphics (1.600.0 - ???) <B3C42497-53F5-31BB-987E-D1E76746B0E4> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/CoreGraphics
        0x7fff90a3b000 -     0x7fff90a3cfff  liblangid.dylib (??? - ???) <CACBE3C3-2F7B-3EED-B50E-EDB73F473B77> /usr/lib/liblangid.dylib
        0x7fff90bef000 -     0x7fff90beffff  com.apple.Carbon (153 - 153) <895C2BF2-1666-3A59-A669-311B1F4F368B> /System/Library/Frameworks/Carbon.framework/Versions/A/Carbon
        0x7fff90bf0000 -     0x7fff90c0dfff  libPng.dylib (??? - ???) <75DA9F95-C2A1-3534-9F8B-14CFFDE2A290> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libPng.dylib
        0x7fff90c0e000 -     0x7fff90c20ff7  libsasl2.2.dylib (3.15.0 - compatibility 3.0.0) <6245B497-784B-355C-98EF-2DC6B45BF05C> /usr/lib/libsasl2.2.dylib
        0x7fff90c21000 -     0x7fff90c50fff  com.apple.DictionaryServices (1.2 - 158) <2CE51CD1-EE3D-3618-9507-E39A09C9BB8D> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Diction aryServices.framework/Versions/A/DictionaryServices
        0x7fff90c51000 -     0x7fff90cf0fff  com.apple.LaunchServices (480.19 - 480.19) <41ED4C8B-C74B-34EA-A9BF-34DBA5F52307> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/LaunchS ervices.framework/Versions/A/LaunchServices
        0x7fff90cf1000 -     0x7fff90cfcff7  com.apple.speech.recognition.framework (4.0.19 - 4.0.19) <7ADAAF5B-1D78-32F2-9FFF-D2E3FBB41C2B> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SpeechRecogni tion.framework/Versions/A/SpeechRecognition
        0x7fff90d71000 -     0x7fff90e74fff  libsqlite3.dylib (9.6.0 - compatibility 9.0.0) <ED5E84C6-646D-3B70-81D6-7AF957BEB217> /usr/lib/libsqlite3.dylib
        0x7fff90e75000 -     0x7fff90f73ff7  com.apple.QuickLookUIFramework (3.0 - 489.1) <A8A82434-D43D-3F12-9321-B2E8EC9B4B8E> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuickLookUI.f ramework/Versions/A/QuickLookUI
        0x7fff90f74000 -     0x7fff90f79fff  libpam.2.dylib (3.0.0 - compatibility 3.0.0) <D952F17B-200A-3A23-B9B2-7C1F7AC19189> /usr/lib/libpam.2.dylib
        0x7fff90f9a000 -     0x7fff9109cff7  libxml2.2.dylib (10.3.0 - compatibility 10.0.0) <D46F371D-6422-31B7-BCE0-D80713069E0E> /usr/lib/libxml2.2.dylib
        0x7fff9109d000 -     0x7fff910a4fff  libcopyfile.dylib (85.1.0 - compatibility 1.0.0) <172B1985-F24A-34E9-8D8B-A2403C9A0399> /usr/lib/system/libcopyfile.dylib
        0x7fff910a5000 -     0x7fff910abfff  libmacho.dylib (800.0.0 - compatibility 1.0.0) <D86F63EC-D2BD-32E0-8955-08B5EAFAD2CC> /usr/lib/system/libmacho.dylib
        0x7fff910d4000 -     0x7fff910e2fff  libdispatch.dylib (187.5.0 - compatibility 1.0.0) <698F8EFB-7075-3111-94E3-891156C88172> /usr/lib/system/libdispatch.dylib
        0x7fff910e3000 -     0x7fff91282fff  com.apple.QuartzCore (1.7 - 269.0) <E0AFC745-4AC5-36E3-9827-E5344721071D> /System/Library/Frameworks/QuartzCore.framework/Versions/A/QuartzCore
        0x7fff91283000 -     0x7fff914fdff7  com.apple.imageKit (2.1 - 1.0) <03200568-184B-36E8-AFE9-04D1FACDC926> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/ImageKit.fram ework/Versions/A/ImageKit
        0x7fff914fe000 -     0x7fff915b0fff  com.apple.CoreText (4.0.0 - ???) <D7BD85FD-277A-3A97-B1AD-5EE14215237E> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreText.framework/Versions/A/CoreText
        0x7fff915b1000 -     0x7fff915c7fff  libGL.dylib (??? - ???) <22064411-0A62-373C-828B-0AA2BA2A8D34> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib
        0x7fff915c8000 -     0x7fff919f5fff  libLAPACK.dylib (??? - ???) <4F2E1055-2207-340B-BB45-E4F16171EE0D> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libLAPACK.dylib
        0x7fff919f6000 -     0x7fff919f7fff  libffi.dylib (??? - ???) <DB96CC4B-0D38-3102-80AA-91DDE9AF3886> /usr/lib/libffi.dylib
        0x7fff92047000 -     0x7fff9204eff7  com.apple.CommerceCore (1.0 - 17) <AA783B87-48D4-3CA6-8FF6-0316396022F4> /System/Library/PrivateFrameworks/CommerceKit.framework/Versions/A/Frameworks/C ommerceCore.framework/Versions/A/CommerceCore
        0x7fff9204f000 -     0x7fff92050ff7  libsystem_blocks.dylib (53.0.0 - compatibility 1.0.0) <8BCA214A-8992-34B2-A8B9-B74DEACA1869> /usr/lib/system/libsystem_blocks.dylib
        0x7fff9222f000 -     0x7fff92234fff  com.apple.OpenDirectory (10.7 - 144) <E8AACF47-C423-3DCE-98F6-A811612B1B46> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/OpenDirectory
        0x7fff92235000 -     0x7fff92667fe7  com.apple.VideoToolbox (1.0 - 705.35) <B1B9F159-EEE2-38BB-A55E-CDB335A7A226> /System/Library/PrivateFrameworks/VideoToolbox.framework/Versions/A/VideoToolbo x
        0x7fff92668000 -     0x7fff9277dfff  com.apple.DesktopServices (1.6.0 - 1.6.0) <208D40FC-8BBE-330F-B999-18771BEA6895> /System/Library/PrivateFrameworks/DesktopServicesPriv.framework/Versions/A/Desk topServicesPriv
        0x7fff927c5000 -     0x7fff927ecfff  com.apple.PerformanceAnalysis (1.10 - 10) <2A058167-292E-3C3A-B1F8-49813336E068> /System/Library/PrivateFrameworks/PerformanceAnalysis.framework/Versions/A/Perf ormanceAnalysis
        0x7fff927ed000 -     0x7fff92829fff  libsystem_info.dylib (??? - ???) <BC49C624-1DA

  • Reporting Attribute dimension on Planning Database in HFR

    Can you report attribute dimension values in Hyperion Financial Reports when connection to the Planning database connection? I am not seeing Planning Details as an option in HFR as only Planning appears. Is there something that I'm missing? I would like to report Smart List alphanumeric values on HFR but also be able to pull in the attribute dims, yet that doesn't seem possible.

    Hi Alex
    That sounds like a bug, I have used attribute dimensions in reporting lots of times in earlier versions and I'm sure that some of those used planning rather than essbase connections. I've not read the documentation around the subject so can't be sure but it sounds pretty fundamental so I'd be surprised if not a bug.
    Worth doing a bit of digging on Oracle support or in the readme files or even raising an SR if you have that option.
    Regards
    Stuart

Maybe you are looking for

  • This type of report ,possible in APEX 3.1(URGENT)

    EMPNO: 1234 ENAME: X7C7 DESCRIPTION: DSLFJDSL SDFSDF DFKDSLFJ SDLFJSDLF DSFSDLFJS FDKFDF ADDRESS: 23/567/9B This is a Form like Report, can we create this type of report in APEX 3.1

  • Best way to log footage shot on P2 Cards?

    What is the best way to send footage shot on P2 cards to an offsite location for logging and transcribing? Any suggestions on converting the MXF files to MOV or other formats without having to buy a $600 program would be appreciated.

  • Multiple Clients in SCM-APO?

    In a Development SCM-APO 5.0 environment, can we have multiple clients?  For instance, can we have a unit test client(with master and transactional data), a security client, and a golden configuration client. We have heard that there may be issues wi

  • The camera function is deleaded?

    The camera has been deleated. How can you make the camara funtiononal again?

  • Need to wipe hard drive, Lion Recovery not working

    I've been having problems with this mac and want to completely wipe my hard drive and only put on the Lion operating system, my itunes music, iphoto folders, and a few folders that are already backed up on an external hardrive. My cd-rom drive doesn'