[9335] in Athena Bugs
Re: rsaix 7.3S: X server (reported by jik)
daemon@ATHENA.MIT.EDU (rnewman@Athena.MIT.EDU)
Thu May 14 18:31:21 1992
From: rnewman@Athena.MIT.EDU
To: bugs@Athena.MIT.EDU, rs6000-comments@Athena.MIT.EDU
Date: Thu, 14 May 92 18:30:59 EDT
The Xlib function XLoadQueryFont, if given a non-existent font name,
should ALWAYS generate two protocol-level errors from the X server.
(The first, BadName from OpenFont; the second, BadFont from
QueryFont.) But Xlib expects these errors and should eat them, turning
them into a NULL return from XLoadQueryFont.
Therefore, it's quite possible that the bug is in the RS/AIX Xlib,
rather than in the X server. Someone should try running an R4 client
(on a Vax, RT, or Sun) against the RS/AIX server, as well as running
an RS/AIX client against an R4 server, to see where the problem
really is.