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: Sat, 07 Sep 2024 11:53:40 +0000 Message-ID: <87o74z7k8r.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> <871q1y8bn5.fsf@posteo.net> <20240905191452.5a0b946d@tintin> <20240906032911.178f2e74@tintin> <878qw5t8to.fsf@pelzflorian.de> <20240906153727.5fb5aed6@tintin> <20240906190823.53367b38@tintin> Mime-Version: 1.0 Content-Type: text/plain Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="40156"; 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 Sat Sep 07 13:54:21 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 1smu1E-000AJy-K5 for guile-user@m.gmane-mx.org; Sat, 07 Sep 2024 13:54:20 +0200 Original-Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1smu0j-00066q-Qd; Sat, 07 Sep 2024 07:53:49 -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 1smu0h-00066g-OD for guile-user@gnu.org; Sat, 07 Sep 2024 07:53:47 -0400 Original-Received: from mout01.posteo.de ([185.67.36.65]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1smu0f-0002E8-A9 for guile-user@gnu.org; Sat, 07 Sep 2024 07:53:47 -0400 Original-Received: from submission (posteo.de [185.67.36.169]) by mout01.posteo.de (Postfix) with ESMTPS id BEF45240028 for ; Sat, 7 Sep 2024 13:53:41 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=posteo.net; s=2017; t=1725710021; bh=MLH1S2yTVlnqNOntp14zZ8QsoqTSFN82jPPzunAFYuo=; h=From:To:Cc:Subject:Date:Message-ID:MIME-Version:Content-Type: From; b=TW2FjuV/ZS4yU+89z5dDZd9VwydPM468aWqWcVZLfx5jWe+KQdIQna4q8q+3FeLtz 3AAW5jyQMBXc8D+b7lwW7dMvyUxdAPql2TWlHVl1bUr6oneuuBCJ+Q+hllVoEEcTil yqAcjPChPP5W9EaQvN5CLYhz0Frj1myfVvECDTP4d1Rqe2NWph9zhyZigk31H3lCCg FoibArq0Eem+sXIm6Tevzhzuj+p5GKcQq6Xskkw3OwDkHF1agjk5cxss2zi6ku74Do DCiRtO9k9aEzLqmW3gubIzDp8HBuSfLa+XedBiH8ongyKmOJcpJWL8Cu/6EXuEV0p6 P1aKsrGTP/cxQ== Original-Received: from customer (localhost [127.0.0.1]) by submission (posteo.de) with ESMTPSA id 4X1BM90nhFz9rxB; Sat, 7 Sep 2024 13:53:41 +0200 (CEST) In-Reply-To: <20240906190823.53367b38@tintin> (David Pirotte's message of "Fri, 6 Sep 2024 19:08:23 -0300") Received-SPF: pass client-ip=185.67.36.65; envelope-from=matija.obid@posteo.net; helo=mout01.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, RCVD_IN_VALIDITY_RPBL_BLOCKED=0.001, RCVD_IN_VALIDITY_SAFE_BLOCKED=0.001, 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:19794 Archived-At: David Pirotte writes: > Hello Florian, > Matija, > >> > > all of a sudden it stops and raises an exception - could you also >> > > try that and let me know, thanks > >> > 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 ... > > Actually, not as complex as i initially thought ... and I believe I fixed > that bug too, commit 655aaf64278562fdf15d64d976ccb71c3dcee7eb > > If you could kindly grab the latest, run the make/install dance on your > respective distro and try again ... Here the example now runs for hours, > as it should, consuming +/- 3% cpu and a steady 0.8% of mem (so afaict, > no memory leak either). Example works now and random crashes seems to be fixed. Thank you. -- Regards, Matija