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: G-Golf - Callback segmentation fault Date: Fri, 6 Sep 2024 15:37:27 -0300 Message-ID: <20240906153727.5fb5aed6@tintin> References: <87msl6c4lf.fsf@posteo.net> <20240821212129.7647d035@tintin> <87a5gxybgm.fsf@posteo.net> <20240828211805.68f594a7@tintin> <87cylo8xc4.fsf@posteo.net> <20240902181854.2017f1fc@tintin> <20240902220154.54e2f1ac@tintin> <20240905010031.21a93f7f@tintin> <871q1y8bn5.fsf@posteo.net> <20240905191452.5a0b946d@tintin> <20240906032911.178f2e74@tintin> <878qw5t8to.fsf@pelzflorian.de> Mime-Version: 1.0 Content-Type: multipart/signed; boundary="Sig_/7GUwJEmjvS+OnPuuk+kTu__"; protocol="application/pgp-signature"; micalg=pgp-sha512 Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="9845"; mail-complaints-to="usenet@ciao.gmane.io" Cc: Matija Obid , guile-user@gnu.org To: "pelzflorian (Florian Pelz)" Original-X-From: guile-user-bounces+guile-user=m.gmane-mx.org@gnu.org Fri Sep 06 20:38:09 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 1smdqT-0002T2-Qt for guile-user@m.gmane-mx.org; Fri, 06 Sep 2024 20:38:09 +0200 Original-Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1smdq3-0003NV-Cn; Fri, 06 Sep 2024 14:37:43 -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 1smdq2-0003NN-BW for guile-user@gnu.org; Fri, 06 Sep 2024 14:37:42 -0400 Original-Received: from moses.all2all.org ([79.99.200.14]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1smdq0-0007vi-Ja for guile-user@gnu.org; Fri, 06 Sep 2024 14:37:42 -0400 Original-Received: from localhost (localhost [127.0.0.1]) by moses.all2all.org (Postfix) with ESMTP id 7EEB967C007A; Fri, 6 Sep 2024 20:37:36 +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 EjZuPZ7n9N1G; Fri, 6 Sep 2024 20:37:36 +0200 (CEST) Original-Received: from tintin (unknown [168.227.184.146]) by moses.all2all.org (Postfix) with ESMTPSA id 9855967C0074; Fri, 6 Sep 2024 20:37:34 +0200 (CEST) In-Reply-To: <878qw5t8to.fsf@pelzflorian.de> X-Mailer: Claws Mail 4.3.0 (GTK 3.24.43; 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: 7 X-Spam_score: 0.7 X-Spam_bar: / X-Spam_report: (0.7 / 5.0 requ) BAYES_00=-1.9, RCVD_IN_DNSWL_LOW=-0.7, RCVD_IN_SBL_CSS=3.335, SPF_HELO_NONE=0.001, SPF_PASS=-0.001, T_SCC_BODY_TEXT_LINE=-0.01 autolearn=no 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:19790 Archived-At: --Sig_/7GUwJEmjvS+OnPuuk+kTu__ Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: quoted-printable Hi Florian, > Yes, they had not worked previously, and now with your long-name fix, > they work. Fwiw, they actually worked fine till day one till 2024-09-04, the day i pushed this commit a3952000ae205c27573ab0eaf2176131b51e34cf, that 'broke' them ... But i am glad you confirm everything is fine now, thanks. > > all of a sudden it stops and raises an exception - could you also > > try that and let me know, thanks =20 > Yes, after 5 minutes animated-paintable.scm crashes. Hmm. Ok, thanks for trying - This is going to be quite a lot more complex to debug and fix, and i may need the help of some guile/goops guru ... > .. > oop/goops.scm:1585:2: No applicable method for #< !callback > (2)> in call (!callback # system/vm/frame.scm:134:22 (target)>) The error actually varies on to what 'corrupt' the instance upon which the !callback accesor is being run, but it is always a !callback accesor call that triggers the error >... > Yes, but still it is much better that I can now soon rewrite my > trivial Kodi launcher to use g-golf instead of C. Having to > use a virtual machine meant I could not reasonably put g-golf to use > there. Ofc - It is a relief for all Guix users that the GNOME team finally fixed the GLib/GObject/GI/GdkPixbuf packages so that G-Golf (and other GI lang binding for that matter) work(s) 'out of the box': Could you post a mini guide with the steps a guix user would have to do, till guix is released, to get this 'proper GI' env for g-golf? then i can point to the link in #guile and #guix when that applies; And till g-golf is released and updated in guix, the steps they have to do to locally build and install the latest g-golf Many thanks! Let me know if you need help for your Kodi project, and keep us informed ... when you have a link to where the code is, share with us ... David --Sig_/7GUwJEmjvS+OnPuuk+kTu__ Content-Type: application/pgp-signature Content-Description: OpenPGP digital signature -----BEGIN PGP SIGNATURE----- iQEzBAEBCgAdFiEEhCJlRZtBM3furJHe83T9k6MFetcFAmbbS+cACgkQ83T9k6MF etdc5Qf+Jziy09GTcuuyp3VAEk/AmX4WmS2uyJsA295+FBcOGJPEY5arqlAIJt82 rU9izi7uGGc4YsjMPRbIV68o1Wu1D9hUmFVqI+8ZHqrD9sSHqGDZRXvPtecSc5Uk SYrRmxNgMCm7nP7Vu4r7lSPKaGTzk/0f8WUZ1EDdPm81ySBvWRp7oeIV0qDlylJF Q9TRHa9YmkAMpA5T4J70Ee6IvhQdKfmh/kfN8ccUxC4mqX70PKgKFFHPUhi88r7h SLqvTD8repKdMIfHw0CAAKrHDdC3OJgHU2+7F4G8el6+I5coTs+FXhVoWYhs141g fbfvVlV6RPUFyYMzbPO1bBBtQYS64Q== =IaJP -----END PGP SIGNATURE----- --Sig_/7GUwJEmjvS+OnPuuk+kTu__--