<?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 X server error in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/x-server-error/m-p/3232021#M894950</link>
    <description>I do not know where exactly to post this, but maybe someone can point me in the right direction...&lt;BR /&gt;&lt;BR /&gt;Running HPUX 11i.  Our software that we are using randomly crashes without warning with only the following output "Fatal IO error: client killed".  This usually happens with the user is making a normal action like clicking on an "ok" button or clicking in a text box.  It cannot be duplicated and we are stumped to what is causing it.  Our software is developed on Mandrake and we are using Trolltech's QT toolkit.  We then port it to HPUX for some of our users.  In our limited testing, we have not seen this on linux.  Trolltech has stated that for some unknown reason, our application is being disconnected from the X server.  Is there any debug that we can turn on or third party software that may be able to lend us a hand?</description>
    <pubDate>Sun, 28 Mar 2004 16:04:01 GMT</pubDate>
    <dc:creator>Nick_135</dc:creator>
    <dc:date>2004-03-28T16:04:01Z</dc:date>
    <item>
      <title>X server error</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/x-server-error/m-p/3232021#M894950</link>
      <description>I do not know where exactly to post this, but maybe someone can point me in the right direction...&lt;BR /&gt;&lt;BR /&gt;Running HPUX 11i.  Our software that we are using randomly crashes without warning with only the following output "Fatal IO error: client killed".  This usually happens with the user is making a normal action like clicking on an "ok" button or clicking in a text box.  It cannot be duplicated and we are stumped to what is causing it.  Our software is developed on Mandrake and we are using Trolltech's QT toolkit.  We then port it to HPUX for some of our users.  In our limited testing, we have not seen this on linux.  Trolltech has stated that for some unknown reason, our application is being disconnected from the X server.  Is there any debug that we can turn on or third party software that may be able to lend us a hand?</description>
      <pubDate>Sun, 28 Mar 2004 16:04:01 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/x-server-error/m-p/3232021#M894950</guid>
      <dc:creator>Nick_135</dc:creator>
      <dc:date>2004-03-28T16:04:01Z</dc:date>
    </item>
    <item>
      <title>Re: X server error</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/x-server-error/m-p/3232022#M894951</link>
      <description>Hi Nick,&lt;BR /&gt;&lt;BR /&gt;I would first check that the HP-UX 11i, the PC/Workstation on which Xserver is running has the latest patches installed.</description>
      <pubDate>Sun, 28 Mar 2004 17:29:09 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/x-server-error/m-p/3232022#M894951</guid>
      <dc:creator>Sanjiv Sharma_1</dc:creator>
      <dc:date>2004-03-28T17:29:09Z</dc:date>
    </item>
    <item>
      <title>Re: X server error</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/x-server-error/m-p/3232023#M894952</link>
      <description>I would recommend a process trace to get a specfic reason for the application dying.&lt;BR /&gt;&lt;BR /&gt;If the process lives long enough you might try tusc.&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://hpux.connect.org.uk/hppd/hpux/Sysadmin/tusc-7.5/" target="_blank"&gt;http://hpux.connect.org.uk/hppd/hpux/Sysadmin/tusc-7.5/&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;It can collect information and help you verify if your port works.&lt;BR /&gt;&lt;BR /&gt;If it works on some HP-UX clients and not others, its probably kernel parameters doing you in. maxusers to increase nproc,nfiles&lt;BR /&gt;&lt;BR /&gt;SEP</description>
      <pubDate>Sun, 28 Mar 2004 17:36:25 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/x-server-error/m-p/3232023#M894952</guid>
      <dc:creator>Steven E. Protter</dc:creator>
      <dc:date>2004-03-28T17:36:25Z</dc:date>
    </item>
    <item>
      <title>Re: X server error</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/x-server-error/m-p/3232024#M894953</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;any messages logged to /var/dt/Xerror ?&lt;BR /&gt;&lt;BR /&gt;HTH.</description>
      <pubDate>Mon, 29 Mar 2004 01:12:38 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/x-server-error/m-p/3232024#M894953</guid>
      <dc:creator>Printaporn_1</dc:creator>
      <dc:date>2004-03-29T01:12:38Z</dc:date>
    </item>
    <item>
      <title>Re: X server error</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/x-server-error/m-p/3232025#M894954</link>
      <description>Fatal IO error is the message printed out by Xlib's fatal IO error handler.  The errno that is displayed can serve to isolate, but usually isn't that helpful.   A problem with fatal IO errors in X is that by specification, the program *must* exit when it encounters one.&lt;BR /&gt;Fatal IO errors could come from sockets that are closed (common in network environments) or  a corrupt fd (programming problem) or some other failure that is causing X to fail on a read or a write to the socket that the Xserver has open.&lt;BR /&gt;&lt;BR /&gt;You can setup your own error handler with XSetIOErrorHandler() and then you could do something like call the HP-UX function U_STACK_TRACE().  This would give you a stack trace of where you were at the time of the failure.  Once you exit this function, the library will call exit() and your program will exit. &lt;BR /&gt;&lt;BR /&gt;If you can reproduce the problem reliably, you might compile your code with -g, and use gdb.  Set a breakpoint on _exit (b _exit) and then continue.  When the program hits _exit it will either be because the program encountered this error or someone is exiting the program.   At that point, you can get a stack trace and debug it. &lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Mon, 29 Mar 2004 09:14:08 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/x-server-error/m-p/3232025#M894954</guid>
      <dc:creator>Rick Beldin</dc:creator>
      <dc:date>2004-03-29T09:14:08Z</dc:date>
    </item>
    <item>
      <title>Re: X server error</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/x-server-error/m-p/3232026#M894955</link>
      <description>Thanks for all the information and tips.  We will further investigate the problem and I will post a new message if we find anything out.</description>
      <pubDate>Mon, 29 Mar 2004 12:37:48 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/x-server-error/m-p/3232026#M894955</guid>
      <dc:creator>Nick_135</dc:creator>
      <dc:date>2004-03-29T12:37:48Z</dc:date>
    </item>
  </channel>
</rss>

