all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Chong Yidong <cyd@stupidchicken.com>
To: Dan Nicolaescu <dann@ics.uci.edu>
Cc: emacs-devel@gnu.org
Subject: Re: leak in make-network-process
Date: Mon, 29 Dec 2008 21:14:22 -0500	[thread overview]
Message-ID: <87d4fa8l4x.fsf@cyd.mit.edu> (raw)
In-Reply-To: <200812291910.mBTJAEUT027466@mothra.ics.uci.edu> (Dan Nicolaescu's message of "Mon, 29 Dec 2008 11:10:14 -0800 (PST)")

Dan Nicolaescu <dann@ics.uci.edu> writes:

> Actually only this is needed:
>
>   {
>     struct Lisp_Process *p = XPROCESS (proc);
>     /* Set all Lisp_Object members of struct Lisp_Process to nil.  */
>     p->childp = Qnil;
>     p->status = Qnil;
>   }
>
> Why can't GC get these fields?  Should something like this be checked
> in?

Maybe something else in Lisp is still referring to that dead process
object.




  reply	other threads:[~2008-12-30  2:14 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2008-12-22 18:02 leak in make-network-process Dan Nicolaescu
2008-12-29 19:10 ` Dan Nicolaescu
2008-12-30  2:14   ` Chong Yidong [this message]
2008-12-30 21:18     ` Stefan Monnier

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=87d4fa8l4x.fsf@cyd.mit.edu \
    --to=cyd@stupidchicken.com \
    --cc=dann@ics.uci.edu \
    --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.