From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: hanwen@byrd.xs4all.nl (Han-Wen Nienhuys) Newsgroups: gmane.lisp.guile.devel Subject: Re: No way out. Date: Sun, 1 Jan 2006 19:58:07 +0000 (UTC) Organization: LilyPond development Message-ID: References: <200511301616.22258.bkorb@gnu.org> <87wthpkyan.fsf@ossau.uklinux.net> <43B69F41.6030509@xs4all.nl> <87hd8pb8o7.fsf@ossau.uklinux.net> Reply-To: hanwen@xs4all.nl NNTP-Posting-Host: main.gmane.org X-Trace: sea.gmane.org 1136145521 12093 80.91.229.2 (1 Jan 2006 19:58:41 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Sun, 1 Jan 2006 19:58:41 +0000 (UTC) Original-X-From: guile-devel-bounces+guile-devel=m.gmane.org@gnu.org Sun Jan 01 20:58:39 2006 Return-path: Envelope-to: guile-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1Et9Le-0005NW-8r for guile-devel@m.gmane.org; Sun, 01 Jan 2006 20:58:34 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Et9NB-00049f-MG for guile-devel@m.gmane.org; Sun, 01 Jan 2006 15:00:09 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Et9N6-00049X-AB for guile-devel@gnu.org; Sun, 01 Jan 2006 15:00:04 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Et9N5-00049L-2x for guile-devel@gnu.org; Sun, 01 Jan 2006 15:00:03 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Et9N4-00049I-T5 for guile-devel@gnu.org; Sun, 01 Jan 2006 15:00:02 -0500 Original-Received: from [80.91.229.2] (helo=ciao.gmane.org) by monty-python.gnu.org with esmtp (TLS-1.0:RSA_AES_128_CBC_SHA:16) (Exim 4.34) id 1Et9O0-0008G4-5x for guile-devel@gnu.org; Sun, 01 Jan 2006 15:01:00 -0500 Original-Received: from list by ciao.gmane.org with local (Exim 4.43) id 1Et9LO-0005KH-An for guile-devel@gnu.org; Sun, 01 Jan 2006 20:58:18 +0100 Original-Received: from muurbloem.xs4all.nl ([213.84.26.127]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sun, 01 Jan 2006 20:58:18 +0100 Original-Received: from hanwen by muurbloem.xs4all.nl with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sun, 01 Jan 2006 20:58:18 +0100 X-Injected-Via-Gmane: http://gmane.org/ Original-To: guile-devel@gnu.org Original-Lines: 51 Original-X-Complaints-To: usenet@sea.gmane.org X-Gmane-NNTP-Posting-Host: muurbloem.xs4all.nl X-Newsreader: trn 4.0-test76 (Apr 2, 2001) Originator: hanwen@byrd.xs4all.nl (Han-Wen Nienhuys) X-BeenThere: guile-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Developers list for Guile, the GNU extensibility library" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: guile-devel-bounces+guile-devel=m.gmane.org@gnu.org Errors-To: guile-devel-bounces+guile-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.lisp.guile.devel:5568 Archived-At: In article <87hd8pb8o7.fsf@ossau.uklinux.net>, Neil Jerram wrote: > >> If you intend to look at this, then I can try to isolate it to a >> smaller case. > >Yes, please; I'm keen to understand this. Or I can work from the >Lilypond code, if you can suggest a point to start from (such as where >the error occurs that you want backtrace for). For starters, we could figure out why --debug doesn't work. This is for a current CVS GUILE muurbloem:~/src/lilypond$ cat g.scm (define (f x) (display "HI") zapp) (define (g x) (x)) (g f) muurbloem:~/src/lilypond$ guile --debug g.scm ERROR: Wrong number of arguments to # muurbloem:~/src/lilypond$ guile g.scm ERROR: Wrong number of arguments to # muurbloem:~/src/lilypond$ guile (guile> (load "g.scm") Backtrace: In unknown file: ?: 0* [primitive-load "g.scm"] In g.scm: 11: 1* [g #] 7: 2 [f] g.scm:7:3: In procedure f in expression (x): g.scm:7:3: Wrong number of arguments to # ABORT: (wrong-number-of-args) guile> _______________________________________________ Guile-devel mailing list Guile-devel@gnu.org http://lists.gnu.org/mailman/listinfo/guile-devel