GNU bug report logs - #6346
23.1; set-process-datagram-address failure?

Previous Next

Package: emacs;

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

From: help-debbugs <at> gnu.org (GNU bug Tracking System)
To: Andreas Schwab <schwab <at> linux-m68k.org>
Cc: tracker <at> debbugs.gnu.org
Subject: bug#6346: closed (23.1; set-process-datagram-address failure?)
Date: Thu, 03 Jun 2010 22:56:02 +0000
[Message part 1 (text/plain, inline)]
Your message dated Fri, 04 Jun 2010 00:55:35 +0200
with message-id <m239x3buag.fsf <at> igel.home>
and subject line Re: bug#6346: 23.1; set-process-datagram-address failure?
has caused the GNU bug report #6346,
regarding 23.1; set-process-datagram-address failure?
to be marked as done.

(If you believe you have received this mail in error, please contact
help-debbugs <at> 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)]
From: Jason Feng <jfeng <at> ozbert.com>
To: bug-gnu-emacs <at> gnu.org
Subject: 23.1; set-process-datagram-address failure?
Date: Thu, 3 Jun 2010 13:10:17 -0700
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=''



[Message part 3 (message/rfc822, inline)]
From: Andreas Schwab <schwab <at> linux-m68k.org>
To: Jason Feng <jfeng <at> ozbert.com>
Cc: 6346-done <at> debbugs.gnu.org
Subject: Re: bug#6346: 23.1; set-process-datagram-address failure?
Date: Fri, 04 Jun 2010 00:55:35 +0200
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."


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.