From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Dmitry Antipov Newsgroups: gmane.emacs.devel Subject: Yet another profiler crash [Was: Re: Issues for 24.3] Date: Mon, 28 Jan 2013 09:37:14 +0400 Message-ID: <51060E8A.6030902@yandex.ru> References: <83622jjfnl.fsf@gnu.org> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1359351444 7675 80.91.229.3 (28 Jan 2013 05:37:24 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Mon, 28 Jan 2013 05:37:24 +0000 (UTC) Cc: Eli Zaretskii To: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Mon Jan 28 06:37:43 2013 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1TzhPb-00038A-6a for ged-emacs-devel@m.gmane.org; Mon, 28 Jan 2013 06:37:43 +0100 Original-Received: from localhost ([::1]:45900 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TzhPJ-00089d-A1 for ged-emacs-devel@m.gmane.org; Mon, 28 Jan 2013 00:37:25 -0500 Original-Received: from eggs.gnu.org ([208.118.235.92]:34590) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TzhPF-00088U-FY for emacs-devel@gnu.org; Mon, 28 Jan 2013 00:37:22 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1TzhPE-0004vz-Gf for emacs-devel@gnu.org; Mon, 28 Jan 2013 00:37:21 -0500 Original-Received: from forward19.mail.yandex.net ([95.108.253.144]:50625) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TzhPB-0004uh-LZ; Mon, 28 Jan 2013 00:37:17 -0500 Original-Received: from smtp17.mail.yandex.net (smtp17.mail.yandex.net [95.108.252.17]) by forward19.mail.yandex.net (Yandex) with ESMTP id B00811120C43; Mon, 28 Jan 2013 09:37:14 +0400 (MSK) Original-Received: from smtp17.mail.yandex.net (localhost [127.0.0.1]) by smtp17.mail.yandex.net (Yandex) with ESMTP id 870C21900196; Mon, 28 Jan 2013 09:37:14 +0400 (MSK) Original-Received: from unknown (unknown [37.139.80.10]) by smtp17.mail.yandex.net (nwsmtp/Yandex) with ESMTP id bErqj4wg-bErShUDc; Mon, 28 Jan 2013 09:37:14 +0400 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=yandex.ru; s=mail; t=1359351434; bh=DdAlkJcRDj3l1pyvrHTbq/1fiL6QPqR19Cv00+zF/WM=; h=Message-ID:Date:From:User-Agent:MIME-Version:To:CC:Subject: References:In-Reply-To:Content-Type:Content-Transfer-Encoding; b=orXtl2yA/cEfVtfDlpMEV3nv7nnXhsi2a5ciJtpgDcB0xbUd4l/uhJ3CAzZnThYzM txcBn8swBpoPSFFwPtDYBYRjQ/pG19wlr4aW2RslBvQA3BLN4bDI7YH5qpvfCpdZkz 9T0Bz1NEgPAJwl3Difm6d96uv/9U0gtHOUsnYj6I= User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:17.0) Gecko/20130107 Thunderbird/17.0.2 In-Reply-To: <83622jjfnl.fsf@gnu.org> X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.4.x-2.6.x [generic] [fuzzy] X-Received-From: 95.108.253.144 X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:156695 Archived-At: On 01/27/2013 10:36 AM, Eli Zaretskii wrote: >> 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. I was unable to do it, but found another profiler crash which is much easier to reproduce (Bug#13573). Dmitry