Indesign Server crashes unexpected

Hello forum,
in the last weeks we have a big problem with InDesignServer CS3 (Ver 5.0.5.697). From time to time one of the running instances crashes with a weird error message in the windows event log. It consists of the following three entries:
1. Message: [Server] D [8764] [20082]  (8764 is the process id, 20082 the port. But what does the D tell me)
2. Message: [Server] Adobe InDesign wird beendet. Es wurde ein schwerwiegender Fehler festgestellt. Starten Sie InDesign erneut, um InDesign-Dokumente wiederherzustellen, die nicht gespeichert wurden. [8764] [20082]
(German version, it says, that InDesign will be closed because of a fatal error.
3. Message: Fehlerhafte Anwendung InDesignServer.exe, Version 5.0.5.697, Zeitstempel 0x49a4cf58, fehlerhaftes Modul Public.dll, Version 5.0.5.697, Zeitstempel 0x49a4ce0b, Ausnahmecode 0xc0000005, Fehleroffset 0x0002e1fa, Prozess-ID 0x223c, Anwendungsstartzeit 01cd34df392c8230.
We have no clue, what this is all about. The instances recover by themselfes after a while, but some of the jobs which are send to it throw errors. The Scripts we sent to the instance right before the crash runs without a problem after the restart.
Can anyone help?
greets
Michael

Thanks Harbs. We are looking at full automation and so removing the pages manually is not an option. But I did find a script at InTools http://in-tools.com/article/scripts-blog/script-of-the-day-jan-24-2010/ that helps with automating the removal of empty pages. This script appears to be a nice workaround for server side usage. I used it on my document with multiple column text frames and it is removing the empty page as expected. If there is a better way to do this, let me know. Thanks.

Similar Messages

  • InDesign server crashes every time when calling deleteEmptyPages in script

    We are evaluting InDesign Server CS6 on a Windows server environment. We have an idml file, sample xml file that is tagged to specific frames inside the idml file and a script file for execution on the server. This script opens the idml file using the app.open api, imports the xml file and export the ID file to a PDF. Because we have table content with variable row count, we are using the smart text reflow functionality. Setting the text preferences with smart text reflow appears to be working but we also want to delete the empty second page when the content is less than a page. So, we also tried using the deleteEmptyPages property document's textPreferences. When this is set to true and the script is executed on the ID server using the sampleclient, the server crashes with the following message. When I do the same thing in the InDesign UI using the preferences options, it works as expected.
    The script looks like below - is this the right way to do it?
    var myInddFile = app.scriptArgs.get("idfile"); //"X:/IDFiles/AutoFlow.indd";
    var myXmlFile = app.scriptArgs.get("xmlfile"); //"X:/IDFiles/deleteme.xml";
    var myOutputOptions = "[Smallest File Size]";
    var myPDFPreset = app.pdfExportPresets.itemByName(myOutputOptions);
    var myDoc = app.open (File(myInddFile), OpenOptions.OPEN_COPY);
    myDoc.xmlImportPreferences.ignoreWhitespace = true;
    myDoc.textPreferences.smartTextReflow = true;
    //myDoc.textPreferences.addPages = AddPageOptions.END_OF_STORY;
    //myDoc.textPreferences.limitToMasterTextFrames = true;
    myDoc.importXML (File(myXmlFile));
    //uncommenting this line causes the ID server to crash
    //myDoc.textPreferences.deleteEmptyPages = true;
    var myOutputFile = app.scriptArgs.get("outputfile");//File("X:/IDFiles/sampleX.pdf")
    myDoc.exportFile (ExportFormat.PDF_TYPE,myOutputFile, myPDFPreset)

    Thanks Harbs. We are looking at full automation and so removing the pages manually is not an option. But I did find a script at InTools http://in-tools.com/article/scripts-blog/script-of-the-day-jan-24-2010/ that helps with automating the removal of empty pages. This script appears to be a nice workaround for server side usage. I used it on my document with multiple column text frames and it is removing the empty page as expected. If there is a better way to do this, let me know. Thanks.

  • InDesign Server crashing on hyperlinks - HYPERLINKS.RPLN

    When trying to access properties of a hyperlink it causes InDesign to crash. I can assign properties of the hyperlink but if I try and retrieve properties it hangs and crashes resulting in the error below. I'm using InDesign Server 64bit version 7.0.4.553. What's interesting is this works completely fine when testing using InDesign CS5 client version.
    I have used Extend script toolkit to try and debug the issue but you can't even use the databrowser to look at the hyperlink properties as it'll crash there as well. But if I debug using toolkit with client version of InDesign it works fine. It really seems like an issue with InDesign Server and I'm not sure what I can do to work around/fix this problem.
    Example script -
    var myDoc = app.open([document path]);
    for (i = 0; i < myDoc.hyperlinks.length; i++)
         var myHyperlink = myDoc.hyperlinks[i];  
         var newDestination = myHyperlink.destination; // - this causes indesign to crash
         //Do some processing...
    Faulting application name: InDesignServer.exe, version: 7.0.4.553, time stamp: 0x4d891c6d
    Faulting module name: HYPERLINKS.RPLN, version: 7.0.4.553, time stamp: 0x4d891ef9
    Exception code: 0xc0000005
    Fault offset: 0x000000000006e33b
    Faulting process id: 0x1dfc
    Faulting application start time: 0x01ccd52e23e3216c
    Faulting application path: C:\Program Files\Adobe\Adobe InDesign CS5 Server x64\InDesignServer.exe
    Faulting module path: C:\Program Files\Adobe\Adobe InDesign CS5 Server x64\Required\HYPERLINKS.RPLN
    Any help would be great! I can post more information if needed.

    I think I may have found the problem...
    It appears that the particular document I'm working with has a shared link that is contained in another document (in InDesign if you look at the hyperlink details it is a shared destination and for "document" it specifies a different document then the current one. This would probably happen when the hyperlink is copied from a different document. When trying to access that shared link it is unable to get the properties of it because there is actually no reference to it as the other document isn't open on the server.
    This is an interesting problem because I'm not sure where to go with this... I need to be able to get the hyperlink but with the given scenario I can't figure out a way to do that.

  • InDesign Server crashes on PDF export

    I've narrowed the problem down to the PDF presets we have defined.
    We have two PDF Presets that we use with our InDesign Server, one for low quality and one for high quality.
    When exporting a document using our high quality preset, IDS will sometimes crash altogether and will have to be restarted. We've never had this problem using our low quality preset.
    The only differences between the two presets are the image compression settings. Our HQ preset is set to 200PPI for color & grayscale images, while our LQ preset is set to 72 for color and 120 for grayscale images. Also, Image quality is set to High on our HQ and Medium on our LQ preset. Those are the ONLY descrepancies between the two.
    Does IDS have problems with exporting higher quality PDFs? Is this a known issue with ID?
    I can lower the quality of the PDF and it seems to fix the issue, but I'd like to know why this happens. Also, the whole purpose of exporting in HQ is to have a "high quality" PDF.
    Production Server Hardware -
    Windows Server 2008 R2 x64
    Two of these processors - Intel Xeon CPU X5570 @ 2.93 GHz - 8 cores
    20 GB of memory
    Software Running -
    Adobe InDesign Server CS5 v 7.0.3

    I don't use the server edition, but the regular version certainly doesn't have a problem with high resolution. I have once or twice, though, seen a problem with a custom preset created in an earlier version. This seems to have disappeared for me with the 7.0.3 update, though.
    Prests being as easy to creat as they are, though, you might want to try remaking any problem presets, starting from one of the canned presets if possible, and see if it makes a difference.

  • CF 7.0.2 ODBC Server crashed unexpectedly

    hi
    We moved from an older Dual PIII box under Win2k to a Dual
    Xeon under Win2k3.
    First step was to move Sybase ASA 9.0.2.33xx dbs from the old
    box to the new, leaving ColdFusion 6.1 MX on the old box connecting
    through ODBC. This workd flawlessly for weeks.
    Yesterday I also moved the front end (coldfusion 6.1 to cf
    7.0.2) to the new box
    Now, we get problems like this in the Sybase ASA server log
    I. 09/27 09:49:14. Disconnecting shared memory client,
    process id not found
    I. 09/27 09:49:14. Disconnected SharedMemory client's
    AppInfo: HOST=MINDPOWER-4;OS=Windows 2003 Build 3790 Service Pack
    1;PID=0x1a4c;THREAD=0xefc;EXE=C:\CFusionMX7\db\slserver54\bin\swsoc.exe;VERSION=9.0.2.337 0;API=ODBC;TIMEZONEADJUSTMENT=120
    I. 09/27 09:50:36. Disconnecting shared memory client,
    process id not found
    I. 09/27 09:50:36. Disconnected SharedMemory client's
    AppInfo: HOST=MINDPOWER-4;OS=Windows 2003 Build 3790 Service Pack
    1;PID=0x193c;THREAD=0x9ac;EXE=C:\CFusionMX7\db\slserver54\bin\swsoc.exe;VERSION=9.0.2.337 0;API=ODBC;TIMEZONEADJUSTMENT=120
    I. 09/27 09:50:36. Disconnecting shared memory client,
    process id not found
    I. 09/27 09:50:36. Disconnected SharedMemory client's
    AppInfo: HOST=MINDPOWER-4;OS=Windows 2003 Build 3790 Service Pack
    1;PID=0x193c;THREAD=0xf48;EXE=C:\CFusionMX7\db\slserver54\bin\swsoc.exe;VERSION=9.0.2.337 0;API=ODBC;TIMEZONEADJUSTMENT=120
    and of course the errors logged in CF as
    - Error Executing Database Query. [Macromedia][SequeLink JDBC
    Driver]TCP/IP error, connection reset by peer. <br>The error
    occurred on line 64.
    - Error Executing Database Query. [Macromedia][SequeLink JDBC
    Driver]TCP/IP error, connection refused. <br>The error
    occurred on line 96.
    [Macromedia][SequeLink JDBC Driver]TCP/IP error, connection
    reset by peer.
    ErrorCode HY000
    Message Error Executing Database Query.
    - Error Executing Database Query. [Macromedia][SequeLink JDBC
    Driver]Network problem, session aborted due to internal error in
    remote procedure call, connection closed. <br>The error
    occurred on line 96.
    The Event Viewer of the Win2k3 box showed lots of those in
    the System Log
    Type Error, Event ID 7031
    The ColdFusion MX 7 ODBC Server service terminated
    unexpectedly. It has done this 8 time(s).
    or
    Type Warning, Event ID 7039
    A service process other than the one launched by the Service
    Control Manager connected when starting the ColdFusion MX 7 ODBC
    Server service. The Service Control Manager launched process 3720
    and process 7752 connected instead.
    Note that if this service is configured to start under a
    debugger, this behavior is expected.
    Of course, we don't have debugging
    In the application log, there are errors like this:
    The description for Event ID ( 0 ) in Source ( ColdFusion MX
    7 ODBC Server ) cannot be found. The local computer may not have
    the necessary registry information or message DLL files to display
    messages from a remote computer. You may be able to use the
    /AUXSOURCE= flag to retrieve this description; see Help and Support
    for details. The following information is part of the event:
    ColdFusion MX 7 ODBC
    Server@LOCALHOST,ErrorCode=3004,ErrorMessage=sched.swschd.1756.Internal
    error, an unexpected exception was detected..
    The description for Event ID ( 0 ) in Source ( ColdFusion MX
    7 ODBC Server ) cannot be found. The local computer may not have
    the necessary registry information or message DLL files to display
    messages from a remote computer. You may be able to use the
    /AUXSOURCE= flag to retrieve this description; see Help and Support
    for details. The following information is part of the event:
    ColdFusion MX 7 ODBC
    Server@LOCALHOST,ErrorCode=3001,ErrorMessage=srvc.swsrvcdb.3268.Internal
    error, memory allocation failed.,ClientHost=127.0.0.1,Session=2.
    The description for Event ID ( 0 ) in Source ( ColdFusion MX
    7 ODBC Server ) cannot be found. The local computer may not have
    the necessary registry information or message DLL files to display
    messages from a remote computer. You may be able to use the
    /AUXSOURCE= flag to retrieve this description; see Help and Support
    for details. The following information is part of the event:
    ColdFusion MX 7 ODBC
    Server@LOCALHOST,ErrorCode=3003,ErrorMessage=ssp.swsrvssp.3551.Internal
    error, invalid request received from the client
    application.,ClientHost=127.0.0.1,Session=2.
    The description for Event ID ( 0 ) in Source ( ColdFusion MX
    7 ODBC Server ) cannot be found. The local computer may not have
    the necessary registry information or message DLL files to display
    messages from a remote computer. You may be able to use the
    /AUXSOURCE= flag to retrieve this description; see Help and Support
    for details. The following information is part of the event:
    ColdFusion MX 7 ODBC
    Server@LOCALHOST,ErrorCode=3004,ErrorMessage=sched.swschd.1756.Internal
    error, an unexpected exception was detected..
    Of course, the application stalls as well and our users are
    upset.
    We staged that new box and found no problems, not with ASA.
    With CF 7, we had several isuses, some of them are still not quite
    clear.
    Now that we wanted to go productive, those errors occur.
    Note that the ODBC settings for those DSNs allowed both
    connections, Shared Mem and TCP/UP localhost, because cf is now on
    the same machine like the db.
    My question now is: Where should I try to find the error ...
    on ASA or CF7 side?
    Any hints welcome!
    Thanks
    Martin

    After more than 24 hours, CF ODBC Servre again crashed
    without any obvious reaons:
    The Application Event Log:
    20:48:28
    Faulting application swsoc.exe, version 0.97.0.0, faulting
    module ntdll.dll, version 5.2.3790.1830, fault address 0x00012009.
    For more information, see Help and Support Center at
    http://go.microsoft.com/fwlink/events.asp.
    20:34:35 Source ColdFusion MX 7 ODBC
    The description for Event ID ( 0 ) in Source ( ColdFusion MX
    7 ODBC Server ) cannot be found. The local computer may not have
    the necessary registry information or message DLL files to display
    messages from a remote computer. You may be able to use the
    /AUXSOURCE= flag to retrieve this description; see Help and Support
    for details. The following information is part of the event:
    ColdFusion MX 7 ODBC
    Server@LOCALHOST,ErrorCode=3004,ErrorMessage=sched.swschd.1774.Internal
    error, an unexpected exception was detected.
    20:34:33 Source ColdFusion MX 7 ODBC
    The description for Event ID ( 0 ) in Source ( ColdFusion MX
    7 ODBC Server ) cannot be found. The local computer may not have
    the necessary registry information or message DLL files to display
    messages from a remote computer. You may be able to use the
    /AUXSOURCE= flag to retrieve this description; see Help and Support
    for details. The following information is part of the event:
    ColdFusion MX 7 ODBC
    Server@LOCALHOST,ErrorCode=3004,ErrorMessage=sched.swschd.1756.Internal
    error, an unexpected exception was detected...
    In the System Event Log I found this 2 times today
    Warning:
    A service process other than the one launched by the Service
    Control Manager connected when starting the ColdFusion MX 7 ODBC
    Server service. The Service Control Manager launched process 7588
    and process 1452 connected instead.
    Note that if this service is configured to start under a
    debugger, this behavior is expected.
    For more information, see Help and Support Center at
    http://go.microsoft.com/fwlink/events.asp.
    Error:
    The ColdFusion MX 7 ODBC Server service terminated
    unexpectedly. It has done this 2 time(s). The following corrective
    action will be taken in 60000 milliseconds: Restart the service.
    For more information, see Help and Support Center at
    http://go.microsoft.com/fwlink/events.asp.
    This is simply incredible.
    My current JVM settuings are
    Minimum JVM Heap Size (MB) 608 Maximum JVM Heap Size (MB) 608
    and the JVM Arguments are
    -server -Dsun.io.useCanonCaches=false -XX:PermSize=64m
    -XX:MaxPermSize=160m -Dcoldfusion.rootDir={application.home}/../
    -Dcoldfusion.libPath={application.home}/../lib
    I changed those a bit after reading some blogs about them.
    Am I the only one to have an unstable CF sever on a Win2K3
    box?

  • Urgent - Serious problem in production (server crashes unexpectedly)

    Hi,
    We got the following error in production server and caused the server to
    exit immediately. It just crashed the server. There are some jsp calls
    before this error.
    Tue Jan 02 14:20:23 EST 2001:<E> <HTTP> --------------- nested
    within: ------------------
    weblogic.utils.AssertionError: ***** ASSERTION FAILED *****[ Attempt to
    register new response:
    'weblogic.servlet.internal.ServletResponseImpl@2df8587' with pending
    response: 'weblogic.servlet.internal.ServletResponseImpl@2dffb64' ]
    at java.lang.Throwable.<init>(Compiled Code)
    at java.lang.Error.<init>(Error.java:53)
    at weblogic.utils.NestedError.<init>(NestedError.java:15)
    at weblogic.utils.AssertionError.<init>(AssertionError.java:49)
    at weblogic.utils.Debug.assert(Compiled Code)
    at weblogic.socket.JVMSocketHTTPServer.registerPending(Compiled Code)
    at weblogic.socket.TunnelRecv.service(Compiled Code)
    at weblogic.socket.MuxableSocketHTTP.invokeServlet(Compiled Code)
    at weblogic.socket.MuxableSocketHTTP.execute(Compiled Code)
    at weblogic.socket.MuxableSocketHTTP.dispatchNextMessage(Compiled Code)
    at weblogic.socket.NTSocketMuxer.processSockets(Compiled Code)
    at weblogic.socket.SocketReaderRequest.execute(SocketReaderRequest.java:19)
    at weblogic.t3.srvr.ExecuteThread.run(Compiled Code)
    Our operating environment is as follows -
    WL 4.5.1 SP 13 on Windows NT 4.0 SP 5
    Execute thread count = 30
    JDBC connection pool = 25 min, 100 max.
    JDBC driver = oracle thin drivers.
    JDK 1.1.7B
    Oracle 8i database
    Thanks in advance.
    -SG

    First, you should verify that SP13 has been installed properly as it addresses
    several "assert" errors. If the service pack was installed per the installation
    documentation, you should contact BEA WebLogic support and report this problem
    for an answer/resolution.
    Thanks,
    Charlie
    PS - Please don't post your messages to multiple newsgroups as this tends to
    clutter them and most message are not relevant to more than one subject
    category.
    The views expressed in this posting are solely those of the author, and
    BEA Systems, Inc. does not endorse any of these views.
    BEA Systems, Inc. is not responsible for the accuracy or completeness
    of the information provided and assumes no duty to correct, expand
    upon, delete or update any of the information contained in this posting.
    Sudheendra Galgali wrote:
    Hi,
    We got the following error in production server and caused the server to
    exit immediately. It just crashed the server. There are some jsp calls
    before this error.
    Tue Jan 02 14:20:23 EST 2001:<E> <HTTP> --------------- nested
    within: ------------------
    weblogic.utils.AssertionError: ***** ASSERTION FAILED *****[ Attempt to
    register new response:
    'weblogic.servlet.internal.ServletResponseImpl@2df8587' with pending
    response: 'weblogic.servlet.internal.ServletResponseImpl@2dffb64' ]
    at java.lang.Throwable.<init>(Compiled Code)
    at java.lang.Error.<init>(Error.java:53)
    at weblogic.utils.NestedError.<init>(NestedError.java:15)
    at weblogic.utils.AssertionError.<init>(AssertionError.java:49)
    at weblogic.utils.Debug.assert(Compiled Code)
    at weblogic.socket.JVMSocketHTTPServer.registerPending(Compiled Code)
    at weblogic.socket.TunnelRecv.service(Compiled Code)
    at weblogic.socket.MuxableSocketHTTP.invokeServlet(Compiled Code)
    at weblogic.socket.MuxableSocketHTTP.execute(Compiled Code)
    at weblogic.socket.MuxableSocketHTTP.dispatchNextMessage(Compiled Code)
    at weblogic.socket.NTSocketMuxer.processSockets(Compiled Code)
    at weblogic.socket.SocketReaderRequest.execute(SocketReaderRequest.java:19)
    at weblogic.t3.srvr.ExecuteThread.run(Compiled Code)
    Our operating environment is as follows -
    WL 4.5.1 SP 13 on Windows NT 4.0 SP 5
    Execute thread count = 30
    JDBC connection pool = 25 min, 100 max.
    JDBC driver = oracle thin drivers.
    JDK 1.1.7B
    Oracle 8i database
    Thanks in advance.
    -SG

  • InDesign Server :line 13: 2753 Bus error "$installed_name" "$@"

    [InDesign Server CS4, CS5, CS5.5    line 13: 2753 Bus error "$installed_name" "$@"]
    We support a few clients on various version of InDesign Server and all have exactly the same issue upon having the application produce PDF files...   line 13: 2753 Bus error "$installed_name" "$@"   which causes InDesign Server to unexpectedly quit.
    Searching these forums we have found CS3 instances of this error message pointing to fonts not loaded on the machine running InDesign Server, but no "this is what we did to fix it" solution has been found.
    Our customers are running beefed up MacPros or Mac Minis with Mac OS 10.6 (non server) and OS 10.7 (server), 8GB - 16GB RAM, 1TB HD
    For font management we have the following being utilized:
    - Universal type server
      - if no plugin exists for InD Server, not sure how much this app will help manage fonts
    - Suitcase Server
    - if no plugin exists for InD Server, not sure how much this app will help manage fonts
    - Loading all fonts into:   /Users/*/Library/Fonts
      - seems to be the best option for font management on a system running InDesign Server
    Our company develops a plugin for InDesign Server and allows regular InDesign to produce the pdfs in a similar manner.  Running our plugin under regular InDesign we DO NOT have these issues of BUS errors, yet as soon as any of our customers utilize InDesign Server, they all immediately see BUS errors.
    We have written a shell script that quits (normally) indesign server, and relaunches it (if quit abnormally) so that we have some semblance of an "always on" InDesign Server application, but this is merely a band-aid fix for a bigger problem.
    We are pointing the finger at Adobe InDesign Server being the problem here, yet our customers do not care where the blame is placed, we are seeing a solution for them in any fashion that presents a permanent solution.
    Julio Vasquez
    Product Specialist @ Comosoft, Inc.

    Hi Julio,
    I am having the same exact problem. We are evaluating the InDesign server and will consider buying it only if it performs reasonably stable. This "installed_name" "$@" is baffling us.
    Team Adobe InDesign Server: Kindly address this concern soon!
    Varun

  • Datamerge crashes (indesign server)

    I am trialing indesign server....
    I have successfully created a js based datamerge using the soap example
    I am now trying to do this programatically (e.g. directly interfacing with the server objects)
    In both C# and VB I am getting a crash everytime I execute the datamerge MergeRecords function.
    Below is the script I am running, with comments, if the doc.DataMergeProperties.MergeRecords("c:/temp/wibble.txt") line is commented out the script will execute fine, uncomment it and the whole thing crashes, including the server, when another function is called afterwards.
    This is driving me mad
    Any help appreciated ... if it is any help I have a c# visual studio 2010 project that isolates the issue and can be zipped and email/posted
    Option Explicit Off
    Partial Class vbcreate
        Inherits System.Web.UI.Page
        Protected Sub Page_Load(sender As Object, e As System.EventArgs) Handles Me.Load
    Response.Write("here")
    'Dim app As InDesignServer.Application
    'Dim doc As InDesignServer.Document
    app = CreateObject("IndesignServer.Application")
    doc = app.Open("C:/Adobe InDesign CS5.5 Server SDK/samples/sampleclient-aspnet-soap/files/template2.indd")
    '''''' Below returns 1 so OK up to here
    Response.Write(app.Documents.Count)
    ds = "C:/Adobe InDesign CS5.5 Server SDK/samples/sampleclient-aspnet-soap/files/CSV/xls.csv"
    app.dataMergeOptions.removeBlankLines = True
    doc.DataMergeProperties.SelectDataSource(ds)
    '''''' Below still returns 1 so still working
    Response.Write(app.Documents.Count)
    ''''' the wibble file is created but then the application CRASHES
    doc.DataMergeProperties.MergeRecords("c:/temp/wibble.txt")
    '''''''EITHER of these two next lines will cause a crash
    Response.Write(app.Documents.Count)
    'doc.close(InDesignServer.idSaveOptions.idNo)
    'Response.Write(app.Documents.Count)
    End Sub
    End Class

    Thanks for the reply!
    I cross posted deliberately as no one had even read the entry in the server forum, you'll see that it is days older, mea culpa for not including the relevant link/hightlighting the cross post.
    To answer your other questions
    I am refering to Indesign COM objects; as you'll see from the code excerpt I have instantiated an app object (app = CreateObject("IndesignServer.Application")) successfully added a template file (doc = app.Open("C:/Adobe InDesign CS5.5 Server SDK/samples/sampleclient-aspnet-soap/files/template2.indd")) assigned the data merge data source (doc.DataMergeProperties.SelectDataSource(ds)) but it then falls down when the actual datamerge is called.
    FYI, I have tried this in C#, vb.net and even classic ASP (vbscript) because of the typeing issues with c# and they all fall down at the same point.
    I have a JSX version of this; this works fine if I pass it Indesign Server using SOAP (I am using the bundled sample soap script at the moment which is in Adobe InDesign CS5.5 Server SDK\samples\sampleclient-aspnet-soap), the datamerge works and the files are created fine.
    I am using 7.5.1 (the trial was downloaded last week).
    I am currently using the "lame" approach (call out using JS and the process the directory containing the files after Indesign has finished); but as the processed files have then to be associated with database records this is driving me mad.
    Hope this expansion is helpful.
    Regards
    Andrew Wait

  • Weblogic server it crashes unexpected

    Hi Folks,
    We have been running into this error for a long time. Here is a description
    of the error.
    We have weblogic server 6.0 SP2 is running in HPUX 11, in the same box we
    have Orbix 2000 installed.
    After starting the weblogic server it crashes unexpected.
    The following is the full stack trace of the error:
    Full thread dump:
    "ORBThreadPool-1::thread-3" daemon prio=9 tid=0x58ab90 nid=88 lwp_id=10651
    runnable [0x5ad34000..0x5ad34438]
    at java.net.SocketInputStream.socketRead(Native Method)
    at java.net.SocketInputStream.read(Unknown Source)
    at
    com.iona.corba.atli.tcp.TCPConnectionSocketHandler.read(TCPConnectionSocketH
    andler.java:104)
    at
    com.iona.corba.atli.tcp.TCPConnectionIOHandler$ReaderWorkItem.run(TCPConnect
    ionIOHandler.java:605)
    - locked <0x5ddc4240> (a java.lang.Object)
    at
    com.iona.corba.util.WorkQueueExecutor$RunnableWrapper.execute(WorkQueueExecu
    tor.java:126)
    at
    com.iona.corba.art.workqueue.AutomaticWorkQueueThreadPool$WorkQueueThread.ru
    n(AutomaticWorkQueueThreadPool.java:232)
    "XML-RPC Weblistener" daemon prio=9 tid=0x4db560 nid=43 lwp_id=10318
    runnable [0x5abc9000..0x5abc9438]
    at java.net.PlainSocketImpl.socketAccept(Native Method)
    at java.net.PlainSocketImpl.accept(Unknown Source)
    - locked <0x5ddb0c40> (a java.net.PlainSocketImpl)
    at java.net.ServerSocket.implAccept(Unknown Source)
    at java.net.ServerSocket.accept(Unknown Source)
    at helma.xmlrpc.WebServer.run(WebServer.java:175)
    at java.lang.Thread.run(Unknown Source)
    "ORBThreadPool-1::thread-7" daemon prio=9 tid=0x3d3ca8 nid=42 lwp_id=10316
    waiting on monitor [0x5abea000..0x5abea438]
    at java.lang.Object.wait(Native Method)
    - waiting on <0x5d981228> (a
    com.iona.corba.art.workqueue.WorkQueueImpl$WorkItemBuffer)
    at com.iona.common.concurrency.BoundedBuffer.poll(BoundedBuffer.java:175)
    - locked <0x5d981228> (a
    com.iona.corba.art.workqueue.WorkQueueImpl$WorkItemBuffer)
    at
    com.iona.corba.art.workqueue.AutomaticWorkQueueImpl.dequeue(AutomaticWorkQue
    ueImpl.java:144)
    at
    com.iona.corba.art.workqueue.AutomaticWorkQueueThreadPool$WorkQueueThread.ru
    n(AutomaticWorkQueueThreadPool.java:225)
    "ORBThreadPool-1::thread-6" daemon prio=9 tid=0x3d28b8 nid=41 lwp_id=10315
    runnable [0x5ac0b000..0x5ac0b438]
    at java.net.SocketInputStream.socketRead(Native Method)
    at java.net.SocketInputStream.read(Unknown Source)
    at
    com.iona.corba.atli.tcp.TCPConnectionSocketHandler.read(TCPConnectionSocketH
    andler.java:104)
    at
    com.iona.corba.atli.tcp.TCPConnectionIOHandler$ReaderWorkItem.run(TCPConnect
    ionIOHandler.java:605)
    - locked <0x5ddc52a8> (a java.lang.Object)
    at
    com.iona.corba.util.WorkQueueExecutor$RunnableWrapper.execute(WorkQueueExecu
    tor.java:126)
    at
    com.iona.corba.art.workqueue.AutomaticWorkQueueThreadPool$WorkQueueThread.ru
    n(AutomaticWorkQueueThreadPool.java:232)
    "ORBThreadPool-1::thread-4" daemon prio=9 tid=0x625fd8 nid=39 lwp_id=10311
    runnable [0x5ac4d000..0x5ac4d438]
    at java.net.SocketInputStream.socketRead(Native Method)
    at java.net.SocketInputStream.read(Unknown Source)
    at
    com.iona.corba.atli.tcp.TCPConnectionSocketHandler.read(TCPConnectionSocketH
    andler.java:104)
    at
    com.iona.corba.atli.tcp.TCPConnectionIOHandler$ReaderWorkItem.run(TCPConnect
    ionIOHandler.java:605)
    - locked <0x5d999860> (a java.lang.Object)
    at
    com.iona.corba.util.WorkQueueExecutor$RunnableWrapper.execute(WorkQueueExecu
    tor.java:126)
    at
    com.iona.corba.art.workqueue.AutomaticWorkQueueThreadPool$WorkQueueThread.ru
    n(AutomaticWorkQueueThreadPool.java:232)
    "ORBThreadPool-1::thread-2" daemon prio=9 tid=0x61a2f0 nid=37 lwp_id=10309
    runnable [0x5ac8f000..0x5ac8f438]
    at java.net.SocketInputStream.socketRead(Native Method)
    at java.net.SocketInputStream.read(Unknown Source)
    at
    com.iona.corba.atli.tcp.TCPConnectionSocketHandler.read(TCPConnectionSocketH
    andler.java:104)
    at
    com.iona.corba.atli.tcp.TCPConnectionIOHandler$ReaderWorkItem.run(TCPConnect
    ionIOHandler.java:605)
    - locked <0x5d99b280> (a java.lang.Object)
    at
    com.iona.corba.util.WorkQueueExecutor$RunnableWrapper.execute(WorkQueueExecu
    tor.java:126)
    at
    com.iona.corba.art.workqueue.AutomaticWorkQueueThreadPool$WorkQueueThread.ru
    n(AutomaticWorkQueueThreadPool.java:232)
    "ORBThreadPool-1::thread-1" daemon prio=9 tid=0x61a0a0 nid=36 lwp_id=10308
    waiting on monitor [0x5acb0000..0x5acb0438]
    at java.lang.Object.wait(Native Method)
    - waiting on <0x5d98f7c8> (a com.iona.common.timeout.TimeOutScheduler)
    at com.iona.common.time.UTCTimedWait.wait(UTCTimedWait.java:118)
    - locked <0x5d98f7c8> (a com.iona.common.timeout.TimeOutScheduler)
    at com.iona.common.timeout.TimeOutScheduler.run(TimeOutScheduler.java:68)
    - locked <0x5d98f7c8> (a com.iona.common.timeout.TimeOutScheduler)
    at
    com.iona.corba.util.WorkQueueExecutor$RunnableWrapper.execute(WorkQueueExecu
    tor.java:126)
    at
    com.iona.corba.art.workqueue.AutomaticWorkQueueThreadPool$WorkQueueThread.ru
    n(AutomaticWorkQueueThreadPool.java:232)
    "HighPriority TimeEventGenerator" daemon prio=9 tid=0x1756d8 nid=35
    lwp_id=10292 waiting on monitor [0x5acd1000..0x5acd1438]
    at java.lang.Object.wait(Native Method)
    - waiting on <0x5d916488> (a weblogic.time.common.internal.TimeTable)
    at weblogic.time.common.internal.TimeTable.snooze(TimeTable.java:279)
    - locked <0x5d916488> (a weblogic.time.common.internal.TimeTable)
    at
    weblogic.time.common.internal.TimeEventGenerator.run(TimeEventGenerator.java
    :138)
    at java.lang.Thread.run(Unknown Source)
    "SSLListenThread" prio=9 tid=0x566218 nid=34 lwp_id=10165 runnable
    [0x5acf2000..0x5acf2438]
    at java.net.PlainSocketImpl.socketAccept(Native Method)
    at java.net.PlainSocketImpl.accept(Unknown Source)
    - locked <0x5d9a2530> (a java.net.PlainSocketImpl)
    at java.net.ServerSocket.implAccept(Unknown Source)
    at java.net.ServerSocket.accept(Unknown Source)
    at
    weblogic.security.SSL.SSLServerSocket.acceptNoHandshake(SSLServerSocket.java
    :126)
    at weblogic.security.SSL.SSLServerSocket.accept(SSLServerSocket.java:117)
    at weblogic.t3.srvr.ListenThread.run(ListenThread.java:247)
    "ListenThread" prio=9 tid=0x54f1f0 nid=33 lwp_id=10164 runnable
    [0x5ad13000..0x5ad13438]
    at java.net.PlainSocketImpl.socketAccept(Native Method)
    at java.net.PlainSocketImpl.accept(Unknown Source)
    - locked <0x5d9a2470> (a java.net.PlainSocketImpl)
    at java.net.ServerSocket.implAccept(Unknown Source)
    at java.net.ServerSocket.accept(Unknown Source)
    at weblogic.t3.srvr.ListenThread.run(ListenThread.java:247)
    "Application Manager Thread" prio=8 tid=0x54ee60 nid=31 lwp_id=10162 waiting
    on monitor [0x5ad55000..0x5ad55438]
    at java.lang.Thread.sleep(Native Method)
    at
    weblogic.management.mbeans.custom.ApplicationManager$ApplicationPoller.run(A
    pplicationManager.java:644)
    "ExecuteThread: '1' for queue: '__weblogic_admin_rmi_queue'" daemon prio=9
    tid=0xa4af0 nid=30 lwp_id=10159 waiting on monitor [0x5ae3a000..0x5ae3a438]
    at java.lang.Object.wait(Native Method)
    - waiting on <0x5c73a8f0> (a weblogic.kernel.ExecuteThread)
    at java.lang.Object.wait(Unknown Source)
    at weblogic.kernel.ExecuteThread.waitForRequest(ExecuteThread.java:94)
    - locked <0x5c73a8f0> (a weblogic.kernel.ExecuteThread)
    at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:118)
    "ExecuteThread: '0' for queue: '__weblogic_admin_rmi_queue'" daemon prio=9
    tid=0xa2478 nid=29 lwp_id=10158 waiting on monitor [0x5ae5b000..0x5ae5b438]
    at java.lang.Object.wait(Native Method)
    - waiting on <0x5c73a478> (a weblogic.kernel.ExecuteThread)
    at java.lang.Object.wait(Unknown Source)
    at weblogic.kernel.ExecuteThread.waitForRequest(ExecuteThread.java:94)
    - locked <0x5c73a478> (a weblogic.kernel.ExecuteThread)
    at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:118)
    "ExecuteThread: '1' for queue: '__weblogic_admin_html_queue'" daemon prio=9
    tid=0xa2160 nid=28 lwp_id=10157 waiting on monitor [0x5ae7c000..0x5ae7c438]
    at java.lang.Object.wait(Native Method)
    - waiting on <0x5c739a60> (a weblogic.kernel.ExecuteThread)
    at java.lang.Object.wait(Unknown Source)
    at weblogic.kernel.ExecuteThread.waitForRequest(ExecuteThread.java:94)
    - locked <0x5c739a60> (a weblogic.kernel.ExecuteThread)
    at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:118)
    "ExecuteThread: '0' for queue: '__weblogic_admin_html_queue'" daemon prio=9
    tid=0xa1eb8 nid=27 lwp_id=10156 waiting on monitor [0x5ae9d000..0x5ae9d438]
    at java.lang.Object.wait(Native Method)
    - waiting on <0x5c7395e0> (a weblogic.kernel.ExecuteThread)
    at java.lang.Object.wait(Unknown Source)
    at weblogic.kernel.ExecuteThread.waitForRequest(ExecuteThread.java:94)
    - locked <0x5c7395e0> (a weblogic.kernel.ExecuteThread)
    at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:118)
    "TimeEventGenerator" daemon prio=9 tid=0x2e3230 nid=26 lwp_id=10154 waiting
    on monitor [0x5aebe000..0x5aebe438]
    at java.lang.Object.wait(Native Method)
    - waiting on <0x5c75edb8> (a weblogic.time.common.internal.TimeTable)
    at weblogic.time.common.internal.TimeTable.snooze(TimeTable.java:279)
    - locked <0x5c75edb8> (a weblogic.time.common.internal.TimeTable)
    at
    weblogic.time.common.internal.TimeEventGenerator.run(TimeEventGenerator.java
    :138)
    at java.lang.Thread.run(Unknown Source)
    "TimeEventGenerator" daemon prio=9 tid=0xdec30 nid=25 lwp_id=10153 waiting
    on monitor [0x5aedf000..0x5aedf438]
    at java.lang.Object.wait(Native Method)
    - waiting on <0x5c77cc78> (a weblogic.time.common.internal.TimeTable)
    at weblogic.time.common.internal.TimeTable.snooze(TimeTable.java:279)
    - locked <0x5c77cc78> (a weblogic.time.common.internal.TimeTable)
    at
    weblogic.time.common.internal.TimeEventGenerator.run(TimeEventGenerator.java
    :138)
    at java.lang.Thread.run(Unknown Source)
    "SpinnerRandomSource" daemon prio=9 tid=0xde748 nid=24 lwp_id=10152 waiting
    on monitor [0x5af00000..0x5af00438]
    at java.lang.Object.wait(Native Method)
    - waiting on <0x5c5ecfb8> (a weblogic.security.SpinnerThread)
    at java.lang.Object.wait(Unknown Source)
    at
    weblogic.security.SpinnerThread.stopSpinning(SpinnerRandomBitsSource.java:92
    - locked <0x5c5ecfb8> (a weblogic.security.SpinnerThread)
    at weblogic.security.SpinnerThread.run(SpinnerRandomBitsSource.java:109)
    "ExecuteThread: '14' for queue: 'default'" daemon prio=9 tid=0xdb2e0 nid=23
    lwp_id=10151 runnable [0x5af21000..0x5af21438]
    at
    weblogic.socket.PosixSocketMuxer.processSockets(PosixSocketMuxer.java:371)
    - waiting to lock <0x5d99fb48> (a java.lang.Object)
    at weblogic.socket.SocketReaderRequest.execute(SocketReaderRequest.java:23)
    at weblogic.kernel.ExecuteThread.execute(ExecuteThread.java:137)
    at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:120)
    "ExecuteThread: '13' for queue: 'default'" daemon prio=9 tid=0xd9a50 nid=22
    lwp_id=10150 runnable [0x5af42000..0x5af42438]
    at
    weblogic.socket.PosixSocketMuxer.processSockets(PosixSocketMuxer.java:371)
    - waiting to lock <0x5d99fb48> (a java.lang.Object)
    at weblogic.socket.SocketReaderRequest.execute(SocketReaderRequest.java:23)
    at weblogic.kernel.ExecuteThread.execute(ExecuteThread.java:137)
    at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:120)
    "ExecuteThread: '12' for queue: 'default'" daemon prio=9 tid=0xd81c0 nid=21
    lwp_id=10149 runnable [0x5af63000..0x5af63438]
    at weblogic.socket.PosixSocketMuxer.poll(Native Method)
    at
    weblogic.socket.PosixSocketMuxer.processSockets(PosixSocketMuxer.java:371)
    - locked <0x5d99fb48> (a java.lang.Object)
    at weblogic.socket.SocketReaderRequest.execute(SocketReaderRequest.java:23)
    at weblogic.kernel.ExecuteThread.execute(ExecuteThread.java:137)
    at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:120)
    "ExecuteThread: '11' for queue: 'default'" daemon prio=9 tid=0xa0c98 nid=20
    lwp_id=10148 runnable [0..0x5af84438]
    "ExecuteThread: '10' for queue: 'default'" daemon prio=9 tid=0xa0110 nid=19
    lwp_id=10147 waiting on monitor [0x5afa5000..0x5afa5438]
    at java.lang.Object.wait(Native Method)
    - waiting on <0x5c5eae88> (a weblogic.kernel.ExecuteThread)
    at java.lang.Object.wait(Unknown Source)
    at weblogic.kernel.ExecuteThread.waitForRequest(ExecuteThread.java:94)
    - locked <0x5c5eae88> (a weblogic.kernel.ExecuteThread)
    at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:118)
    "ExecuteThread: '9' for queue: 'default'" daemon prio=9 tid=0x9d650 nid=18
    lwp_id=10146 waiting on monitor [0x5afc6000..0x5afc6438]
    at java.lang.Object.wait(Native Method)
    - waiting on <0x5c5eaa68> (a weblogic.kernel.ExecuteThread)
    at java.lang.Object.wait(Unknown Source)
    at weblogic.kernel.ExecuteThread.waitForRequest(ExecuteThread.java:94)
    - locked <0x5c5eaa68> (a weblogic.kernel.ExecuteThread)
    at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:118)
    "ExecuteThread: '8' for queue: 'default'" daemon prio=9 tid=0x9bdc0 nid=17
    lwp_id=10145 runnable [0x5afe8000..0x5afe7438]
    at java.net.SocketOutputStream.socketWrite(Native Method)
    at java.net.SocketOutputStream.write(Unknown Source)
    at weblogic.socket.SocketMuxer.write(SocketMuxer.java:60)
    at weblogic.rjvm.t3.T3JVMConnection.sendMsg(T3JVMConnection.java:247)
    at
    weblogic.rjvm.MsgAbbrevJVMConnection.sendOutMsg(MsgAbbrevJVMConnection.java:
    367)
    at
    weblogic.rjvm.MsgAbbrevJVMConnection.sendMsg(MsgAbbrevJVMConnection.java:173
    at weblogic.rjvm.ConnectionManager.sendMsg(ConnectionManager.java:482)
    at weblogic.rjvm.RJVMImpl.send(RJVMImpl.java:419)
    at
    weblogic.rjvm.MsgAbbrevOutputStream.flushAndSendRaw(MsgAbbrevOutputStream.ja
    va:114)
    at
    weblogic.rjvm.MsgAbbrevOutputStream.flushAndSend(MsgAbbrevOutputStream.java:
    122)
    at weblogic.rjvm.MsgAbbrevOutputStream.send(MsgAbbrevOutputStream.java:181)
    at
    weblogic.rmi.internal.BasicServerAdapter.invoke(BasicServerAdapter.java:383)
    at
    weblogic.rmi.internal.BasicServerAdapter.invoke(BasicServerAdapter.java:237)
    at
    weblogic.rmi.internal.BasicRequestHandler.handleRequest(BasicRequestHandler.
    java:118)
    at
    weblogic.rmi.internal.BasicExecuteRequest.execute(BasicExecuteRequest.java:1
    7)
    at weblogic.kernel.ExecuteThread.execute(ExecuteThread.java:137)
    at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:120)
    "ExecuteThread: '7' for queue: 'default'" daemon prio=9 tid=0x9a530 nid=16
    lwp_id=10144 waiting on monitor [0x5b008000..0x5b008438]
    at java.lang.Object.wait(Native Method)
    - waiting on <0x5c5ea1d8> (a weblogic.kernel.ExecuteThread)
    at java.lang.Object.wait(Unknown Source)
    at weblogic.kernel.ExecuteThread.waitForRequest(ExecuteThread.java:94)
    - locked <0x5c5ea1d8> (a weblogic.kernel.ExecuteThread)
    at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:118)
    "ExecuteThread: '6' for queue: 'default'" daemon prio=9 tid=0x84c90 nid=15
    lwp_id=10143 waiting on monitor [0x5b029000..0x5b029438]
    at java.lang.Object.wait(Native Method)
    - waiting on <0x5c5e9db8> (a weblogic.kernel.ExecuteThread)
    at java.lang.Object.wait(Unknown Source)
    at weblogic.kernel.ExecuteThread.waitForRequest(ExecuteThread.java:94)
    - locked <0x5c5e9db8> (a weblogic.kernel.ExecuteThread)
    at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:118)
    "ExecuteThread: '5' for queue: 'default'" daemon prio=9 tid=0x83400 nid=14
    lwp_id=10142 waiting on monitor [0x5b04a000..0x5b04a438]
    at java.lang.Object.wait(Native Method)
    - waiting on <0x5c5e9998> (a weblogic.kernel.ExecuteThread)
    at java.lang.Object.wait(Unknown Source)
    at weblogic.kernel.ExecuteThread.waitForRequest(ExecuteThread.java:94)
    - locked <0x5c5e9998> (a weblogic.kernel.ExecuteThread)
    at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:118)
    "ExecuteThread: '4' for queue: 'default'" daemon prio=9 tid=0x81b70 nid=13
    lwp_id=10141 waiting on monitor [0x5b06b000..0x5b06b438]
    at java.lang.Object.wait(Native Method)
    - waiting on <0x5c5e9578> (a weblogic.kernel.ExecuteThread)
    at java.lang.Object.wait(Unknown Source)
    at weblogic.kernel.ExecuteThread.waitForRequest(ExecuteThread.java:94)
    - locked <0x5c5e9578> (a weblogic.kernel.ExecuteThread)
    at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:118)
    "ExecuteThread: '3' for queue: 'default'" daemon prio=9 tid=0x802e0 nid=12
    lwp_id=10140 waiting on monitor [0x5b08c000..0x5b08c438]
    at java.lang.Object.wait(Native Method)
    - waiting on <0x5c5e9158> (a weblogic.kernel.ExecuteThread)
    at java.lang.Object.wait(Unknown Source)
    at weblogic.kernel.ExecuteThread.waitForRequest(ExecuteThread.java:94)
    - locked <0x5c5e9158> (a weblogic.kernel.ExecuteThread)
    at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:118)
    "ExecuteThread: '2' for queue: 'default'" daemon prio=9 tid=0x7e9f0 nid=11
    lwp_id=10139 waiting on monitor [0x5b0ad000..0x5b0ad438]
    at java.lang.Object.wait(Native Method)
    - waiting on <0x5c5e8d38> (a weblogic.kernel.ExecuteThread)
    at java.lang.Object.wait(Unknown Source)
    at weblogic.kernel.ExecuteThread.waitForRequest(ExecuteThread.java:94)
    - locked <0x5c5e8d38> (a weblogic.kernel.ExecuteThread)
    at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:118)
    "ExecuteThread: '1' for queue: 'default'" daemon prio=9 tid=0x76868 nid=10
    lwp_id=10138 waiting on monitor [0x5b0ce000..0x5b0ce438]
    at java.lang.Object.wait(Native Method)
    - waiting on <0x5c5e8918> (a weblogic.kernel.ExecuteThread)
    at java.lang.Object.wait(Unknown Source)
    at weblogic.kernel.ExecuteThread.waitForRequest(ExecuteThread.java:94)
    - locked <0x5c5e8918> (a weblogic.kernel.ExecuteThread)
    at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:118)
    "ExecuteThread: '0' for queue: 'default'" daemon prio=9 tid=0x75788 nid=9
    lwp_id=10137 waiting on monitor [0x7f41b000..0x7f41b438]
    at java.lang.Object.wait(Native Method)
    - waiting on <0x5c5e83f0> (a weblogic.kernel.ExecuteThread)
    at java.lang.Object.wait(Unknown Source)
    at weblogic.kernel.ExecuteThread.waitForRequest(ExecuteThread.java:94)
    - locked <0x5c5e83f0> (a weblogic.kernel.ExecuteThread)
    at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:118)
    "Thread-0" daemon prio=8 tid=0x2ddd58 nid=8 lwp_id=10136 waiting on monitor
    [0x7f43c000..0x7f43c438]
    at java.lang.Thread.sleep(Native Method)
    at
    weblogic.transaction.internal.TransactionManagerImpl$1.run(TransactionManage
    rImpl.java:756)
    at java.lang.Thread.run(Unknown Source)
    "Signal Dispatcher" daemon prio=9 tid=0xecbe0 nid=7 lwp_id=10134 runnable
    [0..0xffffffff]
    "Finalizer" daemon prio=9 tid=0xe6250 nid=5 lwp_id=10132 waiting on monitor
    [0x7f491000..0x7f491438]
    at java.lang.Object.wait(Native Method)
    - waiting on <0x5c635ef8> (a java.lang.ref.ReferenceQueue$Lock)
    at java.lang.ref.ReferenceQueue.remove(Unknown Source)
    - locked <0x5c635ef8> (a java.lang.ref.ReferenceQueue$Lock)
    at java.lang.ref.ReferenceQueue.remove(Unknown Source)
    at
    java.lang.ref.Finalizer$FinalizerWorker$FinalizerThread.run(Finalizer.java:1
    20)
    "Reference Handler" daemon prio=9 tid=0xe48a0 nid=4 lwp_id=10131 waiting on
    monitor [0x7f4b2000..0x7f4b2438]
    at java.lang.Object.wait(Native Method)
    - waiting on <0x5c5ed268> (a java.lang.ref.Reference$Lock)
    at java.lang.Object.wait(Unknown Source)
    at java.lang.ref.Reference$ReferenceHandler.run(Unknown Source)
    - locked <0x5c5ed268> (a java.lang.ref.Reference$Lock)
    "main" prio=9 tid=0x342a0 nid=1 lwp_id=10112 waiting on monitor
    [0x7f7f2000..0x7f7f2878]
    at java.lang.Object.wait(Native Method)
    - waiting on <0x5c5f0db8> (a weblogic.t3.srvr.T3Srvr)
    at java.lang.Object.wait(Unknown Source)
    at weblogic.t3.srvr.T3Srvr.waitForDeath(T3Srvr.java:501)
    - locked <0x5c5f0db8> (a weblogic.t3.srvr.T3Srvr)
    at weblogic.t3.srvr.T3Srvr.run(T3Srvr.java:171)
    at weblogic.Server.main(Server.java:35)
    "VM Thread" prio=7 tid=0xa9c40 nid=3 lwp_id=10130 runnable
    "VM Periodic Task Thread" prio=8 tid=0xebc68 nid=6 lwp_id=10133 waiting on
    monitor
    # Java version:
    # HotSpot VM (mixed mode)
    # HotSpot Virtual Machine Error, Unexpected Signal 11
    # occurred at pc=908d4
    # Error ID:
    /CLO/Components/JAVA_HOTSPOT/Src/build/hp-ux/../../src/os/hp-ux/vm/os_hp-ux.
    cpp, 3050
    ./startWebLogic.sh[151]: 9008 Abort(coredump)
    Suresh Athmakuri
    Datalinx Corporation
    505, WhitePlains Road
    Tarrytown , Ny

    Hi Folks,
    We have been running into this error for a long time. Here is a description
    of the error.
    We have weblogic server 6.0 SP2 is running in HPUX 11, in the same box we
    have Orbix 2000 installed.
    After starting the weblogic server it crashes unexpected.
    The following is the full stack trace of the error:
    Full thread dump:
    "ORBThreadPool-1::thread-3" daemon prio=9 tid=0x58ab90 nid=88 lwp_id=10651
    runnable [0x5ad34000..0x5ad34438]
    at java.net.SocketInputStream.socketRead(Native Method)
    at java.net.SocketInputStream.read(Unknown Source)
    at
    com.iona.corba.atli.tcp.TCPConnectionSocketHandler.read(TCPConnectionSocketH
    andler.java:104)
    at
    com.iona.corba.atli.tcp.TCPConnectionIOHandler$ReaderWorkItem.run(TCPConnect
    ionIOHandler.java:605)
    - locked <0x5ddc4240> (a java.lang.Object)
    at
    com.iona.corba.util.WorkQueueExecutor$RunnableWrapper.execute(WorkQueueExecu
    tor.java:126)
    at
    com.iona.corba.art.workqueue.AutomaticWorkQueueThreadPool$WorkQueueThread.ru
    n(AutomaticWorkQueueThreadPool.java:232)
    "XML-RPC Weblistener" daemon prio=9 tid=0x4db560 nid=43 lwp_id=10318
    runnable [0x5abc9000..0x5abc9438]
    at java.net.PlainSocketImpl.socketAccept(Native Method)
    at java.net.PlainSocketImpl.accept(Unknown Source)
    - locked <0x5ddb0c40> (a java.net.PlainSocketImpl)
    at java.net.ServerSocket.implAccept(Unknown Source)
    at java.net.ServerSocket.accept(Unknown Source)
    at helma.xmlrpc.WebServer.run(WebServer.java:175)
    at java.lang.Thread.run(Unknown Source)
    "ORBThreadPool-1::thread-7" daemon prio=9 tid=0x3d3ca8 nid=42 lwp_id=10316
    waiting on monitor [0x5abea000..0x5abea438]
    at java.lang.Object.wait(Native Method)
    - waiting on <0x5d981228> (a
    com.iona.corba.art.workqueue.WorkQueueImpl$WorkItemBuffer)
    at com.iona.common.concurrency.BoundedBuffer.poll(BoundedBuffer.java:175)
    - locked <0x5d981228> (a
    com.iona.corba.art.workqueue.WorkQueueImpl$WorkItemBuffer)
    at
    com.iona.corba.art.workqueue.AutomaticWorkQueueImpl.dequeue(AutomaticWorkQue
    ueImpl.java:144)
    at
    com.iona.corba.art.workqueue.AutomaticWorkQueueThreadPool$WorkQueueThread.ru
    n(AutomaticWorkQueueThreadPool.java:225)
    "ORBThreadPool-1::thread-6" daemon prio=9 tid=0x3d28b8 nid=41 lwp_id=10315
    runnable [0x5ac0b000..0x5ac0b438]
    at java.net.SocketInputStream.socketRead(Native Method)
    at java.net.SocketInputStream.read(Unknown Source)
    at
    com.iona.corba.atli.tcp.TCPConnectionSocketHandler.read(TCPConnectionSocketH
    andler.java:104)
    at
    com.iona.corba.atli.tcp.TCPConnectionIOHandler$ReaderWorkItem.run(TCPConnect
    ionIOHandler.java:605)
    - locked <0x5ddc52a8> (a java.lang.Object)
    at
    com.iona.corba.util.WorkQueueExecutor$RunnableWrapper.execute(WorkQueueExecu
    tor.java:126)
    at
    com.iona.corba.art.workqueue.AutomaticWorkQueueThreadPool$WorkQueueThread.ru
    n(AutomaticWorkQueueThreadPool.java:232)
    "ORBThreadPool-1::thread-4" daemon prio=9 tid=0x625fd8 nid=39 lwp_id=10311
    runnable [0x5ac4d000..0x5ac4d438]
    at java.net.SocketInputStream.socketRead(Native Method)
    at java.net.SocketInputStream.read(Unknown Source)
    at
    com.iona.corba.atli.tcp.TCPConnectionSocketHandler.read(TCPConnectionSocketH
    andler.java:104)
    at
    com.iona.corba.atli.tcp.TCPConnectionIOHandler$ReaderWorkItem.run(TCPConnect
    ionIOHandler.java:605)
    - locked <0x5d999860> (a java.lang.Object)
    at
    com.iona.corba.util.WorkQueueExecutor$RunnableWrapper.execute(WorkQueueExecu
    tor.java:126)
    at
    com.iona.corba.art.workqueue.AutomaticWorkQueueThreadPool$WorkQueueThread.ru
    n(AutomaticWorkQueueThreadPool.java:232)
    "ORBThreadPool-1::thread-2" daemon prio=9 tid=0x61a2f0 nid=37 lwp_id=10309
    runnable [0x5ac8f000..0x5ac8f438]
    at java.net.SocketInputStream.socketRead(Native Method)
    at java.net.SocketInputStream.read(Unknown Source)
    at
    com.iona.corba.atli.tcp.TCPConnectionSocketHandler.read(TCPConnectionSocketH
    andler.java:104)
    at
    com.iona.corba.atli.tcp.TCPConnectionIOHandler$ReaderWorkItem.run(TCPConnect
    ionIOHandler.java:605)
    - locked <0x5d99b280> (a java.lang.Object)
    at
    com.iona.corba.util.WorkQueueExecutor$RunnableWrapper.execute(WorkQueueExecu
    tor.java:126)
    at
    com.iona.corba.art.workqueue.AutomaticWorkQueueThreadPool$WorkQueueThread.ru
    n(AutomaticWorkQueueThreadPool.java:232)
    "ORBThreadPool-1::thread-1" daemon prio=9 tid=0x61a0a0 nid=36 lwp_id=10308
    waiting on monitor [0x5acb0000..0x5acb0438]
    at java.lang.Object.wait(Native Method)
    - waiting on <0x5d98f7c8> (a com.iona.common.timeout.TimeOutScheduler)
    at com.iona.common.time.UTCTimedWait.wait(UTCTimedWait.java:118)
    - locked <0x5d98f7c8> (a com.iona.common.timeout.TimeOutScheduler)
    at com.iona.common.timeout.TimeOutScheduler.run(TimeOutScheduler.java:68)
    - locked <0x5d98f7c8> (a com.iona.common.timeout.TimeOutScheduler)
    at
    com.iona.corba.util.WorkQueueExecutor$RunnableWrapper.execute(WorkQueueExecu
    tor.java:126)
    at
    com.iona.corba.art.workqueue.AutomaticWorkQueueThreadPool$WorkQueueThread.ru
    n(AutomaticWorkQueueThreadPool.java:232)
    "HighPriority TimeEventGenerator" daemon prio=9 tid=0x1756d8 nid=35
    lwp_id=10292 waiting on monitor [0x5acd1000..0x5acd1438]
    at java.lang.Object.wait(Native Method)
    - waiting on <0x5d916488> (a weblogic.time.common.internal.TimeTable)
    at weblogic.time.common.internal.TimeTable.snooze(TimeTable.java:279)
    - locked <0x5d916488> (a weblogic.time.common.internal.TimeTable)
    at
    weblogic.time.common.internal.TimeEventGenerator.run(TimeEventGenerator.java
    :138)
    at java.lang.Thread.run(Unknown Source)
    "SSLListenThread" prio=9 tid=0x566218 nid=34 lwp_id=10165 runnable
    [0x5acf2000..0x5acf2438]
    at java.net.PlainSocketImpl.socketAccept(Native Method)
    at java.net.PlainSocketImpl.accept(Unknown Source)
    - locked <0x5d9a2530> (a java.net.PlainSocketImpl)
    at java.net.ServerSocket.implAccept(Unknown Source)
    at java.net.ServerSocket.accept(Unknown Source)
    at
    weblogic.security.SSL.SSLServerSocket.acceptNoHandshake(SSLServerSocket.java
    :126)
    at weblogic.security.SSL.SSLServerSocket.accept(SSLServerSocket.java:117)
    at weblogic.t3.srvr.ListenThread.run(ListenThread.java:247)
    "ListenThread" prio=9 tid=0x54f1f0 nid=33 lwp_id=10164 runnable
    [0x5ad13000..0x5ad13438]
    at java.net.PlainSocketImpl.socketAccept(Native Method)
    at java.net.PlainSocketImpl.accept(Unknown Source)
    - locked <0x5d9a2470> (a java.net.PlainSocketImpl)
    at java.net.ServerSocket.implAccept(Unknown Source)
    at java.net.ServerSocket.accept(Unknown Source)
    at weblogic.t3.srvr.ListenThread.run(ListenThread.java:247)
    "Application Manager Thread" prio=8 tid=0x54ee60 nid=31 lwp_id=10162 waiting
    on monitor [0x5ad55000..0x5ad55438]
    at java.lang.Thread.sleep(Native Method)
    at
    weblogic.management.mbeans.custom.ApplicationManager$ApplicationPoller.run(A
    pplicationManager.java:644)
    "ExecuteThread: '1' for queue: '__weblogic_admin_rmi_queue'" daemon prio=9
    tid=0xa4af0 nid=30 lwp_id=10159 waiting on monitor [0x5ae3a000..0x5ae3a438]
    at java.lang.Object.wait(Native Method)
    - waiting on <0x5c73a8f0> (a weblogic.kernel.ExecuteThread)
    at java.lang.Object.wait(Unknown Source)
    at weblogic.kernel.ExecuteThread.waitForRequest(ExecuteThread.java:94)
    - locked <0x5c73a8f0> (a weblogic.kernel.ExecuteThread)
    at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:118)
    "ExecuteThread: '0' for queue: '__weblogic_admin_rmi_queue'" daemon prio=9
    tid=0xa2478 nid=29 lwp_id=10158 waiting on monitor [0x5ae5b000..0x5ae5b438]
    at java.lang.Object.wait(Native Method)
    - waiting on <0x5c73a478> (a weblogic.kernel.ExecuteThread)
    at java.lang.Object.wait(Unknown Source)
    at weblogic.kernel.ExecuteThread.waitForRequest(ExecuteThread.java:94)
    - locked <0x5c73a478> (a weblogic.kernel.ExecuteThread)
    at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:118)
    "ExecuteThread: '1' for queue: '__weblogic_admin_html_queue'" daemon prio=9
    tid=0xa2160 nid=28 lwp_id=10157 waiting on monitor [0x5ae7c000..0x5ae7c438]
    at java.lang.Object.wait(Native Method)
    - waiting on <0x5c739a60> (a weblogic.kernel.ExecuteThread)
    at java.lang.Object.wait(Unknown Source)
    at weblogic.kernel.ExecuteThread.waitForRequest(ExecuteThread.java:94)
    - locked <0x5c739a60> (a weblogic.kernel.ExecuteThread)
    at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:118)
    "ExecuteThread: '0' for queue: '__weblogic_admin_html_queue'" daemon prio=9
    tid=0xa1eb8 nid=27 lwp_id=10156 waiting on monitor [0x5ae9d000..0x5ae9d438]
    at java.lang.Object.wait(Native Method)
    - waiting on <0x5c7395e0> (a weblogic.kernel.ExecuteThread)
    at java.lang.Object.wait(Unknown Source)
    at weblogic.kernel.ExecuteThread.waitForRequest(ExecuteThread.java:94)
    - locked <0x5c7395e0> (a weblogic.kernel.ExecuteThread)
    at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:118)
    "TimeEventGenerator" daemon prio=9 tid=0x2e3230 nid=26 lwp_id=10154 waiting
    on monitor [0x5aebe000..0x5aebe438]
    at java.lang.Object.wait(Native Method)
    - waiting on <0x5c75edb8> (a weblogic.time.common.internal.TimeTable)
    at weblogic.time.common.internal.TimeTable.snooze(TimeTable.java:279)
    - locked <0x5c75edb8> (a weblogic.time.common.internal.TimeTable)
    at
    weblogic.time.common.internal.TimeEventGenerator.run(TimeEventGenerator.java
    :138)
    at java.lang.Thread.run(Unknown Source)
    "TimeEventGenerator" daemon prio=9 tid=0xdec30 nid=25 lwp_id=10153 waiting
    on monitor [0x5aedf000..0x5aedf438]
    at java.lang.Object.wait(Native Method)
    - waiting on <0x5c77cc78> (a weblogic.time.common.internal.TimeTable)
    at weblogic.time.common.internal.TimeTable.snooze(TimeTable.java:279)
    - locked <0x5c77cc78> (a weblogic.time.common.internal.TimeTable)
    at
    weblogic.time.common.internal.TimeEventGenerator.run(TimeEventGenerator.java
    :138)
    at java.lang.Thread.run(Unknown Source)
    "SpinnerRandomSource" daemon prio=9 tid=0xde748 nid=24 lwp_id=10152 waiting
    on monitor [0x5af00000..0x5af00438]
    at java.lang.Object.wait(Native Method)
    - waiting on <0x5c5ecfb8> (a weblogic.security.SpinnerThread)
    at java.lang.Object.wait(Unknown Source)
    at
    weblogic.security.SpinnerThread.stopSpinning(SpinnerRandomBitsSource.java:92
    - locked <0x5c5ecfb8> (a weblogic.security.SpinnerThread)
    at weblogic.security.SpinnerThread.run(SpinnerRandomBitsSource.java:109)
    "ExecuteThread: '14' for queue: 'default'" daemon prio=9 tid=0xdb2e0 nid=23
    lwp_id=10151 runnable [0x5af21000..0x5af21438]
    at
    weblogic.socket.PosixSocketMuxer.processSockets(PosixSocketMuxer.java:371)
    - waiting to lock <0x5d99fb48> (a java.lang.Object)
    at weblogic.socket.SocketReaderRequest.execute(SocketReaderRequest.java:23)
    at weblogic.kernel.ExecuteThread.execute(ExecuteThread.java:137)
    at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:120)
    "ExecuteThread: '13' for queue: 'default'" daemon prio=9 tid=0xd9a50 nid=22
    lwp_id=10150 runnable [0x5af42000..0x5af42438]
    at
    weblogic.socket.PosixSocketMuxer.processSockets(PosixSocketMuxer.java:371)
    - waiting to lock <0x5d99fb48> (a java.lang.Object)
    at weblogic.socket.SocketReaderRequest.execute(SocketReaderRequest.java:23)
    at weblogic.kernel.ExecuteThread.execute(ExecuteThread.java:137)
    at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:120)
    "ExecuteThread: '12' for queue: 'default'" daemon prio=9 tid=0xd81c0 nid=21
    lwp_id=10149 runnable [0x5af63000..0x5af63438]
    at weblogic.socket.PosixSocketMuxer.poll(Native Method)
    at
    weblogic.socket.PosixSocketMuxer.processSockets(PosixSocketMuxer.java:371)
    - locked <0x5d99fb48> (a java.lang.Object)
    at weblogic.socket.SocketReaderRequest.execute(SocketReaderRequest.java:23)
    at weblogic.kernel.ExecuteThread.execute(ExecuteThread.java:137)
    at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:120)
    "ExecuteThread: '11' for queue: 'default'" daemon prio=9 tid=0xa0c98 nid=20
    lwp_id=10148 runnable [0..0x5af84438]
    "ExecuteThread: '10' for queue: 'default'" daemon prio=9 tid=0xa0110 nid=19
    lwp_id=10147 waiting on monitor [0x5afa5000..0x5afa5438]
    at java.lang.Object.wait(Native Method)
    - waiting on <0x5c5eae88> (a weblogic.kernel.ExecuteThread)
    at java.lang.Object.wait(Unknown Source)
    at weblogic.kernel.ExecuteThread.waitForRequest(ExecuteThread.java:94)
    - locked <0x5c5eae88> (a weblogic.kernel.ExecuteThread)
    at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:118)
    "ExecuteThread: '9' for queue: 'default'" daemon prio=9 tid=0x9d650 nid=18
    lwp_id=10146 waiting on monitor [0x5afc6000..0x5afc6438]
    at java.lang.Object.wait(Native Method)
    - waiting on <0x5c5eaa68> (a weblogic.kernel.ExecuteThread)
    at java.lang.Object.wait(Unknown Source)
    at weblogic.kernel.ExecuteThread.waitForRequest(ExecuteThread.java:94)
    - locked <0x5c5eaa68> (a weblogic.kernel.ExecuteThread)
    at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:118)
    "ExecuteThread: '8' for queue: 'default'" daemon prio=9 tid=0x9bdc0 nid=17
    lwp_id=10145 runnable [0x5afe8000..0x5afe7438]
    at java.net.SocketOutputStream.socketWrite(Native Method)
    at java.net.SocketOutputStream.write(Unknown Source)
    at weblogic.socket.SocketMuxer.write(SocketMuxer.java:60)
    at weblogic.rjvm.t3.T3JVMConnection.sendMsg(T3JVMConnection.java:247)
    at
    weblogic.rjvm.MsgAbbrevJVMConnection.sendOutMsg(MsgAbbrevJVMConnection.java:
    367)
    at
    weblogic.rjvm.MsgAbbrevJVMConnection.sendMsg(MsgAbbrevJVMConnection.java:173
    at weblogic.rjvm.ConnectionManager.sendMsg(ConnectionManager.java:482)
    at weblogic.rjvm.RJVMImpl.send(RJVMImpl.java:419)
    at
    weblogic.rjvm.MsgAbbrevOutputStream.flushAndSendRaw(MsgAbbrevOutputStream.ja
    va:114)
    at
    weblogic.rjvm.MsgAbbrevOutputStream.flushAndSend(MsgAbbrevOutputStream.java:
    122)
    at weblogic.rjvm.MsgAbbrevOutputStream.send(MsgAbbrevOutputStream.java:181)
    at
    weblogic.rmi.internal.BasicServerAdapter.invoke(BasicServerAdapter.java:383)
    at
    weblogic.rmi.internal.BasicServerAdapter.invoke(BasicServerAdapter.java:237)
    at
    weblogic.rmi.internal.BasicRequestHandler.handleRequest(BasicRequestHandler.
    java:118)
    at
    weblogic.rmi.internal.BasicExecuteRequest.execute(BasicExecuteRequest.java:1
    7)
    at weblogic.kernel.ExecuteThread.execute(ExecuteThread.java:137)
    at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:120)
    "ExecuteThread: '7' for queue: 'default'" daemon prio=9 tid=0x9a530 nid=16
    lwp_id=10144 waiting on monitor [0x5b008000..0x5b008438]
    at java.lang.Object.wait(Native Method)
    - waiting on <0x5c5ea1d8> (a weblogic.kernel.ExecuteThread)
    at java.lang.Object.wait(Unknown Source)
    at weblogic.kernel.ExecuteThread.waitForRequest(ExecuteThread.java:94)
    - locked <0x5c5ea1d8> (a weblogic.kernel.ExecuteThread)
    at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:118)
    "ExecuteThread: '6' for queue: 'default'" daemon prio=9 tid=0x84c90 nid=15
    lwp_id=10143 waiting on monitor [0x5b029000..0x5b029438]
    at java.lang.Object.wait(Native Method)
    - waiting on <0x5c5e9db8> (a weblogic.kernel.ExecuteThread)
    at java.lang.Object.wait(Unknown Source)
    at weblogic.kernel.ExecuteThread.waitForRequest(ExecuteThread.java:94)
    - locked <0x5c5e9db8> (a weblogic.kernel.ExecuteThread)
    at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:118)
    "ExecuteThread: '5' for queue: 'default'" daemon prio=9 tid=0x83400 nid=14
    lwp_id=10142 waiting on monitor [0x5b04a000..0x5b04a438]
    at java.lang.Object.wait(Native Method)
    - waiting on <0x5c5e9998> (a weblogic.kernel.ExecuteThread)
    at java.lang.Object.wait(Unknown Source)
    at weblogic.kernel.ExecuteThread.waitForRequest(ExecuteThread.java:94)
    - locked <0x5c5e9998> (a weblogic.kernel.ExecuteThread)
    at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:118)
    "ExecuteThread: '4' for queue: 'default'" daemon prio=9 tid=0x81b70 nid=13
    lwp_id=10141 waiting on monitor [0x5b06b000..0x5b06b438]
    at java.lang.Object.wait(Native Method)
    - waiting on <0x5c5e9578> (a weblogic.kernel.ExecuteThread)
    at java.lang.Object.wait(Unknown Source)
    at weblogic.kernel.ExecuteThread.waitForRequest(ExecuteThread.java:94)
    - locked <0x5c5e9578> (a weblogic.kernel.ExecuteThread)
    at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:118)
    "ExecuteThread: '3' for queue: 'default'" daemon prio=9 tid=0x802e0 nid=12
    lwp_id=10140 waiting on monitor [0x5b08c000..0x5b08c438]
    at java.lang.Object.wait(Native Method)
    - waiting on <0x5c5e9158> (a weblogic.kernel.ExecuteThread)
    at java.lang.Object.wait(Unknown Source)
    at weblogic.kernel.ExecuteThread.waitForRequest(ExecuteThread.java:94)
    - locked <0x5c5e9158> (a weblogic.kernel.ExecuteThread)
    at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:118)
    "ExecuteThread: '2' for queue: 'default'" daemon prio=9 tid=0x7e9f0 nid=11
    lwp_id=10139 waiting on monitor [0x5b0ad000..0x5b0ad438]
    at java.lang.Object.wait(Native Method)
    - waiting on <0x5c5e8d38> (a weblogic.kernel.ExecuteThread)
    at java.lang.Object.wait(Unknown Source)
    at weblogic.kernel.ExecuteThread.waitForRequest(ExecuteThread.java:94)
    - locked <0x5c5e8d38> (a weblogic.kernel.ExecuteThread)
    at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:118)
    "ExecuteThread: '1' for queue: 'default'" daemon prio=9 tid=0x76868 nid=10
    lwp_id=10138 waiting on monitor [0x5b0ce000..0x5b0ce438]
    at java.lang.Object.wait(Native Method)
    - waiting on <0x5c5e8918> (a weblogic.kernel.ExecuteThread)
    at java.lang.Object.wait(Unknown Source)
    at weblogic.kernel.ExecuteThread.waitForRequest(ExecuteThread.java:94)
    - locked <0x5c5e8918> (a weblogic.kernel.ExecuteThread)
    at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:118)
    "ExecuteThread: '0' for queue: 'default'" daemon prio=9 tid=0x75788 nid=9
    lwp_id=10137 waiting on monitor [0x7f41b000..0x7f41b438]
    at java.lang.Object.wait(Native Method)
    - waiting on <0x5c5e83f0> (a weblogic.kernel.ExecuteThread)
    at java.lang.Object.wait(Unknown Source)
    at weblogic.kernel.ExecuteThread.waitForRequest(ExecuteThread.java:94)
    - locked <0x5c5e83f0> (a weblogic.kernel.ExecuteThread)
    at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:118)
    "Thread-0" daemon prio=8 tid=0x2ddd58 nid=8 lwp_id=10136 waiting on monitor
    [0x7f43c000..0x7f43c438]
    at java.lang.Thread.sleep(Native Method)
    at
    weblogic.transaction.internal.TransactionManagerImpl$1.run(TransactionManage
    rImpl.java:756)
    at java.lang.Thread.run(Unknown Source)
    "Signal Dispatcher" daemon prio=9 tid=0xecbe0 nid=7 lwp_id=10134 runnable
    [0..0xffffffff]
    "Finalizer" daemon prio=9 tid=0xe6250 nid=5 lwp_id=10132 waiting on monitor
    [0x7f491000..0x7f491438]
    at java.lang.Object.wait(Native Method)
    - waiting on <0x5c635ef8> (a java.lang.ref.ReferenceQueue$Lock)
    at java.lang.ref.ReferenceQueue.remove(Unknown Source)
    - locked <0x5c635ef8> (a java.lang.ref.ReferenceQueue$Lock)
    at java.lang.ref.ReferenceQueue.remove(Unknown Source)
    at
    java.lang.ref.Finalizer$FinalizerWorker$FinalizerThread.run(Finalizer.java:1
    20)
    "Reference Handler" daemon prio=9 tid=0xe48a0 nid=4 lwp_id=10131 waiting on
    monitor [0x7f4b2000..0x7f4b2438]
    at java.lang.Object.wait(Native Method)
    - waiting on <0x5c5ed268> (a java.lang.ref.Reference$Lock)
    at java.lang.Object.wait(Unknown Source)
    at java.lang.ref.Reference$ReferenceHandler.run(Unknown Source)
    - locked <0x5c5ed268> (a java.lang.ref.Reference$Lock)
    "main" prio=9 tid=0x342a0 nid=1 lwp_id=10112 waiting on monitor
    [0x7f7f2000..0x7f7f2878]
    at java.lang.Object.wait(Native Method)
    - waiting on <0x5c5f0db8> (a weblogic.t3.srvr.T3Srvr)
    at java.lang.Object.wait(Unknown Source)
    at weblogic.t3.srvr.T3Srvr.waitForDeath(T3Srvr.java:501)
    - locked <0x5c5f0db8> (a weblogic.t3.srvr.T3Srvr)
    at weblogic.t3.srvr.T3Srvr.run(T3Srvr.java:171)
    at weblogic.Server.main(Server.java:35)
    "VM Thread" prio=7 tid=0xa9c40 nid=3 lwp_id=10130 runnable
    "VM Periodic Task Thread" prio=8 tid=0xebc68 nid=6 lwp_id=10133 waiting on
    monitor
    # Java version:
    # HotSpot VM (mixed mode)
    # HotSpot Virtual Machine Error, Unexpected Signal 11
    # occurred at pc=908d4
    # Error ID:
    /CLO/Components/JAVA_HOTSPOT/Src/build/hp-ux/../../src/os/hp-ux/vm/os_hp-ux.
    cpp, 3050
    ./startWebLogic.sh[151]: 9008 Abort(coredump)
    Suresh Athmakuri
    Datalinx Corporation
    505, WhitePlains Road
    Tarrytown , Ny

  • Indesign Server CS5 crashes at launch

    Hi,
    Indesign Server 7.03 on OSX 10.5.8 Intel Xserve.
    When Indesign server CS5 is launched at boot (or with launchctl) it crashes with the following errror in the system log:
    Nov 20 13:32:00 ams1ps01 com.adobe.ids.launchd.8888[799]: /Applications/Adobe InDesign CS5 Server/InDesignServer: line 13:   801 Trace/BPT trap          "$installed_name" "$@"
    Nov 20 13:32:00 ams1ps01 com.apple.launchd[1] (com.adobe.ids.launchd.8888[799]): Exited with exit code: 133
    Nov 20 13:32:00 ams1ps01 com.apple.launchd[1] (com.adobe.ids.launchd.8888): Throttling respawn: Will start in 3 seconds
    Nov 20 13:32:03 ams1ps01 InDesignServer[806]: 3891612: (connectAndCheck) Untrusted apps are not allowed to connect to or launch Window Server before login.
    Nov 20 13:32:03 ams1ps01 com.adobe.ids.launchd.8888[804]: Sat Nov 20 13:32:03 ams1ps01 InDesignServer[806] <Warning>: 3891612: (connectAndCheck) Untrusted apps are not allowed to connect to or launch Window Server before login.
    Nov 20 13:32:03 ams1ps01 com.adobe.ids.launchd.8888[804]: ================================================================================
    Nov 20 13:32:03 ams1ps01 com.adobe.ids.launchd.8888[804]: .  InDesign CS5 Server Version 7.0
    Nov 20 13:32:03 ams1ps01 com.adobe.ids.launchd.8888[804]: .  Copyright 1999-2010 Adobe Systems Incorporated and its licensors.
    Nov 20 13:32:03 ams1ps01 com.adobe.ids.launchd.8888[804]: .  All rights reserved. See the other legal notices in the ReadMe.
    Nov 20 13:32:03 ams1ps01 com.adobe.ids.launchd.8888[804]: ================================================================================
    Nov 20 13:32:04 ams1ps01 InDesignServer[806]: _RegisterApplication(), FAILED TO establish the default connection to the WindowServer, _CGSDefaultConnection() is NULL.
    Nov 20 13:32:04 ams1ps01 com.adobe.ids.launchd.8888[804]: _RegisterApplication(), FAILED TO establish the default connection to the WindowServer, _CGSDefaultConnection() is NULL.
    Nov 20 13:32:05 ams1ps01 kernel[0]: unknown SIGSEGV code 0
    Nov 20 13:32:05: --- last message repeated 1 time ---
    Nov 20 13:32:05 ams1ps01 InDesignServer[806]: [soap] Servicing SOAP requests on port 8888 [8888]
    Nov 20 13:32:07 ams1ps01 InDesignServer[806]: An uncaught exception was raised
    Nov 20 13:32:07 ams1ps01 com.adobe.ids.launchd.8888[804]: 2010-11-20 13:32:07.705 InDesignServer[806:10b] An uncaught exception was raised
    Nov 20 13:32:07 ams1ps01 InDesignServer[806]: Error (1002) creating CGSWindow
    Nov 20 13:32:07 ams1ps01 com.adobe.ids.launchd.8888[804]: 2010-11-20 13:32:07.706 InDesignServer[806:10b] Error (1002) creating CGSWindow
    Nov 20 13:32:07 ams1ps01 InDesignServer[806]: *** Terminating app due to uncaught exception 'NSInternalInconsistencyException', reason: 'Error (1002) creating CGSWindow'
    Nov 20 13:32:07 ams1ps01 com.adobe.ids.launchd.8888[804]: 2010-11-20 13:32:07.706 InDesignServer[806:10b] *** Terminating app due to uncaught exception 'NSInternalInconsistencyException', reason: 'Error (1002) creating CGSWindow'
    When launched while logged on, it launches ok.
    Here's the content of the plist file used to launch ID Server:
    <?xml version="1.0" encoding="UTF-8"?>
    <!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd"
    <plist version="1.0"> <dict>
    <key>Label</key>
    <string>com.adobe.ids.launchd.8888</string>
    <key>OnDemand</key>
    <false/>
    <key>ProgramArguments</key>
    <array>
    <string>/Applications/Adobe InDesign CS5 Server/InDesignServer</string>
    <string>-port</string>
    <string>8888</string>
    <string>-LogToApplicationEventLog</string>
    </array>
    <key>RunAtLoad</key>
    <true/>
    </dict>
    </plist>
    Please advice.
    Regards,
    Jeroen Peters

    Hi,
         I'm having the same problem. Anybody kows how to do it?
    Thanks

  • Why Does Indesign Server Keep Crashing?

    Hello,
    I'm using InDesign Server 6 to run a publication with multiple products. I'm using a 3rd party plug-in to automate the process with a XML data file. When I start the script I created to run the publication through InDesign Server it runs fine when  the data file has a few products (3 or 4), but when I tried to run the script with a larger XML file it crashes and I get the following error message:
    Has anybody else encountered this error using InDesign Sever? I know the Sharedcontent plugin error usually means there is a file compatability issue, but my template files were all created in CS5.5, so that shouldn't be a problem. Also I've tested this process on the the desktop version of InDesign CS6 and the same data file doesn't cause a crash.

    Well, you're not using the most recent versoin of CS6. Try upgrading to 8.0.1.
    Windows APPCRASH messages are nearly useless I don't suppose you could try it on a Mac or on a Windows machine with WinDBG installed...

  • BO4 - 30270+ Frequent webi processing server crashes/processing server stopped unexpectedly

    Hi ,
    We are seeing relatively frequent 30270 error messages - when check event logs often see them preceded by webi porcessing server stopped unexpectedly messages.
    Have split the aps as per best practice and have 4 webi processing servers ( 2 on each node)
    Any thoughts?
    Faulting application name: WIReportServer.exe, version: 14.0.8.1229, time stamp: 0x525dbf5c
    Faulting module name: ntdll.dll, version: 6.1.7601.17725, time stamp: 0x4ec4aa8e
    Exception code: 0xc0000374
    Fault offset: 0x00000000000c40f2
    Faulting process id: 0x12dc
    Faulting application start time: 0x01cf32eaa201a083
    Faulting application path: C:\bo4\SAP BusinessObjects Enterprise XI 4.0\win64_x64\WIReportServer.exe
    Faulting module path: C:\Windows\SYSTEM32\ntdll.dll
    Report Id: e4a37101-9efd-11e3-9ebb-000c29ccd95d
    30270 message soften preceded by below in event logs (estimate 80% of time)
    [User Name: <username>]
    Server Intelligence Agent: server<server_name>.WebIntelligenceProcessingServer2 stopped unexpectedly.
    Node Name: <node_name>]

    Hi Philip,
    I can feel like few of the heavy webi reports in your environment causing webi processing server down.
    1) first we need to find which reports are causing the issue.
    2) Enable monitoring to know the failure status of WIPC by email
    3) Try to enable audit and capture the reports which are consuming more data and running when WIPS moved to stopped state
    Then you will come to know the report with help of audit .
    I have noticed the similar issue and noticed few reports which are retrieving more no of records and More no input cantrols in the report caused WIPS down.

  • I can no longer log into my ichat linked to my gmail.  right after opening up ichat, receive the following message:  lost connection with jabber.  the server has unexpectedly disconnected.

    i can no longer log into my ichat linked to my gmail.  right after opening up ichat, receive the following message:  lost connection with jabber.  the server has unexpectedly disconnected.  how to troubleshoot?  thanks.

    Hi,
    There can be many reasons why the Login is "up the creek".
    Any break in the network at your end whilst logged in will cause  an issue.
    A sort of discrepancy between what iChat thinks the state should be and what the server thinks.
    If they don't agree the server will refuse to accept.
    A Crash at the server end which does not log you out properly will also do it.
    Any file at any time can be come corrupted.
    Luckily with the iChat .plists they are recreated if removed with an iChat Restart.
    If it were AIM you can also get your Account Suspended  and this will not log you in.
    (It tends to happen from Chat rooms where people notify AIM about bad behaviour (as they see it) and you have to apply to get Un-suspended).
    Most of the big IM services use multiple servers.
    Sometimes these go out of Sync.
    In the case of AIM this happens when they remove Old unused Screen Names from people's Buddy List prior to making them available for re-registration.  I am not sure if this happens at Google.
    You seem to be talking about an account that has worked at Work and having new computer at home.
    As I mentioned the Priority thing you have not said that it has coincided with the new computer logging in  (this will kick the work Computer out of Google whether you are logged in  on the Web Mail page or in iChat)
    IN addition to that iChat stays partially logged in for Off Line IMs
    This is done in the background by a support app called iChatAgent
    If your Computer is ON but ichat is not started people can still send you Messages.
    Instead of saving these on the server until you login iChat will start up.
    Depending if the home Mac is effecting the Work Login it may be holding sway over your Login.
    Using your girlfriend's login may have booted her Off Line where she normally uses the name/login.
    The AIM Side can be specifically set to allow Multiple Logins and therefore NOT allow them.  If this happens you get a warning and messages to do something about it.
    You do not get these in any Jabber or Google Login as the Priority setting is supposed to take care of it.
    If the Login works at the Web Mail Login and on one computer then the .plist on the work computer is the most likely issue.
    There is a small chance that a Corrupt Buddy Pic (Home Folder/Library/Caches/com.apple.iChat/Pictures) may be the cause.
    Set this folder to icon view and also use the Finder's View Menu > Show View Options and select icon view.
    This should show all pics as their icon.
    Check that all display properly.
    At this point I would try a COMBO version update install of the last Update you did over what you have.
    This often corrects hard to trace things
    The 10.5.8 COMBO is here
    11:28 PM      Monday; June 20, 2011
    Please, if posting Logs, do not post any Log info after the line "Binary Images for iChat"
     G4/1GhzDual MDD (Leopard 10.5.8)
     MacBookPro 2Gb( 10.6.7)
     Mac OS X (10.6.7),
    "Limit the Logs to the Bits above Binary Images."  No, Seriously

  • Unable to start EBS DB after the Server Crash. Error in installing the Required RPM.

    Hi , Hussein ( As most of the Time It is Only you here who comes to the rescue or give Usefull inputs. I am sorry if i mistaken, no Pan intended for Other Experts)
    I 've also posted this issue here but got no response. https://forums.oracle.com/thread/2590497 
    Badly require your inputs and suggestions on the Following Issue. , Really Appreciate the suggestions.
    I need to Install the sabayon-apply rpm which could fix the issue after the Server Crash but unable to install it.
       Please see the Brief of the Issue.
    I got stuck up in installing the rpm after the server(Red Hat Enterprise Linux Server release 6.0 (Santiago) x86_64 GNU/Linux) got
    crashed Eventhough I am able to start it in Xwindows but not able to run or start EBS database along with many other programmes. Also The
    VirtualBox machine installed on it 've No issue, they work fine  But the host OS is not fine. as there are lots of
    errors in .xsession-errors. which i 've pasted below.  And Unable to Install the sabayon-apply rpm that could have fix the Issue.
    I would highly Appreciate if anyone could drop few hints and suggestions on this Issue as this is really Urgently Important for me.
    Please see the following Brief of the Issue.
      after starting the server in Xwindows I was installing the rpms from RHEL6/Packages directory on the server even installed 10-12 rpms
      While installing the rpm i 've inadvertantly issued or run  this command
      rpm -ivh *.rpm --force --nodeps  as it ended up with Errors Header V3 RSA/SHA256 Signature, key ID fd431d51: BAD
        After That I could Not Install any rpm with yum or rpm command as getting the Same Errors. 
    while trying to install individual rpm am getting the followig Errors
    [root@ebs Packages]# rpm -ivh libX11*
    error: libX11-1.3-2.el6.i686.rpm: Header V3 RSA/SHA256 Signature, key ID fd431d51: BAD
    error: libX11-1.3-2.el6.i686.rpm cannot be installed
    [root@ebs Packages]# rpm --checksig gtk2*
    gtk2-2.18.9-4.el6.i686.rpm: RSA SHA1 (MD5) PGP MD5 NOT OK
    gtk2-2.18.9-4.el6.x86_64.rpm: RSA SHA1 (MD5) PGP MD5 NOT OK
    gtk2-devel-2.18.9-4.el6.i686.rpm: RSA SHA1 (MD5) PGP MD5 NOT OK
    gtk2-devel-2.18.9-4.el6.x86_64.rpm: RSA SHA1 (MD5) PGP MD5 NOT OK
    gtk2-devel-docs-2.18.9-4.el6.x86_64.rpm: RSA SHA1 (MD5) PGP MD5 NOT OK
    gtk2-engines-2.18.4-5.el6.i686.rpm: RSA SHA1 (MD5) PGP MD5 NOT OK
    gtk2-engines-2.18.4-5.el6.x86_64.rpm: RSA SHA1 (MD5) PGP MD5 NOT OK
    gtk2-immodule-xim-2.18.9-4.el6.x86_64.rpm: RSA SHA1 (MD5) PGP MD5 NOT OK
    For that I tried to import the RPM GPG Key But still faced the same errors
    [root@ebs yum.repos.d]# wget http://public-yum.oracle.com/RPM-GPG-KEY-oracle-ol6 -O /etc/pki/rpm-gpg/RPM-GPG-KEY-oracle Key fingerprint = 4214 4123 FECF
    C55B 9086  313D 72F9 7B74 EC55 1F03
    --2013-10-08 00:04:56--  http://public-yum.oracle.com/RPM-GPG-KEY-oracle-ol6
    Resolving public-yum.oracle.com... 202.159.216.177, 202.159.216.171
    Connecting to public-yum.oracle.com|202.159.216.177|:80... connected.
    HTTP request sent, awaiting response... 200 OK
    Length: 1011 [text/plain]
    Saving to: “/etc/pki/rpm-gpg/RPM-GPG-KEY-oracle”
    FINISHED --2013-10-08 00:05:06--
    Downloaded: 6 files, 55K in 2.0s (27.7 KB/s)
    100%[===========================================================================================================================================================>]
    1,011 --.-K/s   in 0s
    2013-10-08 00:04:56 (155 MB/s) - “/etc/pki/rpm-gpg/RPM-GPG-KEY-oracle”
    saved [1011/1011]
       Than i run this command
    [root@ebs yum.repos.d]# rpm --import /etc/pki/rpm-gpg/RPM-GPG-KEY-oracle  ----it Returns with no output
    [root@ebs yum.repos.d]#
    [root@ebs log]# rpm -q gpg-pubkey-ec551f03-4c2d256a
    gpg-pubkey-ec551f03-4c2d256a
    But still I can't install the rpms, got the same Errors. please see the following
    [root@ebs yum.repos.d]# yum install firefox*
    Loaded plugins: refresh-packagekit, rhnplugin
    This system is not registered with RHN.
    RHN support will be disabled.
    Setting up Install Process
    Downloading Packages:
    (1/2): firefox-17.0.9-1.0.1.el6_4.x86_64.rpm
      |  25 MB     03:42
    (2/2): xulrunner-17.0.9-1.0.1.el6_4.x86_64.rpm
      |  14 MB     02:03
    Total
    117 kB/s |  39 MB     05:46
    error: rpmts_HdrFromFdno: Header V3 RSA/SHA256 Signature, key ID ec551f03: BAD
    Problem opening package xulrunner-17.0.9-1.0.1.el6_4.x86_64.rpm
    [root@ebs log]# rpm -qf `which gpg`
    error: rpmdbNextIterator: skipping h#     455 Header V3 RSA/SHA256
    Signature, key ID fd431d51: BAD
    [root@ebs log]# gpg --list-keys
    /root/.gnupg/pubring.gpg
    pub 1024D/11F63C51 2002-02-28
    uid Jamie Cameron <[email protected]>
    sub 1024g/1B24BE83 2002-02-28
    pub 2048D/671DF296 2013-10-08
    uid oracle
    sub 2048g/9FE459CE 2013-10-08
    pub 1024R/F3A5AC78 2013-10-08
    uid oracle (no comment) <[email protected]>
    sub 1024R/6DC65985 2013-10-08
    pub 1024R/78F6C944 2013-10-08
    uid root user (Example GPG Key Signature For RPM
    Packages) <[email protected]>
    sub 1024R/77C97AFF 2013-10-08
    [root@ebs log]# rpm -qi 'gpg-pubkey-*'
    Name : gpg-pubkey Relocations: (not relocatable)
    Version : ec551f03 Vendor: (none)
    Release : 4c2d256a Build Date: Wed 09 Oct
    2013 01:09:10 AM IST
    Install Date: Wed 09 Oct 2013 01:09:10 AM IST      Build Host: localhost
    Group : Public Keys Source RPM: (none)
    Size : 0 License: pubkey
    Signature : (none)
    Summary : gpg(Oracle OSS group (Open Source Software group)
    <[email protected]>)
    Description :
    -----BEGIN PGP PUBLIC KEY BLOCK-----
    Version: rpm-4.8.0 (NSS-3)
    mQENBEwtJWoBCACpiY2rGA6T0ceBi92X88/QclytVBjtDRohOVzs3pmIPh3ULqsW
    G323nmyKbKQBBSjh9OnuO9Y09VG8mzr/w9YV0Ix4cI9/HDTERZ2+TR5u+VNn5J5h
    yvwQSN/FEK6oH2+mz7O0yUNleN7UltR4MOEkHIoAhIvv+1AQQKN3OM8oalz+3gv/
    zz9rAoQczQzT7QWOtBrsRMZgBrKXY/TpJrpVSO3Hx8CnbhKGtLxCCrxZ5v7hh1ht
    3CRAr2+h5bDA9KP6vBZWKEs7NgcvtZFDY6EJc7AoApr3phX9hHE2+snTxe82DkFT
    uA69C8wLyjPCoSy+tcaCqJKOZelNy9RN/WKRABEBAAG0RE9yYWNsZSBPU1MgZ3Jv
    dXAgKE9wZW4gU291cmNlIFNvZnR3YXJlIGdyb3VwKSA8YnVpbGRAb3NzLm9yYWNs
    ZS5jb20+iQE8BBMBAgAmBQJMLSVqAhsDBQkWjmoABgsJCAcDAgQVAggDBBYCAwEC
    HgECF4AACgkQcvl7dOxVHwMiNAf/cD8R74fCBeQsAYid5slIz7CG8xEOBUTDNEJT
    p/owtzr7m7Ydp1txNBOkVeVkUP8czX5EldcmoxA4kCCyHhnxmpJnOt52Fy5ZRnYh
    Ll5gYdpJpXGVScB7fnlh3rJAaesSTacVFC5MKIYPZBiTo9soSXMLNcG8WqHPasdd
    AblC4t5BTDNYlX1RiPeP6m5egHnnxyAXsis8fqIZY0RC9hERxWQ6hdDAX0tJXY8F
    88HDUozvo8jqTlg/5GZcfqcbUjjMUJQ5cBtH3adCthMycdPpPXWJQBuzMIdFJ03u
    YuQ3XrKxBkOLips+OZuWNVZzrPOHsenb49aX4yQsLVc2E2fhKQ==
    =M8XY
    -----END PGP PUBLIC KEY BLOCK-----
    I 've tried to remove the existing keys But Not able to remove them as well.
    Is this the right way of removing the keys ?
    rpm -e --allmatches 'gpg-pubkey-ec551f03-*'  the ec551f03 is the
    version of rpm -qi 'gpg-pubkey-*' query...  Please correct
    Could you tell what I am missing here that's causing the Issue.
    Following are the Errors that is observed in .xsession-errors log file
    ===== BEGIN RING BUFFER (/usr/sbin/sabayon-apply) =====
    MainThread 2013/10/08 18:34:23.3001 (sabayon-apply): No profile for
    user 'root' found
    MainThread 2013/10/08 18:34:23.3005 (sabayon-apply): Fatal exception!
    Exiting abnormally.
    MainThread 2013/10/08 18:34:23.3009 (sabayon-apply): Traceback (most
    recent call last):
    File "/usr/sbin/sabayon-apply", line 149, in <module>
    sys.exit (util.EXIT_CODE_NO_USER_PROFILE)
    SystemExit: 3
    ===== END RING BUFFER (/usr/sbin/sabayon-apply) =====
    This configuration for the debug log can be re-created
    by putting the following in ~//etc/sabayon/sabayon-debug-log.conf
    (use ';' to separate domain names):
    [debug log]
    max lines = 1000
    gnome-session[3707]: EggSMClient-WARNING: Desktop file
    '/etc/xdg/autostart/esc.desktop' has malformed Icon key
    'esc.png'(should not include extension)
    GNOME_KEYRING_SOCKET=/tmp/keyring-x5SKbN/socket
    SSH_AUTH_SOCK=/tmp/keyring-x5SKbN/socket.ssh
    Failed to play sound: Not available
    (polkit-gnome-authentication-agent-1:3917): GLib-GObject-WARNING **:
    cannot register existing type `_PolkitError'
    (polkit-gnome-authentication-agent-1:3917): GLib-CRITICAL **:
    g_once_init_leave: assertion `initialization_value != 0' failed
    W: main.c: This program is not intended to be run as root (unless
    --system is specified).
    ** Message: applet now removed from the notification area
    ** (gnome-user-share:3948): WARNING **: gnome-user-share cannot be
    started as root for security reasons.
    08/10/2013 06:34:26 PM Autoprobing TCP port in (all) network interface
    08/10/2013 06:34:26 PM Listening IPv{4,6}://*:5900
    08/10/2013 06:34:26 PM Autoprobing selected port 5900
    08/10/2013 06:34:26 PM Advertising authentication type: 'No Authentication' (1)
    08/10/2013 06:34:26 PM Advertising security type: 'No Authentication' (1)
    Initializing nautilus-gdu extension
    Initializing nautilus-open-terminal extension
    ** Message: applet now embedded in the notification area
    Connecting to deprecated signal
    QDBusConnectionInterface::serviceOwnerChanged(QString,QString,QString)
    kbuildsycoca4 running...
    Connecting to deprecated signal
    QDBusConnectionInterface::serviceOwnerChanged(QString,QString,QString)
    Connecting to deprecated signal
    QDBusConnectionInterface::serviceOwnerChanged(QString,QString,QString)
    Window manager warning: Invalid WM_TRANSIENT_FOR window 0x4e00004
    specified for 0x4e00019 (Restore Se).
    Object::disconnect: Unexpected null parameter
    QObject::connect: Cannot connect (null)::activePartChanged(
    KParts::Part * ) to KHTMLPart::slotActiveFrameChanged( KParts::Part *
    kio_http_cache_cleaner: Already running!
    Object::disconnect: Unexpected null parameter
    Window manager warning: Invalid WM_TRANSIENT_FOR window 0x5200004
    specified for 0x5200019 (Restore Se).
    Object::disconnect: Unexpected null parameter
    QObject::connect: Cannot connect (null)::activePartChanged(
    KParts::Part * ) to KHTMLPart::slotActiveFrameChanged( KParts::Part *
    Object::disconnect: Unexpected null parameter
    QObject::connect: Cannot connect (null)::activePartChanged(
    KParts::Part * ) to KHTMLPart::slotActiveFrameChanged( KParts::Part *
    Object::disconnect: Unexpected null parameter
    Window manager warning: Invalid WM_TRANSIENT_FOR window 0x4e00004
    specified for 0x4e08cb7 (timesofind).
    libpng warning: Extra compressed data in IDAT
    Window manager warning: Invalid WM_TRANSIENT_FOR window 0x4e00004
    specified for 0x4e0a6e3 (Server Aut).
    Highly appreciate the response.
    Thanks And Regards
    MZ

    The Packaged are already there on the server as the RHEL software DVD is copied on the server.
    Yes it was working before the crash, And Even after the Crash i.e
    after starting the server in Xwindows I was installing the rpms from RHEL6/Packages directory on the server even installed 10-12 rpms
      and was in the process of installing the sabayon rpm i 've inadvertantly issued or run  this command
      rpm -ivh *.rpm --force --nodeps  from RHEL software Packages directory.   
    and it ended up with Errors Header V3 RSA/SHA256 Signature, key ID fd431d51: BAD
       After that I could Not install any rpm from rpm or yum command.
       I 've  Downloaded the new sabyon*  and Other rpms from the net and tried to install them with rpm or yum command but
        got the same Errors Header V3 RSA/SHA256 Signature, key ID fd431d51: BAD 
       with yum am getting this error
       error: rpmts_HdrFromFdno: Header V3 RSA/SHA256 Signature, key ID ec551f03: BAD.
      I 've Tried searching on google as well for at least 10 hours but did not get any help from it so far.
      The Reinstallation of OS is not AN Option for me rightnow.
       Could you tell something which i could try & may be that works.
    Thanks
    MZ

  • Safari 6.0.1 keeps crashing "unexpectedly"?

    Starting today, every time I open Safari it crashed unexpectedly within 5 minutes or so, sometimes instantly. I'm running Safari 6.0.1 on Mountain Lion on my Macbook Pro retina. I installed the update for both Mountain Lion and iPhoto that popped up in the appstore and the problem is stll occuring. Please let me know how to fix this problem. Preferably, I would like to fix it without having to reinstall the entire operating system. Here's what the problem report tells me,
    Process:         Safari [1006]
    Path:            /Applications/Safari.app/Contents/MacOS/Safari
    Identifier:      com.apple.Safari
    Version:         6.0.1 (8536.26.14)
    Build Info:      WebBrowser-7536026014000000~2
    Code Type:       X86-64 (Native)
    Parent Process:  launchd [239]
    User ID:         501
    Date/Time:       2012-10-22 18:20:43.275 -0400
    OS Version:      Mac OS X 10.8.2 (12C60)
    Report Version:  10
    Interval Since Last Report:          4086 sec
    Crashes Since Last Report:           8
    Per-App Interval Since Last Report:  3686 sec
    Per-App Crashes Since Last Report:   8
    Anonymous UUID:                      6C27BB6E-757C-BD80-27BF-190D5EF163FD
    Crashed Thread:  0  Dispatch queue: com.apple.main-thread
    Exception Type:  EXC_BAD_ACCESS (SIGSEGV)
    Exception Codes: KERN_INVALID_ADDRESS at 0x0000000148f2d028
    VM Regions Near 0x148f2d028:
        CoreAnimation          0000000148f23000-0000000148f25000 [    8K] rw-/rwx SM=ALI 
    -->
        mapped file            0000000148f36000-0000000148f3a000 [   16K] r--/rwx SM=COW  /Applications/Safari.app/Contents/Resources/SearchMagGlassTemplate.pdf
    Application Specific Information:
    Enabled Extensions:
    com.avast.wrc-6H4HRTU5E3 (1 - 1.0) avast! WebRep
    com.lunaweb.clipconverter-53GYY88T6Z (1.2.4 - 1.2.4) ClipConverter
    Thread 0 Crashed:: Dispatch queue: com.apple.main-thread
    0   com.apple.JavaScriptCore                0x00007fff96572327 JSC::LLInt::getByVal(JSC::ExecState*, JSC::JSValue, JSC::JSValue) + 455
    1   com.apple.JavaScriptCore                0x00007fff9656ddab llint_slow_path_get_by_val + 139
    2   com.apple.JavaScriptCore                0x00007fff9657467c llint_op_get_by_val + 180
    3   com.apple.JavaScriptCore                0x00007fff96377d30 JSC::Interpreter::executeCall(JSC::ExecState*, JSC::JSObject*, JSC::CallType, JSC::CallData const&, JSC::JSValue, JSC::ArgList const&) + 912
    4   com.apple.JavaScriptCore                0x00007fff96377994 JSC::call(JSC::ExecState*, JSC::JSValue, JSC::CallType, JSC::CallData const&, JSC::JSValue, JSC::ArgList const&) + 52
    5   com.apple.WebCore                       0x00007fff8eed7192 WebCore::JSEventListener::handleEvent(WebCore::ScriptExecutionContext*, WebCore::Event*) + 898
    6   com.apple.WebCore                       0x00007fff8eed6cb4 WebCore::EventTarget::fireEventListeners(WebCore::Event*, WebCore::EventTargetData*, ***::Vector<WebCore::RegisteredEventListener, 1ul>&) + 212
    7   com.apple.WebCore                       0x00007fff8eea193d WebCore::EventTarget::dispatchEvent(***::PassRefPtr<WebCore::Event>) + 141
    8   com.apple.WebCore                       0x00007fff8fa1d9e6 WebCore::XMLHttpRequestProgressEventThrottle::dispatchEvent(***::PassRefPtr<Web Core::Event>) + 342
    9   com.apple.WebCore                       0x00007fff8fa1da58 WebCore::XMLHttpRequestProgressEventThrottle::dispatchReadyStateChangeEvent(*** ::PassRefPtr<WebCore::Event>, WebCore::ProgressEventAction) + 56
    10  com.apple.WebCore                       0x00007fff8f067f36 WebCore::XMLHttpRequest::callReadyStateChangeListener() + 358
    11  com.apple.WebCore                       0x00007fff8f06b776 WebCore::XMLHttpRequest::didFinishLoading(unsigned long, double) + 358
    12  com.apple.WebCore                       0x00007fff8f42d0b7 WebCore::DocumentThreadableLoader::notifyFinished(WebCore::CachedResource*) + 423
    13  com.apple.WebCore                       0x00007fff8eef7b5d WebCore::CachedResource::checkNotify() + 93
    14  com.apple.WebCore                       0x00007fff8f3973e0 WebCore::CachedRawResource::data(***::PassRefPtr<WebCore::SharedBuffer>, bool) + 448
    15  com.apple.WebCore                       0x00007fff8eef521f WebCore::SubresourceLoader::didFinishLoading(double) + 143
    16  com.apple.Foundation                    0x00007fff94d83f58 __65-[NSURLConnectionInternal _withConnectionAndDelegate:onlyActive:]_block_invoke_0 + 28
    17  com.apple.Foundation                    0x00007fff94d83e9c -[NSURLConnectionInternal _withConnectionAndDelegate:onlyActive:] + 227
    18  com.apple.Foundation                    0x00007fff94d83d98 -[NSURLConnectionInternal _withActiveConnectionAndDelegate:] + 63
    19  com.apple.CFNetwork                     0x00007fff968e9f01 ___delegate_didFinishLoading_block_invoke_0 + 40
    20  com.apple.CFNetwork                     0x00007fff968dc3ca ___withDelegateAsync_block_invoke_0 + 90
    21  com.apple.CFNetwork                     0x00007fff9696c56a __block_global_1 + 28
    22  com.apple.CoreFoundation                0x00007fff90a48724 CFArrayApplyFunction + 68
    23  com.apple.CFNetwork                     0x00007fff968cd554 RunloopBlockContext::perform() + 124
    24  com.apple.CFNetwork                     0x00007fff968cd42b MultiplexerSource::perform() + 221
    25  com.apple.CoreFoundation                0x00007fff90a2a101 __CFRUNLOOP_IS_CALLING_OUT_TO_A_SOURCE0_PERFORM_FUNCTION__ + 17
    26  com.apple.CoreFoundation                0x00007fff90a29a25 __CFRunLoopDoSources0 + 245
    27  com.apple.CoreFoundation                0x00007fff90a4cdc5 __CFRunLoopRun + 789
    28  com.apple.CoreFoundation                0x00007fff90a4c6b2 CFRunLoopRunSpecific + 290
    29  com.apple.HIToolbox                     0x00007fff9153b0a4 RunCurrentEventLoopInMode + 209
    30  com.apple.HIToolbox                     0x00007fff9153ae42 ReceiveNextEventCommon + 356
    31  com.apple.HIToolbox                     0x00007fff9153acd3 BlockUntilNextEventMatchingListInMode + 62
    32  com.apple.AppKit                        0x00007fff8c61d613 _DPSNextEvent + 685
    33  com.apple.AppKit                        0x00007fff8c61ced2 -[NSApplication nextEventMatchingMask:untilDate:inMode:dequeue:] + 128
    34  com.apple.Safari.framework              0x00007fff9103275b -[BrowserApplication nextEventMatchingMask:untilDate:inMode:dequeue:] + 162
    35  com.apple.AppKit                        0x00007fff8c614283 -[NSApplication run] + 517
    36  com.apple.AppKit                        0x00007fff8c5b8cb6 NSApplicationMain + 869
    37  com.apple.Safari.framework              0x00007fff91205d54 SafariMain + 166
    38  libdyld.dylib                           0x00007fff929117e1 start + 1
    Thread 1:
    0   libsystem_kernel.dylib                  0x00007fff98aa16d6 __workq_kernreturn + 10
    1   libsystem_c.dylib                       0x00007fff90179eec _pthread_workq_return + 25
    2   libsystem_c.dylib                       0x00007fff90179cb3 _pthread_wqthread + 412
    3   libsystem_c.dylib                       0x00007fff90164171 start_wqthread + 13
    Thread 2:: Dispatch queue: com.apple.libdispatch-manager
    0   libsystem_kernel.dylib                  0x00007fff98aa1d16 kevent + 10
    1   libdispatch.dylib                       0x00007fff91c1adea _dispatch_mgr_invoke + 883
    2   libdispatch.dylib                       0x00007fff91c1a9ee _dispatch_mgr_thread + 54
    Thread 3:
    0   libsystem_kernel.dylib                  0x00007fff98aa16d6 __workq_kernreturn + 10
    1   libsystem_c.dylib                       0x00007fff90179eec _pthread_workq_return + 25
    2   libsystem_c.dylib                       0x00007fff90179cb3 _pthread_wqthread + 412
    3   libsystem_c.dylib                       0x00007fff90164171 start_wqthread + 13
    Thread 4:: WebCore: IconDatabase
    0   libsystem_kernel.dylib                  0x00007fff98aa10fa __psynch_cvwait + 10
    1   libsystem_c.dylib                       0x00007fff9017bf89 _pthread_cond_wait + 869
    2   com.apple.WebCore                       0x00007fff8ee240fb WebCore::IconDatabase::syncThreadMainLoop() + 107
    3   com.apple.WebCore                       0x00007fff8ee21c14 WebCore::IconDatabase::iconDatabaseSyncThread() + 500
    4   com.apple.JavaScriptCore                0x00007fff9659936f ***::wtfThreadEntryPoint(void*) + 15
    5   libsystem_c.dylib                       0x00007fff90177742 _pthread_start + 327
    6   libsystem_c.dylib                       0x00007fff90164181 thread_start + 13
    Thread 5:
    0   libsystem_kernel.dylib                  0x00007fff98aa16d6 __workq_kernreturn + 10
    1   libsystem_c.dylib                       0x00007fff90179eec _pthread_workq_return + 25
    2   libsystem_c.dylib                       0x00007fff90179cb3 _pthread_wqthread + 412
    3   libsystem_c.dylib                       0x00007fff90164171 start_wqthread + 13
    Thread 6:: com.apple.CoreAnimation.render-server
    0   libsystem_kernel.dylib                  0x00007fff98a9f686 mach_msg_trap + 10
    1   libsystem_kernel.dylib                  0x00007fff98a9ec42 mach_msg + 70
    2   com.apple.QuartzCore                    0x00007fff9821e35b CA::Render::Server::server_thread(void*) + 403
    3   com.apple.QuartzCore                    0x00007fff982a2e76 thread_fun + 25
    4   libsystem_c.dylib                       0x00007fff90177742 _pthread_start + 327
    5   libsystem_c.dylib                       0x00007fff90164181 thread_start + 13
    Thread 7:: com.apple.NSURLConnectionLoader
    0   libsystem_kernel.dylib                  0x00007fff98a9f686 mach_msg_trap + 10
    1   libsystem_kernel.dylib                  0x00007fff98a9ec42 mach_msg + 70
    2   com.apple.CoreFoundation                0x00007fff90a47803 __CFRunLoopServiceMachPort + 195
    3   com.apple.CoreFoundation                0x00007fff90a4cee6 __CFRunLoopRun + 1078
    4   com.apple.CoreFoundation                0x00007fff90a4c6b2 CFRunLoopRunSpecific + 290
    5   com.apple.Foundation                    0x00007fff94d9e586 +[NSURLConnection(Loader) _resourceLoadLoop:] + 356
    6   com.apple.Foundation                    0x00007fff94dfc612 __NSThread__main__ + 1345
    7   libsystem_c.dylib                       0x00007fff90177742 _pthread_start + 327
    8   libsystem_c.dylib                       0x00007fff90164181 thread_start + 13
    Thread 8:
    0   libsystem_kernel.dylib                  0x00007fff98aa16d6 __workq_kernreturn + 10
    1   libsystem_c.dylib                       0x00007fff90179eec _pthread_workq_return + 25
    2   libsystem_c.dylib                       0x00007fff90179cb3 _pthread_wqthread + 412
    3   libsystem_c.dylib                       0x00007fff90164171 start_wqthread + 13
    Thread 9:: JavaScriptCore::BlockFree
    0   libsystem_kernel.dylib                  0x00007fff98aa10fa __psynch_cvwait + 10
    1   libsystem_c.dylib                       0x00007fff9017bf89 _pthread_cond_wait + 869
    2   com.apple.JavaScriptCore                0x00007fff96361d96 ***::ThreadCondition::timedWait(***::Mutex&, double) + 118
    3   com.apple.JavaScriptCore                0x00007fff96583d0a JSC::BlockAllocator::blockFreeingThreadMain() + 90
    4   com.apple.JavaScriptCore                0x00007fff9659936f ***::wtfThreadEntryPoint(void*) + 15
    5   libsystem_c.dylib                       0x00007fff90177742 _pthread_start + 327
    6   libsystem_c.dylib                       0x00007fff90164181 thread_start + 13
    Thread 10:: JavaScriptCore::Marking
    0   libsystem_kernel.dylib                  0x00007fff98aa10fa __psynch_cvwait + 10
    1   libsystem_c.dylib                       0x00007fff9017bf89 _pthread_cond_wait + 869
    2   com.apple.JavaScriptCore                0x00007fff964e6724 JSC::SlotVisitor::drainFromShared(JSC::SlotVisitor::SharedDrainMode) + 212
    3   com.apple.JavaScriptCore                0x00007fff964e6606 JSC::MarkStackThreadSharedData::markingThreadMain() + 214
    4   com.apple.JavaScriptCore                0x00007fff9659936f ***::wtfThreadEntryPoint(void*) + 15
    5   libsystem_c.dylib                       0x00007fff90177742 _pthread_start + 327
    6   libsystem_c.dylib                       0x00007fff90164181 thread_start + 13
    Thread 11:: JavaScriptCore::Marking
    0   libsystem_kernel.dylib                  0x00007fff98aa10fa __psynch_cvwait + 10
    1   libsystem_c.dylib                       0x00007fff9017bf89 _pthread_cond_wait + 869
    2   com.apple.JavaScriptCore                0x00007fff964e6724 JSC::SlotVisitor::drainFromShared(JSC::SlotVisitor::SharedDrainMode) + 212
    3   com.apple.JavaScriptCore                0x00007fff964e6606 JSC::MarkStackThreadSharedData::markingThreadMain() + 214
    4   com.apple.JavaScriptCore                0x00007fff9659936f ***::wtfThreadEntryPoint(void*) + 15
    5   libsystem_c.dylib                       0x00007fff90177742 _pthread_start + 327
    6   libsystem_c.dylib                       0x00007fff90164181 thread_start + 13
    Thread 12:: JavaScriptCore::Marking
    0   libsystem_kernel.dylib                  0x00007fff98aa10fa __psynch_cvwait + 10
    1   libsystem_c.dylib                       0x00007fff9017bf89 _pthread_cond_wait + 869
    2   com.apple.JavaScriptCore                0x00007fff964e6724 JSC::SlotVisitor::drainFromShared(JSC::SlotVisitor::SharedDrainMode) + 212
    3   com.apple.JavaScriptCore                0x00007fff964e6606 JSC::MarkStackThreadSharedData::markingThreadMain() + 214
    4   com.apple.JavaScriptCore                0x00007fff9659936f ***::wtfThreadEntryPoint(void*) + 15
    5   libsystem_c.dylib                       0x00007fff90177742 _pthread_start + 327
    6   libsystem_c.dylib                       0x00007fff90164181 thread_start + 13
    Thread 13:
    0   libsystem_kernel.dylib                  0x00007fff98aa16d6 __workq_kernreturn + 10
    1   libsystem_c.dylib                       0x00007fff90179eec _pthread_workq_return + 25
    2   libsystem_c.dylib                       0x00007fff90179cb3 _pthread_wqthread + 412
    3   libsystem_c.dylib                       0x00007fff90164171 start_wqthread + 13
    Thread 14:
    0   libsystem_kernel.dylib                  0x00007fff98aa16d6 __workq_kernreturn + 10
    1   libsystem_c.dylib                       0x00007fff90179eec _pthread_workq_return + 25
    2   libsystem_c.dylib                       0x00007fff90179cb3 _pthread_wqthread + 412
    3   libsystem_c.dylib                       0x00007fff90164171 start_wqthread + 13
    Thread 15:
    0   libsystem_kernel.dylib                  0x00007fff98aa16d6 __workq_kernreturn + 10
    1   libsystem_c.dylib                       0x00007fff90179eec _pthread_workq_return + 25
    2   libsystem_c.dylib                       0x00007fff90179cb3 _pthread_wqthread + 412
    3   libsystem_c.dylib                       0x00007fff90164171 start_wqthread + 13
    Thread 16:
    0   libsystem_kernel.dylib                  0x00007fff98aa16d6 __workq_kernreturn + 10
    1   libsystem_c.dylib                       0x00007fff90179eec _pthread_workq_return + 25
    2   libsystem_c.dylib                       0x00007fff90179cb3 _pthread_wqthread + 412
    3   libsystem_c.dylib                       0x00007fff90164171 start_wqthread + 13
    Thread 17:
    0   libsystem_kernel.dylib                  0x00007fff98aa16d6 __workq_kernreturn + 10
    1   libsystem_c.dylib                       0x00007fff90179eec _pthread_workq_return + 25
    2   libsystem_c.dylib                       0x00007fff90179cb3 _pthread_wqthread + 412
    3   libsystem_c.dylib                       0x00007fff90164171 start_wqthread + 13
    Thread 18:: JavaScriptCore::BlockFree
    0   libsystem_kernel.dylib                  0x00007fff98aa10fa __psynch_cvwait + 10
    1   libsystem_c.dylib                       0x00007fff9017bf89 _pthread_cond_wait + 869
    2   com.apple.JavaScriptCore                0x00007fff96361d96 ***::ThreadCondition::timedWait(***::Mutex&, double) + 118
    3   com.apple.JavaScriptCore                0x00007fff96583d0a JSC::BlockAllocator::blockFreeingThreadMain() + 90
    4   com.apple.JavaScriptCore                0x00007fff9659936f ***::wtfThreadEntryPoint(void*) + 15
    5   libsystem_c.dylib                       0x00007fff90177742 _pthread_start + 327
    6   libsystem_c.dylib                       0x00007fff90164181 thread_start + 13
    Thread 19:: JavaScriptCore::Marking
    0   libsystem_kernel.dylib                  0x00007fff98aa10fa __psynch_cvwait + 10
    1   libsystem_c.dylib                       0x00007fff9017bf89 _pthread_cond_wait + 869
    2   com.apple.JavaScriptCore                0x00007fff964e6724 JSC::SlotVisitor::drainFromShared(JSC::SlotVisitor::SharedDrainMode) + 212
    3   com.apple.JavaScriptCore                0x00007fff964e6606 JSC::MarkStackThreadSharedData::markingThreadMain() + 214
    4   com.apple.JavaScriptCore                0x00007fff9659936f ***::wtfThreadEntryPoint(void*) + 15
    5   libsystem_c.dylib                       0x00007fff90177742 _pthread_start + 327
    6   libsystem_c.dylib                       0x00007fff90164181 thread_start + 13
    Thread 20:: JavaScriptCore::Marking
    0   libsystem_kernel.dylib                  0x00007fff98aa10fa __psynch_cvwait + 10
    1   libsystem_c.dylib                       0x00007fff9017bf89 _pthread_cond_wait + 869
    2   com.apple.JavaScriptCore                0x00007fff964e6724 JSC::SlotVisitor::drainFromShared(JSC::SlotVisitor::SharedDrainMode) + 212
    3   com.apple.JavaScriptCore                0x00007fff964e6606 JSC::MarkStackThreadSharedData::markingThreadMain() + 214
    4   com.apple.JavaScriptCore                0x00007fff9659936f ***::wtfThreadEntryPoint(void*) + 15
    5   libsystem_c.dylib                       0x00007fff90177742 _pthread_start + 327
    6   libsystem_c.dylib                       0x00007fff90164181 thread_start + 13
    Thread 21:: JavaScriptCore::Marking
    0   libsystem_kernel.dylib                  0x00007fff98aa10fa __psynch_cvwait + 10
    1   libsystem_c.dylib                       0x00007fff9017bf89 _pthread_cond_wait + 869
    2   com.apple.JavaScriptCore                0x00007fff964e6724 JSC::SlotVisitor::drainFromShared(JSC::SlotVisitor::SharedDrainMode) + 212
    3   com.apple.JavaScriptCore                0x00007fff964e6606 JSC::MarkStackThreadSharedData::markingThreadMain() + 214
    4   com.apple.JavaScriptCore                0x00007fff9659936f ***::wtfThreadEntryPoint(void*) + 15
    5   libsystem_c.dylib                       0x00007fff90177742 _pthread_start + 327
    6   libsystem_c.dylib                       0x00007fff90164181 thread_start + 13
    Thread 22:: WebCore: LocalStorage
    0   libsystem_kernel.dylib                  0x00007fff98aa10fa __psynch_cvwait + 10
    1   libsystem_c.dylib                       0x00007fff9017bf89 _pthread_cond_wait + 869
    2   com.apple.JavaScriptCore                0x00007fff96361d5d ***::ThreadCondition::timedWait(***::Mutex&, double) + 61
    3   com.apple.WebCore                       0x00007fff8f8e99b1 ***::PassOwnPtr<WebCore::StorageTask> ***::MessageQueue<WebCore::StorageTask>::waitForMessageFilteredWithTimeout<bool (WebCore::StorageTask*)>(***::MessageQueueWaitResult&, bool (&)(WebCore::StorageTask*), double) + 81
    4   com.apple.WebCore                       0x00007fff8ee3c06a WebCore::StorageThread::threadEntryPoint() + 154
    5   com.apple.JavaScriptCore                0x00007fff9659936f ***::wtfThreadEntryPoint(void*) + 15
    6   libsystem_c.dylib                       0x00007fff90177742 _pthread_start + 327
    7   libsystem_c.dylib                       0x00007fff90164181 thread_start + 13
    Thread 23:: WebCore: LocalStorage
    0   libsystem_kernel.dylib                  0x00007fff98aa10fa __psynch_cvwait + 10
    1   libsystem_c.dylib                       0x00007fff9017bf89 _pthread_cond_wait + 869
    2   com.apple.JavaScriptCore                0x00007fff96361d5d ***::ThreadCondition::timedWait(***::Mutex&, double) + 61
    3   com.apple.WebCore                       0x00007fff8f8e99b1 ***::PassOwnPtr<WebCore::StorageTask> ***::MessageQueue<WebCore::StorageTask>::waitForMessageFilteredWithTimeout<bool (WebCore::StorageTask*)>(***::MessageQueueWaitResult&, bool (&)(WebCore::StorageTask*), double) + 81
    4   com.apple.WebCore                       0x00007fff8ee3c06a WebCore::StorageThread::threadEntryPoint() + 154
    5   com.apple.JavaScriptCore                0x00007fff9659936f ***::wtfThreadEntryPoint(void*) + 15
    6   libsystem_c.dylib                       0x00007fff90177742 _pthread_start + 327
    7   libsystem_c.dylib                       0x00007fff90164181 thread_start + 13
    Thread 24:: com.apple.CFSocket.private
    0   libsystem_kernel.dylib                  0x00007fff98aa1322 __select + 10
    1   com.apple.CoreFoundation                0x00007fff90a8c4e6 __CFSocketManager + 1302
    2   libsystem_c.dylib                       0x00007fff90177742 _pthread_start + 327
    3   libsystem_c.dylib                       0x00007fff90164181 thread_start + 13
    Thread 25:: Safari: SafeBrowsingManager
    0   libsqlite3.dylib                        0x00007fff8d45ba9a sqlite3VdbeSerialGet + 138
    1   libsqlite3.dylib                        0x00007fff8d464a4f sqlite3VdbeRecordCompare + 223
    2   libsqlite3.dylib                        0x00007fff8d4646b1 sqlite3BtreeMovetoUnpacked + 721
    3   libsqlite3.dylib                        0x00007fff8d448cc3 sqlite3VdbeExec + 1123
    4   libsqlite3.dylib                        0x00007fff8d4482ab sqlite3_step + 3691
    5   com.apple.Safari.framework              0x00007fff91240efd Safari::SQLiteStatement::step() + 19
    6   com.apple.Safari.framework              0x00007fff912140f2 Safari::SafeBrowsingStore::checkIntegrity() + 42
    7   com.apple.Safari.framework              0x00007fff91214061 Safari::SafeBrowsingStore::initDatabase() + 101
    8   com.apple.Safari.framework              0x00007fff91214386 Safari::SafeBrowsingStore::getListID(Safari::CF::String const&, int&) + 32
    9   com.apple.Safari.framework              0x00007fff912142ea Safari::SafeBrowsingStore::addList(Safari::CF::String const&) + 36
    10  com.apple.Safari.framework              0x00007fff9120c360 Safari::SafeBrowsingListManager::SafeBrowsingListManager(Safari::SafeBrowsingSe rvice&, ***::Vector<Safari::CF::String, 0ul> const&, Safari::CF::String const&, Safari::CF::String const&) + 444
    11  com.apple.Safari.framework              0x00007fff9120c18e Safari::SafeBrowsingListManager::create(Safari::SafeBrowsingService&, ***::Vector<Safari::CF::String, 0ul> const&, Safari::CF::String const&, Safari::CF::String const&) + 64
    12  com.apple.Safari.framework              0x00007fff91213549 Safari::SafeBrowsingService::didReceiveListNames(***::Vector<Safari::CF::String , 0ul> const&) + 35
    13  com.apple.Safari.framework              0x00007fff91187f21 Safari::GoogleSafeBrowsingService::initialize() + 155
    14  com.apple.Safari.framework              0x00007fff9120f237 Safari::SafeBrowsingManager::addGoogleSafeBrowsingService() + 115
    15  com.apple.Safari.framework              0x00007fff9120e88f Safari::SafeBrowsingManager::handleMessage(Safari::SafeBrowsingManager::SafeBro wsingMessage*) + 177
    16  com.apple.Safari.framework              0x00007fff911b6a9e Safari::MessageRunLoop::dispatchMessage() + 46
    17  com.apple.CoreFoundation                0x00007fff90a2a101 __CFRUNLOOP_IS_CALLING_OUT_TO_A_SOURCE0_PERFORM_FUNCTION__ + 17
    18  com.apple.CoreFoundation                0x00007fff90a29a25 __CFRunLoopDoSources0 + 245
    19  com.apple.CoreFoundation                0x00007fff90a4cdc5 __CFRunLoopRun + 789
    20  com.apple.CoreFoundation                0x00007fff90a4c6b2 CFRunLoopRunSpecific + 290
    21  com.apple.Safari.framework              0x00007fff911b6a36 Safari::MessageRunLoop::threadBody() + 106
    22  com.apple.JavaScriptCore                0x00007fff9659936f ***::wtfThreadEntryPoint(void*) + 15
    23  libsystem_c.dylib                       0x00007fff90177742 _pthread_start + 327
    24  libsystem_c.dylib                       0x00007fff90164181 thread_start + 13
    Thread 0 crashed with X86 Thread State (64-bit):
      rax: 0x0000000148f25038  rbx: 0x0000000000000ffe  rcx: 0x000000014ea57000  rdx: 0x000000014ea6efe8
      rdi: 0x0000000000000000  rsi: 0x000000014d761c30  rbp: 0x00007fff5bdd4b70  rsp: 0x00007fff5bdd4a90
       r8: 0x0000000000000018   r9: 0x000000014e4141e0  r10: 0x0000000000000000  r11: 0x000000000000000b
      r12: 0x000000014e414190  r13: 0x000000014d7cade0  r14: 0x000000014cac8000  r15: 0x000000014cfa0278
      rip: 0x00007fff96572327  rfl: 0x0000000000010217  cr2: 0x0000000148f2d028
    Logical CPU: 5
    Binary Images:
           0x103e29000 -        0x103e29fff  com.apple.Safari (6.0.1 - 8536.26.14) <12F33C70-47F7-3872-B933-0A323F3F73DD> /Applications/Safari.app/Contents/MacOS/Safari
           0x147dc1000 -        0x147dc9fff  com.apple.SyncedDefaults (1.2 - 43.27) <BE895936-D6C0-3CC0-BDE4-FEDA10B9EABD> /System/Library/PrivateFrameworks/SyncedDefaults.framework/SyncedDefaults
           0x1488c0000 -        0x1488c0ff2 +cl_kernels (???) <B4307AF2-D080-4B47-8776-E43FAFBD2B44> cl_kernels
           0x1488f8000 -        0x1488f8fff +cl_kernels (???) <F9B90134-F63C-46DA-A4B6-29FFB3B64932> cl_kernels
           0x148ed4000 -        0x148eddfe7  libcldcpuengine.dylib (2.1.19) <50800DA2-7233-32E5-9553-A02171B68399> /System/Library/Frameworks/OpenCL.framework/Libraries/libcldcpuengine.dylib
           0x148ee3000 -        0x148ee6ff7  libCoreFSCache.dylib (24.4) <C375CAA0-F91F-3D9F-AF90-DB951BD86983> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCoreFSCache .dylib
           0x148ef1000 -        0x148ef1fff +cl_kernels (???) <7AD9B530-12DA-4991-BA10-35F0E60F2007> cl_kernels
           0x148ef6000 -        0x148ef6ff5 +cl_kernels (???) <23D9DF65-E956-4FBD-A2E5-177322AC7E6D> cl_kernels
           0x148efb000 -        0x148efbff3 +cl_kernels (???) <53801E5B-5F35-4D15-A1AC-8071922ACF27> cl_kernels
           0x148eff000 -        0x148effff4 +cl_kernels (???) <91E0BA07-26BB-4CA6-94D0-44EAF3A85080> cl_kernels
           0x148f05000 -        0x148f05ff5 +cl_kernels (???) <E6C6CB3A-F367-4655-977C-4CE06F6FA650> cl_kernels
           0x148f0b000 -        0x148f0bff5 +cl_kernels (???) <759FC954-DD82-4D9B-9226-52461006F3AE> cl_kernels
           0x148f14000 -        0x148f14ff5 +cl_kernels (???) <67FFE907-50B5-4858-B455-11BFFB1DD65C> cl_kernels
           0x14a114000 -        0x14a114ff4 +cl_kernels (???) <91E0BA07-26BB-4CA6-94D0-44EAF3A85080> cl_kernels
           0x14c099000 -        0x14c134ff7  unorm8_bgra.dylib (2.1.19) <904EA51D-225A-38AF-B66C-84493C55C065> /System/Library/Frameworks/OpenCL.framework/Libraries/ImageFormats/unorm8_bgra. dylib
           0x14c5ab000 -        0x14c5abff0 +cl_kernels (???) <CD6B8C32-A068-41C0-BBD4-EAB0BE279237> cl_kernels
           0x14c5b9000 -        0x14c5b9ff6 +cl_kernels (???) <0246902F-434D-4D65-81FC-43EB6010E9EB> cl_kernels
           0x14c5cf000 -        0x14c5cfff3 +cl_kernels (???) <4A058F0C-C693-414E-94D1-3E2B947ABE8A> cl_kernels
        0x7fff63a29000 -     0x7fff63a5d93f  dyld (210.2.3) <A40597AA-5529-3337-8C09-D8A014EB1578> /usr/lib/dyld
        0x7fff8c376000 -     0x7fff8c4c7fff  com.apple.audio.toolbox.AudioToolbox (1.8 - 1.8) <833DA682-A3C1-39E7-AEC3-9EDC734DE2A9> /System/Library/Frameworks/AudioToolbox.framework/Versions/A/AudioToolbox
        0x7fff8c4c8000 -     0x7fff8d0f5ff7  com.apple.AppKit (6.8 - 1187.34) <1FF64844-EB62-3F96-AED7-6525B7CCEC23> /System/Library/Frameworks/AppKit.framework/Versions/C/AppKit
        0x7fff8d21e000 -     0x7fff8d22cff7  libkxld.dylib (2050.18.24) <7027CE49-007D-3553-8FFA-3E3B428B2316> /usr/lib/system/libkxld.dylib
        0x7fff8d23e000 -     0x7fff8d2d8fff  com.apple.CoreSymbolication (3.0 - 87) <75F2C0DD-549A-36F6-BD9E-FB40A924344F> /System/Library/PrivateFrameworks/CoreSymbolication.framework/Versions/A/CoreSy mbolication
        0x7fff8d2d9000 -     0x7fff8d318ff7  com.apple.QD (3.42 - 285) <8DF36FCA-C06B-30F4-A631-7BE2FF7E56D1> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ QD.framework/Versions/A/QD
        0x7fff8d319000 -     0x7fff8d319fff  com.apple.SafariDAVNotifier (1.1.1 - 1) <F2E6ABF4-C7D7-341F-BC27-C9B0E7C4F4EB> /System/Library/PrivateFrameworks/BookmarkDAV.framework/Versions/A/Frameworks/S afariDAVNotifier.framework/Versions/A/SafariDAVNotifier
        0x7fff8d346000 -     0x7fff8d3a3fff  com.apple.audio.CoreAudio (4.1.0 - 4.1.0) <B3198BD6-EA1D-3E5E-ADD4-37D8E6B72678> /System/Library/Frameworks/CoreAudio.framework/Versions/A/CoreAudio
        0x7fff8d3a4000 -     0x7fff8d3eeff7  libGLU.dylib (8.6.1) <DF45C1E3-3884-3991-B84F-F39B482E8BF8> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLU.dylib
        0x7fff8d3ef000 -     0x7fff8d4ecfff  libsqlite3.dylib (138.1) <ADE9CB98-D77D-300C-A32A-556B7440769F> /usr/lib/libsqlite3.dylib
        0x7fff8d4ed000 -     0x7fff8d6d4ff7  com.apple.WebKit2 (8536 - 8536.26.14) <123EF992-E854-32DB-8E6B-3D5BBE2F7E87> /System/Library/PrivateFrameworks/WebKit2.framework/Versions/A/WebKit2
        0x7fff8d6d5000 -     0x7fff8d742fff  com.apple.datadetectorscore (4.0 - 269.1) <C94C372B-3821-3A46-A8C2-091AB1CFF7F4> /System/Library/PrivateFrameworks/DataDetectorsCore.framework/Versions/A/DataDe tectorsCore
        0x7fff8d90a000 -     0x7fff8d910fff  libGFXShared.dylib (8.6.1) <CF55E720-1B9E-3E24-A1DA-7FA8B261CD8E> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGFXShared.d ylib
        0x7fff8d911000 -     0x7fff8d912fff  libquit.dylib (130) <FD30E6D6-B4F9-3E14-8376-7036271100D1> /usr/lib/libquit.dylib
        0x7fff8d913000 -     0x7fff8d94dfff  com.apple.GSS (3.0 - 2.0) <0BDF8090-5EF4-3759-94DE-8521D74188AA> /System/Library/Frameworks/GSS.framework/Versions/A/GSS
        0x7fff8d94e000 -     0x7fff8dbd1fff  com.apple.RawCamera.bundle (4.00 - 658) <6786E9E0-3197-30A3-A0F4-22A6064B3EF2> /System/Library/CoreServices/RawCamera.bundle/Contents/MacOS/RawCamera
        0x7fff8dbd2000 -     0x7fff8dbd9fff  com.apple.NetFS (5.0 - 4.0) <82E24B9A-7742-3DA3-9E99-ED267D98C05E> /System/Library/Frameworks/NetFS.framework/Versions/A/NetFS
        0x7fff8dc1e000 -     0x7fff8dc7afff  com.apple.corelocation (1.0 - 1239.39) <88EFC8F1-0A91-3EB6-A1F6-76294541D85D> /System/Library/Frameworks/CoreLocation.framework/Versions/A/CoreLocation
        0x7fff8dc7b000 -     0x7fff8de01fff  libBLAS.dylib (1073.4) <C102C0F6-8CB6-3B49-BA6B-2EB61F0B2784> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libBLAS.dylib
        0x7fff8de02000 -     0x7fff8de51ff7  libcorecrypto.dylib (106.2) <CE0C29A3-C420-339B-ADAA-52F4683233CC> /usr/lib/system/libcorecrypto.dylib
        0x7fff8de52000 -     0x7fff8de5dfff  libsystem_notify.dylib (98.5) <C49275CC-835A-3207-AFBA-8C01374927B6> /usr/lib/system/libsystem_notify.dylib
        0x7fff8de5e000 -     0x7fff8de60fff  libCVMSPluginSupport.dylib (8.6.1) <7EFDA31E-E463-3897-A8DC-7FD266EB713E> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCVMSPluginS upport.dylib
        0x7fff8de61000 -     0x7fff8debdfff  com.apple.QuickLookFramework (4.0 - 555.4) <B34DB61C-15F0-3CF8-98A4-152C2F54DF8D> /System/Library/Frameworks/QuickLook.framework/Versions/A/QuickLook
        0x7fff8debe000 -     0x7fff8dec2fff  libGIF.dylib (845) <2690CE83-E934-3EF8-A30A-996EDADCE3E4> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libGIF.dylib
        0x7fff8dec3000 -     0x7fff8dec3fff  com.apple.Accelerate (1.8 - Accelerate 1.8) <6AD48543-0864-3D40-80CE-01F184F24B45> /System/Library/Frameworks/Accelerate.framework/Versions/A/Accelerate
        0x7fff8dfee000 -     0x7fff8dfeefff  com.apple.ApplicationServices (45 - 45) <A3ABF20B-ED3A-32B5-830E-B37831A45A80> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Application Services
        0x7fff8e04f000 -     0x7fff8e0befff  com.apple.WhitePagesFramework (10.7.0 - 141.0) <65B30FD8-DEC0-31D4-8E7F-CBCB987D7A48> /System/Library/PrivateFrameworks/WhitePages.framework/Versions/A/WhitePages
        0x7fff8e0bf000 -     0x7fff8e192ff7  com.apple.DiscRecording (7.0 - 7000.2.4) <49FD2D2F-4F2C-39B6-877B-6E3172577D18> /System/Library/Frameworks/DiscRecording.framework/Versions/A/DiscRecording
        0x7fff8e1e5000 -     0x7fff8e21ffff  com.apple.framework.internetaccounts (2.1 - 210) <0AB62FFA-42C8-3433-9C23-7D1AB411348F> /System/Library/PrivateFrameworks/InternetAccounts.framework/Versions/A/Interne tAccounts
        0x7fff8e220000 -     0x7fff8e279fff  com.apple.ImageCaptureCore (5.0.1 - 5.0.1) <2CC27836-1E1E-3633-B15C-A3BA1734D092> /System/Library/Frameworks/ImageCaptureCore.framework/Versions/A/ImageCaptureCo re
        0x7fff8e27a000 -     0x7fff8e4eeff7  com.apple.CalendarStore (6.0 - 1245) <E7844C45-CDCD-3639-9476-7DBACDC90490> /System/Library/Frameworks/CalendarStore.framework/Versions/A/CalendarStore
        0x7fff8e4ef000 -     0x7fff8e51dff7  libsystem_m.dylib (3022.6) <B434BE5C-25AB-3EBD-BAA7-5304B34E3441> /usr/lib/system/libsystem_m.dylib
        0x7fff8e51e000 -     0x7fff8e522fff  com.apple.SecCodeWrapper (2.0 - 1) <B9D67B7E-8EAD-30E7-8898-98EF29E9A44C> /System/Library/PrivateFrameworks/SecCodeWrapper.framework/Versions/A/SecCodeWr apper
        0x7fff8e523000 -     0x7fff8e53afff  com.apple.CFOpenDirectory (10.8 - 151.10) <FFBBA538-00B5-334E-BA5B-C8AD6CDCDA14> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/Frameworks/CFOpen Directory.framework/Versions/A/CFOpenDirectory
        0x7fff8e53b000 -     0x7fff8e541ff7  libunwind.dylib (35.1) <21703D36-2DAB-3D8B-8442-EAAB23C060D3> /usr/lib/system/libunwind.dylib
        0x7fff8e542000 -     0x7fff8e548fff  libmacho.dylib (829) <BF332AD9-E89F-387E-92A4-6E1AB74BD4D9> /usr/lib/system/libmacho.dylib
        0x7fff8e5fb000 -     0x7fff8e622fff  com.apple.framework.familycontrols (4.1 - 410) <AE49B2AB-7D2B-3D52-8E21-60EBEA1A38E6> /System/Library/PrivateFrameworks/FamilyControls.framework/Versions/A/FamilyCon trols
        0x7fff8e623000 -     0x7fff8e62dfff  libcsfde.dylib (274.7) <77562CC6-3D42-34BF-BAAB-660140479D55> /usr/lib/libcsfde.dylib
        0x7fff8e62e000 -     0x7fff8e863ff7  com.apple.CoreData (106.1 - 407.7) <24E0A6B4-9ECA-3D12-B26A-72B9DCF09768> /System/Library/Frameworks/CoreData.framework/Versions/A/CoreData
        0x7fff8e864000 -     0x7fff8e865fff  libsystem_blocks.dylib (59) <D92DCBC3-541C-37BD-AADE-ACC75A0C59C8> /usr/lib/system/libsystem_blocks.dylib
        0x7fff8e866000 -     0x7fff8e8ceff7  libc++.1.dylib (65.1) <20E31B90-19B9-3C2A-A9EB-474E08F9FE05> /usr/lib/libc++.1.dylib
        0x7fff8e92f000 -     0x7fff8eaa0ff7  com.apple.QTKit (7.7.1 - 2599.13) <5B24A892-ED69-3C01-8B00-DF3AD81A20D4> /System/Library/Frameworks/QTKit.framework/Versions/A/QTKit
        0x7fff8eaa1000 -     0x7fff8ecfcff7  com.apple.QuartzComposer (5.1 - 284) <D9CDC9ED-9F03-30F0-80DF-BA189A054AC9> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuartzCompose r.framework/Versions/A/QuartzComposer
        0x7fff8ecfd000 -     0x7fff8ed4cff7  libFontRegistry.dylib (100) <2E03D7DA-9B8F-31BB-8FB5-3D3B6272127F> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ATS.framework/Versions/A/Resources/libFontRegistry.dylib
        0x7fff8ed4d000 -     0x7fff8edf3ff7  com.apple.CoreServices.OSServices (557.4 - 557.4) <841878A8-6F3E-300D-8F01-444B3CC1F41D> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/OSServi ces.framework/Versions/A/OSServices
        0x7fff8edf4000 -     0x7fff8ee1cfff  libJPEG.dylib (845) <A32618D7-FB91-3EE2-A105-5407B2F3F8D8> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libJPEG.dylib
        0x7fff8ee1d000 -     0x7fff8fdd6fff  com.apple.WebCore (8536 - 8536.26.14) <60029E1A-C1DB-3A1F-8528-4970058D8B3D> /System/Library/Frameworks/WebKit.framework/Versions/A/Frameworks/WebCore.frame work/Versions/A/WebCore
        0x7fff8fdd7000 -     0x7fff8fde6ff7  com.apple.opengl (1.8.6 - 1.8.6) <720CC06C-0D01-37AE-BB3D-D7F0242B262A> /System/Library/Frameworks/OpenGL.framework/Versions/A/OpenGL
        0x7fff8fde7000 -     0x7fff8fe3dff7  com.apple.opencl (2.1.20 - 2.1.20) <AF142CA4-EA1D-31B0-A48F-AA2B75D4309E> /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL
        0x7fff8fe3e000 -     0x7fff8ff03ff7  com.apple.coreui (2.0 - 181.1) <83D2C92D-6842-3C9D-9289-39D5B4554C3A> /System/Library/PrivateFrameworks/CoreUI.framework/Versions/A/CoreUI
        0x7fff8ff04000 -     0x7fff8ff1afff  com.apple.MultitouchSupport.framework (235.28 - 235.28) <BD78B16E-9B5A-3E07-93B4-13AD1A538CAC> /System/Library/PrivateFrameworks/MultitouchSupport.framework/Versions/A/Multit ouchSupport
        0x7fff8ff1b000 -     0x7fff8ff78fff  com.apple.ExchangeWebServices (3.0 - 157) <58BFD72E-27F3-3F22-A421-B883FACA0E19> /System/Library/PrivateFrameworks/ExchangeWebServices.framework/Versions/A/Exch angeWebServices
        0x7fff8ff79000 -     0x7fff8ff8aff7  libsasl2.2.dylib (166) <649CAE0E-8FFE-3C60-A849-BE6300E4B726> /usr/lib/libsasl2.2.dylib
        0x7fff8ffe2000 -     0x7fff900dfff7  libxml2.2.dylib (22.3) <47B09CB2-C636-3024-8B55-6040F7829B4C> /usr/lib/libxml2.2.dylib
        0x7fff90163000 -     0x7fff9022ffe7  libsystem_c.dylib (825.25) <8CBCF9B9-EBB7-365E-A3FF-2F3850763C6B> /usr/lib/system/libsystem_c.dylib
        0x7fff90230000 -     0x7fff90238ff7  libsystem_dnssd.dylib (379.32.1) <62AA0B84-188A-348B-8F9E-3E2DB08DB93C> /usr/lib/system/libsystem_dnssd.dylib
        0x7fff90239000 -     0x7fff9027dfff  libcups.2.dylib (327) <9B3F3321-D2BC-3195-BF20-4008FC52A390> /usr/lib/libcups.2.dylib
        0x7fff9027e000 -     0x7fff90299ff7  com.apple.frameworks.preferencepanes (15.0 - 15.0) <45E922F9-E5F5-3026-90BA-C1F5F8451C9B> /System/Library/Frameworks/PreferencePanes.framework/Versions/A/PreferencePanes
        0x7fff90626000 -     0x7fff9062eff7  com.apple.AppSandbox (2.0 - 1) <B75AA17F-E401-3586-B8AE-AC71B68D6BF3> /System/Library/PrivateFrameworks/AppSandbox.framework/Versions/A/AppSandbox
        0x7fff9062f000 -     0x7fff9065afff  libxslt.1.dylib (11.3) <441776B8-9130-3893-956F-39C85FFA644F> /usr/lib/libxslt.1.dylib
        0x7fff90714000 -     0x7fff90716fff  libquarantine.dylib (52) <4BE2E642-A14F-340A-B482-5BD2AEFD9C24> /usr/lib/system/libquarantine.dylib
        0x7fff90717000 -     0x7fff90717ffd  com.apple.audio.units.AudioUnit (1.8 - 1.8) <29E2C990-3617-3FA2-BDD7-DB7DF493E443> /System/Library/Frameworks/AudioUnit.framework/Versions/A/AudioUnit
        0x7fff90718000 -     0x7fff90723ff7  com.apple.ProtocolBuffer (2 - 104) <3270C172-1437-3080-9E53-3E2DCA9AE2EC> /System/Library/PrivateFrameworks/ProtocolBuffer.framework/Versions/A/ProtocolB uffer
        0x7fff90724000 -     0x7fff90727ff7  com.apple.LoginUICore (2.0 - 2.0) <965559B0-1F0E-3767-A16B-F91AABFA5275> /System/Library/PrivateFrameworks/LoginUIKit.framework/Versions/A/Frameworks/Lo ginUICore.framework/Versions/A/LoginUICore
        0x7fff90728000 -     0x7fff9074dff7  libc++abi.dylib (24.4) <E7BD9363-1D25-3551-A68A-2E2FF6ABECD7> /usr/lib/libc++abi.dylib
        0x7fff9074e000 -     0x7fff90760ff7  libz.1.dylib (43) <2A1551E8-A272-3DE5-B692-955974FE1416> /usr/lib/libz.1.dylib
        0x7fff90761000 -     0x7fff90a0ffff  com.apple.imageKit (2.2 - 667) <66A64289-6259-335E-9D8C-E3E02ECE7837> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/ImageKit.fram ework/Versions/A/ImageKit
        0x7fff90a10000 -     0x7fff90a10fff  libOpenScriptingUtil.dylib (148.2) <B8061D13-C1B2-38D5-A723-9A98D64E67AC> /usr/lib/libOpenScriptingUtil.dylib
        0x7fff90a11000 -     0x7fff90a17fff  com.apple.DiskArbitration (2.5.1 - 2.5.1) <F7DAF7CC-5893-3F06-9168-3B0192B66D15> /System/Library/Frameworks/DiskArbitration.framework/Versions/A/DiskArbitration
        0x7fff90a18000 -     0x7fff90c01fff  com.apple.CoreFoundation (6.8 - 744.12) <EF002794-DAEF-31C6-866C-E3E3AC387A9F> /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
        0x7fff90c5f000 -     0x7fff90d79fff  com.apple.coreavchd (5.6.0 - 5600.4.16) <0CF2ABE5-B088-3B5D-9C04-47AE708ADAE3> /System/Library/PrivateFrameworks/CoreAVCHD.framework/Versions/A/CoreAVCHD
        0x7fff90d89000 -     0x7fff90f89fff  libicucore.A.dylib (491.11.1) <CC318A27-878A-38CE-9292-1B98353FA9C7> /usr/lib/libicucore.A.dylib
        0x7fff90fe5000 -     0x7fff914dafff  com.apple.Safari.framework (8536 - 8536.26.14) <8A1EDE49-1974-3CA6-9B1A-54A1C5B2FF24> /System/Library/PrivateFrameworks/Safari.framework/Versions/A/Safari
        0x7fff914db000 -     0x7fff9180bff7  com.apple.HIToolbox (2.0 - 625) <317F75F7-4B0F-35F5-89A7-F20BA60AC944> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HIToolbox.fra mework/Versions/A/HIToolbox
        0x7fff9180e000 -     0x7fff91966ff7  com.apple.syncservices (7.0 - 713) <924B8B34-2C9C-3C1D-909D-FF215AA8985D> /System/Library/Frameworks/SyncServices.framework/Versions/A/SyncServices
        0x7fff91967000 -     0x7fff91989ff7  libxpc.dylib (140.41) <FAC04D8B-680E-325F-8F0C-DD69859D0E01> /usr/lib/system/libxpc.dylib
        0x7fff9198a000 -     0x7fff919befff  com.apple.securityinterface (6.0 - 55024.4) <614C9B8E-2056-3A41-9A01-DAF74C97CC43> /System/Library/Frameworks/SecurityInterface.framework/Versions/A/SecurityInter face
        0x7fff91a60000 -     0x7fff91a64fff  libpam.2.dylib (20) <C8F45864-5B58-3237-87E1-2C258A1D73B8> /usr/lib/libpam.2.dylib
        0x7fff91a65000 -     0x7fff91a71ff7  com.apple.DirectoryService.Framework (10.8 - 151.10) <DA05EF06-8EBD-3759-B5D3-E6FC86C5D850> /System/Library/Frameworks/DirectoryService.framework/Versions/A/DirectoryServi ce
        0x7fff91a72000 -     0x7fff91a7cfff  com.apple.DisplayServicesFW (2.6.1 - 353) <0505CB8A-47D9-3539-9A0D-24F09D99E9D8> /System/Library/PrivateFrameworks/DisplayServices.framework/Versions/A/DisplayS ervices
        0x7fff91a7d000 -     0x7fff91aa6fff  libsandbox.1.dylib (220) <FCD65E60-6276-3455-8A11-09864DC9A285> /usr/lib/libsandbox.1.dylib
        0x7fff91aa7000 -     0x7fff91ae2fff  com.apple.LDAPFramework (2.4.28 - 194.5) <0190B746-F684-3F43-B4D0-148EFE386CA4> /System/Library/Frameworks/LDAP.framework/Versions/A/LDAP
        0x7fff91ae3000 -     0x7fff91ae4ff7  libSystem.B.dylib (169.3) <365477AB-D641-389D-B8F4-A1FAE9657EEE> /usr/lib/libSystem.B.dylib
        0x7fff91ae5000 -     0x7fff91af9fff  libGL.dylib (8.6.1) <2E00615F-97F5-34EB-BE07-75A24F3C18D7> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib
        0x7fff91afa000 -     0x7fff91afafff  com.apple.CoreServices (57 - 57) <9DD44CB0-C644-35C3-8F57-0B41B3EC147D> /System/Library/Frameworks/CoreServices.framework/Versions/A/CoreServices
        0x7fff91b41000 -     0x7fff91b4cff7  com.apple.aps.framework (3.0 - 3.0) <11E1A5D1-F5E5-3228-8B6F-77EB36B5C248> /System/Library/PrivateFrameworks/ApplePushService.framework/Versions/A/ApplePu shService
        0x7fff91b4d000 -     0x7fff91b4dfff  libkeymgr.dylib (25) <CC9E3394-BE16-397F-926B-E579B60EE429> /usr/lib/system/libkeymgr.dylib
        0x7fff91b4e000 -     0x7fff91b75ff7  com.apple.PerformanceAnalysis (1.16 - 16) <E4888388-F41B-313E-9CBB-5807D077BDA9> /System/Library/PrivateFrameworks/PerformanceAnalysis.framework/Versions/A/Perf ormanceAnalysis
        0x7fff91b76000 -     0x7fff91b8dfff  com.apple.GenerationalStorage (1.1 - 132.2) <3F5C87BD-D866-3732-8CB9-D23ED9784D6E> /System/Library/PrivateFrameworks/GenerationalStorage.framework/Versions/A/Gene rationalStorage
        0x7fff91b8e000 -     0x7fff91b97fff  com.apple.CommerceCore (1.0 - 26) <997CD214-BC78-3C61-A1B8-813EA1CB9997> /System/Library/PrivateFrameworks/CommerceKit.framework/Versions/A/Frameworks/C ommerceCore.framework/Versions/A/CommerceCore
        0x7fff91b98000 -     0x7fff91bd4fff  com.apple.GeoServices (1.0 - 1) <DB382348-EBFA-3AD5-888B-7F4640F41834> /System/Library/PrivateFrameworks/GeoServices.framework/Versions/A/GeoServices
        0x7fff91bd5000 -     0x7fff91c15fff  com.apple.MediaKit (13 - 659) <0C56D7FF-0430-3199-9952-CF8577519449> /System/Library/PrivateFrameworks/MediaKit.framework/Versions/A/MediaKit
        0x7fff91c16000 -     0x7fff91c2bff7  libdispatch.dylib (228.23) <D26996BF-FC57-39EB-8829-F63585561E09> /usr/lib/system/libdispatch.dylib
        0x7fff91c2c000 -     0x7fff91ce9ff7  com.apple.ColorSync (4.8.0 - 4.8.0) <6CE333AE-EDDB-3768-9598-9DB38041DC55> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ColorSync.framework/Versions/A/ColorSync
        0x7fff91cea000 -     0x7fff920e1fff  libLAPACK.dylib (1073.4) <D632EC8B-2BA0-3853-800A-20DA00A1091C> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libLAPACK.dylib
        0x7fff920e2000 -     0x7fff923a5ff7  com.apple.AddressBook.framework (7.1 - 1167) <92EF9CE4-A42B-3D30-8CA2-79C0A66BB4CE> /System/Library/Frameworks/AddressBook.framework/Versions/A/AddressBook
        0x7fff923a8000 -     0x7fff92435ff7  com.apple.SearchKit (1.4.0 - 1.4.0) <C7F43889-F8BF-3CB9-AD66-11AEFCBCEDE7> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SearchK it.framework/Versions/A/SearchKit
        0x7fff92436000 -     0x7fff92462ff7  libRIP.A.dylib (324.6) <5A7EB5C2-BA60-36D7-BF41-9853F37837AA> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libRIP.A.dylib
        0x7fff92463000 -     0x7fff92561fff  com.apple.QuickLookUIFramework (4.0 - 555.4) <58EC2F30-0959-3586-A1DD-BDCAF589D2D3> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuickLookUI.f ramework/Versions/A/QuickLookUI
        0x7fff92562000 -     0x7fff92593ff7  com.apple.DictionaryServices (1.2 - 184.4) <054F2D6F-9CFF-3EF1-9778-25C551B616C1> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Diction aryServices.framework/Versions/A/DictionaryServices
        0x7fff92594000 -     0x7fff92597fff  libRadiance.dylib (845) <E8956A35-494E-3014-8B86-362D32576116> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libRadiance.d ylib
        0x7fff92598000 -     0x7fff925c3fff  com.apple.framework.Apple80211 (8.0.1 - 801.17) <05786C8E-8C6F-31AF-80B5-9C98175757B4> /System/Library/PrivateFrameworks/Apple80211.framework/Versions/A/Apple80211
        0x7fff925c4000 -     0x7fff925c8ff7  com.apple.TCC (1.0 - 1) <F2F3B753-FC73-3543-8BBE-859FDBB4D6A6> /System/Library/PrivateFrameworks/TCC.framework/Versions/A/TCC
        0x7fff925c9000 -     0x7fff92626ff7  com.apple.AE (645.3 - 645.3) <FF867ACA-8628-3E5A-8FA0-AF429B42C5D7> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/AE.fram ework/Versions/A/AE
        0x7fff92627000 -     0x7fff92631fff  com.apple.speech.recognition.framework (4.1.5 - 4.1.5) <D803919C-3102-3515-A178-61E9C86C46A1> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SpeechRecogni tion.framework/Versions/A/SpeechRecognition
        0x7fff92632000 -     0x7fff92632fff  com.apple.vecLib (3.8 - vecLib 3.8) <794317C7-4E38-338A-A874-5E18001C8503> /System/Library/Frameworks/vecLib.framework/Versions/A/vecLib
        0x7fff92633000 -     0x7fff92634ff7  libremovefile.dylib (23.1) <DBBFAF35-AC78-3856-92F6-6E4FD9DF14A2> /usr/lib/system/libremovefile.dylib
        0x7fff92635000 -     0x7fff9266bfff  com.apple.DebugSymbols (98 - 98) <14E788B1-4EB2-3FD7-934B-849534DFC198> /System/Library/PrivateFrameworks/DebugSymbols.framework/Versions/A/DebugSymbol s
        0x7fff9266c000 -     0x7fff92679fff  libbz2.1.0.dylib (29) <CE9785E8-B535-3504-B392-82F0064D9AF2> /usr/lib/libbz2.1.0.dylib
        0x7fff9267a000 -     0x7fff9267ffff  com.apple.OpenDirectory (10.8 - 151.10) <CF44120B-9B01-32DD-852E-C9C0E1243FC0> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/OpenDirectory
        0x7fff92680000 -     0x7fff92682ff7  com.apple.print.framework.Print (8.0 - 258) <34666CC2-B86D-3313-B3B6-A9977AD593DA> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Print.framewo rk/Versions/A/Print
        0x7fff92683000 -     0x7fff9280dfff  com.apple.WebKit (8536 - 8536.26.14) <7C4D5DE6-7153-3E54-8D4F-BB2E9AE74878> /System/Library/Frameworks/WebKit.framework/Versions/A/WebKit
        0x7fff9280e000 -     0x7fff9285aff7  libauto.dylib (185.1) <73CDC482-16E3-3FC7-9BB4-FBA2DA44DBC2> /usr/lib/libauto.dylib
        0x7fff9285b000 -     0x7fff92863fff  com.apple.AOSNotification (1.7.0 - 636.2) <20E768EB-FB1A-341F-8995-92272FDA8D6D> /System/Library/PrivateFrameworks/AOSNotification.framework/Versions/A/AOSNotif ication
        0x7fff92864000 -     0x7fff928e4ff7  com.apple.ApplicationServices.ATS (332 - 341.1) <BD83B039-AB25-3E3E-9975-A67DAE66988B> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ATS.framework/Versions/A/ATS
        0x7fff928e5000 -     0x7fff928e5fff  com.apple.Accelerate.vecLib (3.8 - vecLib 3.8) <B5A18EE8-DF81-38DD-ACAF-7076B2A26225> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/vecLib
        0x7fff9290f000 -     0x7fff92912ff7  libdyld.dylib (210.2.3) <F59367C9-C110-382B-A695-9035A6DD387E> /usr/lib/system/libdyld.dylib
        0x7fff92913000 -     0x7fff92922ff7  libxar.1.dylib (105) <370ED355-E516-311E-BAFD-D80633A84BE1> /usr/lib/libxar.1.dylib
        0x7fff92923000 -     0x7fff92931fff  libcommonCrypto.dylib (60026) <2D6537F5-1B5E-305C-A1CF-D1FA80CA3939> /usr/lib/system/libcommonCrypto.dylib
        0x7fff930d2000 -     0x7fff930f1ff7  com.apple.ChunkingLibrary (2.0 - 133.2) <D2A746DE-002A-3C6C-961E-BE94E71DB835> /System/Library/PrivateFrameworks/ChunkingLibrary.framework/Versions/A/Chunking Library
        0x7fff930f2000 -     0x7fff930f3ff7  libsystem_sandbox.dylib (220) <3C3B03CF-C525-3CB3-8557-62E91B93AC95> /usr/lib/system/libsystem_sandbox.dylib
        0x7fff9310d000 -     0x7fff9315afff  com.apple.CoreMediaIO (301.0 - 4147) <61E348A5-1F9E-3390-9613-3EACE40DBD8C> /System/Library/Frameworks/CoreMediaIO.framework/Versions/A/CoreMediaIO
        0x7fff9315b000 -     0x7fff9319efff  com.apple.RemoteViewServices (2.0 - 80.5) <F3A897C9-A277-3B56-8FB3-2BC2C10C33BF> /System/Library/PrivateFrameworks/RemoteViewServices.framework/Versions/A/Remot eViewServices
        0x7fff9319f000 -     0x7fff9320ffff  com.apple.ISSupport (1.9.8 - 56) <23ED7650-2705-355A-9F11-409A9981AC53> /System/Library/PrivateFrameworks/ISSupport.framework/Versions/A/ISSupport
        0x7fff93210000 -     0x7fff93214fff  libCGXType.A.dylib (324.6) <2FC25246-A69F-3F81-9AC6-0A1753E1C6A8> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libCGXType.A.dylib
        0x7fff93215000 -     0x7fff939bdfff  com.apple.CoreAUC (6.16.00 - 6.16.00) <B0B4B5B8-6F8F-3221-9128-313E3B8C695D> /System/Library/PrivateFrameworks/CoreAUC.framework/Versions/A/CoreAUC
        0x7fff939be000 -     0x7fff93a18fff  com.apple.print.framework.PrintCore (8.1 - 387.1) <1FA17B75-33E6-35BD-9198-35F92E37B248> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ PrintCore.framework/Versions/A/PrintCore
        0x7fff93a19000 -     0x7fff93a1aff7  libdnsinfo.dylib (453.18) <E7595861-ECF9-336E-9901-BED2620FAA80> /usr/lib/system/libdnsinfo.dylib
        0x7fff93aa9000 -     0x7fff93b9efff  libiconv.2.dylib (34) <FEE8B996-EB44-37FA-B96E-D379664DEFE1> /usr/lib/libiconv.2.dylib
        0x7fff93b9f000 -     0x7fff93bc9ff7  com.apple.CoreVideo (1.8 - 99.3) <C424838A-889C-39E5-8108-FD05C93D26A0> /System/Library/Frameworks/CoreVideo.framework/Versions/A/CoreVideo
        0x7fff93c08000 -     0x7fff93c5efff  com.apple.HIServices (1.20 - 417) <A1129272-FEC8-350B-BA26-5A97F23C413D> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ HIServices.framework/Versions/A/HIServices
        0x7fff93c62000 -     0x7fff93ccbfff  libstdc++.6.dylib (56) <EAA2B53E-EADE-39CF-A0EF-FB9D4940672A> /usr/lib/libstdc++.6.dylib
        0x7fff93ccc000 -     0x7fff93d28ff7  com.apple.Symbolication (1.3 - 93) <F2C7E0B6-B241-3020-B30A-0636D0FA3378> /System/Library/PrivateFrameworks/Symbolication.framework/Versions/A/Symbolicat ion
        0x7fff93d29000 -     0x7fff93d33ff7  com.apple.xpcobjects (103 - 103) <9496FA67-F53E-37B8-845A-462B924AA5BE> /System/Library/PrivateFrameworks/XPCObjects.framework/Versions/A/XPCObjects
        0x7fff93d34000 -     0x7fff93e4c92f  libobjc.A.dylib (532.2) <90D31928-F48D-3E37-874F-220A51FD9E37> /usr/lib/libobjc.A.dylib
        0x7fff93e4d000 -     0x7fff93e7bfff  com.apple.CoreServicesInternal (154.2 - 154.2) <3E6196E6-F3B4-316F-9E1F-13B6B9694C7E> /System/Library/PrivateFrameworks/CoreServicesInternal.framework/Versions/A/Cor eServicesInterna

    Ted --
    I uninstalled Avast and now Safari works fine. Go figure.
    There's no "go figure" about it.  Actually, regular readers here actually expect Avast (and 98% of other AV apps) to seriously mess with the System.  If our original poster here kept Avast, he will run into problems again in the future, IMHO.

Maybe you are looking for