GNU bug report logs -
#6346
23.1; set-process-datagram-address failure?
Previous Next
Reported by: Jason Feng <jfeng <at> ozbert.com>
Date: Thu, 3 Jun 2010 20:56:02 UTC
Severity: normal
Found in version 23.1
Done: Andreas Schwab <schwab <at> linux-m68k.org>
Bug is archived. No further changes may be made.
Full log
View this message in rfc822 format
[Message part 1 (text/plain, inline)]
Your bug report
#6346: 23.1; set-process-datagram-address failure?
which was filed against the emacs package, has been closed.
The explanation is attached below, along with your original report.
If you require more details, please reply to 6346 <at> debbugs.gnu.org.
--
6346: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=6346
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
Jason Feng <jfeng <at> ozbert.com> writes:
> I was trying the following elisp, and ended up with an unexpected result...
>
> (setq udp-cl
> (make-network-process
> :name "baz" :buffer nil
> :service 53 :host "64.68.192.10"
> :family 'ipv4 :filter (lambda (p s)
> (print s))
> :type 'datagram
> :coding 'binary))
>
> (process-datagram-address udp-cl)
> => [64 68 192 10 53]
> (set-process-datagram-address udp-cl (process-datagram-address udp-cl))
> => [64 68 192 10 53]
> (process-datagram-address udp-cl)
> => [0 0 0 0 53]
Thanks, I have installed a patch.
Andreas.
--
Andreas Schwab, schwab <at> linux-m68k.org
GPG Key fingerprint = 58CA 54C7 6D53 942B 1756 01D3 44D5 214B 8276 4ED5
"And now for something completely different."
[Message part 3 (message/rfc822, inline)]
I was trying the following elisp, and ended up with an unexpected result...
(setq udp-cl
(make-network-process
:name "baz" :buffer nil
:service 53 :host "64.68.192.10"
:family 'ipv4 :filter (lambda (p s)
(print s))
:type 'datagram
:coding 'binary))
(process-datagram-address udp-cl)
=> [64 68 192 10 53]
(set-process-datagram-address udp-cl (process-datagram-address udp-cl))
=> [64 68 192 10 53]
(process-datagram-address udp-cl)
=> [0 0 0 0 53]
Can anybody else duplicate this?
In GNU Emacs 23.1.1 (i486-pc-linux-gnu, GTK+ Version 2.18.3)
of 2010-03-25 on palmer, modified by Debian
Windowing system distributor `The X.Org Foundation', version 11.0.10604000
configured using `configure '--build=i486-linux-gnu' '--host=i486-linux-gnu' '--prefix=/usr' '--sharedstatedir=/var/lib' '--libexecdir=/usr/lib' '--localstatedir=/var/lib' '--infodir=/usr/share/info' '--mandir=/usr/share/man' '--with-pop=yes' '--enable-locallisppath=/etc/emacs23:/etc/emacs:/usr/local/share/emacs/23.1/site-lisp:/usr/local/share/emacs/site-lisp:/usr/share/emacs/23.1/site-lisp:/usr/share/emacs/site-lisp:/usr/share/emacs/23.1/leim' '--with-x=yes' '--with-x-toolkit=gtk' '--with-toolkit-scroll-bars' 'build_alias=i486-linux-gnu' 'host_alias=i486-linux-gnu' 'CFLAGS=-DDEBIAN -g -O2' 'LDFLAGS=-g' 'CPPFLAGS=''
This bug report was last modified 14 years and 361 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.