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 21:48:08 +0300 Message-ID: <86y16yjfo7.fsf@gnu.org> References: <87v823xvq1.fsf@localhost> <86cyobmmhc.fsf@gnu.org> <87r0crxung.fsf@localhost> <87le2zxsqx.fsf@localhost> <8634p6n7jd.fsf@gnu.org> <87plsauvf0.fsf@localhost> Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="40581"; 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 20:48:54 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 1sKjJe-000AHw-BU for ged-emacs-devel@m.gmane-mx.org; Fri, 21 Jun 2024 20:48:54 +0200 Original-Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1sKjIz-0004s4-60; Fri, 21 Jun 2024 14:48:13 -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 1sKjIx-0004rw-T7 for emacs-devel@gnu.org; Fri, 21 Jun 2024 14:48:11 -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 1sKjIx-0004gz-Kc; Fri, 21 Jun 2024 14:48:11 -0400 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=gnu.org; s=fencepost-gnu-org; h=References:Subject:In-Reply-To:To:From:Date: mime-version; bh=hoXECdEtqSBFy8HVDp+JHNPEODGCALYM49eX+Bdjug8=; b=Cit6RzmDuRFn pZbk2NpgTioBsEB2303IAZDdXAlL8aJDFJQdxpJPe7IMTC35xsIGKpIoA7vRDyIc3n9kJWMXaVKWv d0G4Qt9Gy+M4bXp+igfHXhYXJ8RkbrL4iLOg5gHtIG2US5PZjhTyZoF6ffEtSTYvMhs0VRg7rCJ9F 1vlHD85j512VijXzczfU/LSp4pXw1t9ibhgwR5ZG8CMWasHrarK6AHZjPHkQne7glnX5cuoLjiaFt v0cPQSFdPeYuEHrl7WSbAs5V/SCZE0tihNMz6CW5iMT0mvUM3JWBoKc1nQu0TeMBs18CuwOBAMA6v 9z0VvjM3Q/XM97le+2dYGQ==; In-Reply-To: <87plsauvf0.fsf@localhost> (message from Ihor Radchenko on Fri, 21 Jun 2024 16:12:35 +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:320431 Archived-At: > From: Ihor Radchenko > Cc: gerd.moellmann@gmail.com, emacs-devel@gnu.org, eller.helmut@gmail.com > Date: Fri, 21 Jun 2024 16:12:35 +0000 > > Eli Zaretskii writes: > > > Also, can 'static struct profiler_log cpu', which is being worked on > > by record_backtrace, be affected by MPS in any way? > > > > Ihor, can you show the data involved in this segfault, i.e. trace[i] > > which is the argument of CLOSUREP that segfaults? And in general all > > the data inside trace_hash. You'll need to "source .gdbinit" to be > > able to show Lisp data in human-readable format. > > I assume that it is no longer necessary to provide this data (I no > longer see the profiler-related crash with the latest scratch/igc > branch) I'd still like to see that, but I guess it's too late now.