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: Thu, 5 Sep 2024 18:44:42 -0300 Message-ID: <20240905184442.51ca1c43@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> <8734mer2ax.fsf@pelzflorian.de> <87frqe4kd2.fsf@pelzflorian.de> <20240905182306.77491907@tintin> Mime-Version: 1.0 Content-Type: multipart/signed; boundary="Sig_/Zxx.Y0ZfnV7RswQ_nPv14QR"; protocol="application/pgp-signature"; micalg=pgp-sha512 Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="11187"; 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 Thu Sep 05 23:45:41 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 1smKIO-0002kB-I5 for guile-user@m.gmane-mx.org; Thu, 05 Sep 2024 23:45:40 +0200 Original-Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1smKHi-0001vg-Ck; Thu, 05 Sep 2024 17:44:58 -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 1smKHg-0001vH-GX for guile-user@gnu.org; Thu, 05 Sep 2024 17:44:56 -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 1smKHe-0004Tn-Qx for guile-user@gnu.org; Thu, 05 Sep 2024 17:44:56 -0400 Original-Received: from localhost (localhost [127.0.0.1]) by moses.all2all.org (Postfix) with ESMTP id 6AA1867C007A; Thu, 5 Sep 2024 23:44:50 +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 ttfbEaq-bUgv; Thu, 5 Sep 2024 23:44:50 +0200 (CEST) Original-Received: from tintin (unknown [168.227.184.146]) by moses.all2all.org (Postfix) with ESMTPSA id A9AF367C0074; Thu, 5 Sep 2024 23:44:48 +0200 (CEST) In-Reply-To: <20240905182306.77491907@tintin> 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:19786 Archived-At: --Sig_/Zxx.Y0ZfnV7RswQ_nPv14QR Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: quoted-printable Hi again, > > P.S. on Guix, I also no longer have to use --no-grafts, possibly > > because Guix had major updates to core packages. =20 > Excellent! > > G-golf really satisfies now. =20 > At last! Note that the above was not a g-golf problem [1]. Just want to make sure we are (all) on the same wave length here: what really satisfies now is Guix, G-Golf always has. David > [1] > And for that matter, nor is (a g-golf problem) the patch i just added > to adapt to a GI/libffi api change that i was unaware of [2] - up to > this upstream api change, g-golf has never failed to build and run an > ffi-closure, ever since it implements callback and vfunc, all (the > closure marshal machinery) entirely written in scheme by the way. > [2] > the gi doc tells us switch to call g-callable-info-create-closure when > using gi >=3D 1.71.0, but fails to tells us that, starting with gi >=3D > 1.72.0, the ffi-closure pointer we receive is no longer a 'native > executable code pointer' ... --Sig_/Zxx.Y0ZfnV7RswQ_nPv14QR Content-Type: application/pgp-signature Content-Description: OpenPGP digital signature -----BEGIN PGP SIGNATURE----- iQEzBAEBCgAdFiEEhCJlRZtBM3furJHe83T9k6MFetcFAmbaJkoACgkQ83T9k6MF etcHigf/Ucky8IXOtJE4khzVxLlutrIvEK89fxjU/aoh5PFhSzughNoLY6y7nezs B7LvT6DZtiMjWwcmIDt9JqHqJfpCaBL+gP0cI1cAlNi7RcxmSpltUrXsa138gPin YokAUngrHbjzzzgiRnbctVZEFsl5/IQhmJDx1ibJ+FUVfi58AqM3PgY6V5whmyXi NPzmjbE6R0afIPU1aUnEv85YC42gcl/6NAMf5oKqT6l0/QOoI6nc2WZWqn1gQ73w eiNShEr/LY3veNqfh8VoUcanmEP6/nFNe7nwHfUHWK6UtQRQi1SkOwx27ZR/mjds h4ib6eq9KO3FhERX1PipEC3jHL721w== =ZtH6 -----END PGP SIGNATURE----- --Sig_/Zxx.Y0ZfnV7RswQ_nPv14QR--