sam-fans - fans of the sam editor
 help / color / mirror / Atom feed
From: bobf@research.att.com
To: sam-fans@hawkwind.utcs.toronto.edu
Date: Tue, 5 Oct 1993 16:27:59 -0400	[thread overview]
Message-ID: <93Oct5.163832edt.2679@hawkwind.utcs.toronto.edu> (raw)

please apply the following patch to samterm/mesg.c to fix the
protocol synchronization problem:

562a561
< 			t->lock++;

the context of the change is:

				panic("hcheck request==0");
			outTsls(Trequest, m, a, (int)n);
			outTs(Tcheck, m);
>			t->lock++;
			t->lock++;
			reqd++;

the bug has existed for a long time; it is probably a remnant of the
original design where text-locks were non-accumulative.  the bug usually
manifests itself when there is a slow channel between sam and samterm.



                 reply	other threads:[~1993-10-05 20:38 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=93Oct5.163832edt.2679@hawkwind.utcs.toronto.edu \
    --to=bobf@research.att.com \
    --cc=sam-fans@hawkwind.utcs.toronto.edu \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).