[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
bug#1650: 23.0.60; raw-text-dos memory corruption
From: |
Chong Yidong |
Subject: |
bug#1650: 23.0.60; raw-text-dos memory corruption |
Date: |
Thu, 16 Apr 2009 13:57:01 -0400 |
> emacs -Q
>
> ;; dictd is running on port 2628
> (let* ((coding-system-for-read 'raw-text-dos)
> (coding-system-for-write 'raw-text-dos)
> (proc (open-network-stream "foo" "foo" "localhost" 2628)))
> ;; The crash goes away if the next line is uncommented
> ;; (sit-for .1)
> (process-send-string proc "define * \"vice\"\r\n"))
>
> => Crash (backtrace below)
I can't reproduce this. Do you still see the bug with latest CVS?
- bug#1650: 23.0.60; raw-text-dos memory corruption,
Chong Yidong <=