Assert error when quitting

Been developing an AIR desktop app for a bit and am mostly complete. However I just started getting an Assert Failed dialog when I quit the app now - the error says it's in "module CamExt40V32.ax - 2 objects left active. At line 320 of dllentry.cpp"
Never seen this before and haven't had much luck find any info on it. I am using the web cam - but have been all along... any thoughts?

I did a google search on the filename, and this popped up.  I also checked the error string itself and it looks like it's occured with both Chrome and other applications.  Maybe Phillips has an update available?
Chris

Similar Messages

  • I get a assertion error when trying to up load adobe lightroom have followed the instruction on the adobe site to fix the problem

    i get a assertion error when trying to up load ,lightroom have follow the instructions on the adobe site and it still does not work
    and ideas on how to fix the problem
    tk
    bigguy1965

    Hi,
    Can you Please provide Configuration of your XP, Win7 Machine [How to post a screenshot in the forum]?
    To check if Windows 7 Service Pack is already installed, follow the below steps:
    Click the Start button , right-click Computer, and then click Properties.
    The basic information about your computer page will open.
    To check if Windows XP Service Pack is already installed, follow the below steps:
    Click the Start button , right-click Computer, and then click Properties.
    Click System and Service Pack Information will be listed
    Please also attach log [Where do I find the Flash Player installation log on Windows?], [How to share a document] and Share the Current Version of Flash Player goto - [https://helpx.adobe.com/flash-player.html] and click on Check Now button, using about method can you place the screenshot.
    Meanwhile you can also try cleaning Application Temporary Data and Try again. [c:/users/username/appdata/local/temp folder - Microsoft Community], Due to some reason the Installer file is getting corrupted which might be blocking Flash Player Installation. After cleanup try using the offline Installer [Installation problems | Flash Player | Windows]
    Thanks
    Piyush

  • Cc got assertion error, when compiling emacs-23.3

    I got an assertion error with cc as follows, when compiling emacs-23.3.
    It compiles fine without the "-O" option.
    I can provide a CPP processed file which reproduces it.
    ;; I could not find a place to report bugs, and I put it here.
    ;; Sorry if it is not an appropriate place.
    % cc -V
    cc: Sun C 5.12 SunOS_i386 2011/11/16
    % cc -c -Demacs -DHAVE_CONFIG_H -I. -I/work/emacs/emacs-23.3/src -I/usr/dt/include -g -O font.c
    "font.c", line 185: warning: integer overflow detected: op "<<"
    "font.c", line 197: warning: integer overflow detected: op "<<"
    "font.c", line 215: warning: integer overflow detected: op "<<"
    "font.c", line 2995: warning: integer overflow detected: op "<<"
    "font.c", line 3422: warning: integer overflow detected: op "<<"
    "font.c", line 3920: warning: assignment type mismatch:
    pointer to char "=" pointer to unsigned char
    "font.c", line 3945: warning: assignment type mismatch:
    pointer to char "=" pointer to unsigned char
    "font.c", line 4026: warning: integer overflow detected: op "<<"
    assertion failed in function pg_first_pass_do_block_rec() @ post_gen.c:3758
    assert(blk_sp_offset_(nextb) == (current_offset + get_prologue_size() + BITS2BYTES(be_cur_local_size)))
    cc: ube failed for font.c

    Got it ...
    Reduced testcase:
    % cat c.c
    enum Lisp_Type
    Lisp_Int0 = 0,
    Lisp_Float = 7,
    struct Lisp_Float
    union
    double data;
    struct Lisp_Float *chain;
    } u;
    struct Lisp_Vector
    unsigned int size;
    struct Lisp_Vector *next;
    int contents[1];
    int
    font_unparse_xlfd (font, pixel_size, name, nbytes)
    int font;
    int pixel_size;
    char *name;
    int nbytes;
    char *f[21];
    int val;
    int i, j, len = 0;
    val = ( ( struct Lisp_Vector * ) ( ( unsigned int ) ( ( ( font ) ) & ( ( ( ( int ) 1 ) << ( 32 - 3 ) ) - 1 ) ) ) ) -> contents [ 5 ];
    if ( ( ( ( enum Lisp_Type ) ( ( ( unsigned int ) ( ( val ) ) ) >> ( 32 - 3 ) ) ) == Lisp_Float ))
    i = ( ( ( void ) 0 , ( struct Lisp_Float * ) ( ( unsigned int ) ( ( val ) & ( ( ( ( int ) 1 ) << ( 32 - 3 ) ) - 1 ) ) ) ) -> u . data + 0 ) * 10;
    f[2] = __builtin_alloca ( 12 );
    else
    f[2] = "*-*", len += 4;
    % cc -g -O c.c -V
    cc: Sun C 5.12 SunOS_i386 2011/11/16
    acomp: Sun C 5.12 SunOS_i386 2011/11/16
    "c.c", line 41: warning: implicit function declaration: __builtin_alloca
    "c.c", line 41: warning: improper pointer/integer combination: op "="
    iropt: Sun Compiler Common 12.3 SunOS_i386 2011/11/16
    ir2hf: Sun Compiler Common 12.3 SunOS_i386 2011/11/16
    ube: Sun Compiler Common 12.3 SunOS_i386 2011/11/16
    assertion failed in function pg_first_pass_do_block_rec() @ post_gen.c:3758
    assert(blk_sp_offset_(nextb) == (current_offset + get_prologue_size() + BITS2BYTES(be_cur_local_size)))
    cc: ube failed for c.c
    Bug 7167252 filed. If we find a work-around I'll post it.

  • Assertion error when compiling ANSI C code - Forte 6.2

    I have a compilation error when compiling on my Ultra 10
    using Forte 6.2 C compiler (5.3). Here's the line:
    teds@enigma[195]% cc -xtarget=ultra3 -xarch=v8plusb -dalign -fns -fsimple=2 -ftrap=%none -xlibmil !!
    cc -xtarget=ultra3 -xarch=v8plusb -dalign -fns -fsimple=2 -ftrap=%none -xlibmil -xO4 -DCMO_DEBUG_DETAIL -DUSE_DATACONN -c cmoisubs.c -o cmoisubs.o
    cg: assertion failed in file ../src/ms_pipe/sp_interface.cc at line 689
    cg: Internal error: constval annotation set on reg with multiple defs
    cg: 1 errors
    cc: cg failed for cmoisubs.c
    teds@enigma[196]%
    Does anyone have any ideas?
    Thanks,
    Ted

    Are both files in the same directory? Is the directory in your classpath?

  • DLL causes error when quiting LabVIEW 2009 on WIN7

    Hello,
    I have reduced the problem in my EXE application to the following attached code (see attachment). Somehow the DLL (To User32.dll) calls are creating a problem when quiting Labview 2009. The Application stays resident in the Windows taskbar and after a while an error appears about that there was a problem closing the application and that it can be reported to Microsoft if desired. Then a second error message appears before the application dissapears from the taskbar. If I remove the DLL:calls from the code then the problems dissapear.
    Should I unload the DLL calls on a special manner before quiting LabVIEW?
    Solved!
    Go to Solution.
    Attachments:
    DLL-WIN7 problem.jpg ‏35 KB

    Another potential problem not mentioned in that article is that you have included your user32.dll explicitedly in your built application. Doing that creates 200% for sure trouble as the kernel32.dll, user32.dll and others are always residently loaded into memory anyhow and mapped into the system memory section of any process. If you tell an application to load this DLL again by explicit name, you end up having two copies of it mapped in your process memory space and that will cause very weird problems.
    To avoid this problem make sure the library name inside the Call Library Node only specifies the DLL name without any path information. Then close the dialog and save it. If you reopen the dialog it will show the full path but still save the name only until you make a modification in the path control at which time you can end up having a full path again.
    Rolf Kalbermatter
    CIT Engineering Netherlands
    a division of Test & Measurement Solutions

  • Error when quitting After Effects

    Somtimes when I quit After Effects CS6 on my MacBook Pro (2.2 GHz i7 Processor, 6750M Radeon Graphics Card), I receive the following error message:
    After Effects Alert
    Last log message was: <140735189834080>
    <ae.blitpipe> <2> HardwareBlitpipe Disengaged
    Generating crash log, which may take a few minutes
    The error is only appearing on some occassions, not all, and I was wondering what it means.

    Still receiving the same error.
    1. After Effects CS6 with the update linked above.
    2. Yes, I installed them
    3. Mac OS Lion 10.7.4
    4. No problems with codecs.
    5. Full text:
    After Effects Alert
    Last log message was: <140735189834080>
    <ae.blitpipe> <2> HardwareBlitpipe Disengaged
    Generating crash log, which may take a few minutes
    6. It happens when I'm quitting the program.
    7. Optical Flares, Twitch, Looks, YY Ramp+, Sure Target, and some scripts. The only one of these usually present is Optical Flares.
    8.  2.2 GHz Intel Core i7 4 cores, 8 GB RAM, AMD Radeon HD 6750M
    9. No 3rd party I/O hardware.
    10. Yes, using OpenGL features (Ray-Traced 3D Rendering, etc.)
    11. It occurs when I quit the program.

  • CPP Assertion Error when navigating in Obiee 11g

    Hi,
    I have a report which uses SQL filters and I am trying to navigate from this report to another page.
    And I see the following error :
    Dashboard Display Error
    Assertion failure: isXsiTypeSqlExpression(rExpr) at line 67 of C:\ADE\aime_bi\bifndn\analytics_web\main/project/webreport/exprformulautils.cpp
    Error Details
    Error Codes: ACIOA5LN
    Some forums mentioned that re-creation of saved SQL filters would help but it didn't.
    Has anyone faced similar errors ?
    Thanks for any pointers.
    - Sujana

    Sujana,
    This is a bug in 11g, apply patch 12561330.
    Rgds,
    Dpka

  • Error When Quiting Firefox

    Every time I quit Firefox I get the following Error Notification:
    [JavaScript Application]
    ReferenceError: b is not defined
    What is going on with this ???

    You may also need to reset the pref keyword.URL and the user agent that have been changed by Fast Browser Search (FBSMTWB)
    general.useragent.override:
    Mozilla/5.0 (Macintosh; U; PPC Mac OS X 10.4; en-US; rv:1.9.2.10) Gecko/20100914 Firefox/3.6.10 FBSMTWB
    keyword.URL:
    http://www.fastbrowsersearch.com/results/results.aspx?s=NAUS&v=19&tid={E67318B9-71E7-FBB0-FC7E-7CF8756187B3}&q=
    To open the <i>about:config</i> page, type <b>about:config</b> in the location (address) bar and press the "<i>Enter</i>" key, just like you type the url of a website to open a website.<br />
    If you see a warning then you can confirm that you want to access that page.<br />
    You reset a pref via the right-click context menu.<br />
    See http://kb.mozillazine.org/about%3Aconfig

  • Error when quitting application

    Hi there:
    I just published a program that will serve as an instrument
    to an experiment. All went fine except on the last screen.
    On the last screen there is some text telling them that
    they're done and to press the "quit" button to end the exercise.
    Upon this, an error message pops up saying "Cannot complete
    CMI operation b/c the CMI Scripting Xtra was not found or could not
    be initiated"
    Then there is a continue button or an ignore all other errors
    button.
    The program then closes and there are no other problems.
    Can someone help removing this error message from the
    published file?
    The calculation I'm using on the quit button is Quit(0).
    Thanks

    > I just published a program that will serve as an
    instrument to an
    > experiment.
    > All went fine except on the last screen.
    >
    > On the last screen there is some text telling them that
    they're done and
    > to
    > press the "quit" button to end the exercise.
    >
    > Upon this, an error message pops up saying "Cannot
    complete CMI operation
    > b/c
    > the CMI Scripting Xtra was not found or could not be
    initiated"
    >
    > Then there is a continue button or an ignore all other
    errors button.
    >
    > The program then closes and there are no other problems.
    >
    > Can someone help removing this error message from the
    published file?
    >
    > The calculation I'm using on the quit button is Quit(0).
    Include the pwint x32 file, or uncheck Knowledge Track in the
    CMI tab of
    file properties, then republish.
    Steve
    http://twitter.com/Stevehoward999
    Adobe Community Expert: eLearning, Mobile and Devices
    European eLearning Summit - EeLS
    Adobe-sponsored eLearning conference.
    http://www.elearningsummit.eu

  • ARRRG!!! Still Getting This Stupid Error When Quitting...

    Ever since I "upgraded" to iTunes 7, every time I quit iTunes I get an error message that "iTunes has unexpectedly quit". I had hoped that 7.1 would make it stop but it did not. Nor did trashing all of the plist files. Finally, I trashed the app itself, downloaded an "fresh" copy and installed that. Also have reset PRAM (many times) run all maint., cache cleaning, etc. Nothing stops this minor but irritating glitch. Go figure....
    PS Still happens after 10.4.9

    hmmmm. i've seen that "Quit on quitting" before if iTunes wasn't liking an old version of a plugin ... sometimes old Volume Logic plug-ins would do that with 7.0.0.70 on a Mac, for example.
    do you have any plug-ins installed? if so, perhaps try the following document:
    Troubleshooting issues with 3rd-party iTunes add-ons

  • Assertion Error when an action is invoked

    We have a form which has multiple input fields as well as some dropdowns.
    Example Dropdown 1, Dropdown 2
    When you click the value in Dropdown 1, based on it Dropdown 2 is dynamically populated.
    It was working fine for us previously. Somehow now when we click on Dropdown 1, it gives the following exception:
    Error opening /pageFlowControllers/companyLocationController/CompanyLocationController.jpf.
    The source of this error is:
    com.bea.portlet.adapter.scopedcontent.ActionLookupFailedException: java.lang.AssertionError
    at com.bea.portlet.adapter.scopedcontent.ScopedContentCommonSupport.executeAction(ScopedContentCommonSupport.java:699)
    at com.bea.portlet.adapter.scopedcontent.ScopedContentCommonSupport.processActionInternal(ScopedContentCommonSupport.java:144)
    at com.bea.portlet.adapter.scopedcontent.PageFlowStubImpl.processAction(PageFlowStubImpl.java:107)
    at com.bea.portlet.adapter.NetuiActionHandler.raiseScopedAction(NetuiActionHandler.java:99)
    at com.bea.netuix.servlets.controls.content.NetuiContent.raiseScopedAction(NetuiContent.java:180)
    at com.bea.netuix.servlets.controls.content.NetuiContent.raiseScopedAction(NetuiContent.java:168)
    at com.bea.netuix.servlets.controls.content.NetuiContent.handlePostbackData(NetuiContent.java:222)
    at com.bea.netuix.nf.ControlLifecycle$2.visit(ControlLifecycle.java:178)
    at com.bea.netuix.nf.ControlTreeWalker.walkRecursive(ControlTreeWalker.java:351)
    at com.bea.netuix.nf.ControlTreeWalker.walkRecursive(ControlTreeWalker.java:361)
    at com.bea.netuix.nf.ControlTreeWalker.walkRecursive(ControlTreeWalker.java:361)
    at com.bea.netuix.nf.ControlTreeWalker.walkRecursive(ControlTreeWalker.java:361)
    at com.bea.netuix.nf.ControlTreeWalker.walkRecursive(ControlTreeWalker.java:361)
    at com.bea.netuix.nf.ControlTreeWalker.walkRecursive(ControlTreeWalker.java:361)
    at com.bea.netuix.nf.ControlTreeWalker.walkRecursive(ControlTreeWalker.java:361)
    at com.bea.netuix.nf.ControlTreeWalker.walkRecursive(ControlTreeWalker.java:361)
    at com.bea.netuix.nf.ControlTreeWalker.walkRecursive(ControlTreeWalker.java:361)
    at com.bea.netuix.nf.ControlTreeWalker.walkRecursive(ControlTreeWalker.java:361)
    at com.bea.netuix.nf.ControlTreeWalker.walkRecursive(ControlTreeWalker.java:361)
    at com.bea.netuix.nf.ControlTreeWalker.walkRecursive(ControlTreeWalker.java:361)
    at com.bea.netuix.nf.ControlTreeWalker.walkRecursive(ControlTreeWalker.java:361)
    at com.bea.netuix.nf.ControlTreeWalker.walkRecursive(ControlTreeWalker.java:361)
    at com.bea.netuix.nf.ControlTreeWalker.walkRecursive(ControlTreeWalker.java:361)
    at com.bea.netuix.nf.ControlTreeWalker.walk(ControlTreeWalker.java:128)
    at com.bea.netuix.nf.Lifecycle.processLifecycles(Lifecycle.java:361)
    at com.bea.netuix.nf.Lifecycle.processLifecycles(Lifecycle.java:339)
    at com.bea.netuix.nf.Lifecycle.processLifecycles(Lifecycle.java:330)
    at com.bea.netuix.nf.Lifecycle.runInbound(Lifecycle.java:162)
    at com.bea.netuix.nf.Lifecycle.run(Lifecycle.java:137)
    at com.bea.netuix.servlets.manager.UIServlet.runLifecycle(UIServlet.java:370)
    at com.bea.netuix.servlets.manager.UIServlet.doPost(UIServlet.java:229)
    at com.bea.netuix.servlets.manager.UIServlet.service(UIServlet.java:183)
    at com.bea.netuix.servlets.manager.SingleFileServlet.service(SingleFileServlet.java:221)
    at com.bea.netuix.servlets.manager.PortalServlet.service(PortalServlet.java:594)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:856)
    at weblogic.servlet.internal.StubSecurityHelper$ServletServiceAction.run(StubSecurityHelper.java:223)
    at weblogic.servlet.internal.StubSecurityHelper.invokeServlet(StubSecurityHelper.java:125)
    at weblogic.servlet.internal.ServletStubImpl.execute(ServletStubImpl.java:283)
    at weblogic.servlet.internal.TailFilter.doFilter(TailFilter.java:26)
    at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:42)
    at com.bea.p13n.servlets.PortalServletFilter.doFilter(PortalServletFilter.java:251)
    at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:42)
    at weblogic.servlet.internal.WebAppServletContext$ServletInvocationAction.run(WebAppServletContext.java:3243)
    at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:321)
    at weblogic.security.service.SecurityManager.runAs(SecurityManager.java:121)
    at weblogic.servlet.internal.WebAppServletContext.securedExecute(WebAppServletContext.java:2003)
    at weblogic.servlet.internal.WebAppServletContext.execute(WebAppServletContext.java:1909)
    at weblogic.servlet.internal.ServletRequestImpl.run(ServletRequestImpl.java:1359)
    at weblogic.work.ExecuteThread.execute(ExecuteThread.java:209)
    at weblogic.work.ExecuteThread.run(ExecuteThread.java:181)
    Caused by: java.lang.AssertionError
    at org.apache.beehive.netui.script.el.util.ParseUtils.convertType(ParseUtils.java:185)
    at org.apache.beehive.netui.script.el.tokens.ExpressionToken.beanUpdate(ExpressionToken.java:211)
    at org.apache.beehive.netui.script.el.tokens.IdentifierToken.write(IdentifierToken.java:96)
    at org.apache.beehive.netui.script.el.ExpressionTerm.update(ExpressionTerm.java:165)
    at org.apache.beehive.netui.script.el.ParsedExpression.update(ParsedExpression.java:140)
    at org.apache.beehive.netui.script.el.util.ParseUtils.update(ParseUtils.java:91)
    at org.apache.beehive.netui.script.el.ExpressionEvaluatorImpl.update(ExpressionEvaluatorImpl.java:83)
    at org.apache.beehive.netui.pageflow.ProcessPopulate.populate(ProcessPopulate.java:229)
    at org.apache.beehive.netui.pageflow.PageFlowRequestProcessor.processPopulate(PageFlowRequestProcessor.java:327)
    at org.apache.struts.action.RequestProcessor.process(RequestProcessor.java:203)
    at org.apache.beehive.netui.pageflow.PageFlowRequestProcessor.processInternal(PageFlowRequestProcessor.java:554)
    at org.apache.beehive.netui.pageflow.PageFlowRequestProcessor.process(PageFlowRequestProcessor.java:851)
    at org.apache.beehive.netui.pageflow.AutoRegisterActionServlet.process(AutoRegisterActionServlet.java:630)
    at org.apache.beehive.netui.pageflow.PageFlowActionServlet.process(PageFlowActionServlet.java:157)
    at org.apache.struts.action.ActionServlet.doGet(ActionServlet.java:414)
    at org.apache.beehive.netui.pageflow.PageFlowUtils.strutsLookup(PageFlowUtils.java:1169)
    at com.bea.portlet.adapter.scopedcontent.ScopedContentCommonSupport.executeAction(ScopedContentCommonSupport.java:688)
    ... 49 more
    Basically what I can see from the logs is that it is unable to do an action look up. The funny part of it is that on some of the developer machines the code is working fine while in some case it is breaking. The same code was working fine earlier.I tried googling up but unable to find any help on this. Can you please suggest what can be the possible issue (may be some silly mistake causing this to happen)?

    Its not the same functionality which is working and
    failing
    (ignore referrer it isnt relevant)
    "CompanyAddressPortlet_1_2wlw-select_key:{actionForm.B
    BcpPopId}"
    is missing from the failing code, probably a code
    issue , perhaps your validation method is throwing a
    runtime exception
    Ensure you test EXACTLY the same thing from both
    machines
    regards
    deepakHi Deepak,
    Yes I did see that difference when i checked the diff of both the log files but I am unable to make out what is causing this difference.
    1. The same code is executed on different machines. In most of the machines it is failing. However, for some machines it is working.
    2. The logs attached in last email were produced testing the same functionality oin both the machines.
    3. If it is a code issue, how can the same code when executed on other environment is working.
    I am unable to trace it down. Can you please let me know if you can figure out something. I am attaching the JSP which is being executed,.
    <%@ page language="java" contentType="text/html;charset=UTF-8"%>
    <%@taglib uri="http://beehive.apache.org/netui/tags-html-1.0" prefix="netui"%>
    <%@taglib uri="http://java.sun.com/jsp/jstl/core" prefix="c"%>
    <%@taglib uri="/WEB-INF/tld/custom-translation.tld" prefix="colt"%>
    <jsp:useBean id="moduleNameEnum" beanName="com.colt.util.ModuleNameEnum" scope="page"></jsp:useBean>
    <script language="JavaScript">
    //here you place the ids of every element you want.
    var ids=new Array('a1','a2');
    function switchid(id){     
         hideallids();
         showdiv(id);
    function hideallids(){
         //loop through the array and hide each element by id
         for (var i=0;i<ids.length;i++){
              hidediv(ids);
    function hidediv(id) {
         //safe function to hide an element with a specified id
         if (document.getElementById) { // DOM3 = IE5, NS6
              document.getElementById(id).style.display = 'none';
         else {
              if (document.layers) { // Netscape 4
                   document.id.display = 'none';
              else { // IE 4
                   document.all.id.style.display = 'none';
    function showdiv(id) {
         //safe function to show an element with a specified id
         if (document.getElementById) { // DOM3 = IE5, NS6
              document.getElementById(id).style.display = 'block';
         else {
              if (document.layers) { // Netscape 4
                   document.id.display = 'block';
              else { // IE 4
                   document.all.id.style.display = 'block';
    function openTemplate(requestid, requestType, fileName)
         var strUrl="<%= request.getContextPath()%>/pageFlowControllers/resolveRequest/getUploadedFile.do?requestId=" + requestid + "&requestType=" requestType "&columnName=" +fileName;
         popup_window = window.open(strUrl,"newWindow","toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=yes,copyhistory=no,resizable=yes");
    </script>
    <!--************************ CONTENT ****************************-->
    <c:if test="${requestScope.errorFlag!=null && requestScope.errorFlag eq 'true'}">
         <script language="javascript">
              setFlag();
         </script>
    </c:if>
         <div id="gContentSalesArea">
                   <h1 class="uaPageTitle">
                        <colt:content key="request_Details">Request Details</colt:content>
                        <netui:anchor action="exception.goToHelp" popup="true">
                             <img src="/coltPortalWeb/framework/skins/coltBaseSkin/images/pageHelp_icon.gif" width="15" height="15" alt="${sessionScope.help_icon}" border="0" />
                             <netui:parameter name="module" value="${pageScope.moduleNameEnum.CREATE_REQUEST.moduleID}"></netui:parameter>
                        </netui:anchor>
                   </h1>
                   <colt:error key="request.bandwidth.required"></colt:error>
                   <colt:error key="request.currency.required"></colt:error>
                   <colt:error key="changesSuccessfullySaved"></colt:error>
                   <colt:error key="saveRequestBeforeSubmit"></colt:error>
                   <colt:error key="request.comments.length"></colt:error>
                   <colt:error key="required.bcpFile"></colt:error>
                   <colt:error key="request.quantity.required"></colt:error>
                   <colt:error key="request.interfaceField.required"></colt:error>
                   <colt:error key="request.productGroup.required"></colt:error>
                   <colt:error key="request.aendAddress.required"></colt:error>
                   <colt:error key="request.bendAddress.required"></colt:error>
                   <colt:error     key="request.term.required"></colt:error>
                   <colt:error     key="request.apop.required"></colt:error>
                   <colt:error     key="request.bpop.required"></colt:error>
                   <colt:error     key="request.potential.required"></colt:error>
                   <colt:error     key="installAmtAfterDisc.invalid"></colt:error>
                   <colt:error     key="installAmtBeforeDisc.invalid"></colt:error>
                   <colt:error     key="monthlyRentAfterDisc.invalid"></colt:error>
                   <colt:error     key="monthlyRentBeforeDisc.invalid"></colt:error>
                   <colt:error key="interfaceField.invalid"></colt:error>
                   <colt:error key="quantity.invalid"></colt:error>
                   <colt:error key="aendCompanyName.invalid.length"></colt:error>
                   <colt:error key="bendCompanyName.invalid.length"></colt:error>
                   <colt:error key="aendCompanyName.invalid"></colt:error>
                   <colt:error key="bendCompanyName.invalid"></colt:error>
              <div class="ReqInfo"><span class="ReqInfobold">
              <colt:content key="COMPANY">Company</colt:content>:</span>
              <span style="padding:2px;"><c:out value="${sessionScope.addEditRequestVO.opportunityDetails.companyDetails.name}"></c:out></span>  |
              <span class="ReqInfobold"><colt:content key="companyAddress_OCN">OCN</colt:content>:</span>
              <c:out value="${sessionScope.addEditRequestVO.opportunityDetails.companyDetails.xrefOCN}"></c:out>   |
              <span class="ReqInfobold">   <colt:content key="companyAddress_oppNo">OPP NO</colt:content>:</span>
              <c:out value="${sessionScope.addEditRequestVO.opportunityDetails.xrefOpportunityNumber}"></c:out>
              <c:if test="${requestScope.update!=null && requestScope.update eq 'true'}">  |  
              <span class="ReqInfobold"><colt:content key="resolve_request_number">Request number</colt:content>: </span>${pageFlow.requestId}</c:if></div>
                   <ul id="uaStepNav" class="uaSN1 uaNavDone">
                        <li class="fstep stepon"><span class="st1"><colt:content key="request_Company_Locations">Company/Locations</colt:content></span></li>
                        <li class="stepon"><span class="st2"><colt:content key="request_Requests">Requests</colt:content></span></li>
                   </ul>     
              <div id="uaStepContent">
              <%@ include file="../../jsp/common/selectRequestType.jspf" %>
    <netui:form action="saveBuildingConnectivityRequest" enctype="multipart/form-data" method="post">
         <c:set var="requestVO" value="${pageFlow.pf_requestDetailsVO.requestVO}" scope="page" />
         <c:set var="connectivityVO" value="${pageFlow.pf_requestDetailsVO.connectivityRequestVO}" scope="page" />
         <c:set var="opportunityVO" value="${pageFlow.pf_opportunityVO}" scope="page" />
         <c:set var="main" value="${pageFlow.pf_Main}" scope="page" />
         <div id="dataRequest" class="salesP5">
         <div class="salesHeader">
              <h2><colt:content key="building_Connectivity_Request_Details">Building Connectivity Request Details</colt:content></h2>
         </div>
              <div id="salesMiddle1Pane" class="salesP4">
              <div class="scrollareacommon">
                        <div class="grayboxcommon">
                             <fieldset>
                                  <div>
                                       <div class="bold">
                                            <table width="100%" border="0" cellspacing="0" cellpadding="0">
                                                 <tr>
                                                 <th width="3%" scope="col">     </th>
                                                 <netui:radioButtonGroup datasource="actionForm.mainRadio" defaultValue="1">
                                                      <th width="97%" scope="col">
                                                           <netui:radioButtonOption styleClass="width20" tagId="mainOption" value="1" onClick="switchid('a1');" disabled="${pageFlow.pf_Main_File}">
                                                                <label for="country"><colt:content key="stdBCP_fileUpload">BCP Form</colt:content>
                                                                </label>
                                                           </netui:radioButtonOption>
                                                      </th>
                                                 </tr>
                                            </table>
                                       </div>
                                  <c:if test="${pageFlow.pf_File_Show eq 'true' && pageFlow.pf_Form_Show eq 'true'}">
                                       <div id='a1' style="display:block;">
                                  </c:if>     
                                  <c:if test="${pageFlow.pf_File_Show eq 'false' && pageFlow.pf_Form_Show eq 'true'}">
                                       <div id='a1' style="display:none;">
                                  </c:if>     
                                  <c:if test="${pageFlow.pf_File_Show eq 'true' && pageFlow.pf_Form_Show eq 'false'}">
                                       <div id='a1' style="display:block;">
                                  </c:if>     
                                  <c:if test="${pageFlow.pf_File_Show eq 'false' && pageFlow.pf_Form_Show eq 'true'
                                                 && pageFlow.pf_Main_File eq 'true' && pageFlow.pf_Main eq 'false'}">
                                       <div id='a1' style="display:none;">
                                  </c:if>
                                            <div class="addressInput">
                                                 <netui:fileUpload tagId="file" dataSource="actionForm.bcpfile" styleClass="file" />
                                            </div>
                                            <c:if test="${connectivityVO.bcpFile != null}">
                                       <div class="download">
                                       <netui:anchor href="javascript:openTemplate('${requestScope.requestID}','${pageFlow.pf_requestType}','${connectivityVO.bcpCreateFileName}Xcreate');">
                                       Download Bcp File
                             </netui:anchor>
                             </div>
              </c:if>
                                       </div>
                                  <div class="cls"></div>
                             </fieldset>
                        </div>
                        <div>
                             <div class="aligncentre">
                                  <span class="grey constricty "><colt:content key="stdBCP_OR">OR</colt:content></span>
                             </div>
                        </div>           
                        <div class="grayboxcommon">
                        <fieldset>
                             <div>
                                  <div class="bold">
                                       <table border="0" cellspacing="0" cellpadding="0">
                                            <tr>
                                                 <th width="3%" scope="col"></th>
                                                 <th width="97%" scope="col">
                                                      <netui:radioButtonOption styleClass="width20" tagId="mainOption" value="2" onClick="switchid('a2');" disabled="${pageFlow.pf_Main}">
                                                           <label for="country"><colt:content key="stbBCP_FillForm">Fill the form below</colt:content>
                                                           </label>
                                                      </netui:radioButtonOption>
                                                 </th>
                                                 </netui:radioButtonGroup>
                                            </tr>
                                       </table>
                                  </div>
                                  <div class="cls"></div>
                                  <c:if test="${pageFlow.pf_File_Show eq 'true' && pageFlow.pf_Form_Show eq 'true'}">
                                       <div id='a2' style="display:none;">
                                  </c:if>     
                                  <c:if test="${pageFlow.pf_File_Show eq 'false' && pageFlow.pf_Form_Show eq 'true'}">
                                       <div id='a2' style="display:block;">
                                  </c:if>
                                  <c:if test="${pageFlow.pf_File_Show eq 'true' && pageFlow.pf_Form_Show eq 'false'}">
                                       <div id='a2' style="display:none;">
                                  </c:if>
                                  <c:if test="${pageFlow.pf_File_Show eq 'false' && pageFlow.pf_Form_Show eq 'true' &&
                                                 pageFlow.pf_Main eq 'false' && pageFlow.pf_Main_File eq 'true'}">
                                       <div id='a2' style="display:block;">
                                  </c:if>
                                                 <div class="productTypeLabel">
                                                           <label for="product"><colt:content key="request_productGroup">Product Group</colt:content> *:</label>
                                                 </div>
                                                 <div class="addressInput">
                                                      <netui:select tagId="product" styleClass="producttypedd" dataSource="actionForm.product" onChange="setFlag();submitFormProduct('-1');">
                                                           <c:forEach var="productVO" items="${pageFlow.productVOList}">
                                                                <netui:selectOption value="${productVO.id}">
                                                                     <colt:content key="${productVO.translationKey}"></colt:content>
                                                                </netui:selectOption>
                                                           </c:forEach>
                                                      </netui:select>
                                                 </div>
                                                 <div class="cls"></div>
                                                 <div class="productTypeLabel">
                                                      <label for="bandwidth"><colt:content key="request_Bandwidth">Bandwidth</colt:content> *:</label>
                                                 </div>
                                                 <div class="addressInput">
                                                      <netui:select tagId="bandwidth" styleClass="producttypedd" dataSource="actionForm.bandwidth" onChange="setFlag()">
                                                           <c:forEach var="bandwidthVO" items="${pageFlow.bandwidthVOList}">
                                                                <netui:selectOption value="${bandwidthVO.id}">
                                                                     <colt:content key="${bandwidthVO.translationKey}"></colt:content>
                                                                </netui:selectOption>
                                                           </c:forEach>
                                                      </netui:select></div>
                                                 <div class="cls"></div>
                                                 <div class="productTypeLabel">
                                                      <label for="Contract Terms"><colt:content key="request_Contract_Terms_yrs">Contract Terms(Yrs)</colt:content> *:</label>
                                                 </div>
                                                 <div class="addressInput">
                                                      <netui:select tagId="terms" styleClass="producttypedd" dataSource="actionForm.termOfContract" onChange="setFlag()">
                                                           <c:forEach var="termOfContractVO" items="${pageFlow.termOfContractVOList}">
                                                                <netui:selectOption value="${termOfContractVO.id}">
                                                                <colt:content key="${termOfContractVO.translationKey}"></colt:content>
                                                                </netui:selectOption>
                                                           </c:forEach>
                                                      </netui:select>
                                                 </div>
                                                 <div class="cls"></div>
                                                 <div class="productTypeLabel">
                                                      <label for="Currency"><colt:content key="request_Currency">Currency</colt:content> *:</label>
                                                 </div>
                                                 <div class="addressInput">
                                                      <netui:select tagId="currency" styleClass="producttypedd" dataSource="actionForm.currency" onChange="setFlag()">
                                                           <c:forEach var="currencyVO" items="${pageFlow.currencyVOList}">
                                                                <netui:selectOption value="${currencyVO.code}">
                                                                     <colt:content key="${currencyVO.translationKey}"></colt:content>
                                                                </netui:selectOption>
                                                           </c:forEach>
                                                      </netui:select>
                                                 </div>
                                                 <div class="cls"></div>
                                                 <div class="productTypeLabel">
                                                      <label for="interf"><colt:content key="request_interf">Interface</colt:content> *:</label>
                                                 </div>
                                                 <div class="addressInput">
                                                      <netui:textBox tagId="interf" onChange="setFlag()" styleClass="producttype"     dataSource="actionForm.interfaceField" maxlength="50" /></div>
                                                 <div class="cls"></div>
                                                 <div class="productTypeLabel">
                                                      <label for="quantity"><colt:content key="request_quantity">Quantity</colt:content> *:</label>
                                                 </div>
                                                 <div class="addressInput">
                                                      <netui:textBox tagId="quantity" onChange="setFlag()" styleClass="producttype" dataSource="actionForm.quantity" maxlength="10" /></div>
                                                 <div class="cls"></div>
                                                 <div class="productTypeLabel">
                                                      <label for="potential"><colt:content key="request_potential">Potential</colt:content> *:</label>
                                                 </div>
                                                 <div class="addressInput">
                                                      <netui:select tagId="potential" styleClass="producttypedd" dataSource="actionForm.potential" onChange="setFlag()">
                                                           <c:forEach var="potentialVO" items="${pageFlow.potentialVOList}">
                                                                <netui:selectOption value="${potentialVO.id}">
                                                                <colt:content key="${potentialVO.translationKey}"></colt:content>
                                                                </netui:selectOption>
                                                           </c:forEach>
                                                      </netui:select>
                                                 </div>
                                                 <div class="cls" style="border-bottom:solid 2px #FFFFFF;"> </div>
                                                      <div class="cls"></div>
                                                      <div class="productTypeLabel">
                                                           <label for="address"><colt:content key="request_Address">Address</colt:content>:</label>
                                                      </div>
                                                      <div class="chooseadd" style="padding-top:3px">
                                                           <colt:content key="request_ChooseAddress">(Choose From List)</colt:content>
                                                      </div>
                                                      <div class="cls"></div>
                                            <netui:radioButtonGroup dataSource="actionForm.radio">
                                                 <div>
                                                      <div class="productTypeLabel">
                                                           <netui:radioButtonOption onChange="setFlag()" styleClass="width20" tagId="AEnd"     value="1">
                                                                <colt:content key="request_AEndAddress">A End</colt:content> *:
                                       </netui:radioButtonOption>
                                  </div>
                                                      <div class="addressInput">
                                                           <netui:textBox readonly="true" onChange="setFlag()" styleClass="producttype" tagId="aendAddress" dataSource="actionForm.aendAddress" maxlength="50"></netui:textBox>
                                                           <netui:hidden tagId="aendAddressId" dataSource="actionForm.aendAddressId"></netui:hidden>
                                                      </div>
                                                      <div class="cls"></div>
                                                      <div class="productTypeLabel">
                                                           <label for="company" style="margin-left:5px"><colt:content key="request_company">Company :</colt:content></label>
                                                      </div>
                                                      <div class="addressInput">
                                                           <netui:textBox tagId="aendCompany" onChange="setFlag()" styleClass="producttype" dataSource="actionForm.aendCompanyName" maxlength="50"/>
                                                      </div>
                                                      <div class="cls"></div>                                                  
                                                      <div class="productTypeLabel">
                                                           <label for="popid" style="display:block; margin-left:5px"><colt:content key="request_popid">POP ID(Check Xperweb)</colt:content> :</label>
                                                      </div>
                                                      <div class="addressInput">
                                                           <netui:textBox tagId="pop" onChange="setFlag()" styleClass="producttype" dataSource="actionForm.ABcpPop" />
                                                      </div>
                                                      <div class="cls"></div>                                                  
                                                      <div class="productTypeLabel">
                                                           <label for="pop" style="margin-left:5px"><colt:content key="request_pop">POP</colt:content> *:</label>
                                                      </div>
                                                      <div class="addressInput">
                                                           <netui:select tagId="aendpop" styleClass="producttypedd" dataSource="actionForm.ABcpPopId" onChange="setFlag()">
                                                                <c:forEach var="aendPopVO" items="${pageFlow.bcpVOList}">
                                                                     <netui:selectOption value="${aendPopVO.id}">
                                                                          <colt:content key="${aendPopVO.translationKey}"></colt:content>
                                                                     </netui:selectOption>
                                                                </c:forEach>
                                                           </netui:select>
                                                      </div>
                                                 </div>
                                                 <div class="cls"></div>
                                                 <div>
                                                      <div class="productTypeLabel">
                                                           <netui:radioButtonOption onChange="setFlag()" styleClass="width20" tagId="BEnd" value="2">
                                                                <colt:content key="request_BEndAddress">B End</colt:content> *:
                                                 </netui:radioButtonOption>
                                            </div>
                                                      <div class="addressInput">
                                                           <netui:textBox onChange="setFlag()" styleClass="producttype" tagId="bendAddress" dataSource="actionForm.bendAddress" readonly="true"></netui:textBox>
                                                           <netui:hidden tagId="bendAddressId" dataSource="actionForm.bendAddressId"></netui:hidden>
                                                      </div>
                                                      <div class="cls"></div>
                                                      <div class="productTypeLabel">
                                                           <label for="company" style="margin-left:5px"><colt:content key="request_company">Company :</colt:content></label>
                                                      </div>
                                                      <div class="addressInput">
                                                           <netui:textBox maxlength="50" tagId="aendCompany" onChange="setFlag()" styleClass="producttype" dataSource="actionForm.bendCompanyName" />
                                                      </div>
                                                      <div class="cls"></div>
                                                      <div class="productTypeLabel">
                                                           <label for="popid" style="display:block;margin-left:5px"><colt:content key="request_popid">POP ID(Check Xperweb)</colt:content> :</label>
                                                      </div>
                                                      <div class="addressInput">
                                                           <netui:textBox tagId="pop" onChange="setFlag()" styleClass="producttype"dataSource="actionForm.BBcpPop" />
                                                      </div>
                                                      <div class="cls"></div>
                                                      <div class="productTypeLabel">
                                                           <label for="pop" style="margin-left:5px"><colt:content key="request_pop">POP</colt:content> *:</label>
                                                      </div>
                                                      <div class="addressInput">
                                                           <netui:select tagId="bendpop" styleClass="producttypedd" dataSource="actionForm.BBcpPopId" onChange="setFlag()">
                                                                <c:forEach var="bendPopVO" items="${pageFlow.bcpVOList}">
                                                                     <netui:selectOption value="${bendPopVO.id}">
                                                                          <colt:content key="${bendPopVO.translationKey}"></colt:content>
                                                                     </netui:selectOption>
                                                                </c:forEach>
                                                           </netui:select>
                                                      </div>
                                                      <div class="cls"></div>
                                                 </div>
                                            <div class="cls"></div>
                                       </netui:radioButtonGroup>
                                                      <div class="cls" style="border-bottom:solid 2px #FFFFFF;"> </div>
                                                      <div class="cls"></div>
                                                      <div class="bold">
                                                           <label for="revenue" style="font-size:12px;"><colt:content key="request_revenue">Revenue</colt:content></label>
                                                      </div>
                                                      <div class="cls"></div>
                                                      <div class="cls"></div>
                                                      <div class="bold">
                                                           <label for="before_discount" style="font-size:11.5px;"><colt:content key="request_beforeDiscount">Before Discount (As per product Price List)</colt:content></label>
                                                      </div>
                                                      <div class="productTypeLabel">
                                                           <label for="befInstallationCharge"><colt:content key="request_installationCharge">Installation Charge</colt:content> :</label>
                                                      </div>
                                                      <div class="addressInput">
                                                           <netui:textBox maxlength="10" tagId="befInstallationCharge" onChange="setFlag()" styleClass="producttype" dataSource="actionForm.inst_amt_before_disc" />
                                                      </div>
                                                      <div class="cls"></div>
                                                      <div class="productTypeLabel">
                                                           <label for="befMonRent"><colt:content key="request_monthlyRent">Monthly Rent/PSTN</colt:content> :</label>
                                                      </div>
                                                      <div class="addressInput">
                                                           <netui:textBox maxlength="10" tagId="befMonRent" onChange="setFlag()" styleClass="producttype" dataSource="actionForm.mon_rent_before_disc" />
                                                      </div>
                                                      <div class="cls"> </div>
                                                      <div class="bold">
                                                           <label for="after_discount"><colt:content key="request_afterDiscount">After Discount (Average discount applied over contract term)</colt:content></label>
                                                      </div>
                                                      <div class="cls"></div>
                                                      <div class="productTypeLabel">
                                                           <label for="aftInstallationCharge"><colt:content key="request_installationCharge">Installation Charge</colt:content> :</label>
                                                      </div>
                                                      <div class="addressInput">
                                                           <netui:textBox maxlength="10" tagId="aftInstallationCharge" onChange="setFlag()" styleClass="producttype" dataSource="actionForm.inst_amt_after_disc" />
                                                      </div>
                                                      <div class="cls"></div>
                                                      <div class="productTypeLabel">
                                                           <label for="aefMonRent"><colt:content key="request_monthlyRent">Monthly Rent/PSTN</colt:content> :</label>
                                                      </div>
                                                      <div class="addressInput">
                                                           <netui:textBox maxlength="10" tagId="befMonRent" onChange="setFlag()" styleClass="producttype" dataSource="actionForm.mon_rent_after_disc" />
                                                      </div>
                                                      <div class="cls"></div>
                                                      </div>
                                                 </fieldset>
                                                 <div>
                                                      <img src="/coltPortalWeb/framework/skins/coltBaseSkin/images/spacer.gif" alt="spacer" width="1" height="30" />
                                                 </div>
                                            <div class="cls"></div>
                   </div>
         <c:if test="${requestScope.update!=null && requestScope.update eq 'true'}">
                                            <%@ include file="../../jsp/common/comments.jspf" %>
                                       </c:if>
         </div>
    </div>     
              <%@ include file="../../jsp/common/selectLocationHRef.jspf" %></div>
              <c:if test="${!(requestScope.update!=null && requestScope.update eq 'true')}">
                   <div class="ReqButtonContainer salesP5">
              <div class="uaSelectClearSales saverequest">
              <netui:button type="submit" tagId="button2" action="saveBuildingConnectivityRequest">
              <colt:content key="request_Save_Request">Save Request</colt:content>
              </netui:button>
              </div>
                   </div>
              </c:if>
              </div>
              <div class="clear"></div>
              </div>
              <c:if test="${requestScope.update!=null && requestScope.update eq 'true'}">
              <div id="uaStepButtons">
                   <div class="RightButtons">
                   <p>
                   <netui:button tagId="cancel" styleClass="uaButton" type="submit" action="cancelAction" onClick="javascript:return cancelPopup();">
                   <colt:content key="resolve_cancel">Cancel</colt:content></netui:button>
                             <netui:anchor action="saveBuildingConnectivityRequest" formSubmit="true">
                                  <netui:parameter name="update" value="true"></netui:parameter>
                                  <netui:button tagId="save" styleClass="uaButton"><colt:content key="request_I_am_done">I am done</colt:content>
                                  </netui:button>
                             </netui:anchor>
              </p>
                        </div>
                        <div class="LeftButtons"></div>
                   </div>
                   </c:if>
         </netui:form>
              <c:if test="${!(requestScope.update!=null && requestScope.update eq 'true')}">
              <netui:form tagId="buttonForm" action="finalSubmit">
                   <div id="uaStepButtons">
                        <div class="RightButtons">
                   <p>
              <netui:button tagId="cancel" styleClass="uaButton" type="submit" action="cancelAction" onClick="javascript:return cancelPopup();"><colt:content key="request_Cancel_this_opportunity">Cancel this opportunity</colt:content></netui:button>
                             <netui:button tagId="save" styleClass="uaButton" type="submit" action="finalSubmit" onClick="javascript:return saveBeforeExit('${requestScope.POPUP_FLAG}');"><colt:content key="request_I_am_done">I am done</colt:content></netui:button>
              </p>
                        </div>
                        <div class="LeftButtons"></div>
                   </div>
              </netui:form>
              </c:if>
              </div>
         </div>

  • Assertion error when closing QueueReceiver

    Hi,
    I initially posted this in the JMS newsgroup, but got the following response
    from Zach:
    This appears to a be a problem with class loaders and/or RMI,
    that is to say it is not a JMS Problem. Specifically, the assertion
    is ensuring that the thread has a class loader - and your thread does
    not. The same check was in place for 6.0 so I am not sure why it
    fails now on 6.1
    Please post this in the rmi-iiop newsgroup.So here goes. One additional comment: when switching from WL 6.0 to 6.1, we
    were able to improve the packaging of the application. With 6.0, we were
    forced to make some of the classes available in the server's system
    classpath. With 6.1, the application is now in an EAR file and uses a
    Classpath: entry in the manifest file for referencing a utility package
    (dc.jar). On the client side, the classpath contains weblogic.jar + the same
    dc.jar file + another jar file containing various serializable classes
    (value objects), JavaBeans etc that are necessary because we are passing
    serialized objects as JMS messages.
    Here is the original problem description:
    We have a problem on WL6.1 with an application that used to work fine on WL
    6.0 SP2. We have a JMS queue in the server, and a client process connects to
    this queue. The application works fine, i.e. the client can both send and
    receive messages on the queue without any problem. However, when the client
    disconnects through the following bit of code:
    public void stop() throws TransportException {
    synchronized (jmsSync) {
    try {
    receiver.close();
    session.close();
    connection.close();
    } catch (Exception e) {
    throw new TransportException(e);
    WL throws an AssertionError - see full trace below.
    weblogic.utils.AssertionError: ***** ASSERTION FAILED *****[ Assertion
    violated ]
    at weblogic.utils.Debug.assert(Debug.java:74)
    at weblogic.j2ee.ApplicationManager.loadClass(ApplicationManager.java:107)
    at
    weblogic.rjvm.MsgAbbrevInputStream.readClassDescriptor(MsgAbbrevInputStream.
    java:211)
    at
    weblogic.common.internal.ChunkedObjectInputStream.readObject(ChunkedObjectIn
    putStream.java:83)
    at
    weblogic.common.internal.ChunkedObjectInputStream.readObject(ChunkedObjectIn
    putStream.java:115)
    at weblogic.rmi.internal.ObjectIO.readObject(ObjectIO.java:56)
    at
    weblogic.rmi.internal.BasicRemoteRef.unmarshalReturn(BasicRemoteRef.java:230
    at weblogic.rmi.internal.BasicRemoteRef.invoke(BasicRemoteRef.java:134)
    at weblogic.rmi.internal.ProxyStub.invoke(ProxyStub.java:35)
    at $Proxy2.dispatchSyncNoTranFuture(Unknown Source)
    at
    weblogic.jms.dispatcher.DispatcherWrapperState.dispatchSyncNoTran(Dispatcher
    WrapperState.java:341)
    at weblogic.jms.client.JMSSession.consumerClose(JMSSession.java:1331)
    at weblogic.jms.client.JMSConsumer.close(JMSConsumer.java:329)
    at ubiquity.dc.JMSComputer.stop(JMSComputer.java:112)
    at ubiquity.rapids.matlab.Engine.stop(Engine.java:57)
    at ubiquity.rapids.matlab.Engine.stopApplication(Engine.java:371)
    --------------- nested within: ------------------
    weblogic.rmi.extensions.RemoteRuntimeException - with nested exception:
    [weblogic.utils.AssertionError: ***** ASSERTION FAILED *****[ Assertion
    violated ]]
    at weblogic.rmi.internal.ProxyStub.invoke(ProxyStub.java:60)
    at $Proxy2.dispatchSyncNoTranFuture(Unknown Source)
    at
    weblogic.jms.dispatcher.DispatcherWrapperState.dispatchSyncNoTran(Dispatcher
    WrapperState.java:341)
    at weblogic.jms.client.JMSSession.consumerClose(JMSSession.java:1331)
    at weblogic.jms.client.JMSConsumer.close(JMSConsumer.java:329)
    at ubiquity.dc.JMSComputer.stop(JMSComputer.java:112)
    at ubiquity.rapids.matlab.Engine.stop(Engine.java:57)
    at ubiquity.rapids.matlab.Engine.stopApplication(Engine.java:371)
    Thanks,
    Alain.
    Alain Rogister
    http://www.ubiquity.be

    Zach,
    I checked this and the classloader is null, so this must be the cause of the
    problem. Note that our JMS client app is installed as a W2K service. The
    software we use registers the service with a set of parameters like this:
    RapidsEngines.exe -install %1
    %JAVA_HOME%\jre\bin\hotspot\jvm.dll -Djava.class.path=%ENGINE_CLASSPATH% -st
    art ubiquity.rapids.matlab.Engine -stop
    ubiquity.rapids.matlab.Engine -method stopApplication -out
    %LOG_PATH%\stdout.log -err %LOG_PATH%\stderr.log
    This means that, on the Engine class, the static main() method will be
    called by the start event on the service (this is the default if no other
    method is specified), and the stopApplication() static method will be called
    by the stop event on the service. For some reason that I don't understand
    yet, the ContextClassLoader is null at this point. Anyway, I guess if the
    client connection to WL is just terminated without closing JMS resources
    properly, WL will do the cleanup at some point.
    Should I file a bug report anyway regarding the AssertionError that gets
    thrown ?
    Cheers,
    Alain.
    Alain Rogister
    http://www.ubiquity.be
    "Zach" <[email protected]> wrote in message
    news:[email protected]..
    Also, is this the bottom of the stack? Do you have a class loader
    at the following place in the stack trace?
    at ubiquity.dc.JMSComputer.stop(JMSComputer.java:112)
    at ubiquity.rapids.matlab.Engine.stop(Engine.java:57)
    at ubiquity.rapids.matlab.Engine.stopApplication(Engine.java:371)
    if (Thread.getContextClassLoader() == null) {
    System.out.println("DANGER WILL ROBINSON");
    _sjz.

  • Photoshop CS4 Error when File Quit

    I receive an error each and every time that I close Photoshop (File>Quit).  I do not receive the error when quitting Illustrator.  Below is the Problem Details and my System Config.  Does anyone see anything out of the ordinary?  Any help is greatly appreciated!!!
    Problem Details
    Process:         Adobe Photoshop CS4 [313]
    Path:            /Applications/Adobe Photoshop CS4/Adobe Photoshop CS4.app/Contents/MacOS/Adobe Photoshop CS4
    Identifier:      com.adobe.Photoshop
    Version:         11.0.2 (11.0.2x20100519 [20100519.r.592 2010/05/19:02:00:00 cutoff; r branch]) (11.0.2)
    Code Type:       X86 (Native)
    Parent Process:  launchd [124]
    Interval Since Last Report:          904713 sec
    Crashes Since Last Report:           28
    Per-App Interval Since Last Report:  1448002 sec
    Per-App Crashes Since Last Report:   51
    Date/Time:       2010-12-03 15:29:27.078 -0800
    OS Version:      Mac OS X 10.5.8 (9L31a)
    Report Version:  6
    Anonymous UUID:  94B37228-4B5A-4640-B3AE-F510CFA3EF70
    Exception Type:  EXC_BAD_ACCESS (SIGSEGV)
    Exception Codes: KERN_INVALID_ADDRESS at 0x000000001c2339de
    Crashed Thread:  0
    Thread 0 Crashed:
    0   ???                           0x1c2339de 0 + 472070622
    1   com.adobe.Photoshop           0x006c08d1 0x1000 + 7076049
    2   com.adobe.Photoshop           0x002503c3 0x1000 + 2421699
    3   com.adobe.Photoshop           0x00250490 0x1000 + 2421904
    4   com.adobe.Photoshop           0x005e70cc 0x1000 + 6185164
    5   com.adobe.Photoshop           0x005e7171 0x1000 + 6185329
    6   com.adobe.Photoshop           0x006766f6 0x1000 + 6772470
    7   com.adobe.Photoshop           0x0067a984 0x1000 + 6789508
    8   com.adobe.Photoshop           0x0007c732 0x1000 + 505650
    9   com.adobe.Photoshop           0x0007c58b 0x1000 + 505227
    10  com.adobe.Photoshop           0x000a39c2 0x1000 + 666050
    11  com.adobe.Photoshop           0x000621a2 0x1000 + 397730
    12  com.adobe.Photoshop           0x002205da 0x1000 + 2225626
    13  com.adobe.Photoshop           0x00220666 0x1000 + 2225766
    14  com.adobe.Photoshop           0x00003812 0x1000 + 10258
    15  com.adobe.Photoshop           0x00003739 0x1000 + 10041
    Thread 1:
    0   libSystem.B.dylib             0x935469c6 kevent + 10
    1   libSystem.B.dylib             0x93547155 _pthread_start + 321
    2   libSystem.B.dylib             0x93547012 thread_start + 34
    Thread 2:
    0   libSystem.B.dylib             0x935162ae semaphore_wait_signal_trap + 10
    1   libSystem.B.dylib             0x935482c6 _pthread_cond_wait + 1267
    2   libSystem.B.dylib             0x9358d539 pthread_cond_wait + 48
    3   com.adobe.amt.services        0x04b60552 AMTConditionLock::LockWhenCondition(int) + 46
    4   com.adobe.amt.services        0x04b5b995 _AMTThreadedPCDService::PCDThreadWorker(_AMTThreadedPCDService*) + 115
    5   com.adobe.amt.services        0x04b605b0 AMTThread::Worker(void*) + 20
    6   libSystem.B.dylib             0x93547155 _pthread_start + 321
    7   libSystem.B.dylib             0x93547012 thread_start + 34
    Thread 3:
    0   libSystem.B.dylib             0x9351d44e __semwait_signal + 10
    1   libSystem.B.dylib             0x93547dcd pthread_cond_wait$UNIX2003 + 73
    2   libGLProgrammability.dylib    0x9002ab32 glvmDoWork + 162
    3   libSystem.B.dylib             0x93547155 _pthread_start + 321
    4   libSystem.B.dylib             0x93547012 thread_start + 34
    Thread 4:
    0   libSystem.B.dylib             0x935162ba semaphore_timedwait_trap + 10
    1   ...ple.CoreServices.CarbonCore 0x956d9417 MPWaitOnSemaphore + 125
    2   MultiProcessor Support        0x1c407eff 0x1c3d8000 + 196351
    3   ...ple.CoreServices.CarbonCore 0x956c5fbb PrivateMPEntryPoint + 56
    4   libSystem.B.dylib             0x93547155 _pthread_start + 321
    5   libSystem.B.dylib             0x93547012 thread_start + 34
    Thread 5:
    0   libSystem.B.dylib             0x9351d44e __semwait_signal + 10
    1   libSystem.B.dylib             0x93547dcd pthread_cond_wait$UNIX2003 + 73
    2   ...ple.CoreServices.CarbonCore 0x956c7de3 TSWaitOnCondition + 126
    3   ...ple.CoreServices.CarbonCore 0x956a6c36 TSWaitOnConditionTimedRelative + 202
    4   ...ple.CoreServices.CarbonCore 0x956c7a60 MPWaitOnQueue + 208
    5   AdobeACE                      0x027c138d 0x2790000 + 201613
    6   AdobeACE                      0x027c0d85 0x2790000 + 200069
    7   ...ple.CoreServices.CarbonCore 0x956c5fbb PrivateMPEntryPoint + 56
    8   libSystem.B.dylib             0x93547155 _pthread_start + 321
    9   libSystem.B.dylib             0x93547012 thread_start + 34
    Thread 6:
    0   libSystem.B.dylib             0x93516386 mach_wait_until + 10
    1   libSystem.B.dylib             0x9358d3ad nanosleep + 314
    2   com.adobe.PSAutomate          0x28bfc1b1 ScObjects::Thread::sleep(unsigned int) + 143
    3   com.adobe.PSAutomate          0x28bfc211 ScObjects::Thread::wait(unsigned int) + 23
    4   com.adobe.PSAutomate          0x28becdc6 ScObjects::BridgeTalkThread::run() + 332
    5   com.adobe.PSAutomate          0x28bfc4d3 ScObjects::Thread::go(void*) + 239
    6   libSystem.B.dylib             0x93547155 _pthread_start + 321
    7   libSystem.B.dylib             0x93547012 thread_start + 34
    Thread 7:
    0   libSystem.B.dylib             0x93516266 mach_msg_trap + 10
    1   libSystem.B.dylib             0x9351da5c mach_msg + 72
    2   com.apple.CoreFoundation      0x97daee7e CFRunLoopRunSpecific + 1790
    3   com.apple.CoreFoundation      0x97dafb04 CFRunLoopRun + 84
    4   com.apple.DesktopServices     0x917a6d0f TSystemNotificationTask::SystemNotificationTaskProc(void*) + 123
    5   ...ple.CoreServices.CarbonCore 0x956c5fbb PrivateMPEntryPoint + 56
    6   libSystem.B.dylib             0x93547155 _pthread_start + 321
    7   libSystem.B.dylib             0x93547012 thread_start + 34
    Thread 8:
    0   libSystem.B.dylib             0x93516266 mach_msg_trap + 10
    1   libSystem.B.dylib             0x9351da5c mach_msg + 72
    2   com.apple.CoreFoundation      0x97daee7e CFRunLoopRunSpecific + 1790
    3   com.apple.CoreFoundation      0x97dafb04 CFRunLoopRun + 84
    4   com.apple.DesktopServices     0x917a6e88 TFSEventsNotificationTask::FSEventsNotificationTaskProc(void*) + 216
    5   ...ple.CoreServices.CarbonCore 0x956c5fbb PrivateMPEntryPoint + 56
    6   libSystem.B.dylib             0x93547155 _pthread_start + 321
    7   libSystem.B.dylib             0x93547012 thread_start + 34
    Thread 9:
    0   libSystem.B.dylib             0x9351d44e __semwait_signal + 10
    1   libSystem.B.dylib             0x93547dcd pthread_cond_wait$UNIX2003 + 73
    2   ...ple.CoreServices.CarbonCore 0x956c7de3 TSWaitOnCondition + 126
    3   ...ple.CoreServices.CarbonCore 0x956a6c36 TSWaitOnConditionTimedRelative + 202
    4   ...ple.CoreServices.CarbonCore 0x956c7a60 MPWaitOnQueue + 208
    5   com.apple.DesktopServices     0x917b1e6a TNodeSyncTask::SyncTaskProc(void*) + 84
    6   ...ple.CoreServices.CarbonCore 0x956c5fbb PrivateMPEntryPoint + 56
    7   libSystem.B.dylib             0x93547155 _pthread_start + 321
    8   libSystem.B.dylib             0x93547012 thread_start + 34
    Thread 10:
    0   libSystem.B.dylib             0x935469c6 kevent + 10
    1   libSystem.B.dylib             0x93547155 _pthread_start + 321
    2   libSystem.B.dylib             0x93547012 thread_start + 34
    Thread 11:
    0   libSystem.B.dylib             0x935656fa select$DARWIN_EXTSN + 10
    1   libSystem.B.dylib             0x93547155 _pthread_start + 321
    2   libSystem.B.dylib             0x93547012 thread_start + 34
    Thread 12:
    0   libSystem.B.dylib             0x935162c6 semaphore_timedwait_signal_trap + 10
    1   libSystem.B.dylib             0x935482af _pthread_cond_wait + 1244
    2   libSystem.B.dylib             0x93549b33 pthread_cond_timedwait_relative_np + 47
    3   com.apple.Foundation          0x95e36dbc -[NSCondition waitUntilDate:] + 236
    4   com.apple.Foundation          0x95e36bd0 -[NSConditionLock lockWhenCondition:beforeDate:] + 144
    5   com.apple.Foundation          0x95e36b35 -[NSConditionLock lockWhenCondition:] + 69
    6   com.apple.AppKit              0x94f246e8 -[NSUIHeartBeat _heartBeatThread:] + 753
    7   com.apple.Foundation          0x95df0dfd -[NSThread main] + 45
    8   com.apple.Foundation          0x95df09a4 __NSThread__main__ + 308
    9   libSystem.B.dylib             0x93547155 _pthread_start + 321
    10  libSystem.B.dylib             0x93547012 thread_start + 34
    Thread 13:
    0   libSystem.B.dylib             0x935162c6 semaphore_timedwait_signal_trap + 10
    1   libSystem.B.dylib             0x935482af _pthread_cond_wait + 1244
    2   libSystem.B.dylib             0x93549b33 pthread_cond_timedwait_relative_np + 47
    3   ...ple.CoreServices.CarbonCore 0x956a6c62 TSWaitOnConditionTimedRelative + 246
    4   ...ple.CoreServices.CarbonCore 0x956c7a60 MPWaitOnQueue + 208
    5   com.apple.DesktopServices     0x917b3db4 TFolderSizeTask::FolderSizeTaskProc(void*) + 104
    6   ...ple.CoreServices.CarbonCore 0x956c5fbb PrivateMPEntryPoint + 56
    7   libSystem.B.dylib             0x93547155 _pthread_start + 321
    8   libSystem.B.dylib             0x93547012 thread_start + 34
    Thread 0 crashed with X86 Thread State (32-bit):
      eax: 0x00000000  ebx: 0x22ccc896  ecx: 0x00000000  edx: 0x00000000
      edi: 0x22cd7120  esi: 0x19a2b880  ebp: 0xbffff208  esp: 0xbffff16c
       ss: 0x0000001f  efl: 0x00010202  eip: 0x1c2339de   cs: 0x00000017
       ds: 0x0000001f   es: 0x0000001f   fs: 0x00000000   gs: 0x00000037
      cr2: 0x1c2339de
    Binary Images:
        0x1000 -  0x19aefdf +com.adobe.Photoshop 11.0.2 (11.0.2x20100519 [20100519.r.592 2010/05/19:02:00:00 cutoff; r branch]) (11.0.2) <40dbac70268844b1a8ce142bf8a18887> /Applications/Adobe Photoshop CS4/Adobe Photoshop CS4.app/Contents/MacOS/Adobe Photoshop CS4
    0x207f000 -  0x2084fff  org.twain.dsm 1.9.3 (1.9.3) /System/Library/Frameworks/TWAIN.framework/Versions/A/TWAIN
    0x208d000 -  0x246701f +com.adobe.linguistic.LinguisticManager 4.0.0 (7863) /Applications/Adobe Photoshop CS4/Adobe Photoshop CS4.app/Contents/Frameworks/AdobeLinguistic.framework/Versions/3/AdobeLinguistic
    0x251b000 -  0x2715fcf +AdobeOwl ??? (???) <4cca2c7b48964ddaa14b725fb0c202b5> /Applications/Adobe Photoshop CS4/Adobe Photoshop CS4.app/Contents/Frameworks/AdobeOwl.framework/Versions/A/AdobeOwl
    0x2790000 -  0x289dfff +AdobeACE ??? (???) /Applications/Adobe Photoshop CS4/Adobe Photoshop CS4.app/Contents/Frameworks/AdobeACE.framework/Versions/A/AdobeACE
    0x28bb000 -  0x2c85fef +AdobeMPS ??? (???) <277e01a3cac34fa9a5914bc0a5bc125a> /Applications/Adobe Photoshop CS4/Adobe Photoshop CS4.app/Contents/Frameworks/AdobeMPS.framework/Versions/A/AdobeMPS
    0x2d14000 -  0x2d74fc7 +AdobeXMP ??? (???) /Applications/Adobe Photoshop CS4/Adobe Photoshop CS4.app/Contents/Frameworks/AdobeXMP.framework/Versions/A/AdobeXMP
    0x2d83000 -  0x307efff +AdobeAGM ??? (???) /Applications/Adobe Photoshop CS4/Adobe Photoshop CS4.app/Contents/Frameworks/AdobeAGM.framework/Versions/A/AdobeAGM
    0x313e000 -  0x33d1fe7 +AdobeCoolType ??? (???) /Applications/Adobe Photoshop CS4/Adobe Photoshop CS4.app/Contents/Frameworks/AdobeCoolType.framework/Versions/A/AdobeCoolType
    0x3455000 -  0x346efff +AdobeBIB ??? (???) /Applications/Adobe Photoshop CS4/Adobe Photoshop CS4.app/Contents/Frameworks/AdobeBIB.framework/Versions/A/AdobeBIB
    0x3478000 -  0x3499ff7 +AdobeBIBUtils ??? (???) /Applications/Adobe Photoshop CS4/Adobe Photoshop CS4.app/Contents/Frameworks/AdobeBIBUtils.framework/Versions/A/AdobeBIBUtils
    0x34a6000 -  0x34c1ff9 +AdobePDFSettings ??? (???) /Applications/Adobe Photoshop CS4/Adobe Photoshop CS4.app/Contents/Frameworks/AdobePDFSettings.framework/Versions/A/AdobePDFSettings
    0x34db000 -  0x34ffff6 +AdobeAXE8SharedExpat ??? (???) /Applications/Adobe Photoshop CS4/Adobe Photoshop CS4.app/Contents/Frameworks/AdobeAXE8SharedExpat.framework/Versions/A/AdobeAXE8SharedExpa t
    0x3512000 -  0x359f2cb +libicucnv.dylib.36.0 ??? (???) /Applications/Adobe Photoshop CS4/Adobe Photoshop CS4.app/Contents/Frameworks/ICUConverter.framework/Versions/3.6/libicucnv.dylib.36.0
    0x35cc000 -  0x35e780f +libicudata.dylib.36.0 ??? (???) /Applications/Adobe Photoshop CS4/Adobe Photoshop CS4.app/Contents/Frameworks/ICUData.framework/Versions/3.6/libicudata.dylib.36.0
    0x35ea000 -  0x37a0ff4 +com.adobe.amtlib amtlib 2.0.1.10077 (2.0.1.10077) <cb2ec3bf67714dabbf296775fb6f9608> /Applications/Adobe Photoshop CS4/Adobe Photoshop CS4.app/Contents/Frameworks/amtlib.framework/Versions/A/amtlib
    0x37d7000 -  0x3867fc3 +WRServices ??? (???) /Applications/Adobe Photoshop CS4/Adobe Photoshop CS4.app/Contents/Frameworks/WRServices.framework/Versions/A/WRServices
    0x39e9000 -  0x39edffc +com.adobe.AdobeCrashReporter 2.5 (3.0.20080806) /Applications/Adobe Photoshop CS4/Adobe Photoshop CS4.app/Contents/Frameworks/AdobeCrashReporter.framework/Versions/A/AdobeCrashReporter
    0x39f3000 -  0x3a0ffd7 +com.adobe.LogTransport 1.0 (1.0) /Applications/Adobe Photoshop CS4/Adobe Photoshop CS4.app/Contents/Frameworks/LogTransport.framework/Versions/A/LogTransport
    0x3a1a000 -  0x3aeffdd +FileInfo ??? (???) <f0932f89fc984ba9b4f2c58d0e71d3c1> /Applications/Adobe Photoshop CS4/Adobe Photoshop CS4.app/Contents/Frameworks/FileInfo.framework/Versions/A/FileInfo
    0x3b20000 -  0x3b77fff +aif_core ??? (???) <b4dcb439e1eeabe3bd122c42e980366b> /Applications/Adobe Photoshop CS4/Adobe Photoshop CS4.app/Contents/Frameworks/aif_core.framework/Versions/A/aif_core
    0x3b8f000 -  0x3bacffd +data_flow ??? (???) <8e452b6f803239d8eb5c49a4e31cb988> /Applications/Adobe Photoshop CS4/Adobe Photoshop CS4.app/Contents/Frameworks/data_flow.framework/Versions/A/data_flow
    0x3bd8000 -  0x3c51fff +image_flow ??? (???) <498a857df8c6f9e0c92fbc3ec8680ed0> /Applications/Adobe Photoshop CS4/Adobe Photoshop CS4.app/Contents/Frameworks/image_flow.framework/Versions/A/image_flow
    0x3cb7000 -  0x3cc7fff +image_runtime ??? (???) <f379a95229831e44676dbbd8259f131a> /Applications/Adobe Photoshop CS4/Adobe Photoshop CS4.app/Contents/Frameworks/image_runtime.framework/Versions/A/image_runtime
    0x3cdc000 -  0x3e9bffe +aif_ogl ??? (???) /Applications/Adobe Photoshop CS4/Adobe Photoshop CS4.app/Contents/Frameworks/aif_ogl.framework/Versions/A/aif_ogl
    0x3f4c000 -  0x444afc3 +AdobeOwlCanvas ??? (???) <fcb2d1a31f6e41828e2cd0b23572d285> /Applications/Adobe Photoshop CS4/Adobe Photoshop CS4.app/Contents/Frameworks/AdobeOwlCanvas.framework/Versions/A/AdobeOwlCanvas
    0x4593000 -  0x4665fe7 +AdobeAXEDOMCore ??? (???) /Applications/Adobe Photoshop CS4/Adobe Photoshop CS4.app/Contents/Frameworks/AdobeAXEDOMCore.framework/Versions/A/AdobeAXEDOMCore
    0x4719000 -  0x477bfe7 +com.adobe.PlugPlug 1.0.0.73 (1.0.0.73) /Applications/Adobe Photoshop CS4/Adobe Photoshop CS4.app/Contents/Frameworks/PlugPlug.framework/Versions/A/PlugPlug
    0x47dc000 -  0x4823fc7 +com.adobe.adobe_caps adobe_caps 2.0.99.0 (2.0.99.0) /Applications/Adobe Photoshop CS4/Adobe Photoshop CS4.app/Contents/Frameworks/adobe_caps.framework/Versions/A/adobe_caps
    0x4833000 -  0x4872fff  com.apple.vmutils 4.1 (104) <ce02dba5e2e99fa2eb41a81bc9680985> /System/Library/PrivateFrameworks/vmutils.framework/Versions/A/vmutils
    0x4b2e000 -  0x4b2ffe1  com.apple.textencoding.unicode 2.2 (2.2) <09ac11c81bf4e673a30cc364868fdc11> /System/Library/TextEncodings/Unicode Encodings.bundle/Contents/MacOS/Unicode Encodings
    0x4b40000 -  0x4be1fc3 +com.adobe.amt.services AMTServices 2.0.1.10077 (BuildVersion: 53.352460; BuildDate: Tue Jul 29 2008 16:31:09) (2 . 0) <31e82904c3c2424ea1aea5efadbb19b8> /Applications/Adobe Photoshop CS4/Adobe Photoshop CS4.app/Contents/Frameworks/amtservices.framework/Versions/a/amtservices
    0x4d8a000 -  0x4d8bffc +com.yourcompany.ct_loader 1.4.0.6 (1406) <cb081fec80551692c978a91a59bf5f2b> /Library/InputManagers/CTLoader/ct_loader.bundle/Contents/MacOS/ct_loader
    0x4d91000 -  0x4d9bfff +com.unsanity.smartcrashreports Smart Crash Reports version 1.5 (1.5) <7e3e7d42bb626d09e2620140ba963851> /Library/InputManagers/Smart Crash Reports/Smart Crash Reports.bundle/Contents/MacOS/Smart Crash Reports
    0x4dcb000 -  0x4dd9feb  libSimplifiedChineseConverter.dylib ??? (???) <68f130a585c3f580d166ef7cbbf47e69> /System/Library/CoreServices/Encodings/libSimplifiedChineseConverter.dylib
    0x4dde000 -  0x4df0fff  libTraditionalChineseConverter.dylib ??? (???) <6108541a452ff07d2f67db4a488b9d22> /System/Library/CoreServices/Encodings/libTraditionalChineseConverter.dylib
    0x4df4000 -  0x4df5ff3  ATSHI.dylib ??? (???) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framew ork/Versions/A/Resources/ATSHI.dylib
    0x19143000 - 0x19145ffa +Adobe Unit Types a2.0.0 (2.0.0) /Library/ScriptingAdditions/Adobe Unit Types.osax/Contents/MacOS/Adobe Unit Types
    0x19878000 - 0x19885ff7 +com.adobe.asneu.framework asneu version 1.6.2f01 (1.6.2) /Applications/Adobe Photoshop CS4/Adobe Photoshop CS4.app/Contents/Frameworks/asneu.framework/Versions/a/asneu
    0x19893000 - 0x19893ffd  libmx.A.dylib ??? (???) /usr/lib/libmx.A.dylib
    0x1a0e2000 - 0x1a0e7fff  libFontStreams.A.dylib ??? (???) <7fdd0a7f085dc9648c951bc4afd708f4> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphi cs.framework/Versions/A/Resources/libFontStreams.A.dylib
    0x1c23f000 - 0x1c262ff7 +CSI-Launcher.dylib ??? (???) /Library/Application Support/Adobe/CS4ServiceManager/CSI-Launcher.dylib
    0x1c392000 - 0x1c39dfff +Enable Async IO ??? (???) <fd91e79fc4aa4ebcaf6d3e154f14878f> /Applications/Adobe Photoshop CS4/Plug-ins/Extensions/Enable Async IO.plugin/Contents/MacOS/Enable Async IO
    0x1c3a2000 - 0x1c3b002f +FastCore ??? (???) <f12878b7bee940ca9f0565cd0f5688e2> /Applications/Adobe Photoshop CS4/Plug-ins/Extensions/FastCore.plugin/Contents/MacOS/FastCore
    0x1c3b6000 - 0x1c3c1ffb +PPCCore ??? (???) <ed521eb7681d45aa9ae36bf4663e4bd3> /Applications/Adobe Photoshop CS4/Plug-ins/Extensions/PPCCore.plugin/Contents/MacOS/PPCCore
    0x1c3c7000 - 0x1c3d2ffe +AltiVecCore ??? (???) <a967ae2af2ae4e12a7b668b981cbd906> /Applications/Adobe Photoshop CS4/Plug-ins/Extensions/AltiVecCore.plugin/Contents/MacOS/AltiVecCore
    0x1c3d8000 - 0x1c41fff7 +MultiProcessor Support ??? (???) <001a163b53144613a23af35b63065fd0> /Applications/Adobe Photoshop CS4/Plug-ins/Extensions/MultiProcessor Support.plugin/Contents/MacOS/MultiProcessor Support
    0x1c4ce000 - 0x1c653fe3  GLEngine ??? (???) <3bd4729832411ff31de5bb9d97e3718d> /System/Library/Frameworks/OpenGL.framework/Resources/GLEngine.bundle/GLEngine
    0x1c681000 - 0x1c9eafe8  com.apple.GeForce8xxxGLDriver 1.5.48 (5.4.8) <880ed3155078052260ade6e705c9ca64> /System/Library/Extensions/GeForce8xxxGLDriver.bundle/Contents/MacOS/GeForce8xxxGLDriver
    0x1cd25000 - 0x1cd41ff7  GLRendererFloat ??? (???) <927b7d5ce6a7c21fdc761f6f29cdf4ee> /System/Library/Frameworks/OpenGL.framework/Versions/A/Resources/GLRendererFloat.bundle/G LRendererFloat
    0x1df00000 - 0x1df65fe3 +MMXCore ??? (???) <e206c8dcaea849df8fbc8b447e3a59a1> /Applications/Adobe Photoshop CS4/Plug-ins/Extensions/MMXCore.plugin/Contents/MacOS/MMXCore
    0x1e003000 - 0x1e155fc7 +com.adobe.coretech.adm 3.10x16 (3.1) /Applications/Adobe Photoshop CS4/Plug-ins/ADM/AdobeADM.bundle/Contents/MacOS/AdobeADM
    0x1e62a000 - 0x1e67ffdf +com.DivXInc.DivXDecoder 6.8.3.5 (6.8.3.5) /Library/QuickTime/DivX Decoder.component/Contents/MacOS/DivX Decoder
    0x1e6ad000 - 0x1e6b0ff3 +com.divx.divxtoolkit 1.0 (1.0) /Library/Frameworks/DivX Toolkit.framework/Versions/A/DivX Toolkit
    0x21bff000 - 0x21c00fff +com.ononesoftware.welcomedialog ??? (1.2) <79636152006cac67e5eb21836b879839> /Library/Frameworks/onOneWelcomeDialog.framework/Versions/A/onOneWelcomeDialog
    0x22ccb000 - 0x22cd6fff +com.ononesoftware.extensislibrary 1.0 (2.0.0) <ddcc69904611cb61309b67e28f637f9b> /Applications/Adobe Photoshop CS4/Plug-ins/Plug-in Files/onOne Library.8li/Contents/MacOS/onOne Library
    0x27147000 - 0x2716bfeb +com.ononesoftware.ononewidgets ??? (2.0) <9cf0240421f210b10dcea326b45bb5ff> /Library/Frameworks/OnOneWidgets.framework/Versions/A/OnOneWidgets
    0x28ac4000 - 0x28d20fdf +com.adobe.PSAutomate 11.0.1 (11.0.1) /Applications/Adobe Photoshop CS4/Plug-ins/Extensions/ScriptingSupport.plugin/Contents/MacOS/ScriptingSupport
    0x28fb4000 - 0x29082fff +AdobeExtendScript ??? (???) /Applications/Adobe Photoshop CS4/Adobe Photoshop CS4.app/Contents/Frameworks/AdobeExtendScript.framework/Versions/A/AdobeExtendScript
    0x290f9000 - 0x2919afd7 +AdobeScCore ??? (???) /Applications/Adobe Photoshop CS4/Adobe Photoshop CS4.app/Contents/Frameworks/AdobeScCore.framework/Versions/A/AdobeScCore
    0x29300000 - 0x295f9ff3  com.apple.RawCamera.bundle 2.3.0 (505) <1c7cea30ffe2b4de98ced6518df1e54b> /System/Library/CoreServices/RawCamera.bundle/Contents/MacOS/RawCamera
    0x2a852000 - 0x2a883fe3 +com.adobe.amt.registration AMTRegistration 2.0.1.10077 (BuildVersion: 53.352460; BuildDate: Tue Jul 29 2008 16:31:09) (2 . 0) /Applications/Adobe Photoshop CS4/Adobe Photoshop CS4.app/Contents/Frameworks/registration.framework/Versions/a/registration
    0x2a8bc000 - 0x2a918ff2 +AdobeUpdater ??? (???) <064cfaa41caf46e3bebf04948641c927> /Applications/Adobe Photoshop CS4/Adobe Photoshop CS4.app/Contents/Frameworks/AdobeUpdater.framework/Versions/a/AdobeUpdater
    0x2ad00000 - 0x2b182fe3 +AdobeLM_libFNP.dylib ??? (???) <02e9ac769cc64974af0548e737c2cc20> /Applications/Adobe Photoshop CS4/Adobe Photoshop CS4.app/Contents/Frameworks/amtlib.framework/Versions/a/AdobeLM_libFNP.dylib
    0x2b400000 - 0x2b507fcf +com.adobe.versioncue ??? (4.0.1.095) /Library/Application Support/Adobe/Adobe Version Cue CS4/Client/4.0.1/VersionCue.framework/VersionCue
    0x2d2dc000 - 0x2d2e6ffe  com.apple.URLMount 3.1.1 (3.1.1) <a6aece1c9c34992e08acf4b68e523f90> /System/Library/PrivateFrameworks/URLMount.framework/URLMount
    0x2ed41000 - 0x2ed46ff3  libCGXCoreImage.A.dylib ??? (???) <4199fa0c7dd9592abf465b20feec52f9> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphi cs.framework/Versions/A/Resources/libCGXCoreImage.A.dylib
    0x3e000000 - 0x3e045fef  com.apple.glut 3.4.2 (GLUT-3.4.2) <b791e8acba4a4c38ab339eb79e929e57> /System/Library/Frameworks/GLUT.framework/Versions/A/GLUT
    0x40000000 - 0x400ae030 +AdobeJP2K ??? (???) /Applications/Adobe Photoshop CS4/Adobe Photoshop CS4.app/Contents/Frameworks/AdobeJP2K.framework/Versions/A/AdobeJP2K
    0x6eabc000 - 0x6f0b4fdf +com.adobe.PDFL 9.0.0 (9.0.0.1733) <db2938e8a7f4441b9878d5183cceda4d> /Applications/Adobe Photoshop CS4/Adobe Photoshop CS4.app/Contents/Frameworks/AdobePDFL.framework/AdobePDFL
    0x8fe00000 - 0x8fe2db43  dyld 97.1 (???) <458eed38a009e5658a79579e7bc26603> /usr/lib/dyld
    0x90003000 - 0x904d4fbe  libGLProgrammability.dylib ??? (???) <7f18294a7bd0b6afe4319f29187fc70d> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLProgrammability.dyl ib
    0x904d5000 - 0x913d4fe6  com.apple.QuickTimeComponents.component 7.6.6 (1674) /System/Library/QuickTime/QuickTimeComponents.component/Contents/MacOS/QuickTimeComponent s
    0x9140c000 - 0x91421ffb  com.apple.ImageCapture 5.0.2 (5.0.2) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/ImageCapture.framework/ Versions/A/ImageCapture
    0x91422000 - 0x9144aff7  com.apple.shortcut 1.0.1 (1.0) <131202e7766e327d02d55c0f5fc44ad7> /System/Library/PrivateFrameworks/Shortcut.framework/Versions/A/Shortcut
    0x9144b000 - 0x91466ff3  libPng.dylib ??? (???) <c0791798fb92acc136c250a373449359> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.fr amework/Versions/A/Resources/libPng.dylib
    0x91467000 - 0x9146eff7  libCGATS.A.dylib ??? (???) <29154398dbefc2a1a97715e5af1e3552> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphi cs.framework/Versions/A/Resources/libCGATS.A.dylib
    0x9146f000 - 0x914ccffb  libstdc++.6.dylib ??? (???) <f75e5133d72769de5ce6c06153fc65f6> /usr/lib/libstdc++.6.dylib
    0x914cd000 - 0x91540fff  com.apple.iLifeMediaBrowser 2.1.5 (368) <3026150475335424dd1532739ded6fb0> /System/Library/PrivateFrameworks/iLifeMediaBrowser.framework/Versions/A/iLifeMediaBrowse r
    0x91541000 - 0x91551ffc  com.apple.LangAnalysis 1.6.5 (1.6.5) <d057feb38163121ffd871c564c692804> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/LangAnalys is.framework/Versions/A/LangAnalysis
    0x91552000 - 0x9155bfff  com.apple.speech.recognition.framework 3.7.24 (3.7.24) <da2d8411921a3fd8bc898dc753b7f3ee> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SpeechRecognition.frame work/Versions/A/SpeechRecognition
    0x91568000 - 0x915b3ff7  com.apple.CoreMediaIOServices 130.0 (935) <4ee695edd53f5aa200021a2f69d24f76> /System/Library/PrivateFrameworks/CoreMediaIOServices.framework/Versions/A/CoreMediaIOSer vices
    0x915b4000 - 0x916fcff7  com.apple.ImageIO.framework 2.0.7 (2.0.7) <acf821a3c418fdc86ef02b654366f5f6> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.fr amework/Versions/A/ImageIO
    0x91730000 - 0x91748fff  com.apple.openscripting 1.2.8 (???) <0129d2f750f5ddcb92f4acf8a3541952> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/OpenScripting.framework /Versions/A/OpenScripting
    0x91749000 - 0x917a3ff7  com.apple.CoreText 2.0.5 (???) <5483518a613464d043455ac661a9dcbe> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreText.f ramework/Versions/A/CoreText
    0x917a4000 - 0x917a4ff8  com.apple.Cocoa 6.5 (???) <a1bc9247cf65c20f1a44d0973cbe649c> /System/Library/Frameworks/Cocoa.framework/Versions/A/Cocoa
    0x917a5000 - 0x9182fff7  com.apple.DesktopServices 1.4.9 (1.4.9) <f5e51a76d315798371b3dd35a4d46d6c> /System/Library/PrivateFrameworks/DesktopServicesPriv.framework/Versions/A/DesktopService sPriv
    0x91833000 - 0x91882fff  com.apple.QuickLookUIFramework 1.3.1 (170.9) /System/Library/PrivateFrameworks/QuickLookUI.framework/Versions/A/QuickLookUI
    0x91883000 - 0x91888fff  com.apple.CommonPanels 1.2.4 (85) <c135f02edd6b2e2864311e0b9d08a98d> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CommonPanels.framework/ Versions/A/CommonPanels
    0x91889000 - 0x918c9fef  com.apple.CoreMedia 0.484.2 (484.2) <37461ff47cb25ad434a8544c97271d28> /System/Library/PrivateFrameworks/CoreMedia.framework/Versions/A/CoreMedia
    0x9190f000 - 0x9199cff7  com.apple.framework.IOKit 1.5.2 (???) <7a3cc24f78f93931731203854ae0d891> /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit
    0x9199d000 - 0x9199ffff  com.apple.securityhi 3.0 (30817) <40562b85d99118354c974e76c32fa6fb> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SecurityHI.framework/Ve rsions/A/SecurityHI
    0x919a0000 - 0x91a27ff7  libsqlite3.0.dylib ??? (???) <3334ea5af7a911637413334154bb4100> /usr/lib/libsqlite3.0.dylib
    0x91a28000 - 0x91bf9ff3  com.apple.security 5.0.6 (37592) <0b25e1e4cc34431630f01edb3fdf54d1> /System/Library/Frameworks/Security.framework/Versions/A/Security
    0x91bfd000 - 0x91bfdffb  com.apple.installserver.framework 1.0 (8) /System/Library/PrivateFrameworks/InstallServer.framework/Versions/A/InstallServer
    0x91bfe000 - 0x91cdfff7  libxml2.2.dylib ??? (???) <b3bc0b280c36aa17ac477b4da56cd038> /usr/lib/libxml2.2.dylib
    0x91ce0000 - 0x91ce0ffd  com.apple.vecLib 3.4.2 (vecLib 3.4.2) /System/Library/Frameworks/vecLib.framework/Versions/A/vecLib
    0x91d08000 - 0x91d51fef  com.apple.Metadata 10.5.8 (398.26) <e4d268ea45379200f03cdc7c8bedae6f> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Metadata.framewor k/Versions/A/Metadata
    0x91d52000 - 0x91e8bff7  libicucore.A.dylib ??? (???) <f2819243b278259b9a622ea111ea5fd6> /usr/lib/libicucore.A.dylib
    0x91e8c000 - 0x91e8cffc  com.apple.audio.units.AudioUnit 1.5 (1.5) /System/Library/Frameworks/AudioUnit.framework/Versions/A/AudioUnit
    0x91ef1000 - 0x9228efef  com.apple.QuartzCore 1.5.8 (1.5.8) <a28fa54346a9f9d5b3bef076a1ee0fcf> /System/Library/Frameworks/QuartzCore.framework/Versions/A/QuartzCore
    0x9228f000 - 0x92290ffc  libffi.dylib ??? (???) <eaf10b99a3fbc4920b175809407466c0> /usr/lib/libffi.dylib
    0x92291000 - 0x922d2fe7  libRIP.A.dylib ??? (???) <378694b494a02de1b0c812da572579d2> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphi cs.framework/Versions/A/Resources/libRIP.A.dylib
    0x922d3000 - 0x922d3ffa  com.apple.CoreServices 32 (32) <373d6a888f9204641f313bc6070ae065> /System/Library/Frameworks/CoreServices.framework/Versions/A/CoreServices
    0x922d4000 - 0x922dafff  com.apple.print.framework.Print 218.0.3 (220.2) <5b7f4ef7c2df36aff9605377775781e4> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Print.framework/Version s/A/Print
    0x922db000 - 0x922e2ffe  libbsm.dylib ??? (???) <fa7ae5f1a621d9b69e7e18747c9405fb> /usr/lib/libbsm.dylib
    0x922e3000 - 0x922e3ff8  com.apple.ApplicationServices 34 (34) <ee7bdf593da050bb30c7a1fc446eb8a6> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/ApplicationServices
    0x922e4000 - 0x92361feb  com.apple.audio.CoreAudio 3.1.2 (3.1.2) <782a08c44be4698597f4bbd79cac21c6> /System/Library/Frameworks/CoreAudio.framework/Versions/A/CoreAudio
    0x92362000 - 0x92362ffe  com.apple.quartzframework 1.5 (1.5) <6865aa0aeaa584b5a54d43f2f21d6c08> /System/Library/Frameworks/Quartz.framework/Versions/A/Quartz
    0x92363000 - 0x92363ffd  com.apple.Accelerate 1.4.2 (Accelerate 1.4.2) /System/Library/Frameworks/Accelerate.framework/Versions/A/Accelerate
    0x92364000 - 0x92370ffe  libGL.dylib ??? (???) /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib
    0x923c0000 - 0x923c7fff  com.apple.agl 3.0.9 (AGL-3.0.9) <2f39c480cfcee9358a23d61b20a6aa56> /System/Library/Frameworks/AGL.framework/Versions/A/AGL
    0x923c8000 - 0x923ecfff  libxslt.1.dylib ??? (???) <0a9778d6368ae668826f446878deb99b> /usr/lib/libxslt.1.dylib
    0x923ed000 - 0x923f4fe9  libgcc_s.1.dylib ??? (???) <e280ddf3f5fb3049e674edcb109f389a> /usr/lib/libgcc_s.1.dylib
    0x923f5000 - 0x92488ff3  com.apple.ApplicationServices.ATS 3.8 (???) <e61b0945da6ab368348a927f7428ad67> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framew ork/Versions/A/ATS
    0x9260a000 - 0x9260afff  com.apple.Carbon 136 (136) <4177916bbf70e0ddc446f94001d54c95> /System/Library/Frameworks/Carbon.framework/Versions/A/Carbon
    0x9260b000 - 0x9261bfff  com.apple.speech.synthesis.framework 3.7.1 (3.7.1) <273d96ff861dc68be659c07ef56f599a> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/SpeechSynt hesis.framework/Versions/A/SpeechSynthesis
    0x9264c000 - 0x9266aff3  com.apple.DirectoryService.Framework 3.5.7 (3.5.7) <b4cd561d2481c4162ecf0acdf8cb062c> /System/Library/Frameworks/DirectoryService.framework/Versions/A/DirectoryService
    0x926ad000 - 0x92869ff3  com.apple.QuartzComposer 2.1 (106.13) <40f034e8c8fd31c9081f5283dcf22b78> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuartzComposer.framewor k/Versions/A/QuartzComposer
    0x928a5000 - 0x92924ff5  com.apple.SearchKit 1.2.2 (1.2.2) <3b5f3ab6a363a4d8a2bbbf74213ab0e5> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SearchKit.framewo rk/Versions/A/SearchKit
    0x92925000 - 0x92a19ff4  libiconv.2.dylib ??? (???) <96ff4c6f84c4a1623cb78287371cdd3f> /usr/lib/libiconv.2.dylib
    0x92a1a000 - 0x93514fff  com.apple.WebCore 5533.19 (5533.19.4) <9b91bb00c553ec746fdbe51abca306af> /System/Library/Frameworks/WebKit.framework/Versions/A/Frameworks/WebCore.framework/Versi ons/A/WebCore
    0x93515000 - 0x9367cff3  libSystem.B.dylib ??? (???) <c8f52e158bf540cc000146ca8a705958> /usr/lib/libSystem.B.dylib
    0x9367d000 - 0x9380cfe7  com.apple.CoreAUC 3.08.0 (3.08.0) <9043e2896f6c99d96932ff86fc5142a7> /System/Library/PrivateFrameworks/CoreAUC.framework/Versions/A/CoreAUC
    0x9380d000 - 0x93bcbfea  libLAPACK.dylib ??? (???) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Ve rsions/A/libLAPACK.dylib
    0x93bcc000 - 0x9426cfef  com.apple.CoreGraphics 1.409.7 (???) <7b65edcce394f39b6a1954d5e30bc34c> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphi cs.framework/Versions/A/CoreGraphics
    0x9426d000 - 0x94300fff  com.apple.ink.framework 101.3 (86) <d4c85b5cafa8027fff042b84a8be71dc> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Ink.framework/Versions/ A/Ink
    0x94301000 - 0x94305fff  libGIF.dylib ??? (???) <36f7b0255a81d97c7b360c3b11b4e462> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.fr amework/Versions/A/Resources/libGIF.dylib
    0x9431a000 - 0x94354fe7  com.apple.coreui 1.2 (62) /System/Library/PrivateFrameworks/CoreUI.framework/Versions/A/CoreUI
    0x94355000 - 0x94680ff6  com.apple.QuickTime 7.6.6 (1674) <3ebc05dcaf5857bc3d33a04ebabf5c1a> /System/Library/Frameworks/QuickTime.framework/Versions/A/QuickTime
    0x94681000 - 0x9468bfeb  com.apple.audio.SoundManager 3.9.2 (3.9.2) <df077a8048afc3075c6f2d9e7780e78e> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CarbonSound.framework/V ersions/A/CarbonSound
    0x9468c000 - 0x947d6feb  com.apple.QTKit 7.6.6 (1674) <ff784c2169c4214493a2b5153d80bd25> /System/Library/Frameworks/QTKit.framework/Versions/A/QTKit
    0x9483e000 - 0x94b46fe7  com.apple.HIToolbox 1.5.6 (???) <eece3cb8aa0a4e6843fcc1500aca61c5> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HIToolbox.framework/Ver sions/A/HIToolbox
    0x94b47000 - 0x94b55ffd  libz.1.dylib ??? (???) <a98b3b221a72b54faf73ded3dd7000e5> /usr/lib/libz.1.dylib
    0x94b56000 - 0x94c1dff2  com.apple.vImage 3.0 (3.0) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vImage.framework/Ve rsions/A/vImage
    0x94c1e000 - 0x94c2dffe  com.apple.DSObjCWrappers.Framework 1.3 (1.3) <182986b74247b459b2a67a47071bdc6b> /System/Library/PrivateFrameworks/DSObjCWrappers.framework/Versions/A/DSObjCWrappers
    0x94c2e000 - 0x94cbbff7  com.apple.LaunchServices 292 (292) <a41286c7c1eb20ffd5cc796f791070f0> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/LaunchServices.fr amework/Versions/A/LaunchServices
    0x94cbc000 - 0x94cbcffd  com.apple.Accelerate.vecLib 3.4.2 (vecLib 3.4.2) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Ve rsions/A/vecLib
    0x94cd5000 - 0x94cebfff  com.apple.DictionaryServices 1.0.0 (1.0.0) <7d20b8d1fb238c3e71d0fa6fda18c4f7> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/DictionaryService s.framework/Versions/A/DictionaryServices
    0x94cec000 - 0x94cf9fe7  com.apple.opengl 1.5.10 (1.5.10) <5a2813f80c9441170cc1ab8a3dac5038> /System/Library/Frameworks/OpenGL.framework/Versions/A/OpenGL
    0x94cfa000 - 0x94d19ffa  libJPEG.dylib ??? (???) <d23f3f3b9d168bf32f89449f83fa07f7> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.fr amework/Versions/A/Resources/libJPEG.dylib
    0x94d1a000 - 0x94dd5fe3  com.apple.CoreServices.OSServices 228.1 (228.1) <76fdc146b4d9937f9c5cbaa1512e0023> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/OSServices.framew ork/Versions/A/OSServices
    0x94dd6000 - 0x94e7dfeb  com.apple.QD 3.11.57 (???) <35f058678972d42b88ebdf652df79956> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/QD.framewo rk/Versions/A/QD
    0x94e7e000 - 0x9567cfef  com.apple.AppKit 6.5.9 (949.54) <4df5d2e2271175452103f789b4f4d8a8> /System/Library/Frameworks/AppKit.framework/Versions/C/AppKit
    0x9567d000 - 0x95957ff3  com.apple.CoreServices.CarbonCore 786.16 (786.16) <60b518e4ad02b91826240199a6311286> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CarbonCore.framew ork/Versions/A/CarbonCore
    0x95958000 - 0x95987fe3  com.apple.AE 402.3 (402.3) <b13bfda0ad9314922ee37c0d018d7de9> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/AE.framework/Vers ions/A/AE
    0x95988000 - 0x95a38fff  edu.mit.Kerberos 6.0.14 (6.0.14) <673f107cdae80c084774a27bc7bc46c1> /System/Library/Frameworks/Kerberos.framework/Versions/A/Kerberos
    0x95a3e000 - 0x95a7dfef  libTIFF.dylib ??? (???) <a5991d757f0c17a9bb8b1bcb14ab9ec0> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.fr amework/Versions/A/Resources/libTIFF.dylib
    0x95a7e000 - 0x95aafffb  com.apple.quartzfilters 1.5.0 (1.5.0) <92b4f39479fdcabae0d8f53febd22fad> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuartzFilters.framework /Versions/A/QuartzFilters
    0x95ab0000 - 0x95ae7fff  com.apple.SystemConfiguration 1.9.2 (1.9.2) <eab546255ac099b9616df999c9359d0e> /System/Library/Frameworks/SystemConfiguration.framework/Versions/A/SystemConfiguration
    0x95b1b000 - 0x95bcdffb  libcrypto.0.9.7.dylib ??? (???) <d02f7e5b8a68813bb7a77f5edb34ff9d> /usr/lib/libcrypto.0.9.7.dylib
    0x95bd4000 - 0x95c22fe3  com.apple.AppleVAFramework 4.1.17 (4.1.17) /System/Library/PrivateFrameworks/AppleVA.framework/Versions/A/AppleVA
    0x95d94000 - 0x95de5ff7  com.apple.HIServices 1.7.1 (???) <ba7fd0ede540a0da08db027f87efbd60> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/HIServices .framework/Versions/A/HIServices
    0x95de6000 - 0x96062fe7  com.apple.Foundation 6.5.9 (677.26) <c68b3cff7864959becfc7fd1a384f925> /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation
    0x96063000 - 0x960bcff7  libGLU.dylib ??? (???) <a3b9be30100a25a6cd3ad109892f52b7> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLU.dylib
    0x960bd000 - 0x9620fff3  com.apple.audio.toolbox.AudioToolbox 1.5.3 (1.5.3) /System/Library/Frameworks/AudioToolbox.framework/Versions/A/AudioToolbox
    0x96216000 - 0x962f6fff  libobjc.A.dylib ??? (???) <400e943f9e8a678eea22a1d1205490ee> /usr/lib/libobjc.A.dylib
    0x9640d000 - 0x96591fef  com.apple.MediaToolbox 0.484.2 (484.2) <a5110a7d3bcb02c45ad8fca1f4957917> /System/Library/PrivateFrameworks/MediaToolbox.framework/Versions/A/MediaToolbox
    0x96592000 - 0x9667aff3  com.apple.CoreData 100.2 (186.2) <44df326fea0236718f5ed64084e82270> /System/Library/Frameworks/CoreData.framework/Versions/A/CoreData
    0x9667b000 - 0x9671fff7  com.apple.QuickTimeImporters.component 7.6.6 (1674) /System/Library/QuickTime/QuickTimeImporters.component/Contents/MacOS/QuickTimeImporters
    0x96720000 - 0x9673cff3  com.apple.CoreVideo 1.6.1 (48.6) <f1837beeefc81964abf7b58075edea2f> /System/Library/Frameworks/CoreVideo.framework/Versions/A/CoreVideo
    0x9673d000 - 0x9673dffe  com.apple.MonitorPanelFramework 1.2.0 (1.2.0) <1f4c10fcc17187a6f106e0a0be8236b0> /System/Library/PrivateFrameworks/MonitorPanel.framework/Versions/A/MonitorPanel
    0x96768000 - 0x967e2ff8  com.apple.print.framework.PrintCore 5.5.4 (245.6) <03d0585059c20cb0bde5e000438c49e1> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/PrintCore. framework/Versions/A/PrintCore
    0x96a71000 - 0x96aaffff  libGLImage.dylib ??? (???) <a6425aeb77f4da13212ac75df57b056d> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLImage.dylib
    0x96ab0000 - 0x96ec0fef  libBLAS.dylib ??? (???) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Ve rsions/A/libBLAS.dylib
    0x96ec6000 - 0x96ec8ff5  libRadiance.dylib ??? (???) <276f13ab6429e05b093a8dda251e3b53> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.fr amework/Versions/A/Resources/libRadiance.dylib
    0x96ed9000 - 0x96ee4fe7  libCSync.A.dylib ??? (???) <06652e36188190ec04d294f49c68f28a> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphi cs.framework/Versions/A/Resources/libCSync.A.dylib
    0x96ee5000 - 0x9701dfe7  com.apple.imageKit 1.0.2 (1.0) <00d03cf7f26e1b6023efdc4bd15dd52e> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/ImageKit.framework/Vers ions/A/ImageKit
    0x9701e000 - 0x97047fff  libcups.2.dylib ??? (???) <2b0ab6b9fa1957ee940835d0cfd42894> /usr/lib/libcups.2.dylib
    0x97048000 - 0x970a4ff7  com.apple.htmlrendering 68 (1.1.3) <1c5c0c417891b920dfe139385fc6c155> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HTMLRendering.framework /Versions/A/HTMLRendering
    0x970a5000 - 0x970a9fff  libmathCommon.A.dylib ??? (???) /usr/lib/system/libmathCommon.A.dylib
    0x970aa000 - 0x97175fef  com.apple.ColorSync 4.5.3 (4.5.3) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ColorSync. framework/Versions/A/ColorSync
    0x97176000 - 0x97532ff4  com.apple.VideoToolbox 0.484.2 (484.2) <35f2d177796ebb3b61f9d06593d1787a> /System/Library/PrivateFrameworks/VideoToolbox.framework/Versions/A/VideoToolbox
    0x97568000 - 0x97585ff7  com.apple.QuickLookFramework 1.3.1 (170.9) /System/Library/Frameworks/QuickLook.framework/Versions/A/QuickLook
    0x97675000 - 0x9767afff  com.apple.DisplayServicesFW 2.0.2 (2.0.2) <cb9b98b43ae385a0f374baabe2b71764> /System/Library/PrivateFrameworks/DisplayServices.framework/Versions/A/DisplayServices
    0x9767b000 - 0x97722fec  com.apple.CFNetwork 438.16 (438.16) <dbf00ca36a09edfae60ec44f9d7a9ef9> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CFNetwork.framewo rk/Versions/A/CFNetwork
    0x97723000 - 0x9782aff7  com.apple.WebKit 5533.19 (5533.19.4) <9299024ba5d2d796781e6d7312fae16a> /System/Library/Frameworks/WebKit.framework/Versions/A/WebKit
    0x9790e000 - 0x97916fff  com.apple.DiskArbitration 2.2.1 (2.2.1) <2664eeb3a4d0c95a21c089892a0ae8d0> /System/Library/Frameworks/DiskArbitration.framework/Versions/A/DiskArbitration
    0x97917000 - 0x97944feb  libvDSP.dylib ??? (???) <4daafed78a471133ec30b3ae634b6d3e> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Ve rsions/A/libvDSP.dylib
    0x97945000 - 0x97951ff9  com.apple.helpdata 1.0.1 (14.2) /System/Library/PrivateFrameworks/HelpData.framework/Versions/A/HelpData
    0x97952000 - 0x97b4afff  com.apple.JavaScriptCore 5533.19 (5533.19.1) <a099821bc9203b1bba37aee855280e28> /System/Library/Frameworks/JavaScriptCore.framework/Versions/A/JavaScriptCore
    0x97b4b000 - 0x97b8dfef  com.apple.NavigationServices 3.5.2 (163) <72cdc9d21f6690837870923e7b8ca358> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/NavigationServices.fram ework/Versions/A/NavigationServices
    0x97b8e000 - 0x97c00fff  com.apple.PDFKit 2.1.2 (2.1.2) /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/PDFKit.framework/Versio ns/A/PDFKit
    0x97c01000 - 0x97c7efef  libvMisc.dylib ??? (???) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Ve rsions/A/libvMisc.dylib
    0x97c7f000 - 0x97c82fff  com.apple.help 1.1 (36) <1a25a8fbb49a830efb31d5c0a52939cd> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Help.framework/Versions /A/Help
    0x97c83000 - 0x97caefe7  libauto.dylib ??? (???) <2e44c523b851e8e25f05d13a48070a58> /usr/lib/libauto.dylib
    0x97d1d000 - 0x97d3bfff  libresolv.9.dylib ??? (???) <9ed809256ce8913cddc3269c2e364654> /usr/lib/libresolv.9.dylib
    0x97d3c000 - 0x97e6ffe7  com.apple.CoreFoundation 6.5.7 (476.19) <a332c8f45529ee26d2e9c36d0c723bad> /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
    0xb0000000 - 0xb0006ff8  com.apple.carbonframeworktemplate 1.3 (1.3.12) /Applications/Adobe Photoshop CS4/Adobe Photoshop CS4.app/Contents/Frameworks/ahclient.framework/Versions/A/ahclient
    0xba300000 - 0xba301fff  libCyrillicConverter.dylib ??? (???) <374901b25e8f57052f4bf1505d069ff2> /System/Library/CoreServices/Encodings/libCyrillicConverter.dylib
    0xba500000 - 0xba501ffb  libGreekConverter.dylib ??? (???) <3f97cb41828997a97f430e9c71636c44> /System/Library/CoreServices/Encodings/libGreekConverter.dylib
    0xba900000 - 0xba916fff  libJapaneseConverter.dylib ??? (???) <b9aea83b1cd97f3230999ebfcbf63e7c> /System/Library/CoreServices/Encodings/libJapaneseConverter.dylib
    0xbab00000 - 0xbab21fe2  libKoreanConverter.dylib ??? (???) <bc0bb2eed0f4558f07bbaa812d79371b> /System/Library/CoreServices/Encodings/libKoreanConverter.dylib
    0xbb500000 - 0xbb500fe3  libThaiConverter.dylib ??? (???) <69cd2de2a67c5224ac2ab373e47ee84b> /System/Library/CoreServices/Encodings/libThaiConverter.dylib
    0xfffe8000 - 0xfffebfff  libobjc.A.dylib ??? (???) /usr/lib/libobjc.A.dylib
    0xffff0000 - 0xffff1780  libSystem.B.dylib ??? (???) /usr/lib/libSystem.B.dylib
    System Config
    Model: MacBook5,1, BootROM MB51.007D.B03, 2 processors, Intel Core 2 Duo, 2.4 GHz, 2 GB
    Graphics: kHW_NVidiaGeForce9400MItem, NVIDIA GeForce 9400M, sppci_pci_device, 256 MB
    Memory Module: global_name
    AirPort: spairport_wireless_card_type_airport_extreme (0x14E4, 0x8D), Broadcom BCM43xx 1.0 (5.10.91.21)
    Bluetooth: Version 2.1.9f10, 2 service, 0 devices, 1 incoming serial ports
    Network Service: AirPort, AirPort, en1
    Serial ATA Device: FUJITSU MHZ2250BH FFS G1, 232.89 GB
    Serial ATA Device: HL-DT-ST DVDRW  GS21N
    USB Device: Built-in iSight, (null) mA
    USB Device: My Book 1111, (null) mA
    USB Device: CTE-440-U V4.0-3, (null) mA
    USB Device: Apple Internal Keyboard / Trackpad, (null) mA
    USB Device: IR Receiver, (null) mA
    USB Device: BRCM2046 Hub, (null) mA
    USB Device: Bluetooth USB Host Controller, (null) mA

    Looks like a third party plugin is unloading incorrectly.
    Any chance that you have some onOne plugins installed?  Have you updated them recently?

  • Assertion error with -g: abi2_mangler::entity_expression

    this happens with both WS6U2 (patched with latest patches) and Forte7EA (latest version)
    yet another assertion error when debugging is enabled (-g):
    $ /space/opt/SUNWspro/bin/CC -g -c sparcv9/ultrasan/main.cc -o sparcv9/ultrasan/main.o
    >> Assertion: unhandled expression in abi2_mangler::entity_expression (../lnk/v2mangler.cc, line 1565)
    while processing sparcv9/ultrasan/main.cc at line 0.
    $
    it compiles okay without warnings when "-g" is removed.
    blech
    i can provide sources if needed.
    cheers,
    /lib

    i am using Forte 7: CC: Forte Developer 7 C++ 5.4 Patch 111715-05 2003/02/09
    on Solaris 9: uname -rvpmi gives "5.9 Generic sun4u sparc SUNW,Sun-Blade-1000"
    with this code snippet, saved as forte_template_expressions.cc:
    template < int log2_line_size >
    struct IntTemplate {
    template < int log2_line_size >
    struct IntTemplateArith {
    typedef IntTemplate < log2_line_size + 1 > IT ;
    IT * it ;
    IntTemplateArith (IT * it_) : it(it_) { }
    void spam(IntTemplate<6> * it) {
    IntTemplateArith<5> tmp(it);
    //ends
    $ CC forte_template_expressions.cc -c
    $ CC forte_template_expressions.cc -c -g
    >> Assertion: unhandled expression in abi2_mangler::entity_expression (../lnk/v2mangler.cc, line 1574)
    while processing forte_template_expressions.cc at line 0.
    $
    i note that the readme mentions template expressions as buggy:
    o Expressions involving non-type template parameters in
    the function parameter list for function templates, such
    as
    template<int I> void foo(mytype<2*I> ) { ... }
    but this is not a function template, and anyway it works without debugging enabled.
    cheers,
    /lib

  • Have a  problem with Lightroom 5.4.  Since the program crashed yesterday it won't launch, it comes up with the message "Lightroom encountered an error when reading its preview cache and needs to quit".  "  Lightroom will attempt to fix this problem net ti

    Have a  problem with Lightroom 5.4.  Since the program crashed yesterday it won't launch, it comes up with the message "Lightroom encountered an error when reading its preview cache and needs to quit".  "  Lightroom will attempt to fix this problem next time it launches".  Except that it doesn't, I keep getting the same message and the program closes.  Does anyone know what I  can do to repair it?  Can't back up, can't do anything.

    There are dozens of threads in this forum that describe the fix

Maybe you are looking for

  • Apache Web Server Listener is not working

    Hi All We are running 11.5.9 on linux 2.4.9. recently my root was 100% full. after freeing space I tried starting database and application. every thing looks ok except Apache Web Server Listener . when i try starting maually using command ./adapcctl.

  • One credit cards, multiple ITunes accounts

    Can I have multiple ITunes accounts with different email addresses and use one single credit card when purchasing items from each of the accounts?

  • Hierarchical Tree - Different behaviour in web and CS mode

    I have my tree object disabled before I populate it. It works fine in CS but not in web. I am using Forms 6.0.8. Any solutions?

  • Price iterative calculation

    Dear All I have the below error message after i ran the price iterative calcuation (KSPI) Diagnosis The activity quantities planned for cost center ABP1-4504, activity SETM45 are not reconciled for period(s) 1 - 12. The plan activity for activity typ

  • Lightroom won't start-Help

    I am running Lightroom 2.5 on a Windows Vista System. I have been using Lightroom since version 1.0. My Lightroom has suddenly quit working, When I start I either get a message that Lightroom has stopped working and must be shut down or it dims and s