From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.blaine.gmane.org!not-for-mail From: Eli Zaretskii Newsgroups: gmane.emacs.devel Subject: Re: MPS: profiler Date: Fri, 21 Jun 2024 08:58:56 +0300 Message-ID: <867cein8f3.fsf@gnu.org> References: <87v823xvq1.fsf@localhost> <87o77vxu0f.fsf@localhost> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="5128"; mail-complaints-to="usenet@ciao.gmane.io" Cc: gerd.moellmann@gmail.com, emacs-devel@gnu.org, eller.helmut@gmail.com To: Ihor Radchenko Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Fri Jun 21 07:59:28 2024 Return-path: Envelope-to: ged-emacs-devel@m.gmane-mx.org Original-Received: from lists.gnu.org ([209.51.188.17]) by ciao.gmane.io with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1sKXJ1-00017b-Gh for ged-emacs-devel@m.gmane-mx.org; Fri, 21 Jun 2024 07:59:27 +0200 Original-Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1sKXIa-0001qq-87; Fri, 21 Jun 2024 01:59:00 -0400 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1sKXIY-0001oU-Nw for emacs-devel@gnu.org; Fri, 21 Jun 2024 01:58:58 -0400 Original-Received: from fencepost.gnu.org ([2001:470:142:3::e]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1sKXIY-0001F6-6e; Fri, 21 Jun 2024 01:58:58 -0400 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=gnu.org; s=fencepost-gnu-org; h=MIME-version:References:Subject:In-Reply-To:To:From: Date; bh=14aAYqszcklMV5Wbv4+gpOZyBFxuv7vwmHGjwA9M6i0=; b=S0vawemcPp/aGvcvLXbE iWHYEWxWez3tLu6mMGllKGbiv7YElJNTHcUETJsEM/+1mhRReyW7dhInQn8ufgiznpzjM4PUKHqn0 UuXsXs5oqenGVHY0/JVuiZOTcIBQuloSmJgN8ScZF1BcXW72842kBV7OQo9e7od/yXDLwSYTj+dI7 hnsalEBIJbpy2yTYBODblT1r7f3EQx4YcyvFMmLaItLAHrYpDoa3sngsdNrcn00JyrhUzLCV3vmDa DYimCgYaOpdwb8IvJs+J8wHGNhLezX+nyAv+oKLOe81IvTG/hyiMMF8ySU4eTdWCjgfI6OMPGKx+/ sQTk7zNzH80uww==; In-Reply-To: <87o77vxu0f.fsf@localhost> (message from Ihor Radchenko on Thu, 20 Jun 2024 20:02:24 +0000) X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.29 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-mx.org@gnu.org Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Xref: news.gmane.io gmane.emacs.devel:320357 Archived-At: > From: Ihor Radchenko > Cc: emacs-devel@gnu.org, Eli Zaretskii , eller.helmut@gmail.com > Date: Thu, 20 Jun 2024 20:02:24 +0000 > > Gerd Möllmann writes: > > > Doesn't seem to happen here. Strangely, I get something like this in > > *Messages*, but no crash. > > > > ... > > CPU profiler started > > (org-data... > > That's fine - it is `org-element-parse-buffer' return value. > > > What system are you using? > > Linux. See my reply to Eli. Are you using the version of Org that exists on the igc branch, or are you using a newer version of Org?