From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Marc Singer Newsgroups: gmane.lisp.guile.user Subject: Passing lambda bindings to C for use as callback Date: Mon, 25 Nov 2002 18:45:45 -0800 Sender: guile-user-admin@gnu.org Message-ID: <20021126024544.GA24594@buici.com> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: main.gmane.org 1038278886 29122 80.91.224.249 (26 Nov 2002 02:48:06 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Tue, 26 Nov 2002 02:48:06 +0000 (UTC) Return-path: Original-Received: from monty-python.gnu.org ([199.232.76.173]) by main.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 18GVld-0007ZR-00 for ; Tue, 26 Nov 2002 03:48:05 +0100 Original-Received: from localhost ([127.0.0.1] helo=monty-python.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.10) id 18GVjg-0007IA-00; Mon, 25 Nov 2002 21:46:04 -0500 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.10) id 18GVjQ-0007Fq-00 for guile-user@gnu.org; Mon, 25 Nov 2002 21:45:48 -0500 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.10) id 18GVjO-0007FO-00 for guile-user@gnu.org; Mon, 25 Nov 2002 21:45:48 -0500 Original-Received: from florence.buici.com ([206.124.142.26]) by monty-python.gnu.org with smtp (Exim 4.10) id 18GVjO-0007F9-00 for guile-user@gnu.org; Mon, 25 Nov 2002 21:45:46 -0500 Original-Received: (qmail 24954 invoked by uid 1000); 26 Nov 2002 02:45:45 -0000 Original-To: guile-user@gnu.org Content-Disposition: inline User-Agent: Mutt/1.4i Errors-To: guile-user-admin@gnu.org X-BeenThere: guile-user@gnu.org X-Mailman-Version: 2.0.11 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: General Guile related discussions List-Unsubscribe: , List-Archive: Xref: main.gmane.org gmane.lisp.guile.user:1380 X-Report-Spam: http://spam.gmane.org/gmane.lisp.guile.user:1380 ...works for a while and then the gh_apply fails stating that the callback function is missing. My guess is that this callback, an anonymous lambda binding, is being garbage collected. I've found a reference to this problem and some solution being made for tcl. Will someone share with me either the solution or a place to find it? Thanks. _______________________________________________ Guile-user mailing list Guile-user@gnu.org http://mail.gnu.org/mailman/listinfo/guile-user