From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.blaine.gmane.org!not-for-mail From: Matija Obid Newsgroups: gmane.lisp.guile.user Subject: Re: G-Golf - Callback segmentation fault Date: Thu, 05 Sep 2024 13:37:18 +0000 Message-ID: <871q1y8bn5.fsf@posteo.net> 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> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="33445"; mail-complaints-to="usenet@ciao.gmane.io" Cc: guile-user@gnu.org To: David Pirotte Original-X-From: guile-user-bounces+guile-user=m.gmane-mx.org@gnu.org Thu Sep 05 15:38:15 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 1smCgg-0008YS-W3 for guile-user@m.gmane-mx.org; Thu, 05 Sep 2024 15:38:15 +0200 Original-Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1smCfx-0000zC-BT; Thu, 05 Sep 2024 09:37:29 -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 1smCfv-0000yv-Ev for guile-user@gnu.org; Thu, 05 Sep 2024 09:37:27 -0400 Original-Received: from mout02.posteo.de ([185.67.36.66]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1smCft-0000mx-Ee for guile-user@gnu.org; Thu, 05 Sep 2024 09:37:27 -0400 Original-Received: from submission (posteo.de [185.67.36.169]) by mout02.posteo.de (Postfix) with ESMTPS id CD6B1240101 for ; Thu, 5 Sep 2024 15:37:19 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=posteo.net; s=2017; t=1725543439; bh=pOV1cUr0nB6hWq5ZlJrGrn/QwTUZg3l35qT+b/umtp4=; h=From:To:Cc:Subject:Date:Message-ID:MIME-Version:Content-Type: Content-Transfer-Encoding:From; b=O8NQNXlLPzbDXXt9cwLp+RPo+l7VEmdje9+4APmVCNJMLePcjQqENOETxw2iM1epS OCutAmHVXgMVtJGR4z/yXdrQ2rpl6JCCBi6OCEfRzJJxVZ5O0hnIBOsM4mFOlJQCMi 2SXMh/J+jNQxuK66ZsjUZ3K6Zl+TsUeA9hllr2hx2mwWDVWHAKAhYPErEAgTwJrov3 lX6xghgi0CfEdPecmJ27zuWZCSaCp+xBUnFouiSxGpkIQwBDpDKYYfdr2TYx8XpiVA 2dJ8iDpEPXfMmwfhLptzJkiFluBMRT9+Gubx5lRTV/RhfHc7TOMIr+Wx+fOGcYVO5n 9s9YUGmh96PoA== Original-Received: from customer (localhost [127.0.0.1]) by submission (posteo.de) with ESMTPSA id 4X00lf6dLvz9rxF; Thu, 5 Sep 2024 15:37:18 +0200 (CEST) In-Reply-To: <20240905010031.21a93f7f@tintin> (David Pirotte's message of "Thu, 5 Sep 2024 01:00:31 -0300") Received-SPF: pass client-ip=185.67.36.66; envelope-from=matija.obid@posteo.net; helo=mout02.posteo.de X-Spam_score_int: -43 X-Spam_score: -4.4 X-Spam_bar: ---- X-Spam_report: (-4.4 / 5.0 requ) BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, DKIM_VALID_EF=-0.1, RCVD_IN_DNSWL_MED=-2.3, RCVD_IN_MSPIKE_H3=0.001, RCVD_IN_MSPIKE_WL=0.001, SPF_HELO_NONE=0.001, SPF_PASS=-0.001, T_SCC_BODY_TEXT_LINE=-0.01 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:19783 Archived-At: Hello David, > Could you both kindly grab the latest devel branch, you need this > commit bbfee04922bf2a22db397e2f429ae606df940265, and run the > make/install danse on your respective distro, then check if the > 'problematic' examples work fine _even when_ run against a modern libffi > that was compiled without the --disable-exec-static-tramp > > and let me know ... Except for "peg-solitaire.scm" and "animated-paintable.scm" all examples works fine, thank you. animated-paintable.scm gives me: --8<---------------cut here---------------start------------->8--- ** (process:25114): CRITICAL **: 15:20:34.141: g_interface_info_find_vfunc:= assertion 'GI_IS_INTERFACE_INFO (info)' failed Backtrace: In ice-9/boot-9.scm: 1755:12 7 (with-exception-handler _ _ #:unwind? _ # _) In unknown file: 6 (apply-smob/0 #) In ice-9/boot-9.scm: 724:2 5 (call-with-prompt _ _ #) In ice-9/eval.scm: 619:8 4 (_ #(#(#))) In ice-9/boot-9.scm: 2858:4 3 (save-module-excursion _) 4410:12 2 (_) In /home/matija/source/guile/g-golf/examples/gtk-4/./animated-paintable.scm: 97:0 1 (_) In g-golf/hl-api/vfunc.scm: 184:12 0 (vfunc-checks snapshot-vfunc _) g-golf/hl-api/vfunc.scm:184:12: In procedure vfunc-checks: No such VFunc : "snapshot" --8<---------------cut here---------------end--------------->8--- Same error is with peg-solitaire.scm for vfunc "get-intrinsic-height". --=20 Regards, Matija