- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - OpenVMS
- >
- _XDispatchInput return 0 ???????
Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Discussions
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-29-2006 09:57 PM
01-29-2006 09:57 PM
Linux-system with Xrender-extension : correct
OpenVMS system (8-bits or 24 bits /Pseudo-color or True color (without Xrender) :
first error is :_XDispatchInput return 0
after that the program either crashes or gives me :
[_XDispatchInput - entered in reply state]
I cannot find any info on this message. What does it tell me?
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-29-2006 10:09 PM
01-29-2006 10:09 PM
Re: _XDispatchInput return 0 ???????
http://h30266.www3.hp.com/MasterIndex/cover_letter/cover_letter_0023ff3c.txt
In DECwindows Motif V1.2-3, remote logins often fail when the server and client are running different versions of OpenVMS,
and if the DECW$LOGIN.LOG file is enabled the error message "[_XDispatchEvent - entered in reply state]" is written to the
log file. For example, the remote login will fail if the client system is an Alpha system running DECwindows Motif
V1.2-3 and OpenVMS Alpha V6.1 and the X11 display server is a VAXstation running OpenVMS VAX V6.1, but it would succeed if
the client system were running OpenVMS Alpha V1.5. This problem is corrected in the remedial kit.
Wim
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-29-2006 11:09 PM
01-29-2006 11:09 PM
Re: _XDispatchInput return 0 ???????
The source code does not contain a call to _XDispatchInput. I think it is called seomewhere in the X11-libraries.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-29-2006 11:42 PM
01-29-2006 11:42 PM
Re: _XDispatchInput return 0 ???????
http://www4.itrc.hp.com/service/patch/patchDetail.do?BC=patch.breadcrumb.main|patch.breadcrumb.search|&patchid=DEC-AXPVMS-DWMOTIF_ECO01-V0105--4&context=openvms:alpha:8.2
Wim
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-30-2006 12:16 AM
01-30-2006 12:16 AM
Re: _XDispatchInput return 0 ???????
I used the latest releases of the compilers to create the application.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-30-2006 01:09 AM
01-30-2006 01:09 AM
Re: _XDispatchInput return 0 ???????
I know little about X, but
"is just an X-application competely compiled from source"
in combination with
"first error is :_XDispatchInput return 0"
always triggers this Pavlow-reactie in me:
"Is this been ported from one-or-the-other Unixian, and did they forget to translate the error passing?"
in U*X, 0 usually means "all fine", whereas in VMS the ODD numeric values are success statusses, and any even status is some error, with 0 being an unspecified Warning.
Could that be the case here also?
... just my EUR 0,02.
Proost.
Have one on me.
jpe
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-30-2006 02:04 AM
01-30-2006 02:04 AM
Re: _XDispatchInput return 0 ???????
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-15-2006 11:29 AM
09-15-2006 11:29 AM
Solutionand encountered the "_XdispatchInput return 0" error message. In our case it appeared multiple
times during the initialization of our X application (running on Alpha VMS), but
not after initialization. Apart from the messages, there was no indication of any
problem with the application.
I inquired about this with HP support and received the following response:
"_XDispatchInput return 0" is a debug message that accidentally got left out
in DECwindows V1.5 ECO kit, DWMOTIF_ECO01 V1.5. This message is now removed
and the fix will be available in next release of DECwindows. This debug message
does not indicate any error so customer does not need to handle it.
I have no further information as to which release does/will have this problem
corrected.