emacs-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: delete-process bug


From: Stefan Monnier
Subject: Re: delete-process bug
Date: Sun, 28 May 2006 15:48:55 -0400
User-agent: Gnus/5.11 (Gnus v5.11) Emacs/22.0.50 (gnu/linux)

>>> Error in post-command-hook: (wrong-type-argument listp (nil DEAD . 
>>> 18764377))
>> 
>> Oh yes, the live_deleted_processes variable needs to be gcpro'd.

> I'm not  familiar with Emacs C code,  so I don't know  how to proceed.
> Can you send a patch, or at least, the lines that have to be modified,
> and how ?

Add something like

   staticpro (&live_deleted_processes);

in syms_of_process


        Stefan




reply via email to

[Prev in Thread] Current Thread [Next in Thread]