From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: "Bill Schottstaedt" Newsgroups: gmane.lisp.guile.devel Subject: Re: Guile 1.7.91 has been released. Date: Mon, 20 Feb 2006 12:04:15 -0800 Message-ID: <20060220200011.M54596@ccrma.Stanford.EDU> References: <87y80gyxrq.fsf@zagadka.de> <20060213152838.M41639@ccrma.Stanford.EDU> <87r75xg9nz.fsf@ossau.uklinux.net> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 X-Trace: sea.gmane.org 1140488040 29808 80.91.229.2 (21 Feb 2006 02:14:00 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Tue, 21 Feb 2006 02:14:00 +0000 (UTC) Cc: guile-devel@gnu.org Original-X-From: guile-devel-bounces+guile-devel=m.gmane.org@gnu.org Tue Feb 21 03:13:58 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 1FBN2F-0006oD-CW for guile-devel@m.gmane.org; Tue, 21 Feb 2006 03:13:51 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1FBN1u-0002YK-73 for guile-devel@m.gmane.org; Mon, 20 Feb 2006 21:13:30 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1FBHIN-0007fw-96 for guile-devel@gnu.org; Mon, 20 Feb 2006 15:06:07 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1FBHHS-0006LI-1K for guile-devel@gnu.org; Mon, 20 Feb 2006 15:05:11 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1FBHGf-00057f-Ol for guile-devel@gnu.org; Mon, 20 Feb 2006 15:04:21 -0500 Original-Received: from [171.67.16.125] (helo=smtp2.Stanford.EDU) by monty-python.gnu.org with esmtp (Exim 4.52) id 1FBHMl-000556-Qt for guile-devel@gnu.org; Mon, 20 Feb 2006 15:10:40 -0500 Original-Received: from cm-mail.stanford.edu (cm-mail.Stanford.EDU [171.64.197.135]) by smtp2.Stanford.EDU (8.12.11/8.12.11) with ESMTP id k1KK4GgD023090; Mon, 20 Feb 2006 12:04:17 -0800 Original-Received: from ccrma.stanford.edu (ccrma.stanford.edu [171.64.197.141]) by cm-mail.stanford.edu (8.11.6/8.11.6) with ESMTP id k1KK4GG26400; Mon, 20 Feb 2006 12:04:16 -0800 Original-Received: from ccrma.Stanford.EDU (localhost.localdomain [127.0.0.1]) by ccrma.stanford.edu (8.12.8/8.12.5) with ESMTP id k1KK4Fre019555; Mon, 20 Feb 2006 12:04:15 -0800 Original-To: Neil Jerram In-Reply-To: <87r75xg9nz.fsf@ossau.uklinux.net> X-Mailer: Open WebMail 2.41 20040926 X-OriginatingIP: 24.23.251.119 (bil) 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:5735 Archived-At: Here it is -- I noticed while poking around earlier that the thing it doesn't like is <#winder...> -- it was apparently expecting to call cadr on it or something like that -- been kinda busy at work, so I haven't had time to look into it. (I had to insert an abort after expanding the ASSERT_SYNTAX_2 macro -- it wasn't clear how to get into gdb in .libs/lt-guile from the makefile otherwise, and .libs/lt-guile by itself hits a different error). Let me know if I can help in any way. (gdb) where #0 0x00000034f552f3b0 in raise () from /lib64/libc.so.6 #1 0x00000034f5530860 in abort () from /lib64/libc.so.6 #2 0x00002aaaaaaf67ad in check_bindings (bindings=0x2aaaaae864e0, expr=0x2aaaaaf3f420) at eval.c:1553 #3 0x00002aaaaaaf6cee in scm_m_letrec (expr=0x2aaaaaf3f420, env=0x2aaaaae6dde0) at eval.c: 1732 #4 0x00002aaaaaafc061 in ceval (x=0x2aaaaae6dde0, env=0x2aaaaae6dde0) at eval.c:4052 #5 0x00002aaaaaaffdf4 in scm_m_define (expr=Variable "expr" is not available. ) at eval.c:1230 #6 0x00002aaaaaafc061 in ceval (x=0x2aaaaae4baa0, env=0x2aaaaae6dde0) at eval.c:4052 #7 0x00002aaaaab14aec in scm_primitive_load (filename=0x2aaaaae4baa0) at load.c:109 #8 0x00002aaaaaafcf27 in ceval (x=Variable "x" is not available. ) at eval.c:4225 #9 0x00002aaaaaaee5f2 in scm_dynamic_wind (in_guard=0x2aaaaae8d4c0, thunk=0x2aaaaae8d550, out_guard=0x2aaaaae8d490) at dynwind.c:107 #10 0x00002aaaaaafd30c in ceval (x=0x2aaaaae99ba0, env=0x2aaaaae8d4e0) at eval.c:4562 #11 0x00002aaaaaafd534 in ceval (x=0x2aaaaae4baa0, env=0x2aaaaae8d570) at eval.c:3390 #12 0x00002aaaaab01291 in scm_c_with_fluid (fluid=0x2aaaaae29be0, value=0x4, cproc=0x2aaaaab01200 , cdata=0x2aaaaae8d620) at fluids.c:453 #13 0x00002aaaaaafd30c in ceval (x=0x2aaaaaf661c0, env=0x2aaaaae8d640) at eval.c:4562 #14 0x00002aaaaaaee5f2 in scm_dynamic_wind (in_guard=0x2aaaaae8d8f0, thunk=0x2aaaaae8d8d0, out_guard=0x2aaaaae8d8b0) at dynwind.c:107 #15 0x00002aaaaaafd30c in ceval (x=0x2aaaaae87cd0, env=0x2aaaaae8d950) at eval.c:4562 #16 0x00002aaaaaafd534 in ceval (x=0x2aaaaae423c0, env=0x2aaaaae8d950) at eval.c:3390 #17 0x00002aaaaaafdb78 in ceval (x=0x2aaaaaf700c0, env=0x2aaaaae8fe20) at eval.c:3656 #18 0x00002aaaaaafd534 in ceval (x=0x2aaaaae52a00, env=0x2aaaaae8fe50) at eval.c:3390 #19 0x00002aaaaaafda99 in ceval (x=0x2aaaaae8eed0, env=0x2aaaaae91580) at eval.c:3641 #20 0x00002aaaaaafda99 in ceval (x=0x2aaaaae8c740, env=0x2aaaaae91810) at eval.c:3641 #21 0x00002aaaaaafd534 in ceval (x=0x2aaaaae28ae0, env=0x2aaaaaf6c5d0) at eval.c:3390 #22 0x00002aaaaaafda99 in ceval (x=0x2aaaaaf6fd40, env=0x2aaaaaf710a0) at eval.c:3641 #23 0x00002aaaaab14aec in scm_primitive_load (filename=0x2aaaaaef9140) at load.c:109 #24 0x00002aaaaaafcf27 in ceval (x=Variable "x" is not available. ) at eval.c:4225 #25 0x00002aaaaaaeb50b in scm_start_stack (id=0x2aaaaae3c9e0, exp=0x2aaaaadf7920, env=0x2aaaaaf71410) at debug.c:454 #26 0x00002aaaaaafc061 in ceval (x=0x4, env=0x2aaaaaf71410) at eval.c:4052 #27 0x00002aaaaab01291 in scm_c_with_fluid (fluid=0x2aaaaae29be0, value=0x4, cproc=0x2aaaaab01200 , cdata=0x2aaaaaf71480) at fluids.c:453 #28 0x00002aaaaaafd30c in ceval (x=0x2aaaaadf78e0, env=0x2aaaaaf71500) at eval.c:4562 #29 0x00002aaaaaaee5f2 in scm_dynamic_wind (in_guard=0x2aaaaaf71760, thunk=0x2aaaaaf718f0, out_guard=0x2aaaaaf71720) at dynwind.c:107 #30 0x00002aaaaaafd30c in ceval (x=0x2aaaaae99ba0, env=0x2aaaaaf717d0) at eval.c:4562 #31 0x00002aaaaaafdff3 in ceval (x=0x2aaaaaf71a00, env=0x2aaaaaf719a0) at eval.c:3361 #32 0x00002aaaaaaff2ca in scm_eval_x (exp=0x2aaaaaf71a00, module_or_state=0x2aaaaaef96e0) at eval.c:5938 #33 0x00002aaaaab2f5a2 in scm_shell (argc=6, argv=0x7fffff871258) at script.c:737 #34 0x00002aaaaab1237f in invoke_main_func (body_data=0x7fffff871130) at init.c:367 #35 0x00002aaaaaaea3aa in c_body (d=0x7fffff8710d0) at continuations.c:362 #36 0x00002aaaaab4da1a in scm_c_catch (tag=0x104, body=0x2aaaaaaea3a0 , body_data=0x7fffff8710d0, handler=0x2aaaaaaea3c0 , handler_data=0x7fffff8710d0, pre_unwind_handler=0x2aaaaab4e060 , pre_unwind_handler_data=0x0) at throw.c:204 #37 0x00002aaaaaaea361 in scm_i_with_continuation_barrier (body=0x2aaaaaaea3a0 , body_data=0x7fffff8710d0, handler=0x2aaaaaaea3c0 , handler_data=0x7fffff8710d0, pre_unwind_handler=0x2aaaaab4e060 , pre_unwind_handler_data=0x0) at continuations.c:338 #38 0x00002aaaaaaea400 in scm_c_with_continuation_barrier (func=Variable "func" is not available. ) at continuations.c:380 #39 0x00002aaaaab4be03 in scm_i_with_guile_and_parent (func=0x2aaaaab12360 , data=0x7fffff871130, parent=Variable "parent" is n ot available. ) at threads.c:645 #40 0x00002aaaaab12345 in scm_boot_guile (argc=Variable "argc" is not available. ) at init.c:350 #41 0x0000000000400ba0 in main (argc=6, argv=0x7fffff871258) at guile.c:74 _______________________________________________ Guile-devel mailing list Guile-devel@gnu.org http://lists.gnu.org/mailman/listinfo/guile-devel