<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Xerrors in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/xerrors/m-p/2436651#M5351</link>
    <description>In /usr/contrib/bin/X11 is a file called dr_dt.&lt;BR /&gt;&lt;BR /&gt;Run this file and see what is reported then fix.&lt;BR /&gt;&lt;BR /&gt;</description>
    <pubDate>Tue, 15 Aug 2000 15:33:54 GMT</pubDate>
    <dc:creator>Rick Garland</dc:creator>
    <dc:date>2000-08-15T15:33:54Z</dc:date>
    <item>
      <title>Xerrors</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/xerrors/m-p/2436650#M5350</link>
      <description>Problem:  HP-UX 11.0 Workstation logout of CDE.  The error I get in /var/dt/Xerrors.&lt;BR /&gt;I install a couple of patches for the CDE Runtime and Xserver but still have this problem.&lt;BR /&gt;&lt;BR /&gt;error (pid 1518): Server for display batman:0 terminated unexpectedly 0&lt;BR /&gt;&lt;BR /&gt;Any suggestion?? HELP!!</description>
      <pubDate>Tue, 15 Aug 2000 15:24:02 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/xerrors/m-p/2436650#M5350</guid>
      <dc:creator>Steve_3</dc:creator>
      <dc:date>2000-08-15T15:24:02Z</dc:date>
    </item>
    <item>
      <title>Re: Xerrors</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/xerrors/m-p/2436651#M5351</link>
      <description>In /usr/contrib/bin/X11 is a file called dr_dt.&lt;BR /&gt;&lt;BR /&gt;Run this file and see what is reported then fix.&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Tue, 15 Aug 2000 15:33:54 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/xerrors/m-p/2436651#M5351</guid>
      <dc:creator>Rick Garland</dc:creator>
      <dc:date>2000-08-15T15:33:54Z</dc:date>
    </item>
    <item>
      <title>Re: Xerrors</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/xerrors/m-p/2436652#M5352</link>
      <description>Steve, does the problem happen for all users ?If not sounds as if something specific to your users setup maybe to blame ? I agree, use the CDE diagnostic dr_dt to clean-up anything obvious, if it still occurs : check $HOME/.dt/errorlogs , also worth ago is adding set -x in your dtprofile and then checking $HOME/.dt/startlog though this normally relates just to startup issues but may show something.&lt;BR /&gt;&lt;BR /&gt;Other things : try moviing out the way the $HOME/.dt directory (CDE wil recreate it) in case some bad resource has been saved and corrupting your users home or current session, also in a similar vain if you have a .Xdefaulys or .cshrc or similar file (include customisations to your .profile and .dtprofile these to can cause similar issues .... I'm affraid with just that error it's a case of elimination.&lt;BR /&gt;&lt;BR /&gt;Lastly if all else fails :&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;                                    How to run CDE in debug mode : &lt;BR /&gt;&lt;BR /&gt;                                    edit /usr/dt/config/dtrc.d/90_dtlogin_st &lt;BR /&gt;                                    # VL_ARGS="" &lt;BR /&gt;                                    VL_ARGS="-debug 9" &lt;BR /&gt;                                    If [ -x "$DTLOGIN" ] &lt;BR /&gt;                                    then &lt;BR /&gt;                                    # exec $DTLOGIN $VL_ARGS ......dev/null .... &lt;BR /&gt;                                    exec $DTLOGIN $VL_ARGS &lt;BR /&gt;                                    /tmp/dtlogin.log 2&amp;gt;&amp;amp;1 &lt;BR /&gt;                                    else &lt;BR /&gt;&lt;BR /&gt;                                    then reboot....... .&lt;BR /&gt;&lt;BR /&gt;cause the problem again and post the info to the forum ..best of luck !&lt;BR /&gt;&lt;BR /&gt;gut feeling is it sounds as if a bad resource maybe to blame</description>
      <pubDate>Tue, 15 Aug 2000 18:32:53 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/xerrors/m-p/2436652#M5352</guid>
      <dc:creator>Alex Glennie</dc:creator>
      <dc:date>2000-08-15T18:32:53Z</dc:date>
    </item>
    <item>
      <title>Re: Xerrors</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/xerrors/m-p/2436653#M5353</link>
      <description>error (pid 1518): Server for display&lt;BR /&gt;                      batman:0 terminated unexpectedly&lt;BR /&gt;                      0 &lt;BR /&gt;&lt;BR /&gt;This error indicates the Xserver, /usr/bin/X11/X has terminated for some unknown reason.   Little information is captured by default on the reason for the failure. &lt;BR /&gt;&lt;BR /&gt;You can trap the Xserver's core file by:&lt;BR /&gt;&lt;BR /&gt;touch /core&lt;BR /&gt;chmod 666 /core&lt;BR /&gt;&lt;BR /&gt;The Xserver, when run by CDE or VUE, runs as daemon, which shares roots home directory, but has no permission to write to it.  Touching a core file and changing the permissions will allow the Xserver to write its core.&lt;BR /&gt;&lt;BR /&gt;Of course, once the core has been generated, you need to analyze it.   The best and easiest tool to use is gdb, which is available for a free download from software.hp.com. &lt;BR /&gt;&lt;BR /&gt;To do a quick analysis of the core file:&lt;BR /&gt;&lt;BR /&gt;1. Make sure that the core is from the &lt;BR /&gt;   Xserver.  Sometimes other processes &lt;BR /&gt;   overwrite it:&lt;BR /&gt;&lt;BR /&gt;file /core&lt;BR /&gt;&lt;BR /&gt;2. Run gdb to get a stack trace:&lt;BR /&gt;&lt;BR /&gt;/opt/langtools/bin/gdb /usr/bin/X11/X /core&lt;BR /&gt;(gdb) bt&lt;BR /&gt;&lt;BR /&gt;This should indicate the failing function which in many cases is enough to pinpoint the failure.  &lt;BR /&gt;&lt;BR /&gt;Unfortunately, sometimes this just isn't enough and other, more extreme measures are required to figure out what is going on.  In that case, it becomes necessary to log a Response Center call to get someone to focus their efforts on resolving the problem. &lt;BR /&gt;&lt;BR /&gt;Other sources of information that are useful to post are:&lt;BR /&gt;&lt;BR /&gt;/var/X11/Xserver/logs/X0.log&lt;BR /&gt;      This file contains the list of shared&lt;BR /&gt;      libraries that the Xserver loaded.  A &lt;BR /&gt;      truncated list sometimes points to a &lt;BR /&gt;      corrupt shared library.&lt;BR /&gt;&lt;BR /&gt;/var/adm/syslog/syslog.log&lt;BR /&gt;      Sometimes syslog will contain info &lt;BR /&gt;      that is useful in isolating the problem.</description>
      <pubDate>Wed, 16 Aug 2000 13:00:59 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/xerrors/m-p/2436653#M5353</guid>
      <dc:creator>Rick Beldin</dc:creator>
      <dc:date>2000-08-16T13:00:59Z</dc:date>
    </item>
    <item>
      <title>Re: Xerrors</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/xerrors/m-p/2436654#M5354</link>
      <description>This problem happen again.  I am not sure if it is a memory leak or not?  Rick, where is this gdb software.  I couldn't seem to find it at the hp site.&lt;BR /&gt;&lt;BR /&gt;Thanks,&lt;BR /&gt;steve</description>
      <pubDate>Wed, 16 Aug 2000 20:38:43 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/xerrors/m-p/2436654#M5354</guid>
      <dc:creator>Steve_3</dc:creator>
      <dc:date>2000-08-16T20:38:43Z</dc:date>
    </item>
  </channel>
</rss>

