Path: utzoo!utgpu!news-server.csri.toronto.edu!mailrus!uunet!samsung!sdd.hp.com!decwrl!bacchus.pa.dec.com!asente From: asente@wrl.dec.com (Paul Asente) Newsgroups: comp.windows.x Subject: Re: X Errors Message-ID: <1990Jun17.054143.27470@wrl.dec.com> Date: 17 Jun 90 05:41:43 GMT References: <486@ntpal.UUCP> Sender: news@wrl.dec.com (News) Organization: DEC Western Software Lab Lines: 18 In article <486@ntpal.UUCP> herrage@ntpal.UUCP (Robert Herrage) writes: >I'm receiving the following error after I enter the XtMainLoop function >(using X11R4): [an error] Run your program with the -sychronous command line option. This makes Xlib run synchronously (it will also make your program run much more slowly). As a result, the error will occur during the offending Xlib call instead of some arbitrary time later. Now run your program under a debugger and put a breakpoint in abort(). A stack trace from the breakpoint will tell you which function is really failing. From there, you're on your own! -paul asente asente@decwrl.dec.com ...!decwrl!asente