all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: bojohan+mail@dd.chalmers.se (Johan Bockgård)
To: Chong Yidong <cyd@stupidchicken.com>
Cc: 1650@emacsbugs.donarmstrong.com, emacs-devel@gnu.org
Subject: Re: bug#1650: 23.0.60; raw-text-dos memory corruption
Date: Sat, 02 May 2009 05:45:07 +0200	[thread overview]
Message-ID: <yoijvdokmam4.fsf@remote2.student.chalmers.se> (raw)
In-Reply-To: <8763gk1faq.fsf__37800.6502557129$1241227937$gmane$org@cyd.mit.edu> (Chong Yidong's message of "Fri, 01 May 2009 21:09:33 -0400")

Chong Yidong <cyd@stupidchicken.com> writes:

> I haven't been able to reproduce this. Can anyone on this list
> reproduce this? If so, please try to debug it.

Ok, I've found a rather minimal recipe.


Start one Emacs and evaluate the following:

    (make-network-process
     :name "foo" :server t
     :host "localhost" :service 8888
     :sentinel (lambda (proc stat)
                 (when (string-match "^open from" stat)
                   (process-send-string proc (make-string 5000 ?\r)))))

Start a second Emacs and run this:

    (let* ((coding-system-for-read 'raw-text-dos))
      (open-network-stream "foo" "foo" "localhost" 8888))





  reply	other threads:[~2009-05-02  3:45 UTC|newest]

Thread overview: 12+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2009-05-02  1:09 bug#1650: 23.0.60; raw-text-dos memory corruption Chong Yidong
2009-05-02  3:45 ` Johan Bockgård [this message]
2009-05-02 11:34   ` Andreas Schwab
2009-05-02 13:49     ` Chong Yidong
2008-12-20 15:55       ` Johan =?UTF-8?Q?Bockg=C3=A5rd
2008-12-21  2:40         ` Jason Rumney
2008-12-21  9:37           ` Johan =?UTF-8?Q?Bockg=C3=A5rd
2009-05-02 13:50         ` bug#1650: marked as done (23.0.60; raw-text-dos memory corruption) Emacs bug Tracking System
2009-05-02 11:34   ` bug#1650: 23.0.60; raw-text-dos memory corruption Andreas Schwab
2009-05-02  3:45 ` Johan =?UTF-8?Q?Bockg=C3=A5rd
  -- strict thread matches above, loose matches on Subject: below --
2009-04-16 17:57 Chong Yidong
2009-04-16 20:56 ` Johan =?UTF-8?Q?Bockg=C3=A5rd

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=yoijvdokmam4.fsf@remote2.student.chalmers.se \
    --to=bojohan+mail@dd.chalmers.se \
    --cc=1650@emacsbugs.donarmstrong.com \
    --cc=cyd@stupidchicken.com \
    --cc=emacs-devel@gnu.org \
    /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.
Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.