Path: utzoo!utgpu!news-server.csri.toronto.edu!cs.utexas.edu!swrinde!mips!apple!snorkelwacker.mit.edu!bloom-beacon!dont-send-mail-to-path-lines From: mouse@lightning.mcrcim.mcgill.EDU (der Mouse) Newsgroups: comp.windows.x Subject: Re: xlib error Message-ID: <9105032334.AA04150@lightning.McRCIM.McGill.EDU> Date: 3 May 91 23:34:42 GMT Sender: daemon@athena.mit.edu (Mr Background) Organization: The Internet Lines: 18 > What are these errors for? > Xlib: sequence lost (0x10055 > 0x5d) in reply type 0x7! > Xlib: sequence lost (0x10055 > 0x7a) in reply type 0x7! They are Xlib-internal. This is almost invariably caused by a wild pointer bashing an Xlib-internal data structure. Check your malloc areas for overruns, check for storing through uninitialized automatic pointer variables.... What the error actually means is that Xlib sees things happening out of sequence. X requests and replies have sequence numbers, which have to be in sequence, you see.... der Mouse old: mcgill-vision!mouse new: mouse@larry.mcrcim.mcgill.edu