unofficial mirror of emacs-devel@gnu.org 
 help / color / mirror / code / Atom feed
* Re: bug#1650: 23.0.60; raw-text-dos memory corruption
       [not found] <8763gk1faq.fsf__37800.6502557129$1241227937$gmane$org@cyd.mit.edu>
@ 2009-05-02  3:45 ` Johan Bockgård
  2009-05-02 11:34   ` Andreas Schwab
  0 siblings, 1 reply; 3+ messages in thread
From: Johan Bockgård @ 2009-05-02  3:45 UTC (permalink / raw)
  To: Chong Yidong; +Cc: 1650, emacs-devel

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))





^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: bug#1650: 23.0.60; raw-text-dos memory corruption
  2009-05-02  3:45 ` bug#1650: 23.0.60; raw-text-dos memory corruption Johan Bockgård
@ 2009-05-02 11:34   ` Andreas Schwab
  2009-05-02 13:49     ` Chong Yidong
  0 siblings, 1 reply; 3+ messages in thread
From: Andreas Schwab @ 2009-05-02 11:34 UTC (permalink / raw)
  To: Johan Bockgård; +Cc: 1650, Chong Yidong, emacs-devel

I've checked in a fix.

Andreas.

-- 
Andreas Schwab, schwab@linux-m68k.org
GPG Key fingerprint = 58CA 54C7 6D53 942B 1756  01D3 44D5 214B 8276 4ED5
"And now for something completely different."




^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: bug#1650: 23.0.60; raw-text-dos memory corruption
  2009-05-02 11:34   ` Andreas Schwab
@ 2009-05-02 13:49     ` Chong Yidong
  0 siblings, 0 replies; 3+ messages in thread
From: Chong Yidong @ 2009-05-02 13:49 UTC (permalink / raw)
  To: Andreas Schwab; +Cc: emacs-devel, 1650-done, Johan Bockgård

Andreas Schwab <schwab@linux-m68k.org> writes:

> I've checked in a fix.

Thanks.




^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2009-05-02 13:49 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
     [not found] <8763gk1faq.fsf__37800.6502557129$1241227937$gmane$org@cyd.mit.edu>
2009-05-02  3:45 ` bug#1650: 23.0.60; raw-text-dos memory corruption Johan Bockgård
2009-05-02 11:34   ` Andreas Schwab
2009-05-02 13:49     ` Chong Yidong

Code repositories for project(s) associated with this public inbox

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

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 read-only IMAP folder(s) and NNTP newsgroup(s).