all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
To: Dmitry Antipov <dmantipov@yandex.ru>
Cc: Eli Zaretskii <eliz@gnu.org>, emacs-devel@gnu.org
Subject: Re: Yet another profiler crash [Was: Re: Issues for 24.3]
Date: Mon, 28 Jan 2013 17:38:58 +0900	[thread overview]
Message-ID: <wl1ud5itwd.wl%mituharu@math.s.chiba-u.ac.jp> (raw)
In-Reply-To: <51060E8A.6030902@yandex.ru>

>>>>> On Mon, 28 Jan 2013 09:37:14 +0400, Dmitry Antipov <dmantipov@yandex.ru> said:

>>> Crash related to new profiler?
>>> http://debbugs.gnu.org/cgi/bugreport.cgi?bug=13545
>> 
>> A recipe was requested, but no response.

> This crash is likely caused by C stack overflow and may be really
> hard to reproduce.

Can we make sure that keys (backtraces?) in the hash tables used in
the profiler are always acyclic?  Otherwise, using the `equal' test
for such keys are wrong and may lead to stack overflow, because an
error signal triggers another hash table operation in the profiler.

I noticed that the emacs-24 branch used the `equal' test, but the
trunk used a specialized function (cmpfn_profiler) for comparing keys.
Probably the issue is fixed in the trunk.

				     YAMAMOTO Mitsuharu
				mituharu@math.s.chiba-u.ac.jp



  reply	other threads:[~2013-01-28  8:38 UTC|newest]

Thread overview: 21+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-01-27  3:20 Issues for 24.3 Glenn Morris
2013-01-27  6:36 ` Eli Zaretskii
2013-01-28  5:37   ` Yet another profiler crash [Was: Re: Issues for 24.3] Dmitry Antipov
2013-01-28  8:38     ` YAMAMOTO Mitsuharu [this message]
2013-01-30 17:33 ` Issues for 24.3 Stefan Monnier
2013-02-01  4:06 ` Glenn Morris
2013-02-01  5:25   ` Drew Adams
2013-02-01 16:33     ` Drew Adams
2013-02-01 16:37       ` Drew Adams
2013-02-01  8:14   ` Eli Zaretskii
2013-02-02  3:13     ` Glenn Morris
2013-02-01 18:45   ` Ivan Kanis
2013-02-01  8:49 ` Alan Mackenzie
2013-02-02  3:19   ` Glenn Morris
2013-02-02 19:41     ` Alan Mackenzie
2013-02-01 23:30 ` Dmitry Gutov
2013-02-02  3:15   ` Glenn Morris
2013-02-02  9:29     ` Dmitry Gutov
2013-02-02  3:48 ` J Irving
2013-02-05 12:22   ` Jan Djärv
2013-02-05 14:34     ` J Irving

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=wl1ud5itwd.wl%mituharu@math.s.chiba-u.ac.jp \
    --to=mituharu@math.s.chiba-u.ac.jp \
    --cc=dmantipov@yandex.ru \
    --cc=eliz@gnu.org \
    --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.