unofficial mirror of bug-gnu-emacs@gnu.org 
 help / color / mirror / code / Atom feed
From: "Fabrice Niessen" <fni-djc/iPCCuDYQheJpep6IedvLeJWuRmrY@public.gmane.org>
To: Eli Zaretskii <eliz-mXXj517/zsQ@public.gmane.org>
Cc: 13157-ubl+/3LiMTaZdePnXv/OxA@public.gmane.org
Subject: bug#13157: 24.3.50; Crash with Helm?
Date: Wed, 12 Dec 2012 17:58:53 +0100	[thread overview]
Message-ID: <80txrryzoy.fsf@somewhere.org> (raw)
In-Reply-To: <83bodz8bsb.fsf-mXXj517/zsQ@public.gmane.org> (Eli Zaretskii's message of "Wed, 12 Dec 2012 18:39:48 +0200")

Hello Eli,

Eli Zaretskii wrote:
>> While I had no crash to report for days and days with the version of
>> 2012-03-03, it took me 2 mins to get 2 crashes: once when calling
>> Helm-for-files, the other maybe when doing the same but I'm not 100%
>> sure about it.
>> 
>> Anyway, it really crashed almost directly.
>> 
>> I could debug the last crash. See here the backtrace:
>> [...]
>> #1  0x01154bd1 in emacs_abort () at w32fns.c:7748
>> #2  0x01144111 in get_child_status (child=9468, status=0x0,
>> options=1, interruptible=false) at sysdep.c:297
>
> Probably a duplicate of 13086.
>
> This abort comes from here:
>
>   while ((pid = waitpid (child, status, options)) < 0)
>     {
>       /* Check that CHILD is a child process that has not been reaped,
> 	 and that STATUS and OPTIONS are valid.  Otherwise abort,
> 	 as continuing after this internal error could cause Emacs to
> 	 become confused and kill innocent-victim processes.  */
>       if (errno != EINTR)
> 	emacs_abort ();  <<<<<<<<<<<<<<<<<<<<<<<<<
>
> What it means is that Emacs was trying to get exit status of a process
> that no longer exists.  To make sure this is the reason, please do
> this from GDB:
>
>  (gdb) frame 2
>  (gdb) print errno

--8<---------------cut here---------------start------------->8---
(gdb) frame 2
#2  0x01144111 in get_child_status (child=9468, status=0x0, options=1, interruptible=false) at sysdep.c:297
297     sysdep.c: No such file or directory.
(gdb) print errno
$1 = 10
--8<---------------cut here---------------end--------------->8---

Is it what you expected?

Best regards,
Fabrice





  parent reply	other threads:[~2012-12-12 16:58 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-12-12 15:37 bug#13157: 24.3.50; Crash with Helm? Fabrice Niessen
2012-12-12 16:39 ` Eli Zaretskii
     [not found]   ` <83bodz8bsb.fsf-mXXj517/zsQ@public.gmane.org>
2012-12-12 16:58     ` Fabrice Niessen [this message]
2012-12-12 18:48       ` Eli Zaretskii
2012-12-12 20:25 ` Stefan Monnier
     [not found]   ` <jwvpq2f3tpp.fsf-monnier+emacs-mXXj517/zsQ@public.gmane.org>
2012-12-12 20:30     ` Fabrice Niessen
2012-12-12 20:48       ` Dani Moncayo
     [not found] ` <mailman.15191.1355343923.855.bug-gnu-emacs@gnu.org>
2012-12-13 17:09   ` Fabrice Niessen

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

  List information: https://www.gnu.org/software/emacs/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=80txrryzoy.fsf@somewhere.org \
    --to=fni-djc/ipccudyqhejpep6iedvlejwurmry@public.gmane.org \
    --cc=13157-ubl+/3LiMTaZdePnXv/OxA@public.gmane.org \
    --cc=eliz-mXXj517/zsQ@public.gmane.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 public inbox

	https://git.savannah.gnu.org/cgit/emacs.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).