T.R | Title | User | Personal Name | Date | Lines |
---|
3339.1 | | PSW::WINALSKI | Careful with that VAX, Eugene | Thu Sep 13 1990 20:30 | 7 |
| If it's QAR material, then you should QAR it. Actually, since this is from a
customer site, you should SPR or CLD it.
This is far too serious a problem to be left to informal channels (i.e., NOTES).
There are official product support channels for this sort of thing. Use them.
--PSW
|
3339.2 | | WRKSYS::GOLDBERG | Marshall R. Goldberg, Workstations | Fri Sep 14 1990 02:41 | 13 |
| Paul,
Logicraft is a customer and a CMP. We help them technically and are
currently working to DDH their products. (Digital Distributed Hardware)
Before filing a QAR, SPR, or CLD, I prefer to run their report by
the cognoscenti here in this notes file. This is especially true since
I don't know what impact this problem has. In the past, such a quick
review has saved us all lots of grief. Logicraft is pursuing their
formal channels as well. I received a letter from Logicraft's support
person in Colorado tonight.
Marshall
|
3339.3 | | STAR::HARDY | | Fri Sep 14 1990 14:00 | 20 |
| >Notice the pattern: When the server is trying to determine whether this is
> the correct message in the sequence, it is incrementing
> the high word rather than the low word of the sequence
> number. It should be 0x1dee + 1 not 0x1dee + 0x10000.
> It is like the message does not contain the right
> information for X to process the byte/word ordering
> correctly.
The increment of the high word is due to the fact that sequence
numbers in replies are 16 bit words, and they are maintained as 32 bit
words by Xlib. Xlib determines that the sequence number received in a
reply is less than expected (0x1dee < 0x1def). Before reporting an
error, it checks whether an increment of the high word would explain
the sequence loss (effectively compensating for the 16 bit reply field
overflowing). In this case, it didn't.
QAR it. You'll probably need to run a wiretap program (Xliddy) if
you've got it.
Sam
|
3339.4 | | WRKSYS::GOLDBERG | Marshall R. Goldberg, Workstations | Tue Sep 18 1990 13:34 | 7 |
| Thanks Sam.
Since the CMP/ISV is a Digital customer under full service contracts,
they will elevate the issue as a CLD.
Marshall
|