[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: X 4.0.1 what's the deal?



On Wed, Nov 08, 2000 at 06:58:54PM -0500, Adam Lazur wrote:
> When I re-ran strace properly tracing the X _server_ (I traced xinit last
> time... doh) it made more sense.
> 
> 2.2.18pre15:
> connect(6, {sin_family=AF_UNIX, path="/tmp/.font-unix/fs7100"}, 24) = -1 ECONNREFUSED (Connection refused)

> 2.4.0-test10:
> connect(6, {sin_family=AF_UNIX, path="/tmp/.font-unix/fs7100"}, 24) = -1 ENOENT (No such file or directory)
> 
> which loops ad infinitum. The odd thing is that they both return -1

...and errno contains ECONNREFUSED in 2.2 and ENOENT in 2.4. You can't
use strace to find out what test XFree86 is doing on the global errno
variable.

Hopefully this is enough information for Branden to find the bug.

-- 
Paul Martin <pm@zetnet.net> (work)
  <pm@nowster.zetnet.co.uk> (home)



Reply to: