emacs-bug-tracker
[Top][All Lists]
Advanced

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

[Emacs-bug-tracker] bug#726: marked as done (23.0.60; OSX: Complete OS c


From: GNU bug Tracking System
Subject: [Emacs-bug-tracker] bug#726: marked as done (23.0.60; OSX: Complete OS crash)
Date: Sat, 10 Apr 2010 10:35:02 +0000

Your message dated Sat, 10 Apr 2010 19:34:03 +0900
with message-id <address@hidden>
and subject line Re: bug#5819: 23.1.93; OSX: start-process sometimes returns an 
unready process
has caused the GNU bug report #726,
regarding 23.0.60; OSX: Complete OS crash
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact address@hidden
immediately.)


-- 
726: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=726
GNU Bug Tracking System
Contact address@hidden with problems
--- Begin Message --- Subject: 23.0.60; OSX: Complete OS crash Date: Fri, 15 Aug 2008 18:58:48 +0200 (CEST)
Let open7.el consist of the form:

   (let ((n 0))
     (while t
       (setq n (1+ n))
       (message "iteration: %s" n)
       (delete-process (start-process "bc" nil "bc"))))

When I do:

   $ emacs -Q --script open7.el

The whole OS crashes within about 500 iterations, and a gray box is
displayed stating that I must restart the computer. A shell script
that continuously starts and kills bc runs for long without problem:

   while true
   do
       bc &
       killall -9 bc
   done


In GNU Emacs 23.0.60.1 (i386-apple-darwin8.11.1, GTK+ Version 2.12.9)
 of 2008-08-15 on mt-computer.local
Windowing system distributor `The XFree86 Project, Inc', version 11.0.40400000
Important settings:
  value of $LC_ALL: nil
  value of $LC_COLLATE: nil
  value of $LC_CTYPE: nil
  value of $LC_MESSAGES: nil
  value of $LC_MONETARY: nil
  value of $LC_NUMERIC: nil
  value of $LC_TIME: nil
  value of $LANG: en.UTF-8
  value of $XMODIFIERS: nil
  locale-coding-system: nil
  default-enable-multibyte-characters: t



--- End Message ---
--- Begin Message --- Subject: Re: bug#5819: 23.1.93; OSX: start-process sometimes returns an unready process Date: Sat, 10 Apr 2010 19:34:03 +0900 User-agent: Wanderlust/2.14.0 (Africa) SEMI/1.14.6 (Maruoka) FLIM/1.14.8 (Shijō) APEL/10.6 Emacs/22.3 (sparc-sun-solaris2.8) MULE/5.0 (SAKAKI)
>>>>> On Fri, 09 Apr 2010 09:14:48 -0400, Stefan Monnier <address@hidden> said:

>>>> The following simpler one seems to work for me on 10.4 (but not
>>>> on 10.3, again).  Could you test if it also works for you, with
>>>> respect to this problem and #726 (23.0.60; OSX: Complete OS
>>>> crash)?
>>> Your patch fixes both issues for me. Thank you very much!
>> Maintainers, which branch should I install this patch to?  Bug#726
>> is marked as important.

> I'd say emacs-23, Thank you,

Done.

                                     YAMAMOTO Mitsuharu
                                address@hidden


--- End Message ---

reply via email to

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