From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.blaine.gmane.org!not-for-mail From: David Pirotte Newsgroups: gmane.lisp.guile.user Subject: Re: GNU G-Golf 0.8.0-rc-3 available for testing Date: Sat, 4 May 2024 02:59:29 -0300 Message-ID: <20240504025929.1368a279@tintin> References: <20240417025615.0b6c50f5@tintin> <871q73vcz4.fsf@pelzflorian.de> <20240418192132.245200a9@tintin> <87cyql1e56.fsf@pelzflorian.de> <20240420015158.50031f08@tintin> <877cgepwm1.fsf@pelzflorian.de> <20240430215102.2f6f74b7@tintin> <87ikzwdp5e.fsf@pelzflorian.de> <20240502185724.29c65892@tintin> <87h6ffgmb6.fsf@pelzflorian.de> Mime-Version: 1.0 Content-Type: multipart/signed; boundary="Sig_/01ftjAESOMErEdCvqTgv6FO"; protocol="application/pgp-signature"; micalg=pgp-sha512 Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="478"; mail-complaints-to="usenet@ciao.gmane.io" Cc: guile-user To: "pelzflorian (Florian Pelz)" Original-X-From: guile-user-bounces+guile-user=m.gmane-mx.org@gnu.org Sat May 04 08:00:31 2024 Return-path: Envelope-to: guile-user@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 1s38Rj-000AUR-FV for guile-user@m.gmane-mx.org; Sat, 04 May 2024 08:00:31 +0200 Original-Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1s38R1-0005DI-EF; Sat, 04 May 2024 01:59:47 -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 1s38Qz-0005D1-9x for guile-user@gnu.org; Sat, 04 May 2024 01:59:45 -0400 Original-Received: from smtp.all2all.org ([79.99.200.14] helo=moses.all2all.org) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1s38Qx-0006l8-38 for guile-user@gnu.org; Sat, 04 May 2024 01:59:45 -0400 Original-Received: from localhost (localhost [127.0.0.1]) by moses.all2all.org (Postfix) with ESMTP id 1190A67C007A; Sat, 4 May 2024 07:59:38 +0200 (CEST) X-Virus-Scanned: Debian amavisd-new at moses.all2all.org Original-Received: from moses.all2all.org ([127.0.0.1]) by localhost (moses.all2all.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id TCAn5SgAo6X2; Sat, 4 May 2024 07:59:37 +0200 (CEST) Original-Received: from tintin (unknown [168.227.184.177]) by moses.all2all.org (Postfix) with ESMTPSA id A90FA67C0074; Sat, 4 May 2024 07:59:36 +0200 (CEST) In-Reply-To: <87h6ffgmb6.fsf@pelzflorian.de> X-Mailer: Claws Mail 4.2.0 (GTK 3.24.41; x86_64-pc-linux-gnu) Received-SPF: pass client-ip=79.99.200.14; envelope-from=david@altosw.be; helo=moses.all2all.org X-Spam_score_int: -25 X-Spam_score: -2.6 X-Spam_bar: -- X-Spam_report: (-2.6 / 5.0 requ) BAYES_00=-1.9, RCVD_IN_DNSWL_LOW=-0.7, SPF_HELO_NONE=0.001, SPF_PASS=-0.001 autolearn=ham autolearn_force=no X-Spam_action: no action X-BeenThere: guile-user@gnu.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: General Guile related discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guile-user-bounces+guile-user=m.gmane-mx.org@gnu.org Original-Sender: guile-user-bounces+guile-user=m.gmane-mx.org@gnu.org Xref: news.gmane.io gmane.lisp.guile.user:19582 Archived-At: --Sig_/01ftjAESOMErEdCvqTgv6FO Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: quoted-printable Hi Florian, > > The true error location was given by the gdb backtrace, the > > gtk-widget-snapshot-child call, presumably with a bad pointer or so > > ... =20 > Hmm my assumption was that all callbacks are broken, not vfuncs > specifically ... Very unlikely, but the important thing is to get a proper full backtrace, as then there is no need to make assumptions ... > The GTK_A11Y warning I can easily fix by exporting GTK_A11Y=3Dnone, but > it was interesting that the crash happens two function calls away from > where the warning is printed. I can't make any useful deduction from the above, a warning is expected here, till you (the guix team) fix it, let's set this env var, and concentrate on the cause of the segfault ... > On a x86_64 GNOME laptop on the distro Guix System on the g-golf devel > branch with (main '("guile" "--debug")): > ;;; this gdb backtrace 'preamble' is, to me, useless as well > On my aarch64 rock64 the complete backtrace is useless: > (gdb) bt > #0 0x0000ffff8066e278 in ?? () > #1 0x000000001b976640 in ?? () I won't be able to help you help Guix track this problem unless we get a useful backtrace, so much as because i probably will need it to ask for some help from upstream devs ... Could you ask for some help from guix to produce it? > Your next e-mail: > I get only >=20 > scheme@(guile-user)> (main '("guile" "--debug")) > ;; g-application-run=20 > ;; application: #< 7fce23e673b0>=20 > ;; argc: 0=20 > ;; argv: ()=20 > ;; gtk-window-set-child=20 > ;; window: #< 7fce23e730c0>=20 > ;; child: #< 7fce23e7bd10>=20 > ;; gtk-window-present=20 > ;; window: #< 7fce23e730c0>=20 Yes, i did expect this and wanted to show you ... you don't see any g-golf trace here because it fails in the gtk engine, as i understood so far, before it can't find the derived class snapshot vfunc. David ps: you did not answer my quiz about your guix host distro - i would like you to - at least temporarily - manually install g-golf there and see if everything works fine ... Could you do that? thanks --Sig_/01ftjAESOMErEdCvqTgv6FO Content-Type: application/pgp-signature Content-Description: OpenPGP digital signature -----BEGIN PGP SIGNATURE----- iQEzBAEBCgAdFiEEhCJlRZtBM3furJHe83T9k6MFetcFAmY1zsEACgkQ83T9k6MF etd8ZAgArLKwexdyozqrCjoc+6riNAnXKbuVOQ+n5dMIyTVB4Su0EIUk9iK6fWGU w5olOUFIwQAjhoiXCoTLpRB/1Fj5lHJ/scHWKIUmQUxJerkVKXrRyoO1v3oY/ISw v6SXpq2I1r9SZLs3gldS52OAK9CtyeaM+HQ/uYV9Fz3eRLVrR6osGa6Nxs1kiY56 XcL2BwUDCPBWTPenStpR5Hb5Tjlu9Io1B5GLdoLMoBzaK8RVU+mynOIV0G0EE+QM Gle01HPWNNgPtafW3HLNtZQObe9Y7ilHsgd186IDbc2uOueLlaQqWyPYc0awl5w8 AMEX4KaNXylsbiWhf5pk6bVEFHCryg== =nTLv -----END PGP SIGNATURE----- --Sig_/01ftjAESOMErEdCvqTgv6FO--