1833767 Members
2398 Online
110063 Solutions
New Discussion

XIO: fatal IO error 232

 
SOLVED
Go to solution
FOREST Michel
Frequent Advisor

XIO: fatal IO error 232

I am having a problem with a connection Exceed. When I'm connect with Exceed msg "login incorect" but whit a connection telnet it's good.

message in /var/adm/Xerrors :

XIO: fatal IO error 232 (Connection reset by peer) on X server "xxx.xxx.xxx.xxx:0.0"
after 2863 requests (2863 known processed) with 0 events remaining.
/usr/lib/dld.sl: Can't shl_load() a library containing Thread Local Storage: /usr/lib/libc.2
/usr/lib/dld.sl: Exec format error

Thanks in advance.
MF.
A rookie in the HP Forum :)
3 REPLIES 3
Patrick Wallek
Honored Contributor
Solution

Re: XIO: fatal IO error 232

Serve the ITRC Technical Knowledge Base for Document ID XSERVKBRC00001880.

Here is the link to the document in the US ITRC:

http://us-support3.external.hp.com/cki/bin/doc.pl/sid=dc0e35d10c9f73eaa6/screen=ckiSearchResults
Rick Beldin
HPE Pro

Re: XIO: fatal IO error 232

There may be two different problems going on here. The XIO error is that the client connection is being abruptly terminated. We don't know why, but it is.

The second error is even odder. The dld error is generated when a program is attempt to shl_load() (dynamically load) a shared library that has threads. This can't be done unless the binary has linked in libpthread. The odd thing is that I expect this error to occur as someone is *writing* a program. They generally call in to report this and we tell them how to fix it. It isn't something that you can accomplish by configuration - you have to set out to write a program incorrectly.

What OS release is this on? 10.20 or 11.00?
Necessary questions: Why? What? How? When?
FOREST Michel
Frequent Advisor

Re: XIO: fatal IO error 232

thanks Patrick and rick !
the OS is 11.00
A rookie in the HP Forum :)