Path: utzoo!attcan!utgpu!jarvis.csri.toronto.edu!mailrus!uwm.edu!gem.mps.ohio-state.edu!apple!oliveb!amiga!boing!dale From: dale@boing.UUCP (Dale Luck) Newsgroups: comp.windows.x Subject: xhost critical region Message-ID: <887@boing.UUCP> Date: 10 Oct 89 17:13:22 GMT Reply-To: dale@boing.UUCP (Dale Luck) Organization: Boing, Milpitas, Ca. Lines: 25 While eyeballing the xhost code: 1: signal(SIGALRM, nameserver_lost); 2: alarm(4); 3: if (setjmp(env) == 0) { ... and: nameserver_lost() { nameserver_timedout = 1; longjmp(env, -1); } It appears to me that if it takes longer than 4 seconds to get from line 2 to line 3 then xhost will blow up as it tries to longjmp through an uninitialized env structure. Dale Luck -- Dale Luck GfxBase/Boing, Inc. {uunet!cbmvax|pyramid}!amiga!boing!dale