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: Sun, 5 May 2024 18:30:52 -0300 Message-ID: <20240505183052.2e616223@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> <20240504025929.1368a279@tintin> <878r0plkc2.fsf@pelzflorian.de> <20240504183944.79f547cc@tintin> <8734qx2fv1.fsf@pelzflorian.de> Mime-Version: 1.0 Content-Type: multipart/signed; boundary="Sig_/ZTtToi1KYAWj+9Lp12L+uqq"; protocol="application/pgp-signature"; micalg=pgp-sha512 Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="11102"; 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 Sun May 05 23:31:36 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 1s3jSK-0002kR-2P for guile-user@m.gmane-mx.org; Sun, 05 May 2024 23:31:36 +0200 Original-Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1s3jRw-0008Fb-Rv; Sun, 05 May 2024 17:31: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 1s3jRr-0008FH-EF for guile-user@gnu.org; Sun, 05 May 2024 17:31:07 -0400 Original-Received: from pop.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 1s3jRp-000790-Cs for guile-user@gnu.org; Sun, 05 May 2024 17:31:07 -0400 Original-Received: from localhost (localhost [127.0.0.1]) by moses.all2all.org (Postfix) with ESMTP id CE0F867C007A; Sun, 5 May 2024 23:31:00 +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 2nI3jQY8CuFI; Sun, 5 May 2024 23:31:00 +0200 (CEST) Original-Received: from tintin (unknown [168.227.187.176]) by moses.all2all.org (Postfix) with ESMTPSA id 7D98967C0074; Sun, 5 May 2024 23:30:59 +0200 (CEST) In-Reply-To: <8734qx2fv1.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:19592 Archived-At: --Sig_/ZTtToi1KYAWj+9Lp12L+uqq Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: quoted-printable Hi Florian, > (gc-disable) was a smart idea, sadly it does not help, but at least > we know now. ... I am not entirely convinced yet - in one way or another, somewhere,, somehow, the klass->snapshot is 'corrupted', either the pointer, or the mem it points to ... why, when, where ... ? > scheme@(guile-user)> ,use (g-golf) > scheme@(guile-user)> (gc-disable) > scheme@(guile-user)> (chdir "/home/florian/src/g-golf/examples/gtk-4") > scheme@(guile-user)> (load "drawing-widget.scm") > scheme@(guile-user)> (main '("-d")) > ... Thanks for the valgrind session info, but could you kindely 'reproduce' the gdb full backtrace and run the few gdb command as in the previous email, so i can compare ... Thanks, David > > Imo, you should locally patch your guix image so it has one > > gdk-pixbuf lib installed keep the one that has the debug symbols =20 >=20 > The one gdk-pixbuf problem is locally solved. And yet, i would like you to locally fix this 'proper', is this possible? If so, could you do that, thanks. > Well the d-bus service cannot be a requirement of a Guix package. It > could be a requirement of a Guix service, but g-golf is not a service > but just a package. I never said nor asked you to fix this problem 'in g-golf' :) -=20 But could you manually start the service, and re-run the above, thanks David --Sig_/ZTtToi1KYAWj+9Lp12L+uqq Content-Type: application/pgp-signature Content-Description: OpenPGP digital signature -----BEGIN PGP SIGNATURE----- iQEzBAEBCgAdFiEEhCJlRZtBM3furJHe83T9k6MFetcFAmY3+owACgkQ83T9k6MF etdc1Qf/YNB6VMLkBf3a1FkLz3nxLa+nOYjFYgdnuYpItkIOOq995NIGKgy5T4UR vGYySnn7EbBNS2jg0xFtbAxhB4V6UsM91w5rmn0MSiMaHDxV8aObY8gcrMEIxEAJ HD9N7GXJKe/mA+tGTopU8L+kdP5WQHBwiQThuWRo4Bs6V8OYb57AWYL3dnvvCFvU w8INfCE3jFZgf/Woq73YHJscNqE5rNcDWtS43GkzEQY4KmxEvlCcqD+IkDuGREuu Fwh53vyFHx+LfOt5K+LcxD1tg1HDDOvZyNPw1euYziAAndQuEAA236Trr8DD/jjf KjT4LIf9eXBgxSAYOoYxWMhS4GNj3g== =Un1f -----END PGP SIGNATURE----- --Sig_/ZTtToi1KYAWj+9Lp12L+uqq--