Path: utzoo!attcan!uunet!husc6!bloom-beacon!EXPO.LCS.MIT.EDU!jim From: jim@EXPO.LCS.MIT.EDU (Jim Fulton) Newsgroups: comp.windows.x Subject: Re: What is "sequence lost!" ??? Message-ID: <8805131406.AA18432@EXPO.LCS.MIT.EDU> Date: 13 May 88 14:06:55 GMT References: <832@esunix.UUCP> Sender: daemon@bloom-beacon.MIT.EDU Organization: X Consortium, MIT Laboratory for Computer Science Lines: 13 Sequence lost is generated by Xlib when it recieves an event that doesn't have a valid sequence number. If you are running with an R1 server, you will see this when MappingNotify events (and potentially others) are generated. If you are using an R2 server and can cause the sequence lost message to occur reliably, you might want to recompile XlibInt.c debuggable, set a break point at the message, and look at the contents of the variable rep (or modify the print statement to print out the event type). In particular, you should look at the type field to see what sort of event or reply is broken and send a report to xbugs@expo.lcs.mit.edu. Jim Fulton MIT X Consortium